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

Update dependency upgrades - non-major #12

Merged
merged 2 commits into from
Nov 15, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 14, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@next/mdx (source) 15.0.2 -> 15.0.3 age adoption passing confidence
eslint-config-upleveled 8.11.3 -> 8.11.4 age adoption passing confidence
pnpm (source) 9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee -> 9.13.0 age adoption passing confidence
postcss (source) 8.4.47 -> 8.4.49 age adoption passing confidence
react (source) 19.0.0-rc-02c0e824-20241028 -> 19.0.0-rc-fb9a90fa48-20240614 age adoption passing confidence
react-dom (source) 19.0.0-rc-02c0e824-20241028 -> 19.0.0-rc-fb9a90fa48-20240614 age adoption passing confidence

Release Notes

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

v15.0.3

Compare Source

Core Changes
  • Read page name from work store in server module map proxy: #​71669
  • codemod: should not transform when param is not used: #​71664
  • [dynamicIO] complete refactor to prerender: #​71687
  • fix: metadata image route normalize path posix for windows: #​71673
  • next-codemod(upgrade): optional catch when missing dev script: #​71598
  • Avoid server action function indirection in Turbopack: #​71628
  • fix: exclude basePath in findSourceMapURL: #​71719
  • fix: stack frame text color in dark mode: #​71656
  • Fix: revert the bad node binary handling: #​71723
  • next-codemod: add empty pnpm-workspace.yaml to test fixtures to bypass PNPM workspace checks: #​71726
  • warn on sync access if dynamicIO is not enabled: #​71696
  • Update React from 69d4b800-20241021 to 45804af1-20241021: #​71718
  • next-upgrade: do not add --turbopack flag when --turbo exists in next dev: #​71730
  • feat: stitch errors with react owner stack: #​70393
  • [dynamicIO] update data access error and documentation: #​71738
  • Test cached form action with revalidate: #​71591
  • Upgrade React from 45804af1-20241021 to 28668d39-20241023: #​71745
  • Fix race condition when setting client reference manifests: #​71741
  • Fix fetch with no-store inside of use cache: #​71754
  • Remove the bottom collapse button in dev overlay: #​71658
  • [dynamicIO] unify cache filling and lazy-module warming: #​71749
  • Don't filter out source location frames through RSC: #​71752
  • fix undefined default export error msg: #​71762
  • Upgrade React from 28668d39-20241023 to 1631855f-20241023: #​71769
  • Enable owner stack in experimental build: #​71716
  • feat: add experiment for sharpjs cpu flags: #​71733
  • fix: handle server component replay error in error overlay: #​71772
  • Don't error asking for prebuilt bundles: #​71778
  • Replace turbopack://[project]/... sourcemap uris with file://... in development: #​71489
  • misc: update source map paths for bundled Next.js runtime: #​71779
  • [dynamicIO] refine error message and docs: #​71781
  • next-upgrade: change --turbo to --turbopack if applicable: #​71737
  • Show all diff when uncollapse: #​71792
  • Sourcemap errors in terminal by default : #​71444
  • Fully enable custom error callbacks for app router: #​71794
  • Simplify Server Action Webpack plugin: #​71721
  • ensure DIO development segment errors are cleared after correcting: #​71811
  • Include sourceframe in errors logged in the terminal during development: #​71803
  • [dynamicIO] update prerender cache scoping and cache warming for validation: #​71822
  • only force stack frame color in tty: #​71860
  • Add test for fetch with auth in use cache: #​71768
  • Fix race with hot-reloader-client clearing overlay errors: #​71771
  • Fix dynamic tracking in dev: #​71867
  • Revert "Sourcemap errors in terminal by default (#​71444)": #​71868
  • Fix fetch caching inside of "use cache": #​71793
  • Trace upload: only send traces for current session: #​71838
  • Reland "Sourcemap errors in terminal by default": #​71877
  • Implement information byte in Server Reference ID and other optimizations: #​71463
  • fix: webpack build error on Windows: #​71943
  • Run with --enable-source-maps by default in next dev: #​71820
  • fix global-error styles: #​71914
  • Use registerClientReference for ESM client component modules: #​71968
  • Fix missing await of params when metadata is used with an image file: #​71871
  • Upgrade React from 1631855f-20241023 to 02c0e824-20241028: #​71979
  • Populate sourcemap ignoreList when Webpack is used: #​71821
  • [dynamicIO] unify server and client prerender for non-ppr pathway: #​71764
  • codemod: add separator to the parenthenese expr: #​71993
  • Respect sourcemap's ignore list when printing errors in the terminal: #​71908
  • fix console color to be compatible in chrome devtools: #​71939
  • Delete obsolete codemod next-dynamic-access-named-export: #​72016
  • fix: log the error instance modified extra location info: #​71930
  • Compare error stack to dedupe error: #​71798
Example Changes
  • experimental.instrumentationHook is not necessary anymore: #​71808
  • Add Jude to nextjs team: #​71936
Misc Changes
  • docs: fix broken link in Architecture/Turbopack documentation: #​71412
  • test: migrate rest async api usage in tests: #​71663
  • fix: docs for dynamic routing in next 15: #​71531
  • Remove the 'new' keyword from the GET function sample code.: #​71671
  • chore: fix wrong path of comments: #​71682
  • docs(next-config): remove mention of appIsrStatus is on canary: #​71695
  • react-sync: Ignore update notices from npm: #​71717
  • Docs: Update default marker for fetch cache option: #​71728
  • [docs] Fix page.tsx parameter types: #​71680
  • [docs] Fix table.js containing TS code: #​71677
  • docs(ppr): update note about ppr: #​71697
  • docs lint: #​71748
  • fixes error message asserts and lints: #​71747
  • Fix docs for configuring Turbopack: #​71755
  • docs(turbo): add experimental icon to turbo config section: #​71761
  • feat(turbopack): Add __turbopack_original__ while tree shaking: #​71547
  • test: re-enable test with note: #​71789
  • Docs: Remove beta marker from Turbopack docs: #​71796
  • Update docs 1: #​71812
  • docs lint fixes: #​71813
  • docs: remove "use cache" on before code snippet: #​71815
  • Next docs broken links: #​71823
  • [Turbopack] add optimization based on upper count: #​71606
  • chore(turbo-tasks-backend): Use let instead of match for macro bindings: #​71756
  • chore(turbo-tasks-backend): Remove collapsible-if lints: #​71758
  • removing extra reference: #​71853
  • codemod(turbopack): Rewrite Vc fields in structs as ResolvedVc (part 3): #​71665
  • Update sync-dynamic-apis.mdx: #​71907
  • codemod(turbopack): Rewrite Vc fields in structs as ResolvedVc (part 4): #​71804
  • test: remove duplicated flaky test: #​71967
  • docs: Fix typo in cacheLife configs in use-cache docs: #​71921
  • Fix use cache example line highlights: #​71883
  • Allow breakpoints to be set in packages/next/src/compiled: #​71986
  • updated upgrade to v15 command in docs: #​71643
  • codemod(turbopack): Rewrite Vc fields in structs as ResolvedVc (part 5): #​71861
  • Clarify that streaming is blocked on generateMetadata for initial load: #​71985
  • Docs: Add legacy tags: #​71964
  • Docs: Fix broken link: #​72021
  • (docs) use cache: Add text code formatting: #​71999
  • docs: update file structure: #​71951
  • Documentation Fix: Correct cacheTag Function Usage: #​71912
  • correct expire calc & and Nested usage import in use-cache docs: #​71899
  • Docs: Address internal use cache comments : #​71981
  • Fix swc version mismatch when checking out an older version: #​71978
Credits

Huge thanks to @​ytori, @​unstubbable, @​huozhi, @​SebassNoob, @​tatsuteb, @​Marukome0743, @​gnoff, @​samcx, @​devjiwonchoi, @​imprakharshukla, @​migueldamota, @​eps1lon, @​ztanner, @​timneutkens, @​cantemizyurek, @​sebmarkbage, @​padmaia, @​ijjk, @​styfle, @​wbinnssmith, @​feedthejim, @​kdy1, @​shuding, @​molebox, @​ismaelrumzan, @​sokra, @​bgw, @​timeyoutakeit, @​AdonisAgelis, @​chicoxyzzy, @​gaojude, @​elitalpa, @​t3dotgg, @​gaearon, @​nisabmohd, @​gadcam, @​delbaoliveira, @​bennettdams, @​wiscaksono, and @​Developerayo for helping!

