From 84df9e73df8e7d0986e703b079ede1d6a55551bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 13:21:10 +0900 Subject: [PATCH] build(deps): update nextjs monorepo to v15.0.0-canary.191 (#4605) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@next/mdx](https://redirect.github.com/vercel/next.js) ([source](https://redirect.github.com/vercel/next.js/tree/HEAD/packages/next-mdx)) | [`15.0.0-canary.190` -> `15.0.0-canary.191`](https://renovatebot.com/diffs/npm/@next%2fmdx/15.0.0-canary.190/15.0.0-canary.191) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@next%2fmdx/15.0.0-canary.191?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@next%2fmdx/15.0.0-canary.191?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@next%2fmdx/15.0.0-canary.190/15.0.0-canary.191?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@next%2fmdx/15.0.0-canary.190/15.0.0-canary.191?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [eslint-config-next](https://nextjs.org/docs/app/building-your-application/configuring/eslint#eslint-config) ([source](https://redirect.github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next)) | [`15.0.0-canary.190` -> `15.0.0-canary.191`](https://renovatebot.com/diffs/npm/eslint-config-next/15.0.0-canary.190/15.0.0-canary.191) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-config-next/15.0.0-canary.191?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-config-next/15.0.0-canary.191?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-config-next/15.0.0-canary.190/15.0.0-canary.191?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-config-next/15.0.0-canary.190/15.0.0-canary.191?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [next](https://nextjs.org) ([source](https://redirect.github.com/vercel/next.js)) | [`15.0.0-canary.190` -> `15.0.0-canary.191`](https://renovatebot.com/diffs/npm/next/15.0.0-canary.190/15.0.0-canary.191) | [![age](https://developer.mend.io/api/mc/badges/age/npm/next/15.0.0-canary.191?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/next/15.0.0-canary.191?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/next/15.0.0-canary.190/15.0.0-canary.191?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/next/15.0.0-canary.190/15.0.0-canary.191?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
vercel/next.js (@​next/mdx) ### [`v15.0.0-canary.191`](https://redirect.github.com/vercel/next.js/releases/tag/v15.0.0-canary.191) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v15.0.0-canary.190...v15.0.0-canary.191) ##### Core Changes - Hide stack for bad input by default: [#​71253](https://redirect.github.com/vercel/next.js/issues/71253) - \[after] after is not dynamic anymore: [#​71231](https://redirect.github.com/vercel/next.js/issues/71231) - codemod: ensure install commands run in terminal: [#​71255](https://redirect.github.com/vercel/next.js/issues/71255) - codemod: install types into dev dependencies: [#​71257](https://redirect.github.com/vercel/next.js/issues/71257) - codemod: polish end message: [#​71259](https://redirect.github.com/vercel/next.js/issues/71259) - chore: Ensure Next.js is built with a specified version of TypeScript: [#​71256](https://redirect.github.com/vercel/next.js/issues/71256) - more detailed time display: [#​71248](https://redirect.github.com/vercel/next.js/issues/71248) - Propagate expire/stale times the same way we do with revalidate: [#​71228](https://redirect.github.com/vercel/next.js/issues/71228) - Update global cache handler ref: [#​71263](https://redirect.github.com/vercel/next.js/issues/71263) - Handle URL-encoded Turbopack client chunks when resolving source maps: [#​71274](https://redirect.github.com/vercel/next.js/issues/71274) - \[BREAKING] Support ESLint v9 in plugin, config and `next lint`: [#​71218](https://redirect.github.com/vercel/next.js/issues/71218) - Make cacheLife profiles configurable: [#​71232](https://redirect.github.com/vercel/next.js/issues/71232) - \[dynamicIO] warn in debug mode when prospective renders error: [#​71266](https://redirect.github.com/vercel/next.js/issues/71266) - codemod: prettier the version logging at the beginning: [#​71264](https://redirect.github.com/vercel/next.js/issues/71264) - Fix missing key in `LoadingBoundary`: [#​71222](https://redirect.github.com/vercel/next.js/issues/71222) - codemod: install core deps based on package.json group: [#​71265](https://redirect.github.com/vercel/next.js/issues/71265) - Set Next-Router-Stale-Time header from collected stale times: [#​71279](https://redirect.github.com/vercel/next.js/issues/71279) - Respect stale time header in client prefetch cache: [#​71280](https://redirect.github.com/vercel/next.js/issues/71280) ##### Misc Changes - perf(turbopack): Do not perform tree shaking for modules without export: [#​71236](https://redirect.github.com/vercel/next.js/issues/71236) - perf(turbopack): Make `ModuleEvaluation` depend only on the last side effect: [#​71237](https://redirect.github.com/vercel/next.js/issues/71237) - fix(turbopack): Use module fragment for async module analysis: [#​71246](https://redirect.github.com/vercel/next.js/issues/71246) - Turbopack: Refactor resolver to accept bool instead of severity: [#​71254](https://redirect.github.com/vercel/next.js/issues/71254) - \[Turbopack] use FxHasher for IndexMap/Set and DashMap: [#​71251](https://redirect.github.com/vercel/next.js/issues/71251) - test: fix flaky tests for hydration error with 18.3: [#​71260](https://redirect.github.com/vercel/next.js/issues/71260) - Sync [@​next/third-parties](https://redirect.github.com/next/third-parties) with React peer versions: [#​71261](https://redirect.github.com/vercel/next.js/issues/71261) ##### Credits Huge thanks to [@​kdy1](https://redirect.github.com/kdy1), [@​eps1lon](https://redirect.github.com/eps1lon), [@​lubieowoce](https://redirect.github.com/lubieowoce), [@​huozhi](https://redirect.github.com/huozhi), [@​mischnic](https://redirect.github.com/mischnic), [@​sokra](https://redirect.github.com/sokra), [@​sebmarkbage](https://redirect.github.com/sebmarkbage), [@​ijjk](https://redirect.github.com/ijjk), [@​unstubbable](https://redirect.github.com/unstubbable), [@​mobeigi](https://redirect.github.com/mobeigi), [@​devjiwonchoi](https://redirect.github.com/devjiwonchoi), [@​gnoff](https://redirect.github.com/gnoff), and [@​acdlite](https://redirect.github.com/acdlite) for helping!
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/inabagumi/shinju-date). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- apps/admin/package.json | 2 +- apps/batch/package.json | 2 +- apps/web/package.json | 4 +- packages/database/package.json | 2 +- packages/eslint-config/package.json | 2 +- packages/helpers/package.json | 2 +- pnpm-lock.yaml | 154 ++++++++++++++-------------- 7 files changed, 84 insertions(+), 84 deletions(-) diff --git a/apps/admin/package.json b/apps/admin/package.json index cdc84d482..787871c82 100644 --- a/apps/admin/package.json +++ b/apps/admin/package.json @@ -4,7 +4,7 @@ "@sentry/nextjs": "^8.34.0", "@sentry/profiling-node": "^8.34.0", "@supabase/supabase-js": "^2.45.4", - "next": "15.0.0-canary.190", + "next": "15.0.0-canary.191", "react": "^19.0.0-rc-fb9a90fa48-20240614", "react-dom": "^19.0.0-rc-fb9a90fa48-20240614", "tailwindcss": "^4.0.0-alpha.26", diff --git a/apps/batch/package.json b/apps/batch/package.json index ae9e63840..a7fd0d2c2 100644 --- a/apps/batch/package.json +++ b/apps/batch/package.json @@ -12,7 +12,7 @@ "@upstash/redis": "^1.34.3", "mime": "^4.0.4", "nanoid": "^5.0.7", - "next": "15.0.0-canary.190", + "next": "15.0.0-canary.191", "p-queue": "^8.0.1", "react": "^19.0.0-rc-fb9a90fa48-20240614", "react-dom": "^19.0.0-rc-fb9a90fa48-20240614", diff --git a/apps/web/package.json b/apps/web/package.json index 29abc2bc7..5246c597e 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -14,7 +14,7 @@ "dedent": "^1.5.3", "ics": "^3.8.1", "lodash.groupby": "^4.6.0", - "next": "15.0.0-canary.190", + "next": "15.0.0-canary.191", "react": "^19.0.0-rc-fb9a90fa48-20240614", "react-dom": "^19.0.0-rc-fb9a90fa48-20240614", "react-infinite-scroll-component": "^6.1.0", @@ -29,7 +29,7 @@ "devDependencies": { "@jest/types": "^29.6.3", "@mdx-js/loader": "^3.0.1", - "@next/mdx": "15.0.0-canary.190", + "@next/mdx": "15.0.0-canary.191", "@shinju-date/database": "workspace:*", "@shinju-date/eslint-config": "workspace:*", "@tailwindcss/postcss": "^4.0.0-alpha.26", diff --git a/packages/database/package.json b/packages/database/package.json index 9866a1890..fb9549340 100644 --- a/packages/database/package.json +++ b/packages/database/package.json @@ -8,7 +8,7 @@ "@tsconfig/strictest": "^2.0.5", "@types/cookie": "^0.6.0", "eslint": "^8.57.1", - "next": "15.0.0-canary.190", + "next": "15.0.0-canary.191", "supabase": "^1.204.3", "tsup": "^8.3.0", "typescript": "~5.6.3" diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 0f8bfbcf6..41c39d1bf 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -3,7 +3,7 @@ "dependencies": { "@typescript-eslint/eslint-plugin": "^8.9.0", "@typescript-eslint/parser": "^8.9.0", - "eslint-config-next": "15.0.0-canary.190", + "eslint-config-next": "15.0.0-canary.191", "eslint-config-prettier": "^9.1.0", "eslint-config-turbo": "^2.1.3" }, diff --git a/packages/helpers/package.json b/packages/helpers/package.json index bd1533941..56e8e0e1e 100644 --- a/packages/helpers/package.json +++ b/packages/helpers/package.json @@ -6,7 +6,7 @@ "@tsconfig/node20": "^20.1.4", "@tsconfig/strictest": "^2.0.5", "eslint": "^8.57.1", - "next": "15.0.0-canary.190", + "next": "15.0.0-canary.191", "tsup": "^8.3.0", "typescript": "~5.6.3" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8e9e3a620..e3858de20 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -31,7 +31,7 @@ importers: dependencies: '@sentry/nextjs': specifier: ^8.34.0 - version: 8.34.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.26.0(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.53.0(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.26.0(@opentelemetry/api@1.9.0))(next@15.0.0-canary.190(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-fb9a90fa48-20240614(react@19.0.0-rc-fb9a90fa48-20240614))(react@19.0.0-rc-fb9a90fa48-20240614))(react@19.0.0-rc-fb9a90fa48-20240614)(webpack@5.95.0) + version: 8.34.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.26.0(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.53.0(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.26.0(@opentelemetry/api@1.9.0))(next@15.0.0-canary.191(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-fb9a90fa48-20240614(react@19.0.0-rc-fb9a90fa48-20240614))(react@19.0.0-rc-fb9a90fa48-20240614))(react@19.0.0-rc-fb9a90fa48-20240614)(webpack@5.95.0) '@sentry/profiling-node': specifier: ^8.34.0 version: 8.34.0 @@ -39,8 +39,8 @@ importers: specifier: ^2.45.4 version: 2.45.4 next: - specifier: 15.0.0-canary.190 - version: 15.0.0-canary.190(@babel/core@7.25.7)(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-fb9a90fa48-20240614(react@19.0.0-rc-fb9a90fa48-20240614))(react@19.0.0-rc-fb9a90fa48-20240614) + specifier: 15.0.0-canary.191 + version: 15.0.0-canary.191(@babel/core@7.25.7)(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-fb9a90fa48-20240614(react@19.0.0-rc-fb9a90fa48-20240614))(react@19.0.0-rc-fb9a90fa48-20240614) react: specifier: ^19.0.0-rc-fb9a90fa48-20240614 version: 19.0.0-rc-fb9a90fa48-20240614 @@ -95,7 +95,7 @@ importers: version: 20.0.0 '@sentry/nextjs': specifier: ^8.34.0 - version: 8.34.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.26.0(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.53.0(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.26.0(@opentelemetry/api@1.9.0))(next@15.0.0-canary.190(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-fb9a90fa48-20240614(react@19.0.0-rc-fb9a90fa48-20240614))(react@19.0.0-rc-fb9a90fa48-20240614))(react@19.0.0-rc-fb9a90fa48-20240614)(webpack@5.95.0) + version: 8.34.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.26.0(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.53.0(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.26.0(@opentelemetry/api@1.9.0))(next@15.0.0-canary.191(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-fb9a90fa48-20240614(react@19.0.0-rc-fb9a90fa48-20240614))(react@19.0.0-rc-fb9a90fa48-20240614))(react@19.0.0-rc-fb9a90fa48-20240614)(webpack@5.95.0) '@sentry/profiling-node': specifier: ^8.34.0 version: 8.34.0 @@ -124,8 +124,8 @@ importers: specifier: ^5.0.7 version: 5.0.7 next: - specifier: 15.0.0-canary.190 - version: 15.0.0-canary.190(@babel/core@7.25.7)(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-fb9a90fa48-20240614(react@19.0.0-rc-fb9a90fa48-20240614))(react@19.0.0-rc-fb9a90fa48-20240614) + specifier: 15.0.0-canary.191 + version: 15.0.0-canary.191(@babel/core@7.25.7)(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-fb9a90fa48-20240614(react@19.0.0-rc-fb9a90fa48-20240614))(react@19.0.0-rc-fb9a90fa48-20240614) p-queue: specifier: ^8.0.1 version: 8.0.1 @@ -180,7 +180,7 @@ importers: version: 3.0.1(@types/react@18.3.11)(react@19.0.0-rc-fb9a90fa48-20240614) '@sentry/nextjs': specifier: ^8.34.0 - version: 8.34.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.26.0(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.53.0(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.26.0(@opentelemetry/api@1.9.0))(next@15.0.0-canary.190(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-fb9a90fa48-20240614(react@19.0.0-rc-fb9a90fa48-20240614))(react@19.0.0-rc-fb9a90fa48-20240614))(react@19.0.0-rc-fb9a90fa48-20240614)(webpack@5.95.0) + version: 8.34.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.26.0(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.53.0(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.26.0(@opentelemetry/api@1.9.0))(next@15.0.0-canary.191(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-fb9a90fa48-20240614(react@19.0.0-rc-fb9a90fa48-20240614))(react@19.0.0-rc-fb9a90fa48-20240614))(react@19.0.0-rc-fb9a90fa48-20240614)(webpack@5.95.0) '@sentry/profiling-node': specifier: ^8.34.0 version: 8.34.0 @@ -204,7 +204,7 @@ importers: version: 1.34.3 '@vercel/analytics': specifier: ^1.3.1 - version: 1.3.1(next@15.0.0-canary.190(@babel/core@7.25.7)(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-fb9a90fa48-20240614(react@19.0.0-rc-fb9a90fa48-20240614))(react@19.0.0-rc-fb9a90fa48-20240614))(react@19.0.0-rc-fb9a90fa48-20240614) + version: 1.3.1(next@15.0.0-canary.191(@babel/core@7.25.7)(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-fb9a90fa48-20240614(react@19.0.0-rc-fb9a90fa48-20240614))(react@19.0.0-rc-fb9a90fa48-20240614))(react@19.0.0-rc-fb9a90fa48-20240614) dedent: specifier: ^1.5.3 version: 1.5.3 @@ -215,8 +215,8 @@ importers: specifier: ^4.6.0 version: 4.6.0 next: - specifier: 15.0.0-canary.190 - version: 15.0.0-canary.190(@babel/core@7.25.7)(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-fb9a90fa48-20240614(react@19.0.0-rc-fb9a90fa48-20240614))(react@19.0.0-rc-fb9a90fa48-20240614) + specifier: 15.0.0-canary.191 + version: 15.0.0-canary.191(@babel/core@7.25.7)(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-fb9a90fa48-20240614(react@19.0.0-rc-fb9a90fa48-20240614))(react@19.0.0-rc-fb9a90fa48-20240614) react: specifier: ^19.0.0-rc-fb9a90fa48-20240614 version: 19.0.0-rc-fb9a90fa48-20240614 @@ -252,8 +252,8 @@ importers: specifier: ^3.0.1 version: 3.0.1(webpack@5.95.0) '@next/mdx': - specifier: 15.0.0-canary.190 - version: 15.0.0-canary.190(@mdx-js/loader@3.0.1(webpack@5.95.0))(@mdx-js/react@3.0.1(@types/react@18.3.11)(react@19.0.0-rc-fb9a90fa48-20240614)) + specifier: 15.0.0-canary.191 + version: 15.0.0-canary.191(@mdx-js/loader@3.0.1(webpack@5.95.0))(@mdx-js/react@3.0.1(@types/react@18.3.11)(react@19.0.0-rc-fb9a90fa48-20240614)) '@shinju-date/database': specifier: workspace:* version: link:../../packages/database @@ -330,8 +330,8 @@ importers: specifier: ^8.57.1 version: 8.57.1 next: - specifier: 15.0.0-canary.190 - version: 15.0.0-canary.190(@babel/core@7.25.7)(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-fb9a90fa48-20240614(react@19.0.0-rc-fb9a90fa48-20240614))(react@19.0.0-rc-fb9a90fa48-20240614) + specifier: 15.0.0-canary.191 + version: 15.0.0-canary.191(@babel/core@7.25.7)(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-fb9a90fa48-20240614(react@19.0.0-rc-fb9a90fa48-20240614))(react@19.0.0-rc-fb9a90fa48-20240614) supabase: specifier: ^1.204.3 version: 1.204.3 @@ -351,8 +351,8 @@ importers: specifier: ^8.9.0 version: 8.9.0(eslint@8.57.1)(typescript@5.6.3) eslint-config-next: - specifier: 15.0.0-canary.190 - version: 15.0.0-canary.190(eslint@8.57.1)(typescript@5.6.3) + specifier: 15.0.0-canary.191 + version: 15.0.0-canary.191(eslint@8.57.1)(typescript@5.6.3) eslint-config-prettier: specifier: ^9.1.0 version: 9.1.0(eslint@8.57.1) @@ -379,8 +379,8 @@ importers: specifier: ^8.57.1 version: 8.57.1 next: - specifier: 15.0.0-canary.190 - version: 15.0.0-canary.190(@babel/core@7.25.7)(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-fb9a90fa48-20240614(react@19.0.0-rc-fb9a90fa48-20240614))(react@19.0.0-rc-fb9a90fa48-20240614) + specifier: 15.0.0-canary.191 + version: 15.0.0-canary.191(@babel/core@7.25.7)(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-fb9a90fa48-20240614(react@19.0.0-rc-fb9a90fa48-20240614))(react@19.0.0-rc-fb9a90fa48-20240614) tsup: specifier: ^8.3.0 version: 8.3.0(jiti@2.3.1)(postcss@8.4.47)(typescript@5.6.3) @@ -1047,14 +1047,14 @@ packages: '@types/react': '>=16' react: '>=16' - '@next/env@15.0.0-canary.190': - resolution: {integrity: sha512-Is+EpejFEglwIAaBBwOnDJ9DkikC/c1zuu6vD7mdz0YJUoiwSgkBd6pM9sTwxKbU4eXtxxKU4Cg6V0zMTi6ErA==} + '@next/env@15.0.0-canary.191': + resolution: {integrity: sha512-stp9sbgxmrhKSnbtUI4zbIDXy1NThin2QTC35X4JYzBi1+CRjuMl9zc8ap0gxLOTFx0msurfYAjD4q6lBqbuag==} - '@next/eslint-plugin-next@15.0.0-canary.190': - resolution: {integrity: sha512-MiCo+XNvSf+zwlBbKDqyCjnUuosVPeui8yQry3ozLf9NwF9a2lUcAvniuQ1vpV+nWb9n9+Jp/K4eljjiUPs8Bg==} + '@next/eslint-plugin-next@15.0.0-canary.191': + resolution: {integrity: sha512-6mDeoZMHj9g8HARzh+wCU8sqy13rgJ0l/jauQzN3edHjvs549KxgvSwS6mdCrdtyaK27bcgsPV7HnXolYF1H/w==} - '@next/mdx@15.0.0-canary.190': - resolution: {integrity: sha512-snMScOmEAnAswIqAMeb6PuGp93lLxkOSW9obJzC4Ptu7riWvtlO2QVjsxD4ck8l2tr9j9SoDlLO2CyMYpgQP5g==} + '@next/mdx@15.0.0-canary.191': + resolution: {integrity: sha512-AQs9ncrw2FFaeot/F086FQbsg5988/VyX1VTUgcl9lfN+npSGqXLM33AIajGw+unnRKtTsqqtk1ncZdTSmyptg==} peerDependencies: '@mdx-js/loader': '>=0.15.0' '@mdx-js/react': '>=0.15.0' @@ -1064,50 +1064,50 @@ packages: '@mdx-js/react': optional: true - '@next/swc-darwin-arm64@15.0.0-canary.190': - resolution: {integrity: sha512-UICzn+5kzs6AsEKBeOocSvysoWpDFUC2XrI8FjTrns8peF3VMZsPxFF2NFN4a3KhkCJNOrB+9Gb51ybl0IJPAA==} + '@next/swc-darwin-arm64@15.0.0-canary.191': + resolution: {integrity: sha512-5tNtCv3gceuXA/ZxEwH5llMe02U7aY0+xFY9tVIGXZm4/areS8vqnX1jCXUoHAclthUdFDdy72rV9i2kVUIWvw==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] - '@next/swc-darwin-x64@15.0.0-canary.190': - resolution: {integrity: sha512-O5TJEW35Rg7wh6/cVS6EGNxyfcaC9Z2Pt843gF3/iX9TVzVr+7U5PuyPisi2oCpepy4gZP+6lK/m6G4tFDab+g==} + '@next/swc-darwin-x64@15.0.0-canary.191': + resolution: {integrity: sha512-qYpxUDi1IMumo9YjxKyM3tHJm55p74EHGIv5g4rWqH8HXYRG1z+mTb6bUDj5CCjjiWY+/Xc7z42Esw0yuHrk5Q==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] - '@next/swc-linux-arm64-gnu@15.0.0-canary.190': - resolution: {integrity: sha512-Zx9+qak7uNHubUFX3jTMG1KTp/iedHXo3hmmvWBM7omRFh9v59oEs1xk+zH/HWqgjyeu6r8bjqYI6IG1r14uWA==} + '@next/swc-linux-arm64-gnu@15.0.0-canary.191': + resolution: {integrity: sha512-6CgptwqYYS24yfJ3QhUKNfg4o4UQvcNAiYSUHuNV5x/JHOK+LxTx188HH9D8lRurQUEcrTy3j48jauv0Dgvbdw==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@next/swc-linux-arm64-musl@15.0.0-canary.190': - resolution: {integrity: sha512-nG/XBqL9vmVQhmx8wyOjZkQXSR9TPdGc8mu0Npk0sFd0bM90RRYh7ubV2pEots2vZUmP0MHowBvVvv1U7imsIA==} + '@next/swc-linux-arm64-musl@15.0.0-canary.191': + resolution: {integrity: sha512-3vfPRSr85SFBakqoLpZTB5iyZAKSB+mRbPJLe1Y8vAQZjzAUCJUVal14fjfdV67LslI6ws7Wim9s/GTOFKJikA==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@next/swc-linux-x64-gnu@15.0.0-canary.190': - resolution: {integrity: sha512-/WEZ4o/+guH1FfslVGJcYLWZdZQOR3KV2pZeq10FG1IstLAsVg8UYyAEY10+LDiHwayUlXq4yr8ir05sPAeOLg==} + '@next/swc-linux-x64-gnu@15.0.0-canary.191': + resolution: {integrity: sha512-ojhoj1a5g2Yrp6rI9MdiDaIx6Lgjlz9ZHsWDuDyavlNa0/8Cj9gMN8Tt8SXlOtC617z8G70bxnX6yEj1Kz+NOg==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@next/swc-linux-x64-musl@15.0.0-canary.190': - resolution: {integrity: sha512-nGMCaxaymNf+tia+YCL4TlbAIcq96vaf8RxRkPhyCwBxskGXMdB2QOeW7v6sGk8fOXC8s2m1Smia4IfCe+Mzpw==} + '@next/swc-linux-x64-musl@15.0.0-canary.191': + resolution: {integrity: sha512-Yo2+oxZvNutEDDLaYROiVqXsFkRCPACIKUOSNOSuZ3cDiPe4OPt5KAuU52fBGVWX00DcSgyqMFgs7wY/myb13g==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@next/swc-win32-arm64-msvc@15.0.0-canary.190': - resolution: {integrity: sha512-Dw7ZYG09Qe9DZd2d+LvTGnV7XuibR+bYpnAQKtaxyLpEuk/0UvMLK8xaynlDFdfv/IIJyX5UPpWIxCWFZ4vPUw==} + '@next/swc-win32-arm64-msvc@15.0.0-canary.191': + resolution: {integrity: sha512-6sJAQTe6nRsAFbctLizxtxuSj6jSwdnrRJflcpCig50jCsxjoPnjYmPVlXisUPZ9kkXHGSxJ+GU4maMaBDrYHA==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] - '@next/swc-win32-x64-msvc@15.0.0-canary.190': - resolution: {integrity: sha512-eTMQKe4U+vo6XCbGKeYkjvucryTVOTWHYqRrj1ryM8fxlF9L0IIJbWt9iiQ5QnJjdQFLd7w8UW71yB1oJXCSWQ==} + '@next/swc-win32-x64-msvc@15.0.0-canary.191': + resolution: {integrity: sha512-pXIIlydQLEwSyaMP47fRZZW8t9sNosfRZZwkRet5klDPRGE6O4oIpEM8SisYBCoAV8xaYgTgmHNMKtiZbkU0/Q==} engines: {node: '>= 10'} cpu: [x64] os: [win32] @@ -2489,10 +2489,10 @@ packages: resolution: {integrity: sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==} engines: {node: '>=12'} - eslint-config-next@15.0.0-canary.190: - resolution: {integrity: sha512-bmVY5dPUuciOYuI14jybm+GdDgr+OqKEaBHcIjG7nE9UWm1sc7Qskx7oeEHP2p1KPg27v1kEEXKQ4PJjTSpUzg==} + eslint-config-next@15.0.0-canary.191: + resolution: {integrity: sha512-i2Qdz+zRcG1coBRbssnL+IkbVJjHsSoz2FPXCGx5/4p06SdJlhIK8cJ7bg7BmWDUt/f0HzyxmOX8ZuDZEWnFgw==} peerDependencies: - eslint: ^7.23.0 || ^8.0.0 + eslint: ^7.23.0 || ^8.0.0 || ^9.0.0 typescript: '>=3.3.1' peerDependenciesMeta: typescript: @@ -2562,11 +2562,11 @@ packages: peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9 - eslint-plugin-react-hooks@4.6.2: - resolution: {integrity: sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==} + eslint-plugin-react-hooks@5.0.0: + resolution: {integrity: sha512-hIOwI+5hYGpJEc4uPRmz2ulCjAGD/N13Lukkh8cLV0i2IRk/bdZDYjgLVHj+U9Z704kLIdIO6iueGvxNur0sgw==} engines: {node: '>=10'} peerDependencies: - eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 + eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0 eslint-plugin-react@7.37.1: resolution: {integrity: sha512-xwTnwDqzbDRA8uJ7BMxPs/EXRB3i8ZfnOIp8BsxEQkT0nHPp+WWceqGgo6rKb9ctNi8GJLDT4Go5HAWELa/WMg==} @@ -3723,8 +3723,8 @@ packages: neo-async@2.6.2: resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==} - next@15.0.0-canary.190: - resolution: {integrity: sha512-x7dI2+orHKjnTUv7GmM1jFeZTQt4Dz6YQuZcUTogvJ1DX9Um0vOp4JU+m5uMeUc0fmCNOZotWbYXx8nWyQ4Xmw==} + next@15.0.0-canary.191: + resolution: {integrity: sha512-eTTqqqTRk71PHCMRitfvkREZAmwy2T5/5kaPBwpUXjUseGG4FVzMmBl9nh6wJe5KG5SrypkOEUNZk73VYUe21Q==} engines: {node: '>=18.18.0'} hasBin: true peerDependencies: @@ -5497,41 +5497,41 @@ snapshots: '@types/react': 18.3.11 react: 19.0.0-rc-fb9a90fa48-20240614 - '@next/env@15.0.0-canary.190': {} + '@next/env@15.0.0-canary.191': {} - '@next/eslint-plugin-next@15.0.0-canary.190': + '@next/eslint-plugin-next@15.0.0-canary.191': dependencies: fast-glob: 3.3.1 - '@next/mdx@15.0.0-canary.190(@mdx-js/loader@3.0.1(webpack@5.95.0))(@mdx-js/react@3.0.1(@types/react@18.3.11)(react@19.0.0-rc-fb9a90fa48-20240614))': + '@next/mdx@15.0.0-canary.191(@mdx-js/loader@3.0.1(webpack@5.95.0))(@mdx-js/react@3.0.1(@types/react@18.3.11)(react@19.0.0-rc-fb9a90fa48-20240614))': dependencies: source-map: 0.7.4 optionalDependencies: '@mdx-js/loader': 3.0.1(webpack@5.95.0) '@mdx-js/react': 3.0.1(@types/react@18.3.11)(react@19.0.0-rc-fb9a90fa48-20240614) - '@next/swc-darwin-arm64@15.0.0-canary.190': + '@next/swc-darwin-arm64@15.0.0-canary.191': optional: true - '@next/swc-darwin-x64@15.0.0-canary.190': + '@next/swc-darwin-x64@15.0.0-canary.191': optional: true - '@next/swc-linux-arm64-gnu@15.0.0-canary.190': + '@next/swc-linux-arm64-gnu@15.0.0-canary.191': optional: true - '@next/swc-linux-arm64-musl@15.0.0-canary.190': + '@next/swc-linux-arm64-musl@15.0.0-canary.191': optional: true - '@next/swc-linux-x64-gnu@15.0.0-canary.190': + '@next/swc-linux-x64-gnu@15.0.0-canary.191': optional: true - '@next/swc-linux-x64-musl@15.0.0-canary.190': + '@next/swc-linux-x64-musl@15.0.0-canary.191': optional: true - '@next/swc-win32-arm64-msvc@15.0.0-canary.190': + '@next/swc-win32-arm64-msvc@15.0.0-canary.191': optional: true - '@next/swc-win32-x64-msvc@15.0.0-canary.190': + '@next/swc-win32-x64-msvc@15.0.0-canary.191': optional: true '@nodelib/fs.scandir@2.1.5': @@ -5988,7 +5988,7 @@ snapshots: '@sentry/types': 8.34.0 '@sentry/utils': 8.34.0 - '@sentry/nextjs@8.34.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.26.0(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.53.0(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.26.0(@opentelemetry/api@1.9.0))(next@15.0.0-canary.190(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-fb9a90fa48-20240614(react@19.0.0-rc-fb9a90fa48-20240614))(react@19.0.0-rc-fb9a90fa48-20240614))(react@19.0.0-rc-fb9a90fa48-20240614)(webpack@5.95.0)': + '@sentry/nextjs@8.34.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.26.0(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.53.0(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.26.0(@opentelemetry/api@1.9.0))(next@15.0.0-canary.191(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-fb9a90fa48-20240614(react@19.0.0-rc-fb9a90fa48-20240614))(react@19.0.0-rc-fb9a90fa48-20240614))(react@19.0.0-rc-fb9a90fa48-20240614)(webpack@5.95.0)': dependencies: '@opentelemetry/instrumentation-http': 0.53.0(@opentelemetry/api@1.9.0) '@opentelemetry/semantic-conventions': 1.27.0 @@ -6003,7 +6003,7 @@ snapshots: '@sentry/vercel-edge': 8.34.0 '@sentry/webpack-plugin': 2.22.3(webpack@5.95.0) chalk: 3.0.0 - next: 15.0.0-canary.190(@babel/core@7.25.7)(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-fb9a90fa48-20240614(react@19.0.0-rc-fb9a90fa48-20240614))(react@19.0.0-rc-fb9a90fa48-20240614) + next: 15.0.0-canary.191(@babel/core@7.25.7)(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-fb9a90fa48-20240614(react@19.0.0-rc-fb9a90fa48-20240614))(react@19.0.0-rc-fb9a90fa48-20240614) resolve: 1.22.8 rollup: 3.29.5 stacktrace-parser: 0.1.10 @@ -6461,11 +6461,11 @@ snapshots: dependencies: crypto-js: 4.2.0 - '@vercel/analytics@1.3.1(next@15.0.0-canary.190(@babel/core@7.25.7)(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-fb9a90fa48-20240614(react@19.0.0-rc-fb9a90fa48-20240614))(react@19.0.0-rc-fb9a90fa48-20240614))(react@19.0.0-rc-fb9a90fa48-20240614)': + '@vercel/analytics@1.3.1(next@15.0.0-canary.191(@babel/core@7.25.7)(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-fb9a90fa48-20240614(react@19.0.0-rc-fb9a90fa48-20240614))(react@19.0.0-rc-fb9a90fa48-20240614))(react@19.0.0-rc-fb9a90fa48-20240614)': dependencies: server-only: 0.0.1 optionalDependencies: - next: 15.0.0-canary.190(@babel/core@7.25.7)(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-fb9a90fa48-20240614(react@19.0.0-rc-fb9a90fa48-20240614))(react@19.0.0-rc-fb9a90fa48-20240614) + next: 15.0.0-canary.191(@babel/core@7.25.7)(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-fb9a90fa48-20240614(react@19.0.0-rc-fb9a90fa48-20240614))(react@19.0.0-rc-fb9a90fa48-20240614) react: 19.0.0-rc-fb9a90fa48-20240614 '@webassemblyjs/ast@1.12.1': @@ -7213,9 +7213,9 @@ snapshots: escape-string-regexp@5.0.0: {} - eslint-config-next@15.0.0-canary.190(eslint@8.57.1)(typescript@5.6.3): + eslint-config-next@15.0.0-canary.191(eslint@8.57.1)(typescript@5.6.3): dependencies: - '@next/eslint-plugin-next': 15.0.0-canary.190 + '@next/eslint-plugin-next': 15.0.0-canary.191 '@rushstack/eslint-patch': 1.10.4 '@typescript-eslint/eslint-plugin': 8.9.0(@typescript-eslint/parser@8.9.0(eslint@8.57.1)(typescript@5.6.3))(eslint@8.57.1)(typescript@5.6.3) '@typescript-eslint/parser': 8.9.0(eslint@8.57.1)(typescript@5.6.3) @@ -7225,7 +7225,7 @@ snapshots: eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.9.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@8.9.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.9.0(eslint@8.57.1)(typescript@5.6.3))(eslint@8.57.1))(eslint@8.57.1))(eslint@8.57.1) eslint-plugin-jsx-a11y: 6.10.0(eslint@8.57.1) eslint-plugin-react: 7.37.1(eslint@8.57.1) - eslint-plugin-react-hooks: 4.6.2(eslint@8.57.1) + eslint-plugin-react-hooks: 5.0.0(eslint@8.57.1) optionalDependencies: typescript: 5.6.3 transitivePeerDependencies: @@ -7329,7 +7329,7 @@ snapshots: safe-regex-test: 1.0.3 string.prototype.includes: 2.0.0 - eslint-plugin-react-hooks@4.6.2(eslint@8.57.1): + eslint-plugin-react-hooks@5.0.0(eslint@8.57.1): dependencies: eslint: 8.57.1 @@ -9031,9 +9031,9 @@ snapshots: neo-async@2.6.2: {} - next@15.0.0-canary.190(@babel/core@7.25.7)(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-fb9a90fa48-20240614(react@19.0.0-rc-fb9a90fa48-20240614))(react@19.0.0-rc-fb9a90fa48-20240614): + next@15.0.0-canary.191(@babel/core@7.25.7)(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-fb9a90fa48-20240614(react@19.0.0-rc-fb9a90fa48-20240614))(react@19.0.0-rc-fb9a90fa48-20240614): dependencies: - '@next/env': 15.0.0-canary.190 + '@next/env': 15.0.0-canary.191 '@swc/counter': 0.1.3 '@swc/helpers': 0.5.13 busboy: 1.6.0 @@ -9043,14 +9043,14 @@ snapshots: react-dom: 19.0.0-rc-fb9a90fa48-20240614(react@19.0.0-rc-fb9a90fa48-20240614) styled-jsx: 5.1.6(@babel/core@7.25.7)(react@19.0.0-rc-fb9a90fa48-20240614) optionalDependencies: - '@next/swc-darwin-arm64': 15.0.0-canary.190 - '@next/swc-darwin-x64': 15.0.0-canary.190 - '@next/swc-linux-arm64-gnu': 15.0.0-canary.190 - '@next/swc-linux-arm64-musl': 15.0.0-canary.190 - '@next/swc-linux-x64-gnu': 15.0.0-canary.190 - '@next/swc-linux-x64-musl': 15.0.0-canary.190 - '@next/swc-win32-arm64-msvc': 15.0.0-canary.190 - '@next/swc-win32-x64-msvc': 15.0.0-canary.190 + '@next/swc-darwin-arm64': 15.0.0-canary.191 + '@next/swc-darwin-x64': 15.0.0-canary.191 + '@next/swc-linux-arm64-gnu': 15.0.0-canary.191 + '@next/swc-linux-arm64-musl': 15.0.0-canary.191 + '@next/swc-linux-x64-gnu': 15.0.0-canary.191 + '@next/swc-linux-x64-musl': 15.0.0-canary.191 + '@next/swc-win32-arm64-msvc': 15.0.0-canary.191 + '@next/swc-win32-x64-msvc': 15.0.0-canary.191 '@opentelemetry/api': 1.9.0 sharp: 0.33.5 transitivePeerDependencies: