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

Merged
merged 1 commit into from
Nov 21, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 18, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/code-frame (source) 7.25.7 -> 7.26.2 age adoption passing confidence
@clerk/tanstack-start (source) 0.4.25 -> 0.5.1 age adoption passing confidence
@eslint-react/eslint-plugin (source) ^1.16.1 -> ^1.17.0 age adoption passing confidence
@playwright/test (source) ^1.48.2 -> ^1.49.0 age adoption passing confidence
@rsbuild/core (source) 1.1.0 -> 1.1.4 age adoption passing confidence
@tanstack/react-query (source) >=5.59.20 -> >=5.61.0 age adoption passing confidence
@tanstack/react-query (source) ^5.59.20 -> ^5.61.0 age adoption passing confidence
@tanstack/react-query-devtools (source) ^5.59.20 -> ^5.61.0 age adoption passing confidence
@trpc/client (source) 11.0.0-rc.630 -> 11.0.0-rc.638 age adoption passing confidence
@trpc/react-query (source) 11.0.0-rc.630 -> 11.0.0-rc.638 age adoption passing confidence
@trpc/server (source) 11.0.0-rc.630 -> 11.0.0-rc.638 age adoption passing confidence
@typescript-eslint/rule-tester (source) ^8.14.0 -> ^8.15.0 age adoption passing confidence
@typescript-eslint/utils (source) ^8.14.0 -> ^8.15.0 age adoption passing confidence
arktype (source) ^2.0.0-rc.21 -> ^2.0.0-rc.24 age adoption passing confidence
arktype (source) 2.0.0-rc.23 -> 2.0.0-rc.24 age adoption passing confidence
cross-spawn ^7.0.5 -> ^7.0.6 age adoption passing confidence
eslint (source) ^9.14.0 -> ^9.15.0 age adoption passing confidence
framer-motion ^11.11.11 -> ^11.11.17 age adoption passing confidence
msw (source) ^2.6.4 -> ^2.6.5 age adoption passing confidence
nx (source) ^19.8.10 -> ^19.8.11 age adoption passing confidence
pnpm (source) 9.12.3 -> 9.14.2 age adoption passing confidence
tailwindcss (source) ^3.4.14 -> ^3.4.15 age adoption passing confidence
valibot (source) 1.0.0-beta.5 -> 1.0.0-beta.7 age adoption passing confidence
vite-tsconfig-paths ^5.1.2 -> ^5.1.3 age adoption passing confidence
vitest (source) ^2.1.4 -> ^2.1.5 age adoption passing confidence

Release Notes

babel/babel (@​babel/code-frame)

v7.26.2

Compare Source

🐛 Bug Fix

v7.26.0

Compare Source

🚀 New Feature
  • babel-core, babel-generator, babel-parser, babel-plugin-syntax-import-assertions, babel-plugin-syntax-import-attributes, babel-preset-env, babel-standalone, babel-types
  • babel-core
  • babel-compat-data, babel-plugin-proposal-regexp-modifiers, babel-plugin-transform-regexp-modifiers, babel-preset-env, babel-standalone
  • babel-parser
  • babel-generator, babel-parser, babel-plugin-syntax-flow
  • babel-helpers, babel-preset-typescript, babel-runtime-corejs3
  • babel-generator, babel-parser
🐛 Bug Fix
💅 Polish
  • babel-plugin-proposal-json-modules, babel-plugin-transform-json-modules, babel-standalone
🏠 Internal
🏃‍♀️ Performance
  • babel-helper-module-transforms, babel-plugin-transform-modules-commonjs

v7.25.9

Compare Source

🐛 Bug Fix
🏠 Internal
🏃‍♀️ Performance
clerk/javascript (@​clerk/tanstack-start)

v0.5.1

Compare Source

Patch Changes

v0.5.0

Compare Source

