[PR #187] [MERGED] Bump webpack from 4.28.3 to 4.28.4 #277

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

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/187
Author: @dependabot-preview[bot]
Created: 1/11/2019
Status: Merged
Merged: 1/11/2019
Merged by: @dependabot-preview[bot]

Base: masterHead: dependabot/npm_and_yarn/webpack-4.28.4


📝 Commits (1)

  • 97964dc Bump webpack from 4.28.3 to 4.28.4

📊 Changes

2 files changed (+11 additions, -16 deletions)

View changed files

📝 package-lock.json (+10 -15)
📝 package.json (+1 -1)

📄 Description

Bumps webpack from 4.28.3 to 4.28.4.

Release notes

Sourced from webpack's releases.

v4.28.4

Bugfixes

  • ProfilingPlugin creates output path if not existing
  • fixed support for arrow function functions for optimization.minimizer
  • failed hooks is now also called when run() fails
Commits
  • fdb6b13 4.28.4
  • 3e147e6 Merge pull request #8588 from hulkish/faster-statement-type-check
  • 2a04dee added ExportAllDeclaration, fixed fn signature
  • baf0aa1 Merge pull request #8581 from DanielRuf/tests/increase-jest-timeout
  • 41b6887 use faster statement type check
  • af01643 Increase Jest timeout for profiling plugin test
  • ccc7db7 Merge pull request #8401 from shahkashani/fix-for-issue-8398
  • 2e3e2a0 Merge pull request #8544 from chuckdumont/work
  • 69dea22 Merge pull request #8573 from hulkish/fix-minimizer-fn
  • 6240cf6 added config test case for optimization.minimizer
  • 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.

If all status checks pass Dependabot will automatically merge this pull request.


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/187 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 1/11/2019 **Status:** ✅ Merged **Merged:** 1/11/2019 **Merged by:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/webpack-4.28.4` --- ### 📝 Commits (1) - [`97964dc`](https://github.com/nextcloud/twofactor_gateway/commit/97964dc7af669b2c275fc8e2f5636425ed89a82d) Bump webpack from 4.28.3 to 4.28.4 ### 📊 Changes **2 files changed** (+11 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+10 -15) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [webpack](https://github.com/webpack/webpack) from 4.28.3 to 4.28.4. <details> <summary>Release notes</summary> *Sourced from [webpack's releases](https://github.com/webpack/webpack/releases).* > ## v4.28.4 > # Bugfixes > > * `ProfilingPlugin` creates output path if not existing > * fixed support for arrow function functions for `optimization.minimizer` > * failed hooks is now also called when `run()` fails </details> <details> <summary>Commits</summary> - [`fdb6b13`](https://github.com/webpack/webpack/commit/fdb6b139b94273e5b18870262c193a93f65132e8) 4.28.4 - [`3e147e6`](https://github.com/webpack/webpack/commit/3e147e6caa57348c840e3d3798eb54d1c98705bd) Merge pull request [#8588](https://github-redirect.dependabot.com/webpack/webpack/issues/8588) from hulkish/faster-statement-type-check - [`2a04dee`](https://github.com/webpack/webpack/commit/2a04deed22a41a7b785388a2c6e85a099043cc43) added ExportAllDeclaration, fixed fn signature - [`baf0aa1`](https://github.com/webpack/webpack/commit/baf0aa1c4ef4f16f132cb66d5a63c94a12c1f7ce) Merge pull request [#8581](https://github-redirect.dependabot.com/webpack/webpack/issues/8581) from DanielRuf/tests/increase-jest-timeout - [`41b6887`](https://github.com/webpack/webpack/commit/41b68871431da12950dba7087f64d14f5cf2255c) use faster statement type check - [`af01643`](https://github.com/webpack/webpack/commit/af01643288fbfa50fe76969767785a4bf172b987) Increase Jest timeout for profiling plugin test - [`ccc7db7`](https://github.com/webpack/webpack/commit/ccc7db79bab25ed3ef49435abc8866b63721b8b6) Merge pull request [#8401](https://github-redirect.dependabot.com/webpack/webpack/issues/8401) from shahkashani/fix-for-issue-8398 - [`2e3e2a0`](https://github.com/webpack/webpack/commit/2e3e2a04436ac89874ec5b3ee96e74c43c93402b) Merge pull request [#8544](https://github-redirect.dependabot.com/webpack/webpack/issues/8544) from chuckdumont/work - [`69dea22`](https://github.com/webpack/webpack/commit/69dea22e7abbe8d548c4a4aa148fa35487923142) Merge pull request [#8573](https://github-redirect.dependabot.com/webpack/webpack/issues/8573) from hulkish/fix-minimizer-fn - [`6240cf6`](https://github.com/webpack/webpack/commit/6240cf61f4a83804eb6d35b42119d99baa88a377) added config test case for optimization.minimizer - Additional commits viewable in [compare view](https://github.com/webpack/webpack/compare/v4.28.3...v4.28.4) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=webpack&package-manager=npm_and_yarn&previous-version=4.28.3&new-version=4.28.4)](https://dependabot.com/compatibility-score.html?dependency-name=webpack&package-manager=npm_and_yarn&previous-version=4.28.3&new-version=4.28.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`. [//]: # (dependabot-automerge-start) If all status checks pass Dependabot will automatically merge this pull request. [//]: # (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 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:19 +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#277
No description provided.