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): pin dependencies #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

chore(deps): pin dependencies #4

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 15, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
@radix-ui/react-dialog (source) dependencies pin ^1.1.2 -> 1.1.2 age adoption passing confidence
@radix-ui/react-slot (source) dependencies pin ^1.1.0 -> 1.1.0 age adoption passing confidence
@types/node (source) devDependencies pin ^20 -> 20.17.6 age adoption passing confidence
@types/react (source) devDependencies pin ^18 -> 18.3.12 age adoption passing confidence
@types/react-dom (source) devDependencies pin ^18 -> 18.3.1 age adoption passing confidence
class-variance-authority dependencies pin ^0.7.0 -> 0.7.0 age adoption passing confidence
clsx dependencies pin ^2.1.1 -> 2.1.1 age adoption passing confidence
eslint (source) devDependencies pin ^8 -> 8.57.1 age adoption passing confidence
eslint-config-next (source) devDependencies minor 14.2.16 -> 14.3.0-canary.87 age adoption passing confidence
lucide-react (source) dependencies pin ^0.456.0 -> 0.456.0 age adoption passing confidence
mariadb minor 10.5 -> 10.11 age adoption passing confidence
pnpm (source) packageManager minor 9.12.1+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4 -> 9.15.4 age adoption passing confidence
postcss (source) devDependencies pin ^8 -> 8.4.48 age adoption passing confidence
react (source) dependencies pin ^18 -> 18.3.1 age adoption passing confidence
react-dom (source) dependencies pin ^18 -> 18.3.1 age adoption passing confidence
tailwind-merge dependencies pin ^2.5.4 -> 2.5.4 age adoption passing confidence
tailwindcss (source) devDependencies pin ^3.4.1 -> 3.4.14 age adoption passing confidence
tailwindcss-animate dependencies pin ^1.0.7 -> 1.0.7 age adoption passing confidence
typescript (source) devDependencies pin ^5 -> 5.6.3 age adoption passing confidence

Add the preset :preserveSemverRanges to your config if you don't want to pin your dependencies.


Release Notes

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

v14.3.0-canary.87

Compare Source

Core Changes
  • enhance: ignore nextjs version fetch error in dev overlay: #​66271
  • Trigger error for stream on client when it is not finished as expected: #​65798
Example Changes
  • Update with-react-hook-form example: #​66253
Misc Changes
  • Add support for IPv6 in tests: #​66285
  • feat: Upgrade lightningcss: #​66280
  • Fail early in release if auth fails with configured gh token: #​66171
  • Update turbopack to turbopack-240528.2: #​66293
  • docs: change dynamic sitemap output filename: #​66273
Credits

Huge thanks to @​shubh73, @​unstubbable, @​huozhi, @​kdy1, @​eps1lon, and @​wbinnssmith for helping!

v14.3.0-canary.86

Compare Source

