|
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 | 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 | 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) |
56 | 64 |
|
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 | 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 | 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 | 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) |
103 | 104 |
|
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) |
111 | 111 |
|
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) |
119 | 118 |
|
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) |
127 | 125 |
|
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) |
|
0 commit comments