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-contrib/webpack-bundle-analyzer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.9.0
Choose a base ref
...
head repository: webpack-contrib/webpack-bundle-analyzer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.9.1
Choose a head ref
  • 6 commits
  • 21 files changed
  • 4 contributors

Commits on Jul 31, 2023

  1. Bump word-wrap from 1.2.3 to 1.2.4 (#608)

    Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
    - [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
    - [Commits](jonschlinkert/word-wrap@1.2.3...1.2.4)
    
    ---
    updated-dependencies:
    - dependency-name: word-wrap
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 31, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    d936b0e View commit details
  2. Bump tough-cookie from 4.0.0 to 4.1.3 (#606)

    Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.0.0 to 4.1.3.
    - [Release notes](https://github.com/salesforce/tough-cookie/releases)
    - [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)
    - [Commits](salesforce/tough-cookie@v4.0.0...v4.1.3)
    
    ---
    updated-dependencies:
    - dependency-name: tough-cookie
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 31, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    ff7631d View commit details

Commits on Aug 2, 2023

  1. Reduce the usage of lodash (#505)

    * Reduce the usage of lodash
    
    * Add missing comment back
    
    * Update unreleased changelog
    
    * Add missing comment back
    
    * Fix misplaced changelog
    
    * Fix edge cases
    
    * Fix viewer.js tests
    
    * Make ESLint Happy
    SukkaW authored Aug 2, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    e120231 View commit details

Commits on Aug 3, 2023

  1. Reduce installation size (#609)

    * Replace `chalk` with `picocolors`
    
    * Replace `lodash` with individual modules
    
    * Fix Node.js 10 compatability
    
    * Replace `lodash.escaperegexp` with `escape-string-regexp`
    
    * Add missing comment back
    
    * Update Changelog
    SukkaW authored Aug 3, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    e2a6479 View commit details

Commits on Aug 30, 2023

  1. bump sirv to fix analyzerMode server (#611)

    * bump sirv to fix analyzerMode server
    
    * add changelog entry
    panbenson authored Aug 30, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    a0e04ef View commit details
  2. v4.9.1

    valscion committed Aug 30, 2023

    Verified

    This commit was signed with the committer’s verified signature.
    valscion Vesa Laakso
    Copy the full SHA
    52bf2ea View commit details
Loading