mb-userscripts
mb-userscripts copied to clipboard
build(deps): update babel monorepo to v7.18.10
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @babel/core (source) | 7.18.9 -> 7.18.10 |
||||
| @babel/plugin-transform-runtime (source) | 7.18.9 -> 7.18.10 |
||||
| @babel/preset-env (source) | 7.18.9 -> 7.18.10 |
Release Notes
babel/babel
v7.18.10
:rocket: New Feature
babel-helper-string-parser,babel-types- #14757 feat: Automatically generate
cookedfortemplateElement(@liuxingbaoyu)
- #14757 feat: Automatically generate
:bug: Bug Fix
babel-parser- #14817 fix(parser): allow TS declare readonly fields with initializers (@Josh-Cena)
babel-helper-string-parser,babel-parser- #14798 Fix position of errors in template literals after newlines (@nicolo-ribaudo)
babel-plugin-transform-typescript- #14774 fix: TS
declare classin namespace should be removed (@yimingjfe)
- #14774 fix: TS
babel-plugin-transform-react-jsxbabel-generator- #14762 fix: Types containing comments generate invalid code (@liuxingbaoyu)
babel-helper-wrap-function,babel-plugin-transform-async-to-generator,babel-traverse- #14752 Fix compiling async arrows in uncompiled class fields (@nicolo-ribaudo)
:house: Internal
- Other
- #14800 chore: Remove
.yarnrcfile (@liuxingbaoyu) - #14802 chore: Fix coverage test (@liuxingbaoyu)
- #14671 feat: Make most
makecommands cross-platform (@liuxingbaoyu) - #14790 enable typescript incremental builds (@zxbodya)
- #14800 chore: Remove
babel-traversebabel-cli- #14779 chore: expand prettier-e2e test and update typings/deps (@liuxingbaoyu)
babel-parser- #14796 Make ParseError Much Simpler now that we can use TypeScript (@tolmasky)
babel-core,babel-parserbabel-cli,babel-core,babel-parser,babel-plugin-transform-unicode-escapes,babel-preset-env,babel-template,babel-traversebabel-helper-string-parser,babel-parser- #14772 Extract string parsing to a separate package (@nicolo-ribaudo)
babel-cli,babel-node- #14765 Enforce type checking on
babel-{cli,node}(@liuxingbaoyu)
- #14765 Enforce type checking on
:microscope: Output optimization
babel-plugin-proposal-export-default-from- #14768 optimize: Simplify the
export-default-fromtransform (@magic-akari)
- #14768 optimize: Simplify the
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled due to failing status checks.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
- [ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.
Branch automerge failure
This PR was configured for branch automerge, however this is not possible so it has been raised as a PR instead.
- Branch has one or more failed status checks
Codecov Report
Base: 98.48% // Head: 98.48% // No change to project coverage :thumbsup:
Coverage data is based on head (
244fed3) compared to base (64a6b6e). Patch has no changes to coverable lines.
Additional details and impacted files
@@ Coverage Diff @@
## main #540 +/- ##
=======================================
Coverage 98.48% 98.48%
=======================================
Files 58 58
Lines 1386 1386
Branches 221 221
=======================================
Hits 1365 1365
Misses 13 13
Partials 8 8
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
/deploy-preview because it's changing something about async iterables that might be broken.
This PR changes 1 built userscript(s):
mb_enhanced_cover_art_uploads(install preview, changes: 8eba83bb39968d820df3a3b70fa0ebeeebdf1183)
It's indeed broken, but why… This seems like another babel-plugin-transform-async-to-promises problem.