Skip to content

Bump wrangler from 2.0.27 to 2.2.1#30

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/wrangler-2.2.1
Closed

Bump wrangler from 2.0.27 to 2.2.1#30
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/wrangler-2.2.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Nov 12, 2022

Bumps wrangler from 2.0.27 to 2.2.1.

Release notes

Sourced from wrangler's releases.

wrangler@2.2.1

Patch Changes

wrangler@2.2.0

Minor Changes

  • #2107 511943e9 Thanks @​celso! - fix: D1 execute and backup commands improvements

    • Better and faster handling when importing big SQL files using execute --file
    • Increased visibility during imports, sends output with each batch API call
    • Backups are now downloaded to the directory where wrangler was initiated from
  • #2130 68f4fa6f Thanks @​matthewdavidrodgers! - feature: Add warnings around bundle sizes for large scripts

    Prints a warning for scripts > 1MB compressed, encouraging smaller script sizes. This warning can be silenced by setting the NO_SCRIPT_SIZE_WARNING env variable

    If a publish fails with either a script size error or a validator error on script startup (CPU or memory), we print out the largest 5 dependencies in your bundle. This is accomplished by using the esbuild generated metafile.

  • #2064 49b6a484 Thanks @​jbw1991! - Adds support for Cloudflare Queues. Adds new CLI commands to configure Queues. Queue producers and consumers can be defined in wrangler.toml.

  • #1982 5640fe88 Thanks @​penalosa! - Enable support for wrangler dev on Workers behind Cloudflare Access, utilising cloudflared. If you don't have cloudflared installed, Wrangler will prompt you to install it. If you do, then the first time you start developing using wrangler dev your default browser will open with a Cloudflare Access prompt.

Patch Changes

  • #2134 b164e2d6 Thanks @​jspspike! - Added current version to publish output

  • #2127 0e561e83 Thanks @​JacobMGEvans! - Fix: Missing Worker name using --from-dash Added the --from-dash name as a fallback when no name is provided in the wrangler init command. Additionally added a checks to the std.out to ensure that the name is provided.

... (truncated)

Changelog

Sourced from wrangler's changelog.

2.2.1

Patch Changes

  • #2067 758419ed Thanks @​Skye-31! - fix: Accurately determine when using imports in _worker.js for Advanced Mode Pages Functions

2.2.0

Minor Changes

  • #2107 511943e9 Thanks @​celso! - fix: D1 execute and backup commands improvements

    • Better and faster handling when importing big SQL files using execute --file
    • Increased visibility during imports, sends output with each batch API call
    • Backups are now downloaded to the directory where wrangler was initiated from
  • #2130 68f4fa6f Thanks @​matthewdavidrodgers! - feature: Add warnings around bundle sizes for large scripts

    Prints a warning for scripts > 1MB compressed, encouraging smaller script sizes. This warning can be silenced by setting the NO_SCRIPT_SIZE_WARNING env variable

    If a publish fails with either a script size error or a validator error on script startup (CPU or memory), we print out the largest 5 dependencies in your bundle. This is accomplished by using the esbuild generated metafile.

  • #2064 49b6a484 Thanks @​jbw1991! - Adds support for Cloudflare Queues. Adds new CLI commands to configure Queues. Queue producers and consumers can be defined in wrangler.toml.
  • #1982 5640fe88 Thanks @​penalosa! - Enable support for wrangler dev on Workers behind Cloudflare Access, utilising cloudflared. If you don't have cloudflared installed, Wrangler will prompt you to install it. If you do, then the first time you start developing using wrangler dev your default browser will open with a Cloudflare Access prompt.

Patch Changes

  • #2127 0e561e83 Thanks @​JacobMGEvans! - Fix: Missing Worker name using --from-dash Added the --from-dash name as a fallback when no name is provided in the wrangler init command. Additionally added a checks to the std.out to ensure that the name is provided.

    resolves #1853

  • #2073 1987a79d Thanks @​mrbbot! - If --env <env> is specified, we'll now check .env.<env>/.dev.vars.<env> first. If they don't exist, we'll fallback to .env/.dev.vars.

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by wrangler-publisher, a new releaser for wrangler since your current version.


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.0.27 to 2.2.1.
- [Release notes](https://github.com/cloudflare/wrangler2/releases)
- [Changelog](https://github.com/cloudflare/wrangler2/blob/main/packages/wrangler/CHANGELOG.md)
- [Commits](https://github.com/cloudflare/wrangler2/commits/wrangler@2.2.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 dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 12, 2022
@dependabot dependabot Bot requested a review from Victrid November 12, 2022 04:03
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Nov 26, 2022

Superseded by #34.

@dependabot dependabot Bot closed this Nov 26, 2022
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/wrangler-2.2.1 branch November 26, 2022 04:01
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants