Skip to content

chore(deps): update dependency @vue/eslint-config-typescript to v14#261

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

chore(deps): update dependency @vue/eslint-config-typescript to v14#261
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/vue-eslint-config-typescript-14.x

Conversation

@renovate

@renovate renovate Bot commented Oct 5, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

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

Release Notes

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

v14.9.0

Compare Source

New Features

  • vueTsConfigs.* are now valid flat config objects that can work with other ESLint utilities before being passed on to withVueTs() or defineConfigWithVueTs() for final resolution.
  • a new withVueTs(...) helper #​302
    • built on top of eslint-flat-config-utils, which lets it compose with the same flat-config transformation model used by antfu and Nuxt’s ESLint config tooling.

Full Changelog: vuejs/eslint-config-typescript@v14.8.0...v14.9.0

v14.8.0

Compare Source

What's Changed

New Contributors

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

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


Configuration

📅 Schedule: (UTC)

  • 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 is behind base branch, 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 4 times, most recently from 8648ae6 to f98e9c4 Compare October 15, 2024 10:23
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch 3 times, most recently from 778fb03 to 5e045d9 Compare October 23, 2024 11:30
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch 3 times, most recently from 79075f1 to 70c1d77 Compare November 5, 2024 10:26
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from 70c1d77 to e5cca80 Compare November 25, 2024 17:59
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from e5cca80 to 76d9ec0 Compare December 6, 2024 09:37
@renovate renovate Bot changed the title chore(deps): update dependency @vue/eslint-config-typescript to v14 chore(deps): update dependency @vue/eslint-config-typescript to v14 - autoclosed Dec 8, 2024
@renovate renovate Bot closed this Dec 8, 2024
@renovate
renovate Bot deleted the renovate/vue-eslint-config-typescript-14.x branch December 8, 2024 18:42
@renovate renovate Bot changed the title chore(deps): update dependency @vue/eslint-config-typescript to v14 - autoclosed chore(deps): update dependency @vue/eslint-config-typescript to v14 Dec 9, 2024
@renovate renovate Bot reopened this Dec 9, 2024
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch 2 times, most recently from 76d9ec0 to 2a0d325 Compare December 10, 2024 08:33
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from 2a0d325 to 8c243f6 Compare December 25, 2024 15:12
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from 8c243f6 to 1507fe7 Compare January 2, 2025 08:44
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from 1507fe7 to f68b7cf Compare January 14, 2025 21:47
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch 4 times, most recently from e20a6ac to 435ab98 Compare February 9, 2025 14:42
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from 435ab98 to 929a939 Compare March 6, 2025 11:08
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from 929a939 to 25ebc3f Compare March 27, 2025 09:36
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from 25ebc3f to 516a6c6 Compare April 15, 2025 14:36
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from 516a6c6 to 350a098 Compare May 6, 2025 09:16
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from bd4cb0b to 3612610 Compare August 20, 2025 15:07
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from 3612610 to cf8d3a4 Compare August 31, 2025 13:56
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from cf8d3a4 to 14fc23e Compare September 25, 2025 20:00
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from 14fc23e to ce19cfb Compare October 21, 2025 16:36
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from ce19cfb to c90c8b0 Compare November 11, 2025 01:45
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from c90c8b0 to 0880967 Compare November 18, 2025 11:48
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from 0880967 to 79a5765 Compare December 3, 2025 19:47
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from 79a5765 to d010bee Compare December 31, 2025 17:07
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from d010bee to bf4f02b Compare January 8, 2026 17:10
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch 2 times, most recently from e866685 to bc22c09 Compare January 23, 2026 19:50
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from bc22c09 to efa45d9 Compare February 2, 2026 18:56
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch 2 times, most recently from 0d4eb8e to 679d918 Compare February 17, 2026 11:12
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from 679d918 to 0c50d15 Compare March 5, 2026 14:16
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from 0c50d15 to 47a6316 Compare March 13, 2026 18:07
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch 2 times, most recently from 8013af5 to 412cef1 Compare April 8, 2026 19:20
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from 412cef1 to 915f583 Compare April 13, 2026 04:02
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from 915f583 to b2bdbfc Compare April 29, 2026 15:43
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch 2 times, most recently from 3386551 to 396bd5d Compare May 18, 2026 19:10
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch 2 times, most recently from 0177b2c to ab2cca8 Compare June 1, 2026 22:54
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from ab2cca8 to e36e26c Compare June 4, 2026 16:00
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from e36e26c to e10874b Compare June 11, 2026 18:08
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from e10874b to 13f5a3d Compare June 21, 2026 16:36
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from 13f5a3d to 6d3610b Compare July 12, 2026 10:55
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from 6d3610b to 2f6975f Compare July 16, 2026 14:45
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