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
@eslint/js (source) ^9.20.0 -> ^9.22.0 age adoption passing confidence
@types/node (source) ^22.13.4 -> ^22.13.10 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.3.0 age adoption passing confidence
@vue/language-service (source) ~2.2.2 -> ~2.2.8 age adoption passing confidence
eslint (source) ^9.20.1 -> ^9.22.0 age adoption passing confidence
eslint-plugin-vue (source) ^9.32.0 -> ^9.33.0 age adoption passing confidence
pnpm (source) 9.15.5 -> 9.15.7 age adoption passing confidence
prettier (source) ^3.5.1 -> ^3.5.3 age adoption passing confidence
typescript (source) ^5.7.3 -> ^5.8.2 age adoption passing confidence
typescript-eslint (source) ^8.24.1 -> ^8.26.0 age adoption passing confidence
vite (source) ^6.1.0 -> ^6.2.1 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

eslint/eslint (@​eslint/js)

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)
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.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!
eslint/eslint (eslint)

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

pnpm/pnpm (pnpm)

v9.15.7: pnpm 9.15.7

Compare Source

Patch Changes

  • pnpm self-update should not leave a directory with a broken pnpm installation if the installation fails.
  • Allow scope registry CLI option without --config. prefix such as --@​scope:registry=https://scope.example.com/npm #​9089.
  • pnpm self-update should not read the pnpm settings from the package.json file in the current working directory.
  • pnpm update -i should list only packages that have newer versions #​9206.
  • Fix a bug causing entries in the catalogs section of the pnpm-lock.yaml file to be removed when dedupe-peer-dependents=false on a filtered install. #​9112

Platinum Sponsors

Bit Bit Syntax

Gold Sponsors

Discord u|screen
JetBrains Nx
CodeRabbit Route4Me
Workleap Stackblitz

v9.15.6: pnpm 9.15.6

Compare Source

Patch Changes

  • Fix instruction for updating pnpm with corepack #​9101.
  • Print pnpm's version after the execution time at the end of the console output.
  • The pnpm version specified by packageManager cannot start with v.
  • Fix a bug causing catalog snapshots to be removed from the pnpm-lock.yaml file when using --fix-lockfile and --filter. #​8639
  • Fix a bug causing catalog protocol dependencies to not re-resolve on a filtered install #​8638.
prettier/prettier (prettier)

v3.5.3

Compare Source

v3.5.2

Compare Source

diff

Remove module-sync condition (#​17156 by @​fisker)

In Prettier 3.5.0, we added module-sync condition to package.json, so that require("prettier") can use ESM version, but turns out it doesn't work if CommonJS and ESM plugins both imports builtin plugins. To solve this problem, we decide simply remove the module-sync condition, so require("prettier") will still use the CommonJS version, we'll revisit until require(ESM) feature is more stable.

microsoft/TypeScript (typescript)

v5.8.2

Compare Source

typescript-eslint/typescript-eslint (typescript-eslint)

v8.26.0

Compare Source

🚀 Features
❤️ Thank You

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

v8.25.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

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

vitejs/vite (vite)

v6.2.1

Compare Source

v6.2.0

Compare Source

v6.1.1

Compare Source

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

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.

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 8, 2025 10:21am

Copy link

pkg-pr-new bot commented Feb 24, 2025

Open in Stackblitz

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

commit: b77d477

@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
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