[PR #614] [CLOSED] Chore(deps-dev): Bump @nextcloud/eslint-config from 8.3.0-beta.0 to 8.4.1 #625

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/614
Author: @dependabot[bot]
Created: 9/28/2024
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/nextcloud/eslint-config-8.4.1


📝 Commits (1)

  • 4125c4b Chore(deps-dev): Bump @nextcloud/eslint-config

📊 Changes

2 files changed (+1363 additions, -1460 deletions)

View changed files

📝 package-lock.json (+1362 -1459)
📝 package.json (+1 -1)

📄 Description

Bumps @nextcloud/eslint-config from 8.3.0-beta.0 to 8.4.1.

Release notes

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

v8.4.1

v8.4.1 (2024-05-16)

Full Changelog

Fixes

Changed

v8.4.0

v8.4.0 (2024-05-15)

Full Changelog

Features

  • 🚀 Vue 3 support: There is a new sub-configuration for projects using Vue 3 🚀

v8.3.0

v8.3.0 (2023-09-24)

Full Changelog

Features

Fixes

Changed

v8.3.0-beta.2

... (truncated)

Changelog

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

v8.4.1 (2024-05-16)

Full Changelog

Fixes

Changed

v8.4.0 (2024-05-15)

Features

  • Vue 3 support: There is a new sub-configuration for projects using Vue 3

v8.3.0 (2023-09-25)

Full Changelog

Features

Fixes

Changed

v8.2.1 (2023-01-30)

Full Changelog

Fixed:

... (truncated)

Commits
  • 17ca2c0 Merge pull request #772 from nextcloud-libraries/release/v8.4.1
  • a61c76e release: v8.4.1
  • 3a00b1b Merge pull request #770 from nextcloud-libraries/fix/vue3-part
  • 049cd90 Merge pull request #771 from nextcloud-libraries/fix/vue3-less-diff-with-vue2
  • 06bfbf4 fix(vue3): align rules with Vue 2 rules
  • 05bd142 fix(vue3): use correct plugin name for vue 3 rules
  • e3e06f4 fix(vue3): typo warning -> warn
  • 10ff104 Merge pull request #769 from nextcloud-libraries/dependabot/npm_and_yarn/esli...
  • c9db970 build(deps-dev): Bump eslint-plugin-jsdoc from 48.2.4 to 48.2.5
  • b656ac2 fix: Update NPM to LTS version 10 for Node 20
  • 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/614 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/28/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/nextcloud/eslint-config-8.4.1` --- ### 📝 Commits (1) - [`4125c4b`](https://github.com/nextcloud/twofactor_gateway/commit/4125c4b1a1d27fe50f0e682ce5ec75881f3de776) Chore(deps-dev): Bump @nextcloud/eslint-config ### 📊 Changes **2 files changed** (+1363 additions, -1460 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+1362 -1459) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [@nextcloud/eslint-config](https://github.com/nextcloud-libraries/eslint-config) from 8.3.0-beta.0 to 8.4.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nextcloud-libraries/eslint-config/releases"><code>@​nextcloud/eslint-config</code>'s releases</a>.</em></p> <blockquote> <h2>v8.4.1</h2> <h2><a href="https://github.com/nextcloud-libraries/eslint-config/tree/v8.4.1">v8.4.1</a> (2024-05-16)</h2> <p><a href="https://github.com/nextcloud-libraries/eslint-config/compare/v8.4.0...v8.4.1">Full Changelog</a></p> <h3>Fixes</h3> <ul> <li>fix(vue3): align rules with Vue 2 rules by <a href="https://github.com/ShGKme"><code>@​ShGKme</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/eslint-config/pull/771">nextcloud-libraries/eslint-config#771</a></li> <li>fix(vue3): config crashes ESLint by <a href="https://github.com/ShGKme"><code>@​ShGKme</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/eslint-config/pull/770">nextcloud-libraries/eslint-config#770</a></li> </ul> <h3>Changed</h3> <ul> <li>build(deps-dev): Bump eslint-plugin-jsdoc from 48.2.4 to 48.2.5 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/eslint-config/pull/769">nextcloud-libraries/eslint-config#769</a></li> </ul> <h2>v8.4.0</h2> <h2><a href="https://github.com/nextcloud-libraries/eslint-config/tree/v8.4.0">v8.4.0</a> (2024-05-15)</h2> <p><a href="https://github.com/nextcloud-libraries/eslint-config/compare/v8.3.0...v8.4.0">Full Changelog</a></p> <h3>Features</h3> <ul> <li>:rocket: Vue 3 support: There is a new sub-configuration for projects using Vue 3 :rocket:</li> </ul> <h2>v8.3.0</h2> <h2><a href="https://github.com/nextcloud-libraries/eslint-config/tree/v8.3.0">v8.3.0</a> (2023-09-24)</h2> <p><a href="https://github.com/nextcloud-libraries/eslint-config/compare/v8.2.1...v8.3.0">Full Changelog</a></p> <h3>Features</h3> <ul> <li>Typescript 5 support</li> <li>Allow linting of typescript with module resolution set to <code>node16</code> or <code>nodenext</code> by <a href="https://github.com/susnux"><code>@​susnux</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/eslint-config/pull/527">nextcloud-libraries/eslint-config#527</a></li> <li>Support Composition API &amp; Typescript + Vue projects by <a href="https://github.com/susnux"><code>@​susnux</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/eslint-config/pull/562">nextcloud-libraries/eslint-config#562</a></li> <li>Allow linting of TSX files by <a href="https://github.com/susnux"><code>@​susnux</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/eslint-config/pull/456">nextcloud-libraries/eslint-config#456</a></li> </ul> <h3>Fixes</h3> <ul> <li>Ignore camelcase rule for __webpack variables by <a href="https://github.com/kesselb"><code>@​kesselb</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/eslint-config/pull/530">nextcloud-libraries/eslint-config#530</a></li> <li>Add Typescript overrides for all valid Typescript file extensions by <a href="https://github.com/susnux"><code>@​susnux</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/eslint-config/pull/567">nextcloud-libraries/eslint-config#567</a></li> <li>Allow empty functions by <a href="https://github.com/skjnldsv"><code>@​skjnldsv</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/eslint-config/pull/570">nextcloud-libraries/eslint-config#570</a></li> <li>fix(typescript): Also set the typescript settings to the vue overrides for typescript import resolving by <a href="https://github.com/susnux"><code>@​susnux</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/eslint-config/pull/639">nextcloud-libraries/eslint-config#639</a></li> <li>fix(typescript): Allow generic type parameters on function calls by <a href="https://github.com/susnux"><code>@​susnux</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/eslint-config/pull/571">nextcloud-libraries/eslint-config#571</a></li> <li>Make sure vue files written in Typescript are linted correctly by <a href="https://github.com/susnux"><code>@​susnux</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/eslint-config/pull/579">nextcloud-libraries/eslint-config#579</a></li> <li>fix: Allow to import packages from <code>devDependencies</code> within config files by <a href="https://github.com/susnux"><code>@​susnux</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/eslint-config/pull/580">nextcloud-libraries/eslint-config#580</a></li> <li>fix: Allow <code>@jest-environment</code> docblock for jest tests by <a href="https://github.com/susnux"><code>@​susnux</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/eslint-config/pull/592">nextcloud-libraries/eslint-config#592</a></li> </ul> <h3>Changed</h3> <ul> <li>Various dependencies upgrades</li> <li>chore: Update <code>@nextcloud/eslint-plugin</code> to version 2.1.0 by <a href="https://github.com/susnux"><code>@​susnux</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/eslint-config/pull/605">nextcloud-libraries/eslint-config#605</a></li> <li>Drop webpack dependency by <a href="https://github.com/susnux"><code>@​susnux</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/eslint-config/pull/528">nextcloud-libraries/eslint-config#528</a> 538</li> <li>Update node engines to next LTS (node 20 and NPM 9) by <a href="https://github.com/nextcloud-command"><code>@​nextcloud-command</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/eslint-config/pull/563">nextcloud-libraries/eslint-config#563</a> 565</li> <li>Make eslint to take this config for linting the config by <a href="https://github.com/susnux"><code>@​susnux</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/eslint-config/pull/572">nextcloud-libraries/eslint-config#572</a></li> <li>chore: Fix URLs after package got transfered by <a href="https://github.com/susnux"><code>@​susnux</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/eslint-config/pull/602">nextcloud-libraries/eslint-config#602</a></li> </ul> <h2>v8.3.0-beta.2</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nextcloud-libraries/eslint-config/blob/main/CHANGELOG.md"><code>@​nextcloud/eslint-config</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/nextcloud-libraries/eslint-config/tree/v8.4.1">v8.4.1</a> (2024-05-16)</h2> <p><a href="https://github.com/nextcloud-libraries/eslint-config/compare/v8.4.0...v8.4.1">Full Changelog</a></p> <h3>Fixes</h3> <ul> <li>fix(vue3): align rules with Vue 2 rules by <a href="https://github.com/ShGKme"><code>@​ShGKme</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/eslint-config/pull/771">nextcloud-libraries/eslint-config#771</a></li> <li>fix(vue3): config crashes ESLint by <a href="https://github.com/ShGKme"><code>@​ShGKme</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/eslint-config/pull/770">nextcloud-libraries/eslint-config#770</a></li> </ul> <h3>Changed</h3> <ul> <li>build(deps-dev): Bump eslint-plugin-jsdoc from 48.2.4 to 48.2.5 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/eslint-config/pull/769">nextcloud-libraries/eslint-config#769</a></li> </ul> <h2><a href="https://github.com/nextcloud-libraries/eslint-config/tree/v8.4.0">v8.4.0</a> (2024-05-15)</h2> <h3>Features</h3> <ul> <li>Vue 3 support: There is a new sub-configuration for projects using Vue 3</li> </ul> <h2><a href="https://github.com/nextcloud-libraries/eslint-config/tree/v8.3.0">v8.3.0</a> (2023-09-25)</h2> <p><a href="https://github.com/nextcloud-libraries/eslint-config/compare/v8.2.1...v8.3.0">Full Changelog</a></p> <h3>Features</h3> <ul> <li>Typescript 5 support</li> <li>Allow linting of typescript with module resolution set to <code>node16</code> or <code>nodenext</code> by <a href="https://github.com/susnux"><code>@​susnux</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/eslint-config/pull/527">nextcloud-libraries/eslint-config#527</a></li> <li>Support Composition API &amp; Typescript + Vue projects by <a href="https://github.com/susnux"><code>@​susnux</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/eslint-config/pull/562">nextcloud-libraries/eslint-config#562</a></li> <li>Allow linting of TSX files by <a href="https://github.com/susnux"><code>@​susnux</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/eslint-config/pull/456">nextcloud-libraries/eslint-config#456</a></li> </ul> <h3>Fixes</h3> <ul> <li>Ignore camelcase rule for __webpack variables by <a href="https://github.com/kesselb"><code>@​kesselb</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/eslint-config/pull/530">nextcloud-libraries/eslint-config#530</a></li> <li>Add Typescript overrides for all valid Typescript file extensions by <a href="https://github.com/susnux"><code>@​susnux</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/eslint-config/pull/567">nextcloud-libraries/eslint-config#567</a></li> <li>Allow empty functions by <a href="https://github.com/skjnldsv"><code>@​skjnldsv</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/eslint-config/pull/570">nextcloud-libraries/eslint-config#570</a></li> <li>fix(typescript): Also set the typescript settings to the vue overrides for typescript import resolving by <a href="https://github.com/susnux"><code>@​susnux</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/eslint-config/pull/639">nextcloud-libraries/eslint-config#639</a></li> <li>fix(typescript): Allow generic type parameters on function calls by <a href="https://github.com/susnux"><code>@​susnux</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/eslint-config/pull/571">nextcloud-libraries/eslint-config#571</a></li> <li>Make sure vue files written in Typescript are linted correctly by <a href="https://github.com/susnux"><code>@​susnux</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/eslint-config/pull/579">nextcloud-libraries/eslint-config#579</a></li> <li>fix: Allow to import packages from <code>devDependencies</code> within config files by <a href="https://github.com/susnux"><code>@​susnux</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/eslint-config/pull/580">nextcloud-libraries/eslint-config#580</a></li> <li>fix: Allow <code>@jest-environment</code> docblock for jest tests by <a href="https://github.com/susnux"><code>@​susnux</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/eslint-config/pull/592">nextcloud-libraries/eslint-config#592</a></li> </ul> <h3>Changed</h3> <ul> <li>Various dependencies upgrades</li> <li>chore: Update <code>@nextcloud/eslint-plugin</code> to version 2.1.0 by <a href="https://github.com/susnux"><code>@​susnux</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/eslint-config/pull/605">nextcloud-libraries/eslint-config#605</a></li> <li>Drop webpack dependency by <a href="https://github.com/susnux"><code>@​susnux</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/eslint-config/pull/528">nextcloud-libraries/eslint-config#528</a> 538</li> <li>Update node engines to next LTS (node 20 and NPM 9) by <a href="https://github.com/nextcloud-command"><code>@​nextcloud-command</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/eslint-config/pull/563">nextcloud-libraries/eslint-config#563</a> 565</li> <li>Make eslint to take this config for linting the config by <a href="https://github.com/susnux"><code>@​susnux</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/eslint-config/pull/572">nextcloud-libraries/eslint-config#572</a></li> <li>chore: Fix URLs after package got transfered by <a href="https://github.com/susnux"><code>@​susnux</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/eslint-config/pull/602">nextcloud-libraries/eslint-config#602</a></li> </ul> <h2><a href="https://github.com/nextcloud-libraries/eslint-config/tree/v8.2.1">v8.2.1</a> (2023-01-30)</h2> <p><a href="https://github.com/nextcloud-libraries/eslint-config/compare/v8.2.0...v8.2.1">Full Changelog</a></p> <p><strong>Fixed:</strong></p> <ul> <li>Fix resolving packages that use the package <code>exports</code> feature by <a href="https://github.com/susnux"><code>@​susnux</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/eslint-config/pull/452">nextcloud-libraries/eslint-config#452</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nextcloud-libraries/eslint-config/commit/17ca2c0b0958126cc3265a27c012d439dc4e0838"><code>17ca2c0</code></a> Merge pull request <a href="https://redirect.github.com/nextcloud-libraries/eslint-config/issues/772">#772</a> from nextcloud-libraries/release/v8.4.1</li> <li><a href="https://github.com/nextcloud-libraries/eslint-config/commit/a61c76e15c5d3543849f79e5525da1987a127412"><code>a61c76e</code></a> release: v8.4.1</li> <li><a href="https://github.com/nextcloud-libraries/eslint-config/commit/3a00b1b992035f25948cbf922e90aca930d98cf8"><code>3a00b1b</code></a> Merge pull request <a href="https://redirect.github.com/nextcloud-libraries/eslint-config/issues/770">#770</a> from nextcloud-libraries/fix/vue3-part</li> <li><a href="https://github.com/nextcloud-libraries/eslint-config/commit/049cd907a20758e025df2dc7bfbacbd39461dfd9"><code>049cd90</code></a> Merge pull request <a href="https://redirect.github.com/nextcloud-libraries/eslint-config/issues/771">#771</a> from nextcloud-libraries/fix/vue3-less-diff-with-vue2</li> <li><a href="https://github.com/nextcloud-libraries/eslint-config/commit/06bfbf4daf4ab5fc0d8128fa9839ba6857259690"><code>06bfbf4</code></a> fix(vue3): align rules with Vue 2 rules</li> <li><a href="https://github.com/nextcloud-libraries/eslint-config/commit/05bd1420851689e744425cc81bfe574359de59ac"><code>05bd142</code></a> fix(vue3): use correct plugin name for vue 3 rules</li> <li><a href="https://github.com/nextcloud-libraries/eslint-config/commit/e3e06f45275e8f4bdec917cf42e640e5a06e5db4"><code>e3e06f4</code></a> fix(vue3): typo warning -&gt; warn</li> <li><a href="https://github.com/nextcloud-libraries/eslint-config/commit/10ff10487c147e685dad0f63a10303571fdde20a"><code>10ff104</code></a> Merge pull request <a href="https://redirect.github.com/nextcloud-libraries/eslint-config/issues/769">#769</a> from nextcloud-libraries/dependabot/npm_and_yarn/esli...</li> <li><a href="https://github.com/nextcloud-libraries/eslint-config/commit/c9db9705fa120335b99fb2836dc1642093e83286"><code>c9db970</code></a> build(deps-dev): Bump eslint-plugin-jsdoc from 48.2.4 to 48.2.5</li> <li><a href="https://github.com/nextcloud-libraries/eslint-config/commit/b656ac2de7ba4ea72461d6484c3bf5448434ce26"><code>b656ac2</code></a> fix: Update NPM to LTS version 10 for Node 20</li> <li>Additional commits viewable in <a href="https://github.com/nextcloud-libraries/eslint-config/compare/v8.3.0-beta.0...v8.4.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@nextcloud/eslint-config&package-manager=npm_and_yarn&previous-version=8.3.0-beta.0&new-version=8.4.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#625
No description provided.