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

[WP5] Webpack5 update #10961

Merged
merged 62 commits into from
May 28, 2021
Merged

[WP5] Webpack5 update #10961

merged 62 commits into from
May 28, 2021

Commits on Jan 27, 2021

  1. Revert "Revert "Update postcss packages" (#10216)"

    This reverts commit 3968923.
    Morten N.O. Henriksen committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    cdb7ec0 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2021

  1. Merge remote-tracking branch 'upstream/master'

    * upstream/master:
      Update IMAGE_INLINE_SIZE_LIMIT docs (#10631)
      Publish
      Update CHANGELOG
      Prepare 4.0.3 release
      update immer to 8.0.1 to address vulnerability (#10412)
      Upgrade eslint-webpack-plugin to fix opt-out flag (#10590)
      Bump webpack-dev-server 3.11.0 -> 3.11.1 (#10312)
      tests: update test case to match the description (#10384)
      Publish
      Prepare 4.0.2 release
      Add opt-out for eslint-webpack-plugin (#10170)
      Add support for new BUILD_PATH advanced configuration variable (#8986)
      appTsConfig immutability handling by immer (#10027)
      Fix CI tests (#10217)
      docs: add missing override options for Jest config (#9473)
    Morten N.O. Henriksen committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    878f8c4 View commit details
    Browse the repository at this point in the history
  2. Revert "Update postcss packages" (#10216)

    This reverts commit 580ed5d.
    ianschmitz authored and Morten N.O. Henriksen committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    79b16d4 View commit details
    Browse the repository at this point in the history
  3. Update postcss and loader

    Morten N.O. Henriksen committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    8d5d16f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0254dc9 View commit details
    Browse the repository at this point in the history
  5. Update fork-ts-checker-webpack-plugin 6.0.5

    Morten N.O. Henriksen committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    6777da0 View commit details
    Browse the repository at this point in the history
  6. Add css-minimizer-webpack-plugin@1.1.5 remove

    Add css-minimizer-webpack-plugin@1.1.5
    Remove optimize-css-assets-webpack-plugin and postcss-safe-parser
    
    References:
    * https://webpack.js.org/plugins/css-minimizer-webpack-plugin/
    Morten N.O. Henriksen committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    f959414 View commit details
    Browse the repository at this point in the history
  7. Add support for Webpack 5 message objects

    jasonwilliams authored and Morten N.O. Henriksen committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    fb56a14 View commit details
    Browse the repository at this point in the history
  8. Update WebpackManifestPlugin to v3.0.0

    Morten N.O. Henriksen committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    48c5456 View commit details
    Browse the repository at this point in the history
  9. Support both "SingleEntryPlugin" and "EntryPlugin"

    Morten N.O. Henriksen committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    468ffe6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4d0be4a View commit details
    Browse the repository at this point in the history
  11. Update webpack and dev server

    Morten N.O. Henriksen committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    cfee807 View commit details
    Browse the repository at this point in the history
  12. Enable persistent cache

    Morten N.O. Henriksen committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    38d72e7 View commit details
    Browse the repository at this point in the history
  13. Fix react-error-overlay webpack

    Morten N.O. Henriksen committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    5bef914 View commit details
    Browse the repository at this point in the history
  14. Fix dev server config

    Morten N.O. Henriksen committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    58d36c2 View commit details
    Browse the repository at this point in the history
  15. Remove support for SingleEntryPlugin

    Morten N.O. Henriksen committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    a89a63a View commit details
    Browse the repository at this point in the history
  16. update workbox-webpack-plugin

    Morten N.O. Henriksen committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    74ed0c7 View commit details
    Browse the repository at this point in the history
  17. Fix post css config

    Morten N.O. Henriksen committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    19faf8c View commit details
    Browse the repository at this point in the history
  18. Comment out WebpackManifestPlugin for now having issues with undefine…

    …d path
    Morten N.O. Henriksen committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    bbf93d2 View commit details
    Browse the repository at this point in the history
  19. Add fast refresh entries to ModuleScopePlugin

    Morten N.O. Henriksen committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    73c952b View commit details
    Browse the repository at this point in the history
  20. Format files

    Morten N.O. Henriksen committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    33f9064 View commit details
    Browse the repository at this point in the history
  21. Remove unused variables in start command

    Morten N.O. Henriksen committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    5e79ffa View commit details
    Browse the repository at this point in the history
  22. git ignore tsconfig.tsbuildinfo

    supporting incremental typescript builds
    Morten N.O. Henriksen committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    c0e4c4d View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2021

  1. simplify output path

    review feedback from @kumarlachhani
    Morten N.O. Henriksen committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    871b2e9 View commit details
    Browse the repository at this point in the history
  2. Use asset modules in react-scripts

    Morten N.O. Henriksen committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    613e2a5 View commit details
    Browse the repository at this point in the history
  3. Use asset modules in react-error-overlay

    Morten N.O. Henriksen committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    952f896 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. eslint-config-react-app typo fix (#10317)

    This just fixes a shell snippet in the readme file for this plugin
    Spacerat committed May 12, 2021
    Configuration menu
    Copy the full SHA
    651d0db View commit details
    Browse the repository at this point in the history
  2. Fix link address (#10907)

    Replace the Github home link with a link to the repo's main page or a link to the source (https://github.com/CodeByZach/pace/blob/master/pace.js)
    e-w-h committed May 12, 2021
    Configuration menu
    Copy the full SHA
    b680ee7 View commit details
    Browse the repository at this point in the history
  3. Bump immer version for fixing security issue (#10791)

    Bump immer minor version to fix `Prototype Pollution` Security issue.
    shamprasadrh committed May 12, 2021
    Configuration menu
    Copy the full SHA
    281a868 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7bdeced View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

  1. Revert "Use asset modules in react-error-overlay"

    This reverts commit 952f896.
    Morten N.O. Henriksen committed May 14, 2021
    Configuration menu
    Copy the full SHA
    2217ab7 View commit details
    Browse the repository at this point in the history
  2. Disable broken tests for now

    Morten N.O. Henriksen committed May 14, 2021
    Configuration menu
    Copy the full SHA
    6eef86c View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/wp5' into webpack5-update

    * upstream/wp5:
      Remove outdated comments on react-refresh (#10784)
      Suggest sass instead of node-sass package (#10779)
      Upgrade docs http links to https (#10288)
      Fix ICSS syntax in stylesheets (#10511)
      Update PWA docs to point at the cra-template-pwa package (#10805)
      Trivial English fixes (#10763)
      Bump y18n from 4.0.0 to 4.0.1 in /docusaurus/website (#10765)
      Update ModuleNotFoundPlugin to support Webpack 5 (#10205)
      Update WebpackManifestPlugin (#10204)
      Update PostCSS packages (#10456)
      react-dev-utils@11.0.4
      Security Fix for Command Injection - huntr.dev (#10644)
    Morten N.O. Henriksen committed May 14, 2021
    Configuration menu
    Copy the full SHA
    0170343 View commit details
    Browse the repository at this point in the history
  4. Revert source-map bump in react-error-overlay

    Morten N.O. Henriksen committed May 14, 2021
    Configuration menu
    Copy the full SHA
    beb6e0e View commit details
    Browse the repository at this point in the history
  5. JSON is using default export

    Morten N.O. Henriksen committed May 14, 2021
    Configuration menu
    Copy the full SHA
    7234425 View commit details
    Browse the repository at this point in the history
  6. Webpack config: Remove invalid parser configuration

    Morten N.O. Henriksen committed May 14, 2021
    Configuration menu
    Copy the full SHA
    06fbbd0 View commit details
    Browse the repository at this point in the history
  7. Fix issue with ModuleScope and babel runtime

    Morten N.O. Henriksen committed May 14, 2021
    Configuration menu
    Copy the full SHA
    0190603 View commit details
    Browse the repository at this point in the history
  8. Fix svgr configuration

    Morten N.O. Henriksen committed May 14, 2021
    Configuration menu
    Copy the full SHA
    d709342 View commit details
    Browse the repository at this point in the history
  9. Webpack config svg use file-loader instead of url-loader

    Morten N.O. Henriksen committed May 14, 2021
    Configuration menu
    Copy the full SHA
    a35d315 View commit details
    Browse the repository at this point in the history
  10. Update postcss-normalize

    Morten N.O. Henriksen committed May 14, 2021
    Configuration menu
    Copy the full SHA
    236fd9c View commit details
    Browse the repository at this point in the history
  11. Fix asset output name

    Morten N.O. Henriksen committed May 14, 2021
    Configuration menu
    Copy the full SHA
    a002e34 View commit details
    Browse the repository at this point in the history
  12. Update test matrix using node 12+14

    postcss normalize only support node >=12
    Morten N.O. Henriksen committed May 14, 2021
    Configuration menu
    Copy the full SHA
    01e8444 View commit details
    Browse the repository at this point in the history
  13. Fix file output extension

    Morten N.O. Henriksen committed May 14, 2021
    Configuration menu
    Copy the full SHA
    43a0d0d View commit details
    Browse the repository at this point in the history
  14. Align assetModuleFilename

    Morten N.O. Henriksen committed May 14, 2021
    Configuration menu
    Copy the full SHA
    506c13b View commit details
    Browse the repository at this point in the history
  15. pipeline update configuration names

    Morten N.O. Henriksen committed May 14, 2021
    Configuration menu
    Copy the full SHA
    9d6f4a9 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2021

  1. Add back webpack-manifest-plugin

    Morten N.O. Henriksen committed May 15, 2021
    Configuration menu
    Copy the full SHA
    6f683db View commit details
    Browse the repository at this point in the history
  2. Fix kitchen sink get actual href value

    .href is prefixed with http://localhost etc.
    Morten N.O. Henriksen committed May 15, 2021
    Configuration menu
    Copy the full SHA
    819936b View commit details
    Browse the repository at this point in the history
  3. Update kitchen sink test to webpack 5 asset modules

    Morten N.O. Henriksen committed May 15, 2021
    Configuration menu
    Copy the full SHA
    96d8f15 View commit details
    Browse the repository at this point in the history
  4. Let webpack handle global this

    Morten N.O. Henriksen committed May 15, 2021
    Configuration menu
    Copy the full SHA
    f56887a View commit details
    Browse the repository at this point in the history
  5. Fix eject copy config/webpack/persistentCache folder

    Morten N.O. Henriksen committed May 15, 2021
    Configuration menu
    Copy the full SHA
    73f20aa View commit details
    Browse the repository at this point in the history
  6. Move tsbuildinfo into cache folder

    Morten N.O. Henriksen committed May 15, 2021
    Configuration menu
    Copy the full SHA
    9cdf282 View commit details
    Browse the repository at this point in the history
  7. Update dependencies

    Morten N.O. Henriksen committed May 15, 2021
    Configuration menu
    Copy the full SHA
    d72116e View commit details
    Browse the repository at this point in the history
  8. Update webpack-dev-server to beta.3

    Morten N.O. Henriksen committed May 15, 2021
    Configuration menu
    Copy the full SHA
    8f81bc7 View commit details
    Browse the repository at this point in the history
  9. Compilation.modules changed to type Set

    reference: comment by @slorber #9994 (comment)
    Morten N.O. Henriksen committed May 15, 2021
    Configuration menu
    Copy the full SHA
    b7f1f2f View commit details
    Browse the repository at this point in the history
  10. Merge remote-tracking branch 'upstream/master' into webpack5-update

    * upstream/master:
      test(create-react-app): add integration tests (#10381)
      Bump immer version for fixing security issue (#10791)
      Fix link address (#10907)
      eslint-config-react-app typo fix (#10317)
    Morten N.O. Henriksen committed May 15, 2021
    Configuration menu
    Copy the full SHA
    5b35c42 View commit details
    Browse the repository at this point in the history
  11. Format JsonInclusion.js using prettier

    Morten N.O. Henriksen committed May 15, 2021
    Configuration menu
    Copy the full SHA
    c2dbf96 View commit details
    Browse the repository at this point in the history
  12. Run prettier on webpack dev server config

    Morten N.O. Henriksen committed May 15, 2021
    Configuration menu
    Copy the full SHA
    35df374 View commit details
    Browse the repository at this point in the history
  13. Enable e2e behavior tests using node 12+14

    Morten N.O. Henriksen committed May 15, 2021
    Configuration menu
    Copy the full SHA
    2504864 View commit details
    Browse the repository at this point in the history
  14. Comment out e2e behavior tests for now

    Morten N.O. Henriksen committed May 15, 2021
    Configuration menu
    Copy the full SHA
    8976811 View commit details
    Browse the repository at this point in the history
  15. Add experimental support for module federation

    Morten N.O. Henriksen committed May 15, 2021
    Configuration menu
    Copy the full SHA
    8fdc63b View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. Fix missing wds socket path update

    accordingly to review by @xiaokekeT
    Morten N.O. Henriksen committed May 18, 2021
    Configuration menu
    Copy the full SHA
    28aa672 View commit details
    Browse the repository at this point in the history
  2. Revert "Add experimental support for module federation"

    This reverts commit 8fdc63b.
    Morten N.O. Henriksen committed May 18, 2021
    Configuration menu
    Copy the full SHA
    c7c916e View commit details
    Browse the repository at this point in the history