Skip to content
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

Upgrade packages to latest version #74

Merged
merged 9 commits into from
Jan 2, 2021
Merged

Conversation

mesaugat
Copy link
Member

@mesaugat mesaugat commented Dec 31, 2020

  • Remove test:watch and test npm run commands (They were not working after the upgrade + rename test:coverage to test)
  • Remove node 8 from travis configuration as it is no longer supported
  • The upgrade fixes all the vulnerability in packages
  • Upgraded packages for all examples (all of the servers seem to work fine)

@codecov-io
Copy link

codecov-io commented Dec 31, 2020

Codecov Report

Merging #74 (cc19f01) into master (abdaf28) will increase coverage by 96.29%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #74       +/-   ##
===========================================
+ Coverage        0   96.29%   +96.29%     
===========================================
  Files           0        5        +5     
  Lines           0      135      +135     
  Branches        0       24       +24     
===========================================
+ Hits            0      130      +130     
- Misses          0        2        +2     
- Partials        0        3        +3     
Impacted Files Coverage Δ
src/impl/domain.ts 97.43% <100.00%> (ø)
src/constants.ts 100.00% <0.00%> (ø)
src/AsyncStoreAdapter.ts 100.00% <0.00%> (ø)
src/index.ts 94.00% <0.00%> (ø)
src/StoreDomain.ts 100.00% <0.00%> (ø)

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 abdaf28...cc19f01. Read the comment docs.

@mesaugat mesaugat requested review from kabirbaidhya and cham11ng and removed request for kabirbaidhya December 31, 2020 13:01
@codecov-io
Copy link

codecov-io commented Dec 31, 2020

Codecov Report

Merging #74 (82b31b0) into master (abdaf28) will increase coverage by 96.29%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #74       +/-   ##
===========================================
+ Coverage        0   96.29%   +96.29%     
===========================================
  Files           0        5        +5     
  Lines           0      135      +135     
  Branches        0       24       +24     
===========================================
+ Hits            0      130      +130     
- Misses          0        2        +2     
- Partials        0        3        +3     
Impacted Files Coverage Δ
src/impl/domain.ts 97.43% <100.00%> (ø)
src/StoreDomain.ts 100.00% <0.00%> (ø)
src/index.ts 94.00% <0.00%> (ø)
src/constants.ts 100.00% <0.00%> (ø)
src/AsyncStoreAdapter.ts 100.00% <0.00%> (ø)

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 abdaf28...82b31b0. Read the comment docs.

@kabirbaidhya kabirbaidhya added the dependencies Pull requests that update a dependency file label Jan 2, 2021
@kabirbaidhya kabirbaidhya merged commit 98f520b into master Jan 2, 2021
@kabirbaidhya kabirbaidhya deleted the upgrade-packages branch January 2, 2021 07:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants