-
Notifications
You must be signed in to change notification settings - Fork 916
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
Bumps the nested dependency of nth-check
to v2.0.1
#1422
Conversation
`nth-check` is a dependency of `cheerio > css-select`. Even though our dependency on `cheerio@0.22.0` pulls in `nth-check@~1.0.1`, its signature hasn't changed in `nth-check@2.0.1` and a resolution to bump works. Resolves opensearch-project#1081 Signed-off-by: Miki <miki@amazon.com>
@@ -16970,7 +16963,7 @@ side-channel@^1.0.3, side-channel@^1.0.4: | |||
get-intrinsic "^1.0.2" | |||
object-inspect "^1.9.0" | |||
|
|||
signal-exit@^3.0.0, signal-exit@^3.0.2, signal-exit@^3.0.3: | |||
signal-exit@^3.0.0, signal-exit@^3.0.2, signal-exit@^3.0.3, signal-exit@^3.0.7: |
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.
This is a stylelint
dep that was probably missing from an earlier commit.
@@ -17565,7 +17558,7 @@ string-width@^1.0.1: | |||
is-fullwidth-code-point "^2.0.0" | |||
strip-ansi "^4.0.0" | |||
|
|||
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0: | |||
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: |
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.
This is a stylelint
dep that was probably missing from an earlier commit.
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.
LGTM!
…to 2.0.1 Issue Resolve opensearch-project#1081 Backport PR opensearch-project#1422 Signed-off-by: Anan Zhuang <ananzh@amazon.com>
Issue Resolve opensearch-project#1081 Backport PR opensearch-project#1422 Signed-off-by: Anan Zhuang <ananzh@amazon.com>
Issue Resolve opensearch-project#1081 Backport PR opensearch-project#1422 Signed-off-by: Anan Zhuang <ananzh@amazon.com>
Signed-off-by: Miki miki@amazon.com
Description
nth-check
is a dependency ofcheerio > css-select
. Even though our dependency oncheerio@0.22.0
pulls innth-check@~1.0.1
, its signature hasn't changed* innth-check@2.0.1
and a resolution to bump works.(*) The signature has changed but is backward compatible.
Issues Resolved
Resolves #1081
Check List
yarn test:jest
yarn test:jest_integration
yarn test:ftr