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

build: Bump node to 18.20.3 #12271

Merged
merged 3 commits into from
May 29, 2024
Merged

build: Bump node to 18.20.3 #12271

merged 3 commits into from
May 29, 2024

Conversation

mydea
Copy link
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 self-assigned this May 29, 2024
Copy link
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
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...
@mydea mydea merged commit 81e0fd1 into develop May 29, 2024
105 checks passed
@mydea mydea deleted the fn/bump-node branch May 29, 2024 12:12
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