Skip to content

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

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

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

Conversation

@renovate

@renovate renovate Bot commented Oct 6, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@vue/eslint-config-typescript 12.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

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

Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • Branch creation
    • "after 8pm every weekend"
  • 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 d00c172 to 03c65f8 Compare October 15, 2024 11:27
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch 4 times, most recently from c9ce782 to ac8f849 Compare October 26, 2024 15:52
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from ac8f849 to fed7da5 Compare November 2, 2024 12:50
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from fed7da5 to e8a973d Compare November 9, 2024 16:02
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch 3 times, most recently from ca15168 to cf037b8 Compare November 30, 2024 15:43
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from cf037b8 to 47026c5 Compare December 7, 2024 16:19
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch 2 times, most recently from a5e2ff6 to 636ff58 Compare December 25, 2024 16:12
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch 2 times, most recently from f6bb5f5 to 8cf2b3c Compare January 14, 2025 17:33
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from 8cf2b3c to 42d9107 Compare January 26, 2025 17:43
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from 42d9107 to 4f7d283 Compare February 9, 2025 14:25
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from 4f7d283 to ae3ccf8 Compare March 6, 2025 11:35
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from ae3ccf8 to 8cd7778 Compare June 17, 2025 11:34
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch 2 times, most recently from f6e9b63 to 8254619 Compare July 2, 2025 15:59
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch 2 times, most recently from 5e69331 to 2602bd2 Compare August 13, 2025 17:13
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from 2602bd2 to a8f50f6 Compare August 19, 2025 13:32
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from a8f50f6 to 0cca175 Compare August 31, 2025 10:27
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from 0cca175 to 6d3138f Compare September 11, 2025 06:01
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from 6d3138f to a65bfb7 Compare September 25, 2025 20:59
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from a65bfb7 to ff485fc Compare October 21, 2025 10:50
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from df2fda6 to 678e133 Compare November 10, 2025 17:33
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch 2 times, most recently from 3031f69 to eaa820c Compare November 22, 2025 17:29
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from eaa820c to 4213f9a Compare December 3, 2025 17:15
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from 4213f9a to 20c4dc3 Compare December 31, 2025 15:43
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from 20c4dc3 to 5d950d8 Compare January 8, 2026 19:57
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from 5d950d8 to 277658f Compare January 19, 2026 18:50
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from 277658f to edc2857 Compare February 2, 2026 14:45
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch 3 times, most recently from 6242052 to f43e013 Compare February 17, 2026 17:01
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from f43e013 to 2a416c5 Compare March 5, 2026 15:51
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from 2a416c5 to 60325fb Compare March 14, 2026 07:56
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch 2 times, most recently from 48f3f0d to 91e15ce Compare April 8, 2026 19:50
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from 91e15ce to dd40985 Compare April 29, 2026 19:52
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch 2 times, most recently from b1d239b to f36e8fb Compare May 18, 2026 15:04
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch 3 times, most recently from 3092cb0 to 4ba2bf2 Compare June 4, 2026 15:06
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from 4ba2bf2 to f7fdba2 Compare June 11, 2026 10:16
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from f7fdba2 to 90576c1 Compare June 21, 2026 17:42
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch 3 times, most recently from fb1e4dd to 1aa66b8 Compare July 18, 2026 18:05
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch 2 times, most recently from 7c304a4 to 55249bf Compare July 24, 2026 15:06
@renovate
renovate Bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from 55249bf to 2534f69 Compare July 30, 2026 15:40
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