Skip to content

[stable34] chore(deps-dev): bump @nextcloud/eslint-config from 9.0.0-rc.9 to 9.0.0#61773

Open
dependabot[bot] wants to merge 3 commits into
stable34from
dependabot/npm_and_yarn/stable34/nextcloud/eslint-config-9.0.0
Open

[stable34] chore(deps-dev): bump @nextcloud/eslint-config from 9.0.0-rc.9 to 9.0.0#61773
dependabot[bot] wants to merge 3 commits into
stable34from
dependabot/npm_and_yarn/stable34/nextcloud/eslint-config-9.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 4, 2026

Copy link
Copy Markdown
Contributor

Bumps @nextcloud/eslint-config from 9.0.0-rc.9 to 9.0.0.

Release notes

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

v9.0.0

v9.0.0 (2026-06-26)

Breaking

This package now is using ESLint v10 and requires ESLint flat configurations. Please refer to the README on how to adjust your configuration for flat config.

Potential pitfalls

Some of the used eslint plugins still keep a ESLint v8 compatibility, this can cause some issues if not all packages are updated to the ESLint v10 compatible version.

If you see a linter error like the one below make sure to update all nested dependencies, either using the sledge hammer method (remove the lock file and run npm i) or by running npm update.

TypeError: scopeManager.addGlobals is not a function

Added

  • feat: migrate to ESLint v10 #1323 (susnux)
  • feat: new modular config for (and with) ESLint v9 support #887
  • feat: merge plugin repository #899
  • feat: enforce non-breaking spaces before ellipsis for translations #948
  • feat: add special config for libraries #949
  • feat: add import and export rules #981
  • feat: introduce @​nextcloud/vue eslint plugin #939
  • feat(codeStyle): enforce top-level-function #1033 (ShGKme)
  • feat(nextcloud-vue): add rule for deprecated NcButton props #1045 (susnux)
  • feat(vue): add vue/no-useless-v-bind rule #1063 (susnux)
  • feat(vue): add vue/prefer-separate-static-class rule #1065 (susnux)
  • feat(vue3): add script-setup releated rules #1064 (susnux)
  • feat(no-deprecated-props): extend existing rules to support other components #1069 (Antreesy)
  • feat(imports): add custom plugin to suggest file extensions #1110 (susnux)
  • feat(filesystem): ignore all files within the .gitignore #1108 (susnux)
  • feat(l10n-plugin): also handle vue templates #1113 (susnux)
  • feat(nextcloud-vue-plugin): deprecate additional props #1163 (Antreesy)
  • feat(nextcloud-vue-plugin): deprecate additional exports #1162 (Antreesy)
  • feat(nextcloud-vue-plugin): deprecate NcPopover props #1165 (Antreesy)
  • feat(vue): add vue/component-options-name-casing with PascalCase #1261 (ShGKme)
  • feat(vue3): force camelCase for events in <script> #1262 (ShGKme)
  • feat(vue3): force camelCase for events in \<template> #1263 (ShGKme)
  • feat(vue3): force camelCase for slot names #1264 (ShGKme)
  • feat(vue3): force camelCase for props in template #1266 (ShGKme)
  • feat(import): enforce consistent types imports and ban usage of inline type specifiers #1382 (susnux)

Fixed

  • fix(codestyle): do not require splitting chains #951
  • fix(codestyle): adjust empty lines style #952
  • fix(codestyle): Enforce no space before function parenthesis #901
  • fix(codeStyle): Adjust stylistic rules config #914
  • fix(codeStyle): allow single line arrays #997
  • fix(codeStyle): allow devs write small objects in one line #996

... (truncated)

Changelog

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

v9.0.0 (2026-06-26)

Breaking

This package now is using ESLint v10 and requires ESLint flat configurations. Please refer to the README on how to adjust your configuration for flat config.

Potential pitfalls

Some of the used eslint plugins still keep a ESLint v8 compatibility, this can cause some issues if not all packages are updated to the ESLint v10 compatible version.

If you see a linter error like the one below make sure to update all nested dependencies, either using the sledge hammer method (remove the lock file and run npm i) or by running npm update.

TypeError: scopeManager.addGlobals is not a function

Added

  • feat: migrate to ESLint v10 #1323 (susnux)
  • feat: new modular config for (and with) ESLint v9 support #887
  • feat: merge plugin repository #899
  • feat: enforce non-breaking spaces before ellipsis for translations #948
  • feat: add special config for libraries #949
  • feat: add import and export rules #981
  • feat: introduce @​nextcloud/vue eslint plugin #939
  • feat(codeStyle): enforce top-level-function #1033 (ShGKme)
  • feat(nextcloud-vue): add rule for deprecated NcButton props #1045 (susnux)
  • feat(vue): add vue/no-useless-v-bind rule #1063 (susnux)
  • feat(vue): add vue/prefer-separate-static-class rule #1065 (susnux)
  • feat(vue3): add script-setup releated rules #1064 (susnux)
  • feat(no-deprecated-props): extend existing rules to support other components #1069 (Antreesy)
  • feat(imports): add custom plugin to suggest file extensions #1110 (susnux)
  • feat(filesystem): ignore all files within the .gitignore #1108 (susnux)
  • feat(l10n-plugin): also handle vue templates #1113 (susnux)
  • feat(nextcloud-vue-plugin): deprecate additional props #1163 (Antreesy)
  • feat(nextcloud-vue-plugin): deprecate additional exports #1162 (Antreesy)
  • feat(nextcloud-vue-plugin): deprecate NcPopover props #1165 (Antreesy)
  • feat(vue): add vue/component-options-name-casing with PascalCase #1261 (ShGKme)
  • feat(vue3): force camelCase for events in <script> #1262 (ShGKme)
  • feat(vue3): force camelCase for events in \<template> #1263 (ShGKme)
  • feat(vue3): force camelCase for slot names #1264 (ShGKme)
  • feat(vue3): force camelCase for props in template #1266 (ShGKme)
  • feat(import): enforce consistent types imports and ban usage of inline type specifiers #1382 (susnux)

Fixed

  • fix(codestyle): do not require splitting chains #951
  • fix(codestyle): adjust empty lines style #952
  • fix(codestyle): Enforce no space before function parenthesis #901
  • fix(codeStyle): Adjust stylistic rules config #914
  • fix(codeStyle): allow single line arrays #997
  • fix(codeStyle): allow devs write small objects in one line #996
  • fix(globs): properly ignore test files #974

... (truncated)

Commits
  • a959078 Merge pull request #1446 from nextcloud-libraries/chore/release-v9
  • fb4b233 chore: release v9.0.0
  • c13e315 Merge pull request #1440 from nextcloud-libraries/dependabot/npm_and_yarn/typ...
  • 9d811e7 Merge pull request #1442 from nextcloud-libraries/dependabot/npm_and_yarn/glo...
  • a31b121 chore(deps): Bump typescript-eslint from 8.61.1 to 8.62.0
  • 5f5e217 chore(deps): Bump globals from 17.6.0 to 17.7.0
  • 1503915 Merge pull request #1441 from nextcloud-libraries/dependabot/npm_and_yarn/sem...
  • 11bd450 Merge pull request #1444 from nextcloud-libraries/dependabot/npm_and_yarn/fas...
  • 1738c5d Merge pull request #1443 from nextcloud-libraries/dependabot/npm_and_yarn/mem...
  • 86c33ae Merge pull request #1439 from nextcloud-libraries/dependabot/npm_and_yarn/esl...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​nextcloud/eslint-config since your current version.


@dependabot dependabot Bot requested review from a team as code owners July 4, 2026 02:09
@dependabot dependabot Bot requested review from nfebe and skjnldsv and removed request for a team July 4, 2026 02:09
@dependabot dependabot Bot added the 3. to review Waiting for reviews label Jul 4, 2026
@dependabot dependabot Bot requested a review from sorbaugh July 4, 2026 02:09
@github-actions github-actions Bot changed the title chore(deps-dev): bump @nextcloud/eslint-config from 9.0.0-rc.9 to 9.0.0 [stable34] chore(deps-dev): bump @nextcloud/eslint-config from 9.0.0-rc.9 to 9.0.0 Jul 4, 2026
@github-actions github-actions Bot enabled auto-merge July 4, 2026 02:52
@AndyScherzinger AndyScherzinger added this to the Nextcloud 34.0.2 milestone Jul 4, 2026
@AndyScherzinger

Copy link
Copy Markdown
Member

@dependabot recreate

@dependabot dependabot Bot changed the title [stable34] chore(deps-dev): bump @nextcloud/eslint-config from 9.0.0-rc.9 to 9.0.0 chore(deps-dev): bump @nextcloud/eslint-config from 9.0.0-rc.9 to 9.0.0 Jul 5, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/stable34/nextcloud/eslint-config-9.0.0 branch from 734448f to 65677fa Compare July 5, 2026 19:59
@github-actions github-actions Bot changed the title chore(deps-dev): bump @nextcloud/eslint-config from 9.0.0-rc.9 to 9.0.0 [stable34] chore(deps-dev): bump @nextcloud/eslint-config from 9.0.0-rc.9 to 9.0.0 Jul 5, 2026
@susnux susnux force-pushed the dependabot/npm_and_yarn/stable34/nextcloud/eslint-config-9.0.0 branch from 65677fa to 595ded5 Compare July 15, 2026 15:18
@AndyScherzinger AndyScherzinger force-pushed the dependabot/npm_and_yarn/stable34/nextcloud/eslint-config-9.0.0 branch from 595ded5 to 706d9ff Compare July 15, 2026 20:50
@AndyScherzinger

Copy link
Copy Markdown
Member

/compile

@AndyScherzinger AndyScherzinger force-pushed the dependabot/npm_and_yarn/stable34/nextcloud/eslint-config-9.0.0 branch from 99afb60 to df05736 Compare July 15, 2026 21:28
dependabot Bot and others added 3 commits July 15, 2026 23:30
Bumps [@nextcloud/eslint-config](https://github.com/nextcloud-libraries/eslint-config) from 9.0.0-rc.9 to 9.0.0.
- [Release notes](https://github.com/nextcloud-libraries/eslint-config/releases)
- [Changelog](https://github.com/nextcloud-libraries/eslint-config/blob/main/CHANGELOG.md)
- [Commits](nextcloud-libraries/eslint-config@v9.0.0-rc.9...v9.0.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/eslint-config"
  dependency-version: 9.0.0
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
@AndyScherzinger AndyScherzinger force-pushed the dependabot/npm_and_yarn/stable34/nextcloud/eslint-config-9.0.0 branch from df05736 to 4cf1580 Compare July 15, 2026 21:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants