Skip to content
Snippets Groups Projects
Commit 36491626 authored by Andreas Fernandez's avatar Andreas Fernandez Committed by Benni Mack
Browse files

[TASK] Update build toolchain

This patch updates some tools used for our assets generation toolchain.

Most notable changes:

- Since typescript-eslint has been updated to a new major version, its
  configuration changes slightly
- TypeScript is updated to 3.9

Executed commands:

  yarn add --dev \
      "@typescript-eslint/eslint-plugin"@^3.8.0 \
      "@typescript-eslint/parser"@^3.8.0 \
      "@typescript-eslint/typescript-estree"@^3.8.0 \
      autoprefixer@^9.8.6 \
      eslint@^7.6.0 \
      grunt-eslint@^23.0.0 \
      grunt-lintspaces@^0.9.0 \
      jasmine-core@^3.6.0 \
      karma@^5.1.1 \
      karma-coverage@^2.0.3 \
      karma-jasmine@^3.3.1 \
      terser@^5.0.0 \
      typescript@~3.9.0
  grunt build

Resolves: #91952
Releases: master, 10.4
Change-Id: Ib6726998bea0faf68e71d8374ee0d729a34b0c1e
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65223


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
parent 2f978b59
Branches
Tags
Showing
with 913 additions and 687 deletions
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