Skip to content

Bump minimatch and renovate#142

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/multi-c5a9f7fb71
Closed

Bump minimatch and renovate#142
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/multi-c5a9f7fb71

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 25, 2026

Bumps minimatch to 10.2.1 and updates ancestor dependency renovate. These dependencies need to be updated together.

Updates minimatch from 9.0.2 to 10.2.1

Changelog

Sourced from minimatch's changelog.

change log

10.2

  • Add braceExpandMax option

10.1

  • Add magicalBraces option for escape
  • Fix makeRe when partial: true is set.
  • Fix makeRe when pattern ends in a final ** path part.

10.0

  • Require node 20 or 22 and higher

9.0

  • No default export, only named exports.

8.0

  • Recursive descent parser for extglob, allowing correct support for arbitrarily nested extglob expressions
  • Bump required Node.js version

7.4

  • Add escape() method
  • Add unescape() method
  • Add Minimatch.hasMagic() method

7.3

  • Add support for posix character classes in a unicode-aware way.

7.2

  • Add windowsNoMagicRoot option

7.1

  • Add optimizationLevel configuration option, and revert the default back to the 6.2 style minimal optimizations, making the advanced transforms introduced in 7.0 opt-in. Also, process provided file paths in the same way in optimizationLevel:2 mode, so most things that matched with optimizationLevel 1 or 0 should match with level 2 as well. However, level 1 is the default, out of an abundance of caution.

... (truncated)

Commits
Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


Updates renovate from 36.78.8 to 43.35.1

Release notes

Sourced from renovate's releases.

43.35.1

43.35.1 (2026-02-25)

Bug Fixes

  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.13.1 (main) (#41479) (08bcec4)

Miscellaneous Chores

  • deps: update ghcr.io/containerbase/devcontainer docker tag to v14.4.7 (main) (#41478) (38b9442)

43.35.0

43.35.0 (2026-02-24)

Features

  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.13.0 (main) (#41476) (b5ad989)
  • presets: add Error Prone dependency group (#40992) (445cd89)

43.34.0

43.34.0 (2026-02-24)

Features

Bug Fixes

  • gomod: support major version on replaces with the same Go module (#41359) (d04b07f), closes #41260
  • util: don't log duplicate "hidden Unicode" characters (#41469) (8f16b44)
  • util: don't treat Zero Width Joiner as "hidden Unicode" (#41471) (165d88f)
  • vulnerability: handle alerts with null or missing firstPatchedVersion (#41338) (f52ed03)
  • workers-repository: don't allow <> in branch names (#41406) (0e1ef6e)

Code Refactoring

43.33.2

43.33.2 (2026-02-24)

Bug Fixes

  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.12.1 (main) (#41474) (e9fe897)

Miscellaneous Chores

  • deps: update dependency node to v24.14.0 (main) (#41475) (7d62b08)
  • deps: update ghcr.io/containerbase/devcontainer docker tag to v14.4.6 (main) (#41473) (7da2009)

... (truncated)

Commits
  • 08bcec4 fix(deps): update ghcr.io/renovatebot/base-image docker tag to v13.13.1 (main...
  • 38b9442 chore(deps): update ghcr.io/containerbase/devcontainer docker tag to v14.4.7 ...
  • b5ad989 feat(deps): update ghcr.io/renovatebot/base-image docker tag to v13.13.0 (mai...
  • 445cd89 feat(presets): add Error Prone dependency group (#40992)
  • 165d88f fix(util): don't treat Zero Width Joiner as "hidden Unicode" (#41471)
  • f990e71 feat(versioning): add Deno versioning support (#40968)
  • d04b07f fix(gomod): support major version on replaces with the same Go module (#41359)
  • f52ed03 fix(vulnerability): handle alerts with null or missing firstPatchedVersion ...
  • 54547c9 refactor: move onboarding to InheritConfig (#41377)
  • af14f83 refactor: move onboardingNoDeps to InheritConfig (#41384)
  • 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 renovate 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 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 [minimatch](https://github.com/isaacs/minimatch) to 10.2.1 and updates ancestor dependency [renovate](https://github.com/renovatebot/renovate). These dependencies need to be updated together.


Updates `minimatch` from 9.0.2 to 10.2.1
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v9.0.2...v10.2.1)

Updates `renovate` from 36.78.8 to 43.35.1
- [Release notes](https://github.com/renovatebot/renovate/releases)
- [Commits](renovatebot/renovate@36.78.8...43.35.1)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-version: 10.2.1
  dependency-type: indirect
- dependency-name: renovate
  dependency-version: 43.35.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 25, 2026
@dependabot dependabot bot mentioned this pull request Feb 25, 2026
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 28, 2026

Superseded by #143.

@dependabot dependabot bot closed this Feb 28, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/multi-c5a9f7fb71 branch February 28, 2026 19:04
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