@nextcloud/eslint-config 8.1.2 → 8.1.4

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +26 -2
  2. package/index.js +4 -3
  3. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -1,8 +1,32 @@
1
1
  # Changelog
2
2
 
3
- ## [v8.1.0](https://github.com/nextcloud/eslint-config/tree/v8.0.0) (PENDING)
3
+ ## [v8.1.4](https://github.com/nextcloud/eslint-config/tree/v8.1.4) (2022-11-17)
4
4
 
5
- [Full Changelog](https://github.com/nextcloud/eslint-config/compare/v8.0.0...v8.1.0)
5
+ [Full Changelog](https://github.com/nextcloud/eslint-config/compare/v8.1.3...v8.1.4)
6
+
7
+ **Fixed bugs:**
8
+
9
+ - Fix eslint-plugin-n conflict [\#421](https://github.com/nextcloud/eslint-config/pull/421) ([skjnldsv](https://github.com/skjnldsv))
10
+
11
+ ## [v8.1.3](https://github.com/nextcloud/eslint-config/tree/v8.1.3) (2022-11-04)
12
+
13
+ [Full Changelog](https://github.com/nextcloud/eslint-config/compare/v8.1.2...v8.1.3)
14
+
15
+ **Fixed:**
16
+ - Allow TypeScript syntax in JSDoc comments by @Pytal in https://github.com/nextcloud/eslint-config/pull/413
17
+
18
+ **Dependency updates:**
19
+ - Bump @babel/core from 7.18.10 to 7.19.6 by @dependabot in https://github.com/nextcloud/eslint-config/pull/404
20
+ - Bump @babel/eslint-parser from 7.18.9 to 7.19.1 by @dependabot in https://github.com/nextcloud/eslint-config/pull/392
21
+ - Bump eslint from 8.21.0 to 8.26.0 by @dependabot in https://github.com/nextcloud/eslint-config/pull/406
22
+ - Bump eslint-plugin-jsdoc from 39.3.13 to 39.6.2 by @dependabot in https://github.com/nextcloud/eslint-config/pull/414
23
+ - Bump eslint-plugin-n from 15.2.4 to 15.4.0 by @dependabot in https://github.com/nextcloud/eslint-config/pull/409
24
+ - Bump eslint-plugin-promise from 6.0.0 to 6.1.1 by @dependabot in https://github.com/nextcloud/eslint-config/pull/405
25
+ - Bump eslint-plugin-vue from 9.3.0 to 9.7.0 by @dependabot in https://github.com/nextcloud/eslint-config/pull/410
26
+
27
+ ## [v8.1.2](https://github.com/nextcloud/eslint-config/tree/v8.1.2) (2022-08-09)
28
+
29
+ [Full Changelog](https://github.com/nextcloud/eslint-config/compare/v8.0.0...v8.1.2)
6
30
 
7
31
  **Dependency updates:**
8
32
 
package/index.js CHANGED
@@ -31,9 +31,10 @@ module.exports = {
31
31
  },
32
32
  jsdoc: {
33
33
  tagNamePreference: {
34
- returns: 'return'
35
- }
36
- }
34
+ returns: 'return',
35
+ },
36
+ mode: 'typescript',
37
+ },
37
38
  },
38
39
  plugins: ['vue', 'n', 'jsdoc'],
39
40
  rules: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextcloud/eslint-config",
3
- "version": "8.1.2",
3
+ "version": "8.1.4",
4
4
  "description": "Eslint shared config for nextcloud vue.js apps",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -11,26 +11,26 @@
11
11
  "@babel/core": "^7.13.10",
12
12
  "@babel/eslint-parser": "^7.16.5",
13
13
  "@nextcloud/eslint-plugin": "^2.0.0",
14
- "eslint": "^8.6.0",
15
- "eslint-config-standard": "^17.0.0-0",
16
- "eslint-plugin-import": "^2.25.4",
17
- "eslint-plugin-jsdoc": "^39.2.1",
18
- "eslint-plugin-n": "^15.2.3",
19
- "eslint-plugin-promise": "^6.0.0",
20
- "eslint-plugin-vue": "^9.1.1",
14
+ "eslint": "^8.27.0",
15
+ "eslint-config-standard": "^17.0.0",
16
+ "eslint-plugin-import": "^2.26.0",
17
+ "eslint-plugin-jsdoc": "^39.6.2",
18
+ "eslint-plugin-n": "^15.5.1",
19
+ "eslint-plugin-promise": "^6.1.1",
20
+ "eslint-plugin-vue": "^9.7.0",
21
21
  "webpack": "^5.4.0"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@babel/core": "^7.13.10",
25
25
  "@babel/eslint-parser": "^7.16.5",
26
26
  "@nextcloud/eslint-plugin": "^2.0.0",
27
- "eslint": "^8.6.0",
28
- "eslint-config-standard": "^17.0.0-0",
29
- "eslint-plugin-import": "^2.25.4",
30
- "eslint-plugin-jsdoc": "^39.2.1",
31
- "eslint-plugin-n": "^15.2.3",
32
- "eslint-plugin-promise": "^6.0.0",
33
- "eslint-plugin-vue": "^9.1.1",
27
+ "eslint": "^8.27.0",
28
+ "eslint-config-standard": "^17.0.0",
29
+ "eslint-plugin-import": "^2.26.0",
30
+ "eslint-plugin-jsdoc": "^39.6.2",
31
+ "eslint-plugin-n": "^15.5.1",
32
+ "eslint-plugin-promise": "^6.1.1",
33
+ "eslint-plugin-vue": "^9.7.0",
34
34
  "webpack": "^5.4.0"
35
35
  },
36
36
  "keywords": [