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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 16, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/generator (source) ^7.26.3 -> ^7.26.5 age adoption passing confidence
@babel/parser (source) ^7.26.3 -> ^7.26.5 age adoption passing confidence
@babel/traverse (source) ^7.26.4 -> ^7.26.5 age adoption passing confidence
@babel/types (source) ^7.26.3 -> ^7.26.5 age adoption passing confidence
@clerk/tanstack-start (source) 0.6.5 -> 0.8.7 age adoption passing confidence
@clerk/tanstack-start (source) ^0.8.5 -> ^0.8.7 age adoption passing confidence
@eslint-react/eslint-plugin (source) ^1.22.1 -> ^1.23.2 age adoption passing confidence
@inquirer/type ^3.0.1 -> ^3.0.2 age adoption passing confidence
@playwright/test (source) ^1.49.0 -> ^1.49.1 age adoption passing confidence
@radix-ui/react-dialog (source) ^1.1.2 -> ^1.1.4 age adoption passing confidence
@rsbuild/core (source) 1.1.9 -> 1.1.13 age adoption passing confidence
@supabase/supabase-js ^2.47.3 -> ^2.47.12 age adoption passing confidence
@swc/core (source) ^1.10.1 -> ^1.10.7 age adoption passing confidence
@tanstack/react-query (source) >=5.62.3 -> >=5.64.0 age adoption passing confidence
@tanstack/react-query (source) 5.62.3 -> 5.64.0 age adoption passing confidence
@tanstack/react-query (source) ^5.62.3 -> ^5.64.0 age adoption passing confidence
@tanstack/react-query-devtools (source) ^5.62.3 -> ^5.64.0 age adoption passing confidence
@tanstack/react-virtual (source) ^3.11.1 -> ^3.11.2 age adoption passing confidence
@trpc/client (source) 11.0.0-rc.660 -> 11.0.0-rc.700 age adoption passing confidence
@trpc/react-query (source) 11.0.0-rc.660 -> 11.0.0-rc.700 age adoption passing confidence
@trpc/server (source) 11.0.0-rc.660 -> 11.0.0-rc.700 age adoption passing confidence
@typescript-eslint/rule-tester (source) ^8.18.2 -> ^8.19.1 age adoption passing confidence
@typescript-eslint/utils (source) ^8.18.2 -> ^8.19.1 age adoption passing confidence
arktype (source) ^2.0.0-rc.30 -> ^2.0.0-rc.33 age adoption passing confidence
arktype (source) 2.0.0-rc.26 -> 2.0.0-rc.33 age adoption passing confidence
convex (source) ^1.17.3 -> ^1.17.4 age adoption passing confidence
cross-spawn ^7.0.5 -> ^7.0.6 age adoption passing confidence
esbuild ^0.24.0 -> ^0.24.2 age adoption passing confidence
eslint (source) ^9.17.0 -> ^9.18.0 age adoption passing confidence
fast-glob ^3.3.2 -> ^3.3.3 age adoption passing confidence
framer-motion ^11.13.3 -> ^11.17.0 age adoption passing confidence
isbot (source) ^5.1.17 -> ^5.1.21 age adoption passing confidence
jsesc (source) ^3.0.2 -> ^3.1.0 age adoption passing confidence
ky ^1.7.2 -> ^1.7.4 age adoption passing confidence
msw (source) ^2.6.8 -> ^2.7.0 age adoption passing confidence
nx (source) ^20.3.0 -> ^20.3.1 age adoption passing confidence
pnpm (source) 9.15.0 -> 9.15.3 age adoption passing confidence
publint (source) ^0.2.12 -> ^0.3.1 age adoption passing confidence
react-hot-toast ^2.4.1 -> ^2.5.1 age adoption passing confidence
tailwind-merge ^2.5.5 -> ^2.6.0 age adoption passing confidence
tailwindcss (source) ^3.4.16 -> ^3.4.17 age adoption passing confidence
unbuild ^3.0.1 -> ^3.2.0 age adoption passing confidence
valibot (source) 1.0.0-beta.9 -> 1.0.0-beta.11 age adoption passing confidence
valibot (source) ^1.0.0-beta.9 -> ^1.0.0-beta.11 age adoption passing confidence
vite (source) 6.0.3 -> 6.0.7 age adoption passing confidence
vite (source) ^6.0.3 -> ^6.0.7 age adoption passing confidence
vite-plugin-dts ^4.4.0 -> ^4.5.0 age adoption passing confidence
webpack-dev-server ^5.1.0 -> ^5.2.0 age adoption passing confidence
yocto-spinner ^0.1.1 -> ^0.1.2 age adoption passing confidence
zod (source) ^3.23.8 -> ^3.24.1 age adoption passing confidence

Release Notes

babel/babel (@​babel/generator)

v7.26.5

Compare Source

👓 Spec Compliance
🐛 Bug Fix
🔬 Output optimization
babel/babel (@​babel/parser)

v7.26.5

Compare Source

v7.26.5 (2025-01-10)

👓 Spec Compliance
🐛 Bug Fix
🔬 Output optimization
Committers: 5
clerk/javascript (@​clerk/tanstack-start)

v0.8.7

Compare Source

Patch Changes

v0.8.6

Compare Source

Patch Changes

v0.8.5

Compare Source

Patch Changes

v0.8.4

Compare Source

Patch Changes

v0.8.3

Compare Source

Patch Changes

v0.8.2

Compare Source

Patch Changes

v0.8.1

Compare Source

Patch Changes

v0.8.0

Compare Source

Minor Changes
  • Switching to use ^ for semver ranges of internal @​clerk/ production dependencies. (#​4664) by @​jacekradko
Patch Changes

v0.7.0

Compare Source

Minor Changes
  • Re-export missing error helpers functions from @clerk/tanstack-start/errors (#​4741) by @​octoper

    • isClerkAPIResponseError
    • isEmailLinkError
    • isKnownError
    • isMetamaskError
    • EmailLinkErrorCode
Patch Changes
rEl1cx/eslint-react (@​eslint-react/eslint-plugin)

v1.23.2

Compare Source

No notable changes in this release.

v1.23.1

Compare Source

🐞 Fixes
  • fix(plugins/x): fixed false positives in no-unstable-context-value and no-unstable-default-props by @​rEl1cx in #​896

v1.23.0

Compare Source

🪄 Improvements
  • refactor: JSX fragments related rules no longer rely on jsxPragma and jsxPragmaFrag settings to perform their checks by @​rEl1cx in #​893
  • refactor: improve applicability of the no-useless-fragment and prefer-shorthand-fragment rules
  • refactor: deprecate settings["react-x"].jsxPragma and settings["react-x"].jsxPragmaFrag as they are no longer needed by any rules
  • refactor: replace short-unique-id w/ uid by @​SukkaW in #​894
🐞 Fixes
  • fix(plugins/hooks-extra): fix call and new expression related false positives in no-unnecessary-use-memo and no-unnecessary-use-callback by @​rEl1cx in #​895

v1.22.2

Compare Source

🪄 Improvements

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

nx-cloud bot commented Dec 16, 2024

View your CI Pipeline Execution ↗ for commit 3fc3344.

Command Status Duration Result
nx affected --targets=test:eslint,test:unit,tes... ❌ Failed 4m 52s View ↗
nx run-many --target=build --exclude=examples/*... ✅ Succeeded 1m 14s View ↗

☁️ Nx Cloud last updated this comment at 2025-01-12 13:03:50 UTC

Copy link

pkg-pr-new bot commented Dec 16, 2024

Open in Stackblitz

More templates

@tanstack/arktype-adapter

npm i https://pkg.pr.new/@tanstack/arktype-adapter@3018

@tanstack/create-router

npm i https://pkg.pr.new/@tanstack/create-router@3018

@tanstack/eslint-plugin-router

npm i https://pkg.pr.new/@tanstack/eslint-plugin-router@3018

@tanstack/history

npm i https://pkg.pr.new/@tanstack/history@3018

@tanstack/react-cross-context

npm i https://pkg.pr.new/@tanstack/react-cross-context@3018

@tanstack/create-start

npm i https://pkg.pr.new/@tanstack/create-start@3018

@tanstack/react-router

npm i https://pkg.pr.new/@tanstack/react-router@3018

@tanstack/react-router-with-query

npm i https://pkg.pr.new/@tanstack/react-router-with-query@3018

@tanstack/router-cli

npm i https://pkg.pr.new/@tanstack/router-cli@3018

@tanstack/router-devtools

npm i https://pkg.pr.new/@tanstack/router-devtools@3018

@tanstack/router-generator

npm i https://pkg.pr.new/@tanstack/router-generator@3018

@tanstack/router-plugin

npm i https://pkg.pr.new/@tanstack/router-plugin@3018

@tanstack/router-vite-plugin

npm i https://pkg.pr.new/@tanstack/router-vite-plugin@3018

@tanstack/start

npm i https://pkg.pr.new/@tanstack/start@3018

@tanstack/start-vite-plugin

npm i https://pkg.pr.new/@tanstack/start-vite-plugin@3018

@tanstack/valibot-adapter

npm i https://pkg.pr.new/@tanstack/valibot-adapter@3018

@tanstack/virtual-file-routes

npm i https://pkg.pr.new/@tanstack/virtual-file-routes@3018

@tanstack/zod-adapter

npm i https://pkg.pr.new/@tanstack/zod-adapter@3018

commit: 3fc3344

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 27 times, most recently from 2cc5c7c to 92252a2 Compare December 19, 2024 09:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 28 times, most recently from 035f542 to 6e88c9f Compare January 12, 2025 01:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6e88c9f to 3fc3344 Compare January 12, 2025 12:57
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