Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 15, 2025

Bumps the major-updates group with 3 updates in the / directory: @types/node, glob and putout.

Updates @types/node from 24.10.1 to 25.0.2

Commits

Updates glob from 11.0.3 to 13.0.0

Changelog

Sourced from glob's changelog.

changeglob

13

  • Move the CLI program out to a separate package, glob-bin. Install that if you'd like to continue using glob from the command line.

12

  • Remove the unsafe --shell option. The --shell option is now ONLY supported on known shells where the behavior can be implemented safely.

11.1

GHSA-5j98-mcp5-4vw2

  • Add the --shell option for the command line, with a warning that this is unsafe. (It will be removed in v12.)
  • Add the --cmd-arg/-g as a way to safely add positional arguments to the command provided to the CLI tool.
  • Detect commands with space or quote characters on known shells, and pass positional arguments to them safely, avoiding shell:true execution.

11.0

  • Drop support for node before v20

10.4

  • Add includeChildMatches: false option
  • Export the Ignore class

10.3

  • Add --default -p flag to provide a default pattern
  • exclude symbolic links to directories when follow and nodir are both set

10.2

  • Add glob cli

10.1

  • Return '.' instead of the empty string '' when the current working directory is returned as a match.
  • Add posix: true option to return / delimited paths, even on

... (truncated)

Commits

Updates putout from 40.15.0 to 41.0.5

Release notes

Sourced from putout's releases.

putout v41.0.5

🔥 feature

  • e22f1c96f putout: @​putout/plugin-putout v28.0.0
  • 5d2ba9985 @​putout/plugin-putout: drop support of 🐊 < 41
  • 82ea38148 @​putout/plugin-putout: apply-fixture-name-to-message: plus

putout v41.0.4

🔥 feature

  • dc3e62e3e putout: @​putout/plugin-github v18.0.0
  • a11d6c468 @​putout/plugin-github: drop support of 🐊 < 41
  • 2731be802 @​putout/plugin-github: set-node-versions: exclude not array

putout v41.0.3

🐞 fix

  • a7c71c3d3 @​putout/plugin-nodejs: npmignore: add scripts

🔥 feature

  • 635f8a2c0 putout: @​putout/plugin-nodejs v18.0.0
  • 7427bed8f @​putout/plugin-nodejs: drop support of 🐊 < 41

putout v41.0.2

🔥 feature

  • da862372d putout: @​putout/operator-regexp v3.0.0
  • 6d26e8008 @​putout/operator-regexp: drop support of 🐊 < 41
  • ba4dc1b0a @​putout/operator-regexp: transformRegexp: no regExpTransformer

putout v41.0.1

🐞 fix

  • 4b3a79108 @​putout/plugin-putout-config: apply-arguments: arguments/apply-rest

🔥 feature

  • ebb55c5ca putout: @​putout/plugin-remove-useless-escape v9.0.0
  • 416090039 putout: @​putout/plugin-regexp v13.0.0
  • 4e279fa3f @​putout/plugin-remove-useless-escape: drop support of 🐊 < 41
  • 6df56d676 @​putout/plugin-regexp: remove-useless-escape: add
  • 84419ffcc @​putout/plugin-regexp: drop support of 🐊 < 41

Putout v41

व्योमाकारं स्वमात्मानम् ध्यायेद्दिग्भिरनावृतम् । निराश्रया चितिः शक्तिः स्वरूपं दर्शयेत्तदा ॥ ९२ ॥

... (truncated)

Commits
  • ca989be chore: putout: v41.0.5
  • e22f1c9 feature: putout: @​putout/plugin-putout v28.0.0
  • 7b07750 chore: @​putout/plugin-putout: v28.0.0
  • 5d2ba99 feature: @​putout/plugin-putout: drop support of 🐊 < 41
  • 82ea381 feature: @​putout/plugin-putout: apply-fixture-name-to-message: plus
  • b1dab16 chore: package: eslint: v -> ^
  • cafd3ef chore: putout: v41.0.4
  • dc3e62e feature: putout: @​putout/plugin-github v18.0.0
  • 237534f chore: @​putout/plugin-github: v18.0.0
  • a11d6c4 feature: @​putout/plugin-github: drop support of 🐊 < 41
  • 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 <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

Bumps the major-updates group with 3 updates in the / directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [glob](https://github.com/isaacs/node-glob) and [putout](https://github.com/coderaiser/putout).


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

Updates `glob` from 11.0.3 to 13.0.0
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](isaacs/node-glob@v11.0.3...v13.0.0)

Updates `putout` from 40.15.0 to 41.0.5
- [Release notes](https://github.com/coderaiser/putout/releases)
- [Commits](coderaiser/putout@v40.15.0...v41.0.5)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 25.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: glob
  dependency-version: 13.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: putout
  dependency-version: 41.0.5
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-updates
...

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 Dec 15, 2025
@github-actions github-actions bot added mindless: dependencies Pull requests that update a dependency file section: repo For all changes in root dir release labels Dec 15, 2025
@github-actions github-actions bot requested a review from phun-ky December 15, 2025 03:07
@socket-security
Copy link

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​types/​node@​24.10.1 ⏵ 25.0.21001008196 +1100
Updatedglob@​11.0.3 ⏵ 13.0.0100 +1100 +1610091100

View full report

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 mindless: dependencies Pull requests that update a dependency file release section: repo For all changes in root dir size: 👕 XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant