Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 7, 2023

Bumps wrangler from 2.7.1 to 2.9.1.

Release notes

Sourced from wrangler's releases.

wrangler@2.9.1

Patch Changes

  • #2652 2efd4537 Thanks @​mrkldshv! - fix: change jest to vitest types in generated TypeScript config

  • #2657 8d21b2ea Thanks @​rozenmd! - fix: remove the need to login when running d1 migrations list --local

  • #2592 dd66618b Thanks @​rozenmd! - fix: bump esbuild to 0.16.3 (fixes a bug in esbuild's 0.15.13 release that would cause it to hang, is the latest release before a major breaking change that requires us to refactor)

wrangler@2.9.0

Minor Changes

  • #2629 151733e5 Thanks @​mrbbot! - Prefer the workerd exports condition when bundling.

    This can be used to build isomorphic libraries that have different implementations depending on the JavaScript runtime they're running in. When bundling, Wrangler will try to load the workerd key. This is the standard key for the Cloudflare Workers runtime. Learn more about the conditional exports field here.

Patch Changes

  • #2409 89d78c0a Thanks @​penalosa! - Wrangler now supports an --experimental-json-config flag which will read your configuration from a wrangler.json file, rather than wrangler.toml. The format of this file is exactly the same as the wrangler.toml configuration file, except that the syntax is JSONC (JSON with comments) rather than TOML. This is experimental, and is not recommended for production use.

  • #2623 04d8a312 Thanks @​dario-piotrowicz! - fix d1 directory not being created when running the wrangler d1 execute command with the --yes/-y flag

  • #2608 70daffeb Thanks @​dario-piotrowicz! - fix: Add support for D1 databases when bundling an _worker.js on wrangler pages publish

  • #2597 416babf0 Thanks @​petebacondarwin! - fix: do not crash in wrangler dev when passing a request object to fetch

    This reverts and fixes the changes in cloudflare/wrangler2#1769 which does not support creating requests from requests whose bodies have already been consumed.

    Fixes #2562

  • #2622 9778b33e Thanks @​rozenmd! - fix: implement d1 list --json with clean output for piping into other commands

    Before:

    rozenmd@cflaptop test % npx wrangler d1 list
    --------------------
    🚧 D1 is currently in open alpha and is not recommended for production data and traffic
    🚧 Please report any bugs to https://github.com/cloudflare/wrangler2/issues/new/choose

... (truncated)

Changelog

Sourced from wrangler's changelog.

2.9.1

Patch Changes

  • #2592 dd66618b Thanks @​rozenmd! - fix: bump esbuild to 0.16.3 (fixes a bug in esbuild's 0.15.13 release that would cause it to hang, is the latest release before a major breaking change that requires us to refactor)

2.9.0

Minor Changes

  • #2629 151733e5 Thanks @​mrbbot! - Prefer the workerd exports condition when bundling.

    This can be used to build isomorphic libraries that have different implementations depending on the JavaScript runtime they're running in. When bundling, Wrangler will try to load the workerd key. This is the standard key for the Cloudflare Workers runtime. Learn more about the conditional exports field here.

Patch Changes

  • #2409 89d78c0a Thanks @​penalosa! - Wrangler now supports an --experimental-json-config flag which will read your configuration from a wrangler.json file, rather than wrangler.toml. The format of this file is exactly the same as the wrangler.toml configuration file, except that the syntax is JSONC (JSON with comments) rather than TOML. This is experimental, and is not recommended for production use.
  • #2622 9778b33e Thanks @​rozenmd! - fix: implement d1 list --json with clean output for piping into other commands

    Before:

    rozenmd@cflaptop test % npx wrangler d1 list
    --------------------
    🚧 D1 is currently in open alpha and is not recommended for production data and traffic
    🚧 Please report any bugs to https://github.com/cloudflare/wrangler2/issues/new/choose
    🚧 To request features, visit https://community.cloudflare.com/c/developers/d1
    🚧 To give feedback, visit https://discord.gg/cloudflaredev
    --------------------
    ┌──────────────────────────────┬─────────────────┐

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [wrangler](https://github.com/cloudflare/wrangler2/tree/HEAD/packages/wrangler) from 2.7.1 to 2.9.1.
- [Release notes](https://github.com/cloudflare/wrangler2/releases)
- [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md)
- [Commits](https://github.com/cloudflare/wrangler2/commits/wrangler@2.9.1/packages/wrangler)

---
updated-dependencies:
- dependency-name: wrangler
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependabot-bump Dependabot bumping the dependencies. npm-bump A package from npm is being bumped. labels Feb 7, 2023
@dependabot dependabot bot requested a review from seven7ty February 7, 2023 20:10
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 15, 2023

Superseded by #73.

@dependabot dependabot bot closed this Feb 15, 2023
@dependabot dependabot bot deleted the dependabot-npm_and_yarn-wrangler-2.9.1 branch February 15, 2023 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependabot-bump Dependabot bumping the dependencies. npm-bump A package from npm is being bumped.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants