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 to v4.26.0 #226

Merged
merged 1 commit into from
Nov 19, 2018

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 19, 2018

This PR contains the following updates:

Package Type Update Change References
webpack devDependencies minor 4.25.1 -> 4.26.0 source

Release Notes

webpack/webpack

v4.26.0

Compare Source

Features

  • Switch from uglify-es to terser as default minimizer

Note: While they are officially backward-compatible, it can still happen that a new bugs occurs with terser, which break your production builds. Make sure to validate your production builds after upgrading to this version. (Note that it's always a good idea to test your output assets before deploying.)

If you want to report bugs to terser (https://github.com/terser-js/terser), please provide a minimal repro case with minimized and non-minimized code. You can configure webpack to generate non-minimized code in production mode by setting optimization.minimize: false. When reporting a bug to terser, best report a repro case which doesn't require running webpack and is reproducible with only the terser command line.

See optimization.minimizers configuration option to switch back to uglify-es or provide additional minimize options for terser.


Renovate configuration

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

🚦 Automerge: Enabled.

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

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


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

@renovate renovate bot merged commit a6335dd into master Nov 19, 2018
@renovate renovate bot deleted the renovate/webpack-4.x branch November 19, 2018 11:11
frederickfogerty added a commit that referenced this pull request Nov 20, 2018
…imgix into fred/expose-url-api

* 'fred/expose-url-api' of https://github.com/imgix/react-imgix:
  chore(deps): update dependency webpack to v4.26.0 (#226)
  chore(deps): update react monorepo to v16.6.3 (#223)
  chore(deps): update dependency prettier to v1.15.2 (#222)
frederickfogerty added a commit that referenced this pull request Nov 22, 2018
…om/imgix/react-imgix into fred/use-exponential-srcset-widths

* 'fred/use-exponential-srcset-widths' of https://github.com/imgix/react-imgix:
  chore(deps): update dependency webpack to v4.26.0 (#226)
  chore(deps): update react monorepo to v16.6.3 (#223)
  chore(deps): update dependency prettier to v1.15.2 (#222)
frederickfogerty added a commit that referenced this pull request Dec 4, 2018
* master:
  chore(release): 8.4.0
  feat: use exponential increase for srcset widths (#224)
  chore(deps): update dependency webpack to v4.26.1 (#229)
  chore: update travis node version to 10.x (#228)
  feat: expose url builder api (#225)
  chore(deps): update dependency webpack to v4.26.0 (#226)
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.

1 participant