Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 24, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@tanstack/angular-query-experimental (source) 5.66.3 -> 5.66.9 age adoption passing confidence
@tanstack/config (source) ^0.16.2 -> ^0.16.3 age adoption passing confidence
@tanstack/react-query (source) ^5.66.3 -> ^5.66.9 age adoption passing confidence
@tanstack/svelte-query (source) ^5.66.3 -> ^5.66.9 age adoption passing confidence
@tanstack/vue-query (source) ^5.66.3 -> ^5.66.9 age adoption passing confidence
eslint (source) ^9.20.1 -> ^9.21.0 age adoption passing confidence
knip (source) ^5.44.1 -> ^5.44.5 age adoption passing confidence
nx (source) ^20.4.4 -> ^20.4.6 age adoption passing confidence
prettier (source) ^3.5.1 -> ^3.5.2 age adoption passing confidence
publint (source) ^0.3.5 -> ^0.3.6 age adoption passing confidence
rxjs (source) ^7.8.1 -> ^7.8.2 age adoption passing confidence
solid-js (source) ^1.9.4 -> ^1.9.5 age adoption passing confidence
vite-plugin-solid ^2.11.1 -> ^2.11.2 age adoption passing confidence
vue-tsc (source) ^2.2.2 -> ^2.2.4 age adoption passing confidence

Release Notes

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

v5.66.9

Compare Source

Version 5.66.9 - 2/21/25, 1:19 PM

Changes
Fix
  • types: prevent type errors and improve inference for dynamic queries on useQueries and useSuspenseQueries (#​8624) (f63ba16) by Yoomin Kang
Packages

v5.66.4

Compare Source

Version 5.66.4 - 2/17/25, 1:15 PM

Changes
Fix
  • devtools: force LTR direction for DevTools panel (#​8656) (56c24f9) by Mohammad Amin Lotfi
  • no hydration when new promise comes in (#​8383) (6ca0eb7) by Julius Marminge
Docs
  • better document throwOnError"s default (#​8581) (bb25d06) by Alex Errant
Packages
TanStack/config (@​tanstack/config)

v0.16.3

Compare Source

Version 0.16.3 - 2/22/25, 12:52 AM (Manual Release)

Changes
Fix
  • vite: downgrade vite-plugin-dts to v4.2.3 (#​210) (f65377c) by Lachlan Collins
Chore
  • deps: update all non-major dependencies (#​209) (04247b5) by renovate[bot]
Packages
eslint/eslint (eslint)

v9.21.0

Compare Source

webpro-nl/knip (knip)

v5.44.5

Compare Source

v5.44.4

Compare Source

  • Fix workspace checks in Windows (4f4d0bf)

v5.44.3

Compare Source

v5.44.2

Compare Source

nrwl/nx (nx)

v20.4.6

Compare Source

20.4.6 (2025-02-20)
🚀 Features
  • nx-dev: expose docs embedding search via endpoint (#​30050)
🩹 Fixes
  • core: update custom task runner deprecation message (#​30093)
  • core: fix typescript dependency calculation (#​30131)
  • js: identify correct circular dependecies (#​29759)
  • js: use uuid when generating tmp tsconfig (#​30118)
  • repo: fix nightly reporting (#​30104)
❤️ Thank You

v20.4.5

Compare Source

20.4.5 (2025-02-18)
🩹 Fixes
  • core: add the extends field to nx-schema.json (#​30027)
  • core: respect extends when reading tsconfig options (#​30062)
  • core: make hash_array resilient to None values (#​30090)
  • core: NX_PLUGIN_NO_TIMEOUTS should also remove timeout on plugin worker connection (#​30095)
  • devkit: handle missing include and exclude in tsconfig options when updating tsconfig to support js (#​30073)
  • nx-dev: remove OTel-based tracing for now to remove local dev erros (#​30096)
  • react: add release option for @​nx/react:lib --publishable (#​29776)
  • release: allow preid option in release command (#​29264)
  • rspack: handle potentially missing lockfile in @nx/rspack/plugin plugin (#​30086)
❤️ Thank You
prettier/prettier (prettier)

v3.5.2

Compare Source

diff

Remove module-sync condition (#​17156 by @​fisker)

In Prettier 3.5.0, we added module-sync condition to package.json, so that require("prettier") can use ESM version, but turns out it doesn't work if CommonJS and ESM plugins both imports builtin plugins. To solve this problem, we decide simply remove the module-sync condition, so require("prettier") will still use the CommonJS version, we'll revisit until require(ESM) feature is more stable.

publint/publint (publint)

v0.3.6

Compare Source

Patch Changes
  • Fix checking bin field file path that omits .js or /index.js (04f289e)
reactivex/rxjs (rxjs)

v7.8.2

Compare Source

solidjs/solid (solid-js)

v1.9.5

Compare Source

solidjs/vite-plugin-solid (vite-plugin-solid)

v2.11.2

Compare Source

Patch Changes
  • 5003976: handle empty query string
  • 3da707e: Support query string in tsx/jsx files
vuejs/language-tools (vue-tsc)

v2.2.4

Compare Source

Features
  • feat(language-service): map sfc compiler errors outside the template inner content (#​5045) - Thanks to @​KazariEX!
  • feat(language-core): introduce options to control type inference of $attrs, $el, $refs and $slots (#​5135) - Thanks to @​KazariEX!
  • feat(language-core): enhance single root nodes collection (#​4819) - Thanks to @​KazariEX!
Bug Fixes
  • fix(language-core): move generateSfcBlockSection to the end to fix missing comma errors (#​5184) - Thanks to @​zhiyuanzmj!
  • fix(language-core): handle edge case of default slot name mismatch - Thanks to @​KazariEX!
  • fix(language-core): combine dollar variable keys from the upper level interface - Thanks to @​KazariEX!
  • fix(language-core): hoist the variables that may cause TS4081 (#​5192) - Thanks to @​KazariEX!
  • fix(language-core): adjust regex match for @vue-generic to improve offset calculation (#​5193) - Thanks to @​Gehbt!
  • fix(language-core): correct codegen of native element refs - Thanks to @​KazariEX!
  • fix(language-core): ignore latex block content (#​5151) - Thanks to @​KazariEX!
  • fix(language-core): do not emit undefined for model with default value (#​5198) - Thanks to @​RylanBueckert-Broadsign!
  • fix(language-service): typescript-semantic renaming first in style blocks (#​4685) - Thanks to @​KazariEX!
  • fix(typescript-plugin): prevent removed components from appearing in the completion list - Thanks to @​KazariEX!
Other Changes
  • refactor(language-core): drop invalid v-scope implemention - Thanks to @​KazariEX!
  • refactor(language-core): improve type declaration of v-for - Thanks to @​KazariEX!
  • test: enable declaration to track more errors - Thanks to @​KazariEX!
  • refactor(language-core): remove semantic highlight of style module names - Thanks to @​KazariEX!
  • chore(language-core): add docs for @vue-expect-error support (#​5176) - Thanks to @​machty!
  • ci: upload extension as artifact for each commit - Thanks to @​KazariEX!

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (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 Feb 24, 2025
@nx-cloud
Copy link

nx-cloud bot commented Feb 24, 2025

View your CI Pipeline Execution ↗ for commit 9432d62.

Command Status Duration Result
nx affected --targets=test:sherif,test:knip,tes... ✅ Succeeded 2m 34s View ↗
nx run-many --target=build --exclude=examples/** ✅ Succeeded 18s View ↗

☁️ Nx Cloud last updated this comment at 2025-02-24 01:42:23 UTC

@pkg-pr-new
Copy link

pkg-pr-new bot commented Feb 24, 2025

Open in Stackblitz

More templates

@tanstack/angular-virtual

npm i https://pkg.pr.new/@tanstack/angular-virtual@934

@tanstack/lit-virtual

npm i https://pkg.pr.new/@tanstack/lit-virtual@934

@tanstack/solid-virtual

npm i https://pkg.pr.new/@tanstack/solid-virtual@934

@tanstack/react-virtual

npm i https://pkg.pr.new/@tanstack/react-virtual@934

@tanstack/svelte-virtual

npm i https://pkg.pr.new/@tanstack/svelte-virtual@934

@tanstack/virtual-core

npm i https://pkg.pr.new/@tanstack/virtual-core@934

@tanstack/vue-virtual

npm i https://pkg.pr.new/@tanstack/vue-virtual@934

commit: 9432d62

@renovate renovate bot merged commit 8e55113 into main Feb 24, 2025
6 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch February 24, 2025 06:27
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