@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 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.1",
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.16.5",
33
+ "@babel/eslint-parser": "^7.22.5",
34
34
  "@nextcloud/eslint-plugin": "^2.0.0",
35
- "@types/jest": "^29.4.0",
36
- "@vue/eslint-config-typescript": "^11.0.2",
37
- "eslint": "^8.27.0",
38
- "eslint-config-standard": "^17.0.0",
39
- "eslint-import-resolver-exports": "^1.0.0-beta.4",
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.26.0",
42
- "eslint-plugin-jsdoc": "^46.2.6",
43
- "eslint-plugin-n": "^16.0.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.7.0",
46
- "jest": "^29.4.1",
47
- "ts-jest": "^29.0.5",
48
- "typescript": "^5.0.2",
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": [
@@ -21,6 +21,7 @@ module.exports = {
21
21
  ],
22
22
  // Does not make sense with TypeScript
23
23
  'jsdoc/require-param-type': 'off',
24
+ '@typescript-eslint/no-empty-function': 'off',
24
25
  },
25
26
  settings: {
26
27
  'import/resolver': {