suzuka-kosen-festa / 2024-hp

https://snct-fes.info
MIT License
2 stars 0 forks source link

chore(deps): update dependency wrangler to v3.61.0 #128

Closed renovate[bot] closed 1 week ago

renovate[bot] commented 1 week ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
wrangler (source) 3.60.3 -> 3.61.0 age adoption passing confidence

Release Notes

cloudflare/workers-sdk (wrangler) ### [`v3.61.0`](https://togithub.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3610) ##### Minor Changes - [#​5995](https://togithub.com/cloudflare/workers-sdk/pull/5995) [`374bc44`](https://togithub.com/cloudflare/workers-sdk/commit/374bc44cce65e2f83f10452122719d3ab28827b3) Thanks [@​petebacondarwin](https://togithub.com/petebacondarwin)! - feat: allow Durable Object migrations to be overridable in environments By making the `migrations` key inheritable, users can provide different migrations for each wrangler.toml environment. Resolves [#​729](https://togithub.com/cloudflare/workers-sdk/issues/729) ##### Patch Changes - [#​6039](https://togithub.com/cloudflare/workers-sdk/pull/6039) [`dc597a3`](https://togithub.com/cloudflare/workers-sdk/commit/dc597a38218b428141c55c4e65633953c87ed180) Thanks [@​petebacondarwin](https://togithub.com/petebacondarwin)! - fix: hybrid nodejs compat now supports requiring the default export of a CJS module Fixes [#​6028](https://togithub.com/cloudflare/workers-sdk/issues/6028) - [#​6051](https://togithub.com/cloudflare/workers-sdk/pull/6051) [`15aff8f`](https://togithub.com/cloudflare/workers-sdk/commit/15aff8f6e6ce533f25495193e702a6bec76fa81c) Thanks [@​threepointone](https://togithub.com/threepointone)! - fix: Don't check expiry dates on custom certs Fixes [https://github.com/cloudflare/workers-sdk/issues/5964](https://togithub.com/cloudflare/workers-sdk/issues/5964) For `wrangler dev`, we don't have to check whether certificates have expired when they're provided by the user. - [#​6052](https://togithub.com/cloudflare/workers-sdk/pull/6052) [`b4c0233`](https://togithub.com/cloudflare/workers-sdk/commit/b4c02333829c2312f883e897f812f9877dba603a) Thanks [@​threepointone](https://togithub.com/threepointone)! - chore: Add `.wrangler` and `.DS_Store` to `.gitignore` generated by `wrangler init` This commit adds a small QOL improvement to `init` (to be deprecated in the future), for those who still use this wrangler command. - [#​6050](https://togithub.com/cloudflare/workers-sdk/pull/6050) [`a0c3327`](https://togithub.com/cloudflare/workers-sdk/commit/a0c3327dd63059d3e24085a95f48f8a98605c49f) Thanks [@​threepointone](https://togithub.com/threepointone)! - chore: Normalize more deps This is the last of the patches that normalize dependencies across the codebase. In this batch: `ws`, `vitest`, `zod` , `rimraf`, `@types/rimraf`, `ava`, `source-map`, `glob`, `cookie`, `@types/cookie`, `@microsoft/api-extractor`, `@types/mime`, `@types/yargs`, `devtools-protocol`, `@vitest/ui`, `execa`, `strip-ansi` This patch also sorts dependencies in every `package.json` - [#​6029](https://togithub.com/cloudflare/workers-sdk/pull/6029) [`f5ad1d3`](https://togithub.com/cloudflare/workers-sdk/commit/f5ad1d3e562ce63b59f6ab136f1cdd703605bca4) Thanks [@​threepointone](https://togithub.com/threepointone)! - chore: Normalize some dependencies in workers-sdk This is the first of a few expected patches that normalize dependency versions, This normalizes `undici`, `concurrently`, `@types/node`, `react`, `react-dom`, `@types/react`, `@types/react-dom`, `eslint`, `typescript`. There are no functional code changes (but there are a couple of typecheck fixes). - [#​6046](https://togithub.com/cloudflare/workers-sdk/pull/6046) [`c643a81`](https://togithub.com/cloudflare/workers-sdk/commit/c643a8193a3c0739b33d3c0072ae716bc8f1565b) Thanks [@​threepointone](https://togithub.com/threepointone)! - chore: Normalize more dependencies. Follow up to [https://github.com/cloudflare/workers-sdk/pull/6029](https://togithub.com/cloudflare/workers-sdk/pull/6029), this normalizes some more dependencies : `get-port`, `chalk`, `yargs`, `toucan-js`, `@typescript-eslint/parser`, `@typescript-eslint/eslint-plugin`, `esbuild-register`, `hono`, `glob-to-regexp`, `@cloudflare/workers-types` - [#​6058](https://togithub.com/cloudflare/workers-sdk/pull/6058) [`31cd51f`](https://togithub.com/cloudflare/workers-sdk/commit/31cd51f251050b0d6db97857a8d1d5427c855d99) Thanks [@​threepointone](https://togithub.com/threepointone)! - chore: Quieter builds This patch cleans up warnings we were seeing when doing a full build. Specifically: - fixtures/remix-pages-app had a bunch of warnings about impending features that it should be upgraded to, so I did that. (tbh this one needs a full upgrade of packages, but we'll get to that later when we're upgrading across the codebase) - updated `@microsoft/api-extractor` so it didn't complain that it didn't match the `typescript` version (that we'd recently upgraded) - it also silenced a bunch of warnings when exporting types from `wrangler`. We'll need to fix those, but we'll do that when we work on unstable_dev etc. - workers-playground was complaining about the size of the bundle being generated, so I increased the limit on it - [#​6043](https://togithub.com/cloudflare/workers-sdk/pull/6043) [`db66101`](https://togithub.com/cloudflare/workers-sdk/commit/db661015d37ce75c021413e3ca7c4f0488790cbc) Thanks [@​threepointone](https://togithub.com/threepointone)! - fix: avoid esbuild warning when running dev/bundle I've been experimenting with esbuild 0.21.4 with wrangler. It's mostly been fine. But I get this warning every time β–² [WARNING] Import "__INJECT_FOR_TESTING_WRANGLER_MIDDLEWARE__" will always be undefined because there is no matching export in "src/index.ts" [import-is-undefined] .wrangler/tmp/bundle-Z3YXTd/middleware-insertion-facade.js:8:23: 8 β”‚ .....(OTHER_EXPORTS.__INJECT_FOR_TESTING_WRANGLER_MIDDLEWARE__ ?? []), β•΅ This is because esbuild@0.18.5 enabled a warning by default whenever an undefined import is accessed on an imports object. However we abuse imports to inject stuff in `middleware.test.ts`. A simple fix is to only inject that code in tests. - [#​6062](https://togithub.com/cloudflare/workers-sdk/pull/6062) [`267761b`](https://togithub.com/cloudflare/workers-sdk/commit/267761b3f5a60e9ea72067d42302895f9d459460) Thanks [@​WalshyDev](https://togithub.com/WalshyDev)! - fix: typo in `wrangler d1 execute` saying "Databas" instead of "Database" - [#​6064](https://togithub.com/cloudflare/workers-sdk/pull/6064) [`84e6aeb`](https://togithub.com/cloudflare/workers-sdk/commit/84e6aeb189a4f385c49b7c6d451d0613186b29be) Thanks [@​helloimalastair](https://togithub.com/helloimalastair)! - fix: Wrangler is now able to upload files to local R2 buckets above the 300 MiB limit - Updated dependencies \[[`a0c3327`](https://togithub.com/cloudflare/workers-sdk/commit/a0c3327dd63059d3e24085a95f48f8a98605c49f), [`f5ad1d3`](https://togithub.com/cloudflare/workers-sdk/commit/f5ad1d3e562ce63b59f6ab136f1cdd703605bca4), [`31cd51f`](https://togithub.com/cloudflare/workers-sdk/commit/31cd51f251050b0d6db97857a8d1d5427c855d99)]: - miniflare@3.20240610.1 - [@​cloudflare/kv-asset-handler](https://togithub.com/cloudflare/kv-asset-handler)[@​0](https://togithub.com/0).3.3

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

