@nextcloud/eslint-config 8.2.0 → 8.2.1

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
@@ -1,5 +1,15 @@
1
1
  # Changelog
2
2
 
3
+ ## [v8.2.1](https://github.com/nextcloud/eslint-config/tree/v8.2.1) (2023-01-30)
4
+
5
+ [Full Changelog](https://github.com/nextcloud/eslint-config/compare/v8.2.0...v8.2.1)
6
+
7
+ **Fixed:**
8
+ - Fix resolving packages that use the package `exports` feature by @susnux in https://github.com/nextcloud/eslint-config/pull/452
9
+
10
+ **Merged pull requests:**
11
+ - Various dependencies upgrades
12
+
3
13
  ## [v8.2.0](https://github.com/nextcloud/eslint-config/tree/v8.2.0) (2023-01-11)
4
14
 
5
15
  [Full Changelog](https://github.com/nextcloud/eslint-config/compare/v8.1.5...v8.2.0)
@@ -24,8 +34,7 @@
24
34
 
25
35
  [Full Changelog](https://github.com/nextcloud/eslint-config/compare/v8.1.3...v8.1.4)
26
36
 
27
- **Fixed bugs:**
28
-
37
+ **Fixed:**
29
38
  - Fix eslint-plugin-n conflict [\#421](https://github.com/nextcloud/eslint-config/pull/421) ([skjnldsv](https://github.com/skjnldsv))
30
39
 
31
40
  ## [v8.1.3](https://github.com/nextcloud/eslint-config/tree/v8.1.3) (2022-11-04)
@@ -49,7 +58,6 @@
49
58
  [Full Changelog](https://github.com/nextcloud/eslint-config/compare/v8.0.0...v8.1.2)
50
59
 
51
60
  **Dependency updates:**
52
-
53
61
  - Use [`eslint-plugin-n`](https://www.npmjs.com/package/eslint-plugin-n) instead of [`eslint-plugin-node`](https://www.npmjs.com/package/eslint-plugin-node)
54
62
 
55
63
  ## [v8.0.0](https://github.com/nextcloud/eslint-config/tree/v8.0.0) (2022-04-20)
@@ -57,11 +65,9 @@
57
65
  [Full Changelog](https://github.com/nextcloud/eslint-config/compare/v7.0.2...v8.0.0)
58
66
 
59
67
  **Breaking:**
60
-
61
68
  - Require file extensions on import [\#292](https://github.com/nextcloud/eslint-config/pull/292) ([Pytal](https://github.com/Pytal))
62
69
 
63
70
  **Dependency updates:**
64
-
65
71
  - Bump eslint from 8.7.0 to 8.8.0 [\#282](https://github.com/nextcloud/eslint-config/pull/282) ([dependabot[bot]](https://github.com/apps/dependabot))
66
72
  - Bump eslint from 8.8.0 to 8.9.0 [\#296](https://github.com/nextcloud/eslint-config/pull/296) ([dependabot[bot]](https://github.com/apps/dependabot))
67
73
 
@@ -70,11 +76,9 @@
70
76
  [Full Changelog](https://github.com/nextcloud/eslint-config/compare/v7.0.1...v7.0.2)
71
77
 
72
78
  **Fixed:**
73
-
74
79
  - Fix usual same-line vue attribute behaviour [\#272](https://github.com/nextcloud/eslint-config/pull/272) ([skjnldsv](https://github.com/skjnldsv))
75
80
 
76
81
  **Dependency updates:**
77
-
78
82
  - Bump eslint from 8.6.0 to 8.7.0 [\#271](https://github.com/nextcloud/eslint-config/pull/271) ([dependabot[bot]](https://github.com/apps/dependabot))
79
83
  - Bump @babel/core from 7.16.7 to 7.16.10 [\#273](https://github.com/nextcloud/eslint-config/pull/273) ([dependabot[bot]](https://github.com/apps/dependabot))
80
84
 
@@ -83,11 +87,9 @@
83
87
  [Full Changelog](https://github.com/nextcloud/eslint-config/compare/v7.0.0...v7.0.1)
84
88
 
85
89
  **Fixed bugs:**
86
-
87
90
  - Allow component names to be single-word [\#270](https://github.com/nextcloud/eslint-config/pull/270) ([skjnldsv](https://github.com/skjnldsv))
88
91
 
89
92
  **Dependency updates:**
90
-
91
93
  - Bump webpack from 5.65.0 to 5.66.0 [\#269](https://github.com/nextcloud/eslint-config/pull/269) ([dependabot[bot]](https://github.com/apps/dependabot))
92
94
  - Bump eslint-plugin-vue from 8.2.0 to 8.3.0 [\#268](https://github.com/nextcloud/eslint-config/pull/268) ([dependabot[bot]](https://github.com/apps/dependabot))
93
95
 
@@ -96,7 +98,6 @@
96
98
  [Full Changelog](https://github.com/nextcloud/eslint-config/compare/v6.1.2...v7.0.0)
97
99
 
98
100
  **Merged pull requests:**
99
-
100
101
  - Eslint 8 [\#266](https://github.com/nextcloud/eslint-config/pull/266) ([skjnldsv](https://github.com/skjnldsv))
101
102
  - v7.0.0 [\#267](https://github.com/nextcloud/eslint-config/pull/267) ([skjnldsv](https://github.com/skjnldsv))
102
103
  ## [v6.1.2](https://github.com/nextcloud/eslint-config/tree/v6.1.2) (2021-12-20)
@@ -104,7 +105,6 @@
104
105
  [Full Changelog](https://github.com/nextcloud/eslint-config/compare/v6.1.1...v6.1.2)
105
106
 
106
107
  **Fixes:**
107
-
108
108
  - Fix vue custom event name casing [\#249](https://github.com/nextcloud/eslint-config/pull/249) ([Pytal](https://github.com/Pytal))
109
109
 
110
110
  ## [v6.1.1](https://github.com/nextcloud/eslint-config/tree/v6.1.1) (2021-12-02)
@@ -112,7 +112,6 @@
112
112
  [Full Changelog](https://github.com/nextcloud/eslint-config/compare/v6.1.0...v6.1.1)
113
113
 
114
114
  **Fixes:**
115
-
116
115
  - Disable tag rule [\#248](https://github.com/nextcloud/eslint-config/pull/248) ([skjnldsv](https://github.com/skjnldsv))
117
116
 
118
117
  ## [v6.1.0](https://github.com/nextcloud/eslint-config/tree/v6.1.0) (2021-08-11)
@@ -120,7 +119,6 @@
120
119
  [Full Changelog](https://github.com/nextcloud/eslint-config/compare/v6.0.1...v6.1.0)
121
120
 
122
121
  **Fix dependency:**
123
-
124
122
  - Remove undesired eslint-webpack-plugin ([skjnldsv](https://github.com/skjnldsv))
125
123
 
126
124
  ## [v6.0.1](https://github.com/nextcloud/eslint-config/tree/v6.0.1) (2021-08-11)
@@ -128,7 +126,6 @@
128
126
  [Full Changelog](https://github.com/nextcloud/eslint-config/compare/v6.0.0...v6.0.1)
129
127
 
130
128
  **Merged pull requests:**
131
-
132
129
  - Fix license header tags spacing [\#180](https://github.com/nextcloud/eslint-config/pull/180) ([skjnldsv](https://github.com/skjnldsv))
133
130
 
134
131
  ## [v6.0.0](https://github.com/nextcloud/eslint-config/tree/v6.0.0)
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  ## @nextcloud/eslint-config
2
2
 
3
3
  [![npm last version](https://img.shields.io/npm/v/@nextcloud/eslint-config.svg?style=flat-square)](https://www.npmjs.com/package/@nextcloud/eslint-config)
4
- [![Lint status](https://img.shields.io/github/actions/workflow/status/nextcloud/eslint-config/lint.yml?label=lint&style=flat-square)](https://github.com/nextcloud/eslint-config/actions/workflows/lint.yml)
4
+ [![Lint status](https://img.shields.io/github/actions/workflow/status/nextcloud/eslint-config/lint-eslint.yml?label=lint&style=flat-square)](https://github.com/nextcloud/eslint-config/actions/workflows/lint.yml)
5
5
  [![Dependabot status](https://img.shields.io/badge/Dependabot-enabled-brightgreen.svg?longCache=true&style=flat-square&logo=dependabot)](https://dependabot.com)
6
6
 
7
7
 
package/index.js CHANGED
@@ -29,6 +29,9 @@ module.exports = {
29
29
  paths: ['src'],
30
30
  extensions: ['.js', '.vue'],
31
31
  },
32
+ exports: {
33
+ conditions: ['import'],
34
+ },
32
35
  },
33
36
  jsdoc: {
34
37
  tagNamePreference: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextcloud/eslint-config",
3
- "version": "8.2.0",
3
+ "version": "8.2.1",
4
4
  "description": "Eslint shared config for nextcloud vue.js apps",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -18,6 +18,7 @@
18
18
  "@vue/eslint-config-typescript": "^11.0.2",
19
19
  "eslint": "^8.27.0",
20
20
  "eslint-config-standard": "^17.0.0",
21
+ "eslint-import-resolver-exports": "^1.0.0-beta.4",
21
22
  "eslint-plugin-import": "^2.26.0",
22
23
  "eslint-plugin-jsdoc": "^39.6.2",
23
24
  "eslint-plugin-n": "^15.5.1",
@@ -32,6 +33,7 @@
32
33
  "@nextcloud/eslint-plugin": "^2.0.0",
33
34
  "@vue/eslint-config-typescript": "^11.0.2",
34
35
  "eslint": "^8.27.0",
36
+ "eslint-import-resolver-exports": "^1.0.0-beta.4",
35
37
  "eslint-config-standard": "^17.0.0",
36
38
  "eslint-plugin-import": "^2.26.0",
37
39
  "eslint-plugin-jsdoc": "^39.6.2",