[PR #325] [MERGED] Bump webpack from 4.41.5 to 4.41.6 #389

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

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/325
Author: @dependabot-preview[bot]
Created: 2/16/2020
Status: Merged
Merged: 2/25/2020
Merged by: @ChristophWurst

Base: masterHead: dependabot/npm_and_yarn/webpack-4.41.6


📝 Commits (1)

  • 9f0225d Bump webpack from 4.41.5 to 4.41.6

📊 Changes

2 files changed (+29 additions, -23 deletions)

View changed files

📝 package-lock.json (+28 -22)
📝 package.json (+1 -1)

📄 Description

Bumps webpack from 4.41.5 to 4.41.6.

Release notes

Sourced from webpack's releases.

v4.41.6

Bugfixes

  • Windows network paths are considered as absolute paths
  • fix hanging of FlagDependencyExportsPlugin when using export * in a circular matter
Commits
  • 71be3bf 4.41.6
  • 0b8ef22 Merge pull request #10344 from webpack/bugfix/hang-circular-reexport
  • 614ea54 only retrigger flagging exports in dependencies when exports really changed
  • 627510d Merge pull request #10255 from jeffin143/fix-10247
  • e826575 correct windows paths must use \ and not /
  • 5e9f083 Merge pull request #10240 from jeffin143/fix-10217
  • d8c74b6 fix: better handle absolute paths
  • ef73991 update webpackOption.d.ts
  • 2101892 add chunkid declaration
  • 4bb706f Fix lint issue
  • 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/325 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 2/16/2020 **Status:** ✅ Merged **Merged:** 2/25/2020 **Merged by:** [@ChristophWurst](https://github.com/ChristophWurst) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/webpack-4.41.6` --- ### 📝 Commits (1) - [`9f0225d`](https://github.com/nextcloud/twofactor_gateway/commit/9f0225df3856b48aa8fc5565bfdbb0dfa27f4f94) Bump webpack from 4.41.5 to 4.41.6 ### 📊 Changes **2 files changed** (+29 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+28 -22) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [webpack](https://github.com/webpack/webpack) from 4.41.5 to 4.41.6. <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.41.6</h2> <h1>Bugfixes</h1> <ul> <li>Windows network paths are considered as absolute paths</li> <li>fix hanging of FlagDependencyExportsPlugin when using <code>export *</code> in a circular matter</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack/commit/71be3bfa45a55aa8ea1b954ab1302565bb073bbc"><code>71be3bf</code></a> 4.41.6</li> <li><a href="https://github.com/webpack/webpack/commit/0b8ef227213d506945befa2ae7fcd3d5537ff529"><code>0b8ef22</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/10344">#10344</a> from webpack/bugfix/hang-circular-reexport</li> <li><a href="https://github.com/webpack/webpack/commit/614ea541a5f086476205f07dae1a8077e9cc41eb"><code>614ea54</code></a> only retrigger flagging exports in dependencies when exports really changed</li> <li><a href="https://github.com/webpack/webpack/commit/627510d7e72582463d76608fe3cda5a70ea17a12"><code>627510d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/10255">#10255</a> from jeffin143/fix-10247</li> <li><a href="https://github.com/webpack/webpack/commit/e82657584c34351e245b3baf08fd0bf344d38f59"><code>e826575</code></a> correct windows paths must use \ and not /</li> <li><a href="https://github.com/webpack/webpack/commit/5e9f0839b6ebeaf14e622ab2f68366e2a3a42044"><code>5e9f083</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/10240">#10240</a> from jeffin143/fix-10217</li> <li><a href="https://github.com/webpack/webpack/commit/d8c74b68d521c2d9632356e4435a8feb4f3229f3"><code>d8c74b6</code></a> fix: better handle absolute paths</li> <li><a href="https://github.com/webpack/webpack/commit/ef739915c2a88d6d8f8247f0f3c1fb4ba20908d7"><code>ef73991</code></a> update webpackOption.d.ts</li> <li><a href="https://github.com/webpack/webpack/commit/2101892e3c3ee435d2ef2be7a42482413970ccc8"><code>2101892</code></a> add chunkid declaration</li> <li><a href="https://github.com/webpack/webpack/commit/4bb706fbd6b90e32396ee973180eef89ce43db88"><code>4bb706f</code></a> Fix lint issue</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v4.41.5...v4.41.6">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.41.5&new-version=4.41.6)](https://dependabot.com/compatibility-score/?dependency-name=webpack&package-manager=npm_and_yarn&previous-version=4.41.5&new-version=4.41.6) 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:33 +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#389
No description provided.