chore(deps): bump the npm_and_yarn group across 2 directories with 1 update#215
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 60ce776c9f
ℹ️ 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".
| "node_modules/undici": { | ||
| "version": "7.22.0", | ||
| "resolved": "https://registry.npmjs.org/undici/-/undici-7.22.0.tgz", | ||
| "integrity": "sha512-RqslV2Us5BrllB+JeiZnK4peryVTndy9Dnqq62S3yYRRTj0tFQCwEniUy2167skdGOy3vqRzEvl1Dm4sV2ReDg==", | ||
| "version": "7.24.5", | ||
| "resolved": "https://registry.npmjs.org/undici/-/undici-7.24.5.tgz", | ||
| "integrity": "sha512-3IWdCpjgxp15CbJnsi/Y9TCDE7HWVN19j1hmzVhoAkY/+CJx449tVxT5wZc1Gwg8J+P0LWvzlBzxYRnHJ+1i7Q==", |
There was a problem hiding this comment.
Regenerate apps/workbench/bun.lock for this Undici bump
When the workbench is run through its Bun-based entrypoints (apps/workbench/src-tauri/tauri.conf.json:6-8 and scripts/workbench-live-dogfood.sh:305-337), Bun still resolves from apps/workbench/bun.lock, which continues to pin undici@7.22.0 (apps/workbench/bun.lock:909). This commit only updates package-lock.json, so the advertised 7.24.5 security bump is applied in npm CI but not in the Tauri/dev dogfood workflows that the workbench actually uses locally, leaving those installs on the old release.
Useful? React with 👍 / 👎.
…update Bumps the npm_and_yarn group with 1 update in the /apps/workbench directory: [undici](https://github.com/nodejs/undici). Bumps the npm_and_yarn group with 1 update in the /packages/adapters/clawdstrike-vercel-ai directory: [undici](https://github.com/nodejs/undici). Updates `undici` from 7.22.0 to 7.24.5 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v7.22.0...v7.24.5) Updates `undici` from 7.20.0 to 7.24.5 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v7.22.0...v7.24.5) --- updated-dependencies: - dependency-name: undici dependency-version: 7.24.5 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: undici dependency-version: 7.24.5 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
60ce776 to
a9fe600
Compare
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
Bumps the npm_and_yarn group with 1 update in the /apps/workbench directory: undici.
Bumps the npm_and_yarn group with 1 update in the /packages/adapters/clawdstrike-vercel-ai directory: undici.
Updates
undicifrom 7.22.0 to 7.24.5Release notes
Sourced from undici's releases.
... (truncated)
Commits
51fd661Bumped v7.24.5 (#4915)9077500fix(cache): only apply 1-year deleteAt for immutable responses (#4913)1c5dc1atest: add unexpected disconnect guards to more client test files (#4844)2885361Formdata tests (#4902)4991f3eBumped v7.24.4ea3a06dfix(fetch): preserve path for credentialed URLs (#4892)9b96516Bumped v7.24.37926660Ignore .githuman9eaa5affix(h2): TypeError: Cannot read properties of null (reading 'push') in Reques...a9bfe21ignore .piUpdates
undicifrom 7.20.0 to 7.24.5Release notes
Sourced from undici's releases.
... (truncated)
Commits
51fd661Bumped v7.24.5 (#4915)9077500fix(cache): only apply 1-year deleteAt for immutable responses (#4913)1c5dc1atest: add unexpected disconnect guards to more client test files (#4844)2885361Formdata tests (#4902)4991f3eBumped v7.24.4ea3a06dfix(fetch): preserve path for credentialed URLs (#4892)9b96516Bumped v7.24.37926660Ignore .githuman9eaa5affix(h2): TypeError: Cannot read properties of null (reading 'push') in Reques...a9bfe21ignore .piYou can trigger a rebase of this PR 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.