Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 11 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-->
# Changelog

## [v9.0.0](https://github.com/nextcloud-libraries/eslint-config/tree/v9.0.0) (unreleased)
## [v9.0.0](https://github.com/nextcloud-libraries/eslint-config/tree/v9.0.0) (2025-09-25)

### Breaking
This package now is using ESLint v9 and requires ESLint flat configurations.
Expand All @@ -26,6 +26,9 @@ Please refer to the README on how to adjust your configuration for flat config.
* feat(imports): add custom plugin to suggest file extensions [\#1110](https://github.com/nextcloud-libraries/eslint-config/pull/1110) \([susnux](https://github.com/susnux)\)
* feat(filesystem): ignore all files within the `.gitignore` [\#1108](https://github.com/nextcloud-libraries/eslint-config/pull/1108) \([susnux](https://github.com/susnux)\)
* feat(l10n-plugin): also handle vue templates [\#1113](https://github.com/nextcloud-libraries/eslint-config/pull/1113) \([susnux](https://github.com/susnux)\)
* feat(nextcloud-vue-plugin): deprecate additional exports [\#1162](https://github.com/nextcloud-libraries/eslint-config/pull/1162) \([Antreesy](https://github.com/Antreesy)\)
* feat(nextcloud-vue-plugin): deprecate additional props [\#1163](https://github.com/nextcloud-libraries/eslint-config/pull/1163) \([Antreesy](https://github.com/Antreesy)\)
* feat(nextcloud-vue-plugin): deprecate NcPopover props [\#1165](https://github.com/nextcloud-libraries/eslint-config/pull/1165) \([Antreesy](https://github.com/Antreesy)\)

### Fixed
* fix(codestyle): do not require splitting chains [\#951](https://github.com/nextcloud-libraries/eslint-config/pull/951)
Expand Down Expand Up @@ -75,13 +78,13 @@ Please refer to the README on how to adjust your configuration for flat config.
* chore: add active node version (24) to supported engines [#1066](https://github.com/nextcloud-libraries/eslint-config/pull/1066) ([susnux](https://github.com/susnux))
* build: add common changelog formatting and documentation for it [#1067](https://github.com/nextcloud-libraries/eslint-config/pull/1067) ([susnux](https://github.com/susnux))
* chore: lint this project as a library [\#1130](https://github.com/nextcloud-libraries/eslint-config/pull/1130) \([susnux](https://github.com/susnux)\)
* Updated `@eslint/json` to 0.12.0
* Updated `@stylistic/eslint-plugin` 4.2.0
* Updated `eslint-plugin-jsdoc` to 50.6.11
* Updated `eslint-plugin-vue` to 10.0.0
* Updated `fast-xml-parser` to 5.2.1
* Updated `sort-package-json` to 3.0.0
* Updated `typescript-eslint` to 8.31.0
* Updated `@eslint/json` to 0.13.2
* Updated `@stylistic/eslint-plugin` 5.4.0
* Updated `eslint-plugin-jsdoc` to 60.1.1
* Updated `eslint-plugin-vue` to 10.5.0
* Updated `fast-xml-parser` to 5.2.5
* Updated `sort-package-json` to 3.4.0
* Updated `typescript-eslint` to 8.44.0

## [v8.4.2](https://github.com/nextcloud-libraries/eslint-config/tree/v8.4.2) (2025-02-16)
### Fixed
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextcloud/eslint-config",
"version": "9.0.0-rc.5",
"version": "9.0.0",
"description": "Eslint shared config for nextcloud apps and libraries",
"keywords": [
"eslint",
Expand Down