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

chore: migrate to GitHub packages #1579

Merged
merged 7 commits into from
Jan 22, 2024

Conversation

MayaGillilan
Copy link
Contributor

No description provided.

@MayaGillilan
Copy link
Contributor Author

MayaGillilan commented Jan 18, 2024

Note: I had to lock the typescript version to what is currently on master (5.1.3). Running the migration scripts seems to have caused it to resolve to a newer version (5.3.3) which requires a bump of eslint package versions. The reason for this is a deprecation warning that became an error. Our eslint config setups don't seem to currently be able to handle a simple update to eslint 8, so to not spend too much time digging I fixed the version, but we should investigate more.

Edit: Managed to get eslint 8 working, but storybook 7.6 doesn't work at the moment. Since it can be more involved to migrate storybook versions, that's been pinned to same version as master along with all other dev dependencies to avoid these issues in the future.

@MayaGillilan MayaGillilan merged commit 00610d3 into master Jan 22, 2024
14 checks passed
@MayaGillilan MayaGillilan deleted the migration/migrate-to-github-packages branch January 22, 2024 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment