chore(deps): update linters #159

Open
renovate-bot wants to merge 1 commits from renovate/linters into main
Member

This PR contains the following updates:

Package Type Update Change
@babel/eslint-parser (source) devDependencies minor 7.25.9 -> 7.28.0
eslint-plugin-vue (source) devDependencies minor 9.32.0 -> 9.33.0

Release Notes

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

v7.28.0

Compare Source

🚀 New Feature
  • babel-node
  • babel-types
  • babel-compat-data, babel-preset-env
  • babel-core, babel-parser
  • babel-generator, babel-parser
  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-plugin-transform-object-rest-spread, babel-traverse, babel-types
  • babel-parser, babel-traverse, babel-types
  • babel-generator, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-discard-binding, babel-plugin-transform-destructuring, babel-plugin-transform-explicit-resource-management, babel-plugin-transform-react-display-name, babel-types
  • babel-generator, babel-parser, babel-plugin-proposal-destructuring-private, babel-plugin-transform-block-scoping, babel-plugin-transform-object-rest-spread, babel-plugin-transform-typescript, babel-traverse, babel-types
🐛 Bug Fix
🏠 Internal
  • babel-compat-data, babel-plugin-proposal-decorators, babel-plugin-transform-async-generator-functions, babel-plugin-transform-json-modules, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs3

v7.27.5

Compare Source

🐛 Bug Fix
💅 Polish

v7.27.1

Compare Source

👓 Spec Compliance
🐛 Bug Fix
  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-traverse
  • babel-helper-wrap-function, babel-plugin-transform-async-to-generator
  • babel-helper-remap-async-to-generator, babel-plugin-transform-async-to-generator
  • babel-helper-fixtures, babel-parser
  • babel-generator, babel-parser
    • #​17226 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 2) (@​JLHwung)
  • babel-parser
  • babel-compat-data, babel-preset-env
  • babel-traverse
  • babel-generator
💅 Polish
  • babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-decorators, babel-plugin-transform-arrow-functions, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-traverse
🏠 Internal
  • babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-compat-data, babel-preset-env
  • babel-compat-data, babel-standalone
  • Other
  • babel-register
  • babel-cli, babel-compat-data, babel-core, babel-generator, babel-helper-compilation-targets, babel-helper-fixtures, babel-helper-module-imports, babel-helper-module-transforms, babel-helper-plugin-test-runner, babel-helper-transform-fixture-test-runner, babel-helpers, babel-node, babel-parser, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-modules-umd, babel-plugin-transform-react-display-name, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-plugin-transform-typeof-symbol, babel-plugin-transform-typescript, babel-preset-env, babel-register, babel-standalone, babel-types
  • babel-plugin-transform-regenerator
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • babel-helpers, babel-plugin-transform-regenerator
  • babel-helpers
🔬 Output optimization
  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-runtime-corejs3
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3

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

v7.26.8

Compare Source

v7.26.8 (2025-02-08)

🏠 Internal
  • babel-preset-env
    • #​17097 Update dependency babel-plugin-polyfill-corejs3 to ^0.11.0

v7.26.5

Compare Source

👓 Spec Compliance
🐛 Bug Fix
🔬 Output optimization
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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@babel/eslint-parser](https://babel.dev/) ([source](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser)) | devDependencies | minor | [`7.25.9` -> `7.28.0`](https://renovatebot.com/diffs/npm/@babel%2feslint-parser/7.25.9/7.28.0) | | [eslint-plugin-vue](https://eslint.vuejs.org) ([source](https://github.com/vuejs/eslint-plugin-vue)) | devDependencies | minor | [`9.32.0` -> `9.33.0`](https://renovatebot.com/diffs/npm/eslint-plugin-vue/9.32.0/9.33.0) | --- ### Release Notes <details> <summary>babel/babel (@&#8203;babel/eslint-parser)</summary> ### [`v7.28.0`](https://github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7280-2025-07-02) [Compare Source](https://github.com/babel/babel/compare/v7.27.5...v7.28.0) ##### :rocket: New Feature - `babel-node` - [#&#8203;17147](https://github.com/babel/babel/pull/17147) Support top level await in node repl ([@&#8203;liuxingbaoyu](https://github.com/liuxingbaoyu)) - `babel-types` - [#&#8203;17258](https://github.com/babel/babel/pull/17258) feat(matchesPattern): support super/private/meta ([@&#8203;JLHwung](https://github.com/JLHwung)) - `babel-compat-data`, `babel-preset-env` - [#&#8203;17355](https://github.com/babel/babel/pull/17355) Add explicit resource management to preset-env ([@&#8203;JLHwung](https://github.com/JLHwung)) - `babel-core`, `babel-parser` - [#&#8203;17390](https://github.com/babel/babel/pull/17390) Support `sourceType: "commonjs"` ([@&#8203;JLHwung](https://github.com/JLHwung)) - `babel-generator`, `babel-parser` - [#&#8203;17346](https://github.com/babel/babel/pull/17346) Materialize `explicitResourceManagement` parser plugin ([@&#8203;JLHwung](https://github.com/JLHwung)) - `babel-plugin-proposal-destructuring-private`, `babel-plugin-proposal-do-expressions`, `babel-plugin-transform-object-rest-spread`, `babel-traverse`, `babel-types` - [#&#8203;17391](https://github.com/babel/babel/pull/17391) LVal coverage updates (Part 2) ([@&#8203;JLHwung](https://github.com/JLHwung)) - `babel-parser`, `babel-traverse`, `babel-types` - [#&#8203;17378](https://github.com/babel/babel/pull/17378) Accept bigints in `t.bigIntLiteral` factory ([@&#8203;JLHwung](https://github.com/JLHwung)) - `babel-generator`, `babel-plugin-proposal-destructuring-private`, `babel-plugin-proposal-discard-binding`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-explicit-resource-management`, `babel-plugin-transform-react-display-name`, `babel-types` - [#&#8203;17277](https://github.com/babel/babel/pull/17277) Transform discard binding ([@&#8203;JLHwung](https://github.com/JLHwung)) - `babel-generator`, `babel-parser`, `babel-plugin-proposal-destructuring-private`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-object-rest-spread`, `babel-plugin-transform-typescript`, `babel-traverse`, `babel-types` - [#&#8203;17163](https://github.com/babel/babel/pull/17163) Parse discard binding ([@&#8203;JLHwung](https://github.com/JLHwung)) ##### :bug: Bug Fix - `babel-helper-globals`, `babel-plugin-transform-classes`, `babel-traverse` - [#&#8203;17297](https://github.com/babel/babel/pull/17297) Create babel-helper-globals ([@&#8203;JLHwung](https://github.com/JLHwung)) - `babel-types` - [#&#8203;17009](https://github.com/babel/babel/pull/17009) feature: TSTypeOperator: keyof ([#&#8203;16799](https://github.com/babel/babel/issues/16799)) ([@&#8203;coderaiser](https://github.com/coderaiser)) ##### :house: Internal - `babel-compat-data`, `babel-plugin-proposal-decorators`, `babel-plugin-transform-async-generator-functions`, `babel-plugin-transform-json-modules`, `babel-plugin-transform-regenerator`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-runtime-corejs3` - [#&#8203;17403](https://github.com/babel/babel/pull/17403) Update `babel-polyfill` packages ([@&#8203;nicolo-ribaudo](https://github.com/nicolo-ribaudo)) ### [`v7.27.5`](https://github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7275-2025-06-03) [Compare Source](https://github.com/babel/babel/compare/v7.27.1...v7.27.5) ##### :bug: Bug Fix - `babel-plugin-transform-regenerator` - [#&#8203;17359](https://github.com/babel/babel/pull/17359) fix: Unexpected infinite loop with `regenerator` for `try` ([@&#8203;liuxingbaoyu](https://github.com/liuxingbaoyu)) - Other - [#&#8203;17349](https://github.com/babel/babel/pull/17349) Map ESLint's `sourceType: commonjs` to script ([@&#8203;JLHwung](https://github.com/JLHwung)) ##### :nail_care: Polish - `babel-parser` - [#&#8203;17333](https://github.com/babel/babel/pull/17333) Improve using declaration errors ([@&#8203;JLHwung](https://github.com/JLHwung)) ### [`v7.27.1`](https://github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7271-2025-04-30) [Compare Source](https://github.com/babel/babel/compare/v7.27.0...v7.27.1) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#&#8203;17254](https://github.com/babel/babel/pull/17254) Allow `using of` as lexical declaration within for ([@&#8203;JLHwung](https://github.com/JLHwung)) - [#&#8203;17230](https://github.com/babel/babel/pull/17230) Disallow get/set in TSPropertySignature ([@&#8203;JLHwung](https://github.com/JLHwung)) - `babel-parser`, `babel-types` - [#&#8203;17193](https://github.com/babel/babel/pull/17193) Stricter TSImportType options parsing ([@&#8203;JLHwung](https://github.com/JLHwung)) ##### :bug: Bug Fix - `babel-plugin-proposal-destructuring-private`, `babel-plugin-proposal-do-expressions`, `babel-traverse` - [#&#8203;17137](https://github.com/babel/babel/pull/17137) fix: do expressions should allow early exit ([@&#8203;kermanx](https://github.com/kermanx)) - `babel-helper-wrap-function`, `babel-plugin-transform-async-to-generator` - [#&#8203;17251](https://github.com/babel/babel/pull/17251) Fix: propagate argument evaluation errors through async promise chain ([@&#8203;magic-akari](https://github.com/magic-akari)) - `babel-helper-remap-async-to-generator`, `babel-plugin-transform-async-to-generator` - [#&#8203;17231](https://github.com/babel/babel/pull/17231) fix apply()/call() annotated as pure ([@&#8203;Lacsw](https://github.com/Lacsw)) - `babel-helper-fixtures`, `babel-parser` - [#&#8203;17233](https://github.com/babel/babel/pull/17233) Create ChainExpression within TSInstantiationExpression ([@&#8203;JLHwung](https://github.com/JLHwung)) - `babel-generator`, `babel-parser` - [#&#8203;17226](https://github.com/babel/babel/pull/17226) Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 2) ([@&#8203;JLHwung](https://github.com/JLHwung)) - `babel-parser` - [#&#8203;17224](https://github.com/babel/babel/pull/17224) Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 1) ([@&#8203;JLHwung](https://github.com/JLHwung)) - [#&#8203;17080](https://github.com/babel/babel/pull/17080) Fix start of TSParameterProperty ([@&#8203;JLHwung](https://github.com/JLHwung)) - `babel-compat-data`, `babel-preset-env` - [#&#8203;17228](https://github.com/babel/babel/pull/17228) Update firefox bugfix compat data ([@&#8203;JLHwung](https://github.com/JLHwung)) - `babel-traverse` - [#&#8203;17156](https://github.com/babel/babel/pull/17156) fix: Objects and arrays with multiple references should not be evaluated ([@&#8203;liuxingbaoyu](https://github.com/liuxingbaoyu)) - `babel-generator` - [#&#8203;17216](https://github.com/babel/babel/pull/17216) Fix: support const type parameter in generator ([@&#8203;JLHwung](https://github.com/JLHwung)) ##### :nail_care: Polish - `babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining`, `babel-plugin-proposal-decorators`, `babel-plugin-transform-arrow-functions`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-object-rest-spread`, `babel-plugin-transform-optional-chaining`, `babel-plugin-transform-parameters`, `babel-traverse` - [#&#8203;17221](https://github.com/babel/babel/pull/17221) Reduce generated names size for the 10th-11th ([@&#8203;nicolo-ribaudo](https://github.com/nicolo-ribaudo)) ##### :house: Internal - `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#&#8203;17263](https://github.com/babel/babel/pull/17263) Remove unused `regenerator-runtime` dep in `@babel/runtime` ([@&#8203;nicolo-ribaudo](https://github.com/nicolo-ribaudo)) - `babel-compat-data`, `babel-preset-env` - [#&#8203;17256](https://github.com/babel/babel/pull/17256) Tune plugin compat data ([@&#8203;JLHwung](https://github.com/JLHwung)) - `babel-compat-data`, `babel-standalone` - [#&#8203;17236](https://github.com/babel/babel/pull/17236) migrate babel-compat-data build script to mjs ([@&#8203;JLHwung](https://github.com/JLHwung)) - Other - [#&#8203;17232](https://github.com/babel/babel/pull/17232) Bump typescript-eslint to 8.29.1 ([@&#8203;JLHwung](https://github.com/JLHwung)) - [#&#8203;17219](https://github.com/babel/babel/pull/17219) test: add basic typescript-eslint integration tests ([@&#8203;JLHwung](https://github.com/JLHwung)) - [#&#8203;17205](https://github.com/babel/babel/pull/17205) Inline regenerator in the relevant packages ([@&#8203;nicolo-ribaudo](https://github.com/nicolo-ribaudo)) - `babel-register` - [#&#8203;16844](https://github.com/babel/babel/pull/16844) Migrate `@babel/register` to cts ([@&#8203;liuxingbaoyu](https://github.com/liuxingbaoyu)) - `babel-cli`, `babel-compat-data`, `babel-core`, `babel-generator`, `babel-helper-compilation-targets`, `babel-helper-fixtures`, `babel-helper-module-imports`, `babel-helper-module-transforms`, `babel-helper-plugin-test-runner`, `babel-helper-transform-fixture-test-runner`, `babel-helpers`, `babel-node`, `babel-parser`, `babel-plugin-transform-modules-amd`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-systemjs`, `babel-plugin-transform-modules-umd`, `babel-plugin-transform-react-display-name`, `babel-plugin-transform-regenerator`, `babel-plugin-transform-runtime`, `babel-plugin-transform-typeof-symbol`, `babel-plugin-transform-typescript`, `babel-preset-env`, `babel-register`, `babel-standalone`, `babel-types` - [#&#8203;17207](https://github.com/babel/babel/pull/17207) Enforce node protocol import ([@&#8203;JLHwung](https://github.com/JLHwung)) - `babel-plugin-transform-regenerator` - [#&#8203;17205](https://github.com/babel/babel/pull/17205) Inline regenerator in the relevant packages ([@&#8203;nicolo-ribaudo](https://github.com/nicolo-ribaudo)) - [#&#8203;17205](https://github.com/babel/babel/pull/17205) Inline regenerator in the relevant packages ([@&#8203;nicolo-ribaudo](https://github.com/nicolo-ribaudo)) - `babel-helpers`, `babel-plugin-transform-async-generator-functions`, `babel-plugin-transform-regenerator`, `babel-preset-env`, `babel-runtime-corejs3` - [#&#8203;17205](https://github.com/babel/babel/pull/17205) Inline regenerator in the relevant packages ([@&#8203;nicolo-ribaudo](https://github.com/nicolo-ribaudo)) - `babel-helpers`, `babel-plugin-transform-regenerator` - [#&#8203;17205](https://github.com/babel/babel/pull/17205) Inline regenerator in the relevant packages ([@&#8203;nicolo-ribaudo](https://github.com/nicolo-ribaudo)) - [#&#8203;17205](https://github.com/babel/babel/pull/17205) Inline regenerator in the relevant packages ([@&#8203;nicolo-ribaudo](https://github.com/nicolo-ribaudo)) - `babel-helpers` - [#&#8203;17205](https://github.com/babel/babel/pull/17205) Inline regenerator in the relevant packages ([@&#8203;nicolo-ribaudo](https://github.com/nicolo-ribaudo)) ##### :microscope: Output optimization - `babel-helpers`, `babel-plugin-transform-modules-commonjs`, `babel-runtime-corejs3` - [#&#8203;16538](https://github.com/babel/babel/pull/16538) Reduce `interopRequireWildcard` size ([@&#8203;liuxingbaoyu](https://github.com/liuxingbaoyu)) - `babel-helpers`, `babel-plugin-transform-async-generator-functions`, `babel-plugin-transform-regenerator`, `babel-preset-env`, `babel-runtime-corejs3` - [#&#8203;17213](https://github.com/babel/babel/pull/17213) Reduce `regeneratorRuntime` size ([@&#8203;liuxingbaoyu](https://github.com/liuxingbaoyu)) ### [`v7.27.0`](https://github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7270-2025-03-24) [Compare Source](https://github.com/babel/babel/compare/v7.26.10...v7.27.0) ##### :eyeglasses: Spec Compliance - `babel-generator`, `babel-parser` - [#&#8203;16977](https://github.com/babel/babel/pull/16977) Default `importAttributesKeyword` to `with` ([@&#8203;JLHwung](https://github.com/JLHwung)) ##### :rocket: New Feature - `babel-helper-create-class-features-plugin`, `babel-traverse`, `babel-types` - [#&#8203;17169](https://github.com/babel/babel/pull/17169) Allow `traverseFast` to exit early ([@&#8203;liuxingbaoyu](https://github.com/liuxingbaoyu)) - `babel-parser`, `babel-types` - [#&#8203;17110](https://github.com/babel/babel/pull/17110) Add `ImportAttributes` to `Standardized` and move its parser test fixtures ([@&#8203;JLHwung](https://github.com/JLHwung)) - `babel-generator` - [#&#8203;17100](https://github.com/babel/babel/pull/17100) fix(babel-generator): add named export of generate function ([@&#8203;vovkasm](https://github.com/vovkasm)) - `babel-parser`, `babel-template` - [#&#8203;17149](https://github.com/babel/babel/pull/17149) Add `allowYieldOutsideFunction` to parser ([@&#8203;liuxingbaoyu](https://github.com/liuxingbaoyu)) - `babel-plugin-transform-typescript`, `babel-traverse` - [#&#8203;17102](https://github.com/babel/babel/pull/17102) feat: Add `upToScope` parameter to `hasBinding` ([@&#8203;liuxingbaoyu](https://github.com/liuxingbaoyu)) - `babel-parser` - [#&#8203;17082](https://github.com/babel/babel/pull/17082) Support ESTree AccessorProperty ([@&#8203;JLHwung](https://github.com/JLHwung)) - `babel-types` - [#&#8203;17162](https://github.com/babel/babel/pull/17162) feat(babel-types): Add support for BigInt literal conversion in valueToNode ([@&#8203;ishchhabra](https://github.com/ishchhabra)) ##### :bug: Bug Fix - `babel-helper-create-class-features-plugin`, `babel-plugin-transform-class-properties` - [#&#8203;16816](https://github.com/babel/babel/pull/16816) fix: Class reference in type throws error ([@&#8203;liuxingbaoyu](https://github.com/liuxingbaoyu)) - `babel-traverse` - [#&#8203;17170](https://github.com/babel/babel/pull/17170) fix: Reset child scopes when `scope.crawl()` ([@&#8203;liuxingbaoyu](https://github.com/liuxingbaoyu)) - `babel-helpers`, `babel-preset-typescript`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#&#8203;17118](https://github.com/babel/babel/pull/17118) Fix: align behaviour to tsc `rewriteRelativeImportExtensions` ([@&#8203;JLHwung](https://github.com/JLHwung)) - `babel-cli` - [#&#8203;17182](https://github.com/babel/babel/pull/17182) fix: `@babel/cli` generates duplicate inline source maps ([@&#8203;liuxingbaoyu](https://github.com/liuxingbaoyu)) - `babel-plugin-transform-named-capturing-groups-regex`, `babel-types` - [#&#8203;17175](https://github.com/babel/babel/pull/17175) Generate computed proto key ([@&#8203;JLHwung](https://github.com/JLHwung)) ##### :running_woman: Performance - `babel-types` - [#&#8203;16870](https://github.com/babel/babel/pull/16870) perf: Improve builders of `@babel/types` ([@&#8203;liuxingbaoyu](https://github.com/liuxingbaoyu)) - `babel-helper-create-regexp-features-plugin` - [#&#8203;17176](https://github.com/babel/babel/pull/17176) fix: improve duplicate named groups check ([@&#8203;JLHwung](https://github.com/JLHwung)) ### [`v7.26.10`](https://github.com/babel/babel/blob/HEAD/CHANGELOG.md#v72610-2025-03-11) [Compare Source](https://github.com/babel/babel/compare/v7.26.8...v7.26.10) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#&#8203;17159](https://github.com/babel/babel/pull/17159) Disallow decorator in array pattern ([@&#8203;JLHwung](https://github.com/JLHwung)) ##### :bug: Bug Fix - `babel-parser`, `babel-template` - [#&#8203;17164](https://github.com/babel/babel/pull/17164) Fix: always initialize ExportDeclaration attributes ([@&#8203;JLHwung](https://github.com/JLHwung)) - `babel-core` - [#&#8203;17142](https://github.com/babel/babel/pull/17142) fix: "Map maximum size exceeded" in deepClone ([@&#8203;liuxingbaoyu](https://github.com/liuxingbaoyu)) - `babel-parser`, `babel-plugin-transform-typescript` - [#&#8203;17154](https://github.com/babel/babel/pull/17154) Update typescript parser tests ([@&#8203;JLHwung](https://github.com/JLHwung)) - `babel-traverse` - [#&#8203;17151](https://github.com/babel/babel/pull/17151) fix: Should not evaluate vars in child scope ([@&#8203;liuxingbaoyu](https://github.com/liuxingbaoyu)) - `babel-generator` - [#&#8203;17153](https://github.com/babel/babel/pull/17153) fix: Correctly generate `abstract override` ([@&#8203;liuxingbaoyu](https://github.com/liuxingbaoyu)) - `babel-parser` - [#&#8203;17107](https://github.com/babel/babel/pull/17107) Fix source type detection when parsing TypeScript ([@&#8203;JLHwung](https://github.com/JLHwung)) - `babel-helpers`, `babel-runtime`, `babel-runtime-corejs2`, `babel-runtime-corejs3` - [#&#8203;17173](https://github.com/babel/babel/pull/17173) Fix processing of replacement pattern with named capture groups ([@&#8203;mmmsssttt404](https://github.com/\[mmmsssttt404]\(https://github.com/mmmsssttt404\))) ##### :nail_care: Polish - `babel-standalone` - [#&#8203;17158](https://github.com/babel/babel/pull/17158) Avoid warnings when re-bundling [@&#8203;babel/standalone](https://github.com/babel/standalone) with webpack ([@&#8203;liuxingbaoyu](https://github.com/liuxingbaoyu)) ##### :house: Internal - `babel-parser` - [#&#8203;17160](https://github.com/babel/babel/pull/17160) Left-value parsing cleanup ([@&#8203;JLHwung](https://github.com/JLHwung)) ### [`v7.26.8`](https://github.com/babel/babel/releases/tag/v7.26.8) [Compare Source](https://github.com/babel/babel/compare/v7.26.5...v7.26.8) #### v7.26.8 (2025-02-08) ##### :house: Internal - `babel-preset-env` - [#&#8203;17097](https://github.com/babel/babel/pull/17097) Update dependency babel-plugin-polyfill-corejs3 to ^0.11.0 ### [`v7.26.5`](https://github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7265-2025-01-10) [Compare Source](https://github.com/babel/babel/compare/v7.25.9...v7.26.5) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#&#8203;17011](https://github.com/babel/babel/pull/17011) Allow the dynamic `import.defer()` form of `import defer` ([@&#8203;babel-bot](https://github.com/babel-bot)) ##### :bug: Bug Fix - `babel-plugin-transform-block-scoped-functions` - [#&#8203;17024](https://github.com/babel/babel/pull/17024) chore: Avoid calling `isInStrictMode` in Babel 7 ([@&#8203;liuxingbaoyu](https://github.com/liuxingbaoyu)) - `babel-plugin-transform-typescript` - [#&#8203;17026](https://github.com/babel/babel/pull/17026) fix: Correctly generate exported const enums in namespace ([@&#8203;liuxingbaoyu](https://github.com/liuxingbaoyu)) - `babel-parser` - [#&#8203;17045](https://github.com/babel/babel/pull/17045) \[estree] Unify method type parameters handling ([@&#8203;JLHwung](https://github.com/JLHwung)) - [#&#8203;17013](https://github.com/babel/babel/pull/17013) fix: Correctly set position for `@(a.b)()` ([@&#8203;liuxingbaoyu](https://github.com/liuxingbaoyu)) - [#&#8203;16996](https://github.com/babel/babel/pull/16996) \[estree] Adjust the start loc of class methods with type params ([@&#8203;nicolo-ribaudo](https://github.com/nicolo-ribaudo)) - `babel-generator`, `babel-parser`, `babel-plugin-transform-flow-strip-types`, `babel-types` - [#&#8203;17028](https://github.com/babel/babel/pull/17028) Support flow jsx opening element type arguments ([@&#8203;JLHwung](https://github.com/JLHwung)) - `babel-compat-data`, `babel-preset-env` - [#&#8203;17031](https://github.com/babel/babel/pull/17031) fix: More accurate `transform-typeof-symbol` compat data ([@&#8203;liuxingbaoyu](https://github.com/liuxingbaoyu)) - `babel-generator`, `babel-parser`, `babel-types` - [#&#8203;17019](https://github.com/babel/babel/pull/17019) Fix incomplete visitor keys ([@&#8203;JLHwung](https://github.com/JLHwung)) ##### :microscope: Output optimization - `babel-plugin-transform-nullish-coalescing-operator` - [#&#8203;16612](https://github.com/babel/babel/pull/16612) Improve nullish coalescing operator output ([@&#8203;liuxingbaoyu](https://github.com/liuxingbaoyu)) </details> <details> <summary>vuejs/eslint-plugin-vue (eslint-plugin-vue)</summary> ### [`v9.33.0`](https://github.com/vuejs/eslint-plugin-vue/releases/tag/v9.33.0) [Compare Source](https://github.com/vuejs/eslint-plugin-vue/compare/v9.32.0...v9.33.0) #### ✨ Enhancements - [#&#8203;2639](https://github.com/vuejs/eslint-plugin-vue/issues/2639) Added [`vue/no-implicit-coercion`](https://eslint.vuejs.org/rules/no-implicit-coercion.html) rule to disallow shorthand type conversions in `<template>`. - [#&#8203;2680](https://github.com/vuejs/eslint-plugin-vue/issues/2680) Improved [`vue/no-ref-as-operand`](https://eslint.vuejs.org/rules/no-ref-as-operand.html) rule to check `emit` payloads. - [#&#8203;2679](https://github.com/vuejs/eslint-plugin-vue/issues/2679) Added `ignoreProps` option to [`vue/prop-name-casing`](https://eslint.vuejs.org/rules/prop-name-casing.html) rule. #### 🐛 Bug Fixes - [#&#8203;2636](https://github.com/vuejs/eslint-plugin-vue/issues/2636) Fixed crash in [`vue/prefer-use-template-ref`](https://eslint.vuejs.org/rules/prefer-use-template-ref.html) rule when `setup` is an arrow function. - [#&#8203;2682](https://github.com/vuejs/eslint-plugin-vue/issues/2682) Fixed regex matching order in [`vue/no-bare-strings-in-template`](https://eslint.vuejs.org/rules/no-bare-strings-in-template.html) rule. - [#&#8203;2683](https://github.com/vuejs/eslint-plugin-vue/issues/2683) Fixed false positives for union type prop definitions in [`vue/max-props`](https://eslint.vuejs.org/rules/max-props.html) rule. **Full Changelog**: https://github.com/vuejs/eslint-plugin-vue/compare/v9.32.0...v9.33.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate-bot added 1 commit 2025-01-13 18:37:33 +01:00
chore(deps): update dependency @babel/eslint-parser to v7.26.5
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
continuous-integration/drone/pr Build is passing
f70c240f8e
renovate-bot changed title from chore(deps): update dependency @babel/eslint-parser to v7.26.5 to chore(deps): update dependency @babel/eslint-parser to v7.26.8 2025-02-11 11:37:22 +01:00
renovate-bot force-pushed renovate/linters from f70c240f8e to 4b81a22174 2025-02-11 11:37:22 +01:00 Compare
renovate-bot force-pushed renovate/linters from 4b81a22174 to c739e61165 2025-03-08 03:37:24 +01:00 Compare
renovate-bot changed title from chore(deps): update dependency @babel/eslint-parser to v7.26.8 to chore(deps): update linters 2025-03-08 03:37:25 +01:00
renovate-bot force-pushed renovate/linters from c739e61165 to 1fcb4504b9 2025-03-14 19:37:30 +01:00 Compare
renovate-bot force-pushed renovate/linters from 1fcb4504b9 to 52f58efc13 2025-03-27 19:37:38 +01:00 Compare
renovate-bot force-pushed renovate/linters from 52f58efc13 to e27d6c7a45 2025-05-03 17:37:24 +02:00 Compare
renovate-bot force-pushed renovate/linters from e27d6c7a45 to 03a6d79dab 2025-06-06 13:36:53 +02:00 Compare
renovate-bot force-pushed renovate/linters from 03a6d79dab to 756ce9ecd8 2025-07-05 11:37:24 +02:00 Compare
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
continuous-integration/drone/pr Build is passing
Required
Details
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/linters:renovate/linters
git checkout renovate/linters
Sign in to join this conversation.
No description provided.