Skip to content

chore: update dependencies #222

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

Merged
merged 4 commits into from
Jun 17, 2021
Merged

chore: update dependencies #222

merged 4 commits into from
Jun 17, 2021

Conversation

ekashida
Copy link
Member

@ekashida ekashida commented Jun 16, 2021

Updates lwc and lwc-test to latest summer21 versions and also addresses many security advisories.

The remaining advisories don't seem addressable in this PR due to their being breaking changes ([email protected] and [email protected]) to subdependencies and should probably be looked at in the subdependency itself:
https://www.npmjs.com/advisories/1754
https://www.npmjs.com/advisories/1755

$ yarn why css-what
yarn why v1.22.10
[1/4] 🤔  Why do we have the module "css-what"...?
[2/4] 🚚  Initialising dependency graph...
[3/4] 🔍  Finding dependency...
[4/4] 🚡  Calculating file sizes...
=> Found "[email protected]"
info Reasons this module exists
   - "@lwc#compiler#@lwc#style-compiler#cssnano-preset-default#postcss-svgo#svgo#css-select" depends on it
   - Hoisted from "@lwc#compiler#@lwc#style-compiler#cssnano-preset-default#postcss-svgo#svgo#css-select#css-what"

$ yarn why normalize-url
yarn why v1.22.10
[1/4] 🤔  Why do we have the module "normalize-url"...?
[2/4] 🚚  Initialising dependency graph...
[3/4] 🔍  Finding dependency...
[4/4] 🚡  Calculating file sizes...
=> Found "[email protected]"
info Reasons this module exists
   - "@lwc#compiler#@lwc#style-compiler#cssnano-preset-default#postcss-normalize-url" depends on it
   - Hoisted from "@lwc#compiler#@lwc#style-compiler#cssnano-preset-default#postcss-normalize-url#normalize-url"

"fast-glob": "^3.2.5",
"jest": "26.6.3",
"yargs": "~16.2.0"
"yargs": "~17.0.1"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

babel-eslint has been replaced with @babel/eslint-parser.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missed this one. Will have a look today.

@ekashida ekashida merged commit 220e490 into summer21 Jun 17, 2021
@ekashida ekashida deleted the ekashida/dependency-update branch June 17, 2021 08:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants