[x] Chore (a non-breaking change which is related to package maintenance)
[ ] Bug fix (a non-breaking change which fixes an issue)
[ ] New feature (a non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Description
This PR upgrades all dependencies except the following:
prettier-plugin-jsdoc: An ESM-related issue with its underlying mdast-util-from-markdown dependency breaks the Prettier plugin. For now, the plugin should be kept on ^0.3.
Types of changes
Description
This PR upgrades all dependencies except the following:
prettier-plugin-jsdoc
: An ESM-related issue with its underlyingmdast-util-from-markdown
dependency breaks the Prettier plugin. For now, the plugin should be kept on^0.3
.Related issue: https://github.com/hosseinmd/prettier-plugin-jsdoc/issues/173
Checklist:
🦋