You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2019/10/29 08:24:43 UTC

[GitHub] [incubator-shardingsphere-benchmark] dependabot[bot] opened a new pull request #20: build(deps-dev): bump webpack-bundle-analyzer from 2.13.1 to 3.6.0 in /shadingsphere-benchmark-ui

dependabot[bot] opened a new pull request #20: build(deps-dev): bump webpack-bundle-analyzer from 2.13.1 to 3.6.0 in /shadingsphere-benchmark-ui
URL: https://github.com/apache/incubator-shardingsphere-benchmark/pull/20
 
 
   Bumps [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer) from 2.13.1 to 3.6.0.
   <details>
   <summary>Release notes</summary>
   
   *Sourced from [webpack-bundle-analyzer's releases](https://github.com/webpack-contrib/webpack-bundle-analyzer/releases).*
   
   > ## First test with Lerna monorepo
   > [th0r/webpack-bundle-analyzer#98](https://github-redirect.dependabot.com/th0r/webpack-bundle-analyzer/pull/98)
   </details>
   <details>
   <summary>Changelog</summary>
   
   *Sourced from [webpack-bundle-analyzer's changelog](https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md).*
   
   > ## 3.6.0
   > 
   >  * **Improvement**
   >    * Support webpack builds where `output.globalObject` is set to `'self'` ([#323](https://github-redirect.dependabot.com/webpack-contrib/webpack-bundle-analyzer/pull/323) by [@&#8203;lemonmade](https://github.com/lemonmade))
   >    * Improve readability of tooltips ([#320](https://github-redirect.dependabot.com/webpack-contrib/webpack-bundle-analyzer/pull/320) by [@&#8203;lorenzos](https://github.com/lorenzos))
   > 
   > ## 3.5.2
   > 
   >  * **Bug Fix**
   >    * Fix sidebar not showing visibility status of chunks hidden via popup menu (issue [#316](https://github-redirect.dependabot.com/webpack-contrib/webpack-bundle-analyzer/issues/316) by [@&#8203;gaokun](https://github.com/gaokun), fixed in [#317](https://github-redirect.dependabot.com/webpack-contrib/webpack-bundle-analyzer/pull/317) by [@&#8203;bregenspan](https://github.com/bregenspan))
   > 
   > ## 3.5.1
   > 
   >  * **Bug Fix**
   >    * Fix regression in support of webpack dev server and `webpack --watch` (issue [#312](https://github-redirect.dependabot.com/webpack-contrib/webpack-bundle-analyzer/issues/312), fixed in [#313](https://github-redirect.dependabot.com/webpack-contrib/webpack-bundle-analyzer/pull/313) by [@&#8203;gaokun](https://github.com/gaokun))
   > 
   > ## 3.5.0
   > 
   >  * **Improvements**
   >    * Improved report title and added favicon ([#310](https://github-redirect.dependabot.com/webpack-contrib/webpack-bundle-analyzer/pull/310), [@&#8203;gaokun](https://github.com/gaokun))
   > 
   > ## 3.4.1
   > 
   >  * **Bug Fix**
   >    * Fix regression of requiring an object to be passed to `new BundleAnalyzerPlugin()` (issue [#300](https://github-redirect.dependabot.com/webpack-contrib/webpack-bundle-analyzer/issues/300), fixed in [#302](https://github-redirect.dependabot.com/webpack-contrib/webpack-bundle-analyzer/pull/302) by [@&#8203;jerryOnlyZRJ](https://github.com/jerryOnlyZRJ))
   > 
   > ## 3.4.0
   > 
   >  * **Improvements**
   >    * Add `port: 'auto'` option ([#290](https://github-redirect.dependabot.com/webpack-contrib/webpack-bundle-analyzer/pull/290), [@&#8203;avin-kavish](https://github.com/avin-kavish))
   > 
   >  * **Bug Fix**
   >    * Avoid mutation of the generated `stats.json` ([#293](https://github-redirect.dependabot.com/webpack-contrib/webpack-bundle-analyzer/pull/293), [@&#8203;wood1986](https://github.com/wood1986))
   > 
   >  * **Internal**
   >    * Use Autoprefixer ([#266](https://github-redirect.dependabot.com/webpack-contrib/webpack-bundle-analyzer/pull/266), [@&#8203;bregenspan](https://github.com/bregenspan))
   >    * Detect `AsyncMFS` to support dev-server of Nuxt 2.5 and above ([#275](https://github-redirect.dependabot.com/webpack-contrib/webpack-bundle-analyzer/pull/275), [@&#8203;amoshydra](https://github.com/amoshydra))
   > 
   > ## 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**
   ></tr></table> ... (truncated)
   </details>
   <details>
   <summary>Commits</summary>
   
   - [`9eb7499`](https://github.com/webpack-contrib/webpack-bundle-analyzer/commit/9eb74999ce01caef350088e78ac2fe386367a604) v3.6.0
   - [`9c582cf`](https://github.com/webpack-contrib/webpack-bundle-analyzer/commit/9c582cfd982aa7388c9db79317c576950c3f25fc) Add changelog entry about readability improvement
   - [`ea074c1`](https://github.com/webpack-contrib/webpack-bundle-analyzer/commit/ea074c11275d6d8e565441342c0019865482409f) Merge pull request [#323](https://github-redirect.dependabot.com/webpack-contrib/webpack-bundle-analyzer/issues/323) from lemonmade/fix-self-global-object
   - [`2116b66`](https://github.com/webpack-contrib/webpack-bundle-analyzer/commit/2116b666e15c205be0c8215a974fa35eadcbf0dc) Allow self for globalObject in async chunks
   - [`f49796f`](https://github.com/webpack-contrib/webpack-bundle-analyzer/commit/f49796fbb6cada3749cabda574bc25dfa3fdd480) Merge pull request [#320](https://github-redirect.dependabot.com/webpack-contrib/webpack-bundle-analyzer/issues/320) from lorenzos/font-and-tooltip-opacity
   - [`84044cd`](https://github.com/webpack-contrib/webpack-bundle-analyzer/commit/84044cd1ff591d929db370f7fce294f34d4230c0) Improved readability of translucent tooltips
   - [`df49b19`](https://github.com/webpack-contrib/webpack-bundle-analyzer/commit/df49b1915f65a4d4b4de9836f82d6bd5fc214783) Fixed serif font when Verdana is not available
   - [`7fd44c9`](https://github.com/webpack-contrib/webpack-bundle-analyzer/commit/7fd44c94307e4455834ece1a0090cb8babd1c38a) v3.5.2
   - [`c619d51`](https://github.com/webpack-contrib/webpack-bundle-analyzer/commit/c619d51a253cb13f8d32d73581735c6216221437) Merge pull request [#317](https://github-redirect.dependabot.com/webpack-contrib/webpack-bundle-analyzer/issues/317) from bregenspan/fix-checked-bundles-not-updating
   - [`2b685ed`](https://github.com/webpack-contrib/webpack-bundle-analyzer/commit/2b685ede691f2f8c5b04e390daaf8f2f44af230a) Update changelog with checkbox fix
   - Additional commits viewable in [compare view](https://github.com/webpack-contrib/webpack-bundle-analyzer/compare/v2.13.1...v3.6.0)
   </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=2.13.1&new-version=3.6.0)](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
   
   You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/incubator-shardingsphere-benchmark/network/alerts).
   
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services