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.32.1 #24

Merged
merged 1 commit into from
May 22, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 20, 2019

This PR contains the following updates:

Package Type Update Change References
webpack devDependencies minor 4.31.0 -> 4.32.1 source

Release Notes

webpack/webpack

v4.32.1

Compare Source

Bugfixes

  • reverts some changes from 4.32.0 which accidentally disabled some CommonJs features when using node: false.

v4.32.0

Compare Source

Features

  • Added this.mode to the loader API, to allow loaders to choose defaults by mode similar to webpacks options
  • Stack Trace for Errors in rejected Promises from import() now includes the stack from where the import() was called

Bugfixes

  • The Parser can now analyse identifiers in rest patterns too
    • const { a, ...rest } = obj, where rest conflicts with an imported binding etc.
  • node: false now correctly disables __dirname and __filename too
  • __dirname and __filename now no longer evaluates to something when node: false or node.__file/dirname: false is set
    • if(__dirname !== "") is no longer replaced with if(true) in such scenarios
  • prefetching chunks is no executed after the initial module evaluation
    • This allows to override i. e. __webpack_public_path__ for prefetching too
  • fixes a runtime crash when using side-effect-free modules with the DllPlugin

Contribute

  • CI tests node.js 12 now too
  • webpack-bot now merges dependabot PRs automatically when status checks succeed

Renovate configuration

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

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

♻️ 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.


  • 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 added the renovate label May 20, 2019
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 559a60c to 4821048 Compare May 22, 2019 09:29
@renovate renovate bot changed the title chore(deps): update dependency webpack to v4.32.0 chore(deps): update dependency webpack to v4.32.1 May 22, 2019
@kmkzt kmkzt merged commit 74e8ef6 into master May 22, 2019
@renovate renovate bot deleted the renovate/all-minor-dependencies branch May 22, 2019 14:24
kmkzt added a commit that referenced this pull request Apr 24, 2020
chore(deps): update dependency webpack to v4.32.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants