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

Merged
merged 1 commit into from
Nov 25, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 25, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@tanstack/angular-query-experimental (source) 5.60.5 -> 5.61.3 age adoption passing confidence
@tanstack/react-query (source) ^5.60.5 -> ^5.61.3 age adoption passing confidence
@tanstack/svelte-query (source) ^5.60.5 -> ^5.61.3 age adoption passing confidence
@tanstack/vue-query (source) ^5.60.5 -> ^5.61.3 age adoption passing confidence
@vueuse/core (source) ^11.2.0 -> ^11.3.0 age adoption passing confidence
knip (source) ^5.37.1 -> ^5.37.2 age adoption passing confidence
nx (source) ^20.1.2 -> ^20.1.3 age adoption passing confidence
pnpm (source) 9.13.2 -> 9.14.2 age adoption passing confidence
prettier-plugin-svelte ^3.2.8 -> ^3.3.2 age adoption passing confidence
svelte-check ^4.0.9 -> ^4.1.0 age adoption passing confidence

Release Notes

TanStack/query (@​tanstack/angular-query-experimental)

v5.61.3

Compare Source

Version 5.61.3 - 11/24/24, 3:24 AM

Changes

Fix
  • eslint-plugin: fix no-unstable-deps with ts-eslint >=8.10.0 (#​8340) (bdafc84) by Lachlan Collins
Chore
  • deps: more manual package updates (#​8339) (9972595) by Lachlan Collins
  • deps: update expo, next, astro, nx (#​8337) (99b5354) by Lachlan Collins
  • deps: update dependency astro to v4.16.1 [security] (#​8181) (bbd3821) by renovate[bot]
  • deps: update dependency next to v14.2.10 [security] (#​8128) (22b89c9) by renovate[bot]
Test
  • integrations: switch react-scripts to webpack (#​8329) (b846c53) by Lachlan Collins
Docs

Packages

v5.61.2

Compare Source

Version 5.61.2 - 11/23/24, 10:43 PM

Changes

Fix
  • angular-query: subscribe to observer outside the Angular zone (#​8331) (228382f) by Arnoud
  • eslint-plugin-query: improve external reference relevance (#​8334) (80a49ff) by Eliya Cohen
Docs
  • react-query: add example for Expo Network in online status management (#​8298) (102b6a8) by Daniel Reichhart

Packages

v5.61.1

Compare Source

Version 5.61.1 - 11/20/24, 4:37 PM

Changes

Fix
  • angular-query: export CreateMutationOptions (#​8319) (f5e2baa) by Arnoud

Packages

v5.61.0

Compare Source

Version 5.61.0 - 11/20/24, 1:01 PM

Changes

Feat
Fix
  • types: make sure queryOptions are passable to UseQueryOptions (#​8317) (3fa4b7c) by Dominik Dorfmeister
Docs
  • angular-query: update queryOptions documentation (#​8311) (6a9edbf) by Arnoud

Packages

v5.60.7

Compare Source

Version 5.60.7 - 11/19/24, 6:39 PM

Changes

Fix
  • angular-query: remove queryClient parameter from callback functions (#​8307) (4aff846) by Arnoud

Packages

v5.60.6

Compare Source

Version 5.60.6 - 11/19/24, 10:17 AM

Changes

Refactor
Other

Packages

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

v5.61.3

Compare Source

v5.61.0

Compare Source

Version 5.61.0 - 11/20/24, 1:01 PM

Changes

Feat
Fix
  • types: make sure queryOptions are passable to UseQueryOptions (#​8317) (3fa4b7c) by Dominik Dorfmeister
Docs
  • angular-query: update queryOptions documentation (#​8311) (6a9edbf) by Arnoud

Packages

v5.60.6

Compare Source

Version 5.60.6 - 11/19/24, 10:17 AM

Changes

Refactor
Other

Packages

vueuse/vueuse (@​vueuse/core)

v11.3.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
webpro-nl/knip (knip)

v5.37.2

Compare Source

nrwl/nx (nx)

v20.1.3

Compare Source

pnpm/pnpm (pnpm)

v9.14.2

Compare Source

Patch Changes

  • pnpm publish --json should work #​8788.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me

v9.14.1

Compare Source

Minor Changes

  • Added support for pnpm pack --json to print packed tarball and contents in JSON format #​8765.

Patch Changes

  • pnpm exec should print a meaningful error message when no command is provided #​8752.
  • pnpm setup should remove the CLI from the target location before moving the new binary #​8173.
  • Fix ERR_PNPM_TARBALL_EXTRACT error while installing a dependency from GitHub having a slash in branch name #​7697.
  • Don't crash if the use-node-version setting is used and the system has no Node.js installed #​8769.
  • Convert settings in local .npmrc files to their correct types. For instance, child-concurrency should be a number, not a string #​5075.
  • pnpm should fail if a project requires a different package manager even if manage-package-manager-versions is set to true.
  • pnpm init should respect the --dir option #​8768.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me

v9.14.0

Compare Source

sveltejs/prettier-plugin-svelte (prettier-plugin-svelte)

v3.3.2

Compare Source

v3.3.1

Compare Source

v3.3.0

Compare Source

sveltejs/language-tools (svelte-check)

v4.1.0

Compare Source

  • fix: don't move appended content from previous node while hoisting interface (#​2596)
  • fix: ensure hoisted interfaces are moved after hoisted imports (#​2597)
  • fix: preserve bind:... mapping on elements for better source maps
  • feat: prepare for some upcoming features of Svelte 5

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 Nov 25, 2024
Copy link

nx-cloud bot commented Nov 25, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 3faf3b5. 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 Nov 25, 2024

Open in Stackblitz

More templates

@tanstack/angular-virtual

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

@tanstack/lit-virtual

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

@tanstack/react-virtual

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

@tanstack/solid-virtual

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

@tanstack/svelte-virtual

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

@tanstack/virtual-core

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

@tanstack/vue-virtual

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

commit: 3faf3b5

@renovate renovate bot merged commit 259cfb1 into main Nov 25, 2024
5 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch November 25, 2024 05:04
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