[PR #612] [CLOSED] Chore(deps-dev): Bump webpack-merge from 5.9.0 to 6.0.1 #626

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

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/612
Author: @dependabot[bot]
Created: 9/28/2024
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/webpack-merge-6.0.1


📝 Commits (1)

  • 5970dbd Chore(deps-dev): Bump webpack-merge from 5.9.0 to 6.0.1

📊 Changes

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

View changed files

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

📄 Description

Bumps webpack-merge from 5.9.0 to 6.0.1.

Changelog

Sourced from webpack-merge's changelog.

6.0.1 / 2024-07-02

  • Fix - Restore usage of clone-deep as there was a corner case where structuredClone did not work as expected. #214

6.0.0 / 2024-07-02

  • Chore - Update internal dependencies. As a result, the package needs at least Node 18 to run.
  • Chore - Use structuredClone over clone-deep dependency since it is included to Node 18 or above. #214

5.10.0 / 2023-10-16

  • Feat - Support object/array-formed condition for mergeWithRules. #212
Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note

Automatic rebases have been disabled on this pull request as it has been open for over 30 days.


🔄 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/612 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/28/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/webpack-merge-6.0.1` --- ### 📝 Commits (1) - [`5970dbd`](https://github.com/nextcloud/twofactor_gateway/commit/5970dbd771ed62ee756d54e12249119005010e85) Chore(deps-dev): Bump webpack-merge from 5.9.0 to 6.0.1 ### 📊 Changes **2 files changed** (+61 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+60 -16) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [webpack-merge](https://github.com/survivejs/webpack-merge) from 5.9.0 to 6.0.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/survivejs/webpack-merge/blob/develop/CHANGELOG.md">webpack-merge's changelog</a>.</em></p> <blockquote> <h2>6.0.1 / 2024-07-02</h2> <ul> <li>Fix - Restore usage of <code>clone-deep</code> as there was a corner case where <code>structuredClone</code> did not work as expected. <a href="https://redirect.github.com/survivejs/webpack-merge/issues/214">#214</a></li> </ul> <h2>6.0.0 / 2024-07-02</h2> <ul> <li>Chore - Update internal dependencies. As a result, the package needs at least Node 18 to run.</li> <li>Chore - Use <code>structuredClone</code> over <code>clone-deep</code> dependency since it is included to Node 18 or above. <a href="https://redirect.github.com/survivejs/webpack-merge/issues/214">#214</a></li> </ul> <h2>5.10.0 / 2023-10-16</h2> <ul> <li>Feat - Support object/array-formed condition for <code>mergeWithRules</code>. <a href="https://redirect.github.com/survivejs/webpack-merge/issues/212">#212</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/survivejs/webpack-merge/commit/2f610b9c2da066cc5d035ee83db84e22b7d42fb3"><code>2f610b9</code></a> 6.0.1</li> <li><a href="https://github.com/survivejs/webpack-merge/commit/8caf9a50476fc370e552afa8325d605745c3afa0"><code>8caf9a5</code></a> chore: Update changelog</li> <li><a href="https://github.com/survivejs/webpack-merge/commit/315d4743a147eedc8edd715529e58974551873d3"><code>315d474</code></a> 6.0.0</li> <li><a href="https://github.com/survivejs/webpack-merge/commit/cf37468f2887a0821586539b89cc7529415c14bb"><code>cf37468</code></a> chore: Update changelog</li> <li><a href="https://github.com/survivejs/webpack-merge/commit/882294a27987198590e05efeb824d4e56b0004de"><code>882294a</code></a> fix: Remove <code>clone-deep</code> dependency in favor of native <code>structuredClone</code> (<a href="https://redirect.github.com/survivejs/webpack-merge/issues/214">#214</a>)</li> <li><a href="https://github.com/survivejs/webpack-merge/commit/db2547ee4513087b6147b92d57dde68bc901bf90"><code>db2547e</code></a> chore: Update internal tooling</li> <li><a href="https://github.com/survivejs/webpack-merge/commit/99b62a2d40dfab941ba47117deb359ec1984fa38"><code>99b62a2</code></a> chore: Update lock file</li> <li><a href="https://github.com/survivejs/webpack-merge/commit/0c018ef043c5b3d4fd12f0039ea070a7488aebce"><code>0c018ef</code></a> 5.10.0</li> <li><a href="https://github.com/survivejs/webpack-merge/commit/c195885d0b3384d6ca3c5f6940539fba5dbfe5b4"><code>c195885</code></a> chore: Update change log</li> <li><a href="https://github.com/survivejs/webpack-merge/commit/3a6cbf4aff84dc387e9237a9f13b75c2b47116ad"><code>3a6cbf4</code></a> fix: support object/array-formed condition (<a href="https://redirect.github.com/survivejs/webpack-merge/issues/212">#212</a>) (<a href="https://redirect.github.com/survivejs/webpack-merge/issues/213">#213</a>)</li> <li>Additional commits viewable in <a href="https://github.com/survivejs/webpack-merge/compare/v5.9.0...v6.0.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-merge&package-manager=npm_and_yarn&previous-version=5.9.0&new-version=6.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 06:31:39 +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#626
No description provided.