Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

ref(deps) move all deps to dev deps - #218

Merged
JonasBa merged 2 commits into
mainfrom
ref/dev-deps
Dec 7, 2023
Merged

ref(deps) move all deps to dev deps#218
JonasBa merged 2 commits into
mainfrom
ref/dev-deps

Conversation

@JonasBa

Copy link
Copy Markdown
Contributor

Our output is bundled by default in an effort to reduce startup perf, meaning our dependencies are not actually required and can be moved to devdeps

@JonasBa
JonasBa requested review from Lms24 and lforstDecember 7, 2023 13:47

@lforstlforst left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Just to make sure: There isn't anything actually depending on the lower-level packages like core or utils in this package right?

Also, it might be worth adding @sentry/node as a peer dep with some lower bound.

@JonasBa

Copy link
Copy Markdown
ContributorAuthor

@lforst we use getMainCarrier from @sentry/core and a few utils exposed by the package.

I'll add the @sentry/node peer dep to the first version that supported lifecycle hooks

@JonasBa

Copy link
Copy Markdown
ContributorAuthor

Added peer dependency to @sentry/node 7.44.1 which was the first version that supported hooks.

@JonasBa
JonasBa merged commit c71ac18 into mainDec 7, 2023
@JonasBa
JonasBa deleted the ref/dev-deps branch December 7, 2023 14:30
Sign up for freeto 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.

3 participants

@JonasBa@anonrig@lforst