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": {