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

Update Webpack (minor) #1815

Merged
merged 1 commit into from
Sep 26, 2019
Merged

Update Webpack (minor) #1815

merged 1 commit into from
Sep 26, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 26, 2019

This PR contains the following updates:

Package Type Update Change
webpack devDependencies minor 4.39.3 -> 4.41.0
webpack-bundle-analyzer devDependencies minor 3.4.1 -> 3.5.2

Release Notes

webpack/webpack

v4.41.0

Compare Source

Developer Experience

  • disallow cache group named test with shorthand syntax to point out a potential config error

Performance

  • Improve performance of LimitChunkCountPlugin

v4.40.3

Compare Source

Bugfixes

  • fix a bug that the HMR plugin affected child compilations

Performance

  • improve performance of splitChunks name option by caching hashed value
  • improve rebuild performance by caching module size computation

v4.40.2

Compare Source

Bugfixes

  • fix a bug where asset is undefined

v4.40.1

Compare Source

Bugfixes

  • convert "multiple assets emit to the same filename" error into a warning
  • compare asset content when multiple assets emit to the same filename

v4.40.0

Compare Source

Features

  • adds asset info for emitted assets
    • new methods allow easy emitting/updating of assets compilation.emitAsset/updateAsset (instead of accessing the Object compilation.assets)
    • new getter methods to get assets compilation.getAssets() and compilation.getAsset(name)
    • 3 flags in asset info:
      • immutable: when set an asset can be cache infinitely
      • development: when set an asset is some kind of development tool (i. e. a SourceMap)
      • hotModuleReplacement: when set an asset is generated for an hot update
    • Stats expose info object in assets
    • String version of Stats show flags
webpack-contrib/webpack-bundle-analyzer

v3.5.2

Compare Source

v3.5.1

Compare Source

  • Bug Fix

v3.5.0

Compare Source


Renovate configuration

📅 Schedule: At any time (no schedule defined).

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

♻️ Rebasing: Whenever PR is stale, or if you modify the PR title to begin with "rebase!".

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Renovate Bot. View repository job log here.

@renovate renovate bot requested a review from outoftime September 26, 2019 02:24
@renovate renovate bot force-pushed the renovate/webpack branch from aaf5a72 to 699634f Compare September 26, 2019 08:26
@renovate renovate bot force-pushed the renovate/webpack branch from 699634f to e5d9ccb Compare September 26, 2019 09:52
@outoftime outoftime merged commit 985a87a into master Sep 26, 2019
@outoftime outoftime deleted the renovate/webpack branch September 26, 2019 11:07
outoftime added a commit to outoftime/popcode that referenced this pull request Sep 26, 2019
…erformance-monitoring

* 'master' of https://github.com/popcodeorg/popcode:
  Update Webpack (popcodeorg#1815)
  Update dependency eslint-plugin-jest to v22.17.0 (popcodeorg#1802)
  Update Redux to v1.1.1 (popcodeorg#1814)
outoftime added a commit to outoftime/popcode that referenced this pull request Sep 27, 2019
…irebase-variables-in-build

* 'master' of https://github.com/popcodeorg/popcode: (36 commits)
  Update dependency moment to v2.24.0 (popcodeorg#1822)
  Update dependency loadjs to v3.6.1 (popcodeorg#1821)
  Update dependency firebase to v6.6.2 (popcodeorg#1819)
  Update dependency cloudflare to v2.7.0 (popcodeorg#1818)
  Integrate Firebase performance monitoring (popcodeorg#1805)
  Update dependency bowser to v2.6.1 (popcodeorg#1817)
  Update dependency redux-saga-test-plan to v4.0.0-rc.3
  Update Webpack (popcodeorg#1815)
  Update dependency eslint-plugin-jest to v22.17.0 (popcodeorg#1802)
  Update Redux to v1.1.1 (popcodeorg#1814)
  Update Font Awesome to v5.11.2 (popcodeorg#1813)
  Update dependency redux-saga-test-plan to v4.0.0-rc.2
  Update Babel to v7.6.2 (popcodeorg#1811)
  Update dependency redux-saga-test-plan to v4.0.0-rc.1
  Update dependency postcss to v7.0.18
  Update dependency eslint-plugin-prettier to v3.1.1
  Update dependency caniuse-lite to v1.0.30000997
  Update dependency @fortawesome/fontawesome-svg-core to v1.2.25
  Update dependency @bugsnag/js to v6.4.1
  Update dependency js-beautify to v1.10.2 (popcodeorg#1801)
  ...
outoftime added a commit to outoftime/popcode that referenced this pull request Sep 28, 2019
* 'master' of https://github.com/popcodeorg/popcode: (38 commits)
  Update dependency object-inspect to v1.6.0 (popcodeorg#1823)
  Pass new Firebase configuration variables into build container (popcodeorg#1824)
  Update dependency moment to v2.24.0 (popcodeorg#1822)
  Update dependency loadjs to v3.6.1 (popcodeorg#1821)
  Update dependency firebase to v6.6.2 (popcodeorg#1819)
  Update dependency cloudflare to v2.7.0 (popcodeorg#1818)
  Integrate Firebase performance monitoring (popcodeorg#1805)
  Update dependency bowser to v2.6.1 (popcodeorg#1817)
  Update dependency redux-saga-test-plan to v4.0.0-rc.3
  Update Webpack (popcodeorg#1815)
  Update dependency eslint-plugin-jest to v22.17.0 (popcodeorg#1802)
  Update Redux to v1.1.1 (popcodeorg#1814)
  Update Font Awesome to v5.11.2 (popcodeorg#1813)
  Update dependency redux-saga-test-plan to v4.0.0-rc.2
  Update Babel to v7.6.2 (popcodeorg#1811)
  Update dependency redux-saga-test-plan to v4.0.0-rc.1
  Update dependency postcss to v7.0.18
  Update dependency eslint-plugin-prettier to v3.1.1
  Update dependency caniuse-lite to v1.0.30000997
  Update dependency @fortawesome/fontawesome-svg-core to v1.2.25
  ...
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.

2 participants