chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates#936
Conversation
…dates Bumps the npm_and_yarn group with 2 updates in the / directory: [brace-expansion](https://github.com/juliangruber/brace-expansion) and [protobufjs](https://github.com/protobufjs/protobuf.js). Updates `brace-expansion` from 5.0.5 to 5.0.6 - [Release notes](https://github.com/juliangruber/brace-expansion/releases) - [Commits](juliangruber/brace-expansion@v5.0.5...v5.0.6) Updates `protobufjs` from 8.0.1 to 8.4.0 - [Release notes](https://github.com/protobufjs/protobuf.js/releases) - [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md) - [Commits](protobufjs/protobuf.js@protobufjs-v8.0.1...protobufjs-v8.4.0) Updates `protobufjs` from 7.5.5 to 7.6.0 - [Release notes](https://github.com/protobufjs/protobuf.js/releases) - [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md) - [Commits](protobufjs/protobuf.js@protobufjs-v8.0.1...protobufjs-v8.4.0) --- updated-dependencies: - dependency-name: brace-expansion dependency-version: 5.0.6 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: protobufjs dependency-version: 8.4.0 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: protobufjs dependency-version: 7.6.0 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 704f0bfbeb
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "version": "5.0.6", | ||
| "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.6.tgz", |
There was a problem hiding this comment.
Regenerate dist for the bumped bundled dependency
This bump updates brace-expansion, which is pulled into the bundled runtime through glob/minimatch, but the commit leaves dist/index.js and its sourcemap unchanged while action.yml runs dist/index.js. In repositories consuming the action directly from GitHub, the lockfile is not reinstalled at runtime, so the shipped action continues to execute the previous bundled dependency until npm run package updates dist; the repo guidance also calls out committing generated dist/ for dependency changes.
Useful? React with 👍 / 👎.
jbeckwith-oai
left a comment
There was a problem hiding this comment.
Automated approval for bot-managed dependency update PR.
Bumps the npm_and_yarn group with 2 updates in the / directory: brace-expansion and protobufjs.
Updates
brace-expansionfrom 5.0.5 to 5.0.6Commits
46317b55.0.6c0b095bMerge commit from forkec56020Bump picomatch from 4.0.3 to 4.0.4 (#93)Updates
protobufjsfrom 8.0.1 to 8.4.0Release notes
Sourced from protobufjs's releases.
... (truncated)
Changelog
Sourced from protobufjs's changelog.
... (truncated)
Commits
7c6e6f4chore: release master (#2259)36873e6feat: Support BigInt conversions (#2257)f4c4385docs: Share JSDoc patch with API docs (#2252)a799376chore: release master (#2251)faa424efeat: Improve generated typings (#2244)c1251d9chore: release master (#2243)cb44b9bdeps: Update CLI peer depdedency9621b35fix: Preserve explicit enum zero if not the default (#2249)bddae34chore: Add FUNDING.yml9050289fix: Consolidate depth limit checks (#2246)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for protobufjs since your current version.
Updates
protobufjsfrom 7.5.5 to 7.6.0Release notes
Sourced from protobufjs's releases.
... (truncated)
Changelog
Sourced from protobufjs's changelog.
... (truncated)
Commits
7c6e6f4chore: release master (#2259)36873e6feat: Support BigInt conversions (#2257)f4c4385docs: Share JSDoc patch with API docs (#2252)a799376chore: release master (#2251)faa424efeat: Improve generated typings (#2244)c1251d9chore: release master (#2243)cb44b9bdeps: Update CLI peer depdedency9621b35fix: Preserve explicit enum zero if not the default (#2249)bddae34chore: Add FUNDING.yml9050289fix: Consolidate depth limit checks (#2246)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for protobufjs 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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 conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.