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
  • !31368

Bump @babel/core from 7.10.4 to 7.10.5

  • Review changes

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

Created by: dependabot[bot]

Bumps @babel/core from 7.10.4 to 7.10.5.

Release notes

Sourced from @babel/core's releases.

v7.10.5 (2020-07-14)

Thanks @jayaddison and @RafaelSalguero for their first PRs!

🐛 Bug Fix

  • babel-helper-builder-react-jsx-experimental, babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-helper-module-transforms, babel-helper-transform-fixture-test-runner, babel-plugin-proposal-async-generator-functions, babel-plugin-proposal-decorators, babel-plugin-proposal-function-bind, babel-plugin-proposal-partial-application, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-block-scoping, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-systemjs, babel-plugin-transform-parameters, babel-plugin-transform-react-jsx-source, babel-plugin-transform-runtime, babel-plugin-transform-template-literals, babel-plugin-transform-typescript
    • #11807 Disallow duplicated AST nodes (@JLHwung)
  • babel-parser
    • #11814 fix: add optional: false to chained optional call expression (@JLHwung)
    • #11774 fix: throw expect jsx plugin error when an idStart or > is seen (@JLHwung)
  • babel-plugin-transform-typescript
    • #11816 Typescript transform now removes generic arguments from optional calls (Closes #11813) (@RafaelSalguero)
  • babel-plugin-transform-block-scoping
    • #11802 Fix break/continue when switch is nested inside loop (@existentialism)
  • babel-generator, babel-plugin-transform-typescript, babel-types
    • #11582 Refactor generated builder names in @babel/types (@zxbodya)
  • babel-compat-data
    • #11783 fix: update class properties support matrix (@JLHwung)

📝 Documentation

  • Other
    • #11799 docs: update README example and REPL link (@JLHwung)
    • #11761 Add note about running Make targets in Windows 10 (@kaicataldo)
  • babel-parser
    • #11729 docs: add AST spec on optional chain [skip ci] (@JLHwung)

🏠 Internal

  • babel-cli, babel-compat-data, babel-core, babel-helper-define-map, babel-helper-fixtures, babel-helper-module-transforms, babel-helper-regex, babel-helper-transform-fixture-test-runner, babel-node, babel-plugin-transform-proto-to-assign, babel-register, babel-traverse, babel-types
    • #11818 Bump some deps for audit (@existentialism)
  • babel-helper-fixtures, babel-traverse
    • #11811 Replace lodash 'clone' usage with ES6 Spread initializer (@jayaddison)
  • babel-helper-fixtures, babel-helper-transform-fixture-test-runner
    • #11812 Replace lodash 'extend' usage with Object.assign (@jayaddison)
  • babel-plugin-transform-block-scoping
    • #11798 Reduce dependency on lodash functions: values, extends (@jayaddison)
  • babel-generator, babel-plugin-transform-typescript, babel-types
    • #11582 Refactor generated builder names in @babel/types (@zxbodya)
  • babel-cli, babel-generator, babel-helper-transform-fixture-test-runner, babel-traverse, babel-types
    • #11790 Reduce dependency on lodash functions: includes, uniq, repeat, isinteger (@jayaddison)
  • Other
    • #11782 chore: refine yarn cache config (@JLHwung)
  • babel-register
    • #11780 test: add console warn spy on babel-register tests (@JLHwung)
    • #11776 chore: remove babel-register generated test artifacts (@JLHwung)

Committers: 7

  • Bogdan Savluk (@zxbodya)
  • Brian Ng (@existentialism)
  • Huáng Jùnliàng (@JLHwung)
  • James Addison (@jayaddison)
Changelog

Sourced from @babel/core's changelog.

v7.10.5 (2020-07-14)

🐛 Bug Fix

  • babel-helper-builder-react-jsx-experimental, babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-helper-module-transforms, babel-helper-transform-fixture-test-runner, babel-plugin-proposal-async-generator-functions, babel-plugin-proposal-decorators, babel-plugin-proposal-function-bind, babel-plugin-proposal-partial-application, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-block-scoping, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-systemjs, babel-plugin-transform-parameters, babel-plugin-transform-react-jsx-source, babel-plugin-transform-runtime, babel-plugin-transform-template-literals, babel-plugin-transform-typescript
    • #11807 Disallow duplicated AST nodes (@JLHwung)
  • babel-parser
    • #11814 fix: add optional: false to chained optional call expression (@JLHwung)
    • #11774 fix: throw expect jsx plugin error when an idStart or > is seen (@JLHwung)
  • babel-plugin-transform-typescript
    • #11816 Typescript transform now removes generic arguments from optional calls (Closes #11813) (@RafaelSalguero)
  • babel-plugin-transform-block-scoping
    • #11802 Fix break/continue when switch is nested inside loop (@existentialism)
  • babel-generator, babel-plugin-transform-typescript, babel-types
    • #11582 Refactor generated builder names in @babel/types (@zxbodya)
  • babel-compat-data
    • #11783 fix: update class properties support matrix (@JLHwung)

📝 Documentation

  • Other
    • #11799 docs: update README example and REPL link (@JLHwung)
    • #11761 Add note about running Make targets in Windows 10 (@kaicataldo)
  • babel-parser
    • #11729 docs: add AST spec on optional chain [skip ci] (@JLHwung)

🏠 Internal

  • babel-cli, babel-compat-data, babel-core, babel-helper-define-map, babel-helper-fixtures, babel-helper-module-transforms, babel-helper-regex, babel-helper-transform-fixture-test-runner, babel-node, babel-plugin-transform-proto-to-assign, babel-register, babel-traverse, babel-types
    • #11818 Bump some deps for audit (@existentialism)
  • babel-helper-fixtures, babel-traverse
    • #11811 Replace lodash 'clone' usage with ES6 Spread initializer (@jayaddison)
  • babel-helper-fixtures, babel-helper-transform-fixture-test-runner
    • #11812 Replace lodash 'extend' usage with Object.assign (@jayaddison)
  • babel-plugin-transform-block-scoping
    • #11798 Reduce dependency on lodash functions: values, extends (@jayaddison)
  • babel-generator, babel-plugin-transform-typescript, babel-types
    • #11582 Refactor generated builder names in @babel/types (@zxbodya)
  • babel-cli, babel-generator, babel-helper-transform-fixture-test-runner, babel-traverse, babel-types
    • #11790 Reduce dependency on lodash functions: includes, uniq, repeat, isinteger (@jayaddison)
  • Other
    • #11782 chore: refine yarn cache config (@JLHwung)
  • babel-register
    • #11780 test: add console warn spy on babel-register tests (@JLHwung)
    • #11776 chore: remove babel-register generated test artifacts (@JLHwung)
Commits
  • f7964a9 v7.10.5
  • ffb4248 Bump some deps for audit (#11818)
  • 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.10.5