[PR #77] [MERGED] Bump webpack from 4.16.3 to 4.16.4 #196

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

📋 Pull Request Information

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

Base: masterHead: dependabot/npm_and_yarn/webpack-4.16.4


📝 Commits (1)

  • 74863e2 Bump webpack from 4.16.3 to 4.16.4

📊 Changes

2 files changed (+14 additions, -19 deletions)

View changed files

📝 package-lock.json (+13 -18)
📝 package.json (+1 -1)

📄 Description

Bumps webpack from 4.16.3 to 4.16.4.

Release notes

Sourced from webpack's releases.

v4.16.4

Bugfixes

  • fix chunkAsset hook in HotModuleReplacementPlugin
Commits
  • 1e9d98c 4.16.4
  • e163495 Merge pull request #7838 from webpack/test/jest-exported-tests
  • 01cfe5b improve way of adding exported tests to test tree
  • 5f1852a Merge pull request #7831 from EECOLOR/patch-1
  • afe3182 Merge pull request #7836 from rzhe97/master
  • c893bbc Update CONTRIBUTING.md
  • 2348c3c Formatting - move arguments to the same line
  • 7473ed4 Fix chunkAsset hook call
  • 32fdca2 Merge pull request #7823 from flyyang/refactor/define-before-use-class
  • e4ae646 Merge pull request #7825 from webpack/deps/update_linters
  • 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 commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot merge will merge this PR after your CI passes on it
  • @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 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/77 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 8/3/2018 **Status:** ✅ Merged **Merged:** 8/3/2018 **Merged by:** [@ChristophWurst](https://github.com/ChristophWurst) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/webpack-4.16.4` --- ### 📝 Commits (1) - [`74863e2`](https://github.com/nextcloud/twofactor_gateway/commit/74863e2104e12f51f6049cbab381401875eae8bf) Bump webpack from 4.16.3 to 4.16.4 ### 📊 Changes **2 files changed** (+14 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+13 -18) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [webpack](https://github.com/webpack/webpack) from 4.16.3 to 4.16.4. <details> <summary>Release notes</summary> *Sourced from [webpack's releases](https://github.com/webpack/webpack/releases).* > ## v4.16.4 > # Bugfixes > > * fix `chunkAsset` hook in HotModuleReplacementPlugin </details> <details> <summary>Commits</summary> - [`1e9d98c`](https://github.com/webpack/webpack/commit/1e9d98cb4e52a6efc58f516aa7451d1faa6347ba) 4.16.4 - [`e163495`](https://github.com/webpack/webpack/commit/e16349590b0b84b546dae5f592131e9b51adcc27) Merge pull request [#7838](https://github-redirect.dependabot.com/webpack/webpack/issues/7838) from webpack/test/jest-exported-tests - [`01cfe5b`](https://github.com/webpack/webpack/commit/01cfe5b67a3c5df3920d7404d5dbe0a424190792) improve way of adding exported tests to test tree - [`5f1852a`](https://github.com/webpack/webpack/commit/5f1852a82ef33343c027b1fb52e1956b387651cf) Merge pull request [#7831](https://github-redirect.dependabot.com/webpack/webpack/issues/7831) from EECOLOR/patch-1 - [`afe3182`](https://github.com/webpack/webpack/commit/afe3182a8d288ea38929d7365cf2ddbc4a8897d6) Merge pull request [#7836](https://github-redirect.dependabot.com/webpack/webpack/issues/7836) from rzhe97/master - [`c893bbc`](https://github.com/webpack/webpack/commit/c893bbc7356ab88ca59e5b27bae941c576568ec0) Update CONTRIBUTING.md - [`2348c3c`](https://github.com/webpack/webpack/commit/2348c3cdc1cd417c71eb00e00c467b8e40abaea8) Formatting - move arguments to the same line - [`7473ed4`](https://github.com/webpack/webpack/commit/7473ed490215d0a18b6062f4ea97f97b71789a4e) Fix chunkAsset hook call - [`32fdca2`](https://github.com/webpack/webpack/commit/32fdca23bf39f7718098b7e1240b73d9bab65b78) Merge pull request [#7823](https://github-redirect.dependabot.com/webpack/webpack/issues/7823) from flyyang/refactor/define-before-use-class - [`e4ae646`](https://github.com/webpack/webpack/commit/e4ae6463c1afd30183fb4b3cadfc4bd129229b1f) Merge pull request [#7825](https://github-redirect.dependabot.com/webpack/webpack/issues/7825) from webpack/deps/update_linters - Additional commits viewable in [compare view](https://github.com/webpack/webpack/compare/v4.16.3...v4.16.4) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=webpack&package-manager=npm_and_yarn&previous-version=4.16.3&new-version=4.16.4)](https://dependabot.com/compatibility-score.html?dependency-name=webpack&package-manager=npm_and_yarn&previous-version=4.16.3&new-version=4.16.4) 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`. --- <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 merge` will merge this PR after your CI passes on it - `@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 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:33:55 +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#196
No description provided.