craftcms-baukasten-headless
craftcms-baukasten-headless copied to clipboard
build(deps-dev): bump wrangler from 3.1.0 to 3.1.1 in /frontend-astro
Bumps wrangler from 3.1.0 to 3.1.1.
Release notes
Sourced from wrangler's releases.
[email protected]
Patch Changes
#3498
fddffdf0
Thanks@GregBrimble
! - fix: Preventwrangler pages dev
from serving asset files outside of the build output directory#3431
68ba49a8
Thanks@Cherry
! - fix: allow context.data to be overriden in Pages Functions#3414
6b1870ad
Thanks@rozenmd
! - fix: in D1, lift error.cause into the error messagePrior to this PR, folks had to console.log the
error.cause
property to understand why their D1 operations were failing. With this PR,error.cause
will continue to work, but we'll also lift the cause into the error message.#3483
a9349a89
Thanks@petebacondarwin
! - fix: ensure that the script name is passed through to C3 fromwrangler init
#3359
5eef992f
Thanks@RamIdeas
! -wrangler init ... -y
now delegates to C3 without prompts (respects the-y
flag)#3434
4beac418
Thanks@rozenmd
! - fix: add the number of read queries and write queries in the last 24 hours to thed1 info
command#3454
a2194043
Thanks@mrbbot
! - chore: upgrademiniflare
to3.0.1
This version ensures root CA certificates are trusted on Windows. It also loads extra certificates from the
NODE_EXTRA_CA_CERTS
environment variable, allowingwrangler dev
to be used with Cloudflare WARP enabled.#3485
e8df68ee
Thanks@GregBrimble
! - feat: Allow setting a D1 database ID when usingwrangler pages dev
by providing an optional=<ID>
suffix to the argument like--d1 BINDING_NAME=database-id
Changelog
Sourced from wrangler's changelog.
3.1.1
Patch Changes
- #3498
fddffdf0
Thanks@GregBrimble
! - fix: Preventwrangler pages dev
from serving asset files outside of the build output directory
#3414
6b1870ad
Thanks@rozenmd
! - fix: in D1, lift error.cause into the error messagePrior to this PR, folks had to console.log the
error.cause
property to understand why their D1 operations were failing. With this PR,error.cause
will continue to work, but we'll also lift the cause into the error message.
- #3483
a9349a89
Thanks@petebacondarwin
! - fix: ensure that the script name is passed through to C3 fromwrangler init
- #3359
5eef992f
Thanks@RamIdeas
! -wrangler init ... -y
now delegates to C3 without prompts (respects the-y
flag)
- #3434
4beac418
Thanks@rozenmd
! - fix: add the number of read queries and write queries in the last 24 hours to thed1 info
command
#3454
a2194043
Thanks@mrbbot
! - chore: upgrademiniflare
to3.0.1
This version ensures root CA certificates are trusted on Windows. It also loads extra certificates from the
NODE_EXTRA_CA_CERTS
environment variable, allowingwrangler dev
to be used with Cloudflare WARP enabled.
- #3485
e8df68ee
Thanks@GregBrimble
! - feat: Allow setting a D1 database ID when usingwrangler pages dev
by providing an optional=<ID>
suffix to the argument like--d1 BINDING_NAME=database-id
Commits
881ea7b
Version Packages (#3416)e8df68e
Allow setting d1 database id in pages dev (#3485)d199ffb
Add e2e fixes for release (#3499)fddffdf
Preventwrangler pages dev
from serving asset files outside of the build ou...a9349a8
C3 e2e (#3483)9fd12df
Update package.json (#3491)ca4d27b
ci: copy .npmrc to wrangler and create-cloudflare (#3464)b9c9185
ci: move .npmrc to the root of the repo (#3463)b0bbf69
Support aWRANGLER_C3_COMMAND
env var to support C3 integration testing (#3...5cfb94c
Add 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 rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will 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 version
will 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 dependency
will 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.