Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 5, 2024

This PR contains the following updates:

Package Change Age Confidence
@vue/eslint-config-typescript 13.0.0 -> 14.6.0 age confidence

Release Notes

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

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: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 added the Renovate label Oct 5, 2024
@renovate
Copy link
Contributor Author

renovate bot commented Oct 5, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm.
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: @dbsystel/[email protected]
npm error Found: [email protected]
npm error node_modules/eslint
npm error   dev eslint@"8.57.1" from the root project
npm error
npm error Could not resolve dependency:
npm error peer eslint@"^9.10.0" from @vue/[email protected]
npm error node_modules/@vue/eslint-config-typescript
npm error   dev @vue/eslint-config-typescript@"14.6.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2025-12-09T03_13_18_579Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2025-12-09T03_13_18_579Z-debug-0.log

@renovate renovate bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch 14 times, most recently from eb25c11 to c442851 Compare October 12, 2024 00:56
@renovate renovate bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch 9 times, most recently from 6c9995b to 36ddb16 Compare October 18, 2024 21:47
@renovate renovate bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch 4 times, most recently from 70baa5f to 61d7742 Compare October 22, 2024 07:22
@renovate renovate bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch 12 times, most recently from c5420dd to cde4deb Compare November 25, 2025 18:29
@renovate renovate bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch 10 times, most recently from 428c0b3 to a822507 Compare December 2, 2025 21:02
@renovate renovate bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch 6 times, most recently from 2313c78 to 3c5cfd1 Compare December 8, 2025 19:08
@renovate renovate bot force-pushed the renovate/vue-eslint-config-typescript-14.x branch from 3c5cfd1 to 1c698e7 Compare December 9, 2025 03:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant