Skip to content
Snippets Groups Projects
  1. Feb 07, 2024
  2. Feb 05, 2024
  3. Feb 04, 2024
  4. Feb 02, 2024
  5. Jan 23, 2024
    • Benjamin Franzke's avatar
      [TASK] Update to CKEditor5 v41 · a8bde286
      Benjamin Franzke authored
      Also switch back to `List` instead of `DocumentList`, since the new
      DocumentList implementation (that we use since #100348) has been
      integrated into `List` and the temporary name `DocumentList` is now
      deprecated (and just a no-op wrapper for `List`).
      
      Executed commands:
         npm install -P $(
           grep ckeditor5 package.json | \
           grep '\^40' | \
           grep -v dev-utils | \
           sed 's/^[^"]*"\([^"]*\)".*/\1@^41/' \
         )
         npm remove @ckeditor/ckeditor5-dev-utils
         npm install -D @ckeditor/ckeditor5-dev-utils@^39.5.1
         npm run build
      
      Releases: main, 12.4
      Resolves: #102854
      Change-Id: I7c5085a6526941e3d3b4125f019b66d2c71b5f79
      Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/82504
      
      
      Tested-by: default avatarcore-ci <typo3@b13.com>
      Reviewed-by: default avatarBenjamin Franzke <ben@bnf.dev>
      Tested-by: default avatarBenjamin Franzke <ben@bnf.dev>
      a8bde286
  6. Jan 11, 2024
  7. Jan 09, 2024
  8. Jan 08, 2024
  9. Jan 03, 2024
    • Andreas Kienast's avatar
      [TASK] Update `@codemirror` and friends · d6ab2e28
      Andreas Kienast authored
      This commit updates `@codemirror` and its friend packages to their most
      recent version. Due to changes within `@lezer/javascript` and
      `@lezer/highlight`, our Gruntfile needs minor adjustments.
      
      Executed commands:
      
          npm install --save \
              @lezer/lr@^1.3.14 \
              @codemirror/autocomplete@^6.11.0 \
              @codemirror/commands@^6.3.3 \
              @codemirror/lang-css@^6.2.1 \
              @codemirror/lang-html@^6.4.7 \
              @codemirror/lang-javascript@^6.2.1 \
              @codemirror/lang-sql@^6.5.5 \
              @codemirror/language@^6.10.0 \
              @codemirror/lint@^6.4.2 \
              @codemirror/search@^6.5.5 \
              @codemirror/state@^6.4.0 \
              @codemirror/view@^6.23.0
          npm update @lezer/javascript
          npm run build
      
      Resolves: #102732
      Releases: main, 12.4
      
      Change-Id: I92f81a8dfb8f64e09005f0a332b557ffdc532654
      Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/82302
      
      
      Reviewed-by: default avatarBenjamin Franzke <ben@bnf.dev>
      Tested-by: default avatarBenjamin Franzke <ben@bnf.dev>
      Tested-by: default avatarcore-ci <typo3@b13.com>
      d6ab2e28
  10. Dec 16, 2023
  11. Dec 12, 2023
    • Andreas Kienast's avatar
      [TASK] Update ckeditor5 to v40.2 · 14f16d9b
      Andreas Kienast authored
      This commit updates ckeditor5 to v40. See changelog at
      https://github.com/ckeditor/ckeditor5/releases/tag/v40.2.0.
      
      Executed commands:
      
          npm i --save \
              @ckeditor/ckeditor5-alignment@^40.2.0 \
              @ckeditor/ckeditor5-autoformat@^40.2.0 \
              @ckeditor/ckeditor5-basic-styles@^40.2.0 \
              @ckeditor/ckeditor5-block-quote@^40.2.0 \
              @ckeditor/ckeditor5-clipboard@^40.2.0 \
              @ckeditor/ckeditor5-code-block@^40.2.0 \
              @ckeditor/ckeditor5-core@^40.2.0 \
              @ckeditor/ckeditor5-editor-classic@^40.2.0 \
              @ckeditor/ckeditor5-engine@^40.2.0 \
              @ckeditor/ckeditor5-essentials@^40.2.0 \
              @ckeditor/ckeditor5-find-and-replace@^40.2.0 \
              @ckeditor/ckeditor5-heading@^40.2.0 \
              @ckeditor/ckeditor5-horizontal-line@^40.2.0 \
              @ckeditor/ckeditor5-html-support@^40.2.0 \
              @ckeditor/ckeditor5-indent@^40.2.0 \
              @ckeditor/ckeditor5-link@^40.2.0 \
              @ckeditor/ckeditor5-list@^40.2.0 \
              @ckeditor/ckeditor5-paragraph@^40.2.0 \
              @ckeditor/ckeditor5-paste-from-office@^40.2.0 \
              @ckeditor/ckeditor5-remove-format@^40.2.0 \
              @ckeditor/ckeditor5-show-blocks@^40.2.0 \
              @ckeditor/ckeditor5-source-editing@^40.2.0 \
              @ckeditor/ckeditor5-special-characters@^40.2.0 \
              @ckeditor/ckeditor5-style@^40.2.0 \
              @ckeditor/ckeditor5-table@^40.2.0 \
              @ckeditor/ckeditor5-theme-lark@^40.2.0 \
              @ckeditor/ckeditor5-ui@^40.2.0 \
              @ckeditor/ckeditor5-undo@^40.2.0 \
              @ckeditor/ckeditor5-utils@^40.2.0 \
              @ckeditor/ckeditor5-word-count@^40.2.0
          npm run build
      
      Resolves: #102654
      Releases: main, 12.4
      Change-Id: I4a7a7596897cd346583bcca5d64824a437d8a710
      Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/82173
      
      
      Tested-by: default avatarBenjamin Franzke <ben@bnf.dev>
      Reviewed-by: default avatarBenjamin Franzke <ben@bnf.dev>
      Tested-by: default avatarcore-ci <typo3@b13.com>
      14f16d9b
  12. Dec 01, 2023
  13. Nov 08, 2023
  14. Nov 04, 2023
    • Benjamin Franzke's avatar
      [TASK] Migrate icon-element to @lit/task · ef16a6a6
      Benjamin Franzke authored
      @lit/task graduated from a 2-year @lit-labs phase, to an officially
      supported helper library for lit elements. We want to start using it
      as it embraces a tri-state model for async operations:
      
        * pending
        * complete
        * error
      
      …which is important in order to always handle error cases instead of
      silently ignoring them. Also existing or currently running requests are
      aborted and/or ignored when a newer state has already been activated.
      
      The icon-library deduplication caching strategy is refactored into a
      reusable helper instance that is a bit more generic and allows to
      abort (ref counted across duplicate requests) async operations.
      
      Commands executed:
      
        npm install --save @lit/task
        npm run build
      
      Resolves: #102308
      Releases: main, 12.4
      Change-Id: If068145a8bc87ae386af38aa6a63e4f19062345f
      Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/81683
      
      
      Tested-by: default avatarcore-ci <typo3@b13.com>
      Reviewed-by: default avatarBenjamin Franzke <ben@bnf.dev>
      Tested-by: default avatarBenjamin Franzke <ben@bnf.dev>
      ef16a6a6
  15. Nov 03, 2023
  16. Oct 31, 2023
  17. Oct 19, 2023
  18. Oct 02, 2023
    • Benjamin Franzke's avatar
      [BUGFIX] Apply CKEditor5 CSS scoping client-side · dfdcf32a
      Benjamin Franzke authored
      Download CSS via fetch() and apply CSS scoping and
      URL rebasing on the client in order to avoid the
      need for a server side SASS wrapper that:
       * can not relocate relative paths
       * can not easily check if the resource is web accessible
       * had to use regex-replacements instead of straight
         forward replacements on a properly parsed syntax tree
      
      The composer dependency scssphp/scssphp could theoretically
      be removed, but is kept in the v12 backport in order to
      avoid breaking classic mode extensions that relied on the
      fact that this dependency is shipped with TYPO3 v12.
      
      Commands executed:
        cd Build
        npm install --save css-tree
        npm install --save-dev @types/css-tree
        npm run build
      
      Resolves: #101918
      Resolves: #100768
      Resolves: #101380
      Releases: main, 12.4
      Change-Id: I34dfd76c07584a482f9012de1c693f0e7f9a2cb8
      Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/81308
      
      
      Tested-by: default avatarcore-ci <typo3@b13.com>
      Tested-by: default avatarBenjamin Franzke <ben@bnf.dev>
      Reviewed-by: default avatarBenjamin Franzke <ben@bnf.dev>
      dfdcf32a
  19. Sep 25, 2023
    • Benjamin Franzke's avatar
      [TASK] Migrate JavaScript unit test from karma to @web/test-runner · 432fb34e
      Benjamin Franzke authored
      Use @web/test-runner which is toolset by the modern-web.dev and
      open-wc.org initiatives. It is based on mocha and es-dev-server,
      which allows to run our JavaScript modules natively in the browser
      (without having to bundle them via rollup).
      
      Note that compiled test files have been removed from the
      source tree, since we configure es-dev-server to transpile
      them on demand, allowing error output from tests to be
      using original line numbers and unmangled identifiers.
      
      The tests are executed in chrome by default (locally and CI).
      They can be executed via:
      
        # Run once
        npm run test
      
        # Run tests whenever files change
        npm run watch:build
        npm run watch:test
      
        # Open browser with devtools and debug mode activated
        MODE=dev npm run watch:test -- --debug
      
      Configuration is prepared to run in multiple browsers via playwright.
      Example:
      
        # https://playwright.dev/docs/browsers#install-system-dependencies
        npx playwright install --with-deps
        B...
      432fb34e
  20. Sep 21, 2023
  21. Sep 20, 2023
  22. Sep 13, 2023
  23. Sep 07, 2023
  24. Aug 29, 2023
    • Benjamin Franzke's avatar
      [TASK] Deny global jQuery usage via eslint rules · f8031744
      Benjamin Franzke authored
      This allows to drop a npm patch that had been applied
      to the TypeScript @types/jquery before, in order
      to achieve the same effect.
      With eslint we can additionally provide a good
      hint for the developer, what to use instead.
      
      For the v12 backport @types/jqueryui is removed
      additionally, as it conflicts with the bootstrap
      jquery definitions and was unused. This showed
      a small adaption that needed to be changed in
      upgrade-docs, which has already been fixed
      in main and is reapplied in here.
      
      Commands executed:
        npm remove patch-package
        npm install
        npm remove @types/jqueryui
      
      Resolves: #101697
      Releases: main, 12.4
      Change-Id: I77e15a4b4c2a18f8b72ec2a5f41c7e54a7966c30
      Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/80686
      
      
      Tested-by: default avatarcore-ci <typo3@b13.com>
      Tested-by: default avatarBenjamin Franzke <ben@bnf.dev>
      Reviewed-by: default avatarBenjamin Franzke <ben@bnf.dev>
      f8031744
  25. Aug 10, 2023
  26. Jul 28, 2023
  27. Jul 07, 2023
  28. Jul 06, 2023
  29. Jul 03, 2023
    • Andreas Fernandez's avatar
      [TASK] Update ckeditor5 to v38.1 · 71fe4828
      Andreas Fernandez authored
      This change updates ckeditor5 to version 38.1. See [1] for detailed
      information.
      
      Executed commands:
      
          npm i --save \
              @ckeditor/ckeditor5-alignment@^38.1.0 \
              @ckeditor/ckeditor5-autoformat@^38.1.0 \
              @ckeditor/ckeditor5-basic-styles@^38.1.0 \
              @ckeditor/ckeditor5-block-quote@^38.1.0 \
              @ckeditor/ckeditor5-clipboard@^38.1.0 \
              @ckeditor/ckeditor5-code-block@^38.1.0 \
              @ckeditor/ckeditor5-core@^38.1.0 \
              @ckeditor/ckeditor5-dev-utils@^38.0.4 \
              @ckeditor/ckeditor5-editor-classic@^38.1.0 \
              @ckeditor/ckeditor5-engine@^38.1.0 \
              @ckeditor/ckeditor5-essentials@^38.1.0 \
              @ckeditor/ckeditor5-find-and-replace@^38.1.0 \
              @ckeditor/ckeditor5-heading@^38.1.0 \
              @ckeditor/ckeditor5-horizontal-line@^38.1.0 \
              @ckeditor/ckeditor5-html-support@^38.1.0 \
              @ckeditor/ckeditor5-indent@^38.1.0 \
              @ckeditor/ckeditor5-link@^38.1.0 \
              @ckeditor/ckeditor5-list@^38.1.0 \
              @ckeditor/ckeditor5-paragraph@^38.1.0 \
              @ckeditor/ckeditor5-paste-from-office@^38.1.0 \
              @ckeditor/ckeditor5-remove-format@^38.1.0 \
              @ckeditor/ckeditor5-source-editing@^38.1.0 \
              @ckeditor/ckeditor5-special-characters@^38.1.0 \
              @ckeditor/ckeditor5-style@^38.1.0 \
              @ckeditor/ckeditor5-table@^38.1.0 \
              @ckeditor/ckeditor5-theme-lark@^38.1.0 \
              @ckeditor/ckeditor5-ui@^38.1.0 \
              @ckeditor/ckeditor5-undo@^38.1.0 \
              @ckeditor/ckeditor5-utils@^38.1.0 \
              @ckeditor/ckeditor5-word-count@^38.1.0
          npm run build
      
      [1] https://github.com/ckeditor/ckeditor5/releases/tag/v38.1.0
      
      Resolves: #101223
      Releases: main, 12.4
      Change-Id: I5653cc0fb217dfa9bb2301c5a985aca953fc4d87
      Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/79633
      
      
      Tested-by: default avatarcore-ci <typo3@b13.com>
      Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
      Tested-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
      71fe4828
  30. Jun 07, 2023
  31. Jun 06, 2023
  32. Jun 05, 2023