Skip to content

chore(deps): bump the dependencies group across 1 directory with 9 updates #362

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 22, 2025

Bumps the dependencies group with 9 updates in the / directory:

Package From To
@fastify/deepmerge 2.0.1 3.1.0
pacote 18.0.6 21.0.0
semver 7.6.3 7.7.1
@types/semver 7.5.8 7.7.0
type-fest 4.24.0 4.40.0
@npmcli/arborist 7.5.4 9.0.2
itertools 2.3.2 2.4.1
npm-pick-manifest 9.1.0 10.0.0
cacache 18.0.4 19.0.1

Updates @fastify/deepmerge from 2.0.1 to 3.1.0

Release notes

Sourced from @​fastify/deepmerge's releases.

v3.0.0

What's Changed

New Contributors

Full Changelog: fastify/deepmerge@v2.0.2...v3.0.0

v2.0.2

What's Changed

New Contributors

Full Changelog: fastify/deepmerge@v2.0.1...v2.0.2

Commits

Updates pacote from 18.0.6 to 21.0.0

Release notes

Sourced from pacote's releases.

v21.0.0

21.0.0 (2024-11-25)

⚠️ BREAKING CHANGES

  • bun.lockb files are now included in the strict ignore list during packing
  • this module is now compatible with the following node versions: ^20.17.0 || >=22.9.0

Bug Fixes

Dependencies

Chores

v20.0.0

20.0.0 (2024-10-17)

⚠️ BREAKING CHANGES

  • honors ignoreScripts property within options

Bug Fixes

v19.0.1

19.0.1 (2024-10-15)

Bug Fixes

Dependencies

v19.0.0

19.0.0 (2024-09-27)

⚠️ BREAKING CHANGES

  • pacote now supports node ^18.17.0 || >=20.5.0

Bug Fixes

Dependencies

Chores

... (truncated)

Changelog

Sourced from pacote's changelog.

21.0.0 (2024-11-25)

⚠️ BREAKING CHANGES

  • bun.lockb files are now included in the strict ignore list during packing
  • this module is now compatible with the following node versions: ^20.17.0 || >=22.9.0

Bug Fixes

Dependencies

Chores

20.0.0 (2024-10-17)

⚠️ BREAKING CHANGES

  • honors ignoreScripts property within options

Bug Fixes

19.0.1 (2024-10-15)

Bug Fixes

Dependencies

19.0.0 (2024-09-27)

⚠️ BREAKING CHANGES

  • pacote now supports node ^18.17.0 || >=20.5.0

Bug Fixes

Dependencies

Chores

... (truncated)

Commits

Updates semver from 7.6.3 to 7.7.1

Release notes

Sourced from semver's releases.

v7.7.1

7.7.1 (2025-02-03)

Bug Fixes

v7.7.0

7.7.0 (2025-01-29)

Features

Bug Fixes

Documentation

Chores

Changelog

Sourced from semver's changelog.

7.7.1 (2025-02-03)

Bug Fixes

7.7.0 (2025-01-29)

Features

Bug Fixes

Documentation

Chores

Commits
  • 30c438b chore: release 7.7.1 (#765)
  • af761c0 fix(inc): fully capture prerelease identifier (#764)
  • 2cfcbb5 chore: release 7.7.0 (#750)
  • d588e37 fix(diff): fix prerelease to stable version diff logic (#755)
  • 753e02b chore: bump @​npmcli/template-oss from 4.23.3 to 4.23.4 (#747)
  • 8a34bde fix: add identifier validation to inc() (#754)
  • 0864b3c feat: add "release" inc type (#753)
  • 67e5478 docs(readme): added missing period for consistency (#756)
  • 868d4bb docs: clarify comment about obsolete prefixes (#749)
  • 145c554 chore: bump @​npmcli/eslint-config from 4.0.5 to 5.0.0
  • Additional commits viewable in compare view

Updates @types/semver from 7.5.8 to 7.7.0

Commits

Updates type-fest from 4.24.0 to 4.40.0

Release notes

Sourced from type-fest's releases.

v4.40.0


sindresorhus/type-fest@v4.39.1...v4.40.0

v4.39.1

  • OptionalKeysOf / WritableKeysOf: Fix generic assignability with keyof T (#1098) 1b41ed3

sindresorhus/type-fest@v4.39.0...v4.39.1

v4.39.0

  • ArrayTail: Add preserveReadonly option (#1091) 544271e
  • PartialDeep : Fix behaviour when strictNullChecks is disabled (#1096) 7536bae
  • OptionalKeysOf / RequiredKeysOf: Fix instantiations with unions and arrays (#1089) e1ac7b2
  • WritableKeysOf / ReadonlyKeysOf: Fix behavior with unions and optional properties (#1088) bbf9137

sindresorhus/type-fest@v4.38.0...v4.39.0

v4.38.0

  • AsyncReturnType: Add support for PromiseLike (#1082) 72ccde9
  • DelimiterCase / SnakeCase / ScreamingSnakeCase / KebabCase: Fix instantiations containing punctuations (#1080) 063e28d
  • DelimiterCase: Pass Options generic to all related types (#1078) 1974944
  • CamelCasedPropertiesDeep: Make nested array objects respect the options (#1077) c11c9ca

sindresorhus/type-fest@v4.37.0...v4.38.0

v4.37.0

  • Sum: Add negative return value support (#1068) af5bfb7
  • Subtract: Add negative return value support (#1061) 2b85ae2
  • Split: Add strictLiteralChecks option (#1067) cc93f85
  • Split: Fix instantiations with unions (#1067) cc93f85
  • Replace: Fix instantiations with unions (#1065) a733698
  • DelimiterCase / SnakeCase / ScreamingSnakeCase / KebabCase: Fix default value for splitOnNumbers option (#1073) e462e72

sindresorhus/type-fest@v4.36.0...v4.37.0

v4.36.0

... (truncated)

Commits
  • 44c1766 4.40.0
  • d071b71 Meta tweaks
  • b4ace2d Add UnknownMap and UnknownSet type (#1106)
  • 19a9c37 Add NonEmptyString type (#1103)
  • 21a92f6 IsFloat / IsInteger: Fix instantiations with numbers represented using ex...
  • 6db45e2 4.39.1
  • 1b41ed3 OptionalKeysOf / WritableKeysOf: Fix generic assignability with keyof T...
  • 07cb870 4.39.0
  • 7536bae ApplyDefaultOptions: Improve behaviour when strictNullChecks is disabled ...
  • 31ad1c2 Update funding.yml
  • Additional commits viewable in compare view

Updates @npmcli/arborist from 7.5.4 to 9.0.2

Release notes

Sourced from @​npmcli/arborist's releases.

arborist: v9.0.2

9.0.2 (2025-04-08)

Bug Fixes

Chores

libnpmpack: v9.0.2

Dependencies

arborist: v9.0.1

9.0.1 (2025-03-05)

Bug Fixes

libnpmpack: v9.0.1

Dependencies

config: v9.0.0

9.0.0 (2024-10-03)

⚠️ BREAKING CHANGES

  • @npmcli/config now supports node ^18.17.0 || >=20.5.0

Bug Fixes

Dependencies

Chores

libnpmaccess: v9.0.0

9.0.0 (2024-10-03)

⚠️ BREAKING CHANGES

  • libnpmaccess now supports node ^18.17.0 || >=20.5.0

Bug Fixes

... (truncated)

Changelog

Sourced from @​npmcli/arborist's changelog.

9.0.2 (2025-04-08)

Bug Fixes

Chores

9.0.1 (2025-03-05)

Bug Fixes

9.0.0 (2024-12-16)

Features

Chores

9.0.0-pre.1 (2024-12-06)

⚠️ BREAKING CHANGES

  • Upon publishing, in order to apply a default "latest" dist tag, the command now retrieves all prior versions of the package. It will require that the version you're trying to publish is above the latest semver version in the registry, not including pre-release tags.
  • bun.lockb files are now included in the strict ignore list during packing

Features

Dependencies

9.0.0-pre.0 (2024-11-26)

⚠️ BREAKING CHANGES

  • --ignore-scripts now applies to all lifecycle scripts, include prepare
  • npm will no longer fall back to the old audit endpoint if the bulk advisory request fails.
  • @​npmcli/arborist now supports node ^20.17.0 || >=22.9.0

Features

Bug Fixes

Dependencies

Chores

8.0.0 (2024-10-03)

... (truncated)

Commits
  • 5bd086b chore: release 11.3.0
  • a96d8f6 fix(arborist): omit failed optional dependencies from installed deps (#8184)
  • 04f53ce fix(arborist): safely fallback on unresolved $ dependency references (#8180)
  • 885accd fix(arborist): only replace hostname for resolved URL (#8185)
  • 88a7b52 chore: add load-virtual and reify tests for workspace override test coverage ...
  • 8b7bb12 fix(arborist): Allow downgrades to hoisted version dedupe workspace i… (#8168)
  • 1642556 fix(arborist): workspaces respect overrides on subsequent installs (#8160)
  • 91e0f01 chore: release 11.2.0
  • b9225e5 fix: resolve override conflicts and apply correct versions (#8089)
  • d586f3b fix: remove duplicate var (#8117)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by owlstronaut, a new releaser for @​npmcli/arborist since your current version.

Description has been truncated

…dates

Bumps the dependencies group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@fastify/deepmerge](https://github.com/fastify/deepmerge) | `2.0.1` | `3.1.0` |
| [pacote](https://github.com/npm/pacote) | `18.0.6` | `21.0.0` |
| [semver](https://github.com/npm/node-semver) | `7.6.3` | `7.7.1` |
| [@types/semver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/semver) | `7.5.8` | `7.7.0` |
| [type-fest](https://github.com/sindresorhus/type-fest) | `4.24.0` | `4.40.0` |
| [@npmcli/arborist](https://github.com/npm/cli/tree/HEAD/workspaces/arborist) | `7.5.4` | `9.0.2` |
| [itertools](https://github.com/nvie/itertools) | `2.3.2` | `2.4.1` |
| [npm-pick-manifest](https://github.com/npm/npm-pick-manifest) | `9.1.0` | `10.0.0` |
| [cacache](https://github.com/npm/cacache) | `18.0.4` | `19.0.1` |



Updates `@fastify/deepmerge` from 2.0.1 to 3.1.0
- [Release notes](https://github.com/fastify/deepmerge/releases)
- [Commits](https://github.com/fastify/deepmerge/commits)

Updates `pacote` from 18.0.6 to 21.0.0
- [Release notes](https://github.com/npm/pacote/releases)
- [Changelog](https://github.com/npm/pacote/blob/main/CHANGELOG.md)
- [Commits](npm/pacote@v18.0.6...v21.0.0)

Updates `semver` from 7.6.3 to 7.7.1
- [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.6.3...v7.7.1)

Updates `@types/semver` from 7.5.8 to 7.7.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/semver)

Updates `type-fest` from 4.24.0 to 4.40.0
- [Release notes](https://github.com/sindresorhus/type-fest/releases)
- [Commits](sindresorhus/type-fest@v4.24.0...v4.40.0)

Updates `@npmcli/arborist` from 7.5.4 to 9.0.2
- [Release notes](https://github.com/npm/cli/releases)
- [Changelog](https://github.com/npm/cli/blob/latest/workspaces/arborist/CHANGELOG.md)
- [Commits](https://github.com/npm/cli/commits/arborist-v9.0.2/workspaces/arborist)

Updates `itertools` from 2.3.2 to 2.4.1
- [Release notes](https://github.com/nvie/itertools/releases)
- [Changelog](https://github.com/nvie/itertools/blob/main/CHANGELOG.md)
- [Commits](nvie/itertools@v2.3.2...v2.4.1)

Updates `npm-pick-manifest` from 9.1.0 to 10.0.0
- [Release notes](https://github.com/npm/npm-pick-manifest/releases)
- [Changelog](https://github.com/npm/npm-pick-manifest/blob/main/CHANGELOG.md)
- [Commits](npm/npm-pick-manifest@v9.1.0...v10.0.0)

Updates `cacache` from 18.0.4 to 19.0.1
- [Release notes](https://github.com/npm/cacache/releases)
- [Changelog](https://github.com/npm/cacache/blob/main/CHANGELOG.md)
- [Commits](npm/cacache@v18.0.4...v19.0.1)

---
updated-dependencies:
- dependency-name: "@fastify/deepmerge"
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: pacote
  dependency-version: 21.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: semver
  dependency-version: 7.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@types/semver"
  dependency-version: 7.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: type-fest
  dependency-version: 4.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@npmcli/arborist"
  dependency-version: 9.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: itertools
  dependency-version: 2.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: npm-pick-manifest
  dependency-version: 10.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: cacache
  dependency-version: 19.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 22, 2025
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants