|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## Unreleased |
| 3 | +## [v8.3.0](https://github.com/nextcloud-libraries/eslint-config/tree/v8.3.0) (2023-09-25) |
| 4 | +[Full Changelog](https://github.com/nextcloud-libraries/eslint-config/compare/v8.2.1...v8.3.0) |
4 | 5 |
|
5 | | -## [v8.3.0-beta.2](https://github.com/nextcloud-libraries/eslint-config/tree/v8.3.0-beta.2) (2023-06-27) |
6 | | - |
7 | | -[Full Changelog](https://github.com/nextcloud-libraries/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-libraries/eslint-config/pull/569 |
11 | | -- fix: allow empty functions by @skjnldsv in https://github.com/nextcloud-libraries/eslint-config/pull/570 |
12 | | - |
13 | | -## [v8.3.0-beta.1](https://github.com/nextcloud-libraries/eslint-config/tree/v8.3.0-beta.1) (2023-06-27) |
14 | | - |
15 | | -[Full Changelog](https://github.com/nextcloud-libraries/eslint-config/compare/v8.3.0-beta.0...v8.3.0-beta.1) |
16 | | - |
17 | | -**Features:** |
18 | | -- Provide config for vue files written in Typescript, use `extends: "@nextcloud/eslint-config/typescript"`. |
19 | | -- Fully support vue files using the Composition API `<script setup>`. |
20 | | - |
21 | | -**Fixed:** |
22 | | -- fix: Add Typescript overrides for all valid Typescript file extensions by @susnux in https://github.com/nextcloud-libraries/eslint-config/pull/567 |
23 | | - |
24 | | -## [v8.3.0-beta.0](https://github.com/nextcloud-libraries/eslint-config/tree/v8.3.0-beta.0) (2023-05-12) |
25 | | - |
26 | | -[Full Changelog](https://github.com/nextcloud-libraries/eslint-config/compare/v8.2.1...v8.3.0-beta.0) |
| 6 | +### Features |
| 7 | +* Typescript 5 support |
| 8 | +* Allow linting of typescript with module resolution set to `node16` or `nodenext` by @susnux in https://github.com/nextcloud-libraries/eslint-config/pull/527 |
| 9 | +* Support Composition API & Typescript + Vue projects by @susnux in https://github.com/nextcloud-libraries/eslint-config/pull/562 |
| 10 | +* Allow linting of TSX files by @susnux in https://github.com/nextcloud-libraries/eslint-config/pull/456 |
27 | 11 |
|
28 | | -**Merged pull requests:** |
29 | | -- Typescript 5 support |
30 | | -- Various dependencies upgrades |
| 12 | +### Fixes |
| 13 | +* Ignore camelcase rule for __webpack variables by @kesselb in https://github.com/nextcloud-libraries/eslint-config/pull/530 |
| 14 | +* Add Typescript overrides for all valid Typescript file extensions by @susnux in https://github.com/nextcloud-libraries/eslint-config/pull/567 |
| 15 | +* Allow empty functions by @skjnldsv in https://github.com/nextcloud-libraries/eslint-config/pull/570 |
| 16 | +* fix(typescript): Also set the typescript settings to the vue overrides for typescript import resolving by @susnux in https://github.com/nextcloud-libraries/eslint-config/pull/639 |
| 17 | +* fix(typescript): Allow generic type parameters on function calls by @susnux in https://github.com/nextcloud-libraries/eslint-config/pull/571 |
| 18 | +* Make sure vue files written in Typescript are linted correctly by @susnux in https://github.com/nextcloud-libraries/eslint-config/pull/579 |
| 19 | +* fix: Allow to import packages from `devDependencies` within config files by @susnux in https://github.com/nextcloud-libraries/eslint-config/pull/580 |
| 20 | +* fix: Allow `@jest-environment` docblock for jest tests by @susnux in https://github.com/nextcloud-libraries/eslint-config/pull/592 |
| 21 | + |
| 22 | +### Changed |
| 23 | +* Various dependencies upgrades |
| 24 | +* chore: Update `@nextcloud/eslint-plugin` to version 2.1.0 by @susnux in https://github.com/nextcloud-libraries/eslint-config/pull/605 |
| 25 | +* Drop webpack dependency by @susnux in https://github.com/nextcloud-libraries/eslint-config/pull/528 |
| 26 | +538 |
| 27 | +* Update node engines to next LTS (node 20 and NPM 9) by @nextcloud-command in https://github.com/nextcloud-libraries/eslint-config/pull/563 |
| 28 | +565 |
| 29 | +* Make eslint to take this config for linting the config by @susnux in https://github.com/nextcloud-libraries/eslint-config/pull/572 |
| 30 | +* chore: Fix URLs after package got transfered by @susnux in https://github.com/nextcloud-libraries/eslint-config/pull/602 |
31 | 31 |
|
32 | 32 | ## [v8.2.1](https://github.com/nextcloud-libraries/eslint-config/tree/v8.2.1) (2023-01-30) |
33 | 33 |
|
|
0 commit comments