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 2.20.0 to 3.1.1 in /proxy #25

Merged
merged 4 commits into from
Jul 7, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 30, 2023

Bumps wrangler from 2.20.0 to 3.1.1.

Release notes

Sourced from wrangler's releases.

[email protected]

Patch Changes

  • #3498 fddffdf0 Thanks @​GregBrimble! - fix: Prevent wrangler pages dev from serving asset files outside of the build output directory

  • #3431 68ba49a8 Thanks @​Cherry! - fix: allow context.data to be overriden in Pages Functions

  • #3414 6b1870ad Thanks @​rozenmd! - fix: in D1, lift error.cause into the error message

    Prior to this PR, folks had to console.log the error.cause property to understand why their D1 operations were failing. With this PR, error.cause will continue to work, but we'll also lift the cause into the error message.

  • #3483 a9349a89 Thanks @​petebacondarwin! - fix: ensure that the script name is passed through to C3 from wrangler init

  • #3359 5eef992f Thanks @​RamIdeas! - wrangler init ... -y now delegates to C3 without prompts (respects the -y flag)

  • #3434 4beac418 Thanks @​rozenmd! - fix: add the number of read queries and write queries in the last 24 hours to the d1 info command

  • #3454 a2194043 Thanks @​mrbbot! - chore: upgrade miniflare to 3.0.1

    This version ensures root CA certificates are trusted on Windows. It also loads extra certificates from the NODE_EXTRA_CA_CERTS environment variable, allowing wrangler dev to be used with Cloudflare WARP enabled.

  • #3485 e8df68ee Thanks @​GregBrimble! - feat: Allow setting a D1 database ID when using wrangler pages dev by providing an optional =<ID> suffix to the argument like --d1 BINDING_NAME=database-id

[email protected]

Minor Changes

Patch Changes

  • #3399 d8a9995b Thanks @​Skye-31! - Fix: wrangler pages dev --script-path argument when using a proxy command instead of directory mode

    Fixes a regression in [email protected], where wrangler pages dev --script-path=<my script path> -- <proxy command> would start throwing esbuild errors.

  • #3311 116d3fd9 Thanks @​Maximo-Guk! - Fix: Avoid unnecessary rebuilding pages functions in wrangler pages dev

  • #3314 d5a230f1 Thanks @​elithrar! - Fixed wrangler d1 migrations to use --experimental-backend and not --experimentalBackend so that it is consistent with wrangler d1 create.

... (truncated)

Changelog

Sourced from wrangler's changelog.

3.1.1

Patch Changes

  • #3414 6b1870ad Thanks @​rozenmd! - fix: in D1, lift error.cause into the error message

    Prior to this PR, folks had to console.log the error.cause property to understand why their D1 operations were failing. With this PR, error.cause will continue to work, but we'll also lift the cause into the error message.

  • #3434 4beac418 Thanks @​rozenmd! - fix: add the number of read queries and write queries in the last 24 hours to the d1 info command
  • #3454 a2194043 Thanks @​mrbbot! - chore: upgrade miniflare to 3.0.1

    This version ensures root CA certificates are trusted on Windows. It also loads extra certificates from the NODE_EXTRA_CA_CERTS environment variable, allowing wrangler dev to be used with Cloudflare WARP enabled.

  • #3485 e8df68ee Thanks @​GregBrimble! - feat: Allow setting a D1 database ID when using wrangler pages dev by providing an optional =<ID> suffix to the argument like --d1 BINDING_NAME=database-id

3.1.0

Minor Changes

Patch Changes

  • #3399 d8a9995b Thanks @​Skye-31! - Fix: wrangler pages dev --script-path argument when using a proxy command instead of directory mode

    Fixes a regression in [email protected], where wrangler pages dev --script-path=<my script path> -- <proxy command> would start throwing esbuild errors.

  • #3314 d5a230f1 Thanks @​elithrar! - Fixed wrangler d1 migrations to use --experimental-backend and not --experimentalBackend so that it is consistent with wrangler d1 create.
  • #3124 2956c31d Thanks @​verokarhu! - fix: failed d1 migrations not treated as errors

    This PR teaches wrangler to return a non-success exit code when a set of migrations fails.

    It also cleans up wrangler d1 migrations apply output significantly, to only log information relevant to migrations.

... (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/workers-sdk/tree/HEAD/packages/wrangler) from 2.20.0 to 3.1.1.
- [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-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 30, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #25 (4b5cb0a) into master (eff691b) will increase coverage by 0.23%.
The diff coverage is 100.00%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@             Coverage Diff              @@
##             master      #25      +/-   ##
============================================
+ Coverage     78.72%   78.95%   +0.23%     
- Complexity      238      243       +5     
============================================
  Files            45       45              
  Lines          1363     1364       +1     
  Branches        221      221              
============================================
+ Hits           1073     1077       +4     
  Misses          155      155              
+ Partials        135      132       -3     
Impacted Files Coverage Δ
...ratanov/sofiasupermarketsapi/common/CommonUtils.kt 66.66% <100.00%> (ø)
...rketsapi/extractors/FantasticoProductsExtractor.kt 92.45% <100.00%> (+0.07%) ⬆️

... and 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@StefanBratanov StefanBratanov merged commit 87c1c40 into master Jul 7, 2023
@StefanBratanov StefanBratanov deleted the dependabot/npm_and_yarn/proxy/wrangler-3.1.1 branch July 7, 2023 10:38
@sonarcloud
Copy link

sonarcloud bot commented Jul 7, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

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.

2 participants