Skip to content

fix(deps): update minor & patch dependencies#71

Merged
taroj1205 merged 3 commits intomainfrom
renovate/minor-and-patch-dependencies
Jul 5, 2025
Merged

fix(deps): update minor & patch dependencies#71
taroj1205 merged 3 commits intomainfrom
renovate/minor-and-patch-dependencies

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 4, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
@babel/core (source) 7.27.1 -> 7.28.0 age confidence devDependencies minor
@changesets/cli (source) 2.29.4 -> 2.29.5 age confidence devDependencies patch
@cspell/eslint-plugin (source) 9.1.1 -> 9.1.2 age confidence devDependencies patch
@rsbuild/core (source) 1.3.18 -> 1.4.3 age confidence devDependencies minor
@rsbuild/plugin-react (source) 1.3.1 -> 1.3.3 age confidence devDependencies patch
@tanstack/react-query (source) 5.75.7 -> 5.81.5 age confidence dependencies minor
@tanstack/react-router (source) 1.120.3 -> 1.124.2 age confidence dependencies minor
@tanstack/router-plugin (source) 1.120.3 -> 1.124.2 age confidence dependencies minor
@tauri-apps/api 2.5.0 -> 2.6.0 age confidence dependencies minor
@tauri-apps/cli 2.5.0 -> 2.6.2 age confidence devDependencies minor
@tauri-apps/plugin-clipboard-manager 2.2.2 -> 2.3.0 age confidence dependencies minor
@tauri-apps/plugin-fs 2.2.1 -> 2.4.0 age confidence dependencies minor
@tauri-apps/plugin-opener 2.2.6 -> 2.4.0 age confidence dependencies minor
@tauri-apps/plugin-sql 2.2.0 -> 2.3.0 age confidence dependencies minor
@types/react (source) 19.1.4 -> 19.1.8 age confidence devDependencies patch
@types/react-dom (source) 19.1.5 -> 19.1.6 age confidence devDependencies patch
@yamada-ui/react (source) 1.7.6 -> 1.7.7 age confidence dependencies patch
@yamada-ui/table (source) 1.3.13 -> 1.3.14 age confidence dependencies patch
active-win-pos-rs =0.8.3 -> =0.9.0 age confidence dependencies minor
base64 =0.21.7 -> =0.22.1 age confidence dependencies minor
lefthook 1.11.14 -> 1.11.16 age confidence devDependencies patch
react-hook-form (source) 7.56.4 -> 7.60.0 age confidence dependencies minor
tauri-plugin-global-shortcut =2.0.0 -> =2.3.0 age confidence dependencies minor
tokio (source) =1.45.0 -> =1.46.1 age confidence dependencies minor
typescript (source) 5.6.3 -> 5.8.3 age confidence devDependencies minor
win_ocr =0.1.1 -> =0.1.3 age confidence dependencies patch
window-vibrancy =0.5.2 -> =0.6.0 age confidence dependencies minor
zod (source) ^3.25.74 -> 3.25.74 age confidence dependencies pin

Release Notes

babel/babel (@​babel/core)

v7.28.0

Compare Source

🚀 New Feature
  • babel-node
  • babel-types
  • babel-compat-data, babel-preset-env
  • babel-core, babel-parser
  • babel-generator, babel-parser
  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-plugin-transform-object-rest-spread, babel-traverse, babel-types
  • babel-parser, babel-traverse, babel-types
  • babel-generator, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-discard-binding, babel-plugin-transform-destructuring, babel-plugin-transform-explicit-resource-management, babel-plugin-transform-react-display-name, babel-types
  • babel-generator, babel-parser, babel-plugin-proposal-destructuring-private, babel-plugin-transform-block-scoping, babel-plugin-transform-object-rest-spread, babel-plugin-transform-typescript, babel-traverse, babel-types
🐛 Bug Fix
🏠 Internal
  • babel-compat-data, babel-plugin-proposal-decorators, babel-plugin-transform-async-generator-functions, babel-plugin-transform-json-modules, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs3

v7.27.7

Compare Source

👓 Spec Compliance
🐛 Bug Fix
🏠 Internal
  • babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread

v7.27.4

Compare Source

👓 Spec Compliance
  • babel-parser, babel-plugin-proposal-explicit-resource-management
💅 Polish
🔬 Output optimization
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs3
  • babel-core, babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-standalone

v7.27.3

Compare Source

🐛 Bug Fix
  • babel-generator
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • babel-plugin-proposal-explicit-resource-management
  • babel-plugin-proposal-decorators, babel-types
  • babel-helper-module-transforms, babel-plugin-proposal-explicit-resource-management, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd
    • #​17257 Preserve class id when transforming using declarations with exported class (@​JLHwung)
  • babel-parser
  • babel-generator, babel-parser
changesets/changesets (@​changesets/cli)

v2.29.5

Compare Source

Patch Changes
streetsidesoftware/cspell (@​cspell/eslint-plugin)

v9.1.2

Compare Source

Fixes
  • fix: Do not double encode stdin urls (#​7536)
  • fix: cspell trace output (#​7528)
Dictionary Updates
  • fix: Workflow Bot -- Update Dictionaries (main) (#​7526)
web-infra-dev/rsbuild (@​rsbuild/core)

v1.4.3

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

New Contributors

Full Changelog: web-infra-dev/rsbuild@v1.4.2...v1.4.3

v1.4.2

What's Changed

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

Full Changelog: web-infra-dev/rsbuild@v.1.4.1...v1.4.2

v1.4.0

Compare Source

🎉 See Announcing Rspack 1.4 for more details.

What's Changed

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

Configuration

📅 Schedule: Branch creation - "at 6am on Saturday" in timezone Pacific/Auckland, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 force-pushed the renovate/minor-and-patch-dependencies branch 6 times, most recently from 35c3f22 to 3c0a16f Compare July 5, 2025 10:03
@renovate renovate bot force-pushed the renovate/minor-and-patch-dependencies branch from 3c0a16f to 3857116 Compare July 5, 2025 11:01
@renovate
Copy link
Contributor Author

renovate bot commented Jul 5, 2025

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.

@taroj1205 taroj1205 merged commit 7514a8e into main Jul 5, 2025
9 checks passed
@taroj1205 taroj1205 deleted the renovate/minor-and-patch-dependencies branch July 5, 2025 11:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant