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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 24, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/standalone (source) ^7.26.9 -> ^7.27.0 age adoption passing confidence
@babel/types (source) ^7.26.9 -> ^7.27.0 age adoption passing confidence
@eslint/js (source) ^9.20.0 -> ^9.23.0 age adoption passing confidence
@types/node (source) ^22.13.4 -> ^22.13.14 age adoption passing confidence
@vitejs/plugin-vue (source) ^5.2.1 -> ^5.2.3 age adoption passing confidence
@volar/jsdelivr (source) ~2.4.11 -> ~2.4.12 age adoption passing confidence
@volar/monaco (source) ~2.4.11 -> ~2.4.12 age adoption passing confidence
@vue/babel-plugin-jsx (source) ^1.2.5 -> ^1.4.0 age adoption passing confidence
@vue/language-service (source) ~2.2.2 -> ~2.2.8 age adoption passing confidence
codemirror ^5.65.18 -> ^5.65.19 age adoption passing confidence
eslint (source) ^9.20.1 -> ^9.23.0 age adoption passing confidence
eslint-plugin-vue (source) ^9.32.0 -> ^9.33.0 age adoption passing confidence
lint-staged ^15.4.3 -> ^15.5.0 age adoption passing confidence
pnpm (source) 9.15.5 -> 9.15.9 age adoption passing confidence
prettier (source) ^3.5.1 -> ^3.5.3 age adoption passing confidence
simple-git-hooks ^2.11.1 -> ^2.12.1 age adoption passing confidence
typescript (source) ^5.7.3 -> ^5.8.2 age adoption passing confidence
typescript-eslint (source) ^8.24.1 -> ^8.29.0 age adoption passing confidence
vite (source) ^6.1.0 -> ^6.2.4 age adoption passing confidence
vite-plugin-dts ^4.5.0 -> ^4.5.3 age adoption passing confidence
vue-tsc (source) ~2.2.2 -> ~2.2.8 age adoption passing confidence

Release Notes

babel/babel (@​babel/standalone)

v7.27.0

Compare Source

👓 Spec Compliance
🚀 New Feature
🐛 Bug Fix
  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-traverse
  • babel-helpers, babel-preset-typescript, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-cli
  • babel-plugin-transform-named-capturing-groups-regex, babel-types
🏃‍♀️ Performance

v7.26.10

Compare Source

👓 Spec Compliance
🐛 Bug Fix
💅 Polish
🏠 Internal
eslint/eslint (@​eslint/js)

v9.23.0

Compare Source

v9.22.0

Compare Source

v9.21.0

Compare Source

Features
Bug Fixes
  • db5340d fix: update missing plugin message template (#​19445) (Milos Djermanovic)
  • d8ffdd4 fix: do not exit process on rule crash (#​19436) (Francesco Trotta)
Documentation
  • c5561ea docs: Update README (GitHub Actions Bot)
  • 80b0485 docs: replace var with let and const in rule example (#​19434) (Tanuj Kanti)
  • f67d5e8 docs: Update README (GitHub Actions Bot)
  • 75afc61 docs: Update README (GitHub Actions Bot)
  • 0636cab docs: Update Eleventy from v2 to v3 (#​19415) (Amaresh S M)
  • dd7d930 docs: Update README (GitHub Actions Bot)
Chores
  • a8c9a9f chore: update @eslint/eslintrc and @eslint/js (#​19453) (Francesco Trotta)
  • 265e0cf chore: package.json update for @​eslint/js release (Jenkins)
  • 3401b85 test: add test for Rule.ReportDescriptor type (#​19449) (Francesco Trotta)
  • e497aa7 chore: update rewrite dependencies (#​19448) (Francesco Trotta)
  • dab5478 chore: better error message for missing plugin in config (#​19402) (Tanuj Kanti)
  • ebfe2eb chore: set js language for bug report issue config block (#​19439) (Josh Goldberg ✨)
  • 5fd211d test: processors can return subpaths (#​19425) (Milos Djermanovic)
vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v5.2.3

v5.2.2

volarjs/volar.js (@​volar/jsdelivr)

v2.4.12

Compare Source

Bug Fixes
  • fix(language-core): trigger targets dirty when associatedOnly is true
  • fix(typescript): force update target file version on association dirty (#​267)
  • fix(jsdelivr): make params.getPackageVersion useful (#​266) - Thanks to @​wangcch!
Other Changes
  • docs(monaco): update documentation to match the current API status (#​255) - Thanks to @​elchininet!
  • docs(typescript): clean up and document createLanguageServicePlugin and createAsyncLanguageServicePlugin (#​261) - Thanks to @​machty!
vuejs/babel-plugin-jsx (@​vue/babel-plugin-jsx)

v1.4.0

Compare Source

⚠️ Minor Changes
  • You need to specify the full path for the sub-export or use the main export.
--- require('@​vue/babel-plugin-jsx/dist/index')
--- require('@​vue/babel-plugin-jsx/dist')
+++ require('@​vue/babel-plugin-jsx/dist/index.js')
+++ require('@​vue/babel-plugin-jsx')
   🐞 Bug Fixes
    View changes on GitHub

v1.3.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vuejs/language-tools (@​vue/language-service)

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!

v2.2.4

Compare Source

Features
  • feat(language-service): map sfc compiler errors outside the template inner content (#​5045) - Thanks to @​KazariEX!
  • feat(language-core): introduce options to control type inference of $attrs, $el, $refs and $slots (#​5135) - Thanks to @​KazariEX!
  • feat(language-core): enhance single root nodes collection (#​4819) - Thanks to @​KazariEX!
Bug Fixes
  • fix(language-core): move generateSfcBlockSection to the end to fix missing comma errors (#​5184) - Thanks to @​zhiyuanzmj!
  • fix(language-core): handle edge case of default slot name mismatch - Thanks to @​KazariEX!
  • fix(language-core): combine dollar variable keys from the upper level interface - Thanks to @​KazariEX!
  • fix(language-core): hoist the variables that may cause TS4081 (#​5192) - Thanks to @​KazariEX!
  • fix(language-core): adjust regex match for @vue-generic to improve offset calculation (#​5193) - Thanks to @​Gehbt!
  • fix(language-core): correct codegen of native element refs - Thanks to @​KazariEX!
  • fix(language-core): ignore latex block content (#​5151) - Thanks to @​KazariEX!
  • fix(language-core): do not emit undefined for model with default value (#​5198) - Thanks to @​RylanBueckert-Broadsign!
  • fix(language-service): typescript-semantic renaming first in style blocks (#​4685) - Thanks to @​KazariEX!
  • fix(typescript-plugin): prevent removed components from appearing in the completion list - Thanks to @​KazariEX!
Other Changes
  • refactor(language-core): drop invalid v-scope implemention - Thanks to @​KazariEX!
  • refactor(language-core): improve type declaration of v-for - Thanks to @​KazariEX!
  • test: enable declaration to track more errors - Thanks to @​KazariEX!
  • refactor(language-core): remove semantic highlight of style module names - Thanks to @​KazariEX!
  • chore(language-core): add docs for @vue-expect-error support (#​5176) - Thanks to @​machty!
  • ci: upload extension as artifact for each commit - Thanks to @​KazariEX!
codemirror/basic-setup (codemirror)

v5.65.19

Compare Source

eslint/eslint (eslint)

v9.23.0

Compare Source

v9.22.0

Compare Source

v9.21.0

Compare Source

Features
Bug Fixes
  • db5340d fix: update missing plugin message template (#​19445) (Milos Djermanovic)
  • d8ffdd4 fix: do not exit process on rule crash (#​19436) (Francesco Trotta)
Documentation
  • c5561ea docs: Update README (GitHub Actions Bot)
  • 80b0485 docs: replace var with let and const in rule example (#​19434) (Tanuj Kanti)
  • f67d5e8 docs: Update README (GitHub Actions Bot)
  • 75afc61 docs: Update README (GitHub Actions Bot)
  • 0636cab docs: Update Eleventy from v2 to v3 (#​19415) (Amaresh S M)
  • dd7d930 docs: Update README (GitHub Actions Bot)
Chores
  • a8c9a9f chore: update @eslint/eslintrc and @eslint/js (#​19453) (Francesco Trotta)
  • 265e0cf chore: package.json update for @​eslint/js release (Jenkins)
  • 3401b85 test: add test for Rule.ReportDescriptor type (#​19449) (Francesco Trotta)
  • e497aa7 chore: update rewrite dependencies (#​19448) (Francesco Trotta)
  • dab5478 chore: better error message for missing plugin in config (#​19402) (Tanuj Kanti)
  • ebfe2eb chore: set js language for bug report issue config block (#​19439) (Josh Goldberg ✨)
  • 5fd211d test: processors can return subpaths (#​19425) (Milos Djermanovic)
vuejs/eslint-plugin-vue (eslint-plugin-vue)

v9.33.0

Compare Source

✨ Enhancements

🐛 Bug Fixes

Full Changelog: vuejs/eslint-plugin-vue@v9.32.0...v9.33.0

lint-staged/lint-staged (lint-staged)

v15.5.0

Compare Source

Minor Changes
  • #​1526 630af5f Thanks @​iiroj! - Lint-staged no longer resets to the original state when preventing an empty git commit. This happens when your configured tasks reset all the staged changes, typically when trying to commit formatting changes which conflict with your linter setup like ESLint or Prettier.
Example with Prettier

By default Prettier prefers double quotes.

Previously
  1. Stage file.js with only double quotes " changed to '
  2. Run git commit -am "I don't like double quotes"
  3. Lint-staged runs prettier --write file.js, converting all the ' back to "
  4. Because there are now no changes, lint-staged fails, cancels the commit, and resets back to the original state
  5. Commit was not done, original state is restored and single quotes ' are staged
Now
  1. Stage file.js with only double-quotes " changed to '
  2. Run git commit -am "I don't like double quotes"
  3. Lint-staged runs prettier --write file.js, converting all the ' back to "
  4. Because there are now no changes, lint-staged fails and cancels the commit
  5. Commit was not done, and there are no staged changes
pnpm/pnpm (pnpm)

v9.15.9: pnpm 9.15.9

Compare Source

Patch Changes
  • Fix running pnpm CLI from pnpm CLI on Windows when the CLI is bundled to an executable #​8971.
Platinum Sponsors
Bit Bit Syntax
Gold Sponsors
Discord u|screen
JetBrains Nx
CodeRabbit Route4Me
Workleap Stackblitz

v9.15.8: pnpm 9.15.8

Compare Source

Patch Changes
  • pnpm self-update should always update the version in the packageManager field of package.json.
  • The pnpm CLI process should not stay hanging, when --silent reporting is used.
  • When --loglevel is set to error, don't show installation summary, execution time, and big tarball download progress.
  • Don't show info output when --loglevel=error is used.
Platinum Sponsors
Bit 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.

Sorry, something went wrong.

Copy link

vercel bot commented Feb 24, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
repl ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 31, 2025 10:20pm

Copy link

pkg-pr-new bot commented Feb 24, 2025

Open in StackBlitz

npm i https://pkg.pr.new/@vue/repl@324

commit: 32a0fe3

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5820eab to 4ca8cb4 Compare February 24, 2025 12:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4ca8cb4 to a8ed000 Compare February 24, 2025 18:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a8ed000 to e698609 Compare February 25, 2025 07:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e698609 to 73978be Compare February 28, 2025 10:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 73978be to 3f44d9b Compare February 28, 2025 18:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3f44d9b to ba96921 Compare February 28, 2025 21:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ba96921 to b34da5a Compare March 1, 2025 02:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b34da5a to 05681c8 Compare March 1, 2025 09:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 05681c8 to 960c61c Compare March 1, 2025 14:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 960c61c to 1b55cc3 Compare March 2, 2025 13:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1b55cc3 to e4bd4b9 Compare March 3, 2025 02:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e4bd4b9 to a2c81a5 Compare March 3, 2025 06:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a2c81a5 to 6565193 Compare March 3, 2025 23:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 994cc85 to 8646511 Compare March 12, 2025 16:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8646511 to 00bbb4d Compare March 14, 2025 05:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 00bbb4d to 2ec3db4 Compare March 17, 2025 01:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2ec3db4 to 4e9b242 Compare March 17, 2025 18:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4e9b242 to 91de3ec Compare March 20, 2025 01:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 91de3ec to 0f4508b Compare March 20, 2025 23:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0f4508b to 194d0fa Compare March 21, 2025 11:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 194d0fa to 105b085 Compare March 21, 2025 21:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 105b085 to 218e949 Compare March 24, 2025 06:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 218e949 to 8be143e Compare March 24, 2025 12:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8be143e to fc54b00 Compare March 24, 2025 23:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fc54b00 to 7ee26c6 Compare March 27, 2025 07:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7ee26c6 to f2ffdd2 Compare March 31, 2025 12:09
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.

0 participants