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

feat: Pin JS SDK versions to v8 #712

Merged
merged 2 commits into from
Nov 15, 2024
Merged

feat: Pin JS SDK versions to v8 #712

merged 2 commits into from
Nov 15, 2024

Conversation

lforst
Copy link
Member

@lforst lforst commented Nov 15, 2024

This PR pins the installed SDK versions to v8 so we can safely release v9 without running into any compatibility issues.

We are adding a label option to the installPackage util to prevent any ugly log messages.

Closes #704

Copy link

github-actions bot commented Nov 15, 2024

Messages
📖 Do not forget to update Sentry-docs with your feature once the pull request gets approved.

Generated by 🚫 dangerJS against 81a59e2

@lforst
Copy link
Member Author

lforst commented Nov 15, 2024

@andreiborza Reminder to maybe also do this for Nuxt/Solid when this is merged.

Comment on lines +6 to +14
"overrides": [
{
"files": "CHANGELOG.md",
"options": {
"proseWrap": "preserve"
}
}
]
}
Copy link
Member

Choose a reason for hiding this comment

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

just to confirm: Is this on purpose? No objections btw

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah, I got annoyed by prettier fully re-formatting the changelog when formatting-on-save. This causes there to not be any changes anymore!

@lforst lforst merged commit fc56ed6 into master Nov 15, 2024
18 checks passed
@lforst lforst deleted the lforst-pin-js-sdk-versions branch November 15, 2024 14:05
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.

Pin installed JavaScript SDK packages to current major
2 participants