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 (canary) #1858

Merged
merged 2 commits into from
Sep 25, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 25, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@next/bundle-analyzer (source) 15.0.0-canary.165 -> 15.0.0-canary.167 age adoption passing confidence
@sanity/cli (source) ^3.57.4 -> ^3.58.0 age adoption passing confidence
@sanity/vision (source) ^3.57.4 -> ^3.58.0 age adoption passing confidence
@types/react (source) ^18.3.8 -> ^18.3.9 age adoption passing confidence
@vercel/toolbar ^0.1.20 -> ^0.1.21 age adoption passing confidence
babel-plugin-react-compiler (source) 0.0.0-experimental-6067d4e-20240923 -> 0.0.0-experimental-6067d4e-20240924 age adoption passing confidence
eslint-config-next (source) 15.0.0-canary.165 -> 15.0.0-canary.167 age adoption passing confidence
eslint-plugin-react-compiler (source) 0.0.0-experimental-92aaa43-20240919 -> 0.0.0-experimental-92aaa43-20240924 age adoption passing confidence
lucide-react (source) ^0.445.0 -> ^0.446.0 age adoption passing confidence
next (source) 15.0.0-canary.165 -> 15.0.0-canary.167 age adoption passing confidence
next-sanity (source) 9.5.1-canary.18 -> 9.5.1-canary.19 age adoption passing confidence
prettier-plugin-tailwindcss 0.6.6 -> 0.6.8 age adoption passing confidence
sanity (source) ^3.57.4 -> ^3.58.0 age adoption passing confidence
sanity (source) 3.57.4 -> 3.58.0 age adoption passing confidence
vite (source) ^5.4.7 -> ^5.4.8 age adoption passing confidence

Release Notes

vercel/next.js (@​next/bundle-analyzer)

v15.0.0-canary.167

Compare Source

v15.0.0-canary.166

Compare Source

Core Changes
  • add missing node modules to externals: #​70382
  • Avoid prefetch request before meta-tag-based redirect: #​70350
  • Turbopack: improve stack trace in overlay: #​70343
  • refactor: more precise types for req/res in withRequestStore: #​70357
  • Add test for TLA in client references: #​70022
  • Upgrade React from e740d4b1-20240919 to e4953922-20240919: #​70290
  • feat(next-codemod): add upgrade command: #​69935
  • refactor: reorganize client error listeners: #​70373
  • refactor: reorganize patch console: #​70374
  • types: improve napi binding typing using generated types: #​69680
  • Upgrade React from e4953922-20240919 to 5d19e1c8-20240923: #​70351
  • feat(next/image): add support for images.remotePatterns.search: #​70302
  • chore: throw error when trying to use next.config.mts/.cjs/.cts (not supported yet): #​70376
  • Fix legacy env case with experimental tracing: #​70411
Example Changes
  • Updated the example of with-vercel-fetch to utilize the App Router.: #​70069
Misc Changes
  • test: fix race condition in serverComponentsHmrCache tests: #​70368
  • Slightly improve experimental.mdxRs error message with Webpack: #​68356
  • Type Webdriver options in sandbox: #​70398
  • Add extensive hydration error test suite for Pages router: #​70342
  • Turbopack: speed up server node entrypoint chunking: #​70399
  • docs(parallel): clarify why separate slots cannot be static and dynamic at the same route segment level: #​70386
  • feat(turbo-tasks): Allow #[turbo_tasks::function]s to accept ResolvedVc types as arguments: #​70269
  • feat(turbo-tasks): Accept ResolvedVc as a self argument: #​70367
  • Correct some documentation in Data Fetching page: #​70394
  • feat(turbo-tasks): Ignore fields annotated with #[turbo_tasks(trace_ignore)]: #​70375
Credits

Huge thanks to @​ztanner, @​unstubbable, @​lubieowoce, @​mischnic, @​LichuAcu, @​huozhi, @​ForsakenHarmony, @​eps1lon, @​styfle, @​samcx, @​bgw, @​PapatMayuri, @​xugetsu, and @​ijjk for helping!

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

v0.0.0-experimental-6067d4e-20240924

