Skip to content

Commit 6fb951e

Browse files
authored
Merge pull request #644 from nextcloud-libraries/chore/prepare-8-3-0
2 parents 3bef196 + fdebf56 commit 6fb951e

3 files changed

Lines changed: 43 additions & 43 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: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
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": {
@@ -16,10 +16,10 @@
1616
"@babel/core": "^7.22.20",
1717
"@babel/eslint-parser": "^7.16.5",
1818
"@nextcloud/eslint-plugin": "^2.1.0",
19-
"@vue/eslint-config-typescript": "^11.0.2",
19+
"@vue/eslint-config-typescript": "^12.0.0",
2020
"eslint": "^8.27.0",
21-
"eslint-config-standard": "^17.0.0",
22-
"eslint-import-resolver-exports": "^1.0.0-beta.4",
21+
"eslint-config-standard": "^17.1.0",
22+
"eslint-import-resolver-exports": "^1.0.0-beta.5",
2323
"eslint-import-resolver-typescript": "^3.6.1",
2424
"eslint-plugin-import": "^2.26.0",
2525
"eslint-plugin-jsdoc": "^46.2.6",
@@ -35,7 +35,7 @@
3535
"@types/eslint": "^8.44.2",
3636
"@types/jest": "^29.5.5",
3737
"@vue/eslint-config-typescript": "^12.0.0",
38-
"eslint": "^8.49.0",
38+
"eslint": "^8.50.0",
3939
"eslint-config-standard": "^17.1.0",
4040
"eslint-import-resolver-exports": "^1.0.0-beta.5",
4141
"eslint-import-resolver-typescript": "^3.6.1",

0 commit comments

Comments
 (0)