chore(deps-dev): bump wrangler from 3.60.2 to 3.60.3
Bumps wrangler from 3.60.2 to 3.60.3.
Release notes
Sourced from wrangler's releases.
[email protected]
Patch Changes
#6025
122ef06Thanks@​IgorMinar! - fix: avoid path collisions between performance and Performance Node.js polyfillsIt turns out that ESBuild paths are case insensitive, which can result in path collisions between polyfills for
globalThis.performanceandglobalThis.Performance, etc.This change ensures that we encode all global names to lowercase and decode them appropriately.
#6009
169a9faThanks@​RamIdeas! - fix: reduce the number of parallel file reads on Windows to avoid EMFILE type errorsFixes #1586
53acdbcThanks@​petebacondarwin! - fix: warn if user tries normal deploy when in the middle of a gradual version rolloutUpdated dependencies [
c4146fc]:
Changelog
Sourced from wrangler's changelog.
3.60.3
Patch Changes
#6025
122ef06Thanks@​IgorMinar! - fix: avoid path collisions between performance and Performance Node.js polyfillsIt turns out that ESBuild paths are case insensitive, which can result in path collisions between polyfills for
globalThis.performanceandglobalThis.Performance, etc.This change ensures that we encode all global names to lowercase and decode them appropriately.
#6009
169a9faThanks@​RamIdeas! - fix: reduce the number of parallel file reads on Windows to avoid EMFILE type errorsFixes #1586
53acdbcThanks@​petebacondarwin! - fix: warn if user tries normal deploy when in the middle of a gradual version rolloutUpdated dependencies [
c4146fc]:
Commits
fa300e9Version Packages (#6012)c13fb91feat: wrangler deploy prompts warning with deployment (#5992)122ef06fix(wrangler): avoid path collisions between performance and Performance poly...169a9fafix: reduce the number of parallel file reads on Windows to avoid EMFILE type...874da0etest: add checks of uploads of very large number of Pages assets (#6010)- See full diff in compare view
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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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)
Absolute URL check
No absolute URLs to prisma.io/docs found.
Redirect check
This PR probably requires the following redirects to be added to static/_redirects:
- This PR does not change any pages in a way that would require a redirect.
A newer version of wrangler exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.
@dependabot rebase
Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!
If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.
@dependabot recreate
Superseded by #6252.