Open renovate[bot] opened 3 days ago
The latest updates on your projects. Learn more about Vercel for Git โ๏ธ
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
live-visual-editing-next | โ Ready (Inspect) | Visit Preview | ๐ฌ Add feedback | Nov 22, 2024 9:22pm |
visual-editing-astro | โ Ready (Inspect) | Visit Preview | ๐ฌ Add feedback | Nov 22, 2024 9:22pm |
visual-editing-next | โ Ready (Inspect) | Visit Preview | ๐ฌ Add feedback | Nov 22, 2024 9:22pm |
visual-editing-next-with-i18n | โ Ready (Inspect) | Visit Preview | ๐ฌ Add feedback | Nov 22, 2024 9:22pm |
visual-editing-nuxt | โ Ready (Inspect) | Visit Preview | ๐ฌ Add feedback | Nov 22, 2024 9:22pm |
visual-editing-page-builder-demo | โ Ready (Inspect) | Visit Preview | ๐ฌ Add feedback | Nov 22, 2024 9:22pm |
visual-editing-remix | โ Ready (Inspect) | Visit Preview | ๐ฌ Add feedback | Nov 22, 2024 9:22pm |
visual-editing-storybook | โ Ready (Inspect) | Visit Preview | ๐ฌ Add feedback | Nov 22, 2024 9:22pm |
visual-editing-studio | โ Ready (Inspect) | Visit Preview | ๐ฌ Add feedback | Nov 22, 2024 9:22pm |
visual-editing-svelte | โ Ready (Inspect) | Visit Preview | ๐ฌ Add feedback | Nov 22, 2024 9:22pm |
New and removed dependencies detected. Learn more about Socket for GitHub โ๏ธ
๐ฎ Removed packages: npm/@astrojs/react@3.6.2, npm/@next/bundle-analyzer@15.0.4-canary.19, npm/@nuxt/devtools@1.6.0, npm/@nuxtjs/sanity@1.12.2, npm/@remix-run/css-bundle@2.14.0, npm/@remix-run/dev@2.14.0, npm/@remix-run/node@2.14.0, npm/@remix-run/react@2.14.0, npm/@remix-run/serve@2.14.0, npm/@vercel/remix@2.14.0, npm/astro@4.16.13, npm/eslint-config-next@15.0.4-canary.19, npm/framer-motion@12.0.0-alpha.1, npm/next@15.0.4-canary.19, npm/nuxt@3.14.159, npm/prettier-plugin-packagejson@2.5.3, npm/svelte-check@4.0.9
This PR contains the following updates:
^3.6.2
->^3.6.3
15.0.4-canary.19
->15.0.4-canary.24
^1.6.0
->^1.6.1
^1.12.2
->^1.13.0
^2.14.0
->^2.15.0
^2.14.0
->^2.15.0
^2.14.0
->^2.15.0
^2.14.0
->^2.15.0
^2.14.0
->^2.15.0
^3.64.2
->^3.64.3
^3.64.2
->^3.64.3
^2.8.1
->^2.8.2
^2.14.0
->^2.15.0
^4.16.13
->^4.16.14
15.0.4-canary.19
->15.0.4-canary.24
12.0.0-alpha.1
->12.0.0-alpha.2
15.0.4-canary.19
->15.0.4-canary.24
^3.14.159
->^3.14.1592
^2.5.3
->^2.5.5
^3.64.2
->^3.64.3
3.64.2
->3.64.3
^4.0.9
->^4.1.0
Release Notes
withastro/astro (@astrojs/react)
### [`v3.6.3`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/integrations/react/CHANGELOG.md#363) [Compare Source](https://redirect.github.com/withastro/astro/compare/@astrojs/react@3.6.2...@astrojs/react@3.6.3) ##### Patch Changes - [#12481](https://redirect.github.com/withastro/astro/pull/12481) [`8a46e80`](https://redirect.github.com/withastro/astro/commit/8a46e8074d6afb4a23badbd59ed239d526294e8c) Thanks [@marbrex](https://redirect.github.com/marbrex)! - Resolve `vite` peer dependency problem for strict package managers like **Yarn in PnP mode**.vercel/next.js (@next/bundle-analyzer)
### [`v15.0.4-canary.24`](https://redirect.github.com/vercel/next.js/releases/tag/v15.0.4-canary.24) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v15.0.4-canary.23...v15.0.4-canary.24) ##### Core Changes - chore: rename modules for better meaning and searching: [#73067](https://redirect.github.com/vercel/next.js/issues/73067) - fix(next/image): reduce avif sharp effort from 4 to 3 for faster encoding: [#73030](https://redirect.github.com/vercel/next.js/issues/73030) ##### Misc Changes - docs(next-config): add experimental inline css docs: [#73070](https://redirect.github.com/vercel/next.js/issues/73070) - docs: update tags when upgrading from 13 to 14: [#73071](https://redirect.github.com/vercel/next.js/issues/73071) ##### Credits Huge thanks to [@samcx](https://redirect.github.com/samcx), [@huozhi](https://redirect.github.com/huozhi), and [@styfle](https://redirect.github.com/styfle) for helping! ### [`v15.0.4-canary.23`](https://redirect.github.com/vercel/next.js/releases/tag/v15.0.4-canary.23) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v15.0.4-canary.22...v15.0.4-canary.23) ##### Core Changes - create forked impl for Link component: [#73019](https://redirect.github.com/vercel/next.js/issues/73019) - remove unnecessary handling in forked Link components: [#73020](https://redirect.github.com/vercel/next.js/issues/73020) - Pass down ignored field to error overlay: [#72925](https://redirect.github.com/vercel/next.js/issues/72925) - remove locale from app link: [#73052](https://redirect.github.com/vercel/next.js/issues/73052) - fix: server action redirects between multiple root layouts: [#73063](https://redirect.github.com/vercel/next.js/issues/73063) - Add forbidden and unauthorized APIs: [#72785](https://redirect.github.com/vercel/next.js/issues/72785) ##### Misc Changes - docs: missing `await` when using params: [#73044](https://redirect.github.com/vercel/next.js/issues/73044) - docs: incorrect `params.id`: [#73045](https://redirect.github.com/vercel/next.js/issues/73045) - Remove hardcoded timeouts in Redbox test helpers: [#73000](https://redirect.github.com/vercel/next.js/issues/73000) - perf(turbopack): Enable merging of export fragments: [#72813](https://redirect.github.com/vercel/next.js/issues/72813) - Turbopack build: Add bench for Turbopack cache: [#73040](https://redirect.github.com/vercel/next.js/issues/73040) - ๐ช Understanding Cookie Behavior in Server Components: [#73001](https://redirect.github.com/vercel/next.js/issues/73001) - docs: add Fleek's Next.js template: [#72988](https://redirect.github.com/vercel/next.js/issues/72988) - docs(fetch): clarify default fetch behavior: [#72982](https://redirect.github.com/vercel/next.js/issues/72982) - docs: update staleTimes.mdx: [#72967](https://redirect.github.com/vercel/next.js/issues/72967) - docs:` Redirecting ` fix route handler path: [#72617](https://redirect.github.com/vercel/next.js/issues/72617) - Rename `waitForAndOpenRuntimeError` to `openRedbox`: [#72996](https://redirect.github.com/vercel/next.js/issues/72996) - Revert "docs: add Fleek's Next.js template": [#73054](https://redirect.github.com/vercel/next.js/issues/73054) - fix benchmark directory: [#73057](https://redirect.github.com/vercel/next.js/issues/73057) - hmr-test waits for compile signal: [#73064](https://redirect.github.com/vercel/next.js/issues/73064) ##### Credits Huge thanks to [@hyungjikim](https://redirect.github.com/hyungjikim), [@eps1lon](https://redirect.github.com/eps1lon), [@kdy1](https://redirect.github.com/kdy1), [@ztanner](https://redirect.github.com/ztanner), [@timneutkens](https://redirect.github.com/timneutkens), [@huozhi](https://redirect.github.com/huozhi), [@themattmayfield](https://redirect.github.com/themattmayfield), [@tobySolutions](https://redirect.github.com/tobySolutions), [@samcx](https://redirect.github.com/samcx), [@kevinmitch14](https://redirect.github.com/kevinmitch14), [@leerob](https://redirect.github.com/leerob), [@sokra](https://redirect.github.com/sokra), and [@gaojude](https://redirect.github.com/gaojude) for helping! ### [`v15.0.4-canary.22`](https://redirect.github.com/vercel/next.js/releases/tag/v15.0.4-canary.22) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v15.0.4-canary.21...v15.0.4-canary.22) ##### Core Changes - Display where the env was loaded from when enabled `typedEnv`: [#70951](https://redirect.github.com/vercel/next.js/issues/70951) ##### Misc Changes - \[Turbopack] concurrent write batches and little endian encoding: [#72929](https://redirect.github.com/vercel/next.js/issues/72929) - Remove unused `retry` around `browser.eval`: [#72999](https://redirect.github.com/vercel/next.js/issues/72999) - \[Turbopack] Invalidation and Persisting fixes: [#72950](https://redirect.github.com/vercel/next.js/issues/72950) ##### Credits Huge thanks to [@sokra](https://redirect.github.com/sokra), [@eps1lon](https://redirect.github.com/eps1lon), and [@devjiwonchoi](https://redirect.github.com/devjiwonchoi) for helping! ### [`v15.0.4-canary.21`](https://redirect.github.com/vercel/next.js/releases/tag/v15.0.4-canary.21) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v15.0.4-canary.20...v15.0.4-canary.21) ##### Core Changes - Add support for ignore-listing sources in index maps: [#72913](https://redirect.github.com/vercel/next.js/issues/72913) - Turbopack: fix loading of externals on Edge: [#72349](https://redirect.github.com/vercel/next.js/issues/72349) - Bump SWC used for transpiling Next.js sources: [#72993](https://redirect.github.com/vercel/next.js/issues/72993) - fix: ensure HTML validity for the `next-size-adjust` meta tag: [#72994](https://redirect.github.com/vercel/next.js/issues/72994) - Revert "Support custom servers with minimal node modules": [#73003](https://redirect.github.com/vercel/next.js/issues/73003) - Allow CacheNode.loading to be a promise: [#72872](https://redirect.github.com/vercel/next.js/issues/72872) - Properly encode dynamic access in segment prefetch: [#72874](https://redirect.github.com/vercel/next.js/issues/72874) - \[Segment Cache] Send during route prefetch: [#72890](https://redirect.github.com/vercel/next.js/issues/72890) - fix(next/image): improve svg heuristic for unoptimized: [#72970](https://redirect.github.com/vercel/next.js/issues/72970) - \[Segment Cache] Initial implementation: [#72875](https://redirect.github.com/vercel/next.js/issues/72875) - Turbopack: Change edge wrapper to proxy exports : [#72502](https://redirect.github.com/vercel/next.js/issues/72502) - experimental: css inlining: [#72195](https://redirect.github.com/vercel/next.js/issues/72195) ##### Misc Changes - Consolidate `FnExpr` and `FnDecl` server function transforms: [#72960](https://redirect.github.com/vercel/next.js/issues/72960) - Allow method properties to be server functions: [#72969](https://redirect.github.com/vercel/next.js/issues/72969) - Include `debug` script in test directories: [#72992](https://redirect.github.com/vercel/next.js/issues/72992) - docs(sitemap): remove extra 's': [#73023](https://redirect.github.com/vercel/next.js/issues/73023) - chore(turbopack-core): Delete dead `all_modules_and_affecting_sources` helper function: [#73016](https://redirect.github.com/vercel/next.js/issues/73016) ##### Credits Huge thanks to [@unstubbable](https://redirect.github.com/unstubbable), [@eps1lon](https://redirect.github.com/eps1lon), [@arlyon](https://redirect.github.com/arlyon), [@Goodosky](https://redirect.github.com/Goodosky), [@gaojude](https://redirect.github.com/gaojude), [@acdlite](https://redirect.github.com/acdlite), [@styfle](https://redirect.github.com/styfle), [@mischnic](https://redirect.github.com/mischnic), [@samcx](https://redirect.github.com/samcx), and [@bgw](https://redirect.github.com/bgw) for helping! ### [`v15.0.4-canary.20`](https://redirect.github.com/vercel/next.js/releases/tag/v15.0.4-canary.20) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v15.0.4-canary.19...v15.0.4-canary.20) ##### Core Changes - Fix sourcemaps for internal client boundaries: [#72922](https://redirect.github.com/vercel/next.js/issues/72922) - Turbopack: thread tracing through to resolve results: [#72314](https://redirect.github.com/vercel/next.js/issues/72314) - Upgrade vercel og: [#72954](https://redirect.github.com/vercel/next.js/issues/72954) - Turbopack NFT: trace manifests and externals: [#72316](https://redirect.github.com/vercel/next.js/issues/72316) - Turbopack: NFT followups: [#72517](https://redirect.github.com/vercel/next.js/issues/72517) - Support custom servers with minimal node modules: [#72966](https://redirect.github.com/vercel/next.js/issues/72966) ##### Misc Changes - \[Turbopack] fix effects tracing: [#72928](https://redirect.github.com/vercel/next.js/issues/72928) - docs: fix code block language in redirecting docs: [#72944](https://redirect.github.com/vercel/next.js/issues/72944) - docs: fix code block language in error pages: [#72943](https://redirect.github.com/vercel/next.js/issues/72943) - docs: update "Migrate to async Dynamic APIs" docs: [#72852](https://redirect.github.com/vercel/next.js/issues/72852) - Fix broken link to the `rootDir` doc: [#72893](https://redirect.github.com/vercel/next.js/issues/72893) - docs: use relative urls: [#72941](https://redirect.github.com/vercel/next.js/issues/72941) - docs: add the section titles to error page: [#72942](https://redirect.github.com/vercel/next.js/issues/72942) - simplify vapid key generation docs: [#72916](https://redirect.github.com/vercel/next.js/issues/72916) - docs: add and unify notes to error pages: [#72838](https://redirect.github.com/vercel/next.js/issues/72838) - feat(turbopack): Implement module walking for side effect optimization: [#71241](https://redirect.github.com/vercel/next.js/issues/71241) - docs: remove deprecated `frameborder`, adjust `allowFullScreen` and update the demo: [#72644](https://redirect.github.com/vercel/next.js/issues/72644) - docs: fix code block language: [#72839](https://redirect.github.com/vercel/next.js/issues/72839) - Docs: Changing information about data fetching cache: [#72301](https://redirect.github.com/vercel/next.js/issues/72301) - Turbopack: apply effects in tests: [#72952](https://redirect.github.com/vercel/next.js/issues/72952) - doc: remove internal `customServer` flag from custom server docs: [#72962](https://redirect.github.com/vercel/next.js/issues/72962) - codemod(turbopack): Some more script-generated migrations to ResolvedVc: [#72889](https://redirect.github.com/vercel/next.js/issues/72889) ##### Credits Huge thanks to [@sokra](https://redirect.github.com/sokra), [@JamBalaya56562](https://redirect.github.com/JamBalaya56562), [@chogyejin](https://redirect.github.com/chogyejin), [@y-yagi](https://redirect.github.com/y-yagi), [@philparzer](https://redirect.github.com/philparzer), [@eps1lon](https://redirect.github.com/eps1lon), [@kdy1](https://redirect.github.com/kdy1), [@alfawal](https://redirect.github.com/alfawal), [@Rhynden](https://redirect.github.com/Rhynden), [@mischnic](https://redirect.github.com/mischnic), [@arlyon](https://redirect.github.com/arlyon), [@huozhi](https://redirect.github.com/huozhi), [@lubieowoce](https://redirect.github.com/lubieowoce), [@bgw](https://redirect.github.com/bgw), and [@MJez29](https://redirect.github.com/MJez29) for helping!nuxt/devtools (@nuxt/devtools)
### [`v1.6.1`](https://redirect.github.com/nuxt/devtools/blob/HEAD/CHANGELOG.md#161-2024-11-20) [Compare Source](https://redirect.github.com/nuxt/devtools/compare/v1.6.0...v1.6.1) ##### Bug Fixes - missing pinia store modules ([#751](https://redirect.github.com/nuxt/devtools/issues/751)) ([be243e4](https://redirect.github.com/nuxt/devtools/commit/be243e42e0db1fa9694b9f9c7aa69760e0898cff)) ##### Features - apply lint, use explict import ([2c6d2d3](https://redirect.github.com/nuxt/devtools/commit/2c6d2d37199ab8419b51c8a56c5eb7d647192787))nuxt-modules/sanity (@nuxtjs/sanity)
### [`v1.13.0`](https://redirect.github.com/nuxt-modules/sanity/releases/tag/v1.13.0) [Compare Source](https://redirect.github.com/nuxt-modules/sanity/compare/v1.12.3...v1.13.0) ##### ย ย ย ๐ Features - Support passing `event` as first param to `useSanity` on server ย -ย by [@danielroe](https://redirect.github.com/danielroe) [(5c05e)](https://redirect.github.com/nuxt-modules/sanity/commit/5c05e70) ##### ย ย ย ๐ Bug Fixes - Apply defaults to sanity config ย -ย by [@danielroe](https://redirect.github.com/danielroe) [(07dbb)](https://redirect.github.com/nuxt-modules/sanity/commit/07dbbc2) ##### ย ย ย ย [View changes on GitHub](https://redirect.github.com/nuxt-modules/sanity/compare/v1.12.3...v1.13.0) ### [`v1.12.3`](https://redirect.github.com/nuxt-modules/sanity/releases/tag/v1.12.3) [Compare Source](https://redirect.github.com/nuxt-modules/sanity/compare/v1.12.2...v1.12.3) ##### ย ย ย ๐ Bug Fixes - Call `useRuntimeConfig` within `useSanity` ย -ย by [@danielroe](https://redirect.github.com/danielroe) [(b5c55)](https://redirect.github.com/nuxt-modules/sanity/commit/b5c5503) - Ensure server composables are type-hinted ย -ย by [@danielroe](https://redirect.github.com/danielroe) [(294a2)](https://redirect.github.com/nuxt-modules/sanity/commit/294a269) ##### ย ย ย ย [View changes on GitHub](https://redirect.github.com/nuxt-modules/sanity/compare/v1.12.2...v1.12.3)remix-run/remix (@remix-run/css-bundle)
### [`v2.15.0`](https://redirect.github.com/remix-run/remix/blob/HEAD/packages/remix-css-bundle/CHANGELOG.md#2150) [Compare Source](https://redirect.github.com/remix-run/remix/compare/@remix-run/css-bundle@2.14.0...@remix-run/css-bundle@2.15.0)remix-run/remix (@remix-run/dev)
### [`v2.15.0`](https://redirect.github.com/remix-run/remix/blob/HEAD/packages/remix-dev/CHANGELOG.md#2150) [Compare Source](https://redirect.github.com/remix-run/remix/compare/@remix-run/dev@2.14.0...@remix-run/dev@2.15.0) ##### Patch Changes - Stabilize the `future.v3_routeConfig` future flag, replacing `future.unstable_routeConfig`. This enables support for `routes.ts` to assist with the migration to React Router v7. ([#10236](https://redirect.github.com/remix-run/remix/pull/10236)) Note that if you had already enabled the `future.unstable_routeConfig` flag, your route config in `app/routes.ts` is no longer defined via the `routes` export and must now be defined via the default export. ```diff import { type RouteConfig } from "@remix-run/route-config"; -export const routes: RouteConfig = []; +export default [] satisfies RouteConfig; ``` - Updated dependencies: - `@remix-run/node@2.15.0` - `@remix-run/server-runtime@2.15.0`remix-run/remix (@remix-run/node)
### [`v2.15.0`](https://redirect.github.com/remix-run/remix/blob/HEAD/packages/remix-node/CHANGELOG.md#2150) [Compare Source](https://redirect.github.com/remix-run/remix/compare/@remix-run/node@2.14.0...@remix-run/node@2.15.0) ##### Patch Changes - Updated dependencies: - `@remix-run/server-runtime@2.15.0`remix-run/remix (@remix-run/react)
### [`v2.15.0`](https://redirect.github.com/remix-run/remix/blob/HEAD/packages/remix-react/CHANGELOG.md#2150) [Compare Source](https://redirect.github.com/remix-run/remix/compare/@remix-run/react@2.14.0...@remix-run/react@2.15.0) ##### Patch Changes - Updated dependencies: - `@remix-run/server-runtime@2.15.0`remix-run/remix (@remix-run/serve)
### [`v2.15.0`](https://redirect.github.com/remix-run/remix/blob/HEAD/packages/remix-serve/CHANGELOG.md#2150) [Compare Source](https://redirect.github.com/remix-run/remix/compare/@remix-run/serve@2.14.0...@remix-run/serve@2.15.0) ##### Patch Changes - Updated dependencies: - `@remix-run/express@2.15.0` - `@remix-run/node@2.15.0`sanity-io/sanity (@sanity/cli)
### [`v3.64.3`](https://redirect.github.com/sanity-io/sanity/releases/tag/v3.64.3) [Compare Source](https://redirect.github.com/sanity-io/sanity/compare/v3.64.2...v3.64.3) ### ๐ Notable bugfixes - Fixes a regression introduced in v3.64.1 that caused Portable Text content to be hidden when part of a read-only document. ### Install or upgrade Sanity Studio To initiate a new Sanity Studio project or upgrade an existing one, please refer to our comprehensive guide on [Installing and Upgrading Sanity Studio](https://www.sanity.io/docs/upgrade). If you are updating from a version earlier than [3.37.0](https://www.sanity.io/changelog/93306939-973b-4e48-bb63-89a6b91d70b3), you should also check out [this article](https://www.sanity.io/help/upgrade-packages) to ensure your dependencies are up to date. ### ๐ Full changelog Author | Message | Commit \------------ | ------------- | ------------- renovate\[bot] | fix(deps): update dependency [@portabletext/editor](https://redirect.github.com/portabletext/editor) to ^1.11.1 ([#7861](https://redirect.github.com/sanity-io/sanity/issues/7861)) | [`766548c`](https://redirect.github.com/sanity-io/sanity/commit/766548c409)sveltejs/kit (@sveltejs/kit)
### [`v2.8.2`](https://redirect.github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#282) [Compare Source](https://redirect.github.com/sveltejs/kit/compare/@sveltejs/kit@2.8.1...@sveltejs/kit@2.8.2) ##### Patch Changes - fix: prevent duplicate fetch request when using Request with load function's fetch ([#13023](https://redirect.github.com/sveltejs/kit/pull/13023)) - fix: do not override default cookie decoder to allow users to override the `cookie` library version ([#13037](https://redirect.github.com/sveltejs/kit/pull/13037))vercel/remix (@vercel/remix)
### [`v2.15.0`](https://redirect.github.com/vercel/remix/blob/HEAD/CHANGELOG.md#v2150) Date: 2025-11-19 ##### Patch Changes - Stabilize the `future.v3_routeConfig` future flag, replacing `future.unstable_routeConfig`. This enables support for `routes.ts` to assist with the migration to React Router v7. ([#10236](https://redirect.github.com/remix-run/remix/pull/10236)) Note that if you had already enabled the `future.unstable_routeConfig` flag, your route config in `app/routes.ts` is no longer defined via the `routes` export and must now be defined via the default export. ```diff import { type RouteConfig } from "@remix-run/route-config"; -export const routes: RouteConfig = []; +export default [] satisfies RouteConfig; ```withastro/astro (astro)
### [`v4.16.14`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#41614) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@4.16.13...astro@4.16.14) ##### Patch Changes - [#12480](https://redirect.github.com/withastro/astro/pull/12480) [`c3b7e7c`](https://redirect.github.com/withastro/astro/commit/c3b7e7cfa13603c08eb923703f31a92d514e82db) Thanks [@matthewp](https://redirect.github.com/matthewp)! - Removes the default throw behavior in `astro:env` - [#12444](https://redirect.github.com/withastro/astro/pull/12444) [`28dd3ce`](https://redirect.github.com/withastro/astro/commit/28dd3ce5222a667fe113238254edf59318b3fa14) Thanks [@ematipico](https://redirect.github.com/ematipico)! - Fixes an issue where a server island hydration script might fail case the island ID misses from the DOM. - [#12476](https://redirect.github.com/withastro/astro/pull/12476) [`80a9a52`](https://redirect.github.com/withastro/astro/commit/80a9a5299a9d51f2b09900d3200976d687feae8f) Thanks [@florian-lefebvre](https://redirect.github.com/florian-lefebvre)! - Fixes a case where the Content Layer `glob()` loader would not update when renaming or deleting an entry - [#12418](https://redirect.github.com/withastro/astro/pull/12418) [`25baa4e`](https://redirect.github.com/withastro/astro/commit/25baa4ed0c5f55fa85c2c7e2c15848937ed1dc9b) Thanks [@oliverlynch](https://redirect.github.com/oliverlynch)! - Fix cached image redownloading if it is the first asset - [#12477](https://redirect.github.com/withastro/astro/pull/12477) [`46f6b38`](https://redirect.github.com/withastro/astro/commit/46f6b386b3db6332f286d79958ef10261958cceb) Thanks [@ematipico](https://redirect.github.com/ematipico)! - Fixes an issue where the SSR build was emitting the `dist/server/entry.mjs` file with an incorrect import at the top of the file/ - [#12365](https://redirect.github.com/withastro/astro/pull/12365) [`a23985b`](https://redirect.github.com/withastro/astro/commit/a23985b02165c2ddce56d511b3f97b6815c452c9) Thanks [@apatel369](https://redirect.github.com/apatel369)! - Fixes an issue where `Astro.currentLocale` was not correctly returning the locale for 404 and 500 pages.framer/motion (framer-motion)
### [`v12.0.0-alpha.2`](https://redirect.github.com/framer/motion/compare/v12.0.0-alpha.1...v12.0.0-alpha.2) [Compare Source](https://redirect.github.com/framer/motion/compare/v12.0.0-alpha.1...v12.0.0-alpha.2)nuxt/nuxt (nuxt)
### [`v3.14.1592`](https://redirect.github.com/nuxt/nuxt/releases/tag/v3.14.1592) [Compare Source](https://redirect.github.com/nuxt/nuxt/compare/v3.14.159...v3.14.1592) > 3.14.1592 is the next patch release. #### ๐ Changelog [compare changes](https://redirect.github.com/nuxt/nuxt/compare/v3.14.159...v3.14.160) ##### ๐ฉน Fixes - **rspack:** Update `webpackbar` with support for rspack ([#29823](https://redirect.github.com/nuxt/nuxt/pull/29823)) - **nuxt:** Assign default name to component without setup ([#29869](https://redirect.github.com/nuxt/nuxt/pull/29869)) - **kit:** Use `dst` to deduplicate templates when adding them ([#29895](https://redirect.github.com/nuxt/nuxt/pull/29895)) - **nuxt:** Handle empty plugin files ([d44408e87](https://redirect.github.com/nuxt/nuxt/commit/d44408e87)) - **vite:** Use resolved nuxt template `dst` to invalidate modules ([6cd3352de](https://redirect.github.com/nuxt/nuxt/commit/6cd3352de)) - **nuxt:** Return null map for empty plugin metadata ([302a66da9](https://redirect.github.com/nuxt/nuxt/commit/302a66da9)) - **kit:** Resolve module paths before appending subpaths ([#29955](https://redirect.github.com/nuxt/nuxt/pull/29955)) - **nuxt:** Recompile templates on `change` events ([#29954](https://redirect.github.com/nuxt/nuxt/pull/29954)) - **nuxt:** Do not include `matzkoh/prettier-plugin-packagejson (prettier-plugin-packagejson)
### [`v2.5.5`](https://redirect.github.com/matzkoh/prettier-plugin-packagejson/compare/v2.5.4...a075eb9e3501c9ac523d08bbb5dfcfc71e424bbd) [Compare Source](https://redirect.github.com/matzkoh/prettier-plugin-packagejson/compare/v2.5.4...v2.5.5) ### [`v2.5.4`](https://redirect.github.com/matzkoh/prettier-plugin-packagejson/compare/v2.5.3...2adc93e26f9f5fc6690425e4a90a953415966f5f) [Compare Source](https://redirect.github.com/matzkoh/prettier-plugin-packagejson/compare/v2.5.3...v2.5.4)sveltejs/language-tools (svelte-check)
### [`v4.1.0`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte-check-4.1.0) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte-check-4.0.9...svelte-check-4.1.0) - fix: don't move appended content from previous node while hoisting interface ([#2596](https://redirect.github.com/sveltejs/language-tools/issues/2596)) - fix: ensure hoisted interfaces are moved after hoisted imports ([#2597](https://redirect.github.com/sveltejs/language-tools/issues/2597)) - fix: preserve bind:... mapping on elements for better source maps - feat: prepare for some upcoming features of Svelte 5Configuration
๐ Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).
๐ฆ Automerge: Enabled.
โป Rebasing: Whenever PR is behind base branch, 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 has been generated by Mend Renovate using a curated preset maintained by . View repository job log here