[PR #150] [CLOSED] Bump webpack from 4.26.0 to 4.26.1 #246

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

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/150
Author: @dependabot-preview[bot]
Created: 11/26/2018
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/webpack-4.26.1


📝 Commits (1)

  • 8d8b585 Bump webpack from 4.26.0 to 4.26.1

📊 Changes

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

View changed files

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

📄 Description

Bumps webpack from 4.26.0 to 4.26.1.

Release notes

Sourced from webpack's releases.

v4.26.1

Bugfixes

  • fix a bug where splitChunks.maxSize causes a hanging build
  • fix a bug where splitChunks.maxSize crashes when minSize > maxSize
  • fix a edgecase where splitChunks.maxSize can cause chunks bigger than minSize
  • remove unnecessary code from global builtin
Commits
  • 8e841fe 4.26.1
  • 11afdbd Merge pull request #8417 from webpack/bugfix/split-chunks-min-size
  • cbeaf70 prevent groups with size < minSize
  • a1d4802 Merge pull request #8416 from webpack/bugfix/split-chunks-zero-min
  • 32961f2 while grouping nodes include at least one node on each side
  • fa56ec8 Merge pull request #8410 from webpack/bugfix/max-size-lt-min-size
  • fd2133b handle case when minSize > maxSize
  • 614a6fc Merge pull request #8385 from hax/patch-1
  • 48f0604 Drop unuseful eval call
  • See full diff 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/150 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 11/26/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/webpack-4.26.1` --- ### 📝 Commits (1) - [`8d8b585`](https://github.com/nextcloud/twofactor_gateway/commit/8d8b585d3635d4c0e88e50f818d1b21087b64b47) Bump webpack from 4.26.0 to 4.26.1 ### 📊 Changes **2 files changed** (+17 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+16 -10) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [webpack](https://github.com/webpack/webpack) from 4.26.0 to 4.26.1. <details> <summary>Release notes</summary> *Sourced from [webpack's releases](https://github.com/webpack/webpack/releases).* > ## v4.26.1 > # Bugfixes > > * fix a bug where splitChunks.maxSize causes a hanging build > * fix a bug where splitChunks.maxSize crashes when minSize > maxSize > * fix a edgecase where splitChunks.maxSize can cause chunks bigger than minSize > * remove unnecessary code from global builtin </details> <details> <summary>Commits</summary> - [`8e841fe`](https://github.com/webpack/webpack/commit/8e841feda3ef32c64df1a175d0d9f71e47cfbe8e) 4.26.1 - [`11afdbd`](https://github.com/webpack/webpack/commit/11afdbd3b477de448e2177709f4fc5d01b7d9a30) Merge pull request [#8417](https://github-redirect.dependabot.com/webpack/webpack/issues/8417) from webpack/bugfix/split-chunks-min-size - [`cbeaf70`](https://github.com/webpack/webpack/commit/cbeaf70dfdbb571caf7d220e1cca8d80ad0dd1e5) prevent groups with size < minSize - [`a1d4802`](https://github.com/webpack/webpack/commit/a1d480227553f5b3e5787078ec341c0961c6426a) Merge pull request [#8416](https://github-redirect.dependabot.com/webpack/webpack/issues/8416) from webpack/bugfix/split-chunks-zero-min - [`32961f2`](https://github.com/webpack/webpack/commit/32961f2aac213f4839c64349ad5fb4ba774e7f7f) while grouping nodes include at least one node on each side - [`fa56ec8`](https://github.com/webpack/webpack/commit/fa56ec880f352c77cd29d21a748e6e6c066c7ea7) Merge pull request [#8410](https://github-redirect.dependabot.com/webpack/webpack/issues/8410) from webpack/bugfix/max-size-lt-min-size - [`fd2133b`](https://github.com/webpack/webpack/commit/fd2133bc5b1d79f6bd6fb92f9d7453696d26cd60) handle case when minSize > maxSize - [`614a6fc`](https://github.com/webpack/webpack/commit/614a6fc0109a702ee64ca0b0982a0d638b1b6ca1) Merge pull request [#8385](https://github-redirect.dependabot.com/webpack/webpack/issues/8385) from hax/patch-1 - [`48f0604`](https://github.com/webpack/webpack/commit/48f06041d1de23c2455f53206668b2b8579b85d0) Drop unuseful `eval` call - See full diff in [compare view](https://github.com/webpack/webpack/compare/v4.26.0...v4.26.1) </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.26.1)](https://dependabot.com/compatibility-score.html?dependency-name=webpack&package-manager=npm_and_yarn&previous-version=4.26.0&new-version=4.26.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`. If all status checks pass Dependabot will automatically merge this pull request. --- <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:08 +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#246
No description provided.