upleveled/eslint-config-upleveled (eslint-config-upleveled)

v8.11.4

Compare Source

pnpm/pnpm (pnpm)

v9.13.0

Compare Source

postcss/postcss (postcss)

v8.4.49

Compare Source

v8.4.48

Compare Source

  • Fixed position calculation in error/warnings methods (by @​romainmenke).
facebook/react (react)

v19.0.0-rc-fb9a90fa48-20240614

Compare Source

v19.0.0-rc-fa6eab58-20240815

Compare Source

v19.0.0-rc-f9ebd85a-20240925

Compare Source

v19.0.0-rc-f994737d14-20240522

Compare Source

v19.0.0-rc-f90a6bcc-20240827

Compare Source

v19.0.0-rc-f6cce072-20240723

Compare Source

v19.0.0-rc-f65ac7bd-20240826

Compare Source

v19.0.0-rc-f3e09d6328-20240612

Compare Source

v19.0.0-rc-f38c22b244-20240704

Compare Source

v19.0.0-rc-f2df5694-20240916

Compare Source

v19.0.0-rc-ee1a403a-20240916

Compare Source

v19.0.0-rc-ed966dac-20241007

Compare Source

v19.0.0-rc-ed15d500-20241110

Compare Source

v19.0.0-rc-eb3ad065-20240822

Compare Source

v19.0.0-rc-eb259b5d3b-20240605

Compare Source

v19.0.0-rc-e948a5ac-20240807

Compare Source

v19.0.0-rc-e740d4b1-20240919

Compare Source

v19.0.0-rc-e684ca66ab-20240619

Compare Source

v19.0.0-rc-e56f4ae3-20240830

Compare Source

v19.0.0-rc-e4953922-20240919

Compare Source

v19.0.0-rc-e210d081-20240909

Compare Source

v19.0.0-rc-e02baf6c92-20240627

Compare Source

v19.0.0-rc-dfd30974ab-20240613

Compare Source

v19.0.0-rc-df783f9ea1-20240708

Compare Source

v19.0.0-rc-df5f2736-20240712

Compare Source

v19.0.0-rc-d8c90fa4-20241001

Compare Source

v19.0.0-rc-d6cb4e77-20240911

Compare Source

v19.0.0-rc-d5bba18b-20241009

Compare Source

v19.0.0-rc-d49123f7-20241019

Compare Source

v19.0.0-rc-d48603a5-20240813

Compare Source

v19.0.0-rc-d3ce0d3ea9-20240520

Compare Source

v19.0.0-rc-d1afcb43-20240903

Compare Source

v19.0.0-rc-d025ddd3-20240722

Compare Source

v19.0.0-rc-cd22717c-20241013

Compare Source

v19.0.0-rc-cc1ec60d0d-20240607

Compare Source

v19.0.0-rc-cae764ce-20241025

Compare Source

v19.0.0-rc-c3cdbec0a7-20240708

Compare Source

v19.0.0-rc-c21bcd627b-20240624

Compare Source

v19.0.0-rc-c1e1358b-20241020

Compare Source

v19.0.0-rc-bf7e210c-20241017

Compare Source

v19.0.0-rc-bf3a29d097-20240603

Compare Source

v19.0.0-rc-b8ae38f8-20241018

Compare Source

v19.0.0-rc-b7e21579-20241031

Compare Source

v19.0.0-rc-b57d2823-20240822

Compare Source

v19.0.0-rc-ab7c1663-20240730

Compare Source

v19.0.0-rc-ab2135c7-20240724

Compare Source

v19.0.0-rc-a99d8e8d-20240916

Compare Source

v19.0.0-rc-a960b92c-20240819

Compare Source

v19.0.0-rc-a7d1240c-20240731

Compare Source

v19.0.0-rc-a532d91d01-20240610

Compare Source

v19.0.0-rc-a26e3f403e-20240611

Compare Source

v19.0.0-rc-a19a8ab4-20240829

Compare Source

v19.0.0-rc-a03254bc-20240905

Compare Source

v19.0.0-rc-9d4fba0788-20240530

Compare Source

v19.0.0-rc-9d2da591-20240808

Compare Source

v19.0.0-rc-9c6806964f-20240703

Compare Source

v19.0.0-rc-99da76f23a-20240606

Compare Source

v19.0.0-rc-9598c41a20-20240603

Compare Source

v19.0.0-rc-94e652d5-20240912

Compare Source

v19.0.0-rc-941e1b4a-20240729

Compare Source

v19.0.0-rc-935180c7e0-20240524

Compare Source

v19.0.0-rc-915b914b3a-20240515

Compare Source

v19.0.0-rc-8f3c0525f9-20240521

Compare Source

v19.0.0-rc-8b08e99e-20240713

Compare Source

v19.0.0-rc-8971381549-20240625

Compare Source

v19.0.0-rc-85acf2d195-20240711

Compare Source

v19.0.0-rc-83825814-20241015

Compare Source

v19.0.0-rc-827cbea417-20240606

Compare Source

v19.0.0-rc-8269d55d-20240802

Compare Source

v19.0.0-rc-81c5ff2e04-20240521

Compare Source

v19.0.0-rc-7c8e5e7a-20241101

Compare Source

v19.0.0-rc-7ac8e612-20241113

Compare Source

v19.0.0-rc-77f43893-20241010

Compare Source

v19.0.0-rc-77b637d6-20241016

Compare Source

v19.0.0-rc-778e1ed2-20240926

Compare Source

v19.0.0-rc-7771d3a7-20240827

Compare Source

v19.0.0-rc-76002254-20240724

Compare Source

v19.0.0-rc-70fb1363-20241010

Compare Source

v19.0.0-rc-6fb39ec9e9-20240621

Compare Source

v19.0.0-rc-6f23540c7d-20240528

Compare Source

v19.0.0-rc-6ebfd5b0-20240818

Compare Source

v19.0.0-rc-6d3110b4d9-20240531

Compare Source

v19.0.0-rc-6cf85185-20241014

Compare Source

v19.0.0-rc-69d4b800-20241021

Compare Source

v19.0.0-rc-68dbd84b-20240812

Compare Source

v19.0.0-rc-67fee58b-20240926

Compare Source

v19.0.0-rc-66855b96-20241106

Compare Source

v19.0.0-rc-65a56d0e-20241020

Compare Source

v19.0.0-rc-65903583-20240805

Compare Source

v19.0.0-rc-6230622a1a-20240610

Compare Source

v19.0.0-rc-603e6108-20241029

Compare Source

v19.0.0-rc-5dcb0097-20240918

Compare Source

v19.0.0-rc-5d19e1c8-20240923

Compare Source

v19.0.0-rc-5c56b873-20241107

Compare Source

v19.0.0-rc-58af67a8f8-20240628

Compare Source

v19.0.0-rc-57fbe3ba37-20240520

Compare Source

v19.0.0-rc-512b09b2-20240718

Compare Source

v19.0.0-rc-4f604941-20240830

Compare Source

v19.0.0-rc-4d577fd2-20241104

Compare Source

v19.0.0-rc-4c58fce7-20240904

Compare Source

v19.0.0-rc-4c2e457c7c-20240522

Compare Source

v19.0.0-rc-49496d49-20240814

Compare Source

v19.0.0-rc-47352209-20240912

Compare Source

v19.0.0-rc-459fd418-20241001

Compare Source

v19.0.0-rc-45804af1-20241021

Compare Source

v19.0.0-rc-3f1436cca1-20240516

Compare Source

[v19.0.0-rc-3edc000d-20240926](https://redirect.github.com/facebook/react/compare/3dfd5d9efb8fb56c4f602915c0e38


Configuration

📅 Schedule: Branch creation - "after 4pm on thursday" (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 was generated by Mend Renovate. View the repository job log.

Copy link

netlify bot commented Nov 14, 2024

Deploy Preview for jonaschlegel-com ready!

Name Link
🔨 Latest commit aaa5deb
🔍 Latest deploy log https://app.netlify.com/sites/jonaschlegel-com/deploys/67362bfa4e93b30008c2caf0
😎 Deploy Preview https://deploy-preview-12--jonaschlegel-com.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Contributor Author

renovate bot commented Nov 14, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@jonaschlegel jonaschlegel merged commit 20e6b06 into main Nov 15, 2024
6 checks passed
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