Skip to content

Commit 6e60ff6

Browse files
authored
Merge pull request #1138 from nextcloud-libraries/chore/stable-release
chore: prepare release v9.0.0-rc.7
2 parents cfab131 + 4c1a2c7 commit 6e60ff6

File tree

3 files changed

+31
-15
lines changed

3 files changed

+31
-15
lines changed

CHANGELOG.md

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ Please refer to the README on how to adjust your configuration for flat config.
2929
* feat(nextcloud-vue-plugin): deprecate additional props [\#1163](https://github.com/nextcloud-libraries/eslint-config/pull/1163) \([Antreesy](https://github.com/Antreesy)\)
3030
* feat(nextcloud-vue-plugin): deprecate additional exports [\#1162](https://github.com/nextcloud-libraries/eslint-config/pull/1162) \([Antreesy](https://github.com/Antreesy)\)
3131
* feat(nextcloud-vue-plugin): deprecate NcPopover props [\#1165](https://github.com/nextcloud-libraries/eslint-config/pull/1165) \([Antreesy](https://github.com/Antreesy)\)
32+
* feat(vue): add vue/component-options-name-casing with PascalCase [\#1261](https://github.com/nextcloud-libraries/eslint-config/pull/1261) \([ShGKme](https://github.com/ShGKme)\)
33+
* feat(vue3): force camelCase for events in `<script>` [\#1262](https://github.com/nextcloud-libraries/eslint-config/pull/1262) \([ShGKme](https://github.com/ShGKme)\)
34+
* feat(vue3): force camelCase for events in `<template>` [\#1263](https://github.com/nextcloud-libraries/eslint-config/pull/1263) \([ShGKme](https://github.com/ShGKme)\)
35+
* feat(vue3): force camelCase for slot names [\#1264](https://github.com/nextcloud-libraries/eslint-config/pull/1264) \([ShGKme](https://github.com/ShGKme)\)
36+
* feat(vue3): force camelCase for props in template [\#1266](https://github.com/nextcloud-libraries/eslint-config/pull/1266) \([ShGKme](https://github.com/ShGKme)\)
3237

3338
### Fixed
3439
* fix(codestyle): do not require splitting chains [\#951](https://github.com/nextcloud-libraries/eslint-config/pull/951)
@@ -63,6 +68,7 @@ Please refer to the README on how to adjust your configuration for flat config.
6368
* fix(vue): use vue variant of `no-irregular-whitespace` [\#1129](https://github.com/nextcloud-libraries/eslint-config/pull/1129) \([susnux](https://github.com/susnux)\)
6469
* fix(nextcloud): add missing deprecations and removals [\#1206](https://github.com/nextcloud-libraries/eslint-config/pull/1206) \([susnux](https://github.com/susnux)\)
6570
* fix(plugin:nextcloud-vue): use resolved dependency for detecting nextcloud-vue version [\#1220](https://github.com/nextcloud-libraries/eslint-config/pull/1220) \([susnux](https://github.com/susnux)\)
71+
* fix: switch to `@stylistic/exp-list-style` to resolve array edge-cases [\#1203](https://github.com/nextcloud-libraries/eslint-config/pull/1203) \([susnux](https://github.com/susnux)\)
6672

6773
### Changed
6874
* Add SPDX header [#802](https://github.com/nextcloud-libraries/eslint-config/pull/802)
@@ -82,13 +88,20 @@ Please refer to the README on how to adjust your configuration for flat config.
8288
* chore: lint this project as a library [\#1130](https://github.com/nextcloud-libraries/eslint-config/pull/1130) \([susnux](https://github.com/susnux)\)
8389
* chore: update devEngines to align with apps [\#1204](https://github.com/nextcloud-libraries/eslint-config/pull/1204) \([susnux](https://github.com/susnux)\)
8490
* build: disable libcheck for Typescript [\#1205](https://github.com/nextcloud-libraries/eslint-config/pull/1205) \([susnux](https://github.com/susnux)\)
85-
* Updated `@eslint/json` to 0.12.0
86-
* Updated `@stylistic/eslint-plugin` 4.2.0
87-
* Updated `eslint-plugin-jsdoc` to 50.6.11
88-
* Updated `eslint-plugin-vue` to 10.0.0
89-
* Updated `fast-xml-parser` to 5.2.1
90-
* Updated `sort-package-json` to 3.0.0
91-
* Updated `typescript-eslint` to 8.31.0
91+
* chore(gitignore): ignore IDE configs [\#1265](https://github.com/nextcloud-libraries/eslint-config/pull/1265) \([ShGKme](https://github.com/ShGKme)\)
92+
* test(vue3): add some formatting tests [\#1267](https://github.com/nextcloud-libraries/eslint-config/pull/1267) \([ShGKme](https://github.com/ShGKme)\)
93+
* Updated `@eslint/json` to 0.14.0
94+
* Updated `@stylistic/eslint-plugin` to 5.7.0
95+
* Updated `eslint-config-flat-gitignore` to 2.1.0
96+
* Updated `eslint-plugin-antfu` to 3.1.3
97+
* Updated `eslint-plugin-jsdoc` to 62.0.0
98+
* Updated `eslint-plugin-perfectionist` to 5.3.1
99+
* Updated `eslint-plugin-vue` to 10.6.2
100+
* Updated `fast-xml-parser` to 5.3.3
101+
* Updated `globals` to 17.0.0
102+
* Updated `semver` to 7.7.3
103+
* Updated `sort-package-json` to 3.6.0
104+
* Updated `typescript-eslint` to 8.53.0
92105

93106
## [v8.4.2](https://github.com/nextcloud-libraries/eslint-config/tree/v8.4.2) (2025-02-16)
94107
### Fixed

package-lock.json

Lines changed: 10 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextcloud/eslint-config",
3-
"version": "9.0.0-rc.6",
3+
"version": "9.0.0-rc.7",
44
"description": "Eslint shared config for nextcloud apps and libraries",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)