Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Bump semver and syncpack #213

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 9, 2024

Bumps semver to 7.6.0 and updates ancestor dependency syncpack. These dependencies need to be updated together.

Updates semver from 7.0.0 to 7.6.0

Release notes

Sourced from semver's releases.

v7.6.0

7.6.0 (2024-01-31)

Features

Chores

v7.5.4

7.5.4 (2023-07-07)

Bug Fixes

v7.5.3

7.5.3 (2023-06-22)

Bug Fixes

Documentation

v7.5.2

7.5.2 (2023-06-15)

Bug Fixes

... (truncated)

Changelog

Sourced from semver's changelog.

7.6.0 (2024-01-31)

Features

Chores

7.5.4 (2023-07-07)

Bug Fixes

7.5.3 (2023-06-22)

Bug Fixes

Documentation

7.5.2 (2023-06-15)

Bug Fixes

7.5.1 (2023-05-12)

Bug Fixes

... (truncated)

Commits
  • 377f709 chore: release 7.6.0 (#661)
  • a7ab13a feat: preserve pre-release and build parts of a version on coerce (#671)
  • 816c7b2 chore: postinstall for dependabot template-oss PR
  • 0bd24d9 chore: bump @​npmcli/template-oss from 4.21.1 to 4.21.3
  • e521932 chore: postinstall for dependabot template-oss PR
  • 8873991 chore: chore: chore: postinstall for dependabot template-oss PR
  • f317dc8 chore: bump @​npmcli/template-oss from 4.19.0 to 4.21.0
  • 7303db1 chore: add clean() test for build metadata (#658)
  • 6240d75 chore: add missing quotes in README.md (#656)
  • 14d263f chore: postinstall for dependabot template-oss PR
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by npm-cli-ops, a new releaser for semver since your current version.


Updates syncpack from 9.8.6 to 12.3.2

Release notes

Sourced from syncpack's releases.

12.3.2

12.3.2 (2024-04-24)

Reverts

12.3.1

12.3.1 (2024-04-21)

Bug Fixes

  • cli: fix clashing shorthand option names (3823825)
  • core: switch to ESM & update dependencies (b02c421)
  • npm: update dependencies (90e7d70)
  • update: apply update to every outdated instance (a1c7270)

12.3.0

12.3.0 (2023-12-30)

Features

  • format: sort .exports, expose more config (6cd7960), closes #142
  • lint: check files are formatted (eda4dbb), closes #102 #3

12.2.0

12.2.0 (2023-12-30)

Features

  • config: improve dependencyTypes intellisense (9c73dc5)
  • core: add specifier type for * & latest (e0cb0ef), closes #174
  • groups: target instances by specifier type (9403c3c), closes #163

Bug Fixes

  • npm: update dependencies (2315227)

12.1.0

12.1.0 (2023-12-29)

Features

  • config: support async syncpack.config.mjs (7216ded), closes #164

... (truncated)

Changelog

Sourced from syncpack's changelog.

12.3.2

  • revert(update): revert commit a1c72704 1d2339b

12.3.1

21 April 2024

  • fix(npm): update dependencies 90e7d70
  • fix(core): switch to ESM & update dependencies b02c421
  • refactor(effect): run @​effect/codemod c0d08d5

12.3.0

30 December 2023

12.2.0

30 December 2023

12.1.0

29 December 2023

12.0.1

26 December 2023

... (truncated)

Commits
  • c92cfc5 chore(release): 12.3.2
  • 1d2339b revert(update): revert commit a1c72704
  • 6bd199a chore(release): 12.3.1
  • 3823825 fix(cli): fix clashing shorthand option names
  • 306db5f refactor(effect): apply manual migration fixes
  • c0d08d5 refactor(effect): run @​effect/codemod
  • 88969d8 style(source): run formatters
  • 90e7d70 fix(npm): update dependencies
  • b02c421 fix(core): switch to ESM & update dependencies
  • a1c7270 fix(update): apply update to every outdated instance
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [semver](https://github.com/npm/node-semver) to 7.6.0 and updates ancestor dependency [syncpack](https://github.com/JamieMason/syncpack). These dependencies need to be updated together.


Updates `semver` from 7.0.0 to 7.6.0
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](npm/node-semver@v7.0.0...v7.6.0)

Updates `syncpack` from 9.8.6 to 12.3.2
- [Release notes](https://github.com/JamieMason/syncpack/releases)
- [Changelog](https://github.com/JamieMason/syncpack/blob/main/CHANGELOG.md)
- [Commits](JamieMason/syncpack@9.8.6...12.3.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
- dependency-name: syncpack
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 9, 2024
@cmfcmf
Copy link
Owner

cmfcmf commented Nov 9, 2024

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 9, 2024

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Nov 9, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/multi-b2e5325065 branch November 9, 2024 21:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant