Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Merge requests
  • !31421

Bump @babel/core from 7.10.5 to 7.11.0

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge dependabot/npm_and_yarn/babel/core-7.11.0 into main Aug 04, 2020
  • Overview 1
  • Commits 2
  • Pipelines 0
  • Changes 2

Created by: dependabot[bot]

Bumps @babel/core from 7.10.5 to 7.11.0.

Release notes

Sourced from @babel/core's releases.

v7.11.0 (2020-07-30)

Thanks @coderaiser, @cwohlman, @morrme, @ryzokuken, @SirWindfield, @sz-coder and @vahnag for their first PRs!

👓 Spec Compliance

  • babel-parser
    • #11852 fix: disallow \8, \9 in strict mode string (@JLHwung)
    • #11854 fix: allow 09.1_1 and 09e1_1 in sloppy mode (@JLHwung)
  • babel-plugin-proposal-optional-chaining
    • #11850 fix: eval?.() is indirect (@JLHwung)

🚀 New Feature

  • babel-cli, babel-core
    • #11588 add showConfig support (@JLHwung)
  • babel-compat-data, babel-preset-env
    • #11876 enable logical assignment in babel preset env (@morrme)
    • #11865 Add numeric-separator to preset-env (@JLHwung)
    • #11849 Add export-namespace-from to preset-env (@JLHwung)
  • babel-parser
    • #11863 feat: enable numericSeparator parsing support (@JLHwung)
    • #11755 Allow unknown/any in TS catch clause param (@existentialism)
    • #11753 TypeScript 4.0: Allow spread in the middle of tuples (@nicolo-ribaudo)
    • #11815 eslint-parser: ES2020 features (@JLHwung)
  • babel-generator, babel-parser, babel-types
    • #11754 TypeScript 4.0: Support labeled tuple elements (@nicolo-ribaudo)
  • babel-core, babel-generator, babel-parser, babel-plugin-syntax-decimal, babel-standalone, babel-types
    • #11640 Add decimal parsing support (@JLHwung)
  • babel-core
    • #10241 Add cloneInputAst option to babel.transformFromAst (@coderaiser)

🐛 Bug Fix

  • Other
    • #11896 update: hardcode @babel/eslint-parser min supported version check (@kaicataldo)
  • babel-helper-skip-transparent-expression-wrappers, babel-plugin-proposal-optional-chaining, babel-plugin-transform-spread
    • #11404 Skip TSAsExpression when transforming spread in CallExpression (@oliverdunk)
  • babel-helper-member-expression-to-functions, babel-plugin-proposal-class-properties, babel-plugin-proposal-logical-assignment-operators
    • #11702 add support for logical assignments with private properties (@ryzokuken)
  • babel-plugin-transform-typescript
    • #11747 Typescript: always strip declare from class fields (@jamescdavis)
  • babel-plugin-transform-runtime
    • #11893 Fix incorrect module path when absoluteRuntime is specified (@sz-coder)
  • babel-parser
    • #11862 Correctly check reserved word for PropertyDefinition: IdentifierReference (@JLHwung)
    • #11847 fix: correctly set innerEndPos in CoverParenthesizedExpressionAndArrowParameterList (@JLHwung)
  • babel-generator, babel-parser, babel-plugin-transform-typescript
    • #11767 Follow-up on initial TS4 catch param support (@JLHwung)
  • babel-generator
    • #11836 Always retain lines for async arrow (@cwohlman)

💅 Polish

  • babel-traverse
Changelog

Sourced from @babel/core's changelog.

v7.11.0 (2020-07-30)

👓 Spec Compliance

  • babel-parser
    • #11852 fix: disallow \8, \9 in strict mode string (@JLHwung)
    • #11854 fix: allow 09.1_1 and 09e1_1 in sloppy mode (@JLHwung)
  • babel-plugin-proposal-optional-chaining
    • #11850 fix: eval?.() is indirect (@JLHwung)

🚀 New Feature

  • babel-cli, babel-core
    • #11588 add showConfig support (@JLHwung)
  • babel-compat-data, babel-preset-env
    • #11876 enable logical assignment in babel preset env (@morrme)
    • #11865 Add numeric-separator to preset-env (@JLHwung)
    • #11849 Add export-namespace-from to preset-env (@JLHwung)
  • babel-parser
    • #11863 feat: enable numericSeparator parsing support (@JLHwung)
    • #11755 Allow unknown/any in TS catch clause param (@existentialism)
    • #11753 TypeScript 4.0: Allow spread in the middle of tuples (@nicolo-ribaudo)
    • #11815 eslint-parser: ES2020 features (@JLHwung)
  • babel-generator, babel-parser, babel-types
    • #11754 TypeScript 4.0: Support labeled tuple elements (@nicolo-ribaudo)
  • babel-core, babel-generator, babel-parser, babel-plugin-syntax-decimal, babel-standalone, babel-types
    • #11640 Add decimal parsing support (@JLHwung)
  • babel-core
    • #10241 Add cloneInputAst option to babel.transformFromAst (@coderaiser)

🐛 Bug Fix

  • Other
    • #11896 update: hardcode @babel/eslint-parser min supported version check (@kaicataldo)
  • babel-helper-skip-transparent-expression-wrappers, babel-plugin-proposal-optional-chaining, babel-plugin-transform-spread
    • #11404 Skip TSAsExpression when transforming spread in CallExpression (@oliverdunk)
  • babel-helper-member-expression-to-functions, babel-plugin-proposal-class-properties, babel-plugin-proposal-logical-assignment-operators
    • #11702 add support for logical assignments with private properties (@ryzokuken)
  • babel-plugin-transform-typescript
    • #11747 Typescript: always strip declare from class fields (@jamescdavis)
  • babel-plugin-transform-runtime
    • #11893 Fix incorrect module path when absoluteRuntime is specified (@sz-coder)
  • babel-parser
    • #11862 Correctly check reserved word for PropertyDefinition: IdentifierReference (@JLHwung)
    • #11847 fix: correctly set innerEndPos in CoverParenthesizedExpressionAndArrowParameterList (@JLHwung)
  • babel-generator, babel-parser, babel-plugin-transform-typescript
    • #11767 Follow-up on initial TS4 catch param support (@JLHwung)
  • babel-generator
    • #11836 Always retain lines for async arrow (@cwohlman)

💅 Polish

  • babel-traverse
    • #11791 babel-traverse: prefer clearer, reduced-bias option naming (@jayaddison)
Commits
  • 45fdb87 v7.11.0
  • 164a939 add showConfig support (#11588)
  • b651a6f Enable logical assignment by default in @babel/parser (#11860) (#11869)
  • 059e912 Add decimal parsing support (#11640)
  • cf425a0 feature: babel-core: add cloneInputAst (#10241)
  • 8f191ea chore: fix typo in codebase (#11846)
  • See full diff in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: dependabot/npm_and_yarn/babel/core-7.11.0