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

Merged
merged 1 commit into from
Apr 11, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 2, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@tanstack/react-query (source) 5.17.0 -> 5.29.2 age adoption passing confidence
@testing-library/dom 9.3.3 -> 9.3.4 age adoption passing confidence
@testing-library/jest-dom 6.1.6 -> 6.4.2 age adoption passing confidence
@testing-library/react 14.1.2 -> 14.3.1 age adoption passing confidence
@types/react (source) 18.2.46 -> 18.2.76 age adoption passing confidence
@types/react-dom (source) 18.2.18 -> 18.2.25 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 7.1.0 -> 7.6.0 age adoption passing confidence
@typescript-eslint/parser (source) 7.1.0 -> 7.6.0 age adoption passing confidence
@vitest/coverage-istanbul (source) 1.1.1 -> 1.5.0 age adoption passing confidence
autoprefixer 10.4.16 -> 10.4.19 age adoption passing confidence
cypress (source) 13.3.1 -> 13.7.3 age adoption passing confidence
eslint (source) 8.56.0 -> 8.57.0 age adoption passing confidence
eslint-plugin-react 7.33.2 -> 7.34.1 age adoption passing confidence
lint-staged 15.2.0 -> 15.2.2 age adoption passing confidence
msw (source) 2.0.11 -> 2.2.13 age adoption passing confidence
postcss (source) 8.4.32 -> 8.4.38 age adoption passing confidence
prettier (source) 3.1.1 -> 3.2.5 age adoption passing confidence
prettier-plugin-tailwindcss 0.5.10 -> 0.5.13 age adoption passing confidence
react-router-dom (source) 6.21.1 -> 6.22.3 age adoption passing confidence
stylelint (source) 16.1.0 -> 16.3.1 age adoption passing confidence
tailwindcss (source) 3.4.0 -> 3.4.3 age adoption passing confidence
typescript (source) 5.3.3 -> 5.4.5 age adoption passing confidence
vite (source) 5.0.10 -> 5.2.8 age adoption passing confidence
vite-plugin-pwa 0.17.4 -> 0.19.8 age adoption passing confidence
vite-tsconfig-paths 4.2.3 -> 4.3.2 age adoption passing confidence
vitest (source) 1.1.1 -> 1.5.0 age adoption passing confidence

Release Notes

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

v5.29.2

Compare Source

Version 5.29.2 - 4/11/2024, 9:21 AM

