eclipse-che / che-theia

Eclipse Public License 2.0
125 stars 111 forks source link

chore: Update dependencies related to keytar in yarn.lock file #1310

Closed RomanNikitenko closed 2 years ago

RomanNikitenko commented 2 years ago

Signed-off-by: Roman Nikitenko rnikiten@redhat.com

What does this PR do?

It's code clean up after merging https://github.com/eclipse-che/che-theia/pull/1308.

I tried to build che-theia from scratch - so, clone the repo, then yarn build. As result I have got these changes for yarn.lock file.

Screenshot/screencast of this PR

N/A

What issues does this PR fix or reference?

N/A

How to test this PR?

  1. Clone che-theia
  2. build it using yarn
  3. check that there are no changes for yarn.lock file

PR Checklist

As the author of this Pull Request I made sure that:

Reviewers

Reviewers, please comment how you tested the PR when approving it.

Happy Path Channel

HAPPY_PATH_CHANNEL=stable

codecov[bot] commented 2 years ago

Codecov Report

Merging #1310 (cc9482a) into main (c299f59) will increase coverage by 3.12%. The diff coverage is 30.49%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1310      +/-   ##
==========================================
+ Coverage   32.78%   35.91%   +3.12%     
==========================================
  Files         290      326      +36     
  Lines        9885    10712     +827     
  Branches     1457     1439      -18     
==========================================
+ Hits         3241     3847     +606     
- Misses       6641     6860     +219     
- Partials        3        5       +2     
Impacted Files Coverage Δ
...theia-about/src/browser/about-che-theia-dialog.tsx 0.00% <0.00%> (ø)
...credentials/src/browser/che-credentials-service.ts 0.00% <0.00%> (ø)
...entials/src/browser/credentials-frontend-module.ts 0.00% <0.00%> (ø)
...eia-credentials/src/common/credentials-protocol.ts 0.00% <0.00%> (ø)
...eia-credentials/src/node/che-credentials-server.ts 0.00% <0.00%> (ø)
...s/src/node/che-theia-credentials-backend-module.ts 0.00% <0.00%> (ø)
...ashboard/src/browser/che-theia-dashboard-module.ts 0.00% <0.00%> (ø)
...ia-dashboard/src/browser/theia-dashboard-client.ts 0.00% <0.00%> (ø)
...rowser/src/browser/che-mini-browser-environment.ts 0.00% <0.00%> (ø)
...in-ext/src/browser/che-sidecar-file-system-main.ts 100.00% <ø> (ø)
... and 294 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 804fb2c...cc9482a. Read the comment docs.