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
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