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(cli): remove is-builtin-module #6579

Merged
merged 1 commit into from
Dec 11, 2024
Merged

feat(cli): remove is-builtin-module #6579

merged 1 commit into from
Dec 11, 2024

Conversation

43081j
Copy link
Contributor

@43081j 43081j commented May 6, 2024

This removes the is-builtin-module package since all node versions within our engine constraint already have such a function built in.

This also allows us to remove the temporary workaround we had around string_decoder/ since the built in function will not have such a bug.

What to review

The CLI should be the only affected package.

Testing

Existing tests should cover this.

Notes for release

N/A

This removes the `is-builtin-module` package since all node versions
within our `engine` constraint already have such a function built in.

This also allows us to remove the temporary workaround we had around
`string_decoder/` since the built in function will not have such a bug.
@43081j 43081j requested a review from a team as a code owner May 6, 2024 14:56
@43081j 43081j requested review from ricokahler and removed request for a team May 6, 2024 14:56
Copy link

vercel bot commented May 6, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
performance-studio ✅ Ready (Inspect) Visit Preview May 6, 2024 3:01pm
test-next-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 6, 2024 3:01pm
1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
studio-workshop ⬜️ Ignored (Inspect) Visit Preview May 6, 2024 3:01pm

Copy link

vercel bot commented May 6, 2024

@43081j is attempting to deploy a commit to the Sanity Team on Vercel.

A member of the Team first needs to authorize it.

@rexxars rexxars merged commit 2982082 into sanity-io:next Dec 11, 2024
6 of 7 checks passed
@rexxars
Copy link
Member

rexxars commented Dec 11, 2024

Thanks, apologies for the delay!

@43081j 43081j deleted the ibim branch December 11, 2024 17:23
bjoerge added a commit that referenced this pull request Dec 12, 2024
* next: (49 commits)
  fix: delays rendering the Start in Create banner until document is ready (#8020)
  fix(deps): update dependency @sanity/ui to ^2.10.9 (#8009)
  chore(deps): dedupe pnpm-lock.yaml (#8023)
  test(playwright-ct): fix issues and flake (#8016)
  feat(cli): misc copy changes (#8003)
  feat(cli): remove is-builtin-module (#6579)
  v3.67.1
  chore(deps): bump minimum requirement of @sanity/import and @sanity/export (#8012)
  chore(deps): update dependency @sanity/pkg-utils to v6.12.0 (#8010)
  fix(core): tasks UpdatedTimeAgo should be a hook (#8011)
  v3.67.0
  chore(prettier): fix unformatted files 🤖 ✨ (#8006)
  chore: reduce renovate double PR noise
  fix(deps): update dependency @sanity/ui to ^2.10.7 (#8005)
  fix(deps): update dependency @sanity/ui to ^2.10.7 (#7998)
  feat(cli): use `@vercel/frameworks` in `bootstrapRemoteTemplate` (#8001)
  feat: switch create integration to opt-out flow (#8002)
  feat: use eslint 9 for new studios (#7978)
  fix(sanity): optimise getLeafWeights to not stack overflow (#7999)
  feat(test-studio): enable `groq2024` search strategy
  ...
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.

2 participants