Open
Conversation
b86e6cc to
6c60732
Compare
6c60732 to
fcaed20
Compare
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.
This PR contains the following updates:
^3.32.0->^3.35.0Release Notes
alangpierce/sucrase (sucrase)
v3.35.0Compare Source
globto fix a security vulnerability in theinflightpackage. ([#822]) (Patrick Nappa)sucraseCLI no longer works in Node.js versions before 14.7.sucraseCLI, you should pin to Sucrase 3.34.0 until you're able to upgradeNode.js to a supported version. Note that all Node.js versions before 18 are end-of-life.
sucraseCLI, you may need to silence errors related to package.jsonengines, e.g.yarn --ignore-engines.and the breaking change impact is expected to be small. See this PR comment
for a rationale on the release strategy.
v3.34.0Compare Source
--disable-es-transformsfordisableESTransforms. (<<-ArS, Alan Pierce) ([#670], [#812])SUCRASE_OPTIONSenvironment variable for configuringsucrase/register,sucrase-node,and any programmatic require hook usages. The value must be a valid JSON object of Sucrase
options that will be merged with the usual options. ([#813])
v3.33.0Compare Source
keepUnusedImportsthat disables all automatic import/exportelision, equivalent to the TypeScript option
verbatimModuleSyntax. ([#811], [#615]) (Kotaro Chikuba, Alan Pierce)await usingproposal and the updated import attributes proposal.Both are preserved in the output code, not transformed. ([#798])
export {...} fromstatements. ([#806])fn(x < y, x >= y)was incorrectly parsed as type arguments. ([#798])enableLegacyBabel5ModuleInterop: properly handleas default, and properly ignore type exports. ([#804], [#807]) (三咲智子 Kevin Deng, Alan Pierce)import {}andexport {}statements were removed with the TypeScript transform disabled. ([#810])Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.