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

Bump @babel/preset-env from 7.14.5 to 7.14.7

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge dependabot/npm_and_yarn/babel/preset-env-7.14.7 into main Jun 22, 2021
  • Overview 1
  • Commits 2
  • Pipelines 0
  • Changes 2

Created by: dependabot[bot]

Bumps @babel/preset-env from 7.14.5 to 7.14.7.

Release notes

Sourced from @​babel/preset-env's releases.

v7.14.7 (2021-06-21)

Thanks @​hyaocuk and @​plourenco for your first PRs!

🐛 Bug Fix

  • babel-plugin-proposal-object-rest-spread
    • #13483 Don't hoist template literal keys in object-rest-spread (@​lala7573)
  • babel-plugin-transform-destructuring
    • #13482 Don't hoist template strings from destructuring keys (@​lala7573)
  • babel-traverse
    • #13475 fix: remove traverse trap on NODE_ENV == "test" (@​JLHwung)
  • Other
    • #13477 Add record and tuple tokens to eslint parser (@​plourenco)
  • babel-helper-member-expression-to-functions, babel-plugin-proposal-class-properties, babel-plugin-proposal-private-methods
    • #13395 fix: tagged template incorrect receiver (@​sag1v)

🏠 Internal

  • babel-parser
    • #13450 Simplify token context (@​JLHwung)
    • #13419 refactor(parser): remove refNeedsArrowPos (@​tony-go)
  • Other
    • #13485 chore: fix comment typo (@​hyaocuk)

Committers: 8

  • Federico Ciardi (@​fedeci)
  • Huáng Jùnliàng (@​JLHwung)
  • Lively (@​lala7573)
  • Nicolò Ribaudo (@​nicolo-ribaudo)
  • Pedro Lourenço (@​plourenco)
  • Sagiv ben giat (@​sag1v)
  • Terence Ng (@​hyaocuk)
  • Tony Gorez (@​tony-go)

v7.14.6 (2021-06-14)

🐛 Bug Fix

  • babel-plugin-transform-spread
    • #13459 babel-plugin-transform-spread add missing argument in build calls (@​zxbodya)
    • #13439 Correctly transform spreads of arrays with holes (@​nicolo-ribaudo)
  • babel-helpers, babel-plugin-transform-destructuring, babel-plugin-transform-modules-commonjs
    • #13444 fix destructuring of empty string (@​lala7573)
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-class-properties
    • #13429 fix: reference to class expression in private method (@​lala7573)
  • babel-parser
    • #13428 [ts] Support override modifiers for parameter properties (@​sosukesuzuki)
    • #13449 Disallow JSX tag forming after TS non-null assertion (@​JLHwung)

🏠 Internal

  • #13423 Faster babel build (@​JLHwung)

... (truncated)

Changelog

Sourced from @​babel/preset-env's changelog.

v7.14.7 (2021-06-21)

🐛 Bug Fix

  • babel-plugin-proposal-object-rest-spread
    • #13483 Don't hoist template literal keys in object-rest-spread (@​lala7573)
  • babel-plugin-transform-destructuring
    • #13482 Don't hoist template strings from destructuring keys (@​lala7573)
  • babel-traverse
    • #13475 fix: remove traverse trap on NODE_ENV == "test" (@​JLHwung)
  • Other
    • #13477 Add record and tuple tokens to eslint parser (@​plourenco)
  • babel-helper-member-expression-to-functions, babel-plugin-proposal-class-properties, babel-plugin-proposal-private-methods
    • #13395 fix: tagged template incorrect receiver (@​sag1v)

🏠 Internal

  • babel-parser
    • #13450 Simplify token context (@​JLHwung)
    • #13419 refactor(parser): remove refNeedsArrowPos (@​tony-go)
  • Other
    • #13485 chore: fix comment typo (@​hyaocuk)

v7.14.6 (2021-06-14)

🐛 Bug Fix

  • babel-plugin-transform-spread
    • #13459 babel-plugin-transform-spread add missing argument in build calls (@​zxbodya)
    • #13439 Correctly transform spreads of arrays with holes (@​nicolo-ribaudo)
  • babel-helpers, babel-plugin-transform-destructuring, babel-plugin-transform-modules-commonjs
    • #13444 fix destructuring of empty string (@​lala7573)
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-class-properties
    • #13429 fix: reference to class expression in private method (@​lala7573)
  • babel-parser
    • #13428 [ts] Support override modifiers for parameter properties (@​sosukesuzuki)
    • #13449 Disallow JSX tag forming after TS non-null assertion (@​JLHwung)

🏠 Internal

  • #13423 Faster babel build (@​JLHwung)

:running_woman: Performance

  • babel-parser
    • #13453 Faster readRegexp (@​JLHwung)
Commits
  • 268e4ca v7.14.7
  • 8c229e7 Bump core-js packages (#13496)
  • 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/preset-env-7.14.7