chore(deps): bump undici and wrangler in /fingerprint-oss-demo#84
chore(deps): bump undici and wrangler in /fingerprint-oss-demo#84dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [undici](https://github.com/nodejs/undici) and [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler). These dependencies needed to be updated together. Updates `undici` from 5.29.0 to 7.24.4 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v5.29.0...v7.24.4) Updates `wrangler` from 4.68.0 to 4.75.0 - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.75.0/packages/wrangler) --- updated-dependencies: - dependency-name: undici dependency-version: 7.24.4 dependency-type: indirect - dependency-name: wrangler dependency-version: 4.75.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
✅ Deploy Preview for clever-starlight-3034ea canceled.
|
✅ Deploy Preview for fingerprint-oss canceled.
|
|
|
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
Files not reviewed (1)
- fingerprint-oss-demo/package-lock.json: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "node_modules/undici": { | ||
| "version": "7.18.2", | ||
| "resolved": "https://registry.npmjs.org/undici/-/undici-7.18.2.tgz", | ||
| "integrity": "sha512-y+8YjDFzWdQlSE9N5nzKMT3g4a5UBX1HKowfdXh0uvAnTaqqwqB92Jt4UXBAeKekDs5IaDKyJFR4X1gYVCgXcw==", | ||
| "version": "7.24.4", | ||
| "resolved": "https://registry.npmjs.org/undici/-/undici-7.24.4.tgz", | ||
| "integrity": "sha512-BM/JzwwaRXxrLdElV2Uo6cTLEjhSb3WXboncJamZ15NgUURmvlXvxa6xkwIOILIjPNo9i8ku136ZvWV0Uly8+w==", |
There was a problem hiding this comment.
The PR description mentions bumping undici from 5.29.0, but in package-lock.json the prior version appears to be 7.18.2. The 5.29.0 pin still exists in pnpm-lock.yaml (and wrangler is pinned there too), so pnpm users won’t receive these updates unless that lockfile is updated as well (or the project standardizes on a single lockfile).
| "node_modules/undici": { | ||
| "version": "7.18.2", | ||
| "resolved": "https://registry.npmjs.org/undici/-/undici-7.18.2.tgz", | ||
| "integrity": "sha512-y+8YjDFzWdQlSE9N5nzKMT3g4a5UBX1HKowfdXh0uvAnTaqqwqB92Jt4UXBAeKekDs5IaDKyJFR4X1gYVCgXcw==", | ||
| "version": "7.24.4", | ||
| "resolved": "https://registry.npmjs.org/undici/-/undici-7.24.4.tgz", | ||
| "integrity": "sha512-BM/JzwwaRXxrLdElV2Uo6cTLEjhSb3WXboncJamZ15NgUURmvlXvxa6xkwIOILIjPNo9i8ku136ZvWV0Uly8+w==", | ||
| "dev": true, | ||
| "license": "MIT", | ||
| "peer": true, |
There was a problem hiding this comment.
This update brings undici@7.24.4, which (per this lockfile’s engines field) requires Node >=20.18.1. That will break installs/runs of the demo on Node 18 and on older Node 20 minors; consider enforcing/documenting the demo’s Node requirement (e.g., package.json engines / .nvmrc) or pinning to a Node-18 compatible dependency set.
| "node_modules/wrangler": { | ||
| "version": "4.68.0", | ||
| "resolved": "https://registry.npmjs.org/wrangler/-/wrangler-4.68.0.tgz", | ||
| "integrity": "sha512-DCjl2ZfjwWV10iH4Zn+97isitPkb7BYxpbt4E/Okd/QKLFTp9xdwoa999UN9lugToqPm5Zz/UsRu6hpKZuT8BA==", | ||
| "version": "4.75.0", | ||
| "resolved": "https://registry.npmjs.org/wrangler/-/wrangler-4.75.0.tgz", | ||
| "integrity": "sha512-Efk1tcnm4eduBYpH1sSjMYydXMnIFPns/qABI3+fsbDrUk5GksNYX8nYGVP4sFygvGPO7kJc36YJKB5ooA7JAg==", | ||
| "dev": true, |
There was a problem hiding this comment.
wrangler@4.75.0 increases the Node engine requirement (lockfile shows node >=20.0.0). If the demo is expected to support Node 18 (or older Node 20 minors in some environments), this bump will be a breaking change; either enforce/document the Node >=20 requirement for the demo or keep wrangler pinned to a compatible major/minor.
Bumps undici and wrangler. These dependencies needed to be updated together.
Updates
undicifrom 5.29.0 to 7.24.4Release notes
Sourced from undici's releases.
... (truncated)
Commits
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 .pif2e155bBumped v7.24.24d2d1afremove maxDecompressedMessageSize (#4891)3a05a4ffix fetch path logic (#4890)23e3cd3Bumped v7.24.1Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for undici since your current version.
Install script changes
This version modifies
preparescript that runs during installation. Review the package contents before updating.Updates
wranglerfrom 4.68.0 to 4.75.0Release notes
Sourced from wrangler's releases.
... (truncated)
Commits
a671740Version Packages (#12923)e25bd0eUpdate prettier to 3.8.1 (#12939)df0d112Bump the workerd-and-workers-types group with 2 updates (#12935)81ee98e[chrome-devtools-patches] Migrate deployment from Cloudflare Pages to Workers...3b81fc6feat(wrangler): add wrangler tunnel (#12492)13df6c7Bump the workerd-and-workers-types group with 2 updates (#12875)0a7fef9wrangler: reject cross-drive module paths (#11888)f509d13Remove superfluous adjective from --json description (#12894)c600ce0Fix execution freezing ondebuggerstatements when DevTools is not attached...2e6b4abVersion Packages (#12876)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 this major versionwill 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 versionwill 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 dependencywill 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.
Note
Bump
undiciandwranglerdependencies in fingerprint-oss-demoUpdates package-lock.json to pull in newer versions of
undiciandwranglerin thefingerprint-oss-demoproject.Macroscope summarized 24da01d.