Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 19, 2025

Bumps glob to 10.5.0 and updates ancestor dependencies glob, @nestjs/cli and semantic-release. These dependencies need to be updated together.

Updates glob from 10.3.10 to 10.5.0

Changelog

Sourced from glob's changelog.

changeglob

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 Windows.

10.0.0

  • No default exports, only named exports

... (truncated)

Commits

Updates @nestjs/cli from 10.3.2 to 11.0.11

Release notes

Sourced from @​nestjs/cli's releases.

Release 11.0.11

What's Changed

Full Changelog: nestjs/nest-cli@11.0.10...11.0.11

Release 11.0.10

What's Changed

Full Changelog: nestjs/nest-cli@11.0.9...11.0.10

Release 11.0.9

  • fix(deps): update angular-cli monorepo to v20 (5bbd8f83)
  • chore: disable shell by default (c31554d6)
  • fix(deps): update dependency @​inquirer/prompts to v7.8.0 (4897ce2c)

Release 11.0.8

What's Changed

Full Changelog: nestjs/nest-cli@11.0.7...11.0.8

Release 11.0.7

What's Changed

Full Changelog: nestjs/nest-cli@11.0.6...11.0.7

Release 11.0.6

What's Changed

... (truncated)

Commits
  • 87c2eca chore(): release v11.0.11
  • 2e264c7 Merge pull request #3171 from nestjs/renovate/ansis-4.x
  • 4dbd8b4 Merge pull request #3178 from nestjs/renovate/inquirer-prompts-7.x
  • 7fc9a3e Merge pull request #3174 from nestjs/renovate/cimg-node-24.x
  • 22868e8 Merge pull request #3186 from nestjs/renovate/glob-12.x
  • a96383f fix(deps): update dependency glob to v12
  • f8bcca4 chore(deps): update typescript-eslint monorepo to v8.47.0 (#3184)
  • 8d20467 chore(deps): update dependency @​swc/core to v1.15.2 (#3181)
  • 50d5258 chore(deps): update node.js to v24
  • 7aefc3e fix(deps): update dependency @​inquirer/prompts to v7.10.1
  • Additional commits viewable in compare view

Updates semantic-release from 23.0.2 to 25.0.2

Release notes

Sourced from semantic-release's releases.

v25.0.2

25.0.2 (2025-11-07)

Bug Fixes

  • deps: update dependency read-package-up to v12 (#3935) (1494cb9)

v25.0.1

25.0.1 (2025-10-19)

Bug Fixes

v25.0.1-beta.3

25.0.1-beta.3 (2025-10-19)

Bug Fixes

  • deps: update to latest npm plugin (a96aced)

v25.0.1-beta.2

25.0.1-beta.2 (2025-10-19)

Bug Fixes

v25.0.1-beta.1

25.0.1-beta.1 (2025-10-16)

Bug Fixes

v25.0.1-alpha.4

... (truncated)

Commits
  • 1494cb9 fix(deps): update dependency read-package-up to v12 (#3935)
  • b79ff4c Merge pull request #3931 from Simek/patch-1
  • ddfe3cb Merge pull request #3932 from Deltamir/docs-add-semantic-release-uv-community...
  • adac0b7 Merge pull request #3920 from semantic-release/installation
  • 8b68108 update Node version in npx command example
  • 15293df docs(plugins): add semantic-release-uv community plugin in plugins list
  • bfc6d4d docs: Update minimal required Node version
  • 8d7d8ed chore(deps): update dependency @​types/node to v24.10.0 (#3929)
  • 809126c chore(deps): lock file maintenance (#3928)
  • d1affd3 chore(deps): update dependency got to v14.6.2 (#3927)
  • Additional commits viewable in compare view
Maintainer changes

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


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 [glob](https://github.com/isaacs/node-glob) to 10.5.0 and updates ancestor dependencies [glob](https://github.com/isaacs/node-glob), [@nestjs/cli](https://github.com/nestjs/nest-cli) and [semantic-release](https://github.com/semantic-release/semantic-release). These dependencies need to be updated together.


Updates `glob` from 10.3.10 to 10.5.0
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](isaacs/node-glob@v10.3.10...v10.5.0)

Updates `@nestjs/cli` from 10.3.2 to 11.0.11
- [Release notes](https://github.com/nestjs/nest-cli/releases)
- [Changelog](https://github.com/nestjs/nest-cli/blob/master/.release-it.json)
- [Commits](nestjs/nest-cli@10.3.2...11.0.11)

Updates `semantic-release` from 23.0.2 to 25.0.2
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](semantic-release/semantic-release@v23.0.2...v25.0.2)

---
updated-dependencies:
- dependency-name: glob
  dependency-version: 10.5.0
  dependency-type: indirect
- dependency-name: "@nestjs/cli"
  dependency-version: 11.0.11
  dependency-type: direct:development
- dependency-name: semantic-release
  dependency-version: 25.0.2
  dependency-type: direct:development
...

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 Nov 19, 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.

1 participant