Skip to content

[stable33] chore(deps-dev): Bump @nextcloud/eslint-config from 9.0.0-rc.8 to 9.0.0-rc.9#59700

Merged
github-actions[bot] merged 4 commits intostable33from
dependabot/npm_and_yarn/stable33/nextcloud/eslint-config-9.0.0-rc.9
Apr 20, 2026
Merged

[stable33] chore(deps-dev): Bump @nextcloud/eslint-config from 9.0.0-rc.8 to 9.0.0-rc.9#59700
github-actions[bot] merged 4 commits intostable33from
dependabot/npm_and_yarn/stable33/nextcloud/eslint-config-9.0.0-rc.9

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 18, 2026

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

Release notes

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

v9.0.0-rc.9

What's Changed

ℹ️ Notes

If you are upgrading from a previous RC of this library and you have customized your ESLint config: In #1278 we merged some of the provided plugins, so if you have custom rule overrides then you might need to adjust your ESLint config.

Merged the nextcloud-l10n plugin into the nextcloud plugin

Merged the rules into the Nextcloud plugin, new rule names:

  • @nextcloud-l10n/enforce-ellipsis -> @nextcloud/l10n-enforce-ellipsis
  • @nextcloud-l10n/nonbreaking-space -> @nextcloud/l10n-non-breaking-space

The vue variants have been merged into the base rules.

Renamed @nextcloud/no-deprecations and @nextcloud/no-removed-apis

Renamed so it does not confuse with vue rules after merging the plugins. New rule names:

  • @nextcloud/no-deprecations -> @nextcloud/no-deprecated-globals
  • @nextcloud/no-removed-apis -> @nextcloud/no-removed-globals

Merged @nextcloud-vue plugin into the @nextcloud plugin

Rule name changes:

  • @nextcloud-vue/no-deprecated-exports -> @nextcloud/no-deprecated-library-exports
  • @nextcloud-vue/no-deprecated-props -> @nextcloud/no-deprecated-library-props

🚀 Enhancements

Other Changes

Full Changelog: nextcloud-libraries/eslint-config@v9.0.0-rc.8...v9.0.0-rc.9

Commits
  • 7974329 Merge pull request #1366 from nextcloud-libraries/chore/prepare-v9-rc9
  • 6da730c Merge pull request #1369 from nextcloud-libraries/dependabot/npm_and_yarn/esl...
  • 1b05a0f chore(deps): Bump eslint-plugin-perfectionist from 5.7.0 to 5.8.0
  • 0170b4d Merge pull request #1372 from nextcloud-libraries/dependabot/npm_and_yarn/fas...
  • 3161e0f Merge pull request #1371 from nextcloud-libraries/dependabot/npm_and_yarn/typ...
  • 619680e Merge pull request #1370 from nextcloud-libraries/dependabot/npm_and_yarn/vit...
  • a148fbb Merge pull request #1368 from nextcloud-libraries/dependabot/npm_and_yarn/esl...
  • 81c7b91 chore(deps): Bump fast-xml-parser from 5.5.9 to 5.5.10
  • 0f351e3 Merge pull request #1367 from nextcloud-libraries/dependabot/npm_and_yarn/esl...
  • 6403cd0 chore(deps-dev): Bump @​types/node from 25.5.0 to 25.5.2
  • Additional commits viewable in compare view

@dependabot dependabot bot requested a review from a team as a code owner April 18, 2026 02:04
@dependabot dependabot bot requested a review from a team as a code owner April 18, 2026 02:04
@dependabot dependabot bot requested review from nfebe, sorbaugh and susnux and removed request for a team April 18, 2026 02:04
@github-actions github-actions bot enabled auto-merge April 18, 2026 02:25
@github-actions github-actions bot changed the title chore(deps-dev): Bump @nextcloud/eslint-config from 9.0.0-rc.8 to 9.0.0-rc.9 [stable33] chore(deps-dev): Bump @nextcloud/eslint-config from 9.0.0-rc.8 to 9.0.0-rc.9 Apr 18, 2026
@AndyScherzinger AndyScherzinger force-pushed the dependabot/npm_and_yarn/stable33/nextcloud/eslint-config-9.0.0-rc.9 branch from f42252f to e4d669c Compare April 18, 2026 15:53
@AndyScherzinger AndyScherzinger added this to the Nextcloud 33.0.3 milestone Apr 18, 2026
@AndyScherzinger
Copy link
Copy Markdown
Member

@dependabot recreate

@dependabot dependabot bot changed the title [stable33] chore(deps-dev): Bump @nextcloud/eslint-config from 9.0.0-rc.8 to 9.0.0-rc.9 chore(deps-dev): Bump @nextcloud/eslint-config from 9.0.0-rc.8 to 9.0.0-rc.9 Apr 19, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stable33/nextcloud/eslint-config-9.0.0-rc.9 branch from e4d669c to 6e05ec4 Compare April 19, 2026 09:37
@github-actions github-actions bot changed the title chore(deps-dev): Bump @nextcloud/eslint-config from 9.0.0-rc.8 to 9.0.0-rc.9 [stable33] chore(deps-dev): Bump @nextcloud/eslint-config from 9.0.0-rc.8 to 9.0.0-rc.9 Apr 19, 2026
@AndyScherzinger
Copy link
Copy Markdown
Member

/compile

@AndyScherzinger AndyScherzinger force-pushed the dependabot/npm_and_yarn/stable33/nextcloud/eslint-config-9.0.0-rc.9 branch from 6e05ec4 to fd249bc Compare April 19, 2026 11:59
Bumps [@nextcloud/eslint-config](https://github.com/nextcloud-libraries/eslint-config) from 9.0.0-rc.8 to 9.0.0-rc.9.
- [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.8...v9.0.0-rc.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
@susnux susnux force-pushed the dependabot/npm_and_yarn/stable33/nextcloud/eslint-config-9.0.0-rc.9 branch from fd249bc to 57c7889 Compare April 20, 2026 20:47
@susnux susnux requested review from a team and skjnldsv as code owners April 20, 2026 20:47
@susnux susnux requested review from ArtificialOwl and salmart-dev and removed request for a team April 20, 2026 20:47
susnux added 3 commits April 20, 2026 23:10
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
@susnux susnux force-pushed the dependabot/npm_and_yarn/stable33/nextcloud/eslint-config-9.0.0-rc.9 branch from 57c7889 to 6f9d207 Compare April 20, 2026 21:10
@github-actions github-actions bot merged commit 75b03ff into stable33 Apr 20, 2026
135 of 137 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/stable33/nextcloud/eslint-config-9.0.0-rc.9 branch April 20, 2026 21:51
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.

2 participants