Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Fix Dependencies #25

Merged
merged 1 commit into from
Jan 20, 2022
Merged

Conversation

Kevan-Y
Copy link
Contributor

@Kevan-Y Kevan-Y commented Jan 20, 2022

Fixes #2678

Description

  • Remove elastic-apm-node
  • Remove @elastic/ecs-pino-format
  • Update Jest (To fix deprecated dependencies)

Test

image

@Kevan-Y
Copy link
Contributor Author

Kevan-Y commented Jan 20, 2022

https://github.com/Seneca-CDOT/satellite/blob/b1d93348abd09e03d4509fda8fef9545c99d288a/README.md?plain=1#L19-L32
JWT is not part of Elastic APM, right? (Just to make sure, so I can remove Elastic APM part in the readme)

@Kevan-Y Kevan-Y requested a review from humphd January 20, 2022 15:30
@Kevan-Y Kevan-Y self-assigned this Jan 20, 2022
@humphd
Copy link
Contributor

humphd commented Jan 20, 2022

Correct, that stuff is unrelated to the APM bits.

// Pretty debug logging
let logger = pino({
prettyPrint: {},
prettifier: require('pino-colada'),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In a follow-up, I'd like to fix how we do this. pino-collada is great for debugging, but it's not what we should use in production. Maybe you can work on that next?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, will do, since I'm also working with pino in #2499. I will fix there

    * Remove elastic-apm-node
    * Remove @elastic/ecs-pino-format
    * Update Jest (To fix deprecated dependencies)
@humphd
Copy link
Contributor

humphd commented Jan 20, 2022

@Kevan-Y go ahead and merge this when you're ready.

@Kevan-Y Kevan-Y merged commit 8c72b42 into DevelopingSpace:master Jan 20, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Satellite] Fix deprecated dependencies + Unsupported engine
3 participants