the-guild-org / docs

https://the-guild-components-storybook.vercel.app/
42 stars 15 forks source link

chore(deps): update dependency wrangler to v3.80.2 #1699

Closed renovate[bot] closed 1 week ago

renovate[bot] commented 2 weeks ago

This PR contains the following updates:

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

Release Notes

cloudflare/workers-sdk (wrangler) ### [`v3.80.2`](https://redirect.github.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3802) [Compare Source](https://redirect.github.com/cloudflare/workers-sdk/compare/wrangler@3.80.1...wrangler@3.80.2) ##### Patch Changes - [#​6923](https://redirect.github.com/cloudflare/workers-sdk/pull/6923) [`1320f20`](https://redirect.github.com/cloudflare/workers-sdk/commit/1320f20b38d7b4623fe21d38118bdc9fb8514a99) Thanks [@​andyjessop](https://redirect.github.com/andyjessop)! - chore: adds eslint-disable for ESLint error on empty typescript interface in workers-configuration.d.ts ### [`v3.80.1`](https://redirect.github.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3801) [Compare Source](https://redirect.github.com/cloudflare/workers-sdk/compare/wrangler@3.80.0...wrangler@3.80.1) ##### Patch Changes - [#​6908](https://redirect.github.com/cloudflare/workers-sdk/pull/6908) [`d696850`](https://redirect.github.com/cloudflare/workers-sdk/commit/d6968507b7eab36abdc4d6c2ffe183788857d08c) Thanks [@​penalosa](https://redirect.github.com/penalosa)! - fix: debounce restarting worker on assets dir file changes when `--x-dev-env` is enabled. - [#​6902](https://redirect.github.com/cloudflare/workers-sdk/pull/6902) [`dc92af2`](https://redirect.github.com/cloudflare/workers-sdk/commit/dc92af28c572e3f7a03b84afd53f10a40ee2a5f8) Thanks [@​threepointone](https://redirect.github.com/threepointone)! - fix: enable esbuild's keepNames: true to set .name on functions/classes - [#​6909](https://redirect.github.com/cloudflare/workers-sdk/pull/6909) [`82180a7`](https://redirect.github.com/cloudflare/workers-sdk/commit/82180a7a7680028f2ea24ae8b1c8479d39627826) Thanks [@​penalosa](https://redirect.github.com/penalosa)! - fix: Various fixes for logging in `--x-dev-env`, primarily to ensure the hotkeys don't wipe useful output and are cleaned up correctly - [#​6903](https://redirect.github.com/cloudflare/workers-sdk/pull/6903) [`54924a4`](https://redirect.github.com/cloudflare/workers-sdk/commit/54924a430354c0e427770ee4289217660141c72e) Thanks [@​petebacondarwin](https://redirect.github.com/petebacondarwin)! - fix: ensure that `alias` config gets passed through to the bundler when using new `--x-dev-env` Fixes [#​6898](https://redirect.github.com/cloudflare/workers-sdk/issues/6898) - [#​6911](https://redirect.github.com/cloudflare/workers-sdk/pull/6911) [`30b7328`](https://redirect.github.com/cloudflare/workers-sdk/commit/30b7328073c86ff9adebd594015bca6844da7163) Thanks [@​emily-shen](https://redirect.github.com/emily-shen)! - fix: infer experimentalJsonConfig from file extension Fixes [#​5768](https://redirect.github.com/cloudflare/workers-sdk/issues/5768) - issue with vitest and Pages projects with wrangler.toml - Updated dependencies \[[`5c50949`](https://redirect.github.com/cloudflare/workers-sdk/commit/5c509494807a1c0418be83c47a459ec80126848e)]: - miniflare@3.20240925.1 ### [`v3.80.0`](https://redirect.github.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3800) [Compare Source](https://redirect.github.com/cloudflare/workers-sdk/compare/wrangler@3.79.0...wrangler@3.80.0) ##### Minor Changes - [#​6408](https://redirect.github.com/cloudflare/workers-sdk/pull/6408) [`3fa846e`](https://redirect.github.com/cloudflare/workers-sdk/commit/3fa846ec205a1f4e91bc1f69640dfd6e0a7b6a77) Thanks [@​RamIdeas](https://redirect.github.com/RamIdeas)! - feat: update the `--experimental-dev-env` (shorthand: `--x-dev-env`) flag to on-by-default If you experience any issues, you can disable the flag with `--x-dev-env=false`. Please also let us know by opening an issue at https://github.com/cloudflare/workers-sdk/issues/new/choose. ##### Patch Changes - [#​6854](https://redirect.github.com/cloudflare/workers-sdk/pull/6854) [`04a8fed`](https://redirect.github.com/cloudflare/workers-sdk/commit/04a8feda8ee1e855ac9935b2395db4eed20b99b7) Thanks [@​penalosa](https://redirect.github.com/penalosa)! - chore: Include serialised `FormData` in debug logs - [#​6879](https://redirect.github.com/cloudflare/workers-sdk/pull/6879) [`b27d8cb`](https://redirect.github.com/cloudflare/workers-sdk/commit/b27d8cbad4d2bcf435e7ac87891b17db1997cd4e) Thanks [@​petebacondarwin](https://redirect.github.com/petebacondarwin)! - fix: the docs command should not crash if given search terms Fixes a regression accidentally introduced by [#​3735](https://redirect.github.com/cloudflare/workers-sdk/issues/3735). - [#​6873](https://redirect.github.com/cloudflare/workers-sdk/pull/6873) [`b123f43`](https://redirect.github.com/cloudflare/workers-sdk/commit/b123f43c6946fa97f49bc10532c924b9c58548b6) Thanks [@​zwily](https://redirect.github.com/zwily)! - fix: reduce logging noise during wrangler dev with static assets Updates to static assets are accessible by passing in --log-level="debug" but otherwise hidden. - [#​6881](https://redirect.github.com/cloudflare/workers-sdk/pull/6881) [`7ca37bc`](https://redirect.github.com/cloudflare/workers-sdk/commit/7ca37bcbb274e88709fc14aea6f62c003ddc1b92) Thanks [@​RamIdeas](https://redirect.github.com/RamIdeas)! - fix: custom builds outputting files in assets watched directory no longer cause the custom build to run again in an infinite loop - [#​6872](https://redirect.github.com/cloudflare/workers-sdk/pull/6872) [`b2d094e`](https://redirect.github.com/cloudflare/workers-sdk/commit/b2d094e52b519decf8fdef1bb8dcd42d3e4ac2ad) Thanks [@​petebacondarwin](https://redirect.github.com/petebacondarwin)! - fix: render a helpful build error if a Service Worker mode Worker has imports A common mistake is to forget to export from the entry-point of a Worker, which causes Wrangler to infer that we are in "Service Worker" mode. In this mode, imports to external modules are not allowed. Currently this only fails at runtime, because our esbuild step converts these imports to an internal `__require()` call that throws an error. The error message is misleading and does not help the user identify the cause of the problem. This is particularly tricky where the external imports are added by a library or our own node.js polyfills. Fixes [#​6648](https://redirect.github.com/cloudflare/workers-sdk/issues/6648) - [#​6792](https://redirect.github.com/cloudflare/workers-sdk/pull/6792) [`27e8385`](https://redirect.github.com/cloudflare/workers-sdk/commit/27e8385167a4ef6eff9bb91cf0203184fbd16915) Thanks [@​penalosa](https://redirect.github.com/penalosa)! - fix: Handle more module declaration cases - [#​6838](https://redirect.github.com/cloudflare/workers-sdk/pull/6838) [`7dbd0c8`](https://redirect.github.com/cloudflare/workers-sdk/commit/7dbd0c82a52ba772f46081ccd4b39d59b1f4c8bf) Thanks [@​GregBrimble](https://redirect.github.com/GregBrimble)! - fix: Improve static asset upload messaging ### [`v3.79.0`](https://redirect.github.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3790) [Compare Source](https://redirect.github.com/cloudflare/workers-sdk/compare/wrangler@3.78.12...wrangler@3.79.0) ##### Minor Changes - [#​6801](https://redirect.github.com/cloudflare/workers-sdk/pull/6801) [`6009bb4`](https://redirect.github.com/cloudflare/workers-sdk/commit/6009bb44185e6a8a464528c945ce5a47eb992837) Thanks [@​RamIdeas](https://redirect.github.com/RamIdeas)! - feat: implement retries within `wrangler deploy` and `wrangler versions upload` to workaround spotty network connections and service flakes ##### Patch Changes - [#​6870](https://redirect.github.com/cloudflare/workers-sdk/pull/6870) [`dc9039a`](https://redirect.github.com/cloudflare/workers-sdk/commit/dc9039a36f2e526a9a224a523fa6ebcdd42a9223) Thanks [@​penalosa](https://redirect.github.com/penalosa)! - fix: Include `workerd` in the external dependecies of Wrangler to fix local builds. - [#​6866](https://redirect.github.com/cloudflare/workers-sdk/pull/6866) [`c75b0d9`](https://redirect.github.com/cloudflare/workers-sdk/commit/c75b0d9fec6cc6769b5f35a9455bb06588a68bbf) Thanks [@​zwily](https://redirect.github.com/zwily)! - fix: debounce restarting worker on assets dir file changes

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 was generated by Mend Renovate. View the repository job log.

changeset-bot[bot] commented 2 weeks ago

⚠️ No Changeset found

Latest commit: 2b0108d01c263f02f375201800558bd20906a9b8

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

github-actions[bot] commented 2 weeks ago

🚀 Snapshot Release (alpha)

The latest changes of this PR are available as alpha on npm (based on the declared changesets): Package Version Info
@theguild/components 6.6.7-alpha-20241008193827-2b0108d01c263f02f375201800558bd20906a9b8 npm ↗︎ unpkg ↗︎