github-actions[bot] commented 1 week ago

Deploy Preview building...

Name Link
Latest commit 34a7e519a73ec0e621b97f35f337564a730aa83f
Latest deploy log https://github.com/suzuka-kosen-festa/2024-hp/actions/runs/9568920576

github-actions[bot] commented 1 week ago

Deploy Preview building...

Name Link
Latest commit 34a7e519a73ec0e621b97f35f337564a730aa83f
Latest deploy log https://github.com/suzuka-kosen-festa/2024-hp/actions/runs/9568920576

github-actions[bot] commented 1 week ago

Size Change: 0 B

Total Size: 82.7 kB

ℹ️ View Unchanged | Filename | Size | | :--- | :---: | | `build/client/assets/cookie-CXUWDbkB.js` | 125 B | | `build/client/assets/entry.client-y-eQ1H-s.js` | 289 B | | `build/client/assets/manifest-6751b96f.js` | 444 B | | `build/client/assets/react-C7NxWrPj.js` | 2.85 kB | | `build/client/assets/react-dom-SSGwG29T.js` | 41.5 kB | | `build/client/assets/react-router-BqQ8B-Ut.js` | 3.43 kB | | `build/client/assets/react-router-dom-PfnwvP3n.js` | 3.27 kB | | `build/client/assets/remix-run_react-CiG7nFKe.js` | 10.5 kB | | `build/client/assets/remix-run_router-Br17GekS.js` | 15.1 kB | | `build/client/assets/remix-run_server-runtime-BTiKZhkm.js` | 74 B | | `build/client/assets/root-DCYfz727.js` | 1.12 kB | | `build/client/assets/root-DVjiTKR0.css` | 541 B | | `build/client/assets/route-CjrSlrj1.js` | 227 B | | `build/client/assets/scheduler-CmR-7K7A.js` | 1.62 kB | | `build/client/assets/set-cookie-parser-l0sNRNKZ.js` | 21 B | | `build/client/assets/turbo-stream-CQOzHpXU.js` | 1.44 kB | | `build/client/assets/web3-storage_multipart-parser-l0sNRNKZ.js` | 21 B |

compressed-size-action

github-actions[bot] commented 1 week ago

Deploy Preview ready!

Name Link
Latest commit 34a7e519a73ec0e621b97f35f337564a730aa83f
Latest deploy log https://github.com/suzuka-kosen-festa/2024-hp/actions/runs/9568920576
Deploy Preview Url https://698ec968.2024-hp.pages.dev

github-actions[bot] commented 1 week ago

Deploy Storybook Preview ready!

Name Link
Latest commit 34a7e519a73ec0e621b97f35f337564a730aa83f
Latest deploy log https://github.com/suzuka-kosen-festa/2024-hp/actions/runs/9568920576
Deploy Preview Url https://25c97dbd.2024-hp-sb.pages.dev

github-actions[bot] commented 1 week ago

⚑️ Lighthouse report for the deploy preview of this PR

URL Performance Accessibility Best Practices SEO PWA Report
/ 🟒 98 🟒 100 🟒 96 🟒 100 πŸ”΄ 38 Report