-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support typescript-eslint v7 #63
Comments
Any updates? 🥺🥺🥺 |
It now blocks also ESLint v9 migration #65 |
undergroundwires
added a commit
to undergroundwires/privacy.sexy
that referenced
this issue
Apr 14, 2024
This commit updates the project's npm dependencies to their latest versions. Updates to the following dependencies are on hold due to compatibility issues: - `@typescript-eslint/eslint-plugin`: - Blocked by `@vue/eslint-config-airbnb-with-typescript` (vuejs/eslint-config-airbnb#63). - `@typescript-eslint/parser`: - Blocked by `@vue/eslint-config-airbnb-with-typescript` (vuejs/eslint-config-airbnb#63). - `@vue/eslint-config-typescript`: - Blocked by `@vue/eslint-config-airbnb-with-typescript` (vuejs/eslint-config-airbnb#63). - `eslint`: - Blocked by `@vue/eslint-config-airbnb-with-typescript` (vuejs/eslint-config-airbnb#65). - Blocked by `@typescript-eslint/eslint-plugin` and `@typescript-eslint/parser` (typescript-eslint/typescript-eslint#8211). These dependencies remain at their current major versions, and their status is documented in the `package.json` to inform future updates. This commit moves also `@types/markdown-it` to `devDependencies` which was incorrectly included in `dependencies`.
undergroundwires
added a commit
to undergroundwires/privacy.sexy
that referenced
this issue
Apr 14, 2024
This commit updates the project's npm dependencies to their latest versions. Updates to the following dependencies are on hold due to compatibility issues: - `@typescript-eslint/eslint-plugin`: - Blocked by `@vue/eslint-config-airbnb-with-typescript` (vuejs/eslint-config-airbnb#63). - `@typescript-eslint/parser`: - Blocked by `@vue/eslint-config-airbnb-with-typescript` (vuejs/eslint-config-airbnb#63). - `@vue/eslint-config-typescript`: - Blocked by `@vue/eslint-config-airbnb-with-typescript` (vuejs/eslint-config-airbnb#63). - `eslint`: - Blocked by `@vue/eslint-config-airbnb-with-typescript` (vuejs/eslint-config-airbnb#65). - Blocked by `@typescript-eslint/eslint-plugin` and `@typescript-eslint/parser` (typescript-eslint/typescript-eslint#8211). These dependencies remain at their current major versions, and their status is documented in the `package.json` to inform future updates. This commit also fixes error in `TreeView.spec` tests, revealed by the version bump.
undergroundwires
added a commit
to undergroundwires/privacy.sexy
that referenced
this issue
Apr 14, 2024
This commit updates the project's npm dependencies to their latest versions. Updates to the following dependencies are on hold due to compatibility issues: - `@typescript-eslint/eslint-plugin`: - Blocked by `@vue/eslint-config-airbnb-with-typescript` (vuejs/eslint-config-airbnb#63). - `@typescript-eslint/parser`: - Blocked by `@vue/eslint-config-airbnb-with-typescript` (vuejs/eslint-config-airbnb#63). - `@vue/eslint-config-typescript`: - Blocked by `@vue/eslint-config-airbnb-with-typescript` (vuejs/eslint-config-airbnb#63). - `eslint`: - Blocked by `@vue/eslint-config-airbnb-with-typescript` (vuejs/eslint-config-airbnb#65). - Blocked by `@typescript-eslint/eslint-plugin` and `@typescript-eslint/parser` (typescript-eslint/typescript-eslint#8211). These dependencies remain at their current major versions, and their status is documented in the `package.json` to inform future updates. Other supporting changes: - Moves `@types/markdown-it` to `devDependencies` which was incorrectly included in `dependencies`. - Fix error in `TreeView.spec` tests, revealed by the version bump. - Update `markdown-it` import to match the new file.
undergroundwires
added a commit
to undergroundwires/privacy.sexy
that referenced
this issue
Apr 14, 2024
This commit updates the project's npm dependencies to their latest versions. Updates to the following dependencies are on hold due to compatibility issues: - `@typescript-eslint/eslint-plugin`: - Blocked by `@vue/eslint-config-airbnb-with-typescript` (vuejs/eslint-config-airbnb#63). - `@typescript-eslint/parser`: - Blocked by `@vue/eslint-config-airbnb-with-typescript` (vuejs/eslint-config-airbnb#63). - `@vue/eslint-config-typescript`: - Blocked by `@vue/eslint-config-airbnb-with-typescript` (vuejs/eslint-config-airbnb#63). - `eslint`: - Blocked by `@vue/eslint-config-airbnb-with-typescript` (vuejs/eslint-config-airbnb#65). - Blocked by `@typescript-eslint/eslint-plugin` and `@typescript-eslint/parser` (typescript-eslint/typescript-eslint#8211). These dependencies remain at their current major versions, and their status is documented in the `package.json` to inform future updates. Other supporting changes: - Moves `@types/markdown-it` to `devDependencies` which was incorrectly included in `dependencies`. - Fix error in `TreeView.spec` tests, revealed by the version bump. - Update `markdown-it` import to match the new file.
@sodatea |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Upgrading
typescript-eslint
to v7 breaks. This blocks migrating other dependencies:vue/eslint-config-typescript
@typescript-eslint/eslint-plugin
@typescript-eslint/parser
Error:
Similar to #58.
The text was updated successfully, but these errors were encountered: