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 all non-major dependencies #60

Merged
merged 2 commits into from
Dec 16, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 1, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@tanstack/react-query (source) ^5.8.4 -> ^5.13.4 age adoption passing confidence
@types/node (source) ^18.18.12 -> ^18.19.3 age adoption passing confidence
@types/react (source) ^18.2.38 -> ^18.2.45 age adoption passing confidence
@​vercel/og ^0.5.20 -> ^0.6.1 age adoption passing confidence
csstype ^3.1.2 -> ^3.1.3 age adoption passing confidence
eslint (source) ^8.54.0 -> ^8.55.0 age adoption passing confidence
eslint-config-next (source) ^14.0.3 -> ^14.0.4 age adoption passing confidence
lint-staged ^15.1.0 -> ^15.2.0 age adoption passing confidence
next (source) ^14.0.3 -> ^14.0.4 age adoption passing confidence
postcss (source) ^8.4.31 -> ^8.4.32 age adoption passing confidence
prettier (source) ^3.1.0 -> ^3.1.1 age adoption passing confidence
tailwindcss (source) ^3.3.5 -> ^3.3.6 age adoption passing confidence
tsx ^4.4.0 -> ^4.6.2 age adoption passing confidence
typescript (source) ^5.3.2 -> ^5.3.3 age adoption passing confidence
zustand ^4.4.6 -> ^4.4.7 age adoption passing confidence

Release Notes

TanStack/query (@​tanstack/react-query)

v5.13.4

Compare Source

Version 5.13.4 - 12/9/2023, 9:51 AM

Changes

Fix
  • core: mutation GC leak when reset, but not unsubscribed (#​6509) (e34bfab) by Dominik Dorfmeister

Packages

v5.12.2

Compare Source

Version 5.12.2 - 12/2/2023, 9:37 AM

Changes
Fix
  • useQueries: add type tests for useQueries and fix a couple of type bugs (#​6471) (b54936f) by Charlotte Grace (Bone)
Docs
Packages

v5.12.1

Compare Source

Version 5.12.1 - 12/1/2023, 3:42 PM

Changes
Feat
Fix
Chore
Packages

v5.12.0

Compare Source

v5.10.0

Compare Source

Version 5.10.0 - 11/29/2023, 3:06 PM

Changes

Feat
Chore

Packages

v5.9.0

Compare Source

Version 5.9.0 - 11/29/2023, 7:47 AM

Changes
Feat
Fix
  • types: Fix types when using select with the queryOptions helper (#​6454) (3319d80) by Charlotte Grace (Bone)
Chore
Packages

v5.8.9

Compare Source

Version 5.8.9 - 11/28/2023, 8:27 AM

Changes

Fix
Chore
  • remove integrations packages from sherif (5163ed4) by Dominik Dorfmeister
Test
  • add vite5 integration test for react (#​6443) (6b79e10) by Dominik Dorfmeister

Packages

v5.8.7

Compare Source

Version 5.8.7 - 11/24/2023, 7:48 PM

Changes

Fix
  • core: make sure queries initialize correctly (#​6431) (43bb4b9) by Dominik Dorfmeister

Packages

v5.8.6

Compare Source

Version 5.8.6 - 11/24/2023, 9:19 AM

Changes

Fix
  • react-query: make sure options are up-to-date when a mounted component re-suspends (#​6429) (1f0088e) by Dominik Dorfmeister
Chore
Docs

Packages

frenic/csstype (csstype)

v3.1.3

Compare Source

eslint/eslint (eslint)

v8.55.0

Compare Source

Features

  • 8c9e6c1 feat: importNamePattern option in no-restricted-imports (#​17721) (Tanuj Kanti)

Documentation

  • 83ece2a docs: fix typo --rules -> --rule (#​17806) (OKURA Masafumi)
  • fffca5c docs: remove "Open in Playground" buttons for removed rules (#​17791) (Francesco Trotta)
  • a6d9442 docs: fix correct/incorrect examples of rules (#​17789) (Tanuj Kanti)
  • 383e999 docs: update and fix examples for no-unused-vars (#​17788) (Tanuj Kanti)
  • 5a8efd5 docs: add specific stylistic rule for each deprecated rule (#​17778) (Etienne)

Chores

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

v14.0.4

Compare Source

Core Changes
  • Remove early return that is duplicated in useSearchParams: #​58545
  • Support passing a relative string to pushState/replaceState: #​58438
  • [.next/trace] Record start-dev-server trace span: #​58469
  • Update React from 593ecee to 2c338b1.: #​58553
  • turbopack: Fix pageExtensions with dots: #​58504
  • fix: revalidation with file-system-cache: #​58508
  • fix: fetch() behavior when "dynamic" is "force-dynamic: #​58484
  • Add cacheNodeSeedData to RSC payload: #​58566
  • Lift subtree data out of React tree: #​58569
  • fix(next-core): allow runtime segment option in pages/api: #​58409
  • Update rust-toolchain to 2023-11-16: #​58558
  • refactor: Add lightningcss mode for turbopack-css: #​58471
  • fix: avoid race condition when download swc wasm: #​58536
  • Removed unused route resolver code: #​58702
  • Add experimental.windowHistorySupport to Turbopack supported options: #​58717
  • Improve Server Actions compiler: #​58391
  • Seed CacheNodes immediately after receiving response: #​58669
  • Turbopack: improve error display: #​58734
  • fix node externals resolving: #​58129
  • disable static prefetching behavior for dynamic segments: #​58609
  • fix: ensure DynamicUsageErrors caught during render bubble up: #​58747
  • fix image.domains deprecation warning: #​58656
  • fix waitUntil handling in pipeToNodeResponse: #​58744
  • Use consistent resolve extensions alias for compiler: #​58725
  • Turbopack: Use styled issue titles and details: #​58743
  • route handlers: make req.cookies opt you into dynamic: #​58769
  • OpenTelemetry: a more reliable way to establish a root context: #​58662
  • Revert "fix: fetch() behavior when "dynamic" is "force-dynamic": #​58735
  • [Instrumentation] Don't treat instrumentation hook as pages: #​58775
  • Fix turboFlag set to false: #​58795
  • [.next/trace] Track server requests and memory usage: #​58690
  • place virtual module inside the project directory: #​58798
  • fix rewrites to edge routes: #​58797
  • Polish unsupported metadata warning with doc link: #​58750
  • Enable .mjs extension config in Turbopack: #​58825
  • Turbopack: align automatic externals code with webpack: #​58851
  • Upgrade Turbopack: #​58859
  • OpenTelemetry: propagate context to sandbox: #​58791
  • fix uniqueness of layers: #​58872
  • disable flushToDisk during generateStaticParams: #​58871
  • Turbopack: enable some node.js builtin in edge runtime: #​58850
  • add NEXT_TRIGGER_URL env var to show request triggering a compilation: #​58762
  • Update swc_core to v0.86.81: #​58517
  • Trace server updates: #​58694
  • remove duplicate util file for redirect status: #​58878
  • fix(windows): workaround for intermittent locks on windows when renaming files: #​58835
  • unify server action detection logic: #​58879
  • Fix nested fetch logging indentation: #​58955
  • Delete preloadComponent module: #​58741
  • Remove cache field from action types: #​58938
  • Add nodejs version check: #​58958
  • Code refactoring: #​58737
  • Fix bugs with baseUrl and mdxRs: #​58968
  • Fix encoding in encryption of Server Actions: #​59000
  • fix(turbopack): treat .mdx as valid ecma asset: #​58985
  • dedupe pending revalidation requests: #​58990
  • fix: Put back type for NavigateOptions.scroll: #​59001
  • Cleanup Render Result: #​58782
  • fix(turbopack): add list of packages that should never be marked as e…: #​59020
  • Testmode: provide test info for rewrite requests: #​59033
  • build(cargo): bump up turbopack: #​59032
  • fix async action queue behavior: #​59038
  • start performance profiling after node.js version is checked: #​59028
  • Fixed stale fetch using when page regenerates: #​58926
  • Enable PPR tests for test suites: #​59030
  • Update font data: #​59043
  • update status codes for redirect and permanentRedirect in action handlers: #​58885
  • Ensure stale build fetch data is not unexpectedly used: #​59076
  • add support for instrumentation: #​59070
  • use 303 status code for redirects in fetch actions: #​59017
  • verify action id before parsing body: #​58977
  • fix interception routes with rewrites: #​59094
  • Fix next internal is missing in flight manifest: #​59085
  • Support generating multi-meta tahs for metadata api other prop: #​59106
  • Turbopack: Align some "Module not found" errors with webpack: #​58518
  • Fix dynamic usage errors logging unexpectedly: #​59133
  • Fix: remove deprecated option from standalone server: #​59036
  • Update font data: #​59138
  • fix typedRoutes when used with webpackBuildWorker: #​59140
  • Add NEXT_MANUAL_SIG_HANDLE handling to start-server.ts: #​59117
  • Support adding CSP nonce with content-security-policy-report-only header: #​59071
  • chore: fix typo in jsDoc: #​58224
  • fix: add maxDuration to PageConfig type: #​55918
  • Fix mixed module swc compilation for app router: #​58967
  • Don't catch ensureMiddleware errors: #​59166
  • fix behavior when revisiting an intercepted route: #​59168
  • Turbopack only enable instrumentationHook with experimental flag: #​59173
  • fix server actions behavior on intercepted routes: #​59175
  • Fix ssgCacheKey in minimal mode: #​59181
  • Update to latest version of @​vercel/nft: #​59183
  • Ensure original history is read in effect: #​58861
  • fix some small turbopack issues: #​59171
  • fix tsconfig alias cycle: #​59232
  • Resolve build issues with symlinked files: #​57412
  • Disable more Turbopack build tests: #​59245
  • Remove mutable field from action types: #​59221
  • Add process.env.__NEXT_PPR to build config: #​59253
  • Fix dynamic transform ssr:false case for pages router with ESM: #​59246
  • Delete unused static prefetch code: #​58783
  • fix(next-core): adjust edge entry path: #​59265
  • feat: support outputFileTracing in App Router: #​59139
  • docs: fix remotePatterns link in image-config.ts: #​59197
  • Testmode: support edge functions inside a sandbox: #​59179
  • Update font data: #​59271
  • fix: properly call normalizeDynamicRouteParams in NextWebServer.handleCatchAllRenderRequest: #​58949
  • add user-level tracing: #​59284
  • Fix app-dir - logging test in Turbopack: #​59261
  • update turbopack: #​59285
  • feat(turbopack): support loading WebAssembly in the edge runtime: #​59013
  • Fix barrel optimization to ignore layers: #​59254
  • fix interception routes with dynamic segments: #​59273
  • Clean up builtin modularizeImports configs: #​59294
  • Enable PPR for dynamic = "force-dynamic": #​58779
  • remove additional static prefetch code: #​59313
  • add module tracing for client reference and next/dynamic walking: #​59306
  • side effects optimization: #​58972
  • Move App Router client-side constants to separate file: #​59239
  • reduce function calls in walk: #​59332
  • update turbopack: #​59334
  • disable unused next/dynamic walking in app dir: #​59338
  • fix hmr in multi-zone handling: #​59307
  • fix edge route catch-all param parsing: #​59343
  • add logLevel support to @next/bundle-analyzer: #​59228
  • Fix server output bundling packages module resolving: #​59369
  • fix inconsistent scroll restoration behavior: #​59366
  • test: ability to use node debugger: #​56277
  • fixes the logging by showing full URLs only on demand: #​58088
  • rm console.log: #​59381
Documentation Changes
  • docs: Fix grammar in Caching section: #​58070
  • Update 01-installation.mdx: #​58555
  • Fix naming: #​58539
  • docs: clarify route handler caching: #​58541
  • [Next.js Docs] Adds useOptimistic link: #​58706
  • Docs: Add missing diagram : #​59008
  • Docs: Update revalidate example: #​59002
  • docs: patch upgrade guide to pin install version: #​58993
  • Docs: Delete fast refresh example: #​59003
  • docs:Add react hydration error case.: #​59147
  • Correcting the webpack function introduction: #​58663
  • Docs: Fix upgrade guide files: #​59249
  • docs: fix broken link to learn course: #​59288
  • docs fix: Server Action js example: #​59159
  • docs: Remove invalid URL: #​58823
  • Fix incorrect prop name in client component: #​58591
  • update: Firebase link to with-firebase example: #​58621
  • added comma to the props list: #​58596
  • Update 10-route-handlers.mdx: #​59021
  • Add documentation note about middleware and runtimes: #​58873
  • Revert "added comma to the props list": #​59314
Example Changes
  • Update cache-handler-redis example: #​58562
  • Update & Repair LRUCache importation on NextJS Rate Limit API example: #​58060
  • examples with-zustand update to app dir #​52858: #​58042
  • examples: fix import statement for lru-cache: #​58567
  • examples: Remove outdated example: #​58568
  • feat(examples): add upload file example with Server Actions: #​58467
  • migrate with-cypress example to app dir: #​58053
  • fix lint in examples: #​58630
  • examples: add direct link to Dockerfile: #​58793
  • Update Electron Typescript Example with Best Practices: #​58947
  • Enable typechecking on config: #​57892
  • Updates with-supertokens example app: #​58525
Misc Changes
  • fix(turbopack): e2e/404-page-router test: #​58146
  • Turbopack: update to turbopack-231122.3: #​58784
  • make tests more stable: #​58765
  • chore(CI): improve datadog reporting: #​58267
  • chore(CI): add action to auto retry tests on canary and report failures after retries: #​58774
  • ci: unify reset project script: #​58829
  • ci: disable deployment protection for e2e test project: #​58830
  • fix(CI): retry-test action can't use env in if: #​58838
  • Update Turbopack test manifest from GitHub Actions artifact: #​58394
  • Increase default timeout for swc build: #​59035
  • chore: bump nissuer (issue validator): #​59060
  • fix(test): don't use latest sharp: #​59074
  • misc: disable automerge: #​59077
  • Update checkout step: #​59079
  • ci: don't try to upload to datadog for docs only changes: #​59068
  • misc: delete kodiak: #​59082
  • add full PPR e2e tests: #​59025
  • ci: don't retry or notify on failures from forks: #​59118
  • skip release if no new commits: #​59134
  • fix variable name in release workflow: #​59135
  • Update Turbopack test manifest: #​59109
  • fix(next-core): do not panic when parsing segment config: #​59170
  • Correctly skip build test for Turbopack: #​59207
  • Failing test for 59195: #​59210
  • ci: report daily turbo integration test results from this repo: [#​58965](https://togithub.com/vercel/nex

Configuration

📅 Schedule: Branch creation - "before 9am on saturday" in timezone Europe/Moscow, 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.

👻 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. View repository job log here.

Copy link

vercel bot commented Dec 1, 2023

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

Name Status Preview Updated (UTC)
ghloc ✅ Ready (Inspect) Visit Preview Dec 16, 2023 3:14pm

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ecd4d82 to 48cf7cc Compare December 2, 2023 11:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 48cf7cc to 20336d4 Compare December 2, 2023 15:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 20336d4 to fa97437 Compare December 2, 2023 20:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fa97437 to 6e8f644 Compare December 3, 2023 04:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6e8f644 to 8264e89 Compare December 3, 2023 20:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8264e89 to 13e4fe5 Compare December 4, 2023 15:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 13e4fe5 to 2350c7f Compare December 4, 2023 19:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2350c7f to 38ce0bd Compare December 4, 2023 23:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 38ce0bd to 4a56bf2 Compare December 5, 2023 04:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4a56bf2 to 95e35e9 Compare December 5, 2023 10:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 95e35e9 to 607828f Compare December 5, 2023 19:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 607828f to 7ec3029 Compare December 6, 2023 18:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7ec3029 to f471693 Compare December 7, 2023 18:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f471693 to 03d5733 Compare December 7, 2023 21:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 03d5733 to 2abcece Compare December 9, 2023 19:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2abcece to cb9dd43 Compare December 10, 2023 10:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cb9dd43 to 4c9a2ad Compare December 10, 2023 22:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4c9a2ad to ac9b297 Compare December 12, 2023 10:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ac9b297 to cd4ba17 Compare December 12, 2023 13:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cd4ba17 to 82b9983 Compare December 13, 2023 11:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 82b9983 to 7830ab4 Compare December 15, 2023 14:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7830ab4 to d1821e9 Compare December 15, 2023 15:33
@pajecawav pajecawav merged commit 5704fdc into master Dec 16, 2023
2 checks passed
@pajecawav pajecawav deleted the renovate/all-minor-patch branch December 16, 2023 15:15
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