spacebadgers
spacebadgers copied to clipboard
Bump wrangler from 3.0.1 to 3.1.1 in /badgers-worker
Bumps wrangler from 3.0.1 to 3.1.1.
Release notes
Sourced from wrangler's releases.
[email protected]
Patch Changes
#3498
fddffdf0Thanks@GregBrimble! - fix: Preventwrangler pages devfrom serving asset files outside of the build output directory#3431
68ba49a8Thanks@Cherry! - fix: allow context.data to be overriden in Pages Functions#3414
6b1870adThanks@rozenmd! - fix: in D1, lift error.cause into the error messagePrior to this PR, folks had to console.log the
error.causeproperty to understand why their D1 operations were failing. With this PR,error.causewill continue to work, but we'll also lift the cause into the error message.#3483
a9349a89Thanks@petebacondarwin! - fix: ensure that the script name is passed through to C3 fromwrangler init#3359
5eef992fThanks@RamIdeas! -wrangler init ... -ynow delegates to C3 without prompts (respects the-yflag)#3434
4beac418Thanks@rozenmd! - fix: add the number of read queries and write queries in the last 24 hours to thed1 infocommand#3454
a2194043Thanks@mrbbot! - chore: upgrademiniflareto3.0.1This version ensures root CA certificates are trusted on Windows. It also loads extra certificates from the
NODE_EXTRA_CA_CERTSenvironment variable, allowingwrangler devto be used with Cloudflare WARP enabled.#3485
e8df68eeThanks@GregBrimble! - feat: Allow setting a D1 database ID when usingwrangler pages devby providing an optional=<ID>suffix to the argument like--d1 BINDING_NAME=database-id[email protected]
Minor Changes
- #3293
4a88db32Thanks@petebacondarwin! - feat: addwrangler pages project deletecommandPatch Changes
#3399
d8a9995bThanks@Skye-31! - Fix: wrangler pages dev --script-path argument when using a proxy command instead of directory modeFixes a regression in [email protected], where
wrangler pages dev --script-path=<my script path> -- <proxy command>would start throwing esbuild errors.#3311
116d3fd9Thanks@Maximo-Guk! - Fix: Avoid unnecessary rebuilding pages functions in wrangler pages dev#3314
d5a230f1Thanks@elithrar! - Fixedwrangler d1 migrationsto use--experimental-backendand not--experimentalBackendso that it is consistent withwrangler d1 create.
... (truncated)
Changelog
Sourced from wrangler's changelog.
3.1.1
Patch Changes
- #3498
fddffdf0Thanks@GregBrimble! - fix: Preventwrangler pages devfrom serving asset files outside of the build output directory
#3414
6b1870adThanks@rozenmd! - fix: in D1, lift error.cause into the error messagePrior to this PR, folks had to console.log the
error.causeproperty to understand why their D1 operations were failing. With this PR,error.causewill continue to work, but we'll also lift the cause into the error message.
- #3483
a9349a89Thanks@petebacondarwin! - fix: ensure that the script name is passed through to C3 fromwrangler init
- #3359
5eef992fThanks@RamIdeas! -wrangler init ... -ynow delegates to C3 without prompts (respects the-yflag)
- #3434
4beac418Thanks@rozenmd! - fix: add the number of read queries and write queries in the last 24 hours to thed1 infocommand
#3454
a2194043Thanks@mrbbot! - chore: upgrademiniflareto3.0.1This version ensures root CA certificates are trusted on Windows. It also loads extra certificates from the
NODE_EXTRA_CA_CERTSenvironment variable, allowingwrangler devto be used with Cloudflare WARP enabled.
- #3485
e8df68eeThanks@GregBrimble! - feat: Allow setting a D1 database ID when usingwrangler pages devby providing an optional=<ID>suffix to the argument like--d1 BINDING_NAME=database-id3.1.0
Minor Changes
- #3293
4a88db32Thanks@petebacondarwin! - feat: addwrangler pages project deletecommandPatch Changes
#3399
d8a9995bThanks@Skye-31! - Fix: wrangler pages dev --script-path argument when using a proxy command instead of directory modeFixes a regression in [email protected], where
wrangler pages dev --script-path=<my script path> -- <proxy command>would start throwing esbuild errors.
- #3311
116d3fd9Thanks@Maximo-Guk! - Fix: Avoid unnecessary rebuilding pages functions in wrangler pages dev
- #3314
d5a230f1Thanks@elithrar! - Fixedwrangler d1 migrationsto use--experimental-backendand not--experimentalBackendso that it is consistent withwrangler d1 create.
- #3373
55703e52Thanks@rozenmd! - fix: wrangler rollback shouldn't print its warning in the global menu
#3124
2956c31dThanks@verokarhu! - fix: failed d1 migrations not treated as errorsThis PR teaches wrangler to return a non-success exit code when a set of migrations fails.
It also cleans up
wrangler d1 migrations applyoutput significantly, to only log information relevant to migrations.
... (truncated)
Commits
881ea7bVersion Packages (#3416)e8df68eAllow setting d1 database id in pages dev (#3485)d199ffbAdd e2e fixes for release (#3499)fddffdfPreventwrangler pages devfrom serving asset files outside of the build ou...a9349a8C3 e2e (#3483)9fd12dfUpdate package.json (#3491)ca4d27bci: copy .npmrc to wrangler and create-cloudflare (#3464)b9c9185ci: move .npmrc to the root of the repo (#3463)b0bbf69Support aWRANGLER_C3_COMMANDenv var to support C3 integration testing (#3...5cfb94cAdd e2e tests to CI (#3344)- Additional commits viewable 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 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.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| spacebadgers | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Aug 3, 2023 4:48pm |
@dependabot rebase
Looks like wrangler is up-to-date now, so this is no longer needed.