Compare Source

vercel/next.js (eslint-config-next)

v15.0.0-canary.167

Compare Source

v15.0.0-canary.166

Compare Source

Core Changes
  • add missing node modules to externals: #​70382
  • Avoid prefetch request before meta-tag-based redirect: #​70350
  • Turbopack: improve stack trace in overlay: #​70343
  • refactor: more precise types for req/res in withRequestStore: #​70357
  • Add test for TLA in client references: #​70022
  • Upgrade React from e740d4b1-20240919 to e4953922-20240919: #​70290
  • feat(next-codemod): add upgrade command: #​69935
  • refactor: reorganize client error listeners: #​70373
  • refactor: reorganize patch console: #​70374
  • types: improve napi binding typing using generated types: #​69680
  • Upgrade React from e4953922-20240919 to 5d19e1c8-20240923: #​70351
  • feat(next/image): add support for images.remotePatterns.search: #​70302
  • chore: throw error when trying to use next.config.mts/.cjs/.cts (not supported yet): #​70376
  • Fix legacy env case with experimental tracing: #​70411
Example Changes
  • Updated the example of with-vercel-fetch to utilize the App Router.: #​70069
Misc Changes
  • test: fix race condition in serverComponentsHmrCache tests: #​70368
  • Slightly improve experimental.mdxRs error message with Webpack: #​68356
  • Type Webdriver options in sandbox: #​70398
  • Add extensive hydration error test suite for Pages router: #​70342
  • Turbopack: speed up server node entrypoint chunking: #​70399
  • docs(parallel): clarify why separate slots cannot be static and dynamic at the same route segment level: #​70386
  • feat(turbo-tasks): Allow #[turbo_tasks::function]s to accept ResolvedVc types as arguments: #​70269
  • feat(turbo-tasks): Accept ResolvedVc as a self argument: #​70367
  • Correct some documentation in Data Fetching page: #​70394
  • feat(turbo-tasks): Ignore fields annotated with #[turbo_tasks(trace_ignore)]: #​70375
Credits

Huge thanks to @​ztanner, @​unstubbable, @​lubieowoce, @​mischnic, @​LichuAcu, @​huozhi, @​ForsakenHarmony, @​eps1lon, @​styfle, @​samcx, @​bgw, @​PapatMayuri, @​xugetsu, and @​ijjk for helping!

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

v0.0.0-experimental-92aaa43-20240924

Compare Source

lucide-icons/lucide (lucide-react)

v0.446.0: New icons 0.446.0

Compare Source

New icons 🎨

vercel/next.js (next)

v15.0.0-canary.167

Compare Source

v15.0.0-canary.166

Compare Source

Core Changes
  • add missing node modules to externals: #​70382
  • Avoid prefetch request before meta-tag-based redirect: #​70350
  • Turbopack: improve stack trace in overlay: #​70343
  • refactor: more precise types for req/res in withRequestStore: #​70357
  • Add test for TLA in client references: #​70022
  • Upgrade React from e740d4b1-20240919 to e4953922-20240919: #​70290
  • feat(next-codemod): add upgrade command: #​69935
  • refactor: reorganize client error listeners: #​70373
  • refactor: reorganize patch console: #​70374
  • types: improve napi binding typing using generated types: #​69680
  • Upgrade React from e4953922-20240919 to 5d19e1c8-20240923: #​70351
  • feat(next/image): add support for images.remotePatterns.search: #​70302
  • chore: throw error when trying to use next.config.mts/.cjs/.cts (not supported yet): #​70376
  • Fix legacy env case with experimental tracing: #​70411
Example Changes
  • Updated the example of with-vercel-fetch to utilize the App Router.: #​70069
