[PR #21] [MERGED] Bump webpack-bundle-analyzer from 3.1.0 to 3.3.2 #31

Closed
opened 2026-02-26 04:36:36 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/moollaza/repo-remover/pull/21
Author: @dependabot[bot]
Created: 5/31/2019
Status: Merged
Merged: 5/31/2019
Merged by: @moollaza

Base: masterHead: dependabot/npm_and_yarn/webpack-bundle-analyzer-3.3.2


📝 Commits (1)

  • c38df60 Bump webpack-bundle-analyzer from 3.1.0 to 3.3.2

📊 Changes

1 file changed (+183 additions, -78 deletions)

View changed files

📝 yarn.lock (+183 -78)

📄 Description

Bumps webpack-bundle-analyzer from 3.1.0 to 3.3.2.

Changelog

Sourced from webpack-bundle-analyzer's changelog.

3.3.2

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

3.3.1

  • Improvements

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

    • Fix showing help message on -h flag (#260, fixes #239)

3.3.0

  • New Feature

  • Internal

    • Updated dev dependencies

3.2.0

Commits
  • 345c3f5 v3.3.2
  • a615815 Merge pull request #264 from webpack-contrib/fix-escape-regression
  • 20f2b4c Fix regression with escaping internal assets
  • 9836649 v3.3.1
  • d1db526 Remove outdated item from troubleshooting section
  • ca34279 Merge pull request #261 from webpack-contrib/relative-links-to-assets
  • 99818f9 Fix changelog
  • 21722d2 Add changelog entry
  • ed99c32 Use relative links for serving internal assets
  • 3ce1b8c Merge pull request #262 from webpack-contrib/proper-js-escape
  • Additional commits viewable in compare view

Dependabot compatibility score

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

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/moollaza/repo-remover/pull/21 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/31/2019 **Status:** ✅ Merged **Merged:** 5/31/2019 **Merged by:** [@moollaza](https://github.com/moollaza) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/webpack-bundle-analyzer-3.3.2` --- ### 📝 Commits (1) - [`c38df60`](https://github.com/moollaza/repo-remover/commit/c38df60815e2aab91f077f0d70e0ad033c53c9d4) Bump webpack-bundle-analyzer from 3.1.0 to 3.3.2 ### 📊 Changes **1 file changed** (+183 additions, -78 deletions) <details> <summary>View changed files</summary> 📝 `yarn.lock` (+183 -78) </details> ### 📄 Description Bumps [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer) from 3.1.0 to 3.3.2. <details> <summary>Changelog</summary> *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), [@&#8203;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), [@&#8203;jlopezxs](https://github.com/jlopezxs)) </details> <details> <summary>Commits</summary> - [`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) </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-bundle-analyzer&package-manager=npm_and_yarn&previous-version=3.1.0&new-version=3.3.2)](https://help.github.com/articles/configuring-automated-security-fixes) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 04:36:36 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/repo-remover-moollaza#31
No description provided.