Remove config for CodeSandbox CI#946
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR removes the repository’s CodeSandbox CI configuration, aligning the project with CodeSandbox CI’s discontinuation and preventing reliance on a deprecated CI environment.
Changes:
- Deleted
.codesandbox/ci.jsonto fully drop CodeSandbox CI-specific Node version configuration.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Collaborator
|
Suits me. I've never really used these codesandbox builds anyway. |
Collaborator
|
Uninstalled the CodeSandbox app. |
Collaborator
|
I'm fine with not having a replacement. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
CodeSandbox CI is being discontinued and its environment is stuck on Node.js v20, which is ancient and incompatible with an increasing range of new libraries.
sql-formatter-orgGitHub Apps settings, probably needs @nene)Retaining the functionality
For Preflight, we switched to Git exotic sources (eg.
pnpm add "upleveled/preflight#switch-codesandbox-to-pnpm-github-urls"), but this was possible because we have no build step:I'm guessing this is not possible for
sql-formatter, at least how it is currently set up.So another option would be
pkg.pr.newfrom StackBlitz: