[PR #412] [CLOSED] Bump webpack from 4.44.1 to 4.46.0 #461

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

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/412
Author: @dependabot-preview[bot]
Created: 1/16/2021
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/webpack-4.46.0


📝 Commits (1)

  • 10330f9 Bump webpack from 4.44.1 to 4.46.0

📊 Changes

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

View changed files

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

📄 Description

⚠️ Dependabot Preview has been deactivated ⚠️

This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to dependabot commands nor will it be automatically closed if a new version is found.

If you close this pull request, Dependabot will re-create it the next time it checks for updates and everything will work as expected.


Bumps webpack from 4.44.1 to 4.46.0.

Release notes

Sourced from webpack's releases.

v4.46.0

Bugfixes

  • fix behavior of defaults for resolve.roots to be backward-compatible

v4.45.0

Features

  • resolve server-relative requests relative to project context by default

Bugfixes

  • fix a bug where splitChunk minSize is not handled correctly
  • fix a bug where the order of splitChunk cacheGroups is not handled correctly

v4.44.2

Bugfixes

  • make sure to generate correct chunk connection for blocks that are only connected in some runtimes
    • fixes a bug where filename contains undefined hash at runtime
Commits
  • 444e59f 4.46.0
  • 758bb25 Merge pull request #12387 from webpack/bugfix/12386
  • 79de1a2 enable backward-compatibility for resolve.roots
  • ef75c04 Fix filename in azure pipeline
  • 7714953 add test case
  • 0331322 4.45.0
  • e43bb4b Merge pull request #12372 from webpack/bugfix/split-chunks-min-size-4
  • 4de8451 fix bug where cacheGroup index was inverted
  • 3f69f3c fix bug where module size is added multiple times to the split chunk info
  • c572c15 Merge pull request #11831 from Pyrolistical/patch-1
  • 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 squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 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/412 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 1/16/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/webpack-4.46.0` --- ### 📝 Commits (1) - [`10330f9`](https://github.com/nextcloud/twofactor_gateway/commit/10330f907b54a91314e9ab913547c3b04b33d9a7) Bump webpack from 4.44.1 to 4.46.0 ### 📊 Changes **2 files changed** (+69 additions, -75 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+68 -74) 📝 `package.json` (+1 -1) </details> ### 📄 Description [//]: # (dependabot-start) ⚠️ **Dependabot Preview has been deactivated** ⚠️ This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to `dependabot` commands nor will it be automatically closed if a new version is found. If you close this pull request, Dependabot will re-create it the next time it checks for updates and everything will work as expected. --- [//]: # (dependabot-end) Bumps [webpack](https://github.com/webpack/webpack) from 4.44.1 to 4.46.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack/releases">webpack's releases</a>.</em></p> <blockquote> <h2>v4.46.0</h2> <h1>Bugfixes</h1> <ul> <li>fix behavior of defaults for <code>resolve.roots</code> to be backward-compatible</li> </ul> <h2>v4.45.0</h2> <h1>Features</h1> <ul> <li>resolve server-relative requests relative to project context by default</li> </ul> <h1>Bugfixes</h1> <ul> <li>fix a bug where <code>splitChunk</code> <code>minSize</code> is not handled correctly</li> <li>fix a bug where the order of <code>splitChunk</code> <code>cacheGroups</code> is not handled correctly</li> </ul> <h2>v4.44.2</h2> <h1>Bugfixes</h1> <ul> <li>make sure to generate correct chunk connection for blocks that are only connected in some runtimes <ul> <li>fixes a bug where filename contains undefined hash at runtime</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack/commit/444e59f8a427f94f0064cae6765e5a3c4b78596d"><code>444e59f</code></a> 4.46.0</li> <li><a href="https://github.com/webpack/webpack/commit/758bb253528cf9840eb7eb1bb0f1552d79492f7a"><code>758bb25</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/12387">#12387</a> from webpack/bugfix/12386</li> <li><a href="https://github.com/webpack/webpack/commit/79de1a2166272ce8692fd1e9cc80a0762b983d22"><code>79de1a2</code></a> enable backward-compatibility for resolve.roots</li> <li><a href="https://github.com/webpack/webpack/commit/ef75c040709f646f4b9b6b3b5359ca99141c7511"><code>ef75c04</code></a> Fix filename in azure pipeline</li> <li><a href="https://github.com/webpack/webpack/commit/77149535e8475259e67be0938b7857693e68ad3b"><code>7714953</code></a> add test case</li> <li><a href="https://github.com/webpack/webpack/commit/03313223fd4a0d4e570b8c79971e61b28cb3aeae"><code>0331322</code></a> 4.45.0</li> <li><a href="https://github.com/webpack/webpack/commit/e43bb4b956d5f8fe3120c313b226d7c3a084d53f"><code>e43bb4b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/12372">#12372</a> from webpack/bugfix/split-chunks-min-size-4</li> <li><a href="https://github.com/webpack/webpack/commit/4de8451af5be200528c11be0bb5641afeaa198cf"><code>4de8451</code></a> fix bug where cacheGroup index was inverted</li> <li><a href="https://github.com/webpack/webpack/commit/3f69f3c50a7053cd659463221cf6b305812b97db"><code>3f69f3c</code></a> fix bug where module size is added multiple times to the split chunk info</li> <li><a href="https://github.com/webpack/webpack/commit/c572c15a413ef7d086b52ccc78d9512a192954d7"><code>c572c15</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/11831">#11831</a> from Pyrolistical/patch-1</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v4.44.1...v4.46.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=webpack&package-manager=npm_and_yarn&previous-version=4.44.1&new-version=4.46.0)](https://dependabot.com/compatibility-score/?dependency-name=webpack&package-manager=npm_and_yarn&previous-version=4.44.1&new-version=4.46.0) 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 squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 06:30:54 +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#461
No description provided.