Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the way towards webpack 5 typings #29105

Merged
merged 35 commits into from
Sep 21, 2021
Merged

the way towards webpack 5 typings #29105

merged 35 commits into from
Sep 21, 2021

Commits on Sep 15, 2021

  1. name all dependencies with multiple version by their version

    remove old terser-webpack-plugin from webpack bundles
    
    add support to use webpack 5 typings manually
    
    remove bundles/package.json as it's no longer needed
    sokra committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    b8e933b View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. Configuration menu
    Copy the full SHA
    e7bd7f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46394a0 View commit details
    Browse the repository at this point in the history
  3. add missing require hooks which are used by test cases

    This is now visible because `webpack` no longer exists as package in next.js
    sokra committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    7857e86 View commit details
    Browse the repository at this point in the history
  4. fix require path for webpack 4

    sokra committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    b5d3cab View commit details
    Browse the repository at this point in the history
  5. remove left-over debugger

    sokra committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    f95ca32 View commit details
    Browse the repository at this point in the history
  6. fix react-refresh-utils types

    sokra committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    ea0b3aa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    90e0baf View commit details
    Browse the repository at this point in the history
  8. remove outdated comment

    sokra committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    d2167c7 View commit details
    Browse the repository at this point in the history
  9. fix amp usage

    sokra committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    2d426ff View commit details
    Browse the repository at this point in the history
  10. migrate test case to nextStart

    that's needed to use require-hook correctly
    sokra committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    f93a76a View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. Configuration menu
    Copy the full SHA
    b76ab2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44994cc View commit details
    Browse the repository at this point in the history
  3. skip test in webpack 4

    sokra committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    69b12c2 View commit details
    Browse the repository at this point in the history
  4. update ncced files

    sokra committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    b7a8469 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. Configuration menu
    Copy the full SHA
    be32d98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e40d0d View commit details
    Browse the repository at this point in the history
  3. fix test case

    sokra committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    1c16ef9 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. fix precompiled files

    sokra committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    c36a64e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f68fd5f View commit details
    Browse the repository at this point in the history
  3. fix types for new code

    sokra committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    1d75cd2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e64d057 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b6fa65 View commit details
    Browse the repository at this point in the history
  6. remove workarounds

    sokra committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    f127628 View commit details
    Browse the repository at this point in the history
  7. need to checkout before commit

    sokra committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    7fae5a1 View commit details
    Browse the repository at this point in the history
  8. fix pre-committed commit action

    sokra committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    a765fb0 View commit details
    Browse the repository at this point in the history
  9. fix pre-committed commit action

    sokra committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    84669da View commit details
    Browse the repository at this point in the history
  10. ⚙ Update compiled files

    sokra committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    e79b96e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3384ddd View commit details
    Browse the repository at this point in the history
  12. keep line endings

    sokra committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    5fcc177 View commit details
    Browse the repository at this point in the history
  13. restore dependency

    sokra committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    b198d3a View commit details
    Browse the repository at this point in the history
  14. install chromium

    sokra committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    93303bd View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f4683bb View commit details
    Browse the repository at this point in the history
  16. Revert "install chromium"

    This reverts commit 93303bd.
    sokra committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    8e4e059 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    147f46d View commit details
    Browse the repository at this point in the history