[PR #142] [MERGED] Bump webpack from 4.24.0 to 4.25.1 #238

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

📋 Pull Request Information

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

Base: masterHead: dependabot/npm_and_yarn/webpack-4.25.1


📝 Commits (1)

  • 9d9f012 Bump webpack from 4.24.0 to 4.25.1

📊 Changes

2 files changed (+5 additions, -5 deletions)

View changed files

📝 package-lock.json (+4 -4)
📝 package.json (+1 -1)

📄 Description

Bumps webpack from 4.24.0 to 4.25.1.

Release notes

Sourced from webpack's releases.

v4.25.1

Bugfixes

  • fix replacement of compile-time constant expression when expression is a wrapped expression (string prefix and/or suffix).

v4.25.0

Features

  • add format option to DllPlugin to allow generating formated manifest json
  • add flags to ProgressPlugin to add and remove information
    • entrypoint counter was added, but disabled by default to avoid breaking change

Bugfixes

  • fix code generation for context dependencies when replacing compile-time constant expressions
  • disable the effect of the ProvidePlugin for .mjs
Commits

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/142 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 11/6/2018 **Status:** ✅ Merged **Merged:** 11/6/2018 **Merged by:** [@ChristophWurst](https://github.com/ChristophWurst) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/webpack-4.25.1` --- ### 📝 Commits (1) - [`9d9f012`](https://github.com/nextcloud/twofactor_gateway/commit/9d9f012902fb6434844ae91acaf9c5145125a0a7) Bump webpack from 4.24.0 to 4.25.1 ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+4 -4) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [webpack](https://github.com/webpack/webpack) from 4.24.0 to 4.25.1. <details> <summary>Release notes</summary> *Sourced from [webpack's releases](https://github.com/webpack/webpack/releases).* > ## v4.25.1 > # Bugfixes > > * fix replacement of compile-time constant expression when expression is a wrapped expression (string prefix and/or suffix). > > ## v4.25.0 > # Features > > * add `format` option to `DllPlugin` to allow generating formated manifest json > * add flags to `ProgressPlugin` to add and remove information > * entrypoint counter was added, but disabled by default to avoid breaking change > > # Bugfixes > > * fix code generation for context dependencies when replacing compile-time constant expressions > * disable the effect of the ProvidePlugin for `.mjs` </details> <details> <summary>Commits</summary> - [`2361995`](https://github.com/webpack/webpack/commit/2361995a429794d372d61e3fb628dea3929e0ca4) 4.25.1 - [`e2a2016`](https://github.com/webpack/webpack/commit/e2a20160df3a64faa33512bf9451fd7440578674) Merge pull request [#8338](https://github-redirect.dependabot.com/webpack/webpack/issues/8338) from webpack/bugfix/issue-8293 - [`babe736`](https://github.com/webpack/webpack/commit/babe736cfa1ef7e8014ed32ba4a4ec38049dce14) replace prefix/postfix even when equal for wrapped context - [`dcd0d59`](https://github.com/webpack/webpack/commit/dcd0d59d6242c887951388009dae5303f5733232) test for [#8293](https://github-redirect.dependabot.com/webpack/webpack/issues/8293) - [`af123a8`](https://github.com/webpack/webpack/commit/af123a81ee1438c8475aa9aff19857a5bfa3b694) Merge pull request [#8334](https://github-redirect.dependabot.com/webpack/webpack/issues/8334) from webpack/bugfix/lint - [`36eb0bb`](https://github.com/webpack/webpack/commit/36eb0bb1da665671919abcf528c90b6f3b330a8e) move azure specific commands to azure-pipelines.yml - [`290094e`](https://github.com/webpack/webpack/commit/290094e10a990aa3fd8073b02b4dc57781f924d7) 4.25.0 - [`355590e`](https://github.com/webpack/webpack/commit/355590e7c45508b545bb0ba546bf06e8729809fa) Merge pull request [#8250](https://github-redirect.dependabot.com/webpack/webpack/issues/8250) from Aladdin-ADD/patch-3 - [`0293c3a`](https://github.com/webpack/webpack/commit/0293c3a5ee6e41d04f4c5e1fb0607fdb7a0b38a8) Merge pull request [#8279](https://github-redirect.dependabot.com/webpack/webpack/issues/8279) from smelukov/support-entry-progress - [`1ea411b`](https://github.com/webpack/webpack/commit/1ea411baad74fd45a5a97b1e5584f283864ab1e8) Merge pull request [#8139](https://github-redirect.dependabot.com/webpack/webpack/issues/8139) from NaviMarella/FormatManifest - Additional commits viewable in [compare view](https://github.com/webpack/webpack/compare/v4.24.0...v4.25.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=webpack&package-manager=npm_and_yarn&previous-version=4.24.0&new-version=4.25.1)](https://dependabot.com/compatibility-score.html?dependency-name=webpack&package-manager=npm_and_yarn&previous-version=4.24.0&new-version=4.25.1) 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:06 +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#238
No description provided.