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

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

Merged
merged 1 commit into from
Mar 4, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 3, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@antfu/eslint-config ^4.3.0 -> ^4.4.0 age adoption passing confidence
@iconify/json (source) ^2.2.310 -> ^2.2.313 age adoption passing confidence
@tanstack/vue-query (source) ^5.66.9 -> ^5.67.1 age adoption passing confidence
@tanstack/vue-query-devtools (source) ^5.66.9 -> ^5.67.1 age adoption passing confidence
@types/chrome (source) ^0.0.306 -> ^0.0.307 age adoption passing confidence
@types/node (source) ^22.13.5 -> ^22.13.9 age adoption passing confidence
@types/three (source) ^0.173.0 -> ^0.174.0 age adoption passing confidence
@typescript-eslint/parser (source) ^8.25.0 -> ^8.26.0 age adoption passing confidence
@typescript-eslint/utils (source) ^8.25.0 -> ^8.26.0 age adoption passing confidence
core-js (source) ^3.40.0 -> ^3.41.0 age adoption passing confidence
electron ^33.4.1 -> ^33.4.2 age adoption passing confidence
pnpm (source) 10.5.1 -> 10.5.2 age adoption passing confidence
pnpm (source) ^10.5.1 -> ^10.5.2 age adoption passing confidence
publint (source) ^0.3.6 -> ^0.3.8 age adoption passing confidence
shiki (source) ^3.0.0 -> ^3.1.0 age adoption passing confidence
three (source) ^0.173.0 -> ^0.174.0 age adoption passing confidence
typescript (source) ^5.7.3 -> ^5.8.2 age adoption passing confidence
unbuild ^3.4.1 -> ^3.5.0 age adoption passing confidence
unplugin-auto-import ^19.1.0 -> ^19.1.1 age adoption passing confidence
unplugin-vue-components ^28.4.0 -> ^28.4.1 age adoption passing confidence
vite-plugin-dts ^4.5.0 -> ^4.5.3 age adoption passing confidence
vue-tsc (source) ^2.2.4 -> ^2.2.8 age adoption passing confidence

Release Notes

antfu/eslint-config (@​antfu/eslint-config)

v4.4.0

Compare Source

   🚀 Features
    View changes on GitHub
iconify/icon-sets (@​iconify/json)

v2.2.313

Compare Source

v2.2.312

Compare Source

v2.2.311

Compare Source

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

v5.67.1

Compare Source

Version 5.67.1 - 3/3/25, 3:57 PM

Changes

Refactor
  • query-core: improve type safety and performance in getMutationDefaults (#​8669) (4d8c27b) by yusheng chen

Packages

v5.67.0

Compare Source

Version 5.67.0 - 3/3/25, 3:45 PM

Changes

Feat
Test
Docs
  • angular-query: document angular httpclient and other data fetching solutions (#​8732) (18e357c) by Arnoud

Packages

v5.66.11

Compare Source

Version 5.66.11 - 2/28/25, 1:53 PM

Changes

Fix
  • react-query: add warning when useBaseQuery is called without a queryFn (#​8701) (2bf7ec6) by Harry
Test

Packages

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.26.0

Compare Source

🚀 Features
❤️ Thank You

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/utils)

v8.26.0

Compare Source

🚀 Features
❤️ Thank You

You can read about our versioning strategy and releases on our website.

zloirock/core-js (core-js)

v3.41.0

Compare Source

electron/electron (electron)

v33.4.2: electron v33.4.2

Compare Source

Release Notes for v33.4.2

Fixes

  • Backported fix for a upstream bug that cause Offscreen Rendering to stutter. #​45658 (Also in 32, 34, 35)
  • Fixed WebFrameMain crash related to accessing speculative frames that have been destroyed. #​45688 (Also in 34, 35)
  • Fixed v8.setHeapSnapshotNearHeapLimit api in main and utility process, along with support for --diagnostic-dir Node.js cli flag to specify the directory to save the heap snapshots. #​45645 (Also in 34, 35)
  • Fixed crash on startup with asan build on macOS. #​45568 (Also in 34, 35)
  • Fixed file preview window reappearing when calling win.closeFilePreview twice on macOS. #​45663 (Also in 32, 34, 35)
  • Fixed web worker scripts failing to load for chrome extensions. #​45711 (Also in 32, 34, 35)

Other Changes

pnpm/pnpm (pnpm)

v10.5.2

Compare Source

Patch Changes
  • The pnpm config set command should change the global .npmrc file by default.
    This was a regression introduced by #​9151 and shipped in pnpm v10.5.0.
publint/publint (publint)

v0.3.8

Compare Source

Patch Changes
  • Support passing a tarball path to the publint CLI. This allows to easily lint any tarball files at hand. (#​166)

    npx publint ./mylib-1.0.0.tgz
  • The publint API now returns a pkg object as a convenience to pass it to formatMessage (#​166)

  • Updated dependencies [02d169b]:

v0.3.7

Compare Source

Patch Changes
  • The "imports" field is now linted with the following rules: (#​162)

    • IMPORTS_KEY_INVALID: Ensure the imports key starts with a #
    • IMPORTS_VALUE_INVALID: Ensure the imports value is a valid path that starts with a ./
    • IMPORTS_GLOB_NO_MATCHED_FILES: Ensure the imports glob matches at least one file
    • IMPORTS_DEFAULT_SHOULD_BE_LAST: Ensure the "default" condition is last in an entrypoint's object
    • IMPORTS_MODULE_SHOULD_BE_ESM: Ensure the "module" condition file is ESM
    • IMPORTS_MODULE_SHOULD_PRECEDE_REQUIRE: Ensure the "module" condition precedes the "require" condition in an entrypoint's object
  • Improve SSH git URL detection when checking the "repository" field. Values like "[email protected]:user/project.git" is now detected as a valid git URL, but will be suggested to use a full git URL instead, like "git+ssh://[email protected]/user/project.git" (28da844)

  • Fix exports types message when the "require" or "import" condition already exists but the dts file format is still invalid (a731ec3)

shikijs/shiki (shiki)

v3.1.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
mrdoob/three.js (three)

v0.174.0

Compare Source

microsoft/TypeScript (typescript)

v5.8.2

Compare Source

unjs/unbuild (unbuild)

v3.5.0

Compare Source

compare changes

🚀 Enhancements
  • Use fix-dts-default-cjs-exports to transform cjs types (#​513)
🏡 Chore
❤️ Contributors

v3.4.2

Compare Source

compare changes

🏡 Chore
❤️ Contributors
unplugin/unplugin-auto-import (unplugin-auto-import)

v19.1.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
unplugin/unplugin-vue-components (unplugin-vue-components)

v28.4.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
qmhc/vite-plugin-dts (vite-plugin-dts)

v4.5.3

Compare Source

Bug Fixes

v4.5.1

Compare Source

Bug Fixes
  • not overriding noUnusedParameters of compiler options (#​408) (76a5913)
  • should process alias for module declaration (41167d5), closes #​409
vuejs/language-tools (vue-tsc)

v2.2.8

Compare Source

Bug Fixes
  • revert "fix(language-core): validate v-model variable against model type"

v2.2.6

Compare Source

Features
  • feat(language-core): infer prop JSDoc from defineModel's leading comments (#​5211) - Thanks to @​KazariEX!
Bug Fixes
  • fix(language-core): map camelized prop name correctly (#​5207) - Thanks to @​KazariEX!
  • fix(component-meta): resolve defineModel options to collect default value (#​5209) - Thanks to @​KazariEX!
  • fix(language-core): avoid duplicate generation of defineExpose's codes - Thanks to @​KazariEX!
  • fix(language-core): generate camelized prop name for defineModel (#​5213) - Thanks to @​KazariEX!
  • fix(language-core): validate v-model variable against model type (#​5214) - Thanks to @​KazariEX!
  • fix(language-core): use keywords instead of semicolons to separate script sections (#​5217) - Thanks to @​KazariEX!
Other Changes
  • ci: auto close issues with can't reproduce label - Thanks to @​KazariEX!
  • refactor(language-core): defer the calculation of linkedCodeMappings offsets (#​5220) - Thanks to @​KazariEX!

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), 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 added the dependencies label Mar 3, 2025
Copy link

netlify bot commented Mar 3, 2025

Deploy Preview for vue-devtools-docs canceled.

Name Link
🔨 Latest commit 5db11c1
🔍 Latest deploy log https://app.netlify.com/sites/vue-devtools-docs/deploys/67c6fcf60b691c000884abba

Copy link

pkg-pr-new bot commented Mar 3, 2025

Open in Stackblitz

@vue/devtools-applet

npm i https://pkg.pr.new/@vue/devtools-applet@818

@vue/devtools-core

npm i https://pkg.pr.new/@vue/devtools-core@818

@vue/devtools-api

npm i https://pkg.pr.new/@vue/devtools-api@818

@vue/devtools

npm i https://pkg.pr.new/@vue/devtools@818

@vue/devtools-kit

npm i https://pkg.pr.new/@vue/devtools-kit@818

vite-plugin-vue-devtools

npm i https://pkg.pr.new/vite-plugin-vue-devtools@818

commit: 5db11c1

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 0a57901 to 33d1084 Compare March 4, 2025 10:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 33d1084 to 5db11c1 Compare March 4, 2025 13:15
@webfansplz webfansplz merged commit b06d9a8 into main Mar 4, 2025
9 checks passed
@webfansplz webfansplz deleted the renovate/all-minor-patch branch March 4, 2025 13:31
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