From 410df39bee8eace93f9daad673807c2e6f49aa18 Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Fri, 22 Jul 2022 15:16:22 +0800 Subject: [PATCH] chore!: release v8.0.0 --- .changeset/lucky-beers-remember.md | 14 -------------- .../CHANGELOG.md | 15 +++++++++++++++ .../package.json | 2 +- packages/eslint-config-standard/CHANGELOG.md | 15 +++++++++++++++ packages/eslint-config-standard/package.json | 2 +- 5 files changed, 32 insertions(+), 16 deletions(-) delete mode 100644 .changeset/lucky-beers-remember.md create mode 100644 packages/eslint-config-standard-with-typescript/CHANGELOG.md create mode 100644 packages/eslint-config-standard/CHANGELOG.md diff --git a/.changeset/lucky-beers-remember.md b/.changeset/lucky-beers-remember.md deleted file mode 100644 index 21ce419..0000000 --- a/.changeset/lucky-beers-remember.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -"@vue/eslint-config-standard": major -"@vue/eslint-config-standard-with-typescript": major ---- - -#### A Standalone `@vue/eslint-config-standard-with-typescript` - -When using the Standard Style in a TypeScript project, you no longer need to install both `@vue/eslint-config-standard` and `@vue/eslint-config-typescript`. -You can just use the `@vue/eslint-config-standard-with-typescript` package. It also provides stricter rules for TypeScript. - -#### Better integration with `@rushstack/eslint-patch` - -All the eslint plugins used here are listed as `dependencies`, rather than `peerDependencies`. -So when using these configs with `@rushstack/eslint-patch`, you no longer have to install the plugins separately. diff --git a/packages/eslint-config-standard-with-typescript/CHANGELOG.md b/packages/eslint-config-standard-with-typescript/CHANGELOG.md new file mode 100644 index 0000000..87610c7 --- /dev/null +++ b/packages/eslint-config-standard-with-typescript/CHANGELOG.md @@ -0,0 +1,15 @@ +# @vue/eslint-config-standard-with-typescript + +## 8.0.0 + +### Major Changes + +- aec0749: #### A Standalone `@vue/eslint-config-standard-with-typescript` + + When using the Standard Style in a TypeScript project, you no longer need to install both `@vue/eslint-config-standard` and `@vue/eslint-config-typescript`. + You can just use the `@vue/eslint-config-standard-with-typescript` package. It also provides stricter rules for TypeScript. + + #### Better integration with `@rushstack/eslint-patch` + + All the eslint plugins used here are listed as `dependencies`, rather than `peerDependencies`. + So when using these configs with `@rushstack/eslint-patch`, you no longer have to install the plugins separately. diff --git a/packages/eslint-config-standard-with-typescript/package.json b/packages/eslint-config-standard-with-typescript/package.json index f931bb8..45140e4 100644 --- a/packages/eslint-config-standard-with-typescript/package.json +++ b/packages/eslint-config-standard-with-typescript/package.json @@ -1,6 +1,6 @@ { "name": "@vue/eslint-config-standard-with-typescript", - "version": "7.0.0", + "version": "8.0.0", "description": "eslint-config-standard-with-typescript for Vue.js projects", "main": "index.cjs", "exports": { diff --git a/packages/eslint-config-standard/CHANGELOG.md b/packages/eslint-config-standard/CHANGELOG.md new file mode 100644 index 0000000..845fe9d --- /dev/null +++ b/packages/eslint-config-standard/CHANGELOG.md @@ -0,0 +1,15 @@ +# @vue/eslint-config-standard + +## 8.0.0 + +### Major Changes + +- aec0749: #### A Standalone `@vue/eslint-config-standard-with-typescript` + + When using the Standard Style in a TypeScript project, you no longer need to install both `@vue/eslint-config-standard` and `@vue/eslint-config-typescript`. + You can just use the `@vue/eslint-config-standard-with-typescript` package. It also provides stricter rules for TypeScript. + + #### Better integration with `@rushstack/eslint-patch` + + All the eslint plugins used here are listed as `dependencies`, rather than `peerDependencies`. + So when using these configs with `@rushstack/eslint-patch`, you no longer have to install the plugins separately. diff --git a/packages/eslint-config-standard/package.json b/packages/eslint-config-standard/package.json index 4ea54a7..1278c07 100644 --- a/packages/eslint-config-standard/package.json +++ b/packages/eslint-config-standard/package.json @@ -1,6 +1,6 @@ { "name": "@vue/eslint-config-standard", - "version": "7.0.0", + "version": "8.0.0", "description": "eslint-config-standard for Vue.js projects", "main": "index.cjs", "exports": {