Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
pacote 21.0.1 21.0.3
type-fest 4.41.0 5.0.1
itertools 2.4.1 2.5.0
npm-pick-manifest 10.0.0 11.0.1
tar-fs 3.1.0 3.1.1

Updates pacote from 21.0.1 to 21.0.3

Release notes

Sourced from pacote's releases.

v21.0.3

21.0.3 (2025-09-17)

Dependencies

v21.0.2

21.0.2 (2025-09-17)

Dependencies

Changelog

Sourced from pacote's changelog.

21.0.3 (2025-09-17)

Dependencies

21.0.2 (2025-09-17)

Dependencies

Commits

Updates type-fest from 4.41.0 to 5.0.1

Release notes

Sourced from type-fest's releases.

v5.0.1

  • Add missing exports 4f9c248

sindresorhus/type-fest@v5.0.0...v5.0.1

v5.0.0

Breaking

New types

  • Alphanumeric — Single alphanumeric character (A–Z, a–z, 0–9). 484e030
  • AllExtend — Evaluates to true if every element of a tuple/array extends U. c8c6d55
  • ConditionalSimplify — Simplifies a type’s unions/intersections with opt-in controls. b7a4771
  • ConditionalSimplifyDeep — Deep version of ConditionalSimplify that recurses into objects. b7a4771
  • DigitCharacter — Single ASCII digit character (0–9). 484e030
  • ExcludeStrict — Non-distributive, stricter variant of Exclude<T, U>. e6f62a2
  • ExtendsStrict — Non-distributive A extends B check. d71242a
  • ExtractStrict — Non-distributive, stricter variant of Extract<T, U>. 98d24fa
  • IsLowercase — Evaluates to true if a string literal is all lowercase. afe132c
  • IsNullable — Evaluates to true if T includes null. 5067e25
  • IsOptional — Evaluates to true if T includes undefined. 5067e25
  • IsOptionalKeyOf — Evaluates to true if property K of T is optional. 93728b5
  • IsReadonlyKeyOf — Evaluates to true if property K of T is readonly. 93728b5
  • IsRequiredKeyOf — Evaluates to true if property K of T is required. 93728b5
  • IsUnion — Evaluates to true if T is a union type. b3d92ed
  • IsUndefined — Evaluates to true if the type is exactly undefined. f7bc576
  • IsUppercase — Evaluates to true if a string literal is all uppercase. afe132c
  • LowercaseLetter — Single lowercase Latin letter (a–z). 484e030
  • RemovePrefix — Removes a specified prefix from a string literal. 18a1c04
  • UppercaseLetter — Single uppercase Latin letter (A–Z). 484e030

Improvements

  • Jsonify: Handle unknown as JsonValue 642bb13

... (truncated)

Commits

Updates itertools from 2.4.1 to 2.5.0

Release notes

Sourced from itertools's releases.

v2.5.0

  • New itertools: groupBy and indexBy
  • Renamed groupby to igroupby
  • Deprecated groupby (now an alias to igroupby)
  • Drop support for Node 18.x (it probably still works, but it's EoL)
Changelog

Sourced from itertools's changelog.

[2.5.0] - 2025-09-10

  • New itertools: groupBy and indexBy
  • Renamed groupby to igroupby
  • Deprecated groupby (now an alias to igroupby)
  • Drop support for Node 18.x (it probably still works, but it's EoL)
Commits

Updates npm-pick-manifest from 10.0.0 to 11.0.1

Release notes

Sourced from npm-pick-manifest's releases.

v11.0.1

11.0.1 (2025-09-17)

Bug Fixes

v11.0.0

11.0.0 (2025-07-24)

⚠️ BREAKING CHANGES

  • npm-pick-manifest now supports node ^20.17.0 || >=22.9.0

Bug Fixes

Dependencies

Chores

Changelog

Sourced from npm-pick-manifest's changelog.

11.0.1 (2025-09-17)

Bug Fixes

11.0.0 (2025-07-24)

⚠️ BREAKING CHANGES

  • npm-pick-manifest now supports node ^20.17.0 || >=22.9.0

Bug Fixes

Dependencies

Chores

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for npm-pick-manifest since your current version.


Updates tar-fs from 3.1.0 to 3.1.1

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…dates

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

| Package | From | To |
| --- | --- | --- |
| [pacote](https://github.com/npm/pacote) | `21.0.1` | `21.0.3` |
| [type-fest](https://github.com/sindresorhus/type-fest) | `4.41.0` | `5.0.1` |
| [itertools](https://github.com/nvie/itertools) | `2.4.1` | `2.5.0` |
| [npm-pick-manifest](https://github.com/npm/npm-pick-manifest) | `10.0.0` | `11.0.1` |
| [tar-fs](https://github.com/mafintosh/tar-fs) | `3.1.0` | `3.1.1` |



Updates `pacote` from 21.0.1 to 21.0.3
- [Release notes](https://github.com/npm/pacote/releases)
- [Changelog](https://github.com/npm/pacote/blob/main/CHANGELOG.md)
- [Commits](npm/pacote@v21.0.1...v21.0.3)

Updates `type-fest` from 4.41.0 to 5.0.1
- [Release notes](https://github.com/sindresorhus/type-fest/releases)
- [Commits](sindresorhus/type-fest@v4.41.0...v5.0.1)

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

Updates `npm-pick-manifest` from 10.0.0 to 11.0.1
- [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@v10.0.0...v11.0.1)

Updates `tar-fs` from 3.1.0 to 3.1.1
- [Commits](mafintosh/tar-fs@v3.1.0...v3.1.1)

---
updated-dependencies:
- dependency-name: pacote
  dependency-version: 21.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: type-fest
  dependency-version: 5.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: itertools
  dependency-version: 2.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: npm-pick-manifest
  dependency-version: 11.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: tar-fs
  dependency-version: 3.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 Sep 22, 2025
Copy link

changeset-bot bot commented Sep 22, 2025

⚠️ No Changeset found

Latest commit: d2bde43

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@fraxken
Copy link
Member

fraxken commented Sep 25, 2025

@dependabot please rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 25, 2025

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

@dependabot dependabot bot closed this Sep 25, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-b9b97f06da branch September 25, 2025 14:28
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.

1 participant