Misc Changes
  • test: fix race condition in serverComponentsHmrCache tests: #​70368
  • Slightly improve experimental.mdxRs error message with Webpack: #​68356
  • Type Webdriver options in sandbox: #​70398
  • Add extensive hydration error test suite for Pages router: #​70342
  • Turbopack: speed up server node entrypoint chunking: #​70399
  • docs(parallel): clarify why separate slots cannot be static and dynamic at the same route segment level: #​70386
  • feat(turbo-tasks): Allow #[turbo_tasks::function]s to accept ResolvedVc types as arguments: #​70269
  • feat(turbo-tasks): Accept ResolvedVc as a self argument: #​70367
  • Correct some documentation in Data Fetching page: #​70394
  • feat(turbo-tasks): Ignore fields annotated with #[turbo_tasks(trace_ignore)]: #​70375
Credits

Huge thanks to @​ztanner, @​unstubbable, @​lubieowoce, @​mischnic, @​LichuAcu, @​huozhi, @​ForsakenHarmony, @​eps1lon, @​styfle, @​samcx, @​bgw, @​PapatMayuri, @​xugetsu, and @​ijjk for helping!

tailwindlabs/prettier-plugin-tailwindcss (prettier-plugin-tailwindcss)

v0.6.8

Compare Source

v0.6.7

Compare Source

  • Improved performance with large Svelte, Liquid, and Angular files (#​312)
  • Add support for @plugin and @config in v4 (#​316)
  • Add support for Tailwind CSS v4.0.0-alpha.25 (#​317)

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

Copy link

vercel bot commented Sep 25, 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) Sep 25, 2024 10:57am
visual-editing-astro ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 25, 2024 10:57am
visual-editing-next ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 25, 2024 10:57am
visual-editing-next-with-i18n ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 25, 2024 10:57am
visual-editing-nuxt 🛑 Canceled (Inspect) Sep 25, 2024 10:57am
visual-editing-page-builder-demo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 25, 2024 10:57am
visual-editing-remix ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 25, 2024 10:57am
visual-editing-storybook ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 25, 2024 10:57am
visual-editing-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 25, 2024 10:57am
visual-editing-svelte ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 25, 2024 10:57am

@renovate renovate bot requested a review from a team as a code owner September 25, 2024 09:46
Copy link

socket-security bot commented Sep 25, 2024

@renovate renovate bot force-pushed the renovate/canary-app-dependencies branch from 67a745a to b45ed78 Compare September 25, 2024 10:16
@renovate renovate bot force-pushed the renovate/canary-app-dependencies branch from b45ed78 to f216a8a Compare September 25, 2024 10:42
@stipsan stipsan force-pushed the renovate/canary-app-dependencies branch from f216a8a to 1f8558e Compare September 25, 2024 10:52
@renovate renovate bot force-pushed the renovate/canary-app-dependencies branch from 1f8558e to 51e6248 Compare September 25, 2024 10:52
@stipsan stipsan force-pushed the renovate/canary-app-dependencies branch from 51e6248 to 1f8558e Compare September 25, 2024 10:52
@vercel vercel bot temporarily deployed to Preview – visual-editing-storybook September 25, 2024 10:55 Inactive
@stipsan stipsan merged commit 72ed755 into canary Sep 25, 2024
6 of 18 checks passed
@stipsan stipsan deleted the renovate/canary-app-dependencies branch September 25, 2024 10:55
@vercel vercel bot temporarily deployed to Preview – visual-editing-page-builder-demo September 25, 2024 10:55 Inactive
@vercel vercel bot temporarily deployed to Preview – visual-editing-astro September 25, 2024 10:55 Inactive
@vercel vercel bot temporarily deployed to Preview – visual-editing-svelte September 25, 2024 10:55 Inactive
@vercel vercel bot temporarily deployed to Preview – visual-editing-remix September 25, 2024 10:56 Inactive
@vercel vercel bot temporarily deployed to Preview – visual-editing-nuxt September 25, 2024 10:56 Inactive
@vercel vercel bot temporarily deployed to Preview – visual-editing-studio September 25, 2024 10:56 Inactive
@vercel vercel bot temporarily deployed to Preview – visual-editing-next September 25, 2024 10:56 Inactive
@vercel vercel bot temporarily deployed to Preview – visual-editing-next-with-i18n September 25, 2024 10:56 Inactive
@vercel vercel bot temporarily deployed to Preview – live-visual-editing-next September 25, 2024 10:57 Inactive
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