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

Merged
merged 1 commit into from
Feb 27, 2023
Merged

Version Packages #2807

merged 1 commit into from
Feb 27, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Feb 27, 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

  • #2810 62784131 Thanks @mrbbot! - chore: upgrade @miniflare/tre to 3.0.0-next.12, incorporating changes from 3.0.0-next.11

    Notably, this brings the following improvements to wrangler dev --experimental-local:

    • Adds support for Durable Objects and D1
    • Fixes an issue blocking clean exits and script reloads
    • Bumps to better-sqlite3@8, allowing installation on Node 19
  • #2665 4756d6a1 Thanks @alankemp! - Add new [unsafe.metadata] section to wrangler.toml allowing arbitary data to be added to the metadata section of the upload

Patch Changes

  • #2539 3725086c Thanks @GregBrimble! - feat: Add support for the nodejs_compat Compatibility Flag when bundling a Worker with Wrangler

    This new Compatibility Flag is incompatible with the legacy --node-compat CLI argument and node_compat configuration option. If you want to use the new runtime Node.js compatibility features, please remove the --node-compat argument from your CLI command or your config file.

@github-actions github-actions bot requested a review from a team as a code owner February 27, 2023 15:21
@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from 4d92e34 to ef6ccdf Compare February 27, 2023 18:27
@github-actions github-actions bot force-pushed the changeset-release/main branch from ef6ccdf to 7d5fa9c Compare February 27, 2023 19:11
@mrbbot mrbbot closed this Feb 27, 2023
@mrbbot mrbbot reopened this Feb 27, 2023
@github-actions
Copy link
Contributor Author

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/4286093934/npm-package-wrangler-2807

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

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

Or you can use npx with this latest build directly:

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

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

@codecov
Copy link

codecov bot commented Feb 27, 2023

Codecov Report

Merging #2807 (7d5fa9c) into main (4756d6a) will increase coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2807      +/-   ##
==========================================
+ Coverage   74.02%   74.05%   +0.02%     
==========================================
  Files         166      166              
  Lines       10223    10223              
  Branches     2738     2738              
==========================================
+ Hits         7568     7571       +3     
+ Misses       2655     2652       -3     
Impacted Files Coverage Δ
packages/wrangler/src/git-client.ts 43.75% <0.00%> (+4.16%) ⬆️
...ackages/wrangler/src/__tests__/helpers/mock-bin.ts 100.00% <0.00%> (+5.26%) ⬆️

@lrapoport-cf lrapoport-cf merged commit 0ed6712 into main Feb 27, 2023
@lrapoport-cf lrapoport-cf deleted the changeset-release/main branch February 27, 2023 19:42
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.

2 participants