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

Merged
merged 1 commit into from
Jan 27, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 27, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sveltejs/package (source) ^2.3.7 -> ^2.3.9 age adoption passing confidence
@tanstack/angular-table (source) 8.20.5 -> 8.21.0 age adoption passing confidence
@tanstack/config (source) ^0.16.0 -> ^0.16.1 age adoption passing confidence
eslint (source) ^9.18.0 -> ^9.19.0 age adoption passing confidence
knip (source) ^5.42.2 -> ^5.43.3 age adoption passing confidence
nx (source) ^20.3.2 -> ^20.3.3 age adoption passing confidence
sherif ^1.1.1 -> ^1.2.0 age adoption passing confidence
vite (source) ^5.4.11 -> ^5.4.14 age adoption passing confidence

Release Notes

sveltejs/kit (@​sveltejs/package)

v2.3.9

Compare Source

Patch Changes
  • chore: bump svelte2tsx dependency for more up-to-date d.ts output (#​8843)

  • fix: adjust declaration map paths (#​8843)

v2.3.8

Compare Source

Patch Changes
  • fix: resolve aliases more robustly (#​13351)
TanStack/table (@​tanstack/angular-table)

v8.21.0

Compare Source

Version 8.21.0 - 1/20/25, 6:10 AM

Changes

Feat
  • angular-table: Refactor Flex render implementation - Zoneless, Better type safety, allows reactive values into cell content, re-render when cell context changes, allow to pass signal inputs into custom components (#​5856) (05ecd5e) by Riccardo Perra
Chore
  • install consistent package versions in new examples (1ccc9c1) by Kevin Van Cott
Ci
  • apply automated fixes (7830e41) by autofix-ci[bot]
  • apply automated fixes (a430212) by autofix-ci[bot]
Docs
Other

Packages

TanStack/config (@​tanstack/config)

v0.16.1

Compare Source

Version 0.16.1 - 1/26/25, 7:04 AM

Changes
Fix
  • updates imports that are more than one parent high (#​201) (82cf701) by Corbin Crutchley
Chore
  • deps: update all non-major dependencies (#​200) (1cc45a3) by renovate[bot]
  • deps: update to vite v6, vitest v3 (#​199) (20bb895) by Lachlan Collins
Packages
eslint/eslint (eslint)

v9.19.0

Compare Source

webpro-nl/knip (knip)

v5.43.3

Compare Source

v5.43.2

Compare Source

  • Add a bit of error handling for failed contributors fetch (b70958a)
  • Always use production entries by default in expo plugin (resolves #​918) (9b8cb69)
  • knipignore → lintignore (47460d2)
  • Fix scoping of namespace import refs (c8ce64d)
  • Bun started exposing serialize and deserialize directly from node:v8 (cbfc56e)
  • Update docs (b7b6273)
  • Update dependencies (9b4f695)

v5.43.1

Compare Source

v5.43.0

Compare Source

v5.42.3

Compare Source

nrwl/nx (nx)

v20.3.3

Compare Source

20.3.3 (2025-01-23)

🩹 Fixes
  • core: do not warn about custom tasks runners when explicitly usi… (#​29669)
  • core: update yarn-parser to handle yarn v4 syntax for root workspace package (#​29452)
  • core: ensure that nx is backwards compatible with older versions of Nx Cloud (#​29703)
  • gradle: check if java is installed (#​29572)
  • graph: copy command text directly from PDV (#​29645)
  • js: sort package.json fields by idiomatic order (#​29635)
  • js: fix typo so exports field in package.json is properly sorted (#​29643)
  • js: do not generate package.json file for non-buildable js libraries in non-ts solution setup (#​29646)
  • js: ignore bundler config files correctly in eslint config when using vitest in js library generator (#​29649)
  • node: set correct compilerOptions for Nest applications (#​29725)
  • nx-dev: update request a trial link on pricing page (#​29711)
  • nx-plugin: fix plugin generation in ts solution setup (#​29730)
  • react: ensure project name is escaped in spec matcher when generating an application (#​29732)
  • testing: e2e config generators should prompt for missing serve data (#​29660)
  • vite: do not stop the test process of failure in watch mode (#​29260)
❤️ Thank You
QuiiBz/sherif (sherif)

v1.2.0

Compare Source

New unsync-similar-dependencies rule

Similar dependencies in a given package.json should use the same version. For example, if you use both react and react-dom dependencies in the same package.json, this rule will enforce that they use the same version.

List of detected similar dependencies (feel free to open an issue/send a PR to add more)
  • react, react-dom
  • eslint-config-next, @next/eslint-plugin-next, @next/font @next/bundle-analyzer, @next/third-parties, @next/mdx, next
  • eslint-config-turbo, eslint-plugin-turbo, @turbo/gen, turbo-ignore, turbo
  • @tanstack/eslint-plugin-query, @tanstack/query-async-storage-persister, @tanstack/query-broadcast-client-experimental, @tanstack/query-core, @tanstack/query-devtools, @tanstack/query-persist-client-core, @tanstack/query-sync-storage-persister, @tanstack/react-query, @tanstack/react-query-devtools, @tanstack/react-query-persist-client, @tanstack/react-query-next-experimental, @tanstack/solid-query, @tanstack/solid-query-devtools, @tanstack/solid-query-persist-client, @tanstack/svelte-query, @tanstack/svelte-query-devtools, @tanstack/svelte-query-persist-client, @tanstack/vue-query, @tanstack/vue-query-devtools, @tanstack/angular-query-devtools-experimental, @tanstack/angular-query-experimental

What's Changed

Full Changelog: QuiiBz/sherif@v1.1.1...v1.2.0

vitejs/vite (vite)

v5.4.14

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.13

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.12

Compare Source

This version contains a breaking change due to security fixes. See GHSA-vg6x-rcgg-rjx6 for more details.

Please refer to CHANGELOG.md for details.


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 Jan 27, 2025
Copy link

nx-cloud bot commented Jan 27, 2025

View your CI Pipeline Execution ↗ for commit f0f096a.

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

☁️ Nx Cloud last updated this comment at 2025-01-27 01:36:53 UTC

Copy link

pkg-pr-new bot commented Jan 27, 2025

Open in Stackblitz

More templates

@tanstack/angular-virtual

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

@tanstack/react-virtual

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

@tanstack/lit-virtual

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

@tanstack/solid-virtual

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

@tanstack/svelte-virtual

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

@tanstack/virtual-core

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

@tanstack/vue-virtual

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

commit: f0f096a

@renovate renovate bot merged commit 7612473 into main Jan 27, 2025
5 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch January 27, 2025 05:37
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