sku@12.5.1
Patch Changes
-
Remove
rimrafdependency in favour of Node.js'srm(#961) -
Unpin and bump
@pmmmwh/react-refresh-webpack-plugin(#959) -
Ensure all sku-generated gitignored files are present in
.prettierignoreand.eslintignoretoo (#957)Consumers should notice a few new files being added to the sku-managed sections within
.prettierignoreand.eslintignorethe next time askucommand is run:# managed by sku *.less.d.ts +.eslintcache +.eslintrc +.prettierrc .storybook/main.js coverage/ dist-storybook/ dist/ report/ # end managed by sku
These changes should be committed to your repo.
-
Disable peer dependency validation for PNPM (#952)
The method we currently use to validate peer dependencies and warn users about duplicate package is not compatible with how PNPM organizes dependencies in
node_modules. This feature has been disabled for PNPM repos until further notice. -
Replace
memoizeedependency withnano-memoize(#953) -
Replace
fast-globwithfdirandpicomatch(#952) -
Replace
validate-npm-package-namedependency with a regexp (#954) -
Improve performance of peer dependency validation (#952)
Peer dependency validation shoould now complete within a few seconds, rather than a few minutes.