From f7960c8bf84da6a716537630f14023f961892a44 Mon Sep 17 00:00:00 2001 From: yosuke ota Date: Tue, 4 Oct 2022 13:49:36 +0900 Subject: [PATCH] 9.6.0 --- docs/rules/no-required-prop-with-default.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/rules/no-required-prop-with-default.md b/docs/rules/no-required-prop-with-default.md index 418a4118b..38c0a0e8a 100644 --- a/docs/rules/no-required-prop-with-default.md +++ b/docs/rules/no-required-prop-with-default.md @@ -3,12 +3,12 @@ pageClass: rule-details sidebarDepth: 0 title: vue/no-required-prop-with-default description: enforce props with default values ​​to be optional +since: v9.6.0 --- # vue/no-required-prop-with-default > enforce props with default values ​​to be optional -- :exclamation: ***This rule has not been released yet.*** - :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fixing-problems) can automatically fix some of the problems reported by this rule. - :bulb: Some problems reported by this rule are manually fixable by editor [suggestions](https://eslint.org/docs/developer-guide/working-with-rules#providing-suggestions). @@ -99,6 +99,10 @@ This rule enforces all props with default values to be optional. - [vue/require-default-prop](./require-default-prop.md) +## :rocket: Version + +This rule was introduced in eslint-plugin-vue v9.6.0 + ## :mag: Implementation - [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/no-required-prop-with-default.js) diff --git a/package.json b/package.json index 6fa02bc8f..f0a2f198a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-vue", - "version": "9.5.1", + "version": "9.6.0", "description": "Official ESLint plugin for Vue.js", "main": "lib/index.js", "scripts": {