Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

npm dep update and eslint fix #132

Merged
merged 5 commits into from
Feb 24, 2021
Merged

Conversation

joshuawilson
Copy link
Member

No description provided.

 @kubernetes/client-node            ^0.11.1  →    ^0.14.0
 fs-extra                            ^8.1.0  →     ^9.1.0
 globby                             ^11.0.0  →    ^11.0.2
 got                                ^10.6.0  →    ^11.8.1
 hasha                               ^5.2.0  →     ^5.2.2
 js-yaml                            ^3.13.1  →     ^4.0.0
 mkdirp                              ^1.0.3  →     ^1.0.4
 mocha                               ^7.1.0  →     ^8.3.0
 rxjs                                ^6.5.4  →     ^6.6.3
 semver                              ^7.1.3  →     ^7.3.4
 shelljs                             ^0.8.3  →     ^0.8.4
 validator                          ^12.2.0  →    ^13.5.2
 vscode-kubernetes-tools-api          1.0.0  →      1.3.0
 vscode-test                         ^1.3.0  →     ^1.5.1
 @sinonjs/referee                    ^5.1.0  →     ^7.0.0
 @types/byline                      ^4.2.31  →    ^4.2.32
 @types/chai                        ^4.2.11  →    ^4.2.15
 @types/collections                  ^5.0.1  →     ^5.1.0
 @types/fs-extra                     ^8.1.0  →     ^9.0.7
 @types/glob                         ^7.1.1  →     ^7.1.3
 @types/got                          ^9.6.9  →    ^9.6.11
 @types/js-yaml                     ^3.12.2  →     ^4.0.0
 @types/mkdirp                       ^1.0.0  →     ^1.0.1
 @types/mocha                        ^7.0.2  →     ^8.2.1
 @types/node                        ^13.9.1  →  ^14.14.30
 @types/request                     ^2.48.4  →    ^2.48.5
 @types/semver                       ^7.1.0  →     ^7.3.4
 @types/shelljs                      ^0.8.6  →     ^0.8.8
 @types/sinon                        ^7.5.2  →    ^9.0.10
 @types/sinon-chai                   ^3.2.3  →     ^3.2.5
 @types/tmp                           0.1.0  →      0.2.0
 @types/validator                   ^12.0.1  →    ^13.1.3
 @types/vscode                      ^1.52.0  →    ^1.53.0
 @typescript-eslint/eslint-plugin   ^2.23.0  →    ^4.15.1
 @typescript-eslint/parser          ^2.23.0  →    ^4.15.1
 chai                                ^4.2.0  →     ^4.3.0
 codecov                             ^3.7.1  →     ^3.8.1
 decache                             ^4.5.1  →     ^4.6.0
 eslint                              ^6.8.0  →    ^7.20.0
 eslint-config-airbnb-base          ^14.1.0  →    ^14.2.1
 eslint-config-prettier             ^6.10.0  →     ^7.2.0
 eslint-import-resolver-typescript   ^2.0.0  →     ^2.4.0
 eslint-plugin-import               ^2.20.1  →    ^2.22.1
 eslint-plugin-json                  ^2.1.1  →     ^2.1.2
 eslint-plugin-prettier              ^3.1.2  →     ^3.3.1
 mocha-jenkins-reporter              ^0.4.2  →     ^0.4.5
 proxyquire                          ^2.1.0  →     ^2.1.3
 prettier                            ^2.0.5  →     ^2.2.1
 sinon                               ^9.0.1  →     ^9.2.4
 source-map-support                 ^0.5.16  →    ^0.5.19
 tmp                                  0.1.0  →      0.2.1
 typescript                          ^3.8.3  →     ^4.1.5
 vscode-extension-tester             ^3.2.2  →     ^3.2.6
 vscode-extension-tester-native      ^3.0.0  →     ^3.0.2
Clean up tests to use BDD style Chai
@codecov
Copy link

codecov bot commented Feb 24, 2021

Codecov Report

Merging #132 (e56d862) into main (b84ab54) will decrease coverage by 0.31%.
The diff coverage is 90.56%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #132      +/-   ##
==========================================
- Coverage   97.48%   97.16%   -0.32%     
==========================================
  Files          51       51              
  Lines        2144     2152       +8     
  Branches      301      303       +2     
==========================================
+ Hits         2090     2091       +1     
- Misses         54       61       +7     
Impacted Files Coverage Δ
src/cli/cmdCli.ts 63.04% <0.00%> (-9.46%) ⬇️
src/cli/execute.ts 100.00% <ø> (ø)
src/editor/knativeSchemaRegister.ts 100.00% <ø> (ø)
src/knative/apiServerSource.ts 100.00% <ø> (ø)
src/knative/baseSource.ts 100.00% <ø> (ø)
src/knative/bindingSource.ts 100.00% <ø> (ø)
src/knative/broker.ts 100.00% <ø> (ø)
src/knative/channel.ts 100.00% <ø> (ø)
src/knative/kEvent.ts 100.00% <ø> (ø)
src/knative/knativeEvents.ts 100.00% <ø> (ø)
... and 30 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b84ab54...6f90755. Read the comment docs.

@joshuawilson joshuawilson merged commit 91be70d into redhat-developer:main Feb 24, 2021
@joshuawilson joshuawilson deleted the lint branch February 24, 2021 05:28
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant