-
Notifications
You must be signed in to change notification settings - Fork 787
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version Packages #3949
Version Packages #3949
Conversation
601ad80
to
fdd76cb
Compare
A wrangler prerelease is available for testing. You can install this latest build in your project with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/6248549617/npm-package-wrangler-3949 You can reference the automatically updated head of this PR with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/prs/6248549617/npm-package-wrangler-3949 Or you can use npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/6248549617/npm-package-wrangler-3949 dev path/to/script.js Additional artifacts:npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/6248549617/npm-package-cloudflare-pages-shared-3949 Note that these links will no longer work once the GitHub Actions artifact expires.
| Please ensure constraints are pinned, and |
e398ee8
to
f8d8b5b
Compare
Codecov Report
@@ Coverage Diff @@
## main #3949 +/- ##
=======================================
Coverage ? 74.89%
=======================================
Files ? 196
Lines ? 11604
Branches ? 3044
=======================================
Hits ? 8691
Misses ? 2913
Partials ? 0 |
066ba80
to
02d43f1
Compare
02d43f1
to
9172258
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm for c3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested wrangler changes manually and seems to work as intended
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
create-cloudflare@2.3.0
Minor Changes
#3887
765ebc1c
Thanks @G4brym! - Add OpenAPI 3.1 template project#3888
7310add1
Thanks @G4brym! - Bump chatgptPlugin template itty-router-openapi versionPatch Changes
#3970
0a8d97c7
Thanks @dependabot! - C3: Bumpedcreate-astro
from4.0.1
to4.1.0
#3971
1723d3e6
Thanks @dependabot! - C3: Bumpedcreate-svelte
from4.2.0
to5.0.6
#3972
dac69503
Thanks @dependabot! - C3: Bumpedcreate-remix
from1.19.3
to2.0.0
#3973
324907ac
Thanks @dependabot! - C3: Bumpednuxi
from3.6.5
to3.8.4
#3980
1354ab36
Thanks @dependabot! - C3: Bumpedcreate-astro
from4.0.1
to4.1.0
#3987
fe227900
Thanks @dependabot! - C3: Bumpedcreate-vue
from3.6.4
to3.7.5
#3988
d8833eff
Thanks @dependabot! - C3: Bumpedgatsby
from5.11.0
to5.12.4
#3990
07b57803
Thanks @dependabot! - C3: Bumpedcreate-qwik
from1.2.7
to1.2.12
wrangler@3.9.0
Minor Changes
#3951
e0850ad1
Thanks @mrbbot! - feat: add support for breakpoint debugging towrangler dev
's--remote
and--no-bundle
modesPreviously, breakpoint debugging using Wrangler's DevTools was only supported
in local mode, when using Wrangler's built-in bundler. This change extends that
to remote development, and
--no-bundle
.When using
--remote
and--no-bundle
together, uncaught errors will now besource-mapped when logged too.
#3951
e0850ad1
Thanks @mrbbot! - feat: add support for Visual Studio Code's built-in breakpoint debuggerWrangler now supports breakpoint debugging with Visual Studio Code's debugger.
Create a
.vscode/launch.json
file with the following contents......then run
wrangler dev
, and launch the configuration.Patch Changes
#3954
bc88f0ec
Thanks @dario-piotrowicz! - updatewrangler pages dev
D1 and DO descriptions#3928
95b24b1e
Thanks @JacobMGEvans! - Colorize Deployed Bundle SizeMost bundlers, and other tooling that give you size outputs will colorize their the text to indicate if the value is within certain ranges.
The current range values are:
red 100% - 90%
yellow 89% - 70%
green <70%
resolves polish: [bundle reporter] color ranged size #1312