Skip to content

fix(deps): update all non-major dependencies#864

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch
Open

fix(deps): update all non-major dependencies#864
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Sep 2, 2025

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@eslint/eslintrc 3.3.33.3.5 age confidence dependencies patch
@nuxt/eslint (source) 1.12.11.16.0 age confidence devDependencies minor
@nuxt/eslint-config (source) 1.12.11.16.0 age confidence devDependencies minor
@nuxtjs/i18n (source) 10.2.110.4.0 age confidence devDependencies minor
@paralleldrive/cuid2 3.0.63.3.0 age confidence dependencies minor
@tauri-apps/api 2.10.12.11.0 age confidence dependencies minor
@tauri-apps/cli 2.10.12.11.2 age confidence devDependencies minor
@tauri-apps/plugin-dialog 2.6.02.7.1 age confidence dependencies minor
@tauri-apps/plugin-fs 2.4.52.5.1 age confidence dependencies minor
@tauri-apps/plugin-opener 2.5.32.5.4 age confidence dependencies patch
@tauri-apps/plugin-store 2.4.22.4.3 age confidence dependencies patch
@types/node (source) 25.0.325.9.3 age confidence devDependencies minor
@vojtechlanka/vue-tags-input 3.1.13.1.2 age confidence dependencies patch
@vue/compiler-sfc (source) 3.5.263.5.38 age confidence devDependencies patch
@vueuse/components (source) 14.1.014.3.0 age confidence devDependencies minor
@vueuse/core (source) 14.1.014.3.0 age confidence devDependencies minor
@vueuse/nuxt (source) 14.1.014.3.0 age confidence devDependencies minor
esbuild ^0.25.0^0.28.0 age confidence resolutions minor
eslint (source) 9.39.29.39.4 age confidence devDependencies patch
eslint-plugin-tailwindcss 3.18.23.18.3 age confidence devDependencies patch
ignore (source) =0.4.25=0.4.26 age confidence dependencies patch
postcss (source) 8.5.68.5.15 age confidence devDependencies patch
rollup-plugin-license 3.6.03.7.1 age confidence devDependencies minor
serde (source) 1.0.2241.0.228 age confidence dependencies patch
serde_json 1.0.1491.0.150 age confidence dependencies patch
tauri-build (source) 2.5.62.6.2 age confidence build-dependencies minor
tauri-plugin-dialog 2.6.02.7.1 age confidence dependencies minor
tauri-plugin-fs 2.4.52.5.1 age confidence dependencies minor
tauri-plugin-opener 2.5.32.5.4 age confidence dependencies patch
tauri-plugin-persisted-scope 2.3.52.3.7 age confidence dependencies patch
tauri-plugin-single-instance 2.4.02.4.2 age confidence dependencies patch
tauri-plugin-store 2.4.22.4.3 age confidence dependencies patch
vue (source) 3.5.263.5.38 age confidence dependencies patch
zod (source) 3.25.63.25.76 age confidence dependencies patch

Release Notes

eslint/eslintrc (@​eslint/eslintrc)

v3.3.5

Compare Source

Bug Fixes

v3.3.4

Compare Source

