-
Notifications
You must be signed in to change notification settings - Fork 87
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
Update dependencies next phase 2 #2061
Conversation
Signed-off-by: Andrew W. Harn <[email protected]>
Signed-off-by: Andrew W. Harn <[email protected]>
Signed-off-by: Andrew W. Harn <[email protected]>
Signed-off-by: Andrew W. Harn <[email protected]>
Signed-off-by: Andrew W. Harn <[email protected]>
…ext-phase-2 Signed-off-by: Andrew W. Harn <[email protected]>
Signed-off-by: Andrew W. Harn <[email protected]>
Signed-off-by: Andrew W. Harn <[email protected]>
Signed-off-by: Andrew W. Harn <[email protected]>
Signed-off-by: Andrew W. Harn <[email protected]>
Signed-off-by: Andrew W. Harn <[email protected]>
Signed-off-by: Andrew W. Harn <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## next #2061 +/- ##
=======================================
Coverage 91.08% 91.08%
=======================================
Files 638 638
Lines 18824 18825 +1
Branches 3809 3809
=======================================
+ Hits 17146 17147 +1
Misses 1677 1677
Partials 1 1 ☔ View full report in Codecov by Sentry. |
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. Just a couple of notes.
Signed-off-by: Andrew W. Harn <[email protected]>
Signed-off-by: Andrew W. Harn <[email protected]>
02e9b9a
to
08ebe15
Compare
Signed-off-by: Andrew W. Harn <[email protected]>
…ext-phase-2 Signed-off-by: Andrew W. Harn <[email protected]>
Signed-off-by: Andrew W. Harn <[email protected]>
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, thanks @awharn!
Signed-off-by: Andrew W. Harn <[email protected]>
Signed-off-by: Andrew W. Harn <[email protected]>
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! 😋
Signed-off-by: Andrew W. Harn <[email protected]>
Signed-off-by: Andrew W. Harn <[email protected]>
I don't think fixing the typedoc requires a changelog entry. 😅 |
|
What It Does
Updates the remaining packages (except
yargs
andtypescript
) to their latest versionsReplaces
lerna
withlerna-lite
for a lightweight Lerna experienceRemoves
get-stream
for a native node functionRemoves unneeded dependencies:
@types/find-up
shebang-regex
syncpack
tsc-watch
Increases node engine required version to
>=16.7.0
The following packages could not be fully upgraded:
chalk
- ESMdiff2html
- Using specialized versionfind-up
- ESMmarkdown-it
- Breaks HTML linksstring-width
- ESMstrip-ansi
- ESMts-node
- Breaks imports of@zowe/secrets-for-zowe-sdk
wrap-ansi
- ESMHow to Test
Review Checklist
I certify that I have:
Additional Comments