[PR #136] [MERGED] Bump webpack from 4.20.2 to 4.21.0 #231

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

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/136
Author: @dependabot-preview[bot]
Created: 10/18/2018
Status: Merged
Merged: 10/18/2018
Merged by: @ChristophWurst

Base: masterHead: dependabot/npm_and_yarn/webpack-4.21.0


📝 Commits (1)

  • 86095a7 Bump webpack from 4.20.2 to 4.21.0

📊 Changes

2 files changed (+71 additions, -39 deletions)

View changed files

📝 package-lock.json (+70 -38)
📝 package.json (+1 -1)

📄 Description

Bumps webpack from 4.20.2 to 4.21.0.

Release notes

Sourced from webpack's releases.

v4.21.0

Features

  • add output.libraryTarget: "amd-require" which generates a AMD require([], ...) wrapper instead of a define([], ...) wrapper
  • support arrays of strings passed to output.library, which exposes the library to a subproperty

Bugfixes

  • fix cases where __webpack_require__.e is used at runtime but is not defined in the bundle
  • fix behavior of externals of global type

Performance

  • Some performance improvements to the chunk graph generation
Commits
  • 432d2a3 4.21.0
  • 0fb6c60 Merge pull request #7038 from marcusdarmstrong/marcusdarmstrong-external-modu...
  • 15b6f8b make afterEach async
  • 7bc5c98 Merge branch 'master' into marcusdarmstrong-external-module-fix
  • 2228daf Merge pull request #8230 from webpack/revert-8120-rh-silent-reporter
  • fadf875 remove dependency
  • 7c0b209 Revert "Re-enable jest-silent-reporter #hacktoberfest"
  • a868789 Merge pull request #8143 from MLoughry/miclo/optimize-chunk-graph-generation
  • 1d71ede Make changes suggested by sokra to optimize chunk graph generation
  • 4d3fe00 Merge pull request #8134 from fscherwi/update-coveralls
  • 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 cancel merge will cancel a previously requested merge
  • @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/136 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 10/18/2018 **Status:** ✅ Merged **Merged:** 10/18/2018 **Merged by:** [@ChristophWurst](https://github.com/ChristophWurst) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/webpack-4.21.0` --- ### 📝 Commits (1) - [`86095a7`](https://github.com/nextcloud/twofactor_gateway/commit/86095a71d076f6db7fa30e7581c68a00265a79f1) Bump webpack from 4.20.2 to 4.21.0 ### 📊 Changes **2 files changed** (+71 additions, -39 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+70 -38) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [webpack](https://github.com/webpack/webpack) from 4.20.2 to 4.21.0. <details> <summary>Release notes</summary> *Sourced from [webpack's releases](https://github.com/webpack/webpack/releases).* > ## v4.21.0 > # Features > > * add `output.libraryTarget: "amd-require"` which generates a AMD `require([], ...)` wrapper instead of a `define([], ...)` wrapper > * support arrays of strings passed to `output.library`, which exposes the library to a subproperty > > # Bugfixes > > * fix cases where `__webpack_require__.e` is used at runtime but is not defined in the bundle > * fix behavior of externals of `global` type > > # Performance > > * Some performance improvements to the chunk graph generation </details> <details> <summary>Commits</summary> - [`432d2a3`](https://github.com/webpack/webpack/commit/432d2a3f174b08d5f4f7de018799c97a18efa1fd) 4.21.0 - [`0fb6c60`](https://github.com/webpack/webpack/commit/0fb6c60e337e45013debbcaadbecea97ea58e407) Merge pull request [#7038](https://github-redirect.dependabot.com/webpack/webpack/issues/7038) from marcusdarmstrong/marcusdarmstrong-external-modu... - [`15b6f8b`](https://github.com/webpack/webpack/commit/15b6f8bb7ff6e9f38e2089f363f4e37131af13f9) make afterEach async - [`7bc5c98`](https://github.com/webpack/webpack/commit/7bc5c98171e45d4a575f4ae34c5c8b8e5ed64ec9) Merge branch 'master' into marcusdarmstrong-external-module-fix - [`2228daf`](https://github.com/webpack/webpack/commit/2228daff027113a10790c75f2901c0b804d60a25) Merge pull request [#8230](https://github-redirect.dependabot.com/webpack/webpack/issues/8230) from webpack/revert-8120-rh-silent-reporter - [`fadf875`](https://github.com/webpack/webpack/commit/fadf875d1294b3a629ea28ffc98cdbe3b05288c9) remove dependency - [`7c0b209`](https://github.com/webpack/webpack/commit/7c0b209c6262d6c8f46dec6e4a76648731365b65) Revert "Re-enable jest-silent-reporter #hacktoberfest" - [`a868789`](https://github.com/webpack/webpack/commit/a8687890f72b48d5135315f86bca788407d30b68) Merge pull request [#8143](https://github-redirect.dependabot.com/webpack/webpack/issues/8143) from MLoughry/miclo/optimize-chunk-graph-generation - [`1d71ede`](https://github.com/webpack/webpack/commit/1d71ede4755a471b205a01d8b884fcda486f7f04) Make changes suggested by [**sokra**](https://github.com/sokra) to optimize chunk graph generation - [`4d3fe00`](https://github.com/webpack/webpack/commit/4d3fe000b5f173a186c918eb1a9b0486e0fc3f5c) Merge pull request [#8134](https://github-redirect.dependabot.com/webpack/webpack/issues/8134) from fscherwi/update-coveralls - Additional commits viewable in [compare view](https://github.com/webpack/webpack/compare/v4.20.2...v4.21.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=webpack&package-manager=npm_and_yarn&previous-version=4.20.2&new-version=4.21.0)](https://dependabot.com/compatibility-score.html?dependency-name=webpack&package-manager=npm_and_yarn&previous-version=4.20.2&new-version=4.21.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 will **not** automatically merge this PR because it includes a minor update to a development dependency. --- <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 cancel merge` will cancel a previously requested merge - `@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:04 +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#231
No description provided.