Bug Fixes
  • update ajv to 6.14.0 to address security vulnerabilities (#​221) (9139140)
  • update minimatch to 3.1.3 to address security vulnerabilities (#​224) (30339d0)
nuxt/eslint (@​nuxt/eslint)

v1.16.0

Compare Source

   🚀 Features
    View changes on GitHub

v1.15.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.15.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.15.0

Compare Source

   🚀 Features
    View changes on GitHub

v1.14.0

Compare Source

   🚀 Features
    View changes on GitHub

v1.13.0

Compare Source

   🚀 Features
  • Upgrade eslint-flat-config-utils eslint-plugin-import-lite and eslint-plugin-jsdoc  -  by @​antfu (10bf9)
    View changes on GitHub
nuxt-modules/i18n (@​nuxtjs/i18n)

v10.4.0

Compare Source

This changelog is generated by GitHub Releases

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v10.3.0

Compare Source

This changelog is generated by GitHub Releases

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v10.2.4

Compare Source

This changelog is generated by GitHub Releases

   🐞 Bug Fixes
    View changes on GitHub

v10.2.3

Compare Source

This changelog is generated by GitHub Releases

No significant changes

    View changes on GitHub
ericelliott/cuid2 (@​paralleldrive/cuid2)

v3.3.0

Compare Source

Fixed
  • Fix typo in package.json exports field: ./package.json path was incorrectly specified
  • Fix TypeScript compilation error (TS1203) by replacing export = with named exports in index.d.ts
Updated
  • Update AI development framework (aidd) to v2.5.0 for enhanced security reviews
  • Update all devDependencies to latest versions (@​types/node, @​types/react, eslint, eslint-config-next, eslint-config-prettier, eslint-plugin-prettier, next, prettier, react, react-dom, release-it, riteway, updtr, watch)

v3.2.0

Compare Source

v3.1.0

Compare Source

tauri-apps/tauri (@​tauri-apps/api)

v2.11.0: @​tauri-apps/cli v2.11.0

Compare Source

[2.11.0]

New Features
  • 926a57bb0 (#​15201) Added uninstaller icon and uninstaller header image support for NSIS installer.

    Notes:

    • For tauri-bundler lib users, the NsisSettings now has 2 new fields uninstaller_icon and uninstaller_header_image which can be a breaking change
    • When bundling with NSIS, users can add uninstallerIcon and uninstallerHeaderImage under bundle > windows > nsis to configure them.
  • 764b9139a (#​14313) Prompt to restart the Android emulator if it is not connected to adb.

  • 5dc2cee60 (#​14793) Added support for minimumWebview2Version option support for the MSI (Wix) installer, the old bundle > windows > nsis > minimumWebview2Version is now deprecated in favor of bundle > windows > minimumWebview2Version

    Notes:

    • For anyone relying on the WVRTINSTALLED Property tag in main.wxs, it is now renamed to INSTALLED_WEBVIEW2_VERSION
    • For tauri-bundler lib users, the WindowsSettings now has a new field minimum_webview2_version which can be a breaking change
Enhancements
Bug Fixes
  • fcb702ec4 (#​14954) Fix build --bundles to allow nsis arg in linux+macOS
  • 80c1425af (#​14921) Fix iOS build failure when Metal Toolchain is installed by using explicit $(DEVELOPER_DIR)/Toolchains/XcodeDefault.xctoolchain path instead of $(TOOLCHAIN_DIR) for Swift library search paths.
What's Changed
Dependencies
  • Upgraded to tauri-cli@2.11.0
tauri-apps/plugins-workspace (@​tauri-apps/plugin-dialog)

v2.7.1

Compare Source

v2.7.0

Compare Source

VojtechLanka/vue-tags-input (@​vojtechlanka/vue-tags-input)

v3.1.2

Compare Source

vuejs/core (@​vue/compiler-sfc)

v3.5.38

Compare Source

v3.5.37

Compare Source

v3.5.36

Compare Source

Bug Fixes

v3.5.35

Compare Source

Bug Fixes
Performance Improvements

v3.5.34

Compare Source

Bug Fixes

v3.5.33

Compare Source

Bug Fixes

v3.5.32

Compare Source

Bug Fixes
Reverts

v3.5.31

Compare Source

Bug Fixes

v3.5.30

Compare Source

Bug Fixes

v3.5.29

Compare Source

Bug Fixes

v3.5.28

Compare Source

Bug Fixes

v3.5.27

Compare Source

Bug Fixes
  • compile-sfc: correctly handle variable shadowing in for loop for defineProps destructuring. (#​14296) (6a1bb50), closes #​14294
  • compiler-sfc: handle indexed access types in declare global blocks (#​14260) (e4091fe), closes #​14236
  • compiler-sfc: use correct scope when resolving indexed access types from external files (#​14297) (f0f0a21), closes #​14292
  • reactivity: collection iteration should inherit iterator instance methods (#​12644) (3c8b2fc

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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/all-minor-patch branch 9 times, most recently from 2bb69de to fc44bd2 Compare September 8, 2025 10:06
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 71341b9 to 7b1268d Compare September 15, 2025 09:08
@renovate renovate Bot changed the title fix(deps): update all non-major dependencies fix(deps): update all non-major dependencies - autoclosed Sep 15, 2025
@renovate renovate Bot closed this Sep 15, 2025
@renovate renovate Bot deleted the renovate/all-minor-patch branch September 15, 2025 22:06
@renovate renovate Bot changed the title fix(deps): update all non-major dependencies - autoclosed fix(deps): update all non-major dependencies Sep 16, 2025
@renovate renovate Bot reopened this Sep 16, 2025
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 1b38a8f to 7b1268d Compare September 16, 2025 08:15
@renovate renovate Bot changed the title fix(deps): update all non-major dependencies fix(deps): update rust crate serde to v1.0.225 Sep 16, 2025
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 91c4480 to 3ad73f8 Compare September 17, 2025 02:06
@renovate renovate Bot changed the title fix(deps): update rust crate serde to v1.0.225 fix(deps): update all non-major dependencies Sep 17, 2025
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from e378d69 to b9a7a2b Compare September 19, 2025 21:32
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 91332f1 to a68f4de Compare October 3, 2025 21:31
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 17450e5 to dd22893 Compare October 11, 2025 17:30
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 23b11a0 to cdf4c88 Compare October 16, 2025 05:57
@renovate renovate Bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Oct 16, 2025
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 910c073 to cc7e51d Compare October 21, 2025 05:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants