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

Merged
merged 4 commits into from
Dec 6, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 2, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@tanstack/angular-query-experimental (source) 5.61.3 -> 5.62.0 age adoption passing confidence
@tanstack/react-query (source) ^5.61.3 -> ^5.62.0 age adoption passing confidence
@tanstack/svelte-query (source) ^5.61.3 -> ^5.62.0 age adoption passing confidence
@tanstack/vue-query (source) ^5.61.3 -> ^5.62.0 age adoption passing confidence
@vitejs/plugin-react (source) ^4.3.3 -> ^4.3.4 age adoption passing confidence
@vitejs/plugin-vue (source) ^5.2.0 -> ^5.2.1 age adoption passing confidence
eslint (source) ^9.15.0 -> ^9.16.0 age adoption passing confidence
knip (source) ^5.37.2 -> ^5.38.3 age adoption passing confidence
nx (source) ^20.1.3 -> ^20.1.4 age adoption passing confidence
pnpm (source) 9.14.2 -> 9.14.4 age adoption passing confidence
prettier (source) ^3.3.3 -> ^3.4.1 age adoption passing confidence
vite-plugin-solid ^2.10.2 -> ^2.11.0 age adoption passing confidence
vitest (source) ^2.1.5 -> ^2.1.6 age adoption passing confidence

Release Notes

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

v5.62.0

Compare Source

Version 5.62.0 - 11/29/24, 1:03 PM

Changes

Feat
  • types: Include optional TError on DataTag (#​8361) (0fa1f01) by Nick Lucas
Chore
  • angular-query: update example dev containers to node 22 (#​8370) (f245792) by Arnoud

Packages

v5.61.6

Compare Source

Version 5.61.6 - 11/28/24, 1:59 PM

Changes

Fix
  • angular-query: improve compatibility with Jest (#​8367) (ebcaa55) by Arnoud
  • eslint-plugin-query: handle optional and non-null chaining in exhaustive-deps (#​8365) (c402a2b) by Eliya Cohen

Packages

v5.61.5

Compare Source

Version 5.61.5 - 11/27/24, 8:09 AM

Changes

Fix
  • types: Add types for QueryFilters which flow down to Query<> and QueryKey/DataTag types (#​8332) (422c879) by Nick Lucas
Ci
  • disable max report age in codecov (#​8354) (d28de3c) by Leonardo Montini

Packages

v5.61.4

Compare Source

Version 5.61.4 - 11/26/24, 1:39 PM

Changes

Fix
  • QueriesObserver: fix improper sorting in QueriesObserver"s #find… (#​8351) (3b7556f) by Jonathan Toung
Chore

Packages

vitejs/vite-plugin-react (@​vitejs/plugin-react)

v4.3.4

Compare Source

Add Vite 6 to peerDependencies range

Vite 6 is highly backward compatible, not much to add!

Force Babel to output spec compliant import attributes #​386

The default was an old spec (with type: "json"). We now enforce spec compliant (with { type: "json" })

vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v5.2.1

eslint/eslint (eslint)

v9.16.0

Compare Source

Features

  • 8f70eb1 feat: Add ignoreComputedKeys option in sort-keys rule (#​19162) (Milos Djermanovic)

Documentation

  • 9eefc8f docs: fix typos in use-isnan (#​19190) (루밀LuMir)
  • 0c8cea8 docs: switch the order of words in no-unreachable (#​19189) (루밀LuMir)
  • 0c19417 docs: add missing backtick to no-async-promise-executor (#​19188) (루밀LuMir)
  • 8df9276 docs: add backtick in -0 in description of no-compare-neg-zero (#​19186) (루밀LuMir)
  • 7e16e3f docs: fix caseSensitive option's title of sort-keys (#​19183) (Tanuj Kanti)
  • 0c6b842 docs: fix typos in migration-guide.md (#​19180) (루밀LuMir)
  • 353266e docs: fix a typo in debug.md (#​19179) (루밀LuMir)
  • 5ff318a docs: delete unnecessary horizontal rule(---) in nodejs-api (#​19175) (루밀LuMir)
  • 576bcc5 docs: mark more rules as handled by TypeScript (#​19164) (Tanuj Kanti)
  • 742d054 docs: note that no-restricted-syntax can be used with any language (#​19148) (Milos Djermanovic)

Chores

webpro-nl/knip (knip)

v5.38.3

Compare Source

v5.38.2

Compare Source

  • Fix for certain failing cases of --include-libs (resolves #​855) (5242ddd)

v5.38.1

Compare Source

  • Fix regression re. isIncludeEntryExports → skipExportsAnalysis from scripts/plugins (resolves #​857) (b8379de)

v5.38.0

Compare Source

nrwl/nx (nx)

v20.1.4

Compare Source

20.1.4 (2024-11-28)

🚀 Features
  • misc: replace tutorials with social links in create-nx-workspace (#​29085)
  • nx-dev: update top-level navbar (0f330590b7)
🩹 Fixes
  • angular: ngrx-root-store generator check ngModule path (#​29068)
  • core: don't generate nxCloudId if running nx connect through nx console (#​29060)
  • core: update to the async version of getting powerpack information (#​29088)
  • misc: update artifact generator option descriptions and cleanup leftovers (#​29077)
  • module-federation: use 'hoisted' runtime for node to prevent issues with eager sharing (#​29104)
  • nest: Fix generators (guard, interceptor etc...) path to not duplicate when provided (#​29084)
  • nest: update project config to enable artifacts to be built as dev (#​29110)
  • nextjs: ensure next apps config is correctly checked when using jest (#​29066)
  • nextjs: Add support for next.config.ts for executors (#​29071)
❤️ Thank You
pnpm/pnpm (pnpm)

v9.14.4

Compare Source

v9.14.3

Compare Source

prettier/prettier (prettier)

v3.4.1

Compare Source

diff

Remove unnecessary parentheses around assignment in v-on (#​16887 by @​fisker)
<!-- Input -->
<template>
  <button @&#8203;click="foo += 2">Click</button>
</template>

<!-- Prettier 3.4.0 -->
<template>
  <button @&#8203;click="(foo += 2)">Click</button>
</template>

<!-- Prettier 3.4.1 -->
<template>
  <button @&#8203;click="foo += 2">Click</button>
</template>

v3.4.0

Compare Source

diff

🔗 Release Notes

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

v2.11.0

Minor Changes
Patch Changes
  • 74c75d0: Support Vite 6's resolve.conditions breaking change
vitest-dev/vitest (vitest)

v2.1.6

Compare Source

🚀 Features

  • Support VIte 6
    View changes on GitHub

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 Dec 2, 2024
Copy link

nx-cloud bot commented Dec 2, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit bdfe4fe. 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 Dec 2, 2024

Open in Stackblitz

More templates

@tanstack/angular-virtual

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

@tanstack/react-virtual

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

@tanstack/lit-virtual

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

@tanstack/solid-virtual

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

@tanstack/virtual-core

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

@tanstack/svelte-virtual

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

@tanstack/vue-virtual

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

commit: bdfe4fe

Copy link
Contributor Author

renovate bot commented Dec 2, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@lachlancollins lachlancollins merged commit e42ce91 into main Dec 6, 2024
5 checks passed
@lachlancollins lachlancollins deleted the renovate/all-minor-patch branch December 6, 2024 12:20
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