hulk510 / playground

This is frontend playground with monorepo for WAI(haruka). created by turbo.
https://haruka.dad
0 stars 0 forks source link

chore(deps): update dependency wrangler to ^3.63.0 #748

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
wrangler (source) ^3.57.2 -> ^3.63.0 age adoption passing confidence

Release Notes

cloudflare/workers-sdk (wrangler) ### [`v3.65.1`](https://togithub.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3651) [Compare Source](https://togithub.com/cloudflare/workers-sdk/compare/wrangler@3.65.0...wrangler@3.65.1) ##### Patch Changes - [#​6267](https://togithub.com/cloudflare/workers-sdk/pull/6267) [`957d668`](https://togithub.com/cloudflare/workers-sdk/commit/957d668947b8b234dd909806065c02db6d1b3a01) Thanks [@​WalshyDev](https://togithub.com/WalshyDev)! - chore: add total module size to the logged table, this makes it much easier to see the total size of all modules combined. - [#​6244](https://togithub.com/cloudflare/workers-sdk/pull/6244) [`e7c06d7`](https://togithub.com/cloudflare/workers-sdk/commit/e7c06d78b14eb89060f431bc4aee8dbc1cc08fa5) Thanks [@​gabivlj](https://togithub.com/gabivlj)! - fix: wrangler cloudchamber json errors are properly formatted - Updated dependencies \[[`779c713`](https://togithub.com/cloudflare/workers-sdk/commit/779c71349ea1c747ff4486e4084024a7e88a05cb)]: - miniflare@3.20240718.0 ### [`v3.65.0`](https://togithub.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3650) [Compare Source](https://togithub.com/cloudflare/workers-sdk/compare/wrangler@3.64.0...wrangler@3.65.0) ##### Minor Changes - [#​6194](https://togithub.com/cloudflare/workers-sdk/pull/6194) [`25afcb2`](https://togithub.com/cloudflare/workers-sdk/commit/25afcb2f118fb06526209340b3562703cdae326b) Thanks [@​zebp](https://togithub.com/zebp)! - chore: Add duration and sourcemap size to upload metrics event Wrangler will now send the duration and the total size of any sourcemaps uploaded with your Worker to Cloudflare if you have metrics enabled. - [#​6259](https://togithub.com/cloudflare/workers-sdk/pull/6259) [`eb201a3`](https://togithub.com/cloudflare/workers-sdk/commit/eb201a3258469f16c3a42dc5f749ecf3d3ecf372) Thanks [@​ottomated](https://togithub.com/ottomated)! - chore: Add types to DurableObjectNamespace type generation. For example: ```ts interface Env { OBJECT: DurableObjectNamespace; } ``` - [#​6245](https://togithub.com/cloudflare/workers-sdk/pull/6245) [`e4abed3`](https://togithub.com/cloudflare/workers-sdk/commit/e4abed3e8f9c46a014a045885da0dea5c4ae8837) Thanks [@​OilyLime](https://togithub.com/OilyLime)! - feature: Add support for Hyperdrive over Access configs ##### Patch Changes - [#​6255](https://togithub.com/cloudflare/workers-sdk/pull/6255) [`d497e1e`](https://togithub.com/cloudflare/workers-sdk/commit/d497e1e38c58ce740bdccf126bd926456d61ea9f) Thanks [@​rozenmd](https://togithub.com/rozenmd)! - fix: teach wrangler init --from-dash about d1 bindings This PR teaches `wrangler init --from-dash` about D1 bindings, so they aren't incorrectly added to the wrangler.toml as unsafe bindings. - [#​6258](https://togithub.com/cloudflare/workers-sdk/pull/6258) [`4f524f2`](https://togithub.com/cloudflare/workers-sdk/commit/4f524f2eb04f38114adff3590386e06db072f6b0) Thanks [@​dom96](https://togithub.com/dom96)! - feature: Add warning about deploying Python with requirements.txt This expands on the warning shown for all Python Workers to include a message about deploying Python Workers with a requirements.txt not being supported. - [#​6249](https://togithub.com/cloudflare/workers-sdk/pull/6249) [`8bbd824`](https://togithub.com/cloudflare/workers-sdk/commit/8bbd824980c5b1a706bb2e7bef4e52206f7097cf) Thanks [@​petebacondarwin](https://togithub.com/petebacondarwin)! - chore: Update config-schema.json for the wrangler.toml - [#​5955](https://togithub.com/cloudflare/workers-sdk/pull/5955) [`db11a0f`](https://togithub.com/cloudflare/workers-sdk/commit/db11a0fd12d7b048e5f74acab876080f79e393b3) Thanks [@​harugon](https://togithub.com/harugon)! - fix: correctly escape newlines in `constructType` function for multiline strings This fix ensures that multiline strings are correctly handled by the `constructType` function. Newlines are now properly escaped to prevent invalid JavaScript code generation when using the `wrangler types` command. This improves robustness and prevents errors related to multiline string handling in environment variables and other configuration settings. - [#​6263](https://togithub.com/cloudflare/workers-sdk/pull/6263) [`fa1016c`](https://togithub.com/cloudflare/workers-sdk/commit/fa1016cffcb0edcc7fa5deef283481a9b1fd527f) Thanks [@​petebacondarwin](https://togithub.com/petebacondarwin)! - fix: use cli script-name arg when deploying a worker with queue consumers - Updated dependencies \[[`0d32448`](https://togithub.com/cloudflare/workers-sdk/commit/0d32448fc72521be691dfc87c8ad5f108ddced62)]: - miniflare@3.20240712.0 ### [`v3.64.0`](https://togithub.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3640) ##### Minor Changes - [#​4925](https://togithub.com/cloudflare/workers-sdk/pull/4925) [`7d4a4d0`](https://togithub.com/cloudflare/workers-sdk/commit/7d4a4d047be4f18312976efb3339ebba28cf0d82) Thanks [@​dom96](https://togithub.com/dom96)! - feature: whoami, logout and login commands mention the CLOUDFLARE_API_TOKEN env var now It is easy to get confused when trying to logout while the CLOUDFLARE_API_TOKEN env var is set. The logout command normally prints out a message which states that the user is not logged in. This change rectifes this to explicitly call out that the CLOUDFLARE_API_TOKEN is set and requests that the user unsets it to logout. ##### Patch Changes - [#​5032](https://togithub.com/cloudflare/workers-sdk/pull/5032) [`75f7928`](https://togithub.com/cloudflare/workers-sdk/commit/75f7928b3c19a39468d4f2c49c8fbed9281f55be) Thanks [@​dbenCF](https://togithub.com/dbenCF)! - Adding client side error handling for R2 when the user tries to create a bucket with an invalid name. The purpose of this addition is to provide the user with more context when encountering this error. - [#​4398](https://togithub.com/cloudflare/workers-sdk/pull/4398) [`4b1e5bc`](https://togithub.com/cloudflare/workers-sdk/commit/4b1e5bcc1dcdbf4c2e4251b066b1f30eec32d8ce) Thanks [@​mattpocock](https://togithub.com/mattpocock)! - fix: update tsconfig for Workers generated by wrangler init ### [`v3.63.2`](https://togithub.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3632) ##### Patch Changes - [#​6199](https://togithub.com/cloudflare/workers-sdk/pull/6199) [`88313e5`](https://togithub.com/cloudflare/workers-sdk/commit/88313e50512ffbcfe8717dc60cf83a4d07a7509d) Thanks [@​dario-piotrowicz](https://togithub.com/dario-piotrowicz)! - fix: make sure `getPlatformProxy`'s `ctx` methods throw illegal invocation errors like workerd in workerd detaching the `waitUntil` and `passThroughOnException` methods from the `ExecutionContext` object results in them throwing `illegal invocation` errors, such as for example: ```js export default { async fetch(_request, _env, { waitUntil }) { waitUntil(() => {}); // <-- throws an illegal invocation error return new Response("Hello World!"); }, }; ``` make sure that the same behavior is applied to the `ctx` object returned by `getPlatformProxy` - [#​5569](https://togithub.com/cloudflare/workers-sdk/pull/5569) [`75ba960`](https://togithub.com/cloudflare/workers-sdk/commit/75ba9608faa9e5710fe1dc75b5852ae446696245) Thanks [@​penalosa](https://togithub.com/penalosa)! - fix: Simplify `wrangler pages download config`: - Don't include inheritable keys in the production override if they're equal to production - Only create a preview environment if needed, otherwise put the preview config at the top level ### [`v3.63.1`](https://togithub.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3631) [Compare Source](https://togithub.com/cloudflare/workers-sdk/compare/wrangler@3.63.0...wrangler@3.63.1) ##### Patch Changes - [#​6192](https://togithub.com/cloudflare/workers-sdk/pull/6192) [`b879ce4`](https://togithub.com/cloudflare/workers-sdk/commit/b879ce49aff454f9fe34f86886fc97db8ff8083e) Thanks [@​petebacondarwin](https://togithub.com/petebacondarwin)! - fix: do not report D1 user errors to Sentry - [#​6150](https://togithub.com/cloudflare/workers-sdk/pull/6150) [`d993409`](https://togithub.com/cloudflare/workers-sdk/commit/d9934090594a7101912bd35aacc86ceb4cc15c3a) Thanks [@​CarmenPopoviciu](https://togithub.com/CarmenPopoviciu)! - fix: Fix `pages dev` watch mode \[\_worker.js] The watch mode in `pages dev` for Advanced Mode projects is currently partially broken, as it only watches for changes in the "\_worker.js" file, but not for changes in any of its imported dependencies. This means that given the following "\_worker.js" file import { graham } from "./graham-the-dog"; export default { fetch(request, env) { return new Response(graham) } } `pages dev` will reload for any changes in the `_worker.js` file itself, but not for any changes in `graham-the-dog.js`, which is its dependency. Similarly, `pages dev` will not reload for any changes in non-JS module imports, such as wasm/html/binary module imports. This commit fixes all the aforementioned issues.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


This PR was generated by Mend Renovate. View the repository job log.

vercel[bot] commented 2 months ago

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

Name Status Preview Comments Updated (UTC)
portfolio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 24, 2024 11:50pm
2 Skipped Deployments | Name | Status | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | **haruka.dad** | ⬜️ Ignored ([Inspect](https://vercel.com/hulk510s-projects/haruka.dad/Ex1bjmDfty7CiA9TYopxpZ9WKPUa)) | [Visit Preview](https://harukadad-git-renovate-wrangler-3x-hulk510s-projects.vercel.app) | | Jul 24, 2024 11:50pm | | **playground** | ⬜️ Ignored ([Inspect](https://vercel.com/hulk510s-projects/playground/HYXMvoG1Q268A6zztJJcmCYjUr6g)) | [Visit Preview](https://playground-git-renovate-wrangler-3x-hulk510s-projects.vercel.app) | | Jul 24, 2024 11:50pm |
vercel[bot] commented 2 months ago

Deployment failed with the following error:

Resource is limited - try again in 3 hours (more than 100, code: "api-deployments-free-per-day").