-
Notifications
You must be signed in to change notification settings - Fork 305
Bump minimatch from 9.0.1 to 9.0.3 #358
base: main
Are you sure you want to change the base?
Conversation
Bumps [minimatch](https://github.com/isaacs/minimatch) from 9.0.1 to 9.0.3. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](isaacs/minimatch@v9.0.1...v9.0.3) --- updated-dependencies: - dependency-name: minimatch dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
🤖 OpenAI The pull request primarily updates the
Chat with 🤖 OpenAI Bot (
|
@@ -15,7 +15,7 @@ | |||
"@octokit/action": "^6.0.4", | |||
"@octokit/plugin-retry": "^4.1.3", | |||
"@octokit/plugin-throttling": "^6.1.0", | |||
"minimatch": "^9.0.1", | |||
"minimatch": "^9.0.3", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤖 OpenAI
The version of minimatch
has been updated from ^9.0.1
to ^9.0.3
. This is a minor version update, and as per semantic versioning, it should not introduce any breaking changes. However, it's important to ensure that the new version doesn't have any unexpected side effects on your application. Consider running your test suite and doing some manual testing if necessary.
"version": "9.0.3", | ||
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", | ||
"integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤖 OpenAI
The version, resolved URL, and integrity hash for minimatch
in the node_modules
section have been updated. This change is consistent with the update in the dependencies section. As mentioned before, please ensure to run your tests to verify that this update does not break anything in your application.
Bumps minimatch from 9.0.1 to 9.0.3.
Commits
f8b46a3
9.0.3f617a2a
fix typo402b059
update depsb7bd6d6
9.0.237f6df6
Prevent dots only at the start of repeat patternsDependabot 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 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)