Skip to content

build: Bump node to 18.20.3#12271

Merged
mydea merged 3 commits intodevelopfrom
fn/bump-node
May 29, 2024
Merged

build: Bump node to 18.20.3#12271
mydea merged 3 commits intodevelopfrom
fn/bump-node

Conversation

@mydea
Copy link
Copy Markdown
Member

@mydea mydea commented May 29, 2024

I noticed that locally the node-integration-tests that check versions fail, because in the SDK we use 18.18.0, we only check for "If node.major >= 18", and then get an incorrect test because actually in code we check the minor too.

Instead of adjust this, IMHO it's better to update this. This also never failed on CI because there we do use latest 18 for the matrix tests...

@mydea mydea requested review from Lms24, andreiborza and lforst May 29, 2024 07:58
@mydea mydea self-assigned this May 29, 2024
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented May 29, 2024

size-limit report 📦

Path Size
@sentry/browser 21.74 KB (+0.02% 🔺)
@sentry/browser (incl. Tracing) 32.73 KB (-0.08% 🔽)
@sentry/browser (incl. Tracing, Replay) 68.3 KB (+0.14% 🔺)
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags 61.62 KB (-0.02% 🔽)
@sentry/browser (incl. Tracing, Replay with Canvas) 72.36 KB (+0.17% 🔺)
@sentry/browser (incl. Tracing, Replay, Feedback) 84.44 KB (+0.15% 🔺)
@sentry/browser (incl. Tracing, Replay, Feedback, metrics) 86.29 KB (+0.19% 🔺)
@sentry/browser (incl. metrics) 25.91 KB (+0.07% 🔺)
@sentry/browser (incl. Feedback) 37.86 KB (+0.33% 🔺)
@sentry/browser (incl. sendFeedback) 26.32 KB (+0.07% 🔺)
@sentry/browser (incl. FeedbackAsync) 30.83 KB (+0.32% 🔺)
@sentry/react 24.51 KB (+0.23% 🔺)
@sentry/react (incl. Tracing) 35.78 KB (-0.02% 🔽)
@sentry/vue 25.72 KB (+0.05% 🔺)
@sentry/vue (incl. Tracing) 34.57 KB (-0.03% 🔽)
@sentry/svelte 21.87 KB (+0.02% 🔺)
CDN Bundle 23.11 KB (+0.21% 🔺)
CDN Bundle (incl. Tracing) 34.46 KB (-0.07% 🔽)
CDN Bundle (incl. Tracing, Replay) 68.39 KB (+0.13% 🔺)
CDN Bundle (incl. Tracing, Replay, Feedback) 73.53 KB (+0.3% 🔺)
CDN Bundle - uncompressed 68 KB (0%)
CDN Bundle (incl. Tracing) - uncompressed 102.1 KB (0%)
CDN Bundle (incl. Tracing, Replay) - uncompressed 212 KB (0%)
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 224.37 KB (0%)
@sentry/nextjs (client) 35.12 KB (+0.02% 🔺)
@sentry/sveltekit (client) 33.36 KB (-0.03% 🔽)
@sentry/node 115.24 KB (+0.51% 🔺)
@sentry/aws-serverless 103.73 KB (+0.35% 🔺)

@mydea
Copy link
Copy Markdown
Member Author

mydea commented May 29, 2024

The size limit changes here are weird, I can also see it locally. However, it does not seem to be related to the build, but to the way size-limit does things, because I can see changing numbers when just changing the node versions, without rebuilding the app 🤔 so I guess it's "OK", some changes in module resolution or similar possibly...

mydea added 3 commits May 29, 2024 11:54
I noticed that locally the node-integration-tests that check versions fail, because in the SDK we use 18.18.0, we only check for "If node.major >= 18", and then get an incorrect test because actually in code we check the minor too.

Instead of adjust this, IMHO it's better to update this. This also never failed on CI because there we do use latest 18 for the matix tests...
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.

3 participants