@nextcloud/eslint-config 8.3.0-beta.1 → 8.3.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/package.json +14 -14
- package/parts/typescript.js +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## [v8.3.0-beta.2](https://github.com/nextcloud/eslint-config/tree/v8.3.0-beta.2) (2023-06-27)
|
|
6
|
+
|
|
7
|
+
[Full Changelog](https://github.com/nextcloud/eslint-config/compare/v8.3.0-beta.1...v8.3.0-beta.2)
|
|
8
|
+
|
|
9
|
+
**Fixed:**
|
|
10
|
+
- chore: update typescript deps and co by @skjnldsv in https://github.com/nextcloud/eslint-config/pull/569
|
|
11
|
+
- fix: allow empty functions by @skjnldsv in https://github.com/nextcloud/eslint-config/pull/570
|
|
12
|
+
|
|
5
13
|
## [v8.3.0-beta.1](https://github.com/nextcloud/eslint-config/tree/v8.3.0-beta.1) (2023-06-27)
|
|
6
14
|
|
|
7
15
|
[Full Changelog](https://github.com/nextcloud/eslint-config/compare/v8.3.0-beta.0...v8.3.0-beta.1)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nextcloud/eslint-config",
|
|
3
|
-
"version": "8.3.0-beta.
|
|
3
|
+
"version": "8.3.0-beta.2",
|
|
4
4
|
"description": "Eslint shared config for nextcloud vue.js apps",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"repository": {
|
|
@@ -30,22 +30,22 @@
|
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@babel/core": "^7.13.10",
|
|
33
|
-
"@babel/eslint-parser": "^7.
|
|
33
|
+
"@babel/eslint-parser": "^7.22.5",
|
|
34
34
|
"@nextcloud/eslint-plugin": "^2.0.0",
|
|
35
|
-
"@types/jest": "^29.
|
|
36
|
-
"@vue/eslint-config-typescript": "^11.0.
|
|
37
|
-
"eslint": "^8.
|
|
38
|
-
"eslint-config-standard": "^17.
|
|
39
|
-
"eslint-import-resolver-exports": "^1.0.0-beta.
|
|
35
|
+
"@types/jest": "^29.5.2",
|
|
36
|
+
"@vue/eslint-config-typescript": "^11.0.3",
|
|
37
|
+
"eslint": "^8.43.0",
|
|
38
|
+
"eslint-config-standard": "^17.1.0",
|
|
39
|
+
"eslint-import-resolver-exports": "^1.0.0-beta.5",
|
|
40
40
|
"eslint-import-resolver-typescript": "^3.5.5",
|
|
41
|
-
"eslint-plugin-import": "^2.
|
|
42
|
-
"eslint-plugin-jsdoc": "^46.
|
|
43
|
-
"eslint-plugin-n": "^16.0.
|
|
41
|
+
"eslint-plugin-import": "^2.27.5",
|
|
42
|
+
"eslint-plugin-jsdoc": "^46.3.0",
|
|
43
|
+
"eslint-plugin-n": "^16.0.1",
|
|
44
44
|
"eslint-plugin-promise": "^6.1.1",
|
|
45
|
-
"eslint-plugin-vue": "^9.
|
|
46
|
-
"jest": "^29.
|
|
47
|
-
"ts-jest": "^29.0
|
|
48
|
-
"typescript": "^5.
|
|
45
|
+
"eslint-plugin-vue": "^9.15.1",
|
|
46
|
+
"jest": "^29.5.0",
|
|
47
|
+
"ts-jest": "^29.1.0",
|
|
48
|
+
"typescript": "^5.1.3",
|
|
49
49
|
"vue-eslint-parser": "^9.3.1"
|
|
50
50
|
},
|
|
51
51
|
"keywords": [
|