Skip to content
Snippets Groups Projects
  1. Feb 07, 2024
  2. Nov 20, 2023
  3. Mar 05, 2023
  4. Aug 23, 2022
    • Benjamin Franzke's avatar
      [TASK] Migrate from yarn to npm · 6575656a
      Benjamin Franzke authored
      Yarn has been added to TYPO3 back in 2017 because
      npm shrinkwrap files were not stable and package-lock.json
      and `npm ci` not yet established.
      
      By now the yarn version in TYPO3 (v1) got outdated
      and an update to yarn v3 would be required sooner
      or later. The update to yarn v3 brings quite some
      problems for the TYPO3 codebase:
      
       - Yarn v3 is executed/proxied through yarn v1
         (installed on the developer machine) – therefore the
         yarn v3 executable needs to be tracked within git.
         See https://yarnpkg.com/cli/set/version#details
      
       - Yarn v3 pulls in @types/node (through the "got" package) for
         unknown reasons, causing clashes with TypeScript declarations
         for requirejs (window.require vs node's require())
      
      As package-lock.json is solid thesedays, there is no real
      need to depend on yarn anymore. We basically switch
      to npm because that switch is way more straightforward than
      migrating to yarn v3 and it removes one dependency.
      
      Note that `npm install` properly honors `...
      6575656a
  5. Jul 24, 2022
  6. May 09, 2022
  7. May 07, 2022
  8. Feb 22, 2022
  9. Feb 12, 2022
  10. Nov 29, 2021
  11. Nov 17, 2021
  12. Oct 15, 2021
  13. Sep 12, 2021
  14. Aug 25, 2021
  15. May 04, 2021
  16. May 01, 2021
  17. Mar 01, 2021
  18. Feb 28, 2021
  19. Feb 26, 2021
  20. Feb 08, 2021
  21. Feb 04, 2021
  22. Feb 03, 2021