repl icon indicating copy to clipboard operation
repl copied to clipboard

chore(deps): update all non-major dependencies

Open renovate[bot] opened this issue 9 months ago • 2 comments

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.28.0 age adoption passing confidence
vite (source) ^6.1.0 -> ^6.2.3 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

:eyeglasses: Spec Compliance
:rocket: New Feature
:bug: 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
:running_woman: Performance

v7.26.10

Compare Source

:eyeglasses: Spec Compliance
:bug: Bug Fix
:nail_care: Polish
:house: 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: https://github.com/vuejs/eslint-plugin-vue/compare/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 %0A%0A

Configuration

%0A

%F0%9F%93%85%20Schedule:%20Branch%20creation%20-%20%22*%200-3%20*%20*%201%22%20(UTC),%20Automerge%20-%20At%20any%20time%20(no%20schedule%20defined).

%0A

%F0%9F%9A%A6%20Automerge:%20Disabled%20by%20config.%20Please%20merge%20this%20manually%20once%20you%20are%20satisfied.

%0A

%E2%99%BB%20Rebasing:%20Whenever%20PR%20becomes%20conflicted,%20or%20you%20tick%20the%20rebase/retry%20checkbox.

%0A

%F0%9F%91%BB%20Immortal:%20This%20PR%20will%20be%20recreated%20if%20closed%20unmerged.%20Get%20config 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[bot] avatar Feb 24 '25 02:02 renovate[bot]

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
repl Error Error Dec 3, 2025 6:59am

vercel[bot] avatar Feb 24 '25 02:02 vercel[bot]

Open in StackBlitz

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

commit: c76a1a8

pkg-pr-new[bot] avatar Feb 24 '25 03:02 pkg-pr-new[bot]