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

Merged
merged 1 commit into from
Aug 26, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 26, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular-devkit/build-angular ^17.3.0 -> ^17.3.8 age adoption passing confidence
@angular/animations (source) ^17.3.0 -> ^17.3.12 age adoption passing confidence
@angular/cli ^17.3.0 -> ^17.3.8 age adoption passing confidence
@angular/common (source) ^17.3.0 -> ^17.3.12 age adoption passing confidence
@angular/compiler (source) ^17.3.0 -> ^17.3.12 age adoption passing confidence
@angular/compiler-cli (source) ^17.3.0 -> ^17.3.12 age adoption passing confidence
@angular/core (source) ^17.3.0 -> ^17.3.12 age adoption passing confidence
@angular/forms (source) ^17.3.0 -> ^17.3.12 age adoption passing confidence
@angular/platform-browser (source) ^17.3.0 -> ^17.3.12 age adoption passing confidence
@angular/platform-browser-dynamic (source) ^17.3.0 -> ^17.3.12 age adoption passing confidence
@angular/router (source) ^17.3.0 -> ^17.3.12 age adoption passing confidence
@sveltejs/vite-plugin-svelte (source) ^3.1.1 -> ^3.1.2 age adoption passing confidence
@tanstack/angular-query-experimental (source) 5.33.0 -> 5.52.0 age adoption passing confidence
@tanstack/angular-table (source) 8.17.2 -> 8.20.5 age adoption passing confidence
@tanstack/react-query (source) ^5.51.23 -> ^5.52.1 age adoption passing confidence
@tanstack/react-table (source) ^8.20.1 -> ^8.20.5 age adoption passing confidence
@tanstack/svelte-query (source) ^5.51.21 -> ^5.52.0 age adoption passing confidence
@tanstack/svelte-table (source) ^8.20.1 -> ^8.20.5 age adoption passing confidence
@tanstack/vue-query (source) ^5.51.21 -> ^5.52.0 age adoption passing confidence
@tanstack/vue-table (source) ^8.20.4 -> ^8.20.5 age adoption passing confidence
@testing-library/jest-dom ^6.4.8 -> ^6.5.0 age adoption passing confidence
@types/react (source) ^18.3.3 -> ^18.3.4 age adoption passing confidence
jsdom ^24.1.1 -> ^24.1.3 age adoption passing confidence
knip (source) ^5.27.2 -> ^5.27.4 age adoption passing confidence
nx (source) ^19.6.0 -> ^19.6.2 age adoption passing confidence
pnpm (source) 9.7.1 -> 9.8.0 age adoption passing confidence
rxjs (source) ^7.8.0 -> ^7.8.1 age adoption passing confidence
svelte (source) ^4.2.18 -> ^4.2.19 age adoption passing confidence
svelte-check ^3.8.5 -> ^3.8.6 age adoption passing confidence
tslib (source) ^2.6.3 -> ^2.7.0 age adoption passing confidence
vite (source) ^5.4.1 -> ^5.4.2 age adoption passing confidence
zone.js (source, changelog) 0.14.3 -> 0.15.0 age adoption passing confidence

Release Notes

sveltejs/vite-plugin-svelte (@​sveltejs/vite-plugin-svelte)

v3.1.2

Compare Source

Patch Changes
  • add warning for svelte5 users to update to vite-plugin-svelte@4 (#​964)
TanStack/query (@​tanstack/angular-query-experimental)

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

Version 5.51.24 - 8/19/24, 11:03 AM

Changes

Refactor
Ci
Docs
Doc
  • Issue template: Point to latest examples (#​7878) (59a6d3d) by Ian VanSchooten

Packages

v5.51.22

Compare Source

Version 5.51.22 - 8/6/24, 8:30 PM

Changes

Fix
  • angular-query: reorder query function declarations (#​7861) (ed25a3f) by Arnoud
Docs
Other

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

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

Packag


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Aug 26, 2024
Copy link

nx-cloud bot commented Aug 26, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 44f5dce. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 2 targets

Sent with 💌 from NxCloud.

Copy link

pkg-pr-new bot commented Aug 26, 2024

commit: 44f5dce

@tanstack/angular-virtual

pnpm add https://pkg.pr.new/@tanstack/angular-virtual@811

@tanstack/lit-virtual

pnpm add https://pkg.pr.new/@tanstack/lit-virtual@811

@tanstack/react-virtual

pnpm add https://pkg.pr.new/@tanstack/react-virtual@811

@tanstack/solid-virtual

pnpm add https://pkg.pr.new/@tanstack/solid-virtual@811

@tanstack/svelte-virtual

pnpm add https://pkg.pr.new/@tanstack/svelte-virtual@811

@tanstack/virtual-core

pnpm add https://pkg.pr.new/@tanstack/virtual-core@811

@tanstack/vue-virtual

pnpm add https://pkg.pr.new/@tanstack/vue-virtual@811

Open in Stackblitz

More templates

@renovate renovate bot merged commit 236b312 into main Aug 26, 2024
5 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch August 26, 2024 04:06
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.

0 participants