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

Closed
Xefir wants to merge 8 commits from renovate/vue-eslint-config-typescript-14.x into main
Owner

This PR contains the following updates:

Package Type Update Change
@vue/eslint-config-typescript devDependencies major ^13 -> ^14.0.0

Release Notes

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

v14.1.3

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/vuejs/eslint-config-typescript/compare/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: https://github.com/vuejs/eslint-config-typescript/compare/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: https://github.com/vuejs/eslint-config-typescript/compare/v14.1.0...v14.1.1

v14.1.0

Compare Source

New Features

Bug Fixes

New Contributors

Full Changelog: https://github.com/vuejs/eslint-config-typescript/compare/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: https://github.com/vuejs/eslint-config-typescript/compare/v14.0.0...v14.0.1

v14.0.0

Compare Source

What's Changed

Full Changelog: https://github.com/vuejs/eslint-config-typescript/compare/v13.0.0...v14.0.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.

🔕 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@vue/eslint-config-typescript](https://github.com/vuejs/eslint-config-typescript) | devDependencies | major | [`^13` -> `^14.0.0`](https://renovatebot.com/diffs/npm/@vue%2feslint-config-typescript/13.0.0/14.1.3) | --- ### Release Notes <details> <summary>vuejs/eslint-config-typescript (@&#8203;vue/eslint-config-typescript)</summary> ### [`v14.1.3`](https://github.com/vuejs/eslint-config-typescript/releases/tag/v14.1.3) [Compare Source](https://github.com/vuejs/eslint-config-typescript/compare/v14.1.2...v14.1.3) #### What's Changed - docs: add missing curly bracket in example config by [@&#8203;henribru](https://github.com/henribru) in https://github.com/vuejs/eslint-config-typescript/pull/93 - fix: skip typechecking cjs and mjs files by [@&#8203;henribru](https://github.com/henribru) in https://github.com/vuejs/eslint-config-typescript/pull/94 #### New Contributors - [@&#8203;henribru](https://github.com/henribru) made their first contribution in https://github.com/vuejs/eslint-config-typescript/pull/93 **Full Changelog**: https://github.com/vuejs/eslint-config-typescript/compare/v14.1.2...v14.1.3 ### [`v14.1.2`](https://github.com/vuejs/eslint-config-typescript/releases/tag/v14.1.2) [Compare Source](https://github.com/vuejs/eslint-config-typescript/compare/v14.1.1...v14.1.2) #### Bug Fixes - Print more friendly error messages if the user provides a non-existent configuration name to `extends`. **Full Changelog**: https://github.com/vuejs/eslint-config-typescript/compare/v14.1.1...v14.1.2 ### [`v14.1.1`](https://github.com/vuejs/eslint-config-typescript/releases/tag/v14.1.1) [Compare Source](https://github.com/vuejs/eslint-config-typescript/compare/v14.1.0...v14.1.1) #### Bug Fixes - Fixed [#&#8203;91](https://github.com/vuejs/eslint-config-typescript/issues/91) > `TypeError: Config "typescript-eslint/disable-type-checked": Key "files": Expected value to be a non-empty array"` **Full Changelog**: https://github.com/vuejs/eslint-config-typescript/compare/v14.1.0...v14.1.1 ### [`v14.1.0`](https://github.com/vuejs/eslint-config-typescript/releases/tag/v14.1.0) [Compare Source](https://github.com/vuejs/eslint-config-typescript/compare/v14.0.1...v14.1.0) #### New Features - feat: simplify the `*TypeChecked` configs by providing a meaningful and performant default by [@&#8203;haoqunjiang](https://github.com/haoqunjiang) in https://github.com/vuejs/eslint-config-typescript/pull/89 #### Bug Fixes - fix: add the missing dot to extraFileExtensions by [@&#8203;jfrs](https://github.com/jfrs) in https://github.com/vuejs/eslint-config-typescript/pull/90 #### New Contributors - [@&#8203;jfrs](https://github.com/jfrs) made their first contribution in https://github.com/vuejs/eslint-config-typescript/pull/90 **Full Changelog**: https://github.com/vuejs/eslint-config-typescript/compare/v14.0.1...v14.1.0 ### [`v14.0.1`](https://github.com/vuejs/eslint-config-typescript/releases/tag/v14.0.1) [Compare Source](https://github.com/vuejs/eslint-config-typescript/compare/v14.0.0...v14.0.1) #### 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 [#&#8203;87](https://github.com/vuejs/eslint-config-typescript/issues/87). [\[aae95d6\]](https://github.com/vuejs/eslint-config-typescript/commit/aae95d6) #### New Contributors - [@&#8203;bmulholland](https://github.com/bmulholland) made their first contribution in https://github.com/vuejs/eslint-config-typescript/pull/84 - [@&#8203;50Wliu](https://github.com/50Wliu) made their first contribution in https://github.com/vuejs/eslint-config-typescript/pull/86 **Full Changelog**: https://github.com/vuejs/eslint-config-typescript/compare/v14.0.0...v14.0.1 ### [`v14.0.0`](https://github.com/vuejs/eslint-config-typescript/releases/tag/v14.0.0) [Compare Source](https://github.com/vuejs/eslint-config-typescript/compare/v13.0.0...v14.0.0) #### What's Changed - Added support for ESLint Flat Config https://github.com/vuejs/eslint-config-typescript/pull/81 - Dropped support for the legacy `.eslintrc*` configuration format. If you need that, please stay on version 13, which is also tagged as [`@vue/eslint-config-typescript@legacy-eslintrc`](https://www.npmjs.com/package/@&#8203;vue/eslint-config-typescript/v/legacy-eslintrc). - The default configuration now extends from [`tseslint.configs.recommended`](https://typescript-eslint.io/users/configs#recommended) instead of `eslint-recommended`. **Full Changelog**: https://github.com/vuejs/eslint-config-typescript/compare/v13.0.0...v14.0.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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODEuNiIsInVwZGF0ZWRJblZlciI6IjM3LjE4MS42IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Xefir added 1 commit 2024-11-10 17:01:54 +00:00
chore(deps): update dependency @vue/eslint-config-typescript to v14
Some checks failed
renovate/artifacts Artifact file update failure
app_template / xml (push) Successful in 12s
app_template / php (push) Successful in 1m4s
app_template / nodejs (push) Failing after 16s
app_template / release (push) Has been skipped
71b62ff8fb
Author
Owner

⚠ 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 error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: app_template@undefined
npm error Found: eslint@8.57.1
npm error node_modules/eslint
npm error   peer eslint@"^7.5.0 || ^8.0.0 || ^9.0.0" from @babel/eslint-parser@7.25.9
npm error   node_modules/@babel/eslint-parser
npm error     peer @babel/eslint-parser@"^7.16.5" from @nextcloud/eslint-config@8.4.1
npm error     node_modules/@nextcloud/eslint-config
npm error       dev @nextcloud/eslint-config@"^8.4.1" from the root project
npm error   peer eslint@"^6.0.0 || ^7.0.0 || >=8.0.0" from @eslint-community/eslint-utils@4.4.1
npm error   node_modules/@eslint-community/eslint-utils
npm error     @eslint-community/eslint-utils@"^4.4.0" from @typescript-eslint/utils@7.18.0
npm error     node_modules/@typescript-eslint/utils
npm error       @typescript-eslint/utils@"7.18.0" from @typescript-eslint/eslint-plugin@7.18.0
npm error       node_modules/@typescript-eslint/eslint-plugin
npm error       1 more (@typescript-eslint/type-utils)
npm error     @eslint-community/eslint-utils@"^4.2.0" from eslint@8.57.1
npm error     3 more (eslint-plugin-es-x, eslint-plugin-n, eslint-plugin-vue)
npm error   19 more (@nextcloud/eslint-config, @nextcloud/eslint-plugin, ...)
npm error
npm error Could not resolve dependency:
npm error dev @vue/eslint-config-typescript@"^14.0.0" from the root project
npm error
npm error Conflicting peer dependency: eslint@9.14.0
npm error node_modules/eslint
npm error   peer eslint@"^9.10.0" from @vue/eslint-config-typescript@14.1.3
npm error   node_modules/@vue/eslint-config-typescript
npm error     dev @vue/eslint-config-typescript@"^14.0.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 /tmp/renovate/cache/others/npm/_logs/2024-11-10T17_01_47_454Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-11-10T17_01_47_454Z-debug-0.log

### ⚠ 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 error code ERESOLVE npm error ERESOLVE could not resolve npm error npm error While resolving: app_template@undefined npm error Found: eslint@8.57.1 npm error node_modules/eslint npm error peer eslint@"^7.5.0 || ^8.0.0 || ^9.0.0" from @babel/eslint-parser@7.25.9 npm error node_modules/@babel/eslint-parser npm error peer @babel/eslint-parser@"^7.16.5" from @nextcloud/eslint-config@8.4.1 npm error node_modules/@nextcloud/eslint-config npm error dev @nextcloud/eslint-config@"^8.4.1" from the root project npm error peer eslint@"^6.0.0 || ^7.0.0 || >=8.0.0" from @eslint-community/eslint-utils@4.4.1 npm error node_modules/@eslint-community/eslint-utils npm error @eslint-community/eslint-utils@"^4.4.0" from @typescript-eslint/utils@7.18.0 npm error node_modules/@typescript-eslint/utils npm error @typescript-eslint/utils@"7.18.0" from @typescript-eslint/eslint-plugin@7.18.0 npm error node_modules/@typescript-eslint/eslint-plugin npm error 1 more (@typescript-eslint/type-utils) npm error @eslint-community/eslint-utils@"^4.2.0" from eslint@8.57.1 npm error 3 more (eslint-plugin-es-x, eslint-plugin-n, eslint-plugin-vue) npm error 19 more (@nextcloud/eslint-config, @nextcloud/eslint-plugin, ...) npm error npm error Could not resolve dependency: npm error dev @vue/eslint-config-typescript@"^14.0.0" from the root project npm error npm error Conflicting peer dependency: eslint@9.14.0 npm error node_modules/eslint npm error peer eslint@"^9.10.0" from @vue/eslint-config-typescript@14.1.3 npm error node_modules/@vue/eslint-config-typescript npm error dev @vue/eslint-config-typescript@"^14.0.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 /tmp/renovate/cache/others/npm/_logs/2024-11-10T17_01_47_454Z-eresolve-report.txt npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-11-10T17_01_47_454Z-debug-0.log ```
Xefir closed this pull request 2024-11-10 17:04:20 +00:00
Author
Owner

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 14.x releases. But if you manually upgrade to 14.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

### Renovate Ignore Notification Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for *any* future `14.x` releases. But if you manually upgrade to `14.x` then Renovate will re-enable `minor` and `patch` updates automatically. If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
Some checks failed
renovate/artifacts Artifact file update failure
app_template / xml (push) Successful in 12s
app_template / php (push) Successful in 1m4s
app_template / nodejs (push) Failing after 16s
app_template / release (push) Has been skipped

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
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: Xefir/app_template#4
No description provided.