Update dependency sucrase to ^3.35.0 #521
Open
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.0
Release Notes
alangpierce/sucrase (sucrase)
v3.35.0
Compare Source
glob
to fix a security vulnerability in theinflight
package. ([#822]) (Patrick Nappa)sucrase
CLI no longer works in Node.js versions before 14.7.sucrase
CLI, 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.
sucrase
CLI, 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.0
Compare Source
--disable-es-transforms
fordisableESTransforms
. (<<-ArS, Alan Pierce) ([#670], [#812])SUCRASE_OPTIONS
environment 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.0
Compare Source
keepUnusedImports
that disables all automatic import/exportelision, equivalent to the TypeScript option
verbatimModuleSyntax
. ([#811], [#615]) (Kotaro Chikuba, Alan Pierce)await using
proposal and the updated import attributes proposal.Both are preserved in the output code, not transformed. ([#798])
export {...} from
statements. ([#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.