Skip to content
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

chore: upgrade dependencies - FRONT-324 #1788

Merged
merged 9 commits into from
Nov 30, 2020
Merged

Conversation

kalinchernev
Copy link
Contributor

@kalinchernev kalinchernev commented Nov 27, 2020

Items not updated:

  • twig/twing-related items
  • terser-webpack-plugin v5 requires webpack > 4
  • webpack, because Webpack 5 upgrade storybookjs/storybook#9216
  • remark-frontmatter as it bump remark to 13 which is not as integrated to mdx yet which results with frontmatter not being removed

Notable changes:

  • css sourcing plugins default to esModule true, which has been set to false to keep previous non-breaking behaviors
  • postcss 8
  • postcss loader config objects changed
  • semver package added to the resolutions because of a vulnerability; had to use >= sign documented on yarn website the ^ does not solve it as yarn will save versions not matching between the different packages depending on it. In our case >=4.x solves a vulnerability, but there are packages using v7...

@github-actions
Copy link

github-actions bot commented Nov 27, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants