[PR #620] [CLOSED] Chore(deps-dev): Bump @nextcloud/webpack-vue-config from 5.5.1 to 6.2.0 #633

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

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/620
Author: @dependabot[bot]
Created: 10/12/2024
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/nextcloud/webpack-vue-config-6.2.0


📝 Commits (1)

  • 5a02490 Chore(deps-dev): Bump @nextcloud/webpack-vue-config from 5.5.1 to 6.2.0

📊 Changes

2 files changed (+3124 additions, -2185 deletions)

View changed files

📝 package-lock.json (+3123 -2184)
📝 package.json (+1 -1)

📄 Description

Bumps @nextcloud/webpack-vue-config from 5.5.1 to 6.2.0.

Release notes

Sourced from @​nextcloud/webpack-vue-config's releases.

v6.2.0 - sass-loader v16

v6.2.0 (2024-10-10)

Full Changelog

⚠️ Breaking

Dependencies

v6.1.1

v6.1.1 (2024-09-23)

Full Changelog

🐛 Bug Fix

Dependencies

v6.1.0

v6.1.0 (2024-09-17)

v6.0.1

v6.0.1 (2024-01-29)

Full Changelog

🐛 Bug Fix

Dependencies

... (truncated)

Changelog

Sourced from @​nextcloud/webpack-vue-config's changelog.

v6.2.0 (2024-10-04)

Full Changelog

⚠️ Breaking

Dependencies

v6.1.1 (2024-09-23)

🐛 Bug Fix

v6.1.0 (2024-09-17)

v6.0.1 (2024-01-29)

Full Changelog

🐛 Bug Fix

Dependencies

... (truncated)

Commits
  • db5a018 Merge pull request #616 from nextcloud-libraries/release/v6.2.0
  • 0f7dda2 chore(release): v6.2.0
  • 1d98c90 Merge pull request #618 from nextcloud-libraries/dependabot/npm_and_yarn/babe...
  • 8b1b693 Merge pull request #617 from nextcloud-libraries/dependabot/npm_and_yarn/sass...
  • cb0aa84 chore(deps-dev): Bump @​babel/core from 7.25.2 to 7.25.7
  • afe57cc chore(deps-dev): Bump sass from 1.79.3 to 1.79.4
  • f30e195 Merge pull request #612 from nextcloud-libraries/dependabot/npm_and_yarn/sass...
  • cb84ceb chore(deps-dev): Bump sass-loader from 14.2.1 to 16.0.2
  • 366f9a9 Merge pull request #615 from nextcloud-libraries/dependabot/npm_and_yarn/webp...
  • e27442b chore(deps-dev): Bump webpack from 5.94.0 to 5.95.0
  • Additional commits viewable in compare view

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/620 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/12/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/nextcloud/webpack-vue-config-6.2.0` --- ### 📝 Commits (1) - [`5a02490`](https://github.com/nextcloud/twofactor_gateway/commit/5a024909718055efe5107fb4360959938124cc23) Chore(deps-dev): Bump @nextcloud/webpack-vue-config from 5.5.1 to 6.2.0 ### 📊 Changes **2 files changed** (+3124 additions, -2185 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+3123 -2184) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [@nextcloud/webpack-vue-config](https://github.com/nextcloud-libraries/webpack-vue-config) from 5.5.1 to 6.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nextcloud-libraries/webpack-vue-config/releases"><code>@​nextcloud/webpack-vue-config</code>'s releases</a>.</em></p> <blockquote> <h2>v6.2.0 - sass-loader v16</h2> <h2><a href="https://github.com/nextcloud/webpack-vue-config/tree/v6.2.0">v6.2.0</a> (2024-10-10)</h2> <p><a href="https://github.com/nextcloud-libraries/webpack-vue-config/compare/v6.1.1...v6.2.0">Full Changelog</a></p> <h3>⚠️ Breaking</h3> <ul> <li><code>sass-loader</code> is upgraded from <code>v14</code> to <code>v16</code> with modern Sass JS API. This is not expected to be a breaking change. But it might affect configs with custom <code>sass</code> configuration. See SASS docs for details: <a href="https://sass-lang.com/documentation/js-api/interfaces/legacystringoptions/">https://sass-lang.com/documentation/js-api/interfaces/legacystringoptions/</a></li> </ul> <h3>Dependencies</h3> <ul> <li>chore(deps-dev): Bump <code>@​babel/core</code> from 7.25.2 to 7.25.7 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/webpack-vue-config/pull/618">nextcloud-libraries/webpack-vue-config#618</a></li> <li>chore(deps-dev): Bump sass from 1.79.3 to 1.79.4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/webpack-vue-config/pull/617">nextcloud-libraries/webpack-vue-config#617</a></li> <li>chore(deps-dev): Bump webpack from 5.94.0 to 5.95.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/webpack-vue-config/pull/615">nextcloud-libraries/webpack-vue-config#615</a></li> <li>chore(deps-dev): Bump sass-loader from 14.2.1 to 16.0.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/webpack-vue-config/pull/612">nextcloud-libraries/webpack-vue-config#612</a></li> </ul> <h2>v6.1.1</h2> <h2><a href="https://github.com/nextcloud/webpack-vue-config/tree/v6.1.1">v6.1.1</a> (2024-09-23)</h2> <p><a href="https://github.com/nextcloud-libraries/webpack-vue-config/compare/v6.1.0...v6.1.1">Full Changelog</a></p> <h3>🐛 Bug Fix</h3> <ul> <li>fix: include <code>process</code> Node polyfill by <a href="https://github.com/ShGKme"><code>@​ShGKme</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/webpack-vue-config/pull/613">nextcloud-libraries/webpack-vue-config#613</a></li> </ul> <h3>Dependencies</h3> <ul> <li>chore(deps-dev): Bump sass from 1.78.0 to 1.79.3 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/webpack-vue-config/pull/610">nextcloud-libraries/webpack-vue-config#610</a></li> <li>chore(deps-dev): Bump babel-loader from 9.1.3 to 9.2.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/webpack-vue-config/pull/611">nextcloud-libraries/webpack-vue-config#611</a></li> </ul> <h2>v6.1.0</h2> <h2><a href="https://github.com/nextcloud/webpack-vue-config/tree/v6.1.0">v6.1.0</a> (2024-09-17)</h2> <ul> <li>Update package npm version by <a href="https://github.com/skjnldsv"><code>@​skjnldsv</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/webpack-vue-config/pull/608">nextcloud-libraries/webpack-vue-config#608</a></li> <li>Fix npm audit by <a href="https://github.com/nextcloud-command"><code>@​nextcloud-command</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/webpack-vue-config/pull/609">nextcloud-libraries/webpack-vue-config#609</a></li> <li>Dependencies update</li> </ul> <h2>v6.0.1</h2> <h2><a href="https://github.com/nextcloud/webpack-vue-config/tree/v6.0.1">v6.0.1</a> (2024-01-29)</h2> <p><a href="https://github.com/nextcloud/webpack-vue-config/compare/v5.5.1...v6.0.0">Full Changelog</a></p> <h3>🐛 Bug Fix</h3> <ul> <li>fix: ignore <code>./locale</code> import from <code>moment/min/moment-with-locales</code> by <a href="https://github.com/ShGKme"><code>@​ShGKme</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/webpack-vue-config/pull/533">nextcloud-libraries/webpack-vue-config#533</a></li> </ul> <h3>Dependencies</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nextcloud-libraries/webpack-vue-config/blob/main/CHANGELOG.md"><code>@​nextcloud/webpack-vue-config</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/nextcloud/webpack-vue-config/tree/v6.2.0">v6.2.0</a> (2024-10-04)</h2> <p><a href="https://github.com/nextcloud-libraries/webpack-vue-config/compare/v6.1.1...v6.2.0">Full Changelog</a></p> <h3>⚠️ Breaking</h3> <ul> <li><code>sass-loader</code> is upgraded from <code>v14</code> to <code>v16</code> with modern Sass JS API. This is not expected to be a breaking change. But it might affect configs with custom <code>sass</code> configuration. See SASS docs for details: <a href="https://sass-lang.com/documentation/js-api/interfaces/legacystringoptions/">https://sass-lang.com/documentation/js-api/interfaces/legacystringoptions/</a></li> </ul> <h3>Dependencies</h3> <ul> <li>chore(deps-dev): Bump <code>@​babel/core</code> from 7.25.2 to 7.25.7 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/webpack-vue-config/pull/618">nextcloud-libraries/webpack-vue-config#618</a></li> <li>chore(deps-dev): Bump sass from 1.79.3 to 1.79.4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/webpack-vue-config/pull/617">nextcloud-libraries/webpack-vue-config#617</a></li> <li>chore(deps-dev): Bump webpack from 5.94.0 to 5.95.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/webpack-vue-config/pull/615">nextcloud-libraries/webpack-vue-config#615</a></li> <li>chore(deps-dev): Bump sass-loader from 14.2.1 to 16.0.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/webpack-vue-config/pull/612">nextcloud-libraries/webpack-vue-config#612</a></li> </ul> <h2><a href="https://github.com/nextcloud/webpack-vue-config/tree/v6.1.1">v6.1.1</a> (2024-09-23)</h2> <h3>🐛 Bug Fix</h3> <ul> <li>fix: include <code>process</code> Node polyfill by <a href="https://github.com/ShGKme"><code>@​ShGKme</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/webpack-vue-config/pull/613">nextcloud-libraries/webpack-vue-config#613</a></li> </ul> <h2><a href="https://github.com/nextcloud/webpack-vue-config/tree/v6.1.0">v6.1.0</a> (2024-09-17)</h2> <ul> <li>Update package npm version by <a href="https://github.com/skjnldsv"><code>@​skjnldsv</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/webpack-vue-config/pull/608">nextcloud-libraries/webpack-vue-config#608</a></li> <li>Fix npm audit by <a href="https://github.com/nextcloud-command"><code>@​nextcloud-command</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/webpack-vue-config/pull/609">nextcloud-libraries/webpack-vue-config#609</a></li> <li>Dependencies update</li> </ul> <h2><a href="https://github.com/nextcloud/webpack-vue-config/tree/v6.0.1">v6.0.1</a> (2024-01-29)</h2> <p><a href="https://github.com/nextcloud/webpack-vue-config/compare/v5.5.1...v6.0.0">Full Changelog</a></p> <h3>🐛 Bug Fix</h3> <ul> <li>fix: ignore <code>./locale</code> import from <code>moment/min/moment-with-locales</code> by <a href="https://github.com/ShGKme"><code>@​ShGKme</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/webpack-vue-config/pull/533">nextcloud-libraries/webpack-vue-config#533</a></li> </ul> <h3>Dependencies</h3> <ul> <li>chore(deps-dev): Bump sass from 1.65.1 to 1.66.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/webpack-vue-config/pull/492">nextcloud-libraries/webpack-vue-config#492</a></li> <li>chore(deps-dev): Bump <code>@​babel/core</code> from 7.22.10 to 7.22.11 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/webpack-vue-config/pull/494">nextcloud-libraries/webpack-vue-config#494</a></li> <li>chore(deps-dev): Bump vue-loader from 15.10.1 to 15.10.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/webpack-vue-config/pull/495">nextcloud-libraries/webpack-vue-config#495</a></li> <li>chore(deps-dev): Bump <code>@​babel/core</code> from 7.22.11 to 7.22.17 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/webpack-vue-config/pull/496">nextcloud-libraries/webpack-vue-config#496</a></li> <li>chore(deps-dev): Bump <code>@​babel/core</code> from 7.22.17 to 7.22.19 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/webpack-vue-config/pull/497">nextcloud-libraries/webpack-vue-config#497</a></li> <li>chore(deps-dev): Bump sass from 1.66.1 to 1.67.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/webpack-vue-config/pull/498">nextcloud-libraries/webpack-vue-config#498</a></li> <li>chore(deps-dev): Bump <code>@​babel/core</code> from 7.22.19 to 7.22.20 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/webpack-vue-config/pull/499">nextcloud-libraries/webpack-vue-config#499</a></li> <li>chore(deps-dev): Bump sass from 1.67.0 to 1.68.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/webpack-vue-config/pull/500">nextcloud-libraries/webpack-vue-config#500</a></li> <li>chore(deps-dev): Bump <code>@​nextcloud/eslint-config</code> from 8.2.1 to 8.3.0 in /tests by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/webpack-vue-config/pull/501">nextcloud-libraries/webpack-vue-config#501</a></li> <li>chore(deps-dev): Bump <code>@​babel/core</code> from 7.22.20 to 7.23.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/webpack-vue-config/pull/502">nextcloud-libraries/webpack-vue-config#502</a></li> <li>chore(deps-dev): Bump sass from 1.68.0 to 1.69.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/webpack-vue-config/pull/503">nextcloud-libraries/webpack-vue-config#503</a></li> <li>chore(deps): Bump postcss from 8.4.26 to 8.4.31 in /tests by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/webpack-vue-config/pull/504">nextcloud-libraries/webpack-vue-config#504</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nextcloud-libraries/webpack-vue-config/commit/db5a0186a692bb7936b7f8905b8a66a0e06e2e41"><code>db5a018</code></a> Merge pull request <a href="https://redirect.github.com/nextcloud-libraries/webpack-vue-config/issues/616">#616</a> from nextcloud-libraries/release/v6.2.0</li> <li><a href="https://github.com/nextcloud-libraries/webpack-vue-config/commit/0f7dda293767b3b45494d853ec6f134bb64f44ef"><code>0f7dda2</code></a> chore(release): v6.2.0</li> <li><a href="https://github.com/nextcloud-libraries/webpack-vue-config/commit/1d98c9033fad4e22b9cb2fd57160619e411605e1"><code>1d98c90</code></a> Merge pull request <a href="https://redirect.github.com/nextcloud-libraries/webpack-vue-config/issues/618">#618</a> from nextcloud-libraries/dependabot/npm_and_yarn/babe...</li> <li><a href="https://github.com/nextcloud-libraries/webpack-vue-config/commit/8b1b693d23d23f07f27de5a5f80a0fbd9dddf05d"><code>8b1b693</code></a> Merge pull request <a href="https://redirect.github.com/nextcloud-libraries/webpack-vue-config/issues/617">#617</a> from nextcloud-libraries/dependabot/npm_and_yarn/sass...</li> <li><a href="https://github.com/nextcloud-libraries/webpack-vue-config/commit/cb0aa847142ab874891ec6d17f6b0a44469bf825"><code>cb0aa84</code></a> chore(deps-dev): Bump <code>@​babel/core</code> from 7.25.2 to 7.25.7</li> <li><a href="https://github.com/nextcloud-libraries/webpack-vue-config/commit/afe57cc5f819e2b0dc5c9e5a5aee73ad59508d28"><code>afe57cc</code></a> chore(deps-dev): Bump sass from 1.79.3 to 1.79.4</li> <li><a href="https://github.com/nextcloud-libraries/webpack-vue-config/commit/f30e19534edad31b8e6c0d7266baeecaac83589e"><code>f30e195</code></a> Merge pull request <a href="https://redirect.github.com/nextcloud-libraries/webpack-vue-config/issues/612">#612</a> from nextcloud-libraries/dependabot/npm_and_yarn/sass...</li> <li><a href="https://github.com/nextcloud-libraries/webpack-vue-config/commit/cb84ceb4fa11a2a25246251b0f0258e63f5760ec"><code>cb84ceb</code></a> chore(deps-dev): Bump sass-loader from 14.2.1 to 16.0.2</li> <li><a href="https://github.com/nextcloud-libraries/webpack-vue-config/commit/366f9a9ba36f0f95f98a141ed05d2d2568445992"><code>366f9a9</code></a> Merge pull request <a href="https://redirect.github.com/nextcloud-libraries/webpack-vue-config/issues/615">#615</a> from nextcloud-libraries/dependabot/npm_and_yarn/webp...</li> <li><a href="https://github.com/nextcloud-libraries/webpack-vue-config/commit/e27442b5c3d65e623202c1112fbb42ccef14b54a"><code>e27442b</code></a> chore(deps-dev): Bump webpack from 5.94.0 to 5.95.0</li> <li>Additional commits viewable in <a href="https://github.com/nextcloud-libraries/webpack-vue-config/compare/v5.5.1...v6.2.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@nextcloud/webpack-vue-config&package-manager=npm_and_yarn&previous-version=5.5.1&new-version=6.2.0)](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:40 +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#633
No description provided.