Skip to content

Commit fdebf56

Browse files
committed
chore: Prepare 8.3.0 release
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 3e7d821 commit fdebf56

3 files changed

Lines changed: 29 additions & 29 deletions

File tree

CHANGELOG.md

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
# Changelog
22

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)
45

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
2711

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
3131

3232
## [v8.2.1](https://github.com/nextcloud-libraries/eslint-config/tree/v8.2.1) (2023-01-30)
3333

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextcloud/eslint-config",
3-
"version": "8.3.0-beta.2",
3+
"version": "8.3.0",
44
"description": "Eslint shared config for nextcloud vue.js apps",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)