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

Bump wrangler from 3.22.4 to 3.23.0 #52

Merged
merged 1 commit into from
Jan 19, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 18, 2024

Bumps wrangler from 3.22.4 to 3.23.0.

Release notes

Sourced from wrangler's releases.

[email protected]

Minor Changes

Patch Changes

  • #4674 54ea6a53 Thanks @​matthewdavidrodgers! - Fix usage of patch API in bulk secrets update

    Only specifying the name and type of a binding instructs the patch API to copy the existing binding over - but we were including the contents of the binding as well. Normally that's OK, but there are some subtle differences between what you specify to create a binding vs what it looks like once it's created, specifically for Durable Objects. So instead, we just use the simpler inheritance.

  • #4772 4a9f03cf Thanks @​mrbbot! - fix: ensure dev server doesn't change request URLs

    Previously, Wrangler's dev server could change incoming request URLs unexpectedly (e.g. rewriting http://localhost:8787//test to http://localhost:8787/test). This change ensures URLs are passed through without modification.

    Fixes #4743.

[email protected]

Patch Changes

  • #4707 96a27f3d Thanks @​mrbbot! - fix: only offer to report unknown errors

    Previously, Wrangler would offer to report any error to Cloudflare. This included errors caused by misconfigurations or invalid commands. This change ensures those types of errors aren't reported.

  • #4676 078cf84d Thanks @​dario-piotrowicz! - make sure the script path is correctly resolved in pages dev when no directory is specified

  • #4722 5af6df13 Thanks @​mrbbot! - fix: don't require auth for wrangler r2 object --local operations

    Previously, Wrangler would ask you to login when reading or writing from local R2 buckets. This change ensures no login prompt is displayed, as authentication isn't required for these operations.

  • #4719 c37d94b5 Thanks @​mrbbot! - fix: ensure miniflare and wrangler can source map in the same process

    Previously, if in a wrangler dev session you called console.log() and threw an unhandled error you'd see an error like [ERR_ASSERTION]: The expression evaluated to a falsy value. This change ensures you can do both of these things in the same session.

  • #4683 24147166 Thanks @​mrbbot! - fix: ensure logs containing at not truncated to at [object Object]

    Previously, logs containing at were always treated as stack trace call sites requiring source mapping. This change updates the call site detection to avoid false positives.

  • #4748 3603a60d Thanks @​Cherry! - fix: resolve imports in a more node-like fashion for packages that do not declare exports

    Previously, trying to import a file that wasn't explicitly exported from a module would result in an error, but now, better attempts are made to resolve the import using node's module resolution algorithm. It's now possible to do things like this:

... (truncated)

Changelog

Sourced from wrangler's changelog.

3.23.0

Minor Changes

Patch Changes

  • #4674 54ea6a53 Thanks @​matthewdavidrodgers! - Fix usage of patch API in bulk secrets update

    Only specifying the name and type of a binding instructs the patch API to copy the existing binding over - but we were including the contents of the binding as well. Normally that's OK, but there are some subtle differences between what you specify to create a binding vs what it looks like once it's created, specifically for Durable Objects. So instead, we just use the simpler inheritance.

  • #4772 4a9f03cf Thanks @​mrbbot! - fix: ensure dev server doesn't change request URLs

    Previously, Wrangler's dev server could change incoming request URLs unexpectedly (e.g. rewriting http://localhost:8787//test to http://localhost:8787/test). This change ensures URLs are passed through without modification.

    Fixes #4743.

3.22.5

Patch Changes

  • #4707 96a27f3d Thanks @​mrbbot! - fix: only offer to report unknown errors

    Previously, Wrangler would offer to report any error to Cloudflare. This included errors caused by misconfigurations or invalid commands. This change ensures those types of errors aren't reported.

  • #4722 5af6df13 Thanks @​mrbbot! - fix: don't require auth for wrangler r2 object --local operations

    Previously, Wrangler would ask you to login when reading or writing from local R2 buckets. This change ensures no login prompt is displayed, as authentication isn't required for these operations.

  • #4719 c37d94b5 Thanks @​mrbbot! - fix: ensure miniflare and wrangler can source map in the same process

    Previously, if in a wrangler dev session you called console.log() and threw an unhandled error you'd see an error like [ERR_ASSERTION]: The expression evaluated to a falsy value. This change ensures you can do both of these things in the same session.

  • #4683 24147166 Thanks @​mrbbot! - fix: ensure logs containing at not truncated to at [object Object]

    Previously, logs containing at were always treated as stack trace call sites requiring source mapping. This change updates the call site detection to avoid false positives.

  • #4748 3603a60d Thanks @​Cherry! - fix: resolve imports in a more node-like fashion for packages that do not declare exports

    Previously, trying to import a file that wasn't explicitly exported from a module would result in an error, but now, better attempts are made to resolve the import using node's module resolution algorithm. It's now possible to do things like this:

    import JPEG_DEC_WASM from "@jsquash/jpeg/codec/dec/mozjpeg_dec.wasm";

... (truncated)

Commits
  • ee91efc Version Packages (#4759)
  • 4a9f03c [wrangler] fix: ensure dev server doesn't change request URLs (#4772)
  • 54ea6a5 Fix usage of patch API in bulk secrets update (#4674)
  • dae3001 Cloudchamber commands (#4310)
  • 42ad768 Version Packages (#4734)
  • 3603a60 fix: add support for node-like module resolution (#4748)
  • ccf14dd Improve module collection warnings (#4418)
  • 078cf84 Make sure that the correct entrypoint file path is applied when bundling Page...
  • 96a27f3 [wrangler] fix: sanitise error reports and only report unknown errors (#4707)
  • 2414716 fix: ensure logs containing at not truncated to at [object Object] (#4683)
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 18, 2024
Copy link

cloudflare-workers-and-pages bot commented Jan 18, 2024

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 928aa23
Status: ✅  Deploy successful!
Preview URL: https://54faecf8.caretakerd-echocat-org.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-wran-edlg.caretakerd-echocat-org.pages.dev

View logs

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/wrangler-3.23.0 branch from 164acd1 to 4f7c6e0 Compare January 19, 2024 07:24
Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.22.4 to 3.23.0.
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/[email protected]/packages/wrangler)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/wrangler-3.23.0 branch from 4f7c6e0 to 928aa23 Compare January 19, 2024 07:28
@blaubaer blaubaer merged commit 2ec5371 into main Jan 19, 2024
5 checks passed
@blaubaer blaubaer deleted the dependabot/npm_and_yarn/wrangler-3.23.0 branch January 19, 2024 07:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Development

Successfully merging this pull request may close these issues.

1 participant