Skip to content

Commit

Permalink
chore!: release v8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sodatea committed Jul 22, 2022
1 parent aec0749 commit 410df39
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 16 deletions.
14 changes: 0 additions & 14 deletions .changeset/lucky-beers-remember.md

This file was deleted.

15 changes: 15 additions & 0 deletions 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.
@@ -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": {
Expand Down
15 changes: 15 additions & 0 deletions 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.
2 changes: 1 addition & 1 deletion 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": {
Expand Down

0 comments on commit 410df39

Please sign in to comment.