From 38b5c161e4d3694d07d9ccfc85dc2ad1f418628d Mon Sep 17 00:00:00 2001 From: "workers-devprod@cloudflare.com" <116369605+workers-devprod@users.noreply.github.com> Date: Fri, 7 Jun 2024 12:26:43 +0100 Subject: [PATCH] Version Packages (#5971) Co-authored-by: github-actions[bot] --- .changeset/c3-frameworks-update-5894.md | 11 ----- .changeset/c3-frameworks-update-5981.md | 11 ----- .changeset/c3-frameworks-update-5982.md | 11 ----- .changeset/calm-ducks-happen.md | 11 ----- .changeset/calm-flowers-doubt.md | 7 ---- .changeset/eleven-cows-marry.md | 7 ---- .changeset/flat-days-punch.md | 5 --- .changeset/friendly-students-fly.md | 12 ------ .changeset/gold-squids-give.md | 8 ---- .changeset/green-turtles-care.md | 5 --- .changeset/long-planets-provide.md | 7 ---- .changeset/old-horses-push.md | 7 ---- .changeset/popular-ravens-add.md | 17 -------- packages/create-cloudflare/CHANGELOG.md | 33 +++++++++++++++ packages/create-cloudflare/package.json | 2 +- packages/miniflare/CHANGELOG.md | 13 ++++++ packages/miniflare/package.json | 2 +- packages/pages-shared/CHANGELOG.md | 7 ++++ packages/pages-shared/package.json | 2 +- packages/vitest-pool-workers/CHANGELOG.md | 8 ++++ packages/vitest-pool-workers/package.json | 2 +- packages/wrangler/CHANGELOG.md | 51 +++++++++++++++++++++++ packages/wrangler/package.json | 2 +- pnpm-lock.yaml | 16 +++---- 24 files changed, 125 insertions(+), 132 deletions(-) delete mode 100644 .changeset/c3-frameworks-update-5894.md delete mode 100644 .changeset/c3-frameworks-update-5981.md delete mode 100644 .changeset/c3-frameworks-update-5982.md delete mode 100644 .changeset/calm-ducks-happen.md delete mode 100644 .changeset/calm-flowers-doubt.md delete mode 100644 .changeset/eleven-cows-marry.md delete mode 100644 .changeset/flat-days-punch.md delete mode 100644 .changeset/friendly-students-fly.md delete mode 100644 .changeset/gold-squids-give.md delete mode 100644 .changeset/green-turtles-care.md delete mode 100644 .changeset/long-planets-provide.md delete mode 100644 .changeset/old-horses-push.md delete mode 100644 .changeset/popular-ravens-add.md diff --git a/.changeset/c3-frameworks-update-5894.md b/.changeset/c3-frameworks-update-5894.md deleted file mode 100644 index 0832359ea6ed..000000000000 --- a/.changeset/c3-frameworks-update-5894.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"create-cloudflare": patch ---- - -chore: update dependencies of "create-cloudflare" package - -The following dependency versions have been updated: - -| Dependency | From | To | -| ----------- | ----- | ----- | -| create-qwik | 1.5.4 | 1.5.5 | diff --git a/.changeset/c3-frameworks-update-5981.md b/.changeset/c3-frameworks-update-5981.md deleted file mode 100644 index 5e621a5637ae..000000000000 --- a/.changeset/c3-frameworks-update-5981.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"create-cloudflare": patch ---- - -chore: update dependencies of "create-cloudflare" package - -The following dependency versions have been updated: - -| Dependency | From | To | -| ------------ | ----- | ------ | -| create-solid | 0.5.5 | 0.5.11 | diff --git a/.changeset/c3-frameworks-update-5982.md b/.changeset/c3-frameworks-update-5982.md deleted file mode 100644 index ad3ad767e4cc..000000000000 --- a/.changeset/c3-frameworks-update-5982.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"create-cloudflare": patch ---- - -chore: update dependencies of "create-cloudflare" package - -The following dependency versions have been updated: - -| Dependency | From | To | -| ------------- | ----- | ----- | -| create-svelte | 6.1.2 | 6.3.0 | diff --git a/.changeset/calm-ducks-happen.md b/.changeset/calm-ducks-happen.md deleted file mode 100644 index a9cf758a96bd..000000000000 --- a/.changeset/calm-ducks-happen.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"wrangler": minor ---- - -feat: add experimental support for hybrid Node.js compatibility - -_This feature is experimental and not yet available for general consumption._ - -Use a combination of workerd Node.js builtins (behind the `experimental:nodejs_compat_v2` flag) and -Unenv polyfills (configured to only add those missing from the runtime) to provide a new more effective -Node.js compatibility approach. diff --git a/.changeset/calm-flowers-doubt.md b/.changeset/calm-flowers-doubt.md deleted file mode 100644 index 607f270c759a..000000000000 --- a/.changeset/calm-flowers-doubt.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"wrangler": minor ---- - -feature: rename the `wrangler secret:bulk` command to `wrangler secret bulk` - -The old command is now deprecated (but still functional) and will be removed in a future release. The new command is now more consistent with the rest of the wrangler CLI commands. diff --git a/.changeset/eleven-cows-marry.md b/.changeset/eleven-cows-marry.md deleted file mode 100644 index 6ba8bfe7952b..000000000000 --- a/.changeset/eleven-cows-marry.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"wrangler": minor ---- - -feature: rename `wrangler kv:...` commands to `wrangler kv ...` - -The old commands are now deprecated (but still functional) and will be removed in a future release. The new commands are now more consistent with the rest of the wrangler CLI commands. diff --git a/.changeset/flat-days-punch.md b/.changeset/flat-days-punch.md deleted file mode 100644 index 66ab68392540..000000000000 --- a/.changeset/flat-days-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wrangler": patch ---- - -refactor: Adds the experimental flag `--x-dev-env` which opts in to using an experimental code path for `wrangler dev` and `wrangler dev --remote`. There should be no observable behaviour changes when this flag is enabled. diff --git a/.changeset/friendly-students-fly.md b/.changeset/friendly-students-fly.md deleted file mode 100644 index e271619173b4..000000000000 --- a/.changeset/friendly-students-fly.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"miniflare": patch ---- - -chore: update dependencies of "miniflare" package - -The following dependency versions have been updated: - -| Dependency | From | To | -| ------------------------- | ------------- | ------------- | -| workerd | 1.20240524.0 | 1.20240605.0 | -| @cloudflare/workers-types | ^4.20240524.0 | ^4.20240605.0 | diff --git a/.changeset/gold-squids-give.md b/.changeset/gold-squids-give.md deleted file mode 100644 index 98e4697df888..000000000000 --- a/.changeset/gold-squids-give.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"create-cloudflare": patch ---- - -fix: updated the name of the Durable Object template in C3. - -Makes it clearer what a "Durable Object" is. A user using c3 or Cloudflare for the first time will have no idea. -Also moved it down the list so that "web application" (a far more common use-case) is higher. diff --git a/.changeset/green-turtles-care.md b/.changeset/green-turtles-care.md deleted file mode 100644 index 00fe95decc71..000000000000 --- a/.changeset/green-turtles-care.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wrangler": patch ---- - -fix: Update create KV namespace binding details message for easier implementation diff --git a/.changeset/long-planets-provide.md b/.changeset/long-planets-provide.md deleted file mode 100644 index 5f7213f0bac5..000000000000 --- a/.changeset/long-planets-provide.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"wrangler": patch ---- - -fix: Clean `pages dev` terminal ouput - -This work includes a series of improvements to the `pages dev` terminal output, in an attempt to make this output more structured, organised, cleaner, easier to follow, and therefore more helpful for our users <3 diff --git a/.changeset/old-horses-push.md b/.changeset/old-horses-push.md deleted file mode 100644 index 0a133c81e3fb..000000000000 --- a/.changeset/old-horses-push.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"wrangler": minor ---- - -feat: allow for Pages projects to upload sourcemaps - -Pages projects can now upload sourcemaps for server bundles to enable remapped stacktraces in realtime logs when deployed with `upload_source_map` set to `true` in `wrangler.toml`. diff --git a/.changeset/popular-ravens-add.md b/.changeset/popular-ravens-add.md deleted file mode 100644 index 7e6b29a6f937..000000000000 --- a/.changeset/popular-ravens-add.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -"wrangler": patch ---- - -fix: avoid injecting esbuild watch stubs into production Worker code - -When we added the ability to include additional modules in the deployed bundle of a Worker, -we inadvertently also included some boiler plate code that is only needed at development time. - -This fix ensures that this code is only injected if we are running esbuild in watch mode -(e.g. `wrangler dev`) and not when building for deployment. - -It is interesting to note that this boilerplate only gets included in the production code -if there is an import of CommonJS code in the Worker, which esbuild needs to convert to an -ESM import. - -Fixes [#4269](https://github.com/cloudflare/workers-sdk/issues/4269) diff --git a/packages/create-cloudflare/CHANGELOG.md b/packages/create-cloudflare/CHANGELOG.md index ed45f4d35e96..5c4ed6ecc9ec 100644 --- a/packages/create-cloudflare/CHANGELOG.md +++ b/packages/create-cloudflare/CHANGELOG.md @@ -1,5 +1,38 @@ # create-cloudflare +## 2.21.5 + +### Patch Changes + +- [#5894](https://github.com/cloudflare/workers-sdk/pull/5894) [`314f7c4`](https://github.com/cloudflare/workers-sdk/commit/314f7c45f70e8def8302daa8f6dfcce38baa7395) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore: update dependencies of "create-cloudflare" package + + The following dependency versions have been updated: + + | Dependency | From | To | + | ----------- | ----- | ----- | + | create-qwik | 1.5.4 | 1.5.5 | + +- [#5981](https://github.com/cloudflare/workers-sdk/pull/5981) [`2a05ede`](https://github.com/cloudflare/workers-sdk/commit/2a05edeff6c63462273a17c9e42c5d4409f78588) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore: update dependencies of "create-cloudflare" package + + The following dependency versions have been updated: + + | Dependency | From | To | + | ------------ | ----- | ------ | + | create-solid | 0.5.5 | 0.5.11 | + +- [#5982](https://github.com/cloudflare/workers-sdk/pull/5982) [`0c03316`](https://github.com/cloudflare/workers-sdk/commit/0c03316e5d5283f2ddc010b0c3af0031d5f42599) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore: update dependencies of "create-cloudflare" package + + The following dependency versions have been updated: + + | Dependency | From | To | + | ------------- | ----- | ----- | + | create-svelte | 6.1.2 | 6.3.0 | + +- [#5250](https://github.com/cloudflare/workers-sdk/pull/5250) [`cfde058`](https://github.com/cloudflare/workers-sdk/commit/cfde0587c40cbcdfcb5e7981e8105e1b99f031fa) Thanks [@elithrar](https://github.com/elithrar)! - fix: updated the name of the Durable Object template in C3. + + Makes it clearer what a "Durable Object" is. A user using c3 or Cloudflare for the first time will have no idea. + Also moved it down the list so that "web application" (a far more common use-case) is higher. + ## 2.21.4 ### Patch Changes diff --git a/packages/create-cloudflare/package.json b/packages/create-cloudflare/package.json index 109865777005..1f89994686bf 100644 --- a/packages/create-cloudflare/package.json +++ b/packages/create-cloudflare/package.json @@ -1,6 +1,6 @@ { "name": "create-cloudflare", - "version": "2.21.4", + "version": "2.21.5", "description": "A CLI for creating and deploying new applications to Cloudflare.", "keywords": [ "cloudflare", diff --git a/packages/miniflare/CHANGELOG.md b/packages/miniflare/CHANGELOG.md index e790a8278635..1749da1bb8a5 100644 --- a/packages/miniflare/CHANGELOG.md +++ b/packages/miniflare/CHANGELOG.md @@ -1,5 +1,18 @@ # miniflare +## 3.20240605.0 + +### Patch Changes + +- [#5961](https://github.com/cloudflare/workers-sdk/pull/5961) [`ab95473`](https://github.com/cloudflare/workers-sdk/commit/ab9547380fd6fbc1d20c8dd4211faedbe94e5b33) Thanks [@CarmenPopoviciu](https://github.com/CarmenPopoviciu)! - chore: update dependencies of "miniflare" package + + The following dependency versions have been updated: + + | Dependency | From | To | + | ------------------------- | ------------- | ------------- | + | workerd | 1.20240524.0 | 1.20240605.0 | + | @cloudflare/workers-types | ^4.20240524.0 | ^4.20240605.0 | + ## 3.20240524.2 ### Patch Changes diff --git a/packages/miniflare/package.json b/packages/miniflare/package.json index a85a4c7009c3..a15eef202db8 100644 --- a/packages/miniflare/package.json +++ b/packages/miniflare/package.json @@ -1,6 +1,6 @@ { "name": "miniflare", - "version": "3.20240524.2", + "version": "3.20240605.0", "description": "Fun, full-featured, fully-local simulator for Cloudflare Workers", "keywords": [ "cloudflare", diff --git a/packages/pages-shared/CHANGELOG.md b/packages/pages-shared/CHANGELOG.md index d7e13d72220b..43f92e3a79ff 100644 --- a/packages/pages-shared/CHANGELOG.md +++ b/packages/pages-shared/CHANGELOG.md @@ -1,5 +1,12 @@ # @cloudflare/pages-shared +## 0.11.42 + +### Patch Changes + +- Updated dependencies [[`ab95473`](https://github.com/cloudflare/workers-sdk/commit/ab9547380fd6fbc1d20c8dd4211faedbe94e5b33)]: + - miniflare@3.20240605.0 + ## 0.11.41 ### Patch Changes diff --git a/packages/pages-shared/package.json b/packages/pages-shared/package.json index cdfa859620f9..59b74f36270b 100644 --- a/packages/pages-shared/package.json +++ b/packages/pages-shared/package.json @@ -1,6 +1,6 @@ { "name": "@cloudflare/pages-shared", - "version": "0.11.41", + "version": "0.11.42", "repository": { "type": "git", "url": "https://github.com/cloudflare/workers-sdk.git", diff --git a/packages/vitest-pool-workers/CHANGELOG.md b/packages/vitest-pool-workers/CHANGELOG.md index c62386b779c6..609aef76a68c 100644 --- a/packages/vitest-pool-workers/CHANGELOG.md +++ b/packages/vitest-pool-workers/CHANGELOG.md @@ -1,5 +1,13 @@ # @cloudflare/vitest-pool-workers +## 0.4.2 + +### Patch Changes + +- Updated dependencies [[`1e68fe5`](https://github.com/cloudflare/workers-sdk/commit/1e68fe5448ffa4d0551dc7255405983c329235c8), [`e144f63`](https://github.com/cloudflare/workers-sdk/commit/e144f63f8c418c77a3b73d387f7e7d22e8f1f730), [`35b1a2f`](https://github.com/cloudflare/workers-sdk/commit/35b1a2f59bf0849e65782a278463cd0c3d294817), [`21573f4`](https://github.com/cloudflare/workers-sdk/commit/21573f4fd3484145405c5666b4dc9f7338f56887), [`ab95473`](https://github.com/cloudflare/workers-sdk/commit/ab9547380fd6fbc1d20c8dd4211faedbe94e5b33), [`bac79fb`](https://github.com/cloudflare/workers-sdk/commit/bac79fb7379941cd70d3a99d0d2cdb23e2409e50), [`6f83641`](https://github.com/cloudflare/workers-sdk/commit/6f836416446e3c04656d17477bcbbd39386622b5), [`1cc52f1`](https://github.com/cloudflare/workers-sdk/commit/1cc52f14c70112f5257263a4adee0c54add3a00d), [`e648825`](https://github.com/cloudflare/workers-sdk/commit/e6488257f9376d415d970b045d77f0223d2f7884)]: + - wrangler@3.60.0 + - miniflare@3.20240605.0 + ## 0.4.1 ### Patch Changes diff --git a/packages/vitest-pool-workers/package.json b/packages/vitest-pool-workers/package.json index 2fd01bce60cd..a82e451f8d1f 100644 --- a/packages/vitest-pool-workers/package.json +++ b/packages/vitest-pool-workers/package.json @@ -1,6 +1,6 @@ { "name": "@cloudflare/vitest-pool-workers", - "version": "0.4.1", + "version": "0.4.2", "description": "Workers Vitest integration for writing Vitest unit and integration tests that run inside the Workers runtime", "keywords": [ "cloudflare", diff --git a/packages/wrangler/CHANGELOG.md b/packages/wrangler/CHANGELOG.md index 10ee32b354f7..de75f6d6dd6b 100644 --- a/packages/wrangler/CHANGELOG.md +++ b/packages/wrangler/CHANGELOG.md @@ -1,5 +1,56 @@ # wrangler +## 3.60.0 + +### Minor Changes + +- [#5878](https://github.com/cloudflare/workers-sdk/pull/5878) [`1e68fe5`](https://github.com/cloudflare/workers-sdk/commit/1e68fe5448ffa4d0551dc7255405983c329235c8) Thanks [@IgorMinar](https://github.com/IgorMinar)! - feat: add experimental support for hybrid Node.js compatibility + + _This feature is experimental and not yet available for general consumption._ + + Use a combination of workerd Node.js builtins (behind the `experimental:nodejs_compat_v2` flag) and + Unenv polyfills (configured to only add those missing from the runtime) to provide a new more effective + Node.js compatibility approach. + +- [#5988](https://github.com/cloudflare/workers-sdk/pull/5988) [`e144f63`](https://github.com/cloudflare/workers-sdk/commit/e144f63f8c418c77a3b73d387f7e7d22e8f1f730) Thanks [@RamIdeas](https://github.com/RamIdeas)! - feature: rename the `wrangler secret:bulk` command to `wrangler secret bulk` + + The old command is now deprecated (but still functional) and will be removed in a future release. The new command is now more consistent with the rest of the wrangler CLI commands. + +- [#5989](https://github.com/cloudflare/workers-sdk/pull/5989) [`35b1a2f`](https://github.com/cloudflare/workers-sdk/commit/35b1a2f59bf0849e65782a278463cd0c3d294817) Thanks [@RamIdeas](https://github.com/RamIdeas)! - feature: rename `wrangler kv:...` commands to `wrangler kv ...` + + The old commands are now deprecated (but still functional) and will be removed in a future release. The new commands are now more consistent with the rest of the wrangler CLI commands. + +- [#5861](https://github.com/cloudflare/workers-sdk/pull/5861) [`1cc52f1`](https://github.com/cloudflare/workers-sdk/commit/1cc52f14c70112f5257263a4adee0c54add3a00d) Thanks [@zebp](https://github.com/zebp)! - feat: allow for Pages projects to upload sourcemaps + + Pages projects can now upload sourcemaps for server bundles to enable remapped stacktraces in realtime logs when deployed with `upload_source_map` set to `true` in `wrangler.toml`. + +### Patch Changes + +- [#5939](https://github.com/cloudflare/workers-sdk/pull/5939) [`21573f4`](https://github.com/cloudflare/workers-sdk/commit/21573f4fd3484145405c5666b4dc9f7338f56887) Thanks [@penalosa](https://github.com/penalosa)! - refactor: Adds the experimental flag `--x-dev-env` which opts in to using an experimental code path for `wrangler dev` and `wrangler dev --remote`. There should be no observable behaviour changes when this flag is enabled. + +- [#5934](https://github.com/cloudflare/workers-sdk/pull/5934) [`bac79fb`](https://github.com/cloudflare/workers-sdk/commit/bac79fb7379941cd70d3a99d0d2cdb23e2409e50) Thanks [@dbenCF](https://github.com/dbenCF)! - fix: Update create KV namespace binding details message for easier implementation + +- [#5927](https://github.com/cloudflare/workers-sdk/pull/5927) [`6f83641`](https://github.com/cloudflare/workers-sdk/commit/6f836416446e3c04656d17477bcbbd39386622b5) Thanks [@CarmenPopoviciu](https://github.com/CarmenPopoviciu)! - fix: Clean `pages dev` terminal ouput + + This work includes a series of improvements to the `pages dev` terminal output, in an attempt to make this output more structured, organised, cleaner, easier to follow, and therefore more helpful for our users <3 + +- [#5960](https://github.com/cloudflare/workers-sdk/pull/5960) [`e648825`](https://github.com/cloudflare/workers-sdk/commit/e6488257f9376d415d970b045d77f0223d2f7884) Thanks [@petebacondarwin](https://github.com/petebacondarwin)! - fix: avoid injecting esbuild watch stubs into production Worker code + + When we added the ability to include additional modules in the deployed bundle of a Worker, + we inadvertently also included some boiler plate code that is only needed at development time. + + This fix ensures that this code is only injected if we are running esbuild in watch mode + (e.g. `wrangler dev`) and not when building for deployment. + + It is interesting to note that this boilerplate only gets included in the production code + if there is an import of CommonJS code in the Worker, which esbuild needs to convert to an + ESM import. + + Fixes [#4269](https://github.com/cloudflare/workers-sdk/issues/4269) + +- Updated dependencies [[`ab95473`](https://github.com/cloudflare/workers-sdk/commit/ab9547380fd6fbc1d20c8dd4211faedbe94e5b33)]: + - miniflare@3.20240605.0 + ## 3.59.0 ### Minor Changes diff --git a/packages/wrangler/package.json b/packages/wrangler/package.json index 66f4bfdc4803..e02f9bf972ca 100644 --- a/packages/wrangler/package.json +++ b/packages/wrangler/package.json @@ -1,6 +1,6 @@ { "name": "wrangler", - "version": "3.59.0", + "version": "3.60.0", "description": "Command-line interface for all things Cloudflare Workers", "keywords": [ "wrangler", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d2046f278b11..7117749f6acc 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -974,7 +974,7 @@ importers: version: 8.49.0 eslint-config-turbo: specifier: latest - version: 1.13.3(eslint@8.49.0) + version: 2.0.3(eslint@8.49.0) eslint-plugin-import: specifier: 2.26.x version: 2.26.0(@typescript-eslint/parser@6.7.2(eslint@8.49.0)(typescript@5.4.5))(eslint@8.49.0) @@ -6539,8 +6539,8 @@ packages: peerDependencies: eslint: '>=7.0.0' - eslint-config-turbo@1.13.3: - resolution: {integrity: sha512-if/QtwEiWZ5b7Bg8yZBPSvS0TeCG2Zvfa/+XBYANS7uSYucjmW+BBC8enJB0PqpB/YLGGOumeo3x7h1Nuba9iw==} + eslint-config-turbo@2.0.3: + resolution: {integrity: sha512-D1+lNOpTFEuAgPWJfRHXHjzvAfO+0TVmORfftmYQNw+uk2UIBjhelhwERBceYFy2oFJnckHsqt69dp/zIM6/0g==} peerDependencies: eslint: '>6.6.0' @@ -6685,8 +6685,8 @@ packages: peerDependencies: eslint: ^7.5.0 || ^8.0.0 - eslint-plugin-turbo@1.13.3: - resolution: {integrity: sha512-RjmlnqYsEqnJ+U3M3IS5jLJDjWv5NsvReCpsC61n5pJ4JMHTZ/lU0EIoL1ccuL1L5wP0APzdXdByBxERcPQ+Nw==} + eslint-plugin-turbo@2.0.3: + resolution: {integrity: sha512-mplP4nYaRvtTNuwF5QTLYKLu0/8LTRsHPgX4ARhaof+QZI2ttglONe1/iJpKB4pg0KqFp7WHziKoJL+s0+CJ1w==} peerDependencies: eslint: '>6.6.0' @@ -16810,10 +16810,10 @@ snapshots: dependencies: eslint: 8.49.0 - eslint-config-turbo@1.13.3(eslint@8.49.0): + eslint-config-turbo@2.0.3(eslint@8.49.0): dependencies: eslint: 8.49.0 - eslint-plugin-turbo: 1.13.3(eslint@8.49.0) + eslint-plugin-turbo: 2.0.3(eslint@8.49.0) eslint-import-resolver-node@0.3.7: dependencies: @@ -17072,7 +17072,7 @@ snapshots: - supports-color - typescript - eslint-plugin-turbo@1.13.3(eslint@8.49.0): + eslint-plugin-turbo@2.0.3(eslint@8.49.0): dependencies: dotenv: 16.0.3 eslint: 8.49.0