repl
repl copied to clipboard
chore(deps): update all non-major dependencies
This PR contains the following updates:
Release Notes
babel/babel (@babel/standalone)
v7.27.0
:eyeglasses: Spec Compliance
:rocket: New Feature
babel-helper-create-class-features-plugin,babel-traverse,babel-types- #17169 Allow
traverseFastto exit early (@liuxingbaoyu)
- #17169 Allow
babel-parser,babel-typesbabel-generatorbabel-parser,babel-template- #17149 Add
allowYieldOutsideFunctionto parser (@liuxingbaoyu)
- #17149 Add
babel-plugin-transform-typescript,babel-traverse- #17102 feat: Add
upToScopeparameter tohasBinding(@liuxingbaoyu)
- #17102 feat: Add
babel-parserbabel-types- #17162 feat(babel-types): Add support for BigInt literal conversion in valueToNode (@ishchhabra)
:bug: Bug Fix
babel-helper-create-class-features-plugin,babel-plugin-transform-class-properties- #16816 fix: Class reference in type throws error (@liuxingbaoyu)
babel-traverse- #17170 fix: Reset child scopes when
scope.crawl()(@liuxingbaoyu)
- #17170 fix: Reset child scopes when
babel-helpers,babel-preset-typescript,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtimebabel-cli- #17182 fix:
@babel/cligenerates duplicate inline source maps (@liuxingbaoyu)
- #17182 fix:
babel-plugin-transform-named-capturing-groups-regex,babel-types
:running_woman: Performance
babel-types- #16870 perf: Improve builders of
@babel/types(@liuxingbaoyu)
- #16870 perf: Improve builders of
babel-helper-create-regexp-features-plugin
v7.26.10
:eyeglasses: Spec Compliance
:bug: Bug Fix
babel-parser,babel-templatebabel-core- #17142 fix: "Map maximum size exceeded" in deepClone (@liuxingbaoyu)
babel-parser,babel-plugin-transform-typescriptbabel-traverse- #17151 fix: Should not evaluate vars in child scope (@liuxingbaoyu)
babel-generator- #17153 fix: Correctly generate
abstract override(@liuxingbaoyu)
- #17153 fix: Correctly generate
babel-parserbabel-helpers,babel-runtime,babel-runtime-corejs2,babel-runtime-corejs3- #17173 Fix processing of replacement pattern with named capture groups (@mmmsssttt404)
:nail_care: Polish
babel-standalone- #17158 Avoid warnings when re-bundling @babel/standalone with webpack (@liuxingbaoyu)
:house: Internal
eslint/eslint (@eslint/js)
v9.23.0
v9.22.0
v9.21.0
Features
418717ffeat: introduce new deprecated types for rules (#19238) (fnx)5c5b802feat: Add--extCLI option (#19405) (Milos Djermanovic)
Bug Fixes
db5340dfix: update missing plugin message template (#19445) (Milos Djermanovic)d8ffdd4fix: do not exit process on rule crash (#19436) (Francesco Trotta)
Documentation
c5561eadocs: Update README (GitHub Actions Bot)80b0485docs: replacevarwithletandconstin rule example (#19434) (Tanuj Kanti)f67d5e8docs: Update README (GitHub Actions Bot)75afc61docs: Update README (GitHub Actions Bot)0636cabdocs: Update Eleventy from v2 to v3 (#19415) (Amaresh S M)dd7d930docs: Update README (GitHub Actions Bot)
Chores
a8c9a9fchore: update@eslint/eslintrcand@eslint/js(#19453) (Francesco Trotta)265e0cfchore: package.json update for @eslint/js release (Jenkins)3401b85test: add test forRule.ReportDescriptortype (#19449) (Francesco Trotta)e497aa7chore: update rewrite dependencies (#19448) (Francesco Trotta)dab5478chore: better error message for missing plugin in config (#19402) (Tanuj Kanti)ebfe2ebchore: set js language for bug report issue config block (#19439) (Josh Goldberg ✨)5fd211dtest: processors can return subpaths (#19425) (Milos Djermanovic)
vitejs/vite-plugin-vue (@vitejs/plugin-vue)
v5.2.3
v5.2.2
- feat: pass descriptor vapor flag to compileTemplte (219e007)
- feat(css): tree shake scoped styles (#533) (333094f), closes #533
- fix: generate unique component id (#538) (2704e85), closes #538
- fix: properly interpret boolean values in
define(#545) (46d3d65), closes #545 - fix(deps): update all non-major dependencies (#482) (cdbae68), closes #482
- fix(deps): update all non-major dependencies (#488) (5d39582), closes #488
- fix(index): move the if check earlier to avoid creating unnecessary ssr when entering return block ( (2135c84), closes #523
- fix(plugin-vue): default value for compile time flags (#495) (ae9d948), closes #495
- fix(plugin-vue): ensure HMR updates styles when SFC is treated as a type dependency (#541) (4abe3be), closes #541
- fix(plugin-vue): resolve sourcemap conflicts in build watch mode with cached modules (#505) (906cebb), closes #505
- fix(plugin-vue): support external import URLs for monorepos (#524) (cdd4922), closes #524
- fix(plugin-vue): support vapor template-only component (#529) (95be153), closes #529
- fix(plugin-vue): suppress warnings for non-recognized pseudo selectors form lightningcss (#521) (15c0eb0), closes #521
- chore(deps): update dependency rollup to ^4.27.4 (#479) (428320d), closes #479
- chore(deps): update dependency rollup to ^4.28.1 (#484) (388403f), closes #484
- chore(deps): update dependency rollup to ^4.29.1 (#493) (b092bc8), closes #493
- chore(deps): update upstream (#503) (8c12b9f), closes #503
- chore(deps): update upstream (#511) (d057351), closes #511
- chore(deps): update upstream (#526) (59946d3), closes #526
- chore(plugin-vue): simplify
resolveddeclaration (7288a59)
volarjs/volar.js (@volar/jsdelivr)
v2.4.12
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.
getPackageVersionuseful (#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
createLanguageServicePluginandcreateAsyncLanguageServicePlugin(#261) - Thanks to @machty!
vuejs/babel-plugin-jsx (@vue/babel-plugin-jsx)
v1.4.0
⚠️ 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
🚀 Features
- Support SVG 2 elements, using @vue/shared to ensure consistent behavior with vue - by @2234839 in https://github.com/vuejs/babel-plugin-jsx/issues/745 (a7607)
🐞 Bug Fixes
- Exclude TemplateLiteral expression from isConstant - by @zhiyuanzmj (f08cd)
- Deoptimize slots when a directive is used - by @KaelWD in https://github.com/vuejs/babel-plugin-jsx/issues/638 (7277f)
View changes on GitHub
vuejs/language-tools (@vue/language-service)
v2.2.8
Bug Fixes
- revert "fix(language-core): validate
v-modelvariable against model type"
v2.2.6
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
defineModeloptions to collectdefaultvalue (#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-modelvariable 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 reproducelabel - Thanks to @KazariEX! - refactor(language-core): defer the calculation of
linkedCodeMappingsoffsets (#5220) - Thanks to @KazariEX!
v2.2.4
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,$refsand$slots(#5135) - Thanks to @KazariEX! - feat(language-core): enhance single root nodes collection (#4819) - Thanks to @KazariEX!
Bug Fixes
- fix(language-core): move
generateSfcBlockSectionto 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-genericto 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
undefinedfor 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-scopeimplemention - Thanks to @KazariEX! - refactor(language-core): improve type declaration of
v-for- Thanks to @KazariEX! - test: enable
declarationto 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-errorsupport (#5176) - Thanks to @machty! - ci: upload extension as artifact for each commit - Thanks to @KazariEX!
eslint/eslint (eslint)
v9.23.0
v9.22.0
v9.21.0
Features
418717ffeat: introduce new deprecated types for rules (#19238) (fnx)5c5b802feat: Add--extCLI option (#19405) (Milos Djermanovic)
Bug Fixes
db5340dfix: update missing plugin message template (#19445) (Milos Djermanovic)d8ffdd4fix: do not exit process on rule crash (#19436) (Francesco Trotta)
Documentation
c5561eadocs: Update README (GitHub Actions Bot)80b0485docs: replacevarwithletandconstin rule example (#19434) (Tanuj Kanti)f67d5e8docs: Update README (GitHub Actions Bot)75afc61docs: Update README (GitHub Actions Bot)0636cabdocs: Update Eleventy from v2 to v3 (#19415) (Amaresh S M)dd7d930docs: Update README (GitHub Actions Bot)
Chores
a8c9a9fchore: update@eslint/eslintrcand@eslint/js(#19453) (Francesco Trotta)265e0cfchore: package.json update for @eslint/js release (Jenkins)3401b85test: add test forRule.ReportDescriptortype (#19449) (Francesco Trotta)e497aa7chore: update rewrite dependencies (#19448) (Francesco Trotta)dab5478chore: better error message for missing plugin in config (#19402) (Tanuj Kanti)ebfe2ebchore: set js language for bug report issue config block (#19439) (Josh Goldberg ✨)5fd211dtest: processors can return subpaths (#19425) (Milos Djermanovic)
vuejs/eslint-plugin-vue (eslint-plugin-vue)
v9.33.0
✨ Enhancements
- #2639 Added
vue/no-implicit-coercionrule to disallow shorthand type conversions in<template>. - #2680 Improved
vue/no-ref-as-operandrule to checkemitpayloads. - #2679 Added
ignorePropsoption tovue/prop-name-casingrule.
🐛 Bug Fixes
- #2636 Fixed crash in
vue/prefer-use-template-refrule whensetupis an arrow function. - #2682 Fixed regex matching order in
vue/no-bare-strings-in-templaterule. - #2683 Fixed false positives for union type prop definitions in
vue/max-propsrule.
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
Minor Changes
- #1526
630af5fThanks @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
- Stage
file.jswith only double quotes"changed to' - Run
git commit -am "I don't like double quotes" - Lint-staged runs
prettier --write file.js, converting all the'back to" - Because there are now no changes, lint-staged fails, cancels the commit, and resets back to the original state
- Commit was not done, original state is restored and single quotes
'are staged
Now
- Stage
file.jswith only double-quotes"changed to' - Run
git commit -am "I don't like double quotes" - Lint-staged runs
prettier --write file.js, converting all the'back to" - Because there are now no changes, lint-staged fails and cancels the commit
- Commit was not done, and there are no staged changes
pnpm/pnpm (pnpm)
v9.15.9: pnpm 9.15.9
Patch Changes
- Fix running pnpm CLI from pnpm CLI on Windows when the CLI is bundled to an executable #8971.
Platinum Sponsors
|
|
|
|
Gold Sponsors
|
|
|
|
|
|
|
|
|
|
|
|
v9.15.8: pnpm 9.15.8
Patch Changes
pnpm self-updateshould always update the version in thepackageManagerfield ofpackage.json.- The pnpm CLI process should not stay hanging, when
--silentreporting is used. - When
--loglevelis set toerror, don't show installation summary, execution time, and big tarball download progress. - Don't show info output when
--loglevel=erroris used.
Platinum Sponsors
The latest updates on your projects. Learn more about Vercel for GitHub.
| Project | Deployment | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| repl | Dec 3, 2025 6:59am |