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): update npm dependencies (major) - autoclosed #184

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 29, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@svgr/core (source) ^7.0.0 -> ^8.0.0 age adoption passing confidence
@svgr/plugin-jsx (source) ^7.0.0 -> ^8.0.0 age adoption passing confidence
@tanstack/react-query (source) 4.28.0 -> 5.55.0 age adoption passing confidence
@tanstack/react-query (source) ^4.28.0 -> ^4.28.0 || ^5.0.0 age adoption passing confidence
@testing-library/dom ^8.19.0 -> ^10.0.0 age adoption passing confidence
@testing-library/jest-dom ^5.16.5 -> ^6.0.0 age adoption passing confidence
@testing-library/react ^13.4.0 -> ^16.0.0 age adoption passing confidence
@testing-library/react 13.4.0 -> 16.0.1 age adoption passing confidence
@types/jest (source) ^27.5.2 -> ^29.0.0 age adoption passing confidence
@types/node (source) ^16.18.58 -> ^20.0.0 age adoption passing confidence
immer ^9.0.21 -> ^10.0.0 age adoption passing confidence
luxon ^2.3.0 -> ^3.0.0 age adoption passing confidence
ts-luxon (source) ^4.5.2 -> ^5.0.0 age adoption passing confidence
ts-luxon (source) ^4.4.0 -> ^5.0.0 age adoption passing confidence

Release Notes

gregberge/svgr (@​svgr/core)

v8.1.0

Compare Source

Bug Fixes
Features

8.0.1 (2023-05-09)

Bug Fixes

v8.0.0

Compare Source

Bug Fixes
  • parseObject error causes website broken (05f2946)
Features
BREAKING CHANGES
  • index template now receives an array of objects containing both the created
    component path (path) and the original SVG path (originalPath)
TanStack/query (@​tanstack/react-query)

v5.55.0

Compare Source

v5.54.1

Compare Source

Version 5.54.1 - 9/3/24, 8:50 PM

Changes

Fix
  • query-core: accept generics on setQueryDefaults and setMutationDefaults (#​7903) (a85382f) by Simone Cervini

Packages

v5.53.3

Compare Source

Version 5.53.3 - 9/2/24, 12:32 PM

Changes

Fix
  • query-core: remove error thrown inside replaceData (#​8004) (fb9d4f6) by Bohdan Yefimenko
Docs
  • vue-query: update SSR guide for nuxt2 (#​8001) (cd91357) by Damian Osipiuk

Packages

v5.53.2

Compare Source

Version 5.53.2 - 9/1/24, 8:41 PM

Changes

Fix
Chore
Docs

Packages

v5.53.1

Compare Source

Version 5.53.1 - 8/30/24, 10:29 AM

Changes

Fix
  • query-core: handle errors that occur inside setData method (#​7966) (50315ac) by Bohdan Yefimenko
Chore

Packages

v5.52.3

Compare Source

Version 5.52.3 - 8/29/24, 11:03 PM

Changes
Fix
  • angular-query: fix type of isSuccess, isError, isPending, isIdle on mutation result (#​7923) (eee80af) by divdavem
Chore
Docs
  • Add known limitation about cancellation with suspense hooks (#​7958) (804357b) by Romain Trotard
Packages

v5.52.2

Compare Source

v5.52.1

Compare Source

Version 5.52.1 - 8/22/24, 4:37 PM

Changes

Fix
Docs
  • make copyable example useful by default (#​7928) (639363c) by Lanre Adelowo

Packages

v5.52.0

Compare Source

Version 5.52.0 - 8/20/24, 6:54 PM

Changes

Feat
  • eslint-plugin-query: add rule that disallows putting the result of query hooks directly in a React hook dependency array (#​7911) (f65ebe7) by Manuel Schiller
Refactor
Docs

Packages

v5.51.24

Compare Source

v5.51.23

Compare Source

Version 5.51.23 - 8/8/24, 8:02 AM

Changes

Fix
  • react-query: ensure we have a gcTime of at least 1 second when using suspense (#​7860) (c744f99) by Dominik Dorfmeister
Docs

Packages

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.18

Compare Source

Version 5.51.18 - 8/1/24, 1:38 PM

Changes

Fix
  • query-options: allow returning undefined in initialData function (#​7351) (fdb8ce1) by Shahar Har-Shuv

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

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

v5.51.11

Compare Source

Version 5.51.11 - 7/20/24, 10:47 AM

Changes

Fix
  • svelte-query: Correct data type when initialData is set (#​7769) (b764009) by Lachlan Collins
Ci
  • Enable autofix on push to release branch (b189e31) by Lachlan Collins
Docs

Packages

v5.51.9

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

Changes
Fix
Ci
Docs
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.

@github-actions github-actions bot added the ui label Apr 29, 2024
@renovate renovate bot force-pushed the renovate/major-npm-dependencies branch 5 times, most recently from 0b0a918 to 20d8b93 Compare May 7, 2024 12:56
@renovate renovate bot force-pushed the renovate/major-npm-dependencies branch 2 times, most recently from 7a6ca2d to 279cebd Compare May 10, 2024 17:16
@renovate renovate bot force-pushed the renovate/major-npm-dependencies branch 5 times, most recently from 8d8ebd5 to ac58c48 Compare May 20, 2024 17:37
@renovate renovate bot force-pushed the renovate/major-npm-dependencies branch 5 times, most recently from 4b32769 to c64e177 Compare May 26, 2024 15:04
@renovate renovate bot force-pushed the renovate/major-npm-dependencies branch 4 times, most recently from 1d7f936 to ac3d19a Compare July 31, 2024 15:55
@renovate renovate bot force-pushed the renovate/major-npm-dependencies branch 3 times, most recently from 8387d0c to b2ef81c Compare August 7, 2024 07:39
@renovate renovate bot force-pushed the renovate/major-npm-dependencies branch 4 times, most recently from e339bbf to bb2d763 Compare August 15, 2024 15:18
@renovate renovate bot force-pushed the renovate/major-npm-dependencies branch 2 times, most recently from 631ce4c to b23c33b Compare August 22, 2024 08:20
@renovate renovate bot force-pushed the renovate/major-npm-dependencies branch 5 times, most recently from eb7a961 to 2c123a2 Compare September 5, 2024 17:05
@renovate renovate bot force-pushed the renovate/major-npm-dependencies branch 6 times, most recently from 8cf9c4a to 94aee44 Compare September 16, 2024 13:44
@renovate renovate bot force-pushed the renovate/major-npm-dependencies branch from 94aee44 to 8218974 Compare September 17, 2024 23:19
@renovate renovate bot force-pushed the renovate/major-npm-dependencies branch from 8218974 to 44255b2 Compare September 20, 2024 06:49
@renovate renovate bot changed the title chore(deps): update npm dependencies (major) chore(deps): update npm dependencies (major) - autoclosed Sep 20, 2024
@renovate renovate bot closed this Sep 20, 2024
@renovate renovate bot deleted the renovate/major-npm-dependencies branch September 20, 2024 07:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants