Changelog
*Sourced from [webpack-bundle-analyzer's changelog](https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md).*
> ## 3.3.2
>
> * **Bug Fix**
> * Fix regression with escaping internal assets ([#264](https://github-redirect.dependabot.com/webpack-contrib/webpack-bundle-analyzer/pull/264), fixes [#263](https://github-redirect.dependabot.com/webpack-contrib/webpack-bundle-analyzer/issues/263))
>
> ## 3.3.1
>
> * **Improvements**
> * Use relative links for serving internal assets ([#261](https://github-redirect.dependabot.com/webpack-contrib/webpack-bundle-analyzer/pull/261), fixes [#254](https://github-redirect.dependabot.com/webpack-contrib/webpack-bundle-analyzer/issues/254))
> * Properly escape embedded JS/JSON ([#262](https://github-redirect.dependabot.com/webpack-contrib/webpack-bundle-analyzer/pull/262))
>
> * **Bug Fix**
> * Fix showing help message on `-h` flag ([#260](https://github-redirect.dependabot.com/webpack-contrib/webpack-bundle-analyzer/pull/260), fixes [#239](https://github-redirect.dependabot.com/webpack-contrib/webpack-bundle-analyzer/issues/239))
>
> ## 3.3.0
>
> * **New Feature**
> * Show/hide chunks using context menu ([#246](https://github-redirect.dependabot.com/webpack-contrib/webpack-bundle-analyzer/pull/246), [@bregenspan](https://github.com/bregenspan))
>
> * **Internal**
> * Updated dev dependencies
>
> ## 3.2.0
>
> * **Improvements**
> * Add support for .mjs output files ([#252](https://github-redirect.dependabot.com/webpack-contrib/webpack-bundle-analyzer/pull/252), [@jlopezxs](https://github.com/jlopezxs))
Commits
- [`345c3f5`](https://github.com/webpack-contrib/webpack-bundle-analyzer/commit/345c3f5c2cc8cd1a450f155ea989859b110944a0) v3.3.2
- [`a615815`](https://github.com/webpack-contrib/webpack-bundle-analyzer/commit/a615815d6c6fd276c41198a4351c9d5a9d63e945) Merge pull request [#264](https://github-redirect.dependabot.com/webpack-contrib/webpack-bundle-analyzer/issues/264) from webpack-contrib/fix-escape-regression
- [`20f2b4c`](https://github.com/webpack-contrib/webpack-bundle-analyzer/commit/20f2b4c553ee343f491faf63e39427fba9908c7c) Fix regression with escaping internal assets
- [`9836649`](https://github.com/webpack-contrib/webpack-bundle-analyzer/commit/9836649e870ef2e0a19da1ad4b17bf92c645e536) v3.3.1
- [`d1db526`](https://github.com/webpack-contrib/webpack-bundle-analyzer/commit/d1db52631d0716fa4a600f4bdd2ad1cea3edfb74) Remove outdated item from troubleshooting section
- [`ca34279`](https://github.com/webpack-contrib/webpack-bundle-analyzer/commit/ca342796b9685cb515e364b62c445ebbe1d86c70) Merge pull request [#261](https://github-redirect.dependabot.com/webpack-contrib/webpack-bundle-analyzer/issues/261) from webpack-contrib/relative-links-to-assets
- [`99818f9`](https://github.com/webpack-contrib/webpack-bundle-analyzer/commit/99818f9238a5f97a63f604bacd13bcd4a1738cc4) Fix changelog
- [`21722d2`](https://github.com/webpack-contrib/webpack-bundle-analyzer/commit/21722d28183314c88ca414f2b5c21179adc86875) Add changelog entry
- [`ed99c32`](https://github.com/webpack-contrib/webpack-bundle-analyzer/commit/ed99c3237f5d1d9d67a2e0a12f72e3f55a47f080) Use relative links for serving internal assets
- [`3ce1b8c`](https://github.com/webpack-contrib/webpack-bundle-analyzer/commit/3ce1b8c3533fb479155a9cdd6a3338b834fde7d6) Merge pull request [#262](https://github-redirect.dependabot.com/webpack-contrib/webpack-bundle-analyzer/issues/262) from webpack-contrib/proper-js-escape
- Additional commits viewable in [compare view](https://github.com/webpack-contrib/webpack-bundle-analyzer/compare/v3.1.0...v3.3.2)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
Bumps webpack-bundle-analyzer from 3.1.0 to 3.3.2.
Changelog
*Sourced from [webpack-bundle-analyzer's changelog](https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md).* > ## 3.3.2 > > * **Bug Fix** > * Fix regression with escaping internal assets ([#264](https://github-redirect.dependabot.com/webpack-contrib/webpack-bundle-analyzer/pull/264), fixes [#263](https://github-redirect.dependabot.com/webpack-contrib/webpack-bundle-analyzer/issues/263)) > > ## 3.3.1 > > * **Improvements** > * Use relative links for serving internal assets ([#261](https://github-redirect.dependabot.com/webpack-contrib/webpack-bundle-analyzer/pull/261), fixes [#254](https://github-redirect.dependabot.com/webpack-contrib/webpack-bundle-analyzer/issues/254)) > * Properly escape embedded JS/JSON ([#262](https://github-redirect.dependabot.com/webpack-contrib/webpack-bundle-analyzer/pull/262)) > > * **Bug Fix** > * Fix showing help message on `-h` flag ([#260](https://github-redirect.dependabot.com/webpack-contrib/webpack-bundle-analyzer/pull/260), fixes [#239](https://github-redirect.dependabot.com/webpack-contrib/webpack-bundle-analyzer/issues/239)) > > ## 3.3.0 > > * **New Feature** > * Show/hide chunks using context menu ([#246](https://github-redirect.dependabot.com/webpack-contrib/webpack-bundle-analyzer/pull/246), [@bregenspan](https://github.com/bregenspan)) > > * **Internal** > * Updated dev dependencies > > ## 3.2.0 > > * **Improvements** > * Add support for .mjs output files ([#252](https://github-redirect.dependabot.com/webpack-contrib/webpack-bundle-analyzer/pull/252), [@jlopezxs](https://github.com/jlopezxs))Commits
- [`345c3f5`](https://github.com/webpack-contrib/webpack-bundle-analyzer/commit/345c3f5c2cc8cd1a450f155ea989859b110944a0) v3.3.2 - [`a615815`](https://github.com/webpack-contrib/webpack-bundle-analyzer/commit/a615815d6c6fd276c41198a4351c9d5a9d63e945) Merge pull request [#264](https://github-redirect.dependabot.com/webpack-contrib/webpack-bundle-analyzer/issues/264) from webpack-contrib/fix-escape-regression - [`20f2b4c`](https://github.com/webpack-contrib/webpack-bundle-analyzer/commit/20f2b4c553ee343f491faf63e39427fba9908c7c) Fix regression with escaping internal assets - [`9836649`](https://github.com/webpack-contrib/webpack-bundle-analyzer/commit/9836649e870ef2e0a19da1ad4b17bf92c645e536) v3.3.1 - [`d1db526`](https://github.com/webpack-contrib/webpack-bundle-analyzer/commit/d1db52631d0716fa4a600f4bdd2ad1cea3edfb74) Remove outdated item from troubleshooting section - [`ca34279`](https://github.com/webpack-contrib/webpack-bundle-analyzer/commit/ca342796b9685cb515e364b62c445ebbe1d86c70) Merge pull request [#261](https://github-redirect.dependabot.com/webpack-contrib/webpack-bundle-analyzer/issues/261) from webpack-contrib/relative-links-to-assets - [`99818f9`](https://github.com/webpack-contrib/webpack-bundle-analyzer/commit/99818f9238a5f97a63f604bacd13bcd4a1738cc4) Fix changelog - [`21722d2`](https://github.com/webpack-contrib/webpack-bundle-analyzer/commit/21722d28183314c88ca414f2b5c21179adc86875) Add changelog entry - [`ed99c32`](https://github.com/webpack-contrib/webpack-bundle-analyzer/commit/ed99c3237f5d1d9d67a2e0a12f72e3f55a47f080) Use relative links for serving internal assets - [`3ce1b8c`](https://github.com/webpack-contrib/webpack-bundle-analyzer/commit/3ce1b8c3533fb479155a9cdd6a3338b834fde7d6) Merge pull request [#262](https://github-redirect.dependabot.com/webpack-contrib/webpack-bundle-analyzer/issues/262) from webpack-contrib/proper-js-escape - Additional commits viewable in [compare view](https://github.com/webpack-contrib/webpack-bundle-analyzer/compare/v3.1.0...v3.3.2)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language