mue / api

Code for the Mue API
https://api.muetab.com
MIT License
4 stars 2 forks source link

chore(deps-dev): bump wrangler from 2.20.0 to 3.1.0 #133

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 1 year ago

Bumps wrangler from 2.20.0 to 3.1.0.

Release notes

Sourced from wrangler's releases.

wrangler@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 wrangler@3.x, 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.

  • #3373 55703e52 Thanks @​rozenmd! - fix: wrangler rollback shouldn't print its warning in the global menu

  • #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.

  • #3390 b5b46b4a Thanks @​shahsimpson! - Prevents uploads with both cron triggers and smart placement enabled

  • #3358 27b5aec5 Thanks @​rozenmd! - This PR implements a trimmer that removes BEGIN TRANSACTION/COMMIT from SQL files sent to the API (since the D1 API already wraps SQL in a transaction for users).

  • #3324 ed9fbf79 Thanks @​rozenmd! - add d1 info command for people to check DB size

    This PR adds a d1 info <NAME> command for getting information about a D1 database, including the current database size and state.

    Usage:

    > npx wrangler d1 info northwind
    

    ┌───────────────────┬──────────────────────────────────────┐ │ │ d5b1d127-xxxx-xxxx-xxxx-cbc69f0a9e06 │ ├───────────────────┼──────────────────────────────────────┤ │ name │ northwind │ ├───────────────────┼──────────────────────────────────────┤ │ version │ beta │ ├───────────────────┼──────────────────────────────────────┤ │ num_tables │ 13 │

... (truncated)

Changelog

Sourced from wrangler's changelog.

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 wrangler@3.x, 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.

  • #3358 27b5aec5 Thanks @​rozenmd! - This PR implements a trimmer that removes BEGIN TRANSACTION/COMMIT from SQL files sent to the API (since the D1 API already wraps SQL in a transaction for users).
  • #3324 ed9fbf79 Thanks @​rozenmd! - add d1 info command for people to check DB size

    This PR adds a d1 info <NAME> command for getting information about a D1 database, including the current database size and state.

    Usage:

    > npx wrangler d1 info northwind
    

    ┌───────────────────┬──────────────────────────────────────┐ │ │ d5b1d127-xxxx-xxxx-xxxx-cbc69f0a9e06 │ ├───────────────────┼──────────────────────────────────────┤ │ name │ northwind │ ├───────────────────┼──────────────────────────────────────┤ │ version │ beta │ ├───────────────────┼──────────────────────────────────────┤ │ num_tables │ 13 │ ├───────────────────┼──────────────────────────────────────┤ │ file_size │ 33.1 MB │ ├───────────────────┼──────────────────────────────────────┤ │ running_in_region │ WEUR │ └───────────────────┴──────────────────────────────────────┘

... (truncated)

Commits
  • c65ae18 Version Packages (#3323)
  • d8a9995 feat(pages): fix --script-path resolving when using a proxy command (#3399)
  • 116d3fd Fix: Avoid unnecessary rebuilding pages functions in wrangler pages dev (#3311)
  • b5b46b4 Prevents uploads with both cron triggers and smart placement enabled (#3390)
  • 55703e5 fix: wrangler rollback shouldn't print its warning in the global menu (#3373)
  • 2956c31 [wrangler]: fix missing error on failed d1 migrations (#3124)
  • 27b5aec fix: trim transactions from SQLite sql dumps (#3358)
  • 3dae258 [wrangler] Add compatibility flags option to pages create command (#3317)
  • 4a88db3 [Pages] feat: add wrangler pages project delete command (#3293)
  • a262891 Add d1 info command for people to check DB size (#3322)
  • 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 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)
vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
mue-api ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 7, 2023 3:57am
dependabot[bot] commented 3 weeks ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.