Minor Changes
  • Breaking change: Update @tanstack/react-router peer dependency from >=1.49.1 to >=1.81.9. Also update @tanstack/start peer dependency from >=1.49.1 to >=1.81.9. This update coincides with the changed server function syntax & server middleware that will allow the SDK more functionality in the future. (#​4575) by @​LekoArts

    When updating your @clerk/tanstack-start version you'll need to change various pieces in your code, Clerk's documentation (quickstart, reference) has been updated to account for that.

Patch Changes

v0.4.28

Compare Source

Patch Changes

v0.4.27

Compare Source

Patch Changes

v0.4.26

Compare Source

Patch Changes
Rel1cx/eslint-react (@​eslint-react/eslint-plugin)

v1.17.0

Compare Source

✨ New
  • feat(plugins/naming-convention): add 'ignoreFilesWithoutCode' option to 'filename-extension'
🐞 Fixes
  • refactor(plugins/x): xhtml entities should be allowed inside of 'no-useless-fragment', closes: #​850
  • fix(plugins/eslint-plugin): unexpected top-level property 'name' in legacy presets, closes #​863
  • fix(plugins/eslint-plugin): rules list in 'debug' and 'disable-debug' presets

v1.16.2

Compare Source

🐞 Fixes
🪄 Improvements
microsoft/playwright (@​playwright/test)

v1.49.0

Compare Source

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

v1.1.4

Compare Source

What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rsbuild@v1.1.3...v1.1.4

v1.1.3

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rsbuild@v1.1.2...v1.1.3

v1.1.2

Compare Source

What's Changed

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

Full Changelog: web-infra-dev/rsbuild@v1.1.1...v1.1.2

v1.1.1

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

New Contributors

Full Changelog: web-infra-dev/rsbuild@v1.1.0...v1.1.1

TanStack/query (@​tanstack/react-query)

v5.61.0

Compare Source

Version 5.61.0 - 11/20/24, 1:01 PM

Changes

Feat
Fix
  • types: make sure queryOptions are passable to UseQueryOptions (#​8317) (3fa4b7c) by Dominik Dorfmeister
Docs
  • angular-query: update queryOptions documentation (#​8311) (6a9edbf) by Arnoud

Packages

v5.60.6

Compare Source

Version 5.60.6 - 11/19/24, 10:17 AM

Changes

Refactor
Other

Packages


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 Nov 18, 2024
Copy link

nx-cloud bot commented Nov 18, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 190641e. 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 Nov 18, 2024

Open in Stackblitz

More templates

@tanstack/arktype-adapter

pnpm add https://pkg.pr.new/@tanstack/arktype-adapter@2795

@tanstack/create-router

pnpm add https://pkg.pr.new/@tanstack/create-router@2795

@tanstack/history

pnpm add https://pkg.pr.new/@tanstack/history@2795

@tanstack/eslint-plugin-router

pnpm add https://pkg.pr.new/@tanstack/eslint-plugin-router@2795

@tanstack/react-cross-context

pnpm add https://pkg.pr.new/@tanstack/react-cross-context@2795

@tanstack/react-router

pnpm add https://pkg.pr.new/@tanstack/react-router@2795

@tanstack/react-router-with-query

pnpm add https://pkg.pr.new/@tanstack/react-router-with-query@2795

@tanstack/router-cli

pnpm add https://pkg.pr.new/@tanstack/router-cli@2795

@tanstack/router-devtools

pnpm add https://pkg.pr.new/@tanstack/router-devtools@2795

@tanstack/router-generator

pnpm add https://pkg.pr.new/@tanstack/router-generator@2795

@tanstack/router-plugin

pnpm add https://pkg.pr.new/@tanstack/router-plugin@2795

@tanstack/router-vite-plugin

pnpm add https://pkg.pr.new/@tanstack/router-vite-plugin@2795

@tanstack/start

pnpm add https://pkg.pr.new/@tanstack/start@2795

@tanstack/start-vite-plugin

pnpm add https://pkg.pr.new/@tanstack/start-vite-plugin@2795

@tanstack/valibot-adapter

pnpm add https://pkg.pr.new/@tanstack/valibot-adapter@2795

@tanstack/virtual-file-routes

pnpm add https://pkg.pr.new/@tanstack/virtual-file-routes@2795

@tanstack/zod-adapter

pnpm add https://pkg.pr.new/@tanstack/zod-adapter@2795

commit: 190641e

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 15 times, most recently from 631f802 to 7ec54aa Compare November 21, 2024 08:39
@renovate renovate bot merged commit 481bb99 into main Nov 21, 2024
5 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch November 21, 2024 15:21
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