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

Merged
merged 1 commit into from
Jul 3, 2024
Merged

Version Packages #6153

merged 1 commit into from
Jul 3, 2024

Conversation

workers-devprod
Copy link
Contributor

@workers-devprod workers-devprod commented Jun 26, 2024

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

miniflare@3.20240701.0

Minor Changes

Patch Changes

  • #6181 42a7930 Thanks @dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20240620.1 1.20240701.0
  • #6127 1568c25 Thanks @DaniFoldi! - fix: Bump ws dependency

wrangler@3.63.0

Minor Changes

  • #6167 e048958 Thanks @threepointone! - feature: alias modules in the worker

    Sometimes, users want to replace modules with other modules. This commonly happens inside a third party dependency itself. As an example, a user might have imported node-fetch, which will probably never work in workerd. You can use the alias config to replace any of these imports with a module of your choice.

    Let's say you make a fetch-nolyfill.js

    export default fetch; // all this does is export the standard fetch function`

    You can then configure wrangler.toml like so:

    # ...
    [alias]
    "node-fetch": "./fetch-nolyfill"

    So any calls to import fetch from 'node-fetch'; will simply use our nolyfilled version.

    You can also pass aliases in the cli (for both dev and deploy). Like:

    npx wrangler dev --alias node-fetch:./fetch-nolyfill
  • #6073 7ed675e Thanks @geelen! - Added D1 export support for local databases

Patch Changes

@cloudflare/pages-shared@0.11.46

Patch Changes

@cloudflare/vitest-pool-workers@0.4.8

Patch Changes

@workers-devprod workers-devprod requested review from a team as code owners June 26, 2024 12:19
Copy link
Contributor

github-actions bot commented Jun 26, 2024

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/9766745988/npm-package-wrangler-6153

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

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

Or you can use npx with this latest build directly:

npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/9766745988/npm-package-wrangler-6153 dev path/to/script.js
Additional artifacts:
npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/9766745988/npm-package-create-cloudflare-6153 --no-auto-update
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/9766745988/npm-package-cloudflare-kv-asset-handler-6153
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/9766745988/npm-package-miniflare-6153
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/9766745988/npm-package-cloudflare-pages-shared-6153
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/9766745988/npm-package-cloudflare-vitest-pool-workers-6153

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


wrangler@3.63.0 includes the following runtime dependencies:

Package Constraint Resolved
miniflare workspace:* 3.20240701.0
workerd 1.20240701.0 1.20240701.0
workerd --version 1.20240701.0 2024-07-01

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

@workers-devprod workers-devprod force-pushed the changeset-release/main branch 24 times, most recently from 12b4c40 to d185a87 Compare July 2, 2024 16:27
@penalosa penalosa merged commit d4eb5c5 into main Jul 3, 2024
24 checks passed
@penalosa penalosa deleted the changeset-release/main branch July 3, 2024 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
3 participants