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
@clerk/tanstack-start (source) 0.6.5 -> 0.8.6 age adoption passing confidence
@clerk/tanstack-start (source) ^0.8.5 -> ^0.8.6 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.6 age adoption passing confidence
@tanstack/react-query (source) >=5.62.3 -> >=5.63.0 age adoption passing confidence
@tanstack/react-query (source) 5.62.3 -> 5.63.0 age adoption passing confidence
@tanstack/react-query (source) ^5.62.3 -> ^5.63.0 age adoption passing confidence
@tanstack/react-query-devtools (source) ^5.62.3 -> ^5.63.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.688 age adoption passing confidence
@trpc/react-query (source) 11.0.0-rc.660 -> 11.0.0-rc.688 age adoption passing confidence
@trpc/server (source) 11.0.0-rc.660 -> 11.0.0-rc.688 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.32 age adoption passing confidence
arktype (source) 2.0.0-rc.26 -> 2.0.0-rc.32 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
fast-glob ^3.3.2 -> ^3.3.3 age adoption passing confidence
framer-motion ^11.13.3 -> ^11.16.1 age adoption passing confidence
isbot (source) ^5.1.17 -> ^5.1.20 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.0 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
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

clerk/javascript (@​clerk/tanstack-start)

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
  • perf: re-implement no-duplicate-key rule to improve its performance @​rEl1cx in #​891 and 33ab3cc
  • refactor: prevent potential interference from TypeScript's as, satisfies, and non-null assertion operator in various rules
SBoudrias/Inquirer.js (@​inquirer/type)

v3.0.2

Compare Source

  • Properly reset the prompt state when a SIGINT signal is emitted. (this fix bug where texts under the input wouldn't be cleared off the terminal after emitting ctrl-c)
  • Fix bug with scrollable list centering
microsoft/playwright (@​playwright/test)

v1.49.1

Compare Source

Highlights

https://github.com/microsoft/playwright/issues/33802 - [Bug]: Codegen's Clear button doesn't work if not recordinghttps://github.com/microsoft/playwright/issues/338066 - [Bug]: playwright hangs while waiting for pending navigationhttps://github.com/microsoft/playwright/issues/3378787 - [Bug]: VSC extension isn't capturing all entered tehttps://github.com/microsoft/playwright/issues/33788788 - [Regression]: Double clicking the steps in trace viewer doesn't filter actihttps://github.com/microsoft/playwright/issues/337723772 - [Bug]: aria_snapshot generates invalid yaml when combined with an aria-label attrhttps://github.com/microsoft/playwright/issues/3379133791 - [Bug]: text input with number value raises "container is not iterable" with to_match_aria_snahttps://github.com/microsoft/playwright/issues/33644/33644 - [Bug]: getByRole can't find element with the accessible name from label element when aria-labelledby is nothttps://github.com/microsoft/playwright/issues/33660s/33660 - [Regression]: Unable to open Playwright UI in Dark Mode

Browser Versions
  • Chromium 131.0.6778.33
  • Mozilla Firefox 132.0
  • WebKit 18.2

This version was also tested against the following stable channels:

  • Google Chrome 130
  • Microsoft Edge 130
radix-ui/primitives (@​radix-ui/react-dialog)

v1.1.4

Compare Source

v1.1.3

Compare Source

web-infra-dev/rsbuild (@​rsbuild/core)

v1.1.13

Compare Source

What's Changed

Highlights 💡

Rsbuild error overlay now shows type errors and provides the same highlighting as terminal:

Related PRs:

New Features 🎉
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rsbuild@v1.1.12...v1.1.13

v1.1.12

Compare Source

What's Changed

Bug Fixes 🐞
Document 📖

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 49a9326.

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

☁️ Nx Cloud last updated this comment at 2025-01-08 20:42:30 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-start

npm i https://pkg.pr.new/@tanstack/create-start@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/react-router

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

@tanstack/router-cli

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

@tanstack/react-router-with-query

npm i https://pkg.pr.new/@tanstack/react-router-with-query@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: 49a9326

@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 26 times, most recently from ad3c8f0 to 372247d Compare January 7, 2025 23:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 5d1b583 to 4843d13 Compare January 8, 2025 18:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4843d13 to 49a9326 Compare January 8, 2025 20:39
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