-
Notifications
You must be signed in to change notification settings - Fork 923
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
Require front-matter v4.0.2, fix resolutions #559
Conversation
✅ DCO Check Passed 7d6105e |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good. Thanks tommy
"**/graphql-toolkit/lodash": "^4.17.15", | ||
"**/hoist-non-react-statics": "^3.3.2", | ||
"**/immer": "^8.0.1", | ||
"**/isomorphic-fetch/node-fetch": "^2.6.1", | ||
"**/istanbul-instrumenter-loader/schema-utils": "^1.0.0", | ||
"**/load-grunt-config/lodash": "^4.17.20", | ||
"**/locutus": "^2.0.14", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unnecessary resolutions for dependencies
Just verifying that this was unnecessary #460
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah that's correct, the correct way to bump the minor or patch version is to remove the dependency from the lockfile and then re-run bootstrap
. That's what dependabot does as well: https://medium.com/@ayushya/upgrading-javascript-packages-deep-dependencies-using-yarn-8b5983d5fb6b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice to learn
7d6105e
to
2be6e98
Compare
✅ DCO Check Passed 2be6e98 |
2be6e98
to
83f40e4
Compare
✅ DCO Check Passed 83f40e4 |
83f40e4
to
2709780
Compare
✅ DCO Check Passed 2709780 |
2709780
to
0ae8375
Compare
✅ DCO Check Passed dfc1f95 |
Addresses [WS-2020-0341](jxson/front-matter@f71652c) Also removes unnecessary resolutions for dependencies that didn't have conflicts. `front-matter` 2.1.2 is a downstream dependency of `sass-lint` which is an unmaintained repo without any newer versions. I've opened opensearch-project#551 to address this as a longer-term solution. Upgrades [front-matter](https://github.com/jxson/front-matter) from 2.1.2 to 4.0.2 - [Release notes](https://github.com/jxson/front-matter/releases) - [Commits](jxson/front-matter@v2.1.2...v4.0.2) Signed-off-by: Tommy Markley <[email protected]>
dfc1f95
to
a174ce9
Compare
✅ DCO Check Passed a174ce9 |
Description
Addresses WS-2020-0341
Also removes unnecessary resolutions for dependencies that didn't have conflicts.
front-matter
2.1.2 is a downstream dependency ofsass-lint
which is an unmaintained repo without any newer versions. I've opened #551 to address this as a longer-term solution.Upgrades front-matter from 2.1.2 to 4.0.2
Before
Testing
Issues Resolved
N/A
Check List