vikejs / bati

Next-gen scaffolder. Get started with fully-functional apps, and choose any tool you want.
https://batijs.dev
MIT License
228 stars 13 forks source link

chore(deps): update all non-major dependencies #327

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) ^7.24.9 -> ^7.25.2 age adoption passing confidence
@babel/plugin-transform-react-jsx (source) ^7.24.7 -> ^7.25.2 age adoption passing confidence
@floating-ui/dom (source) ^1.6.8 -> ^1.6.9 age adoption passing confidence
@floating-ui/utils (source) ^0.2.5 -> ^0.2.6 age adoption passing confidence
@ts-rest/core (source) ^3.48.1 -> ^3.49.3 age adoption passing confidence
@ts-rest/serverless (source) ^3.48.1 -> ^3.49.3 age adoption passing confidence
@typescript-eslint/parser (source) ^8.0.0 -> ^8.0.1 age adoption passing confidence
@typescript-eslint/utils (source) ^8.0.0 -> ^8.0.1 age adoption passing confidence
@vitejs/plugin-vue (source) ^5.1.1 -> ^5.1.2 age adoption passing confidence
@vue/compiler-sfc (source) ^3.4.34 -> ^3.4.35 age adoption passing confidence
@vue/server-renderer (source) ^3.4.34 -> ^3.4.35 age adoption passing confidence
autoprefixer ^10.4.19 -> ^10.4.20 age adoption passing confidence
bumpp ^9.4.1 -> ^9.4.2 age adoption passing confidence
drizzle-kit (source) ^0.23.0 -> ^0.23.2 age adoption passing confidence
drizzle-orm (source) ^0.32.1 -> ^0.32.2 age adoption passing confidence
edgedb (source) ^1.5.8 -> ^1.5.9 age adoption passing confidence
firebase (source, changelog) ^10.12.4 -> ^10.12.5 age adoption passing confidence
globals ^15.8.0 -> ^15.9.0 age adoption passing confidence
postcss (source) ^8.4.40 -> ^8.4.41 age adoption passing confidence
tsup (source) ^8.2.3 -> ^8.2.4 age adoption passing confidence
tsx (source) ^4.16.2 -> ^4.16.5 age adoption passing confidence
turbo (source) ^2.0.9 -> ^2.0.11 age adoption passing confidence
typescript-eslint (source) ^8.0.0 -> ^8.0.1 age adoption passing confidence
vike-react ^0.4.18 -> ^0.5.0 age adoption passing confidence
vitest (source) ^2.0.4 -> ^2.0.5 age adoption passing confidence
vue (source) ^3.4.34 -> ^3.4.35 age adoption passing confidence
wrangler (source) ^3.67.1 -> ^3.68.0 age adoption passing confidence

Release Notes

babel/babel (@​babel/core) ### [`v7.25.2`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7252-2024-07-30) [Compare Source](https://togithub.com/babel/babel/compare/v7.24.9...v7.25.2) ##### :bug: Bug Fix - `babel-core`, `babel-traverse` - [#​16695](https://togithub.com/babel/babel/pull/16695) Ensure that `requeueComputedKeyAndDecorators` is available ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
floating-ui/floating-ui (@​floating-ui/dom) ### [`v1.6.9`](https://togithub.com/floating-ui/floating-ui/blob/HEAD/packages/dom/CHANGELOG.md#169) [Compare Source](https://togithub.com/floating-ui/floating-ui/compare/@floating-ui/dom@1.6.8...@floating-ui/dom@1.6.9) ##### Patch Changes - fix: test if `frameElement` is readable to avoid errors in Safari and MSEdge with cross-origin iframes - Update dependencies: `@floating-ui/utils@0.2.6`
floating-ui/floating-ui (@​floating-ui/utils) ### [`v0.2.6`](https://togithub.com/floating-ui/floating-ui/blob/HEAD/packages/utils/CHANGELOG.md#026) [Compare Source](https://togithub.com/floating-ui/floating-ui/compare/@floating-ui/utils@0.2.5...@floating-ui/utils@0.2.6) ##### Patch Changes - fix: test if `frameElement` is readable to avoid errors in Safari and MSEdge with cross-origin iframes
ts-rest/ts-rest (@​ts-rest/core) ### [`v3.49.3`](https://togithub.com/ts-rest/ts-rest/blob/HEAD/libs/ts-rest/core/CHANGELOG.md#3493) [Compare Source](https://togithub.com/ts-rest/ts-rest/compare/@ts-rest/core@3.49.2...@ts-rest/core@3.49.3) ##### Patch Changes - [`1f9fd4a`](https://togithub.com/ts-rest/ts-rest/commit/1f9fd4a): Fix client functions resolving as `any` in TS 5.5 when `dom` is not included in tsconfig libs - [`740c538`](https://togithub.com/ts-rest/ts-rest/commit/740c538): Fix pnpm `Maximum call stack size exceeded` when installing [@​ts-rest/core](https://togithub.com/ts-rest/core) ### [`v3.49.2`](https://togithub.com/ts-rest/ts-rest/blob/HEAD/libs/ts-rest/core/CHANGELOG.md#3492) [Compare Source](https://togithub.com/ts-rest/ts-rest/compare/@ts-rest/core@3.49.1...@ts-rest/core@3.49.2) ### [`v3.49.1`](https://togithub.com/ts-rest/ts-rest/blob/HEAD/libs/ts-rest/core/CHANGELOG.md#3491) [Compare Source](https://togithub.com/ts-rest/ts-rest/compare/@ts-rest/core@3.49.0...@ts-rest/core@3.49.1) ##### Patch Changes - [`b31454f`](https://togithub.com/ts-rest/ts-rest/commit/b31454f): All ts-rest libraries are now packaged in a better way to be compatible with as many bundlers as possible. The [@​tanstack/react-query](https://togithub.com/tanstack/react-query) `No QueryClient set` error should also occur much less now. ### [`v3.49.0`](https://togithub.com/ts-rest/ts-rest/blob/HEAD/libs/ts-rest/core/CHANGELOG.md#3490) [Compare Source](https://togithub.com/ts-rest/ts-rest/compare/@ts-rest/core@3.48.1...@ts-rest/core@3.49.0) ##### Minor Changes - [`597cd92`](https://togithub.com/ts-rest/ts-rest/commit/597cd92): You can now pass functions as values for your `baseHeaders` in your client. This makes it much easier now to fetch and set access tokens from your authentication libraries.
ts-rest/ts-rest (@​ts-rest/serverless) ### [`v3.49.3`](https://togithub.com/ts-rest/ts-rest/blob/HEAD/libs/ts-rest/serverless/CHANGELOG.md#3493) [Compare Source](https://togithub.com/ts-rest/ts-rest/compare/@ts-rest/serverless@3.49.2...@ts-rest/serverless@3.49.3) ### [`v3.49.2`](https://togithub.com/ts-rest/ts-rest/blob/HEAD/libs/ts-rest/serverless/CHANGELOG.md#3492) [Compare Source](https://togithub.com/ts-rest/ts-rest/compare/@ts-rest/serverless@3.49.1...@ts-rest/serverless@3.49.2) ##### Patch Changes - [`6d7bea2`](https://togithub.com/ts-rest/ts-rest/commit/6d7bea2): Fix broken package exports ### [`v3.49.1`](https://togithub.com/ts-rest/ts-rest/blob/HEAD/libs/ts-rest/serverless/CHANGELOG.md#3491) [Compare Source](https://togithub.com/ts-rest/ts-rest/compare/@ts-rest/serverless@3.49.0...@ts-rest/serverless@3.49.1) ##### Patch Changes - [`b31454f`](https://togithub.com/ts-rest/ts-rest/commit/b31454f): All ts-rest libraries are now packaged in a better way to be compatible with as many bundlers as possible. The [@​tanstack/react-query](https://togithub.com/tanstack/react-query) `No QueryClient set` error should also occur much less now. ### [`v3.49.0`](https://togithub.com/ts-rest/ts-rest/blob/HEAD/libs/ts-rest/serverless/CHANGELOG.md#3490) [Compare Source](https://togithub.com/ts-rest/ts-rest/compare/@ts-rest/serverless@3.48.1...@ts-rest/serverless@3.49.0)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser) ### [`v8.0.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#801-2024-08-05) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v8.0.0...v8.0.1) This was a version bump only for parser to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
typescript-eslint/typescript-eslint (@​typescript-eslint/utils) ### [`v8.0.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/utils/CHANGELOG.md#801-2024-08-05) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v8.0.0...v8.0.1) This was a version bump only for utils to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
vitejs/vite-plugin-vue (@​vitejs/plugin-vue) ### [`v5.1.2`](https://togithub.com/vitejs/vite-plugin-vue/blob/HEAD/packages/plugin-vue/CHANGELOG.md#small512-2024-08-01-small) - refactor(plugin-vue): add `type` field ([a6b7e3f](https://togithub.com/vitejs/vite-plugin-vue/commit/a6b7e3f)) - fix(plugin-vue): add deprecated `script.propsDestructure` option ([1e24322](https://togithub.com/vitejs/vite-plugin-vue/commit/1e24322)), closes [#​431](https://togithub.com/vitejs/vite-plugin-vue/issues/431) - chore(deps): update upstream ([#​432](https://togithub.com/vitejs/vite-plugin-vue/issues/432)) ([5d592cd](https://togithub.com/vitejs/vite-plugin-vue/commit/5d592cd)), closes [#​432](https://togithub.com/vitejs/vite-plugin-vue/issues/432)
vuejs/core (@​vue/compiler-sfc) ### [`v3.4.35`](https://togithub.com/vuejs/core/blob/HEAD/CHANGELOG.md#3435-2024-07-31) [Compare Source](https://togithub.com/vuejs/core/compare/v3.4.34...v3.4.35) ##### Bug Fixes - **teleport/ssr:** fix Teleport hydration regression due to targetStart anchor addition ([7b18cdb](https://togithub.com/vuejs/core/commit/7b18cdb0b53a94007ca6a3675bf41b5d3153fec6)) - **teleport/ssr:** ensure targetAnchor and targetStart not null during hydration ([#​11456](https://togithub.com/vuejs/core/issues/11456)) ([12667da](https://togithub.com/vuejs/core/commit/12667da4879f980dcf2c50e36f3642d085a87d71)), closes [#​11400](https://togithub.com/vuejs/core/issues/11400) - **types/ref:** allow getter and setter types to be unrelated ([#​11442](https://togithub.com/vuejs/core/issues/11442)) ([e0b2975](https://togithub.com/vuejs/core/commit/e0b2975ef65ae6a0be0aa0a0df43fb887c665251)) ##### Performance Improvements - **runtime-core:** improve efficiency of normalizePropsOptions ([#​11409](https://togithub.com/vuejs/core/issues/11409)) ([5680142](https://togithub.com/vuejs/core/commit/5680142e68096c42e66da9f4c6220d040d7c56ba)), closes [#​9739](https://togithub.com/vuejs/core/issues/9739)
postcss/autoprefixer (autoprefixer) ### [`v10.4.20`](https://togithub.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#10420) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/10.4.19...10.4.20) - Fixed `fit-content` prefix for Firefox.
antfu/bumpp (bumpp) ### [`v9.4.2`](https://togithub.com/antfu/bumpp/compare/v9.4.1...3108f7bd0d241cdce57954877f9a739318c9ed28) [Compare Source](https://togithub.com/antfu/bumpp/compare/v9.4.1...v9.4.2)
drizzle-team/drizzle-orm (drizzle-kit) ### [`v0.23.2`](https://togithub.com/drizzle-team/drizzle-orm/releases/tag/0.23.2) [Compare Source](https://togithub.com/drizzle-team/drizzle-orm/compare/0.23.1...drizzle-kit@0.23.2) - 🐛 Rolled back some breaking changes for drizzle-kit ### [`v0.23.1`](https://togithub.com/drizzle-team/drizzle-orm/releases/tag/0.23.1) [Compare Source](https://togithub.com/drizzle-team/drizzle-orm/compare/0.23.0...0.23.1) - 🐛 Re-export `InferModel` from `drizzle-orm`
edgedb/edgedb-js (edgedb) ### [`v1.5.9`](https://togithub.com/edgedb/edgedb-js/releases/tag/v1.5.9): edgedb-js v1.5.9 [Compare Source](https://togithub.com/edgedb/edgedb-js/compare/v1.5.8...v1.5.9) #### What's Changed - Include `branch` in `explainConfig` output by [@​scotttrinh](https://togithub.com/scotttrinh) in [https://github.com/edgedb/edgedb-js/pull/1070](https://togithub.com/edgedb/edgedb-js/pull/1070)
firebase/firebase-js-sdk (firebase) ### [`v10.12.5`](https://togithub.com/firebase/firebase-js-sdk/compare/firebase@10.12.4...8547b4485e872b229134f767520087319d13ac7a) [Compare Source](https://togithub.com/firebase/firebase-js-sdk/compare/firebase@10.12.4...firebase@10.12.5)
sindresorhus/globals (globals) ### [`v15.9.0`](https://togithub.com/sindresorhus/globals/compare/v15.8.0...b1d88b841b68e2f56f283140ae5c4b210f39e7dc) [Compare Source](https://togithub.com/sindresorhus/globals/compare/v15.8.0...v15.9.0)
postcss/postcss (postcss) ### [`v8.4.41`](https://togithub.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8441) [Compare Source](https://togithub.com/postcss/postcss/compare/8.4.40...8.4.41) - Fixed types (by [@​nex3](https://togithub.com/nex3) and [@​querkmachine](https://togithub.com/querkmachine)). - Cleaned up RegExps (by [@​bluwy](https://togithub.com/bluwy)).
egoist/tsup (tsup) ### [`v8.2.4`](https://togithub.com/egoist/tsup/releases/tag/v8.2.4) [Compare Source](https://togithub.com/egoist/tsup/compare/v8.2.3...v8.2.4) ##### Bug Fixes - do not terminate dts worker in watch mode, closes [#​1172](https://togithub.com/egoist/tsup/issues/1172), closes [#​1171](https://togithub.com/egoist/tsup/issues/1171) ([49c11c3](https://togithub.com/egoist/tsup/commit/49c11c3073ce977a01c84e7848fc070d5de0a652))
privatenumber/tsx (tsx) ### [`v4.16.5`](https://togithub.com/privatenumber/tsx/releases/tag/v4.16.5) [Compare Source](https://togithub.com/privatenumber/tsx/compare/v4.16.4...v4.16.5) ##### Bug Fixes - **resolver:** directory import nested ".." ([2fada74](https://togithub.com/privatenumber/tsx/commit/2fada74ad363655890695716f762f89276800a46)) *** This release is also available on: - [npm package (@​latest dist-tag)](https://www.npmjs.com/package/tsx/v/4.16.5) ### [`v4.16.4`](https://togithub.com/privatenumber/tsx/releases/tag/v4.16.4) [Compare Source](https://togithub.com/privatenumber/tsx/compare/v4.16.3...v4.16.4) ##### Bug Fixes - **resolver:** handle importing ".." ([3cf0b6a](https://togithub.com/privatenumber/tsx/commit/3cf0b6acb9041b782d46345c23f3f48160e05f49)), closes [#​626](https://togithub.com/privatenumber/tsx/issues/626) *** This release is also available on: - [npm package (@​latest dist-tag)](https://www.npmjs.com/package/tsx/v/4.16.4) ### [`v4.16.3`](https://togithub.com/privatenumber/tsx/compare/v4.16.2...ca4bf11670bdbc29bd5fe413cfa3cedba02c2e4e) [Compare Source](https://togithub.com/privatenumber/tsx/compare/v4.16.2...v4.16.3)
vercel/turbo (turbo) ### [`v2.0.11`](https://togithub.com/vercel/turbo/compare/v2.0.10...v2.0.11) [Compare Source](https://togithub.com/vercel/turbo/compare/v2.0.10...v2.0.11) ### [`v2.0.10`](https://togithub.com/vercel/turbo/releases/tag/v2.0.10): Turborepo v2.0.10 [Compare Source](https://togithub.com/vercel/turbo/compare/v2.0.9...v2.0.10) #### What's Changed ##### Examples - chore: dedupe link component in kitchen sink by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8813](https://togithub.com/vercel/turbo/pull/8813) - feat(examples): add example-with-typeorm by [@​cgoinglove](https://togithub.com/cgoinglove) in [https://github.com/vercel/turbo/pull/8143](https://togithub.com/vercel/turbo/pull/8143) ##### Changelog - feat(turbo): add TMP and TEMP variables to pass through by [@​cahilfoley](https://togithub.com/cahilfoley) in [https://github.com/vercel/turbo/pull/8803](https://togithub.com/vercel/turbo/pull/8803) - chore: add trace level logging to process management by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8822](https://togithub.com/vercel/turbo/pull/8822) - chore(infer): add test for current behavior by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8825](https://togithub.com/vercel/turbo/pull/8825) - fix: close stdin for non-interactive tasks by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8838](https://togithub.com/vercel/turbo/pull/8838) - chore(turborepo): print the turbo version on start up by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8841](https://togithub.com/vercel/turbo/pull/8841) - chore(auth): catch forbidden cache access error by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8853](https://togithub.com/vercel/turbo/pull/8853) - chore(telemetry): remove unused codepath field by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/8855](https://togithub.com/vercel/turbo/pull/8855) - chore(schema): update schema with dangerouslyDisablePackageManagerCheck by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8856](https://togithub.com/vercel/turbo/pull/8856) - fix(turborepo): task table width bug by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8868](https://togithub.com/vercel/turbo/pull/8868) - feat(turborepo): added specific symbol for cache hit by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8869](https://togithub.com/vercel/turbo/pull/8869) - feat(tui): terminal pane mouse copying by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8713](https://togithub.com/vercel/turbo/pull/8713) - chore(filter): add additional logs for scm based filters by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8850](https://togithub.com/vercel/turbo/pull/8850) - chore:(logging): improve debug logs with -vv by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/8867](https://togithub.com/vercel/turbo/pull/8867) - (chore): Make FS error more clear. by [@​anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/8881](https://togithub.com/vercel/turbo/pull/8881) - adds daemon flag for env var and turbo.json by [@​dimitropoulos](https://togithub.com/dimitropoulos) in [https://github.com/vercel/turbo/pull/8728](https://togithub.com/vercel/turbo/pull/8728) - fix(windows): keep stdin open for conpty processes by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8885](https://togithub.com/vercel/turbo/pull/8885) #### New Contributors - [@​cahilfoley](https://togithub.com/cahilfoley) made their first contribution in [https://github.com/vercel/turbo/pull/8803](https://togithub.com/vercel/turbo/pull/8803) - [@​busybox11](https://togithub.com/busybox11) made their first contribution in [https://github.com/vercel/turbo/pull/8799](https://togithub.com/vercel/turbo/pull/8799) - [@​samydoesit](https://togithub.com/samydoesit) made their first contribution in [https://github.com/vercel/turbo/pull/8725](https://togithub.com/vercel/turbo/pull/8725) - [@​gdarchen](https://togithub.com/gdarchen) made their first contribution in [https://github.com/vercel/turbo/pull/8830](https://togithub.com/vercel/turbo/pull/8830) - [@​cgoinglove](https://togithub.com/cgoinglove) made their first contribution in [https://github.com/vercel/turbo/pull/8143](https://togithub.com/vercel/turbo/pull/8143) **Full Changelog**: https://github.com/vercel/turbo/compare/v2.0.9...v2.0.10
typescript-eslint/typescript-eslint (typescript-eslint) ### [`v8.0.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#801-2024-08-05) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v8.0.0...v8.0.1) This was a version bump only for typescript-eslint to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
vikejs/vike-react (vike-react) ### [`v0.5.0`](https://togithub.com/vikejs/vike-react/compare/vike-react@0.4.18...vike-react@0.5.0) [Compare Source](https://togithub.com/vikejs/vike-react/compare/vike-react@0.4.18...vike-react@0.5.0)
vitest-dev/vitest (vitest) ### [`v2.0.5`](https://togithub.com/vitest-dev/vitest/releases/tag/v2.0.5) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v2.0.4...v2.0.5) #####    🚀 Features - Introduce experimental reported tasks  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6149](https://togithub.com/vitest-dev/vitest/issues/6149) [(13d85)](https://togithub.com/vitest-dev/vitest/commit/13d85bd1) - This is part of the experimental API and doesn't follow semver. We are hoping to stabilize it for 2.1. If you are working with custom reporters, give this a go! #####    🐞 Bug Fixes - Show a difference between string characters if both values are strings  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6191](https://togithub.com/vitest-dev/vitest/issues/6191) [(29176)](https://togithub.com/vitest-dev/vitest/commit/291766d7) - `testNamePattern` adds leading space  -  by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/6186](https://togithub.com/vitest-dev/vitest/issues/6186) [(073a5)](https://togithub.com/vitest-dev/vitest/commit/073a50c9) - **browser**: - Don't bundle `afterEach` cleanup hooks in node entrypoint  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6192](https://togithub.com/vitest-dev/vitest/issues/6192) [(e6fbc)](https://togithub.com/vitest-dev/vitest/commit/e6fbc620) - UserEvent.setup initiates a separate state for userEvent instance  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6088](https://togithub.com/vitest-dev/vitest/issues/6088) [(883f3)](https://togithub.com/vitest-dev/vitest/commit/883f3482) - Correctly import optimized module in vi.importActual  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6219](https://togithub.com/vitest-dev/vitest/issues/6219) [(804ff)](https://togithub.com/vitest-dev/vitest/commit/804ff2fd) - Passing options to hover/unhover  -  by [@​MNeverOff](https://togithub.com/MNeverOff) in [https://github.com/vitest-dev/vitest/issues/6175](https://togithub.com/vitest-dev/vitest/issues/6175) [(d4c00)](https://togithub.com/vitest-dev/vitest/commit/d4c005bc) - Improve unique CSS selector generation  -  by [@​zacharyvoase](https://togithub.com/zacharyvoase) and **Zack Voase** in [https://github.com/vitest-dev/vitest/issues/6243](https://togithub.com/vitest-dev/vitest/issues/6243) [(e7acd)](https://togithub.com/vitest-dev/vitest/commit/e7acd0cf) - **vitest**: - Remove nuxt from auto inline deps  -  by [@​sheremet-va](https://togithub.com/sheremet-va) [(93882)](https://togithub.com/vitest-dev/vitest/commit/93882f38) - Improve `defineProject` and `defineWorkspace` types  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6198](https://togithub.com/vitest-dev/vitest/issues/6198) [(8cd82)](https://togithub.com/vitest-dev/vitest/commit/8cd8272b) - Correctly resolve mocked `node:*` imports in `__mocks__` folder  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6204](https://togithub.com/vitest-dev/vitest/issues/6204) [(a48be)](https://togithub.com/vitest-dev/vitest/commit/a48be6ff) - **web-worker**: - Expose globals on self  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6170](https://togithub.com/vitest-dev/vitest/issues/6170) [(12bb5)](https://togithub.com/vitest-dev/vitest/commit/12bb567e) #####     [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v2.0.4...v2.0.5)
cloudflare/workers-sdk (wrangler) ### [`v3.68.0`](https://togithub.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3680) [Compare Source](https://togithub.com/cloudflare/workers-sdk/compare/wrangler@3.67.1...wrangler@3.68.0) ##### Minor Changes - [#​6318](https://togithub.com/cloudflare/workers-sdk/pull/6318) [`dc576c8`](https://togithub.com/cloudflare/workers-sdk/commit/dc576c8b99d9de4afe06f568ce2e428478d6a752) Thanks [@​danlapid](https://togithub.com/danlapid)! - feat: Add a log for worker startup time in wrangler deploy - [#​6097](https://togithub.com/cloudflare/workers-sdk/pull/6097) [`64f34e8`](https://togithub.com/cloudflare/workers-sdk/commit/64f34e807fb46e33fecd3c7a0aed2d4f543cc2cf) Thanks [@​RamIdeas](https://togithub.com/RamIdeas)! - feat: implements the `--experimental-dev-env` (shorthand: `--x-dev-env`) flag for `wrangler pages dev` ##### Patch Changes - [#​6379](https://togithub.com/cloudflare/workers-sdk/pull/6379) [`31aa15c`](https://togithub.com/cloudflare/workers-sdk/commit/31aa15ccc931d757a449ade2bd1881bf9a83ca51) Thanks [@​RamIdeas](https://togithub.com/RamIdeas)! - fix: clearer error message when trying to use Workers Sites or Legacy Assets with `wrangler versions upload` - [#​6367](https://togithub.com/cloudflare/workers-sdk/pull/6367) [`7588800`](https://togithub.com/cloudflare/workers-sdk/commit/7588800415452fba06f49dd0fdea04fdb6df1498) Thanks [@​RamIdeas](https://togithub.com/RamIdeas)! - fix: implicitly cleanup (call `stop()`) in `unstable_dev` if the returned Promise rejected and the `stop()` function was not returned - [#​6330](https://togithub.com/cloudflare/workers-sdk/pull/6330) [`cfbdede`](https://togithub.com/cloudflare/workers-sdk/commit/cfbdede63cfe11e6aa9e8c897eec8c00e1de85d6) Thanks [@​RamIdeas](https://togithub.com/RamIdeas)! - fix: when the worker's request.url is overridden using the `host` or `localUpstream`, ensure `port` is overridden/cleared too When using `--localUpstream=example.com`, the request.url would incorrectly be "example.com:8787" but is now "example.com". This only applies to `wrangler dev --x-dev-env` and `unstable_dev({ experimental: { devEnv: true } })`. - [#​6365](https://togithub.com/cloudflare/workers-sdk/pull/6365) [`13549c3`](https://togithub.com/cloudflare/workers-sdk/commit/13549c39588920ffe99bd9866cbd1a5a6fb9eb81) Thanks [@​WalshyDev](https://togithub.com/WalshyDev)! - fix: WASM modules meant that `wrangler versions secret ...` could not properly update the version. This has now been fixed. - Updated dependencies \[[`a9021aa`](https://togithub.com/cloudflare/workers-sdk/commit/a9021aa520541e6a83e572d01e57e232cbc163e0), [`44ad2c7`](https://togithub.com/cloudflare/workers-sdk/commit/44ad2c777bd254dbb62cf7f8b1c2f8351c74fb75)]: - miniflare@3.20240725.0

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



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