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 #68

Merged
merged 1 commit into from
Mar 8, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 23, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@tanstack/react-query (source) ^5.20.5 -> ^5.25.0 age adoption passing confidence
@types/node (source) ^20.11.17 -> ^20.11.24 age adoption passing confidence
@types/react (source) ^18.2.55 -> ^18.2.63 age adoption passing confidence
@vercel/analytics (source) ^1.1.3 -> ^1.2.2 age adoption passing confidence
@vercel/speed-insights (source) ^1.0.9 -> ^1.0.10 age adoption passing confidence
autoprefixer ^10.4.17 -> ^10.4.18 age adoption passing confidence
eslint (source) ^8.56.0 -> ^8.57.0 age adoption passing confidence
eslint-config-next (source) ^14.1.0 -> ^14.1.2 age adoption passing confidence
next (source) ^14.1.0 -> ^14.1.2 age adoption passing confidence
webpack ^5.90.1 -> ^5.90.3 age adoption passing confidence

Release Notes

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

v5.25.0

Compare Source

Version 5.25.0 - 3/5/2024, 3:10 PM

Changes

Feat
  • add typesafe query disabling via skipToken (#​6999) (77d5b2e) by Jaaneek
Ci
Docs

Packages

v5.24.8

Compare Source

Version 5.24.8 - 3/4/2024, 8:51 AM

Changes
Fix
  • query-core: do not call resumePausedMutations while we are offline (#​7019) (bdd2b55) by Dominik Dorfmeister
Docs
Packages

v5.24.7

Compare Source

Version 5.24.7 - 3/3/2024, 9:24 PM

Changes

Fix
  • query-core: make sure accessing one property on a query result in useQueries tracks properties across all observers (#​7014) (5e64873) by Dominik Dorfmeister
Docs
Test

Packages

v5.24.6

Compare Source

Version 5.24.6 - 3/2/2024, 8:30 PM

Changes
Fix
  • core: do not rely on dataUpdatedAt truthiness (#​7008) (3191ae8) by Dominik Dorfmeister
Packages

v5.24.5

Compare Source

Version 5.24.5 - 3/2/2024, 8:17 PM

Changes
Fix
  • types: make getQueryState types work with queryOptions (#​7010) (93d442c) by Dominik Dorfmeister
Packages

v5.24.2

Compare Source

Version 5.24.2 - 3/2/2024, 1:10 PM

Changes
Fix
Refactor
  • switch typeof undefined checks with strict comparison of the value undefined (#​7006) (11e9650) by Dominik Dorfmeister
  • *: Import noop function from utils (#​6964) (b7b5096) by Sol Lee
Chore
  • fix lint (55782ae) by Dominik Dorfmeister
  • angular-query: disable cache in Angular examples (#​6970) (ef3a0df) by Arnoud
Ci
Docs
  • Updated installation commands with bun package manger (#​6971) (d83aa27) by Ekam Ahuja
Test
Packages

v5.24.1

Compare Source

Version 5.24.1 - 2/25/2024, 12:51 AM

Changes
Fix
Test
  • queryClient: Remove flaky perfomance tests (#​6946) (747aa78) by SebKranz
Packages

v5.22.2

Compare Source

Version 5.22.2 - 2/19/2024, 12:52 PM

Changes

Fix
  • query-core: notify queryCache after updateQuery() (#​6936) (35fa47d) by Dominik Dorfmeister
Docs

Packages

v5.21.7

Compare Source

Version 5.21.7 - 2/18/2024, 8:52 AM

Changes

Refactor
  • core: use queryCache.get instead of find({ queryKey }) for better perf (#​6918) (14aa69f) by SebKranz

Packages

v5.21.4

Compare Source

Version 5.21.4 - 2/17/2024, 6:34 PM

Changes

Refactor
  • types: make queryKey required on ObserverOptions (#​6879) (61f4d74) by Dominik Dorfmeister

Packages

v5.21.2

Compare Source

Version 5.21.2 - 2/17/2024, 10:07 AM

Changes

Fix
Chore
Ci
Docs
  • angular-query-devtools: button position relative (#​6911) (65a5540) by Arnoud

Packages

vercel/analytics (@​vercel/analytics)

v1.2.2

Compare Source

What's Changed

Full Changelog: vercel/analytics@1.2.1...1.2.2

v1.2.1

Compare Source

What's Changed

New Contributors

Full Changelog: vercel/analytics@1.2.0...1.2.1

vercel/speed-insights (@​vercel/speed-insights)

v1.0.10

Compare Source

What's Changed

New Contributors

Full Changelog: vercel/speed-insights@1.0.9...1.0.10

postcss/autoprefixer (autoprefixer)

v10.4.18

Compare Source

  • Fixed removing -webkit-box-orient on -webkit-line-clamp (@​Goodwine).
eslint/eslint (eslint)

v8.57.0

Compare Source

Features

  • 1120b9b feat: Add loadESLint() API method for v8 (#​18098) (Nicholas C. Zakas)
  • dca7d0f feat: Enable eslint.config.mjs and eslint.config.cjs (#​18066) (Nitin Kumar)

Bug Fixes

  • 2196d97 fix: handle absolute file paths in FlatRuleTester (#​18064) (Nitin Kumar)
  • 69dd1d1 fix: Ensure config keys are printed for config errors (#​18067) (Nitin Kumar)
  • 9852a31 fix: deep merge behavior in flat config (#​18065) (Nitin Kumar)
  • 4c7e9b0 fix: allow circular references in config (#​18056) (Milos Djermanovic)

Documentation

Chores

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

v14.1.2

Compare Source

v14.1.1

Compare Source

Core Changes
Credits

Huge thanks to @​huozhi, @​shuding, @​Ethan-Arrowood, @​styfle, @​ijjk, @​ztanner, @​balazsorban44, @​kdy1, and @​williamli for helping!

vercel/next.js (next)

v14.1.2

Compare Source

v14.1.1

Compare Source

Note: this is a backport release for critical bug fixes -- this does not include all pending features/changes on canary

Core Changes

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 Feb 23, 2024

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

Name Status Preview Updated (UTC)
ghloc ✅ Ready (Inspect) Visit Preview Mar 8, 2024 3:38pm

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 31c335d to 93989fc Compare February 25, 2024 19:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 93989fc to ced654d Compare February 26, 2024 09:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ced654d to c084291 Compare February 26, 2024 21:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c084291 to 17ccfae Compare February 28, 2024 01:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 17ccfae to 3307f08 Compare February 29, 2024 20:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3307f08 to 1adab7c Compare March 1, 2024 11:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1adab7c to fdc7cac Compare March 2, 2024 00:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fdc7cac to fe6be53 Compare March 2, 2024 20:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fe6be53 to 242e12f Compare March 3, 2024 12:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 242e12f to d87e94c Compare March 3, 2024 16:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d87e94c to 33f2709 Compare March 3, 2024 22:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 33f2709 to 099f5da Compare March 4, 2024 18:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 099f5da to b737e09 Compare March 5, 2024 16:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b737e09 to d24f21e Compare March 5, 2024 21:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 69cb2d6 to 9b7795c Compare March 8, 2024 15:37
@pajecawav pajecawav merged commit a27196d into master Mar 8, 2024
4 checks passed
@pajecawav pajecawav deleted the renovate/all-minor-patch branch March 8, 2024 18:01
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