Core Changes
  • Reland bunling webpack middleware changes (#​66049): #​66052
  • fix dev overlay version indicator style: #​66278
  • [ppr] Don't mark RSC requests as /_next/data requests: #​66249
Misc Changes
  • [lint] Disable linting using project config for tests: #​66145
  • 📝 docs: Add missing example code file name: #​66251
Credits

Huge thanks to @​ijjk, @​huozhi, @​wyattjoh, and @​atik-persei for helping!

v14.3.0-canary.85

Compare Source

Core Changes
  • Bump React types to latest 18.3.x: #​66181
  • Bump styled-jsx to 5.1.6: #​66185
  • Fix source map loading failure for path-to-regexp: #​66242
  • Bump React types to 19 rc: #​66186
Example Changes
  • adopt modern & supported Apollo Client patterns in the with-apollo example: #​65316
Misc Changes
  • fix(create-next-app): Update CNA templates' .gitignore files for parity with Yarn recommendations: #​65823
  • chore: update empty template tailwindcss config: #​66173
  • Update create-next-app template CSS: #​66233
Credits

Huge thanks to @​bosconian-dynamics, @​phryneas, @​akazwz, @​ypessoa, @​eps1lon, and @​unstubbable for helping!

v14.3.0-canary.84

Compare Source

Misc Changes
  • docs(migrating): fix Migrating from Create React App: #​65994
Credits

Huge thanks to @​IGassmann for helping!

v14.3.0-canary.83

Compare Source

Core Changes
  • Implement typeof window inlining for Turbopack: #​66128
Credits

Huge thanks to @​timneutkens for helping!

v14.3.0-canary.82

Compare Source

Misc Changes
  • docs(metadata): fix incorrect link to React cache function: #​66156
  • fix(docs): minor syntax typo for missed const: #​66154
Credits

Huge thanks to @​Juneezee and @​Sayakie for helping!

v14.3.0-canary.81

Compare Source

Core Changes
  • add next-build-test binary / library: #​64121
  • add bash script to run a benchmark: #​64717
  • Handle next/navigation import in middleware: #​66175
  • [ppr] Data route fix: #​66190
Misc Changes
  • add arlyon to turbopack team: #​66177
  • docs(community): remove Grammarly extension recommendation: #​66195
  • Clarify create-next-app question wording: #​66157
Credits

Huge thanks to @​arlyon, @​timneutkens, @​wyattjoh, @​samcx, and @​lorensr for helping!

v14.3.0-canary.80

Compare Source

Core Changes
  • feat(turbopack): Attempt to detect and warn about slow file IO: #​66057
  • update typescript plugin to support experimental_ppr: #​66141
Misc Changes
  • add missing -y to start-release
  • next-swc: Update from tokio 1.32.0 to 1.37.0: #​66087
  • Check access token early during release: #​66133
  • clarify interception modal docs: #​66143
Credits

Huge thanks to @​bgw, @​eps1lon, and @​ztanner for helping!

v14.3.0-canary.79

Compare Source

Core Changes
Misc Changes
  • docs: add missing /: #​66105
  • Add release candidate handling to start release: #​66107
  • Docs: Next.js 15 updates: #​65603
  • Fix validate externals docs
Credits

Huge thanks to @​wyattjoh, @​ijjk, @​eps1lon, @​tokkiyaa, @​lubieowoce, and @​delbaoliveira for helping!

v14.3.0-canary.78

Compare Source

Core Changes
Credits

Huge thanks to @​wyattjoh, @​ijjk, and @​eps1lon for helping!

v14.3.0-canary.77

Compare Source

Core Changes
  • Update React from 04b0588 to 81c5ff2 : #​65869
  • implement unstable_rethrow: #​65831
  • chore(next/image): remove unused output parameter: #​66083
  • next-swc-napi: Enable "plugin" feature by default: #​66006
  • [turbopack] Use updated RawOutput API: #​65300
  • Skip setting to fetch cache when not modified: #​66055
  • [Memory] Add option to reduce memory usage caused by duplicate strings in webpack-sources: #​66003
  • Ensure metadata routes dont skip static optimization: #​66097
  • [unstable_after] fix occasional dev-mode crash in edge runtime pages: #​66099
Misc Changes
  • Tweak flakey metadata error tests: #​66060
  • Fix cloudflare transform images url: #​66076
  • React sync: Reduce manual tasks: #​66095
  • React sync: Handle React PRs landed via ghstack: #​66069
  • [Memory] Add docs for new experimental.webpackMemoryOptimizations option: #​66096
Credits

Huge thanks to @​ijjk, @​eps1lon, @​todor0v, @​ztanner, @​styfle, @​bgw, @​mknichel, and @​lubieowoce for helping!

v14.3.0-canary.76

Compare Source

Core Changes
  • Add dedicated client entry for Turbopack builds: #​65824
Credits

Huge thanks to @​wbinnssmith for helping!

v14.3.0-canary.75

Compare Source

Core Changes
  • [Breaking] disable client router cache for page segments: #​66039
Example Changes
  • Update Google Analytics example for App Router: #​66021
Misc Changes
  • Improve sync-react changelog generator: #​66051
Credits

Huge thanks to @​qqww08, @​ztanner, and @​eps1lon for helping!

v14.3.0-canary.74

Compare Source

Core Changes
  • [Breaking] Disable automatic static generation for route handlers: #​65825
  • Fix router.refresh missing canonical url override: #​65999
  • Fix typo in JSDoc of ppr flag of next.config.js: #​66028
  • Revert webpack bundling layer changes for middleware/pages: #​66049
  • Upgrade lightningcss, disable grid prefixing: #​65986
Misc Changes
  • Update Turbopack development test manifest: #​66002
  • docs: Update Route Handlers docs for dynamic: #​66010
  • Update Turbopack production test manifest: #​66007
  • Include base commit in changes included by a React sync: #​65868
  • add missing "prerenderEarlyExit: false" to dynamic-data test
  • add pre-push hook to guard against accidental pushes directly to canary: #​66030
  • Add missing 'prerenderEarlyExit: false' in tests: #​66032
  • chore(docs): remove suggestion of manually installing sharp: #​66034
  • Update Turbopack development test manifest: #​66044
  • Fix swc test path from node_modules: #​66047
  • Update create-next-app template CSS: #​66043
  • Update lightningcss to 1.0.0-alpha.56: #​66046
  • ci(workflow): skip building next-swc with latest turbopack: #​66048
Credits

Huge thanks to @​ijjk, @​gaojude, @​leerob, @​eps1lon, @​lubieowoce, @​Nayeem-XTREME, @​styfle, @​ypessoa, @​wbinnssmith, @​kwonoj, and @​timneutkens for helping!

v14.3.0-canary.73

Compare Source

Core Changes
  • fix(next/image): prefer sharp defaults, use mozjpeg for JPEG: #​65846
  • Update font data: #​65961
  • unstable_after: support nested unstable_after calls: #​65950
  • Fix revalidateTimings route for catchall index route: #​65843
  • fix(next): initial prefetch cache not set properly with different search params: #​65977
  • Add additional log to experimental ppr flag in next.config.js: #​65944
  • Change default of prerenderEarlyExit to true: #​65830
  • short-circuit OPTIONS requests to pages: #​65295
  • Turbopack: Implement next/font/local with BeforeResolvePlugin and show custom error message: #​65870
Misc Changes
  • docs: clarify gSSP docs for runtime: #​65962
  • fix(docs): update styled components option: #​65718
  • feat: Add option to enable Turbopack with create-next-app: #​65926
  • chore(github-workflow): move issues, prs, features to #next-info channel: #​65991
Credits

Huge thanks to @​lovell, @​leerob, @​lubieowoce, @​nsams, @​devjiwonchoi, @​Nayeem-XTREME, @​JamBalaya56562, @​ijjk, @​ztanner, @​Arindam200, @​samcx, and @​wbinnssmith for helping!

v14.3.0-canary.72

Compare Source

Core Changes
  • experimental: unstable_after: #​65038
  • Docs: Replace "twitter.com" to "x.com": #​65917
Example Changes
  • chore: Bump react-modal to 3.16.2 in with-router-as-modal example: #​65841
Misc Changes
  • Update create-next-app template: #​65803
  • Fix send-trace-to-jaeger boolean span values: #​65920
  • Mention Renaming of useFormState: #​65934
Credits

Huge thanks to @​lubieowoce, @​ypessoa, @​ryohidaka, @​icyJoseph, @​timneutkens, and @​Arinji2 for helping!

v14.3.0-canary.70

Compare Source

Misc Changes
  • fix: race condition in CLI output in react-compiler test: #​65909
Credits

Huge thanks to @​lubieowoce for helping!

v14.3.0-canary.69

Compare Source

Core Changes
  • Set default stale-while-revalidate header value to 1 year: #​65867
  • fix missing experimental warning for reactCompiler: #​65866
  • Error on mismatched minimal react version: #​65806
  • Revert "Set default stale-while-revalidate header value to 1 year": #​65887
  • Update turbopack & swc_core: #​65450
  • Revert "Fix broken HTML inlining of non UTF-8 decodable binary data f…: #​65906
Example Changes
  • Update Sanity example deps and implementation: #​65744
  • update convex README.md: #​65765
Credits

Huge thanks to @​flybayer, @​stipsan, @​ianmacartney, @​ztanner, @​huozhi, and @​kdy1 for helping!

v14.3.0-canary.68

Compare Source

Core Changes
Misc Changes
  • Fix typos in test descriptions in router-rerender integration tests: #​65834
Credits

Huge thanks to @​hiro0218 and @​eps1lon for helping!

v14.3.0-canary.67

Compare Source

Core Changes
  • Ensure plugin-syntax-jsx doesn't have to be installed: #​65865
Credits

Huge thanks to @​timneutkens for helping!

v14.3.0-canary.66

Compare Source

Core Changes
Misc Changes
  • docs(css-in-js): alphabetize libraries name: #​65832
Credits

Huge thanks to @​timneutkens, @​styfle, @​Lsnsh, and @​datner for helping!

v14.3.0-canary.65

Compare Source

Core Changes
Misc Changes
  • test: fix flaky tests and disabled constant failing ones: #​65822
  • Run CNA tests with Next.js from branch: #​65852
Credits

Huge thanks to @​huozhi and @​eps1lon for helping!

v14.3.0-canary.64

Compare Source

Core Changes
  • Update font data: #​65768
  • feat: remove font family hashing in next/font css: #​53608
  • Add script to script loader when strategy prop is undefined: #​65585
  • fix: ensure websockets are correctly passed: #​65759
  • Add clientTraceMetadata experimental option to propagate tracing data to the client: #​64256
  • Remove process auto polyfill in edge runtime: #​65751
  • feat: support import attributes: #​65749
  • Turbopack: Remove EcmascriptChunkingContext: #​65716
  • Error in build for middleware when import client-only: #​65792
  • fix(next): reject protocol-relative URLs in image optimization: #​65752
  • Fix broken HTML inlining of non UTF-8 decodable binary data from Flight payload: #​65664
  • Bundle the installed react for middleware: #​65811
  • fix middleware cookie initialization: #​65820
  • fix(next/image)!: set upstream timeout to 7 seconds: #​65821
  • feat(turbopack-ecmascript): use import attributes for annotations: #​59370
  • feat(next): experimental react compiler support: #​65804
Misc Changes
  • chore: remove unnecessary dependency: #​65819
Credits

Huge thanks to @​blvdmitry, @​hwangstar156, @​wyattjoh, @​lforst, @​huozhi, @​ForsakenHarmony, @​wbinnssmith, @​emmerich, @​shuding, @​christian-bromann, @​ztanner, @​styfle, and @​kwonoj for helping!

v14.3.0-canary.63

Compare Source

Core Changes
  • fext(next-swc): extend internal env flag to all native bindings: #​65748
  • Update font data: #​65719
  • fix(next): add alias to new react exports: #​65761
Misc Changes
  • chore: add git blame ignore-revs support to gitlens for vscode configuration: #​65762
Credits

Huge thanks to @​kwonoj and @​wyattjoh for helping!

v14.3.0-canary.62

Compare Source

Core Changes
  • Bump acorn to replace swc class properties transform: #​65715
  • fix: watch experimental/testmode in when running "pnpm dev": #​65689
  • Revert "chore: externalize undici for bundling": #​65727
  • [ppr] Request normalization fixes: #​65717
  • fix(next/image)!: error when src has leading or trailing space: #​65637
Misc Changes
  • chore(CI): escape PR title for slack webhook: #​65742
  • Docs: Make "With URL Obeject" only displayed in Pages docs: #​65547
  • Update external links 07-edge.mdx: #​65728
Credits

Huge thanks to @​huozhi, @​lubieowoce, @​samcx, @​ForsakenHarmony, @​maxhaomh, @​wyattjoh, @​styfle, and @​mirasayon for helping!

v14.3.0-canary.61

Compare Source

Core Changes
  • fix(resolve-metadata): allow for search params in canonical URL: #​65366
  • Remove missingSuspenseWithCSRBailout config: #​65688
  • Reland Remove ineffective webpack rules and unused app-page context modules: #​65694
  • Remove swc minify related code branches: #​65690
  • fix: load the tags manifest asynchronously: #​64563
Example Changes
  • Update middleware example to App Router: #​65618
  • update cache handler version and added better logic for opting out of…: #​65330
Misc Changes
  • Add missing type-only imports to documentation examples: #​65687
Credits

Huge thanks to @​diogocapela, @​dnhn, @​typeofweb, @​huozhi, @​davidsa03, and @​imranolas for helping!

v14.3.0-canary.60

Compare Source

Core Changes
  • fix(next-swc): Do not reuse compiler instance: #​65602
  • Show the new key of experimental config change warnings: #​65651
  • fix(next-swc): Fix SWC env target - include option: #​65693
  • Reapply "Implement Turbopack trace server bindings" (#​65419): #​65527
Example Changes
  • Resolve grammatical errors in examples: #​65644
Credits

Huge thanks to @​kdy1, @​huozhi, @​ijjk, and @​okoyecharles for helping!

v14.3.0-canary.59

Compare Source

Core Changes
  • Apply react-server conditions to middleware: #​65424
Credits

Huge thanks to @​huozhi for helping!

v14.3.0-canary.58

Compare Source

Core Changes
  • feat!(next/image): change default Content-Disposition to attachment: #​65631
  • Pages router: Enable strict next/head children reconciler by default: #​65418
Misc Changes
  • chore(create-next-app): update README links: #​65634
  • Add Ecmascript features tests: #​65613
Credits

Huge thanks to @​styfle, @​samcx, @​timneutkens, and @​eps1lon for helping!

v14.3.0-canary.57

Compare Source

Misc Changes
  • fix(docs): fix minor meta charset typo: #​65596
Credits

Huge thanks to @​coopbri for helping!

v14.3.0-canary.56

Compare Source

Core Changes
  • fix(next-swc): correct path interop to filepath for wasm: #​65633
  • Add proper deprecation/rename warnings for server bundling option: #​65575
Misc Changes
  • chore(create-next-app): update empty templates: #​65620
Credits

Huge thanks to @​kwonoj, @​Ethan-Arrowood, and @​samcx for helping!

v14.3.0-canary.55

Compare Source

Core Changes
  • Handle nonce on Next.js injected script/link tags: #​65508
  • Fix multi-zone test by removing dependency list: #​65589
  • remove next-action header when following a redirect: #​65615
  • Remove @​next/font resolving for font loaders: #​65601
  • remove legacy deprecated warnings: #​65579
  • feat(turbopack): add support for bundlePagesRouterDependencies: #​65520
  • fix(next-swc): load wasm fallback if native bindings fail to load: #​65623
Example Changes
  • update reproduction templates to use correct React: #​65624
Misc Changes
  • docs: explain about the conditional default metadataBase on vercel de…: #​65583
  • Fix NEXT_SKIP_ISOLATE=1 log for testing: #​65590
  • [eslint] Fix lint-staged to ensure eslint is ran: #​65622
  • Docs: Update server actions link to point at server actions page: #​65593
  • create-next-app - Update links for READMEs: #​65548
Credits

Huge thanks to @​huozhi, @​timneutkens, @​Ethan-Arrowood, @​ztanner, @​wyattjoh, @​ForsakenHarmony, @​srkirkland, @​RiskyMH, and [@&#820


Configuration

📅 Schedule: Branch creation - "on the 1st and 15th day of the month" in timezone Europe/Paris, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from b908bd8 to a499d02 Compare November 30, 2024 02:37
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 201c0bc to d5bda11 Compare January 4, 2025 02:35
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.

0 participants