Skip to content
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

Merged
merged 1 commit into from
Sep 20, 2023
Merged

Version Packages #3949

merged 1 commit into from
Sep 20, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Sep 14, 2023

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

Patch Changes

wrangler@3.9.0

Minor Changes

  • #3951 e0850ad1 Thanks @mrbbot! - feat: add support for breakpoint debugging to wrangler dev's --remote and --no-bundle modes

    Previously, 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 be
    source-mapped when logged too.

  • #3951 e0850ad1 Thanks @mrbbot! - feat: add support for Visual Studio Code's built-in breakpoint debugger

    Wrangler now supports breakpoint debugging with Visual Studio Code's debugger.
    Create a .vscode/launch.json file with the following contents...

    {
    	"configurations": [
    		{
    			"name": "Wrangler",
    			"type": "node",
    			"request": "attach",
    			"port": 9229,
    			"cwd": "/",
    			"resolveSourceMapLocations": null,
    			"attachExistingChildren": false,
    			"autoAttachChildProcesses": false
    		}
    	]
    }

    ...then run wrangler dev, and launch the configuration.

Patch Changes

@github-actions github-actions bot requested review from a team as code owners September 14, 2023 15:10
@github-actions github-actions bot force-pushed the changeset-release/main branch 9 times, most recently from 601ad80 to fdd76cb Compare September 15, 2023 17:42
@github-actions github-actions bot requested a review from a team as a code owner September 15, 2023 17:42
@github-actions
Copy link
Contributor Author

github-actions bot commented Sep 15, 2023

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 with this latest build directly:

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.


wrangler@3.9.0 includes the following runtime dependencies:

Package Constraint Resolved
miniflare 3.20230918.0 3.20230918.0
workerd 1.20230904.0 1.20230904.0
workerd --version 1.20230904.0 2023-09-04

|

Please ensure constraints are pinned, and miniflare/workerd minor versions match.

@github-actions github-actions bot force-pushed the changeset-release/main branch 7 times, most recently from e398ee8 to f8d8b5b Compare September 19, 2023 22:02
@penalosa penalosa closed this Sep 19, 2023
@penalosa penalosa reopened this Sep 19, 2023
@codecov
Copy link

codecov bot commented Sep 19, 2023

Codecov Report

❗ No coverage uploaded for pull request base (main@d8833ef). Click here to learn what that means.
The diff coverage is n/a.

❗ Current head f8d8b5b differs from pull request most recent head 9172258. Consider uploading reports for the commit 9172258 to get more accurate results

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #3949   +/-   ##
=======================================
  Coverage        ?   74.89%           
=======================================
  Files           ?      196           
  Lines           ?    11604           
  Branches        ?     3044           
=======================================
  Hits            ?     8691           
  Misses          ?     2913           
  Partials        ?        0           

@workers-devprod workers-devprod force-pushed the changeset-release/main branch 3 times, most recently from 066ba80 to 02d43f1 Compare September 20, 2023 11:53
Copy link
Contributor

@IgorMinar IgorMinar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm for c3

Copy link
Contributor

@jspspike jspspike left a 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

@jspspike jspspike merged commit d72722f into main Sep 20, 2023
@jspspike jspspike deleted the changeset-release/main branch September 20, 2023 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

polish: [bundle reporter] color ranged size
3 participants