Changes
Fix
  • react-query: reorder query function declarations (#​7260) (03048e3) by ienrum
Chore
  • no idea why that fails now (78b594d) by Dominik Dorfmeister
Docs
Types
Packages

v5.29.0

Compare Source

Version 5.29.0 - 4/5/2024, 5:58 PM

Changes

Feat
  • core: memoize result of combine (#​7233) (3c31124) by Dominik Dorfmeister
Chore
Docs
  • fix quickstart (0b9f971) by Tanner Linsley
  • migrate docs to use path-based navigation instead of route-based (#​7211) (754640a) by Tanner Linsley

Packages

v5.28.14

Compare Source

Version 5.28.14 - 4/2/2024, 3:24 PM

Changes

Fix
  • react-query: useSuspenseQueries type not compatible with queryOption (#​7194) (f585bfe) by Andrew Kogut
Docs

Packages

v5.28.13

Compare Source

Version 5.28.13 - 4/2/2024, 3:03 PM

Changes

Fix
  • core: do not invoke combine in constructor (#​7215) (53cdfce) by Dominik Dorfmeister

Packages

v5.28.12

Compare Source

Version 5.28.12 - 4/2/2024, 12:24 PM

Changes

Fix
  • types: add pageParam and direction as optional to "normal" queryFn (#​7212) (e5bfbbe) by Dominik Dorfmeister

Packages

v5.28.9

Compare Source

Version 5.28.9 - 3/27/2024, 3:02 AM

Changes
Fix
Refactor
Style
Packages

v5.28.8

Compare Source

Version 5.28.8 - 3/25/2024, 10:32 AM

Changes

Fix
  • *: infer data type correctly when conditional skipToken is passed to useQueries (#​7150) (a559c48) by 김관식
Chore
  • fix prettier (2ddf803) by Dominik Dorfmeister
Ci
Docs
Types

Packages

v5.28.6

Compare Source

Version 5.28.6 - 3/20/2024, 11:27 PM

Changes

Fix
  • vue-query: respect throwOnError in suspense (#​7143) (392d352) by Damian Osipiuk
Ci
Docs
Test

Packages

v5.28.4

Compare Source

Version 5.28.4 - 3/15/2024, 11:54 AM

Changes
Fix
  • core: optimistic results reflect correct state (#​7114) (4d5cc66) by Dominik Dorfmeister
Packages

v5.28.2

Compare Source

Version 5.28.2 - 3/14/2024, 4:53 PM

Changes

Fix

Packages

v5.28.0

Compare Source

Version 5.28.0 - 3/13/2024, 12:20 PM

Changes

Feat
  • ensureQueryData: add "revalidateIfStale" option (#​6996) (e34bf4d) by Andre de Waard

Packages

v5.27.5

Compare Source

Version 5.27.5 - 3/12/2024, 9:27 AM

Changes
Fix
  • core: resumed mutations should not be interrupted by refetches (#​7085) (61f5507) by Dominik Dorfmeister
Packages

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.

@renovate renovate bot requested a review from wtchnm as a code owner January 2, 2024 00:25
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jan 2, 2024
Copy link

vercel bot commented Jan 2, 2024

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

Name Status Preview Comments Updated (UTC)
vitamin ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 11, 2024 9:35pm

@wtchnm
Copy link
Owner

wtchnm commented Jan 2, 2024

cypress-io/cypress#28426

Copy link

cypress bot commented Jan 2, 2024

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bd9f043 to 78db1af Compare January 2, 2024 14:47
@renovate renovate bot changed the title chore(deps): update dependency cypress to v13.6.2 fix(deps): update all non-major dependencies Jan 3, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 78db1af to 7a752fc Compare January 3, 2024 16:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7a752fc to d554c75 Compare January 3, 2024 18:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d554c75 to 227df5e Compare January 4, 2024 18:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 227df5e to 5ec0411 Compare January 4, 2024 21:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5ec0411 to 358494f Compare January 5, 2024 09:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 358494f to 51b2a92 Compare January 5, 2024 14:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 51b2a92 to a95537e Compare January 5, 2024 17:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a95537e to d721e0e Compare January 5, 2024 23:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d721e0e to bf7bfb9 Compare January 6, 2024 01:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bf7bfb9 to f45c7c2 Compare January 6, 2024 09:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6b1fe8b to 4e7e03a Compare April 4, 2024 19:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4e7e03a to 85df40d Compare April 5, 2024 19:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 85df40d to f5a2056 Compare April 6, 2024 01:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f5a2056 to 767d6cd Compare April 6, 2024 01:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 767d6cd to ca96f27 Compare April 6, 2024 01:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ca96f27 to bbe9592 Compare April 8, 2024 16:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bbe9592 to 38a58de Compare April 8, 2024 18:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 38a58de to 2940b0d Compare April 8, 2024 22:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2940b0d to 28a0629 Compare April 10, 2024 18:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 28a0629 to 0a1d65d Compare April 11, 2024 18:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0a1d65d to 9e45c95 Compare April 11, 2024 20:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9e45c95 to fdf777a Compare April 11, 2024 21:02
@wtchnm wtchnm force-pushed the renovate/all-minor-patch branch from fdf777a to de9e03c Compare April 11, 2024 21:35
@wtchnm wtchnm merged commit c996525 into main Apr 11, 2024
3 of 4 checks passed
@wtchnm wtchnm deleted the renovate/all-minor-patch branch April 11, 2024 21:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant