Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: webpack/webpack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.52.0
Choose a base ref
...
head repository: webpack/webpack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.52.1
Choose a head ref
  • 14 commits
  • 11 files changed
  • 2 contributors

Commits on Sep 3, 2021

  1. chore(deps): bump terser-webpack-plugin from 5.1.4 to 5.2.3

    Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) from 5.1.4 to 5.2.3.
    - [Release notes](https://github.com/webpack-contrib/terser-webpack-plugin/releases)
    - [Changelog](https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md)
    - [Commits](webpack/terser-webpack-plugin@v5.1.4...v5.2.3)
    
    ---
    updated-dependencies:
    - dependency-name: terser-webpack-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 3, 2021
    Configuration menu
    Copy the full SHA
    8cbda87 View commit details
    Browse the repository at this point in the history
  2. update snapshot

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

Commits on Sep 5, 2021

  1. Merge pull request #14131 from webpack/dependabot/npm_and_yarn/terser…

    …-webpack-plugin-5.2.3
    
    chore(deps): bump terser-webpack-plugin from 5.1.4 to 5.2.3
    sokra authored Sep 5, 2021
    Configuration menu
    Copy the full SHA
    f4400ef View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

  1. chore(deps): bump acorn from 8.4.1 to 8.5.0

    Bumps [acorn](https://github.com/acornjs/acorn) from 8.4.1 to 8.5.0.
    - [Release notes](https://github.com/acornjs/acorn/releases)
    - [Commits](acornjs/acorn@8.4.1...8.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: acorn
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 7, 2021
    Configuration menu
    Copy the full SHA
    c2917d2 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. Configuration menu
    Copy the full SHA
    a7e5f3a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #14175 from webpack/ci/node-version

    fix node.js because of v8 bug
    sokra authored Sep 8, 2021
    Configuration menu
    Copy the full SHA
    200ce66 View commit details
    Browse the repository at this point in the history
  3. split fresh packs by time

    add comments
    
    fix loosing cache
    
    correctly store a lazy
    sokra committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    3270275 View commit details
    Browse the repository at this point in the history
  4. improve test stability

    sokra committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    32a9b20 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #14174 from webpack/perf/persistent-cache

    split fresh packs by time
    sokra authored Sep 8, 2021
    Configuration menu
    Copy the full SHA
    c3a0a42 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #14178 from webpack/ci/test-stability

    improve test stability
    sokra authored Sep 8, 2021
    Configuration menu
    Copy the full SHA
    bc8b9cf View commit details
    Browse the repository at this point in the history
  7. Merge pull request #14159 from webpack/dependabot/npm_and_yarn/acorn-…

    …8.5.0
    
    chore(deps): bump acorn from 8.4.1 to 8.5.0
    sokra authored Sep 8, 2021
    Configuration menu
    Copy the full SHA
    cff4bd0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9dfcc27 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. Merge pull request #14184 from webpack/size/relative-url

    remove unnecessary Object.assign
    sokra authored Sep 10, 2021
    Configuration menu
    Copy the full SHA
    3fc0f9f View commit details
    Browse the repository at this point in the history
  2. 5.52.1

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