Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 14, 2024

Bumps @vue/eslint-config-typescript from 14.0.1 to 14.1.0.

Release notes

Sourced from @​vue/eslint-config-typescript's releases.

v14.1.0

New Features

Bug Fixes

New Contributors

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

Commits
  • 0370486 14.1.0
  • dc61a54 docs: fix tsconfig.json include paths for type-checked example
  • 82af8cd chore: update dependencies
  • d5c8ff9 docs: note that we use camelCase name for extendable configurations
  • c441561 test: add type-checked example to test suite
  • 5c58a1f docs: update documentation on type-aware linting
  • 5329549 feat: simplified the *-type-checked configurations by providing a meaningfu...
  • df69e5e fix: add missing dot to extraFileExtensions (#90)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the Type: Dependencies Dependency issues or Changes to dependency files label Oct 14, 2024
@basil
Copy link
Member

basil commented Oct 14, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vue/eslint-config-typescript-14.1.0 branch from ed0bb2a to 1a0a8d9 Compare October 14, 2024 20:06
@basil
Copy link
Member

basil commented Oct 14, 2024

@dependabot rebase

Bumps [@vue/eslint-config-typescript](https://github.com/vuejs/eslint-config-typescript) from 14.0.1 to 14.1.0.
- [Release notes](https://github.com/vuejs/eslint-config-typescript/releases)
- [Commits](vuejs/eslint-config-typescript@v14.0.1...v14.1.0)

---
updated-dependencies:
- dependency-name: "@vue/eslint-config-typescript"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vue/eslint-config-typescript-14.1.0 branch from 1a0a8d9 to 3489b2e Compare October 14, 2024 20:16
Copy link
Member

@basil basil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TypeError: Config "typescript-eslint/disable-type-checked": Key "files": Expected value to be a non-empty array at user-defined index 10.
  Plugin: vite-plugin-eslint
  File: /home/runner/work/neanes/neanes/src/models/NeumeValues.test.ts
 ❯ wrapConfigErrorWithDetails node_modules/eslint/lib/config/flat-config-array.js:64:12
 ❯ node_modules/eslint/lib/config/flat-config-array.js:145:27
 ❯ calculateConfigArray node_modules/eslint/lib/config/config-loader.js:292:5
 ❯ #calculateConfigArray node_modules/eslint/lib/config/config-loader.js:622:25
 ❯ ESLint.calculateConfigForFile node_modules/eslint/lib/eslint/eslint.js:1049:25
 ❯ ESLint.isPathIgnored node_modules/eslint/lib/eslint/eslint.js:1088:24
 ❯ TransformPluginContext.transform node_modules/vite-plugin-eslint/dist/index.mjs:1:1860
 ❯ PluginContainer.transform node_modules/vite/dist/node/chunks/dep-Cyk9bIUq.js:49085:18
 ❯ loadAndTransform node_modules/vite/dist/node/chunks/dep-Cyk9bIUq.js:51918:27

haoqunjiang added a commit to vuejs/eslint-config-typescript that referenced this pull request Oct 15, 2024
ESLint config's schema requires the `files` key to be a non-empty array

Fixes neanes/neanes#1030 (review)
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 15, 2024

Superseded by #1038.

@dependabot dependabot bot closed this Oct 15, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/vue/eslint-config-typescript-14.1.0 branch October 15, 2024 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Type: Dependencies Dependency issues or Changes to dependency files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants