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

fix(deps): update nextjs monorepo to v15.1.0 - autoclosed #310

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 10, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@next/mdx (source) 15.0.4-canary.46 -> 15.1.0 age adoption passing confidence
eslint-config-next (source) 15.0.4-canary.46 -> 15.1.0 age adoption passing confidence
next (source) 15.0.4-canary.46 -> 15.1.0 age adoption passing confidence

Release Notes

vercel/next.js (@​next/mdx)

v15.1.0

Compare Source

v15.0.4

Compare Source

[!NOTE]
This release is backporting changes. It does not include all pending features/changes on canary.

Core Changes
Credits

Huge thanks to @​eps1lon

v15.0.4-canary.52

Compare Source

Core Changes
  • [Segment Cache] Skip dynamic request if possible: #​73540
Misc Changes
  • docs(turbopack): Better document the Vc type, with references to ResolvedVc and VcOperation: #​72524
  • test: fix type error in segment-cache-basic test: #​73755
Credits

Huge thanks to @​acdlite, @​bgw, and @​huozhi for helping!

v15.0.4-canary.51

Compare Source

Core Changes
  • fix: warnOnce() lru: #​73742
  • [Segment Cache] Respond with 204 on cache miss: #​73649
Misc Changes
  • re-enable middleware deploy tests: #​73744
Credits

Huge thanks to @​styfle, @​acdlite, and @​ztanner for helping!

v15.0.4-canary.50

Compare Source

Core Changes
  • fixes webpack persistent caching in development and add test case for persistent caching: #​73697
  • fix: empty generateStaticParams should still create an ISR route: #​73358
  • Limit the number of concurrently open file watchers on macos: #​73741
Example Changes
  • updated with-ionic-typescript example to utilize the App Router.: #​73418
  • examples: update with-styletron README.md: #​73411
  • examples: update with-babel-macros README.md: #​73410
  • examples: update with-plausible README: #​73305
  • examples: unify related CMS examples in README: #​73247
  • examples: fix view source pathname at image-legacy-component: #​73414
  • examples: remove with-styled-components-babel: #​73229
  • examples: replaced GTM component with GA in Google Analytics example: #​73597
  • examples: introduce LaunchPad in strapi: #​73244
  • examples: remove with-storybook-styled-jsx-scss: #​73228
Misc Changes
  • chore(github): update stale issue periods: #​73709
  • test: update turbopack-dev-examples-manifest: #​73230
  • [Turbopack] use thread local trace collecting: #​73615
  • Skip build_and_deploy on docs-only changes: #​73659
  • 15.1 docs: request APIs in after: #​73692
  • [Turbopack] fix lmdb feature: #​73728
  • [Turbopack] cleanup and documentation: #​73496
  • Turbopack: Single-graph-traversal and migrate next/dynamic: #​73222
  • Docs: Getting Started Nits: #​73596
  • 15.1 docs: Add experimental tags to forbidden and unauthorized APIs: #​73513
  • 15.1 docs: stable after: #​73038
  • Turbopack: migrate server actions to single-graph-traversal: #​73260
Credits

Huge thanks to @​samcx, @​PapatMayuri, @​JamBalaya56562, @​suu3, @​sokra, @​eps1lon, @​delbaoliveira, @​mischnic, and @​ztanner for helping!

v15.0.4-canary.49

Compare Source

Core Changes
  • fix: Update @​swc/helpers: #​73666
  • Upgrade React from 1c9b1387-20241204 to 7283a213-20241206: #​73608
  • next-codemod(upgrade): handle absence of scripts in package.json: #​73688
  • Add inlineCss trade-offs/gotchas and remove canary check: #​73609
  • Ignore-list stack frames in node_modules even if not explicitly ignore-listed by their sourcemaps: #​73689
  • Remove ignore for anonymous stack frame: #​73610
  • test: move HMR Error Recovery test to a separate file: #​73592
  • test: move HMR basic test to a separate file: #​73612
Example Changes
  • examples: remove next-env.d.ts files: #​73673
  • examples: update with-sass README.md: #​73668
  • examples: remove next-offline example: #​73675
  • examples: remove the old files from with-postgres: #​73587
  • examples: remove with-emotion-* directories: #​73674
Misc Changes
  • fix(turbopack): Fix deprecation warnings from unnecessary .to_resolved() calls: #​73631
  • [Turbopack] replace EnvLayer with a faster filter: #​73614
  • [Turbopack] fix invalid source maps on HMR: #​72328
  • [Turbopack] include task name in dirty cause of output change: #​72574
  • 15.1 docs: React 19: #​73510
  • Docs: Add canary page to upgrade guides: #​73518
  • [Turbopack] change emit collectible to require ResolvedVc: #​73684
  • Fix failing tests: #​73707
  • test: move HMR Full Reload test to a separate file: #​73591
  • test: change with-next-sass to with-sass: #​73670
  • test: move HMR main test to a separate file: #​73611
  • [Turbopack] Introduce OperationVc that wraps operations: #​70242
Credits

Huge thanks to @​kdy1, @​JamBalaya56562, @​bgw, @​sokra, @​delbaoliveira, @​petter, @​gaojude, @​eps1lon, @​huozhi, and @​devjiwonchoi for helping!

v15.0.4-canary.48

Compare Source

Misc Changes
  • refactor(turbopack): Use ResolvedVc<T> for struct fields in extra crates: #​73451
  • refactor(turbopack): Use ResolvedVc<T> for struct fields in next-api, final part: #​73367
  • docs: Fix image component API reference parsing: #​73658
  • docs: fix code block language in images-and-fonts docs: #​73492
Credits

Huge thanks to @​kdy1, @​eps1lon, and @​JamBalaya56562 for helping!

v15.0.4-canary.47

Compare Source

Misc Changes
Credits

Huge thanks to @​samcx for helping!

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

v15.1.0

Compare Source

v15.0.4

Compare Source

v15.0.4-canary.52

Compare Source

Core Changes
  • [Segment Cache] Skip dynamic request if possible: #​73540
Misc Changes
  • docs(turbopack): Better document the Vc type, with references to ResolvedVc and VcOperation: #​72524
  • test: fix type error in segment-cache-basic test: #​73755
Credits

Huge thanks to @​acdlite, @​bgw, and @​huozhi for helping!

v15.0.4-canary.51

Compare Source

Core Changes
  • fix: warnOnce() lru: #​73742
  • [Segment Cache] Respond with 204 on cache miss: #​73649
Misc Changes
  • re-enable middleware deploy tests: #​73744
Credits

Huge thanks to @​styfle, @​acdlite, and @​ztanner for helping!

v15.0.4-canary.50

Compare Source

Core Changes
  • fixes webpack persistent caching in development and add test case for persistent caching: #​73697
  • fix: empty generateStaticParams should still create an ISR route: #​73358
  • Limit the number of concurrently open file watchers on macos: #​73741
Example Changes
  • updated with-ionic-typescript example to utilize the App Router.: #​73418
  • examples: update with-styletron README.md: #​73411
  • examples: update with-babel-macros README.md: #​73410
  • examples: update with-plausible README: #​73305
  • examples: unify related CMS examples in README: #​73247
  • examples: fix view source pathname at image-legacy-component: #​73414
  • examples: remove with-styled-components-babel: #​73229
  • examples: replaced GTM component with GA in Google Analytics example: #​73597
  • examples: introduce LaunchPad in strapi: #​73244
  • examples: remove with-storybook-styled-jsx-scss: #​73228
Misc Changes
  • chore(github): update stale issue periods: #​73709
  • test: update turbopack-dev-examples-manifest: #​73230
  • [Turbopack] use thread local trace collecting: #​73615
  • Skip build_and_deploy on docs-only changes: #​73659
  • 15.1 docs: request APIs in after: #​73692
  • [Turbopack] fix lmdb feature: #​73728
  • [Turbopack] cleanup and documentation: #​73496
  • Turbopack: Single-graph-traversal and migrate next/dynamic: #​73222
  • Docs: Getting Started Nits: #​73596
  • 15.1 docs: Add experimental tags to forbidden and unauthorized APIs: #​73513
  • 15.1 docs: stable after: #​73038
  • Turbopack: migrate server actions to single-graph-traversal: #​73260
Credits

Huge thanks to @​samcx, @​PapatMayuri, @​JamBalaya56562, @​suu3, @​sokra, @​eps1lon, @​delbaoliveira, @​mischnic, and @​ztanner for helping!

v15.0.4-canary.49

Compare Source

Core Changes
  • fix: Update @​swc/helpers: #​73666
  • Upgrade React from 1c9b1387-20241204 to 7283a213-20241206: #​73608
  • next-codemod(upgrade): handle absence of scripts in package.json: #​73688
  • Add inlineCss trade-offs/gotchas and remove canary check: #​73609
  • Ignore-list stack frames in node_modules even if not explicitly ignore-listed by their sourcemaps: #​73689
  • Remove ignore for anonymous stack frame: #​73610
  • test: move HMR Error Recovery test to a separate file: #​73592
  • test: move HMR basic test to a separate file: #​73612
Example Changes
  • examples: remove next-env.d.ts files: #​73673
  • examples: update with-sass README.md: #​73668
  • examples: remove next-offline example: #​73675
  • examples: remove the old files from with-postgres: #​73587
  • examples: remove with-emotion-* directories: #​73674
Misc Changes
  • fix(turbopack): Fix deprecation warnings from unnecessary .to_resolved() calls: #​73631
  • [Turbopack] replace EnvLayer with a faster filter: #​73614
  • [Turbopack] fix invalid source maps on HMR: #​72328
  • [Turbopack] include task name in dirty cause of output change: #​72574
  • 15.1 docs: React 19: #​73510
  • Docs: Add canary page to upgrade guides: #​73518
  • [Turbopack] change emit collectible to require ResolvedVc: #​73684
  • Fix failing tests: #​73707
  • test: move HMR Full Reload test to a separate file: #​73591
  • test: change with-next-sass to with-sass: #​73670
  • test: move HMR main test to a separate file: #​73611
  • [Turbopack] Introduce OperationVc that wraps operations: #​70242
Credits

Huge thanks to @​kdy1, @​JamBalaya56562, @​bgw, @​sokra, @​delbaoliveira, @​petter, @​gaojude, @​eps1lon, @​huozhi, and @​devjiwonchoi for helping!

v15.0.4-canary.48

Compare Source

Misc Changes
  • refactor(turbopack): Use ResolvedVc<T> for struct fields in extra crates: #​73451
  • refactor(turbopack): Use ResolvedVc<T> for struct fields in next-api, final part: #​73367
  • docs: Fix image component API reference parsing: #​73658
  • docs: fix code block language in images-and-fonts docs: #​73492
Credits

Huge thanks to @​kdy1, @​eps1lon, and @​JamBalaya56562 for helping!

v15.0.4-canary.47

Compare Source

Misc Changes
Credits

Huge thanks to @​samcx for helping!

vercel/next.js (next)

v15.1.0

Compare Source

v15.0.4

Compare Source

v15.0.4-canary.52

Compare Source

Core Changes
  • [Segment Cache] Skip dynamic request if possible: #​73540
Misc Changes
  • docs(turbopack): Better document the Vc type, with references to ResolvedVc and VcOperation: #​72524
  • test: fix type error in segment-cache-basic test: #​73755
Credits

Huge thanks to @​acdlite, @​bgw, and @​huozhi for helping!

v15.0.4-canary.51

Compare Source

Core Changes
  • fix: warnOnce() lru: #​73742
  • [Segment Cache] Respond with 204 on cache miss: #​73649
Misc Changes
  • re-enable middleware deploy tests: #​73744
Credits

Huge thanks to @​styfle, @​acdlite, and @​ztanner for helping!

v15.0.4-canary.50

Compare Source

Core Changes
  • fixes webpack persistent caching in development and add test case for persistent caching: #​73697
  • fix: empty generateStaticParams should still create an ISR route: #​73358
  • Limit the number of concurrently open file watchers on macos: #​73741
Example Changes
  • updated with-ionic-typescript example to utilize the App Router.: #​73418
  • examples: update with-styletron README.md: #​73411
  • examples: update with-babel-macros README.md: #​73410
  • examples: update with-plausible README: #​73305
  • examples: unify related CMS examples in README: #​73247
  • examples: fix view source pathname at image-legacy-component: #​73414
  • examples: remove with-styled-components-babel: #​73229
  • examples: replaced GTM component with GA in Google Analytics example: #​73597
  • examples: introduce LaunchPad in strapi: #​73244
  • examples: remove with-storybook-styled-jsx-scss: #​73228
Misc Changes
  • chore(github): update stale issue periods: #​73709
  • test: update turbopack-dev-examples-manifest: #​73230
  • [Turbopack] use thread local trace collecting: #​73615
  • Skip build_and_deploy on docs-only changes: #​73659
  • 15.1 docs: request APIs in after: #​73692
  • [Turbopack] fix lmdb feature: #​73728
  • [Turbopack] cleanup and documentation: #​73496
  • Turbopack: Single-graph-traversal and migrate next/dynamic: #​73222
  • Docs: Getting Started Nits: #​73596
  • 15.1 docs: Add experimental tags to forbidden and unauthorized APIs: #​73513
  • 15.1 docs: stable after: #​73038
  • Turbopack: migrate server actions to single-graph-traversal: #​73260
Credits

Huge thanks to @​samcx, @​PapatMayuri, @​JamBalaya56562, @​suu3, @​sokra, @​eps1lon, @​delbaoliveira, @​mischnic, and @​ztanner for helping!

v15.0.4-canary.49

Compare Source

Core Changes
  • fix: Update @​swc/helpers: #​73666
  • Upgrade React from 1c9b1387-20241204 to 7283a213-20241206: #​73608
  • next-codemod(upgrade): handle absence of scripts in package.json: #​73688
  • Add inlineCss trade-offs/gotchas and remove canary check: #​73609
  • Ignore-list stack frames in node_modules even if not explicitly ignore-listed by their sourcemaps: #​73689
  • Remove ignore for anonymous stack frame: #​73610
  • test: move HMR Error Recovery test to a separate file: #​73592
  • test: move HMR basic test to a separate file: #​73612
Example Changes
  • examples: remove next-env.d.ts files: #​73673
  • examples: update with-sass README.md: #​73668
  • examples: remove next-offline example: #​73675
  • examples: remove the old files from with-postgres: #​73587
  • examples: remove with-emotion-* directories: #​73674
Misc Changes
  • fix(turbopack): Fix deprecation warnings from unnecessary .to_resolved() calls: #​73631
  • [Turbopack] replace EnvLayer with a faster filter: #​73614
  • [Turbopack] fix invalid source maps on HMR: #​72328
  • [Turbopack] include task name in dirty cause of output change: #​72574
  • 15.1 docs: React 19: #​73510
  • Docs: Add canary page to upgrade guides: #​73518
  • [Turbopack] change emit collectible to require ResolvedVc: #​73684
  • Fix failing tests: #​73707
  • test: move HMR Full Reload test to a separate file: #​73591
  • test: change with-next-sass to with-sass: #​73670
  • test: move HMR main test to a separate file: #​73611
  • [Turbopack] Introduce OperationVc that wraps operations: #​70242
Credits

Huge thanks to @​kdy1, @​JamBalaya56562, @​bgw, @​sokra, @​delbaoliveira, @​petter, @​gaojude, @​eps1lon, @​huozhi, and @​devjiwonchoi for helping!

v15.0.4-canary.48

Compare Source

Misc Changes
  • refactor(turbopack): Use ResolvedVc<T> for struct fields in extra crates: #​73451
  • refactor(turbopack): Use ResolvedVc<T> for struct fields in next-api, final part: #​73367
  • docs: Fix image component API reference parsing: #​73658
  • docs: fix code block language in images-and-fonts docs: #​73492
Credits

Huge thanks to @​kdy1, @​eps1lon, and @​JamBalaya56562 for helping!

v15.0.4-canary.47

Compare Source

Misc Changes
Credits

Huge thanks to @​samcx 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. View the repository job log.

Copy link

vercel bot commented Dec 10, 2024

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

Name Status Preview Comments Updated (UTC)
nikhilsnayak.dev ❌ Failed (Inspect) Dec 10, 2024 9:51pm

Copy link

sonarcloud bot commented Dec 10, 2024

@renovate renovate bot changed the title fix(deps): update nextjs monorepo to v15.1.0 fix(deps): update nextjs monorepo to v15.1.0 - autoclosed Dec 11, 2024
@renovate renovate bot deleted the renovate/nextjs-monorepo branch December 11, 2024 07:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant