Skip to content

Commit

Permalink
Merge pull request #644 from nextcloud-libraries/chore/prepare-8-3-0
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv committed Sep 24, 2023
2 parents 3bef196 + fdebf56 commit 6fb951e
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 43 deletions.
52 changes: 26 additions & 26 deletions CHANGELOG.md
@@ -1,33 +1,33 @@
# Changelog

## Unreleased
## [v8.3.0](https://github.com/nextcloud-libraries/eslint-config/tree/v8.3.0) (2023-09-25)
[Full Changelog](https://github.com/nextcloud-libraries/eslint-config/compare/v8.2.1...v8.3.0)

## [v8.3.0-beta.2](https://github.com/nextcloud-libraries/eslint-config/tree/v8.3.0-beta.2) (2023-06-27)

[Full Changelog](https://github.com/nextcloud-libraries/eslint-config/compare/v8.3.0-beta.1...v8.3.0-beta.2)

**Fixed:**
- chore: update typescript deps and co by @skjnldsv in https://github.com/nextcloud-libraries/eslint-config/pull/569
- fix: allow empty functions by @skjnldsv in https://github.com/nextcloud-libraries/eslint-config/pull/570

## [v8.3.0-beta.1](https://github.com/nextcloud-libraries/eslint-config/tree/v8.3.0-beta.1) (2023-06-27)

[Full Changelog](https://github.com/nextcloud-libraries/eslint-config/compare/v8.3.0-beta.0...v8.3.0-beta.1)

**Features:**
- Provide config for vue files written in Typescript, use `extends: "@nextcloud/eslint-config/typescript"`.
- Fully support vue files using the Composition API `<script setup>`.

**Fixed:**
- fix: Add Typescript overrides for all valid Typescript file extensions by @susnux in https://github.com/nextcloud-libraries/eslint-config/pull/567

## [v8.3.0-beta.0](https://github.com/nextcloud-libraries/eslint-config/tree/v8.3.0-beta.0) (2023-05-12)

[Full Changelog](https://github.com/nextcloud-libraries/eslint-config/compare/v8.2.1...v8.3.0-beta.0)
### Features
* Typescript 5 support
* Allow linting of typescript with module resolution set to `node16` or `nodenext` by @susnux in https://github.com/nextcloud-libraries/eslint-config/pull/527
* Support Composition API & Typescript + Vue projects by @susnux in https://github.com/nextcloud-libraries/eslint-config/pull/562
* Allow linting of TSX files by @susnux in https://github.com/nextcloud-libraries/eslint-config/pull/456

**Merged pull requests:**
- Typescript 5 support
- Various dependencies upgrades
### Fixes
* Ignore camelcase rule for __webpack variables by @kesselb in https://github.com/nextcloud-libraries/eslint-config/pull/530
* Add Typescript overrides for all valid Typescript file extensions by @susnux in https://github.com/nextcloud-libraries/eslint-config/pull/567
* Allow empty functions by @skjnldsv in https://github.com/nextcloud-libraries/eslint-config/pull/570
* 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
* fix(typescript): Allow generic type parameters on function calls by @susnux in https://github.com/nextcloud-libraries/eslint-config/pull/571
* Make sure vue files written in Typescript are linted correctly by @susnux in https://github.com/nextcloud-libraries/eslint-config/pull/579
* fix: Allow to import packages from `devDependencies` within config files by @susnux in https://github.com/nextcloud-libraries/eslint-config/pull/580
* fix: Allow `@jest-environment` docblock for jest tests by @susnux in https://github.com/nextcloud-libraries/eslint-config/pull/592

### Changed
* Various dependencies upgrades
* chore: Update `@nextcloud/eslint-plugin` to version 2.1.0 by @susnux in https://github.com/nextcloud-libraries/eslint-config/pull/605
* Drop webpack dependency by @susnux in https://github.com/nextcloud-libraries/eslint-config/pull/528
538
* Update node engines to next LTS (node 20 and NPM 9) by @nextcloud-command in https://github.com/nextcloud-libraries/eslint-config/pull/563
565
* Make eslint to take this config for linting the config by @susnux in https://github.com/nextcloud-libraries/eslint-config/pull/572
* chore: Fix URLs after package got transfered by @susnux in https://github.com/nextcloud-libraries/eslint-config/pull/602

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

Expand Down
24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@nextcloud/eslint-config",
"version": "8.3.0-beta.2",
"version": "8.3.0",
"description": "Eslint shared config for nextcloud vue.js apps",
"main": "index.js",
"repository": {
Expand All @@ -16,10 +16,10 @@
"@babel/core": "^7.22.20",
"@babel/eslint-parser": "^7.16.5",
"@nextcloud/eslint-plugin": "^2.1.0",
"@vue/eslint-config-typescript": "^11.0.2",
"@vue/eslint-config-typescript": "^12.0.0",
"eslint": "^8.27.0",
"eslint-config-standard": "^17.0.0",
"eslint-import-resolver-exports": "^1.0.0-beta.4",
"eslint-config-standard": "^17.1.0",
"eslint-import-resolver-exports": "^1.0.0-beta.5",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^46.2.6",
Expand All @@ -35,7 +35,7 @@
"@types/eslint": "^8.44.2",
"@types/jest": "^29.5.5",
"@vue/eslint-config-typescript": "^12.0.0",
"eslint": "^8.49.0",
"eslint": "^8.50.0",
"eslint-config-standard": "^17.1.0",
"eslint-import-resolver-exports": "^1.0.0-beta.5",
"eslint-import-resolver-typescript": "^3.6.1",
Expand Down

0 comments on commit 6fb951e

Please sign in to comment.