-
Notifications
You must be signed in to change notification settings - Fork 72
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
Fix yo doctor errors during build #24
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AMoo-Miki
force-pushed
the
fix-yo-doctor
branch
from
August 8, 2022 20:50
1b6673e
to
b008d59
Compare
Signed-off-by: Miki <miki@amazon.com>
AMoo-Miki
force-pushed
the
fix-yo-doctor
branch
from
August 8, 2022 20:53
b008d59
to
d490dc9
Compare
bandinib-amzn
approved these changes
Aug 8, 2022
manasvinibs
approved these changes
Aug 8, 2022
ashwin-pc
approved these changes
Aug 8, 2022
opensearch-trigger-bot bot
pushed a commit
that referenced
this pull request
Aug 9, 2022
Signed-off-by: Miki <miki@amazon.com> (cherry picked from commit 3b2ae65)
AMoo-Miki
added a commit
that referenced
this pull request
Aug 17, 2022
AMoo-Miki
added a commit
that referenced
this pull request
Sep 12, 2022
* Avoid using dev-deps in post-install script (#23) Signed-off-by: Miki <miki@amazon.com> * Fix yodoctor errors (#24) Signed-off-by: Miki <miki@amazon.com> * Add backport workflow (#26) Signed-off-by: Miki <miki@amazon.com> * Add code owners and issue templates (#27) Signed-off-by: Miki <miki@amazon.com> * Bump node to 14.20.0 (#36) Signed-off-by: Miki <miki@amazon.com> * Bump `pacote` as a transitive dependency of `codesandbox` (#38) `codesandbox` no longer consumes `pacote` and its inclusion as dep is in error. Signed-off-by: Miki <miki@amazon.com> * Fix lint errors (#39) * Lockdown cheerio to rc.8 * SCSS spacing * Incorrect alias classname Signed-off-by: Miki <miki@amazon.com> * Fix test errors (#42) * Lockdown cheerio to rc.5 Signed-off-by: Miki <miki@amazon.com> * Bump packages - CVE (#50) * Bump packages - CVE Signed-off-by: kaddy645 <xdeskart@amazon.com> * Bump moment-timezone from 0.5.31 to 0.5.35 (#54) Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.31 to 0.5.35. - [Release notes](https://github.com/moment/moment-timezone/releases) - [Changelog](https://github.com/moment/moment-timezone/blob/develop/changelog.md) - [Commits](moment/moment-timezone@0.5.31...0.5.35) --- updated-dependencies: - dependency-name: moment-timezone dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump React 16.12.0 to 16.14.0 (#55) Signed-off-by: kaddy645 <xdeskart@amazon.com> Signed-off-by: kaddy645 <xdeskart@amazon.com> * Bump har-validator (#57) Signed-off-by: Bandini Bhopi <bandinib@amazon.com> Signed-off-by: Bandini Bhopi <bandinib@amazon.com> * Fix compile icon script to include license header (#43) Issue resolved: #37 Signed-off-by: Bandini Bhopi <bandinib@amazon.com> Signed-off-by: Bandini Bhopi <bandinib@amazon.com> Signed-off-by: Miki <miki@amazon.com> Signed-off-by: kaddy645 <xdeskart@amazon.com> Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Bandini Bhopi <bandinib@amazon.com> Co-authored-by: Kartik Desai <xdeskart@amazon.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bandini <63824432+bandinib-amzn@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Removes forced resolution of
bin-version-check
to a higher and incompatible version to avoid yo-doctor errors during build.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.