chore(deps): upgrade copy-webpack-plugin to 13.0.0
Pre-flight checklist
- [ ] I have read the Contributing Guidelines on pull requests.
- [ ] If this is a code change: I have written unit tests and/or added dogfooding pages to fully verify the new behavior.
- [ ] If this is a new API or substantial change: the PR has an accompanying issue (closes #0000) and the maintainers have approved on my working plan.
Motivation
Keeps the project a bit more modern and removes globby as a dependency
Test Plan
Test links
Deploy preview: https://deploy-preview-_____--docusaurus-2.netlify.app/
Related issues/PRs
[V2]
Built without sensitive environment variables
| Name | Link |
|---|---|
| Latest commit | 2c8d5cbc109dcb1d23321735768dd6ea1f228a44 |
| Latest deploy log | https://app.netlify.com/sites/docusaurus-2/deploys/67d483b5ad3dfa0008485966 |
| Deploy Preview | https://deploy-preview-10995--docusaurus-2.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
⚡️ Lighthouse report for the deploy preview of this PR
| URL | Performance | Accessibility | Best Practices | SEO | Report |
|---|---|---|---|---|---|
| / | 🟠 57 | 🟢 98 | 🟢 100 | 🟢 100 | Report |
| /docs/installation | 🔴 47 | 🟢 97 | 🟢 100 | 🟢 100 | Report |
| /docs/category/getting-started | 🟠 73 | 🟢 100 | 🟢 100 | 🟠 86 | Report |
| /blog | 🟠 61 | 🟢 96 | 🟢 100 | 🟠 86 | Report |
| /blog/preparing-your-site-for-docusaurus-v3 | 🟠 64 | 🟢 92 | 🟢 100 | 🟢 100 | Report |
| /blog/tags/release | 🟠 63 | 🟢 96 | 🟢 100 | 🟠 86 | Report |
| /blog/tags | 🟠 73 | 🟢 100 | 🟢 100 | 🟠 86 | Report |
error [email protected]: The engine "node" is incompatible with this module. Expected version ">= 18.12.0". Got "18.0.0"
Looks like we can't merge this for Docusaurus v3 since we support Node 18.0
Thanks. Are there any plans for a Docusaurus 4?
Yes, we'll try to move to Docusaurus v4 soon. Major releases are not exciting in terms of new features, but they are good opportunities to ship such breaking changes. I'm not sure yet what we'll include on v4, but we'll try to upgrade a few dependencies and see how easy it is to do so.