Skip to content

Update dependency @vue/eslint-config-typescript to v14#154

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/vue-eslint-config-typescript-14.x
Open

Update dependency @vue/eslint-config-typescript to v14#154
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/vue-eslint-config-typescript-14.x

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented Oct 5, 2024

This PR contains the following updates:

Package Change Age Confidence
@vue/eslint-config-typescript 5.0.214.7.0 age confidence

Release Notes

vuejs/eslint-config-typescript (@​vue/eslint-config-typescript)

v14.7.0

Compare Source

What's Changed

  • fix: respect global ignores when scanning for vue files to lint by @​haoqunjiang in #​239
  • feat: support ESLint 10 as peer dependency

Full Changelog: vuejs/eslint-config-typescript@v14.6.0...v14.7.0

v14.6.0

Compare Source

New Features

  • feat: allowComponentTypeUnsafety option to configure the strictness of no-unsafe-* rules by @​haoqunjiang in #​185

Full Changelog: vuejs/eslint-config-typescript@v14.5.1...v14.6.0

v14.5.1

Compare Source

Notable Changes

  • fix: ensure there's only one instance of eslint-plugin-vue in the config, to avoid Cannot redefine plugin "vue" errors by @​haoqunjiang in #​184

Full Changelog: vuejs/eslint-config-typescript@v14.5.0...v14.5.1

v14.5.0

Compare Source

What's Changed

  • chore(deps): update dependency vue-eslint-parser to v10 by @​renovate in #​157
  • chore(deps): expand peer dependency eslint-plugin-vue version range to allow v10 by @​renovate in #​156

Full Changelog: vuejs/eslint-config-typescript@v14.4.0...v14.5.0

v14.4.0

Compare Source

What's Changed

Full Changelog: vuejs/eslint-config-typescript@v14.3.0...v14.4.0

v14.3.0

Compare Source

New Features
  • A completely new approach to set up the ESLint configurations with helpers like defineConfigWithVueTs and vueTsConfigs.
    Please read the documentation for more details.
    With this new API set, you can easily override type-aware linting rules without worrying its position in the config array. Therefore there would be fewer mysterious errors or slowdown in a heavily customized project.

[!NOTE]
The old style ...vueTsEslintConfig() still works, there's no need to update to the new style if that has been working well in your project.

Bug Fixes
New Contributors

Full Changelog: vuejs/eslint-config-typescript@v14.2.0...v14.3.0

v14.2.0

Compare Source

What's Changed

  • fix: add absolute path for reading file contents, fix rootDir issue by @​markieo1 in #​108
  • feat: add a defineConfig utility function and use it in examples by @​haoqunjiang in #​117 Don't use this feature yet, it's under active refactoring for better usability.

New Contributors

Full Changelog: vuejs/eslint-config-typescript@v14.1.4...v14.2.0

v14.1.4

Compare Source

v14.1.3

Compare Source

What's Changed

New Contributors

Full Changelog: vuejs/eslint-config-typescript@v14.1.2...v14.1.3

v14.1.2

Compare Source

Bug Fixes

  • Print more friendly error messages if the user provides a non-existent configuration name to extends.

Full Changelog: vuejs/eslint-config-typescript@v14.1.1...v14.1.2

v14.1.1

Compare Source

Bug Fixes

  • Fixed #​91

    TypeError: Config "typescript-eslint/disable-type-checked": Key "files": Expected value to be a non-empty array"

Full Changelog: vuejs/eslint-config-typescript@v14.1.0...v14.1.1

v14.1.0

Compare Source

New Features
  • feat: simplify the *TypeChecked configs by providing a meaningful and performant default by @​haoqunjiang in #​89
Bug Fixes
  • fix: add the missing dot to extraFileExtensions by @​jfrs in #​90
New Contributors

Full Changelog: vuejs/eslint-config-typescript@v14.0.1...v14.1.0

v14.0.1

Compare Source

Bugfixes

  • Fixed an occasional bug that when using with npm or yarn v1, an invalid ecmaVersion error would be thrown if the wrong version of estree is hoisted to the node_modules root. Fixes #​87. [aae95d6]

New Contributors

Full Changelog: vuejs/eslint-config-typescript@v14.0.0...v14.0.1

v14.0.0

Compare Source

What's Changed

Full Changelog: vuejs/eslint-config-typescript@v13.0.0...v14.0.0

v13.0.0

Compare Source

Notable Changes

typescript-eslint is upgraded to v7.x. The full release notes can be found in their release blog: https://typescript-eslint.io/blog/announcing-typescript-eslint-v7

