[PR #237] [MERGED] Bump webpack from 4.31.0 to 4.32.0 #319

Closed
opened 2026-02-26 05:34:33 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/237
Author: @dependabot-preview[bot]
Created: 5/21/2019
Status: Merged
Merged: 5/21/2019
Merged by: @ChristophWurst

Base: masterHead: dependabot/npm_and_yarn/webpack-4.32.0


📝 Commits (1)

  • 07caf38 Bump webpack from 4.31.0 to 4.32.0

📊 Changes

2 files changed (+28 additions, -21 deletions)

View changed files

📝 package-lock.json (+27 -20)
📝 package.json (+1 -1)

📄 Description

Bumps webpack from 4.31.0 to 4.32.0.

Release notes

Sourced from webpack's releases.

v4.32.0

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
Commits
  • bbe71d8 4.32.0
  • 5c63e05 Merge pull request #9153 from webpack/bugfix/dll-side-effects
  • a4bbdae fix problem with dll and sideEffects
  • 36c7ab7 Merge pull request #9128 from rchl/fix/useful-chunk-load-stacktrace
  • a145bea Merge pull request #9140 from tschaub/loader-mode
  • 412f77c Merge pull request #9152 from webpack/dependabot/npm_and_yarn/@types/node-10....
  • ad08a37 chore(deps-dev): bump @types/node from 10.14.6 to 10.14.7
  • b322070 fix: provide useful stacktrace on chunk loading failure
  • 5178aa9 Merge pull request #9143 from webpack/dependabot/npm_and_yarn/eslint-config-p...
  • a0d16cb Merge pull request #9134 from webpack/dependabot/npm_and_yarn/webpack-dev-mid...
  • 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 will not automatically merge this PR because it includes a minor update to a development dependency.


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
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.


🔄 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/nextcloud/twofactor_gateway/pull/237 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 5/21/2019 **Status:** ✅ Merged **Merged:** 5/21/2019 **Merged by:** [@ChristophWurst](https://github.com/ChristophWurst) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/webpack-4.32.0` --- ### 📝 Commits (1) - [`07caf38`](https://github.com/nextcloud/twofactor_gateway/commit/07caf38e49f3feae1033789551694fd7335503f8) Bump webpack from 4.31.0 to 4.32.0 ### 📊 Changes **2 files changed** (+28 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+27 -20) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [webpack](https://github.com/webpack/webpack) from 4.31.0 to 4.32.0. <details> <summary>Release notes</summary> *Sourced from [webpack's releases](https://github.com/webpack/webpack/releases).* > ## v4.32.0 > # 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 > </details> <details> <summary>Commits</summary> - [`bbe71d8`](https://github.com/webpack/webpack/commit/bbe71d89cb7a8c1cc81ce1e17929d8de2260ff80) 4.32.0 - [`5c63e05`](https://github.com/webpack/webpack/commit/5c63e05da3c28b7ecb7e3787513c7a5e524dfa0e) Merge pull request [#9153](https://github-redirect.dependabot.com/webpack/webpack/issues/9153) from webpack/bugfix/dll-side-effects - [`a4bbdae`](https://github.com/webpack/webpack/commit/a4bbdae0d247e4e37de31d7c422324aecac0ad9f) fix problem with dll and sideEffects - [`36c7ab7`](https://github.com/webpack/webpack/commit/36c7ab73abe4e8a24285e4d7f19fa8e791160cf7) Merge pull request [#9128](https://github-redirect.dependabot.com/webpack/webpack/issues/9128) from rchl/fix/useful-chunk-load-stacktrace - [`a145bea`](https://github.com/webpack/webpack/commit/a145beadf93560c2c2eb6eff906beeb8b853fb47) Merge pull request [#9140](https://github-redirect.dependabot.com/webpack/webpack/issues/9140) from tschaub/loader-mode - [`412f77c`](https://github.com/webpack/webpack/commit/412f77c678bb4bd2bf224fdb8b31176906e26b0d) Merge pull request [#9152](https://github-redirect.dependabot.com/webpack/webpack/issues/9152) from webpack/dependabot/npm_and_yarn/@types/node-10.... - [`ad08a37`](https://github.com/webpack/webpack/commit/ad08a378ceb7e199c259454099527fb4781bbd27) chore(deps-dev): bump @types/node from 10.14.6 to 10.14.7 - [`b322070`](https://github.com/webpack/webpack/commit/b3220703446574c9749882bf23fd258ea6ab6097) fix: provide useful stacktrace on chunk loading failure - [`5178aa9`](https://github.com/webpack/webpack/commit/5178aa9ce4ee9221ff2232851e82a97f202324d6) Merge pull request [#9143](https://github-redirect.dependabot.com/webpack/webpack/issues/9143) from webpack/dependabot/npm_and_yarn/eslint-config-p... - [`a0d16cb`](https://github.com/webpack/webpack/commit/a0d16cb9dac26b2c7f88f1e12260655e0eec3c1f) Merge pull request [#9134](https://github-redirect.dependabot.com/webpack/webpack/issues/9134) from webpack/dependabot/npm_and_yarn/webpack-dev-mid... - Additional commits viewable in [compare view](https://github.com/webpack/webpack/compare/v4.31.0...v4.32.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=webpack&package-manager=npm_and_yarn&previous-version=4.31.0&new-version=4.32.0)](https://dependabot.com/compatibility-score.html?dependency-name=webpack&package-manager=npm_and_yarn&previous-version=4.31.0&new-version=4.32.0) 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 will **not** automatically merge this PR because it includes a minor update to a development dependency. [//]: # (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 - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 05:34:33 +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/twofactor_gateway-nextcloud#319
No description provided.