[PR #410] [CLOSED] Bump webpack from 4.44.1 to 4.45.0 #462

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/410
Author: @dependabot-preview[bot]
Created: 1/9/2021
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/webpack-4.45.0


📝 Commits (1)

  • c03930a Bump webpack from 4.44.1 to 4.45.0

📊 Changes

2 files changed (+62 additions, -91 deletions)

View changed files

📝 package-lock.json (+61 -90)
📝 package.json (+1 -1)

📄 Description

Bumps webpack from 4.44.1 to 4.45.0.

Release notes

Sourced from webpack's releases.

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
  • 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
  • 811395e Fixed resolve.roots default
  • 2efeb4b 4.44.2
  • 9635616 Merge pull request #11490 from webpack/bugfix/unknown-chunk-4
  • 235b87b make sure to generate correct chunk connection for blocks that are only conne...
  • 4a1f068 Merge pull request #11180 from webpack/test/watch-production-4
  • 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/410 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 1/9/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/webpack-4.45.0` --- ### 📝 Commits (1) - [`c03930a`](https://github.com/nextcloud/twofactor_gateway/commit/c03930a8d40fcc24af888a239074a13113d021e3) Bump webpack from 4.44.1 to 4.45.0 ### 📊 Changes **2 files changed** (+62 additions, -91 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+61 -90) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [webpack](https://github.com/webpack/webpack) from 4.44.1 to 4.45.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.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/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><a href="https://github.com/webpack/webpack/commit/811395eea37f6a38b392b1610974d2978531c15e"><code>811395e</code></a> Fixed resolve.roots default</li> <li><a href="https://github.com/webpack/webpack/commit/2efeb4b5787e868e69233aa9dec469c200fa3b2c"><code>2efeb4b</code></a> 4.44.2</li> <li><a href="https://github.com/webpack/webpack/commit/96356168ff0625ef062714b17c401dfc1337ddf6"><code>9635616</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/11490">#11490</a> from webpack/bugfix/unknown-chunk-4</li> <li><a href="https://github.com/webpack/webpack/commit/235b87bf9c1460506deff35b4d21e79c92172a5d"><code>235b87b</code></a> make sure to generate correct chunk connection for blocks that are only conne...</li> <li><a href="https://github.com/webpack/webpack/commit/4a1f068828c2ab47537d8be30d542cd3a1076db4"><code>4a1f068</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/11180">#11180</a> from webpack/test/watch-production-4</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v4.44.1...v4.45.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.45.0)](https://dependabot.com/compatibility-score/?dependency-name=webpack&package-manager=npm_and_yarn&previous-version=4.44.1&new-version=4.45.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#462
No description provided.