Skip to content
Snippets Groups Projects
Commit 00b42157 authored by Andreas Fernandez's avatar Andreas Fernandez
Browse files

[BUGFIX] Update eslint and friends

With the upgrade of TypeScript to version 4.7, typescript-eslint
reported itself as incompatible. To solve this, all eslint related
packages are updated to their respective latest version.

Executed commands:

    cd Build
    nvm use
    yarn add --dev \
        @typescript-eslint/eslint-plugin@^5.30.5 \
        @typescript-eslint/parser@^5.30.5 \
        @typescript-eslint/typescript-estree@^5.30.5 \
        eslint@^8.19.0
    grunt build

Resolves: #97854
Related: #97698
Releases: main, 11.5
Change-Id: Id59b1658b1d83bfa537629b8d1df32c3624351b4
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/75027


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Tested-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Tested-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
parent 2b2a4a8c
Branches
Tags
No related merge requests found
...@@ -26,12 +26,12 @@ ...@@ -26,12 +26,12 @@
"@types/nprogress": "^0.2.0", "@types/nprogress": "^0.2.0",
"@types/requirejs": "^2.1.32", "@types/requirejs": "^2.1.32",
"@types/sortablejs": "^1.10.6", "@types/sortablejs": "^1.10.6",
"@typescript-eslint/eslint-plugin": "^5.8.0", "@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.8.0", "@typescript-eslint/parser": "^5.30.5",
"@typescript-eslint/typescript-estree": "^5.8.0", "@typescript-eslint/typescript-estree": "^5.30.5",
"autoprefixer": "^9.8.6", "autoprefixer": "^9.8.6",
"es-module-lexer": "^0.9.3", "es-module-lexer": "^0.9.3",
"eslint": "^8.0.1", "eslint": "^8.19.0",
"grunt": "~1.3.0", "grunt": "~1.3.0",
"grunt-concurrent": "^3.0.0", "grunt-concurrent": "^3.0.0",
"grunt-contrib-copy": "^1.0.0", "grunt-contrib-copy": "^1.0.0",
......
This diff is collapsed.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment