From 401f1c670c5f81f8c6bc89fb6bec02b6aed23ca3 Mon Sep 17 00:00:00 2001 From: Madogiwa <17684091+Madogiwa0124@users.noreply.github.com> Date: Mon, 20 Feb 2023 20:20:39 +0900 Subject: [PATCH 1/4] Added a migration guide for `v-on.native modifier removed` in further reading. --- docs/rules/no-deprecated-v-on-native-modifier.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/rules/no-deprecated-v-on-native-modifier.md b/docs/rules/no-deprecated-v-on-native-modifier.md index 394db36bc..2f06ede4e 100644 --- a/docs/rules/no-deprecated-v-on-native-modifier.md +++ b/docs/rules/no-deprecated-v-on-native-modifier.md @@ -44,6 +44,7 @@ Nothing. ## :books: Further Reading - [Vue RFCs - 0031-attr-fallthrough](https://github.com/vuejs/rfcs/blob/master/active-rfcs/0031-attr-fallthrough.md) +- [Migration Guide - v-on.native modifier removed](https://v3-migration.vuejs.org/breaking-changes/v-on-native-modifier-removed.html) ## :rocket: Version From 7ced524852257d3bd6b5f50b410954f01fca9057 Mon Sep 17 00:00:00 2001 From: Madogiwa <17684091+Madogiwa0124@users.noreply.github.com> Date: Mon, 20 Feb 2023 22:19:28 +0900 Subject: [PATCH 2/4] Added a migration guide for `VNode Lifecycle Events` in further reading. --- docs/rules/no-deprecated-destroyed-lifecycle.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/rules/no-deprecated-destroyed-lifecycle.md b/docs/rules/no-deprecated-destroyed-lifecycle.md index c99a7670a..dfc42ec05 100644 --- a/docs/rules/no-deprecated-destroyed-lifecycle.md +++ b/docs/rules/no-deprecated-destroyed-lifecycle.md @@ -40,6 +40,10 @@ export default { Nothing. +## :books: Further Reading + +- [Migration Guide - VNode Lifecycle Events](https://v3-migration.vuejs.org/breaking-changes/vnode-lifecycle-events.html#migration-strategy) + ## :rocket: Version This rule was introduced in eslint-plugin-vue v7.0.0 From ce8bde9a0a90ec0cba2824a8693e20cde1231dba Mon Sep 17 00:00:00 2001 From: Madogiwa <17684091+Madogiwa0124@users.noreply.github.com> Date: Mon, 20 Feb 2023 22:20:26 +0900 Subject: [PATCH 3/4] Added a migration guide for `$listeners removed` in further reading. --- docs/rules/no-deprecated-dollar-listeners-api.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/rules/no-deprecated-dollar-listeners-api.md b/docs/rules/no-deprecated-dollar-listeners-api.md index f0f1616cc..33c00669b 100644 --- a/docs/rules/no-deprecated-dollar-listeners-api.md +++ b/docs/rules/no-deprecated-dollar-listeners-api.md @@ -46,6 +46,7 @@ Nothing. ## :books: Further Reading - [Vue RFCs - 0031-attr-fallthrough](https://github.com/vuejs/rfcs/blob/master/active-rfcs/0031-attr-fallthrough.md) +- [Migration Guide - $listeners removed](https://v3-migration.vuejs.org/breaking-changes/listeners-removed.html) ## :rocket: Version From c1badab78cc9694c485b7392675bd3c74c155e32 Mon Sep 17 00:00:00 2001 From: Flo Edelmann Date: Mon, 20 Feb 2023 14:35:59 +0100 Subject: [PATCH 4/4] Minor Markdown formatting --- docs/rules/no-deprecated-dollar-listeners-api.md | 2 +- docs/rules/no-deprecated-v-on-native-modifier.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/rules/no-deprecated-dollar-listeners-api.md b/docs/rules/no-deprecated-dollar-listeners-api.md index 33c00669b..2d007a6b0 100644 --- a/docs/rules/no-deprecated-dollar-listeners-api.md +++ b/docs/rules/no-deprecated-dollar-listeners-api.md @@ -46,7 +46,7 @@ Nothing. ## :books: Further Reading - [Vue RFCs - 0031-attr-fallthrough](https://github.com/vuejs/rfcs/blob/master/active-rfcs/0031-attr-fallthrough.md) -- [Migration Guide - $listeners removed](https://v3-migration.vuejs.org/breaking-changes/listeners-removed.html) +- [Migration Guide - `$listeners` removed](https://v3-migration.vuejs.org/breaking-changes/listeners-removed.html) ## :rocket: Version diff --git a/docs/rules/no-deprecated-v-on-native-modifier.md b/docs/rules/no-deprecated-v-on-native-modifier.md index 2f06ede4e..18c68565a 100644 --- a/docs/rules/no-deprecated-v-on-native-modifier.md +++ b/docs/rules/no-deprecated-v-on-native-modifier.md @@ -44,7 +44,7 @@ Nothing. ## :books: Further Reading - [Vue RFCs - 0031-attr-fallthrough](https://github.com/vuejs/rfcs/blob/master/active-rfcs/0031-attr-fallthrough.md) -- [Migration Guide - v-on.native modifier removed](https://v3-migration.vuejs.org/breaking-changes/v-on-native-modifier-removed.html) +- [Migration Guide - `v-on.native` modifier removed](https://v3-migration.vuejs.org/breaking-changes/v-on-native-modifier-removed.html) ## :rocket: Version