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 #3149

Merged
merged 1 commit into from
May 8, 2023
Merged

Version Packages #3149

merged 1 commit into from
May 8, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented May 5, 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

[email protected]

Minor Changes

  • #2966 e351afcf Thanks @GregBrimble! - feat: Add support for the undocumented _worker.js/ directory in Pages

  • #3095 133c0423 Thanks @zebp! - feat: add support for placement in wrangler config

    Allows a placement object in the wrangler config with a mode of off or smart to configure Smart placement. Enabling Smart Placement can be done in your wrangler.toml like:

    [placement]
    mode = "smart"
  • #3140 5fd080c8 Thanks @penalosa! - feat: Support sourcemaps in DevTools

    Intercept requests from DevTools in Wrangler to inject sourcemaps and enable folders in the Sources Panel of DevTools. When errors are thrown in your Worker, DevTools should now show your source file in the Sources panel, rather than Wrangler's bundled output.

Patch Changes

@github-actions github-actions bot requested review from a team as code owners May 5, 2023 01:06
@github-actions github-actions bot force-pushed the changeset-release/main branch 4 times, most recently from c69bbed to b6c9ccf Compare May 5, 2023 18:51
@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from e18de0b to 3f6ba3f Compare May 8, 2023 17:03
@JacobMGEvans JacobMGEvans reopened this May 8, 2023
Copy link
Contributor

@JacobMGEvans JacobMGEvans left a comment

Choose a reason for hiding this comment

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

Spot checked main

@github-actions
Copy link
Contributor Author

github-actions bot commented May 8, 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/4918943242/npm-package-wrangler-3149

You can reference the automatically updated head of this PR with:

npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/prs/3149/npm-package-wrangler-3149

Or you can use npx with this latest build directly:

npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/4918943242/npm-package-wrangler-3149 dev path/to/script.js
Additional artifacts:
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/4918943242/npm-package-cloudflare-pages-shared-3149

Note that these links will no longer work once the GitHub Actions artifact expires.

@codecov
Copy link

codecov bot commented May 8, 2023

Codecov Report

Merging #3149 (c6f3e47) into main (5b234cf) will increase coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #3149      +/-   ##
==========================================
+ Coverage   74.64%   74.67%   +0.02%     
==========================================
  Files         179      179              
  Lines       10916    10916              
  Branches     2903     2903              
==========================================
+ Hits         8148     8151       +3     
+ Misses       2768     2765       -3     

see 2 files with indirect coverage changes

@lrapoport-cf lrapoport-cf merged commit 738e52f into main May 8, 2023
@lrapoport-cf lrapoport-cf deleted the changeset-release/main branch May 8, 2023 19:58
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.

🐛 BUG: value of stdout.lastframe() is undefined is returned with some Wrangler commands
2 participants