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

Bump @babel/core from 7.11.1 to 7.11.4

  • Review changes

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

Created by: dependabot[bot]

Bumps @babel/core from 7.11.1 to 7.11.4.

Release notes

Sourced from @babel/core's releases.

v7.11.4 (2020-08-20)

Thanks @Monchi for their first PR to Babel!

🐛 Bug Fix

  • babel-helper-replace-supers
    • #11985 fix: declare @babel/traverse as a dependency (@JLHwung)
  • babel-core
    • #11974 Ensure import() is not transpiled in babel-core published source (@JLHwung)
  • babel-parser
    • #11979 Throw error on invalid flow async generic arrow syntax (@existentialism)
    • #11955 Fix parsing type casted generic flow arrow exprs (@existentialism)
    • #11973 fix: do not transform ClassPrivateMethods in estree (@JLHwung)
    • #11941 fix: push new token context when braceHashL is seen (@JLHwung)
    • #11943 fix: reset EndLocation for catch param (@JLHwung)
  • Other
    • #11978 fix: do not mutate newTypes (@JLHwung)
    • #11970 fix: ensure defaults are set in @babel/eslint-parser (@kaicataldo)
  • babel-generator
    • #11947 fix: disallow line break between async and property (@JLHwung)

🏠 Internal

  • Other
    • #11952 Move legacy node version tests to GitHub actions (@JLHwung)
    • #11936 chore: do not push version commit on lerna version (@JLHwung)
  • babel-parser
    • #11923 Add more parser test cases (@JLHwung)
    • #11944 Simplify tokenizer update context (@JLHwung)
    • #11945 chore: enable flowcheck on CI (@JLHwung)
    • #11930 Refactor [In] production parameter tracking (@JLHwung)
  • babel-helpers
    • #11953 chore: remove obsolete comment (@jamescdavis)
  • babel-helper-transform-fixture-test-runner
    • #11951 chore: build babel-polyfill-dist on make watch (@JLHwung)
  • babel-core, babel-helper-transform-fixture-test-runner, babel-plugin-proposal-object-rest-spread, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-react-jsx-source, babel-plugin-transform-spread
    • #11531 Isolated exec tests (@jridgewell)
  • babel-helper-bindify-decorators, babel-helper-call-delegate, babel-helper-explode-assignable-expression, babel-helper-explode-class, babel-helper-remap-async-to-generator, babel-helper-replace-supers
    • #11937 Move some @babel/traverse from deps to devDeps (@Monchi)

Committers: 6

  • Brian Ng (@existentialism)
  • Huáng Jùnliàng (@JLHwung)
  • James C. Davis (@jamescdavis)
  • Justin Ridgewell (@jridgewell)
  • Kai Cataldo (@kaicataldo)
  • Yuku Kotani (@Monchi)

v7.11.3 (2020-08-08)

Thanks @AleksRap for their first PR!

Changelog

Sourced from @babel/core's changelog.

v7.11.4 (2020-08-20)

🐛 Bug Fix

  • babel-helper-replace-supers
    • #11985 fix: declare @babel/traverse as a dependency (@JLHwung)
  • babel-core
    • #11974 Ensure import() is not transpiled in babel-core published source (@JLHwung)
  • babel-parser
    • #11979 Throw error on invalid flow async generic arrow syntax (@existentialism)
    • #11955 Fix parsing type casted generic flow arrow exprs (@existentialism)
    • #11973 fix: do not transform ClassPrivateMethods in estree (@JLHwung)
    • #11941 fix: push new token context when braceHashL is seen (@JLHwung)
    • #11943 fix: reset EndLocation for catch param (@JLHwung)
  • Other
    • #11978 fix: do not mutate newTypes (@JLHwung)
    • #11970 fix: ensure defaults are set in @babel/eslint-parser (@kaicataldo)
  • babel-generator
    • #11947 fix: disallow line break between async and property (@JLHwung)

🏠 Internal

  • Other
    • #11952 Move legacy node version tests to GitHub actions (@JLHwung)
    • #11936 chore: do not push version commit on lerna version (@JLHwung)
  • babel-parser
    • #11923 Add more parser test cases (@JLHwung)
    • #11944 Simplify tokenizer update context (@JLHwung)
    • #11945 chore: enable flowcheck on CI (@JLHwung)
    • #11930 Refactor [In] production parameter tracking (@JLHwung)
  • babel-helpers
    • #11953 chore: remove obsolete comment (@jamescdavis)
  • babel-helper-transform-fixture-test-runner
    • #11951 chore: build babel-polyfill-dist on make watch (@JLHwung)
  • babel-core, babel-helper-transform-fixture-test-runner, babel-plugin-proposal-object-rest-spread, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-react-jsx-source, babel-plugin-transform-spread
    • #11531 Isolated exec tests (@jridgewell)
  • babel-helper-bindify-decorators, babel-helper-call-delegate, babel-helper-explode-assignable-expression, babel-helper-explode-class, babel-helper-remap-async-to-generator, babel-helper-replace-supers
    • #11937 Move some @babel/traverse from deps to devDeps (@Monchi)

v7.11.3 (2020-08-08)

🐛 Bug Fix

  • #11932 fix: add ImportExpression visitorKeys (@JLHwung)

💅 Polish

  • babel-parser
    • #11921 refactor: add recoverable error on accessorIsGenerator (@JLHwung)

🏠 Internal

  • babel-parser
    • #11919 refactor: simplify smart pipeline parsing (@JLHwung)
    • #11922 simplify isLookaheadRelational method (@JLHwung)
    • #11917 Support ConditionalExpressions in dry-error-messages rule (@existentialism)
Commits
  • 90b1989 v7.11.4
  • 565cfff chore: test against workspace babel/core
  • 4be67fb Ensure import() is not transpiled in babel-core published source (#11974)
  • a5bc486 Isolated exec tests (#11531)
  • 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.4