Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore(deps): update all non-major dependencies - autoclosed #10

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 3, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@​aa900031/eslint-config ^1.3.0 -> ^1.8.0 age adoption passing confidence devDependencies minor
@tanstack/query-core (source) ^5.18.1 -> ^5.51.21 age adoption passing confidence devDependencies minor
@tanstack/react-query (source) ^5.18.1 -> ^5.51.23 age adoption passing confidence devDependencies minor
@tanstack/vue-query (source) ^5.18.1 -> ^5.51.21 age adoption passing confidence devDependencies minor
@testing-library/react 14.2.1 -> 14.3.1 age adoption passing confidence devDependencies minor
@testing-library/vue ^8.0.1 -> ^8.1.0 age adoption passing confidence devDependencies minor
@tsconfig/node18 (source) ^18.2.2 -> ^18.2.4 age adoption passing confidence devDependencies patch
@types/node (source) ^18.19.14 -> ^18.19.44 age adoption passing confidence devDependencies patch
@types/react (source) ^18.2.51 -> ^18.3.3 age adoption passing confidence devDependencies minor
@types/react-dom (source) ^18.2.18 -> ^18.3.0 age adoption passing confidence devDependencies minor
@vitest/coverage-istanbul (source) ^1.2.2 -> ^1.6.0 age adoption passing confidence devDependencies minor
@vitest/ui (source) ^1.2.2 -> ^1.6.0 age adoption passing confidence devDependencies minor
conventional-changelog-unjs ^0.1.1 -> ^0.1.2 age adoption passing confidence devDependencies patch
eslint (source) ^8.56.0 -> ^8.57.0 age adoption passing confidence devDependencies minor
node (source) 18.19.0 -> 18.20.4 age adoption passing confidence minor
npm-run-all2 ^6.1.2 -> ^6.2.2 age adoption passing confidence devDependencies minor
pnpm (source) 8.15.1 -> 8.15.9 age adoption passing confidence packageManager patch
react (source) ^18.2.0 -> ^18.3.1 age adoption passing confidence devDependencies minor
react-dom (source) ^18.2.0 -> ^18.3.1 age adoption passing confidence devDependencies minor
typescript (source) ^5.3.3 -> ^5.5.4 age adoption passing confidence devDependencies minor
vitest (source) ^1.2.2 -> ^1.6.0 age adoption passing confidence devDependencies minor
vue (source) ^3.4.15 -> ^3.4.37 age adoption passing confidence devDependencies patch
vue-2 (source) 2.7 -> 2.7.16 age adoption passing confidence devDependencies patch
vue-2.7 (source) 2.7 -> 2.7.16 age adoption passing confidence devDependencies patch

Release Notes

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

v5.51.21

Compare Source

Version 5.51.21 - 8/2/24, 6:43 PM

Changes
Fix
  • query-core: make CancelledError extend Error (#​7843) (35c086f) by Dominik Dorfmeister
Packages

v5.51.17

Compare Source

Version 5.51.17 - 8/1/24, 1:21 PM

Changes

Fix
  • core: query should reset to default state even when created from hydration (#​7837) (bbb2244) by Dominik Dorfmeister
Chore
  • deps: lock file maintenance (c7245c9) by renovate[bot]

Packages

v5.51.16

Compare Source

Version 5.51.16 - 7/31/24, 9:08 AM

Changes

Fix
  • svelte-query: ensure compatibility with NodeNext (#​7825) (01e63a5) by Lachlan Collins
Chore
  • deps: lock file maintenance (#​7819) (74f10b7) by renovate[bot]
  • deps: update dependency react-intersection-observer to v9 (#​7818) (e2315cc) by renovate[bot]
  • deps: update all non-major dependencies (#​7817) (4cdc2c8) by renovate[bot]
  • deps: use prettier v3.3.3 (#​7816) (216a926) by Lachlan Collins
Test
  • svelte-query: add refetch test for createQuery (#​7810) (461876a) by Lachlan Collins
Ci
  • renovate: ignore vue2 and vue2.7 (6993177) by Lachlan Collins
  • renovate: add renovate config (#​7813) (6d8d203) by Lachlan Collins
Docs

Packages

v5.51.15

Compare Source

Version 5.51.15 - 7/26/24, 11:47 AM (Manual Release)

Changes
Other
Packages

v5.51.14

Compare Source

Version 5.51.14 - 7/26/24, 8:47 AM

Changes
Fix
  • query-core: abort fetch loop for infinite queries if getNextPageParam returns null or undefined (#​7799) (3ef7887) by Dominik Dorfmeister
Refactor
  • react-query: add error message for skipToken in useSuspenseQueries and useSuspenseInfiniteQuery (#​7797) (34a5672) by Lich
Chore
  • Update @tanstack/config to v0.11.0 (#​7795) (bd3296b) by Lachlan Collins
  • svelte-query: Tweak provider tests (#​7794) (1814f56) by Lachlan Collins
Packages

v5.51.9

Version 5.51.9 - 7/18/24, 7:35 AM (Manual Release)

Changes
Fix
Ci
Docs
Packages

v5.51.5

Compare Source

Version 5.51.5 - 7/17/24, 2:35 PM

Changes

Fix
Test
  • svelte-query: Refactor test logic (#​7744) (01212de) by Lachlan Collins
Docs
  • solid-query: add optional chaining to prevent suspense bug (#​7709) (91cfc10) by Dhruv

Packages

v5.51.4

Compare Source

Version 5.51.4 - 7/17/24, 11:10 AM

Changes

Fix
  • core: do not invoke getNextPageParam or getPreviousPageParam if there is we have empty pages in the cache (#​7743) (7edf587) by Dominik Dorfmeister
Chore
  • utils: Ensure consistent declaration style of utility functions and standardize parameters for the sleep method (#​7554) (95d814a) by MinhoPark
Docs
  • Update Streaming with Server Components docs to reflect correct usage (#​7725) (a1ce3c4) by Ryan Miller

Packages

v5.51.3

Compare Source

Version 5.51.3 - 7/16/24, 8:32 PM

Changes

Fix
  • vue-query: export InitialQueryOptions types (#​7720) (a3f5a0a) by Andy Li
Chore
Test
Docs

Packages

v5.51.1

Compare Source

Version 5.51.1 - 7/11/24, 4:56 AM (Manual Release)

Changes

Ci
Docs
  • examples: Modernise Next.js examples (#​7706) (b58da75) by Lachlan Collins
  • eslint-plugin-query: Fix rules links (#​7705) (8d0ba7e) by twiddler
  • examples: Modernise React examples (#​7704) (7fc9472) by Lachlan Collins
  • add Query Rewind to vue community projects (#​7688) (14d9c49) by John Dunn

Packages


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 was generated by Mend Renovate. View the repository job log.

Copy link

codecov bot commented Feb 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.00%. Comparing base (035635d) to head (66e7c5d).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #10   +/-   ##
=======================================
  Coverage   95.00%   95.00%           
=======================================
  Files           3        3           
  Lines          40       40           
  Branches       15       15           
=======================================
  Hits           38       38           
  Misses          2        2           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot changed the title chore(deps): update devdependency @types/react to ^18.2.52 chore(deps): update devdependency @types/react to ^18.2.53 Feb 5, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c85a216 to 7d771d4 Compare February 5, 2024 06:39
@renovate renovate bot changed the title chore(deps): update devdependency @types/react to ^18.2.53 chore(deps): update devdependency @types/react to ^18.2.54 Feb 5, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7d771d4 to 6ff9a8b Compare February 5, 2024 21:28
@renovate renovate bot changed the title chore(deps): update devdependency @types/react to ^18.2.54 chore(deps): update devdependency @types/react to ^18.2.55 Feb 6, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6ff9a8b to 812610e Compare February 6, 2024 10:05
@renovate renovate bot changed the title chore(deps): update devdependency @types/react to ^18.2.55 chore(deps): update all non-major dependencies Feb 7, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from f66cea3 to b8df6b0 Compare February 13, 2024 13:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 7bb56cd to 0acb884 Compare February 20, 2024 17:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 6efc18f to 3e64b9b Compare February 23, 2024 10:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from aa961cb to c575df4 Compare July 17, 2024 20:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from ad65636 to b6fd4b6 Compare July 24, 2024 16:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from f438691 to e8619ed Compare August 2, 2024 09:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from f129e55 to d7376b8 Compare August 9, 2024 19:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d7376b8 to 66e7c5d Compare August 14, 2024 06:11
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed Aug 14, 2024
@renovate renovate bot closed this Aug 14, 2024
@renovate renovate bot deleted the renovate/all-minor-patch branch August 14, 2024 18:21
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants