Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update app dependencies (main) #2352

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 21, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@fontsource/fira-mono (source) ^5.1.0 -> ^5.1.1 age adoption passing confidence
@nuxt/devtools (source) ^1.6.4 -> ^1.7.0 age adoption passing confidence
@nuxtjs/sanity ^1.13.2 -> ^1.13.3 age adoption passing confidence
@react-three/drei ^9.120.4 -> ^9.120.5 age adoption passing confidence
@sanity/ui (source) 2.10.12 -> 2.11.0 age adoption passing confidence
@sveltejs/kit (source) ^2.13.0 -> ^2.15.1 age adoption passing confidence
@tinloof/sanity-studio (source) 1.5.0 -> 1.6.1 age adoption passing confidence
@xstate/react (source) ^5.0.0 -> ^5.0.1 age adoption passing confidence
astro (source) ^5.1.1 -> ^5.1.2 age adoption passing confidence
babel-plugin-react-compiler (source) 19.0.0-beta-201e55d-20241215 -> 19.0.0-beta-63e3235-20250105 age adoption passing confidence
eslint-plugin-react ^7.37.2 -> ^7.37.3 age adoption passing confidence
eslint-plugin-react-compiler (source) 19.0.0-beta-201e55d-20241215 -> 19.0.0-beta-63e3235-20250105 age adoption passing confidence
isbot (source) ^5.1.18 -> ^5.1.20 age adoption passing confidence
next-sanity (source) 9.8.29 -> 9.8.31 age adoption passing confidence
next-sanity (source) ^9.8.29 -> ^9.8.31 age adoption passing confidence
nuxt (source) ^3.14.1592 -> ^3.15.1 age adoption passing confidence
react-compiler-runtime (source) 19.0.0-beta-201e55d-20241215 -> 19.0.0-beta-63e3235-20250105 age adoption passing confidence
styled-components (source) 6.1.13 -> 6.1.14 age adoption passing confidence
three (source) ^0.171.0 -> ^0.172.0 age adoption passing confidence

Release Notes

fontsource/font-files (@​fontsource/fira-mono)

v5.1.1

Compare Source

nuxt/devtools (@​nuxt/devtools)

v1.7.0

Compare Source

Features
  • improves vscode integration, support multiple backends (#​763) (463f6ad)

1.6.4 (2024-12-12)

Bug Fixes

1.6.3 (2024-12-03)

Bug Fixes

1.6.2 (2024-12-03)

Bug Fixes
  • add v4 compatibility version handeling for pages tab (#​758) (bd8651c)
Features
  • support vite-plugin-inspect for both Vite 5 and 6 (#​757) (cfcbc24)

1.6.1 (2024-11-20)

Bug Fixes
Features
  • apply lint, use explict import (2c6d2d3)
nuxt-modules/sanity (@​nuxtjs/sanity)

v1.13.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
pmndrs/drei (@​react-three/drei)

v9.120.5

Compare Source

Bug Fixes
sanity-io/ui (@​sanity/ui)

v2.11.0

Compare Source

Features
Bug Fixes

v2.10.18

Compare Source

Bug Fixes

v2.10.17

Compare Source

Bug Fixes

v2.10.16

Compare Source

Bug Fixes

v2.10.15

Compare Source

Bug Fixes
  • omit popover html attribute (4f1895e)

v2.10.14

Compare Source

Bug Fixes

v2.10.13

Compare Source

Bug Fixes
sveltejs/kit (@​sveltejs/kit)

v2.15.1

Compare Source

Patch Changes
  • fix: add CSP hashes/nonces to inline styles when using bundleStrategy: 'inline' (#​13232)

  • fix: silence dev/prod warning during sync (#​13244)

v2.15.0

Compare Source

Minor Changes
  • feat: add bundleStrategy: 'inline' option (#​13193)

v2.14.1

Compare Source

Patch Changes
  • fix: do not mutate URL during reroute logic (#​13222)

v2.14.0

Compare Source

Minor Changes
  • feat: add hash-based routing option (#​13191)
Patch Changes
  • fix: create new URL when calling goto(...), to handle case where URL is mutated (#​13196)
tinloof/sanity-kit (@​tinloof/sanity-studio)

v1.6.1

Compare Source

Patch Changes
  • 070b307: Disable creation plugin made simplier

v1.6.0

Compare Source

Minor Changes
statelyai/xstate (@​xstate/react)

v5.0.1

Compare Source

Patch Changes
withastro/astro (astro)

v5.1.2

Compare Source

Patch Changes
  • #​12798 7b0cb85 Thanks @​ascorbic! - Improves warning logs for invalid content collection configuration

  • #​12781 96c4b92 Thanks @​ascorbic! - Fixes a regression that caused default() to not work with reference()

  • #​12820 892dd9f Thanks @​ascorbic! - Fixes a bug that caused cookies to not be deleted when destroying a session

  • #​12864 440d8a5 Thanks @​kaytwo! - Fixes a bug where the session ID wasn't correctly regenerated

  • #​12768 524c855 Thanks @​ematipico! - Fixes an issue where Astro didn't print error logs when Astro Islands were used in incorrect cases.

  • #​12814 f12f111 Thanks @​ematipico! - Fixes an issue where Astro didn't log anything in case a file isn't created during the build.

  • #​12875 e109002 Thanks @​ascorbic! - Fixes a bug in emulated legacy collections where the entry passed to the getCollection filter function did not include the legacy entry fields.

  • #​12768 524c855 Thanks @​ematipico! - Fixes an issue where Astro was printing the incorrect output format when running the astro build command

  • #​12810 70a9f0b Thanks @​louisescher! - Fixes server islands failing to check content-type header under certain circumstances

    Sometimes a reverse proxy or similar service might modify the content-type header to include the charset or other parameters in the media type of the response. This previously wasn't handled by the client-side server island script and thus removed the script without actually placing the requested content in the DOM. This fix makes it so the script checks if the header starts with the proper content type instead of exactly matching text/html, so the following will still be considered a valid header: text/html; charset=utf-8

  • #​12816 7fb2184 Thanks @​ematipico! - Fixes an issue where an injected route entrypoint wasn't correctly marked because the resolved file path contained a query parameter.

    This fixes some edge case where some injected entrypoint were not resolved when using an adapter.

facebook/react (babel-plugin-react-compiler)

v19.0.0-beta-63e3235-20250105

Compare Source

v19.0.0-beta-63b359f-20241101

Compare Source

v19.0.0-beta-55955c9-20241229

Compare Source

v19.0.0-beta-37ed2a7-20241206

Compare Source

jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.37.3

Compare Source

Fixed
  • [no-danger][no-danger]: avoid a crash on a nested component name ([#​3833][] @​ljharb)
  • [Fix] types: correct generated type declaration ([#​3840][] @​ocavue)
  • [no-unknown-property][no-unknown-property]: support precedence prop in react 19 ([#​3829][] @​acusti)
  • [prop-types][prop-types]: props missing in validation when using generic types from a namespace import ([#​3859][] @​rbondoc96)
Changed
  • [Tests] [jsx-no-script-url][jsx-no-script-url]: Improve tests ([#​3849][] @​radu2147)
  • [Docs] fix broken links: [default-props-match-prop-types][default-props-match-prop-types], [jsx-boolean-value][jsx-boolean-value], [jsx-curly-brace-presence][jsx-curly-brace-presence], [jsx-no-bind][jsx-no-bind], [no-array-index-key][no-array-index-key], [no-is-mounted][no-is-mounted], [no-render-return-value][no-render-return-value], [require-default-props][require-default-props] ([#​3841][] @​bastiendmt)

Configuration

📅 Schedule: Branch creation - "before 3am on the first day of the month" (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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate using a curated preset maintained by Sanity. View repository job log here

@renovate renovate bot requested a review from a team as a code owner December 21, 2024 19:30
@renovate renovate bot enabled auto-merge (squash) December 21, 2024 19:30
Copy link

vercel bot commented Dec 21, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
live-visual-editing-next 🛑 Canceled (Inspect) Jan 6, 2025 0:17am
visual-editing-astro ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 6, 2025 0:17am
visual-editing-next ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 6, 2025 0:17am
visual-editing-next-with-i18n ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 6, 2025 0:17am
visual-editing-nuxt ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 6, 2025 0:17am
visual-editing-page-builder-demo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 6, 2025 0:17am
visual-editing-remix ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 6, 2025 0:17am
visual-editing-storybook ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 6, 2025 0:17am
visual-editing-studio 🛑 Canceled (Inspect) Jan 6, 2025 0:17am
visual-editing-svelte ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 6, 2025 0:17am

Copy link

socket-security bot commented Dec 21, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@fontsource/[email protected] None 0 427 kB lotusdevshack
npm/@next/[email protected] Transitive: environment, filesystem, network, shell +18 2.31 MB vercel-release-bot
npm/@nuxt/[email protected] Transitive: environment, eval, filesystem, network, shell, unsafe +235 72.5 MB antfu
npm/@nuxtjs/[email protected] Transitive: environment, filesystem, network, shell, unsafe +140 43.3 MB danielroe
npm/@react-three/[email protected] network Transitive: environment, filesystem, shell, unsafe +57 83.6 MB gsimone
npm/@sveltejs/[email protected] Transitive: environment, filesystem +37 5.34 MB conduitry, dominik_g, rich_harris, ...1 more
npm/@tinloof/[email protected] environment Transitive: eval +15 4.49 MB tinloof-user
npm/@xstate/[email protected] Transitive: environment +1 63.9 kB xstate-release-bot
npm/[email protected] Transitive: environment, eval, filesystem, network, shell +275 45.3 MB fredkschott, matthewp, natemoo-re
npm/[email protected] Transitive: environment +3 18.3 MB fb, mofeiz, react-bot, ...1 more
npm/[email protected] unsafe Transitive: environment, eval, filesystem +146 9.79 MB vercel-release-bot
npm/[email protected] Transitive: environment, filesystem, shell, unsafe +51 21.7 MB react-bot
npm/[email protected] Transitive: environment, eval, filesystem +116 6.45 MB ljharb, yannickcr
npm/[email protected] None 0 30.4 kB omrilotan
npm/[email protected] environment Transitive: eval, filesystem, network, shell, unsafe +1865 451 MB sanity-io
npm/[email protected] Transitive: environment, filesystem +11 127 MB vercel-release-bot
npm/[email protected] Transitive: environment, eval, filesystem, network, shell, unsafe +534 118 MB danielroe
npm/[email protected] None 0 42.9 kB react-bot
npm/[email protected] environment Transitive: filesystem +32 5.79 MB probablyup
npm/[email protected] network 0 27 MB mrdoob

🚮 Removed packages: npm/@fontsource/[email protected], npm/@next/[email protected], npm/@nuxt/[email protected], npm/@nuxtjs/[email protected], npm/@react-three/[email protected], npm/@sveltejs/[email protected], npm/@tinloof/[email protected], npm/@xstate/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected]

View full report↗︎

@renovate renovate bot force-pushed the renovate/main-app-dependencies branch from d94cf8b to 96123b7 Compare December 21, 2024 22:12
@renovate renovate bot force-pushed the renovate/main-app-dependencies branch from 96123b7 to a43d356 Compare December 22, 2024 13:13
@renovate renovate bot force-pushed the renovate/main-app-dependencies branch from fbc10fd to 06e758e Compare January 6, 2025 10:45
@renovate renovate bot force-pushed the renovate/main-app-dependencies branch from 06e758e to 4351016 Compare January 6, 2025 11:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant