[PR #171] [MERGED] Bump webpack from 4.26.0 to 4.28.3 #264

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

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/171
Author: @dependabot-preview[bot]
Created: 12/31/2018
Status: Merged
Merged: 1/8/2019
Merged by: @ChristophWurst

Base: masterHead: dependabot/npm_and_yarn/webpack-4.28.3


📝 Commits (1)

  • 9716658 Bump webpack from 4.26.0 to 4.28.3

📊 Changes

2 files changed (+75 additions, -63 deletions)

View changed files

📝 package-lock.json (+74 -62)
📝 package.json (+1 -1)

📄 Description

⚠️ Dependabot is rebasing this PR ⚠️

If you make any changes to it yourself then they will take precedence over the rebase.


Bumps webpack from 4.26.0 to 4.28.3.

Release notes

Sourced from webpack's releases.

v4.28.3

Bugfixes

  • ProfilingPlugin creates the output folder if necessary

v4.28.2

Bugfixes

  • fixes a crash when multiple IgnorePlugins are used

v4.28.1

Bugfixes

  • fix error in IgnorePlugin when no contextRegExp is passed

v4.28.0

Features

  • IgnorePlugin: checkResource has an additional context argument

Bugfixes

  • Injection of node.js globals has been disabled for .mjs files as it's crashing

v4.27.1

Bugfixes

  • v4.27.0 accidentially introduced a breaking change. This reverts the change and restores the original behavior for splitChunks enforce.

v4.27.0

Features

  • When using functions as plugins they are now also called with the compiler as parameter
    • This make it possible to use arrow functions as plugins
  • splitChunks.maxSize now emits a warning when minSize > maxSize
  • Loaders have now access to a getResolve method to create their own resolver function with custom options

Bugfixes

  • splitChunks.cacheGroups.xxx.enforce now behaves as documented and enforce chunk creation
  • splitChunks.cacheGroups.xxx.enforce now no longer deletes minSize for maxSize
  • fixes a bug where splitChunks cause cacheGroups to be incorrectly merged when using the same name
    • now conditions are considered per cacheGroup
    • the correct cache group comment is displayed in stats
  • fixes a bug which causes providedExports not to be updated on rebuilds when using export * from

v4.26.1

Bugfixes

  • fix a bug where splitChunks.maxSize causes a hanging build
... (truncated)
Commits
  • 983c261 4.28.3
  • 510abf7 Merge pull request #8565 from NaviMarella/ProfilingPlugin_8503
  • 0128118 Modified Tests as suggested.
  • 5b5f1d4 Made changes as requested
  • eb960cc Fixed Profiling Output path for creating a folder, if it doesn't exists.
  • 3b344f2 Merge pull request #8559 from darrelfrancis/darrelfrancis-patch-1-readme
  • e2abdae Fix minor typos, improve clarity of README
  • fe514dd 4.28.2
  • 899eeff Merge pull request #8542 from webpack/bugfix/ignore-externals
  • bc368c7 fixes #8538
  • 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/171 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 12/31/2018 **Status:** ✅ Merged **Merged:** 1/8/2019 **Merged by:** [@ChristophWurst](https://github.com/ChristophWurst) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/webpack-4.28.3` --- ### 📝 Commits (1) - [`9716658`](https://github.com/nextcloud/twofactor_gateway/commit/9716658f72ea0d270b7c41c5e977b83b576d9b08) Bump webpack from 4.26.0 to 4.28.3 ### 📊 Changes **2 files changed** (+75 additions, -63 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+74 -62) 📝 `package.json` (+1 -1) </details> ### 📄 Description [//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ If you make any changes to it yourself then they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [webpack](https://github.com/webpack/webpack) from 4.26.0 to 4.28.3. <details> <summary>Release notes</summary> *Sourced from [webpack's releases](https://github.com/webpack/webpack/releases).* > ## v4.28.3 > # Bugfixes > > * ProfilingPlugin creates the output folder if necessary > > ## v4.28.2 > # Bugfixes > > * fixes a crash when multiple IgnorePlugins are used > > ## v4.28.1 > # Bugfixes > > * fix error in IgnorePlugin when no contextRegExp is passed > > ## v4.28.0 > # Features > > * IgnorePlugin: `checkResource` has an additional `context` argument > > # Bugfixes > > * Injection of node.js globals has been disabled for `.mjs` files as it's crashing > > ## v4.27.1 > # Bugfixes > > * v4.27.0 accidentially introduced a breaking change. This reverts the change and restores the original behavior for `splitChunks` `enforce`. > > ## v4.27.0 > # Features > > * When using functions as plugins they are now also called with the compiler as parameter > * This make it possible to use arrow functions as plugins > * splitChunks.maxSize now emits a warning when minSize > maxSize > * Loaders have now access to a `getResolve` method to create their own resolver function with custom options > > # Bugfixes > > * splitChunks.cacheGroups.xxx.enforce now behaves as documented and enforce chunk creation > * splitChunks.cacheGroups.xxx.enforce now no longer deletes minSize for maxSize > * fixes a bug where splitChunks cause cacheGroups to be incorrectly merged when using the same name > * now conditions are considered per cacheGroup > * the correct cache group comment is displayed in stats > * fixes a bug which causes providedExports not to be updated on rebuilds when using `export * from` > > ## v4.26.1 > # Bugfixes > > * fix a bug where splitChunks.maxSize causes a hanging build ></table> ... (truncated) </details> <details> <summary>Commits</summary> - [`983c261`](https://github.com/webpack/webpack/commit/983c2616ec1b869bfb659b6331bd2fe2abc66e23) 4.28.3 - [`510abf7`](https://github.com/webpack/webpack/commit/510abf79b99d8584ce3a2871b9aa8569156e2b80) Merge pull request [#8565](https://github-redirect.dependabot.com/webpack/webpack/issues/8565) from NaviMarella/ProfilingPlugin_8503 - [`0128118`](https://github.com/webpack/webpack/commit/01281184d941f58d6de866f74263fe1cf4e66e13) Modified Tests as suggested. - [`5b5f1d4`](https://github.com/webpack/webpack/commit/5b5f1d49b6d349ed0e0a6ef8f138ccbc0a31fd2a) Made changes as requested - [`eb960cc`](https://github.com/webpack/webpack/commit/eb960cc6161357c465bd9e0c460ef1be77587f6e) Fixed Profiling Output path for creating a folder, if it doesn't exists. - [`3b344f2`](https://github.com/webpack/webpack/commit/3b344f24741bf7e55277d7e62134ad4bb64ac945) Merge pull request [#8559](https://github-redirect.dependabot.com/webpack/webpack/issues/8559) from darrelfrancis/darrelfrancis-patch-1-readme - [`e2abdae`](https://github.com/webpack/webpack/commit/e2abdaec7441686550aab64ccbafd38970646f0b) Fix minor typos, improve clarity of README - [`fe514dd`](https://github.com/webpack/webpack/commit/fe514dd975f1d2dd1546906a6f4c0a6b2a0e3761) 4.28.2 - [`899eeff`](https://github.com/webpack/webpack/commit/899eeffa11ae82190e8a90a2534bbe22f990cade) Merge pull request [#8542](https://github-redirect.dependabot.com/webpack/webpack/issues/8542) from webpack/bugfix/ignore-externals - [`bc368c7`](https://github.com/webpack/webpack/commit/bc368c76119d75981b7d9153cd1c3c52c17dc564) fixes [#8538](https://github-redirect.dependabot.com/webpack/webpack/issues/8538) - Additional commits viewable in [compare view](https://github.com/webpack/webpack/compare/v4.26.0...v4.28.3) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=webpack&package-manager=npm_and_yarn&previous-version=4.26.0&new-version=4.28.3)](https://dependabot.com/compatibility-score.html?dependency-name=webpack&package-manager=npm_and_yarn&previous-version=4.26.0&new-version=4.28.3) 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 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:15 +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#264
No description provided.