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

chore(deps): upgrade and package.json cleanup #118

Merged
merged 8 commits into from Oct 14, 2023
Merged

Conversation

eranshmil
Copy link

@eranshmil eranshmil commented Oct 11, 2023

Changes:

  1. Overall cleanup and upgrades:
    • Upgrade all dependencies to their latest versions.
    • Solve all audit vulnerabilities.
    • Remove husky and lint-staged because they are not used. Will be readded in the future.
  2. Move prettier configuration from .eslintrc to .prettierrc to fix issues such as vscode plugin doesn't detect the config.
  3. jest related changes:
  4. Drop node v14 support.

@codecov-commenter
Copy link

codecov-commenter commented Oct 11, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (3f0e33f) 90.94% compared to head (d132518) 90.94%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             next     #118   +/-   ##
=======================================
  Coverage   90.94%   90.94%           
=======================================
  Files          12       12           
  Lines         243      243           
  Branches       43       43           
=======================================
  Hits          221      221           
  Misses         15       15           
  Partials        7        7           
Flag Coverage Δ
adapters.nestjs 90.94% <ø> (ø)
core 90.94% <ø> (ø)
jest 90.94% <ø> (ø)
sinon 90.94% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@eranshmil eranshmil marked this pull request as ready for review October 12, 2023 11:02
@omermorad omermorad merged commit 6fee179 into next Oct 14, 2023
19 checks passed
@omermorad omermorad deleted the chore/upgrade-deps branch October 14, 2023 05:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants