Skip to content

Commit

Permalink
[TASK] Update @typescript-eslint packages
Browse files Browse the repository at this point in the history
The `@typescript-eslint` packages are updated for TypeScript 5.4
support.

Executed commands:

    npm install --save-dev \
        @typescript-eslint/eslint-plugin@^7.2.0 \
        @typescript-eslint/parser@^7.2.0 \
        @typescript-eslint/typescript-estree@^7.2.0
    npm run build

Resolves: #103370
Related: #103354
Releases: main, 12.4
Change-Id: I2c173437e1119dccb148e9eaa426cfdcdc94f682
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/83426
Tested-by: core-ci <typo3@b13.com>
Tested-by: Andreas Kienast <a.fernandez@scripting-base.de>
Reviewed-by: Andreas Kienast <a.fernandez@scripting-base.de>
  • Loading branch information
andreaskienast committed Mar 12, 2024
1 parent 9c62fe5 commit 10ffeb4
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 48 deletions.
90 changes: 45 additions & 45 deletions Build/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Build/package.json
Expand Up @@ -31,9 +31,9 @@
"@types/nprogress": "^0.2.0",
"@types/requirejs": "^2.1.32",
"@types/sortablejs": "^1.15.7",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@typescript-eslint/typescript-estree": "^7.1.1",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@typescript-eslint/typescript-estree": "^7.2.0",
"@web/dev-server-esbuild": "^1.0.1",
"@web/dev-server-import-maps": "^0.2.0",
"@web/test-runner": "^0.18.0",
Expand Down

0 comments on commit 10ffeb4

Please sign in to comment.