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.27.0
eslint-plugin-vue (source) devDependencies minor 9.32.0 -> 9.33.0

Release Notes

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

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.27.0`](https://renovatebot.com/diffs/npm/@babel%2feslint-parser/7.25.9/7.27.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.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
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.

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 reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kompetenzinventar/ki-frontend#159
No description provided.