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

Bump @babel/preset-env from 7.8.4 to 7.8.6

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge dependabot/npm_and_yarn/babel/preset-env-7.8.6 into master Feb 28, 2020
  • Overview 1
  • Commits 2
  • Pipelines 0
  • Changes 2

Created by: dependabot-preview[bot]

Bumps @babel/preset-env from 7.8.4 to 7.8.6.

Release notes

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

v7.8.6 (2020-02-27)

Thanks to @brokensandals, @fengzilong, @InsignificantReasons, @liamfd, @liuxingbaoyu, and @openorclose for their first PRs!

👓 Spec Compliance

  • babel-helper-module-transforms, babel-helper-replace-supers, babel-plugin-transform-modules-commonjs
    • #11109 Fix rewriteThis in helper-module-transforms for computed class elements (@sidntrivedi012)
  • babel-parser
    • #10956 Refactor await/yield production parameter tracking (@JLHwung)

🚀 New Feature

  • babel-helper-create-regexp-features-plugin, babel-plugin-transform-classes, babel-plugin-transform-named-capturing-groups-regex, babel-preset-env
    • #11134 Mark wrapNativeSuper and wrapRegExp as pure (@nicolo-ribaudo)

🐛 Bug Fix

  • babel-helper-compilation-targets
    • #11124 fix: search for browserslist if esmodules is falsy (@fengzilong)
  • babel-register
    • #11160 fix: workaround misleading node.js ENOENT error (@JLHwung)
  • babel-parser
    • #11146 Parse declare modifier around accessibility modifiers (@JLHwung)
    • #11092 Fix Async Generic After Await Parsing Error (@liamfd)
  • babel-compat-data, babel-preset-env
    • #10929 Update preset-env builtin-definitions (@JLHwung)
  • babel-traverse
    • #11136 fix @babel/traverse can't use path.remove() with noScope (@liuxingbaoyu)
  • babel-helper-create-class-features-plugin, babel-helper-replace-supers
    • #11068 Fix classNameTDZError in computed prototype methods with class fields (@sidntrivedi012)
  • babel-template
    • #11112 Respect preserveComments option in tempate.ast() (@dentrado)
  • babel-plugin-transform-for-of
    • #11088 Allow redeclaration of loop variable in body (@openorclose)
  • babel-helper-module-transforms, babel-plugin-transform-modules-commonjs
    • #11074 Fix export bindings not updated by 'for ... in' and 'for ... of' (@vedantroy)
  • babel-standalone
    • #10797 fix: specify sourceFileName when generating inline sourcemaps (@JLHwung)
  • babel-types
    • #11089 Make isReferenced return false for method parameter name (@brokensandals)

💅 Polish

  • babel-core, babel-generator, babel-plugin-external-helpers, babel-plugin-proposal-async-generator-functions, babel-plugin-proposal-class-properties, babel-plugin-proposal-decorators, babel-plugin-proposal-function-bind, babel-plugin-transform-async-to-generator, babel-plugin-transform-classes, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-plugin-transform-function-name, babel-plugin-transform-parameters, babel-plugin-transform-react-constant-elements, babel-plugin-transform-react-jsx, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-plugin-transform-typescript, babel-preset-env
    • #11133 Skip newlines around inline #__PURE__ annotations (@nicolo-ribaudo)

🏠 Internal

  • Other
    • #11175 replace gulp-watch by gulp.watch (@JLHwung)
    • #11163 chore: migrate lock threads to github actions (@JLHwung)
    • #11164 chore: specify dependency rule of check-compat-data-ci (@JLHwung)
    • #11072 Update @babel deps (@existentialism)
  • babel-generator, babel-helper-fixtures, babel-parser, babel-traverse
... (truncated)
Changelog

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

v7.8.6 (2020-02-27)

👓 Spec Compliance

  • babel-helper-module-transforms, babel-helper-replace-supers, babel-plugin-transform-modules-commonjs
    • #11109 Fix rewriteThis in helper-module-transforms for computed class elements (@sidntrivedi012)
  • babel-parser
    • #10956 Refactor await/yield production parameter tracking (@JLHwung)

💥 Breaking Change

  • #11137 Breaking: align babel-eslint-parser & espree (@kaicataldo)

🚀 New Feature

  • babel-helper-create-regexp-features-plugin, babel-plugin-transform-classes, babel-plugin-transform-named-capturing-groups-regex, babel-preset-env
    • #11134 Mark wrapNativeSuper and wrapRegExp as pure (@nicolo-ribaudo)

🐛 Bug Fix

  • babel-helper-compilation-targets
    • #11124 fix: search for browserslist if esmodules is falsy (@fengzilong)
  • babel-register
    • #11160 fix: workaround misleading node.js ENOENT error (@JLHwung)
  • babel-parser
    • #11146 Parse declare modifier around accessibility modifiers (@JLHwung)
    • #11092 Fix Async Generic After Await Parsing Error (@liamfd)
  • Other
    • #11137 Breaking: align babel-eslint-parser & espree (@kaicataldo)
  • babel-compat-data, babel-preset-env
    • #10929 Update preset-env builtin-definitions (@JLHwung)
  • babel-traverse
    • #11136 fix @babel/traverse can't use path.remove() with noScope (@liuxingbaoyu)
  • babel-helper-create-class-features-plugin, babel-helper-replace-supers
    • #11068 Fix classNameTDZError in computed prototype methods with class fields (@sidntrivedi012)
  • babel-template
    • #11112 Respect preserveComments option in tempate.ast() (@dentrado)
  • babel-plugin-transform-for-of
    • #11088 Allow redeclaration of loop variable in body (@openorclose)
  • babel-helper-module-transforms, babel-plugin-transform-modules-commonjs
    • #11074 Fix export bindings not updated by 'for ... in' and 'for ... of' (@vedantroy)
  • babel-standalone
    • #10797 fix: specify sourceFileName when generating inline sourcemaps (@JLHwung)
  • babel-types
    • #11089 Make isReferenced return false for method parameter name (@brokensandals)

💅 Polish

  • babel-core, babel-generator, babel-plugin-external-helpers, babel-plugin-proposal-async-generator-functions, babel-plugin-proposal-class-properties, babel-plugin-proposal-decorators, babel-plugin-proposal-function-bind, babel-plugin-transform-async-to-generator, babel-plugin-transform-classes, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-plugin-transform-function-name, babel-plugin-transform-parameters, babel-plugin-transform-react-constant-elements, babel-plugin-transform-react-jsx, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-plugin-transform-typescript, babel-preset-env
    • #11133 Skip newlines around inline #__PURE__ annotations (@nicolo-ribaudo)

🏠 Internal

  • Other
    • #11175 replace gulp-watch by gulp.watch (@JLHwung)
    • #11163 chore: migrate lock threads to github actions (@JLHwung)
... (truncated)
Commits
  • 750d3dd v7.8.6
  • e9ea523 replace gulp-watch by gulp.watch (#11175)
  • 0018881 Add missing dependencies (#11170)
  • afb0f48 Enable more eslint recommended rules (#11168)
  • 2d1bac9 fix: search for browserslist if esmodules is falsy (#11124)
  • a192c0f Update preset-env fixture
  • eaff9f8 chore: migrate lock threads to github actions (#11163)
  • 2ce7008 chore: specify dependency rule of check-compat-data-ci (#11164)
  • 4b04581 Mark wrapNativeSuper and wrapRegExp as pure (#11134)
  • a583eab fix: workaround misleading ENOENT error (#11160)
  • Additional commits viewable 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 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 the .dependabot/config.yml file in this repo:

  • Update frequency
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: dependabot/npm_and_yarn/babel/preset-env-7.8.6