-
-
Notifications
You must be signed in to change notification settings - Fork 44
refactor: update major #377
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@ota-meshi I think this PR is pretty much ready. But I do not understand why the documentation build fails on Netlify. Maybe you can help me: https://app.netlify.com/sites/heuristic-haibt-5d042e/deploys/6477c19ee446090008dc8d65#L155 🙏 |
Thank you for great work! |
Hmm. My local build seems to succeed. The version of Node is probably not the cause of the failure either. Maybe it's because of cache. |
Hmm, I've re-run netlify build, but I met the build error
I seem that that error is occured by vuepress deps |
.. I think I fixed the build? 😅 Reviews welcome! ❤️ |
docs/rules.md
Outdated
@@ -0,0 +1,40 @@ | |||
# Available Rules |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the url for this file has changed.
I think we should probably change it to docs/rules/index.md
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed! 🙌
docs/rules/index.md
Outdated
<!--prettier-ignore--> | ||
| Rule ID | Description | | | ||
|:--------|:------------|:---| | ||
| [@intlify/vue-i18n/<wbr>no-deprecated-i18n-component](./rules/no-deprecated-i18n-component.html) | disallow using deprecated `<i18n>` components (in Vue I18n 9.0.0+) | :black_nib: | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we probably need to change the path as well.
| [@intlify/vue-i18n/<wbr>no-deprecated-i18n-component](./rules/no-deprecated-i18n-component.html) | disallow using deprecated `<i18n>` components (in Vue I18n 9.0.0+) | :black_nib: | | |
| [@intlify/vue-i18n/<wbr>no-deprecated-i18n-component](./no-deprecated-i18n-component.html) | disallow using deprecated `<i18n>` components (in Vue I18n 9.0.0+) | :black_nib: | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done :)
Co-authored-by: Yosuke Ota <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
* chore(deps): Make import-fresh a proper dependency This is not a devDependency, because it's used in regular code in lib/utils/collect-keys.ts. This seems like an oversight in #377. * Create ten-insects-deny.md --------- Co-authored-by: Yosuke Ota <[email protected]>
glob