It's a small major release that only updates some peer dependency version requirements:

  • Requires Node.js >= 18.18, TypeScript >= 4.7.4, ESLint >= 8.56

v12.0.0

Compare Source

Notable Changes

typescript-eslint is upgraded to v6.x. The full release notes can be found in their release blog: https://typescript-eslint.io/blog/announcing-typescript-eslint-v6/
Here are some notable changes you might encounter when upgrading @vue/eslint-config-typescript from v11 to v12:

v11.0.3

Compare Source

v11.0.2

Compare Source

v11.0.1

Compare Source

v11.0.0

Compare Source

Breaking Changes
  • Bump eslint-plugin-vue to v9
  • Drop Node.js v12 support
Other Notable Changes
  • Use multiple parsers for more precise checking, and potentially improves performance (8c3628c)

v10.0.0

Compare Source

Breaking Change
  • @typescript-eslint/* becomes dependencies instead of peer dependencies. It's because we now recommend using this package along with @rushstack/eslint-patch.

v9.1.0

Compare Source

  • feat: allow using const foo = require('foo') in plain CommonJS modules (109b3f8)

v9.0.1

Compare Source

  • Fixes the peer dependency version of eslint-plugin-vue (#​37) (@​2malh)

v9.0.0

Compare Source

  • Upgrade vue-eslint-parser to v8;
  • Drop support for Node.js < v12.22.0, v13, >=v14 < v14.17.0, v15

v8.0.0

Compare Source

Thanks to @​cexbrayat

v7.0.0

Compare Source

Update to @typescript-eslint/* v4.

See detailed breaking changes at https://github.com/typescript-eslint/typescript-eslint/releases/tag/v4.0.0

v6.0.0

Compare Source

Update to @​typescript-eslint/* v3. See detailed breaking changes at https://github.com/typescript-eslint/typescript-eslint/releases/tag/v3.0.0

The most notable ones are:

  • Dropped support for Node version 8
  • Dropped support for TypeScript 3.2

Check out the linked issues for more information about added/removed rules:

v5.1.0

Compare Source

Accept eslint@​7 & eslint-plugin-vue@​7 as peer dependencies


Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch 3 times, most recently from 33012a6 to 09a0832 Compare October 15, 2024 11:13
@renovate renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch 2 times, most recently from 8a1d850 to 8e2cdb0 Compare October 23, 2024 09:30
@renovate renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from 8e2cdb0 to 972937a Compare November 25, 2024 16:59
@renovate renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from 972937a to 0f7f8fb Compare December 25, 2024 16:39
@renovate renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from 0f7f8fb to 336e239 Compare January 14, 2025 18:32
@renovate renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from 336e239 to 14a7ecb Compare February 9, 2025 14:00
@renovate renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from 14a7ecb to 6bb4b39 Compare March 6, 2025 11:52
@renovate renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from 6bb4b39 to bcd4c6e Compare June 17, 2025 16:02
@renovate renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from bcd4c6e to a71a3a6 Compare July 2, 2025 10:43
@renovate renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch 2 times, most recently from f04ab4e to 04eb44f Compare August 13, 2025 11:33
@renovate renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from 04eb44f to b980614 Compare August 19, 2025 14:15
@renovate renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from b980614 to 14619f9 Compare August 31, 2025 13:45
@renovate renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from 14619f9 to 485a808 Compare September 25, 2025 19:58
@renovate renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from 485a808 to 858a256 Compare October 21, 2025 10:43
@renovate renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from 858a256 to 4a3a59b Compare November 10, 2025 21:14
@renovate renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from 4a3a59b to 47756cc Compare November 18, 2025 22:41
@renovate renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from 47756cc to b8853a0 Compare December 3, 2025 18:33
@renovate renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from b8853a0 to 7b16fe1 Compare December 31, 2025 14:42
@renovate renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from 7b16fe1 to 8e078fd Compare January 8, 2026 18:34
@renovate renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch 2 times, most recently from da8bd1e to 3ab8cb2 Compare January 23, 2026 19:51
@renovate renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from 3ab8cb2 to 1d44b2f Compare February 2, 2026 21:27
@renovate renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch 2 times, most recently from 1894b2d to 7b50db9 Compare February 17, 2026 05:58
@renovate renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from 7b50db9 to d96f2d2 Compare March 5, 2026 15:42
@renovate renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from d96f2d2 to 754181e Compare March 13, 2026 14:02
@renovate renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from 754181e to 7271b03 Compare April 1, 2026 17:16
@renovate renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from 7271b03 to d699a61 Compare April 8, 2026 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants