ito-app
ito-app copied to clipboard
Bump @babel/runtime from 7.9.2 to 7.12.5
Bumps @babel/runtime from 7.9.2 to 7.12.5.
Release notes
Sourced from @babel/runtime's releases.
v7.12.5 (2020-11-03)
Thanks @joelvh, @liuliangsir and @mondeja for your first PRs!
:eyeglasses: Spec Compliance
babel-helpers
,babel-plugin-transform-block-scoping
- #12252 Throw a
TypeError
when reassigning aconst
(@nicolo-ribaudo):bug: Bug Fix
babel-parser
- #12281 fix: support string assertion key in assert entries (@JLHwung)
- #12264 fix: disallow import assertions in export without from (@JLHwung)
- #12267 Handle exprAllowed before ObjectLike is parsed (@JLHwung)
- #12230 Refactor yield await classification (@JLHwung)
- #12254 Allows the interface to be used as an Identifier for flow plugin (@sosukesuzuki)
- #12221 [ts] Error on invalid type casts in JSX (@existentialism)
- #12227 [ts] Allow optional binding pattern parameters within types/interfaces (@existentialism)
- #12224 Fix parsing of imports with module string name in flow plugin (@sosukesuzuki)
babel-parser
,babel-types
- #12280 Make assertions optional and update AST spec (@sosukesuzuki)
babel-template
,babel-types
- #12263 fix: babel-types: ImportDeclaration: add assertions (@coderaiser)
babel-generator
- #12260 Do not use currentColumn to indent comments when retainLines=true (@ian-craig)
babel-generator
,babel-parser
- #12249 Support Import Assertions for re-export statement (@sosukesuzuki)
babel-plugin-proposal-numeric-separator
babel-helper-replace-supers
,babel-plugin-transform-classes
babel-standalone
- #12226 packages/babel-standalone: make data-type="module" option avilable without data-presets option (@hirochachacha)
:nail_care: Polish
babel-compat-data
babel-parser
,babel-preset-env
:memo: Documentation
- #12222 docs: add note about TypeScript in ESLint packages (@kaicataldo)
:house: Internal
- Other
babel-generator
,babel-helper-module-imports
,babel-helper-replace-supers
,babel-parser
,babel-traverse
babel-traverse
,babel-types
Changelog
Sourced from @babel/runtime's changelog.
v7.12.5 (2020-11-03)
:eyeglasses: Spec Compliance
babel-helpers
,babel-plugin-transform-block-scoping
- #12252 Throw a
TypeError
when reassigning aconst
(@nicolo-ribaudo):bug: Bug Fix
babel-parser
- #12281 fix: support string assertion key in assert entries (@JLHwung)
- #12264 fix: disallow import assertions in export without from (@JLHwung)
- #12267 Handle exprAllowed before ObjectLike is parsed (@JLHwung)
- #12230 Refactor yield await classification (@JLHwung)
- #12254 Allows the interface to be used as an Identifier for flow plugin (@sosukesuzuki)
- #12221 [ts] Error on invalid type casts in JSX (@existentialism)
- #12227 [ts] Allow optional binding pattern parameters within types/interfaces (@existentialism)
- #12224 Fix parsing of imports with module string name in flow plugin (@sosukesuzuki)
babel-parser
,babel-types
- #12280 Make assertions optional and update AST spec (@sosukesuzuki)
babel-template
,babel-types
- #12263 fix: babel-types: ImportDeclaration: add assertions (@coderaiser)
babel-generator
- #12260 Do not use currentColumn to indent comments when retainLines=true (@ian-craig)
babel-generator
,babel-parser
- #12249 Support Import Assertions for re-export statement (@sosukesuzuki)
babel-plugin-proposal-numeric-separator
babel-helper-replace-supers
,babel-plugin-transform-classes
babel-standalone
- #12226 packages/babel-standalone: make data-type="module" option avilable without data-presets option (@hirochachacha)
:nail_care: Polish
babel-compat-data
babel-parser
,babel-preset-env
:memo: Documentation
- #12222 docs: add note about TypeScript in ESLint packages (@kaicataldo)
:house: Internal
- Other
babel-generator
,babel-helper-module-imports
,babel-helper-replace-supers
,babel-parser
,babel-traverse
babel-traverse
,babel-types
- #12251 Mark
ThisExpression
andSuper
asPurish
(@nicolo-ribaudo)babel-helper-compilation-targets
,babel-preset-env
Commits
a41da05
v7.12.5b649f8d
Fix packages documentation README links. (#12289)7f4b838
v7.12.19018716
Allow importing@babel/runtime/package
(#12184)6cb0056
Remove unused dependencies and devDependencies (#12175)726154c
v7.12.04e66b8e
Specify runtime exports (#10853)3fad7ea
Use Yarn 2 (#11962)bc7a811
v7.11.2953ae82
v7.11.1- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language -
@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)