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

chore(deps): update dependency webpack-bundle-analyzer to v4 #335

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 26, 2020

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
webpack-bundle-analyzer 2.10.0 -> 4.10.2 age adoption passing confidence

Release Notes

webpack-contrib/webpack-bundle-analyzer (webpack-bundle-analyzer)

v4.10.2

Compare Source

v4.10.1

Compare Source

v4.10.0

Compare Source

v4.9.1

Compare Source

v4.9.0

Compare Source

  • Improvement
    • Display modules included in concatenated entry modules on Webpack 5 when "Show content of concatenated modules" is checked (#​602 by @​pgoldberg)

v4.8.0

Compare Source

v4.7.0

Compare Source

v4.6.1

Compare Source

v4.6.0

Compare Source

v4.5.0

Compare Source

v4.4.2

Compare Source

  • Bug Fix
    • Fix failure with compiler.outputFileSystem.constructor being undefined (#​447 by @​kedarv and @​alexander-akait)
      • NOTE: This fix doesn't have added test coverage so the fix might break in future versions unless test coverage is added later.

v4.4.1

Compare Source

v4.4.0

Compare Source

v4.3.0

Compare Source

v4.2.0

Compare Source

v4.1.0

Compare Source

  • Improvement
    • Significantly speed up generation of stats.json file (see generateStatsFile option).

v4.0.0

Compare Source

  • Breaking change

    • Dropped support for Node.js 6 and 8. Minimal required version now is v10.13.0
  • Improvement

    • Support for Webpack 5
  • Bug Fix

    • Prevent crashes when openAnalyzer was set to true in environments where there's no program to handle opening. (#​382 by @​wbobeirne)
  • Internal

    • Updated dependencies
    • Added support for multiple Webpack versions in tests

v3.9.0

Compare Source

v3.8.0

Compare Source

v3.7.0

Compare Source

  • New Feature

    • Added JSON output option (analyzerMode: "json" in plugin, --mode json in CLI) (#​341 by @​Gongreg)
  • Improvement

v3.6.1

Compare Source

  • Bug Fix
    • Add leading zero to hour & minute on <title /> when needed (#​314 by @​mhxbe)
  • Internal
    • Update some dependencies to get rid of vulnerability warnings (#​339)

v3.6.0

Compare Source

v3.5.2

Compare Source

v3.5.1

Compare Source

  • Bug Fix

v3.5.0

Compare Source

v3.4.1

Compare Source

v3.4.0

Compare Source

v3.3.2

Compare Source

  • Bug Fix
    • Fix regression with escaping internal assets (#​264, fixes #​263)

v3.3.1

Compare Source

  • Improvements

    • Use relative links for serving internal assets (#​261, fixes #​254)
    • Properly escape embedded JS/JSON (#​262)
  • Bug Fix

v3.3.0

Compare Source

  • New Feature

  • Internal

    • Updated dev dependencies

v3.2.0

Compare Source

v3.1.0

Compare Source

v3.0.4

Compare Source

  • Bug Fix
    • Make webpack's done hook wait until analyzer writes report or stat file (#​247, @​mareolan)

v3.0.3

Compare Source

v3.0.2

Compare Source

v3.0.1

Compare Source

  • Bug Fix
    • Small UI fixes

v3.0.0

Compare Source

  • Breaking change

    • Dropped support for Node.js v4. Minimal required version now is v6.14.4
    • Contents of concatenated modules are now hidden by default because of a number of related issues (details), but can be shown using a new checkbox in the sidebar.
  • New Feature

    • Added modules search
    • Added ability to pin and resize the sidebar
    • Added button to toggle the sidebar
    • Added checkbox to show/hide contents of concatenated modules
  • Improvements

    • Nested folders that contain only one child folder are now visually merged i.e. folder1 => folder2 => file1 is now shown like folder1/folder2 => file1 (thanks to @​varun-singh-1 for the idea)
  • Internal

    • Dropped support for Node.js v4
    • Using MobX for state management
    • Updated dependencies

v2.13.1

Compare Source

  • Improvement
  • Bug Fix
    • Properly parse Webpack 4 async chunk with Array.concat optimization (#​184, fixes #​183)
  • Internal
    • Refactor bundle parsing logic (#​184)

v2.13.0

Compare Source

  • Improvement
    • Loosen bundle parsing logic (#​181). Now analyzer will still show parsed sizes even if:
      • It can't parse some bundle chunks. Those chunks just won't have content in the report. Fixes issues like #​160.
      • Some bundle chunks are missing (it couldn't find files to parse). Those chunks just won't be visible in the report for parsed/gzipped sizes.

v2.12.0

Compare Source

  • New Feature
    • Add option that allows to exclude assets from the report (#​178)

v2.11.3

Compare Source

  • Bug Fix
    • Filter out modules that weren't found during bundles parsing (#​177)

v2.11.2

Compare Source

  • Bug Fix
    • Properly process stat files that contain modules inside of chunks array (#​175)
    • Fix parsing of async chunks that push to this.webpackJsonp array (#​176)

v2.11.1

Compare Source

v2.11.0

Compare Source

  • Improvement
    • Show contents of concatenated module (requires Webpack 4) (#​158, closes #​157)

v2.10.1

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/webpack-bundle-analyzer-4.x branch from f0941eb to f68322a Compare December 9, 2020 03:01
@renovate renovate bot force-pushed the renovate/webpack-bundle-analyzer-4.x branch from f68322a to 824aa3d Compare January 7, 2021 07:03
@renovate renovate bot force-pushed the renovate/webpack-bundle-analyzer-4.x branch from 824aa3d to 2ae6d9d Compare January 23, 2021 12:59
@renovate renovate bot force-pushed the renovate/webpack-bundle-analyzer-4.x branch from 2ae6d9d to 88bd108 Compare April 26, 2021 15:12
@renovate renovate bot force-pushed the renovate/webpack-bundle-analyzer-4.x branch from 88bd108 to 5c19c96 Compare June 6, 2021 20:31
@renovate renovate bot force-pushed the renovate/webpack-bundle-analyzer-4.x branch from 5c19c96 to df67cd9 Compare October 18, 2021 20:55
@renovate renovate bot force-pushed the renovate/webpack-bundle-analyzer-4.x branch from df67cd9 to c4c8725 Compare September 25, 2022 11:08
@renovate renovate bot force-pushed the renovate/webpack-bundle-analyzer-4.x branch from c4c8725 to 1bf0c58 Compare November 20, 2022 18:04
@renovate renovate bot force-pushed the renovate/webpack-bundle-analyzer-4.x branch from 1bf0c58 to 2d857b6 Compare March 16, 2023 15:48
@renovate renovate bot force-pushed the renovate/webpack-bundle-analyzer-4.x branch from 2d857b6 to 1dca819 Compare June 1, 2023 10:03
@renovate renovate bot force-pushed the renovate/webpack-bundle-analyzer-4.x branch from 1dca819 to 261fd83 Compare August 30, 2023 16:19
@renovate renovate bot force-pushed the renovate/webpack-bundle-analyzer-4.x branch 3 times, most recently from 5903248 to 3ab7a5e Compare November 16, 2023 12:41
@renovate renovate bot force-pushed the renovate/webpack-bundle-analyzer-4.x branch from 3ab7a5e to 891f693 Compare April 11, 2024 12:31
@renovate renovate bot changed the title chore(deps): update dependency webpack-bundle-analyzer to v4 chore(deps): update dependency webpack-bundle-analyzer to v4 - abandoned Dec 8, 2024
Copy link
Author

renovate bot commented Dec 8, 2024

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

@renovate renovate bot changed the title chore(deps): update dependency webpack-bundle-analyzer to v4 - abandoned chore(deps): update dependency webpack-bundle-analyzer to v4 Dec 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants