diff --git a/CHANGELOG.md b/CHANGELOG.md index 47a6a8c4..19275596 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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) @@ -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 diff --git a/package-lock.json b/package-lock.json index 219d0c0f..35edce95 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/eslint-config", - "version": "9.0.0-rc.5", + "version": "9.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nextcloud/eslint-config", - "version": "9.0.0-rc.5", + "version": "9.0.0", "license": "AGPL-3.0-or-later", "dependencies": { "@eslint/json": "^0.13.2", diff --git a/package.json b/package.json index d4b782ef..c04ab38e 100644 --- a/package.json +++ b/package.json @@ -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",