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

Bump @babel/preset-env from 7.12.17 to 7.13.9

  • Review changes

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

Created by: dependabot[bot]

Bumps @babel/preset-env from 7.12.17 to 7.13.9.

Release notes

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

v7.13.9 (2021-03-01)

Thanks @​saitonakamura for your first PR!

🐛 Bug Fix

  • babel-preset-env
    • #12934 Load .browserslistrc when using old @babel/core versions (@​nicolo-ribaudo)
  • babel-parser
    • #12939 fix: add tokens when tokens: true is passed to parseExpression (@​JLHwung)
    • #12930 babel-parser(flow): Add null property to FunctionTypeAnnotation without parens (@​sosukesuzuki)
  • babel-generator
    • #12921 Fix a bug with invalid print output when empty array is passed to t.tsInterfaceDeclaration (@​saitonakamura)
    • #12920 Allow nullish extends in interfaceish (@​saitonakamura)

🏠 Internal

  • babel-plugin-transform-runtime, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
    • #12919 Put back ESM helpers in a folder where we can use .js (@​nicolo-ribaudo)

Committers: 5

  • Bogdan Savluk (@​zxbodya)
  • Huáng Jùnliàng (@​JLHwung)
  • Michael サイトー 中村 Bashurov (@​saitonakamura)
  • Nicolò Ribaudo (@​nicolo-ribaudo)
  • Sosuke Suzuki (@​sosukesuzuki)

v7.13.8 (2021-02-26)

Thanks @​luxp and @​pigcan for your first PRs!

🐛 Bug Fix

  • Other
    • #12909 chore: do not provide polyfills on bundling @babel/standalone (@​JLHwung)
    • #12891 fix(eslint-parser): merge input estree options (@​JLHwung)
  • babel-compat-data, babel-preset-env
    • #12901 Fix Module not found: Error: Can't resolve 'core-js/modules/es6.array.concat.js' with compat-data@7.13.x (@​luxp)
  • babel-plugin-transform-runtime, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
    • #12893 Allow require() of runtime helpers in Node.js 13.2-13.6 (@​nicolo-ribaudo)

💅 Polish

  • babel-helper-create-class-features-plugin
    • #12898 Do not warn for loose of class features in preset-env (@​nicolo-ribaudo)

🏠 Internal

  • babel-core, babel-helper-transform-fixture-test-runner, babel-register
    • #12820 [internal] Keep the .cjs extension when compiling source files (@​nicolo-ribaudo)
  • babel-plugin-transform-runtime, babel-runtime-corejs2, babel-runtime
    • #12883 Improve @babel/runtime esm stability (@​nicolo-ribaudo)

🔬 Output optimization

  • babel-plugin-proposal-object-rest-spread

... (truncated)

Changelog

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

v7.13.9 (2021-03-01)

🐛 Bug Fix

  • babel-preset-env
    • #12934 Load .browserslistrc when using old @babel/core versions (@​nicolo-ribaudo)
  • babel-parser
    • #12939 fix: add tokens when tokens: true is passed to parseExpression (@​JLHwung)
    • #12930 babel-parser(flow): Add null property to FunctionTypeAnnotation without parens (@​sosukesuzuki)
  • babel-generator
    • #12921 Fix a bug with invalid print output when empty array is passed to t.tsInterfaceDeclaration (@​saitonakamura)
    • #12920 Allow nullish extends in interfaceish (@​saitonakamura)

🏠 Internal

  • babel-plugin-transform-runtime, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
    • #12919 Put back ESM helpers in a folder where we can use .js (@​nicolo-ribaudo)

v7.13.8 (2021-02-26)

🐛 Bug Fix

  • Other
    • #12909 chore: do not provide polyfills on bundling @babel/standalone (@​JLHwung)
    • #12891 fix(eslint-parser): merge input estree options (@​JLHwung)
  • babel-compat-data, babel-preset-env
    • #12901 Fix Module not found: Error: Can't resolve 'core-js/modules/es6.array.concat.js' with compat-data@7.13.x (@​luxp)
  • babel-plugin-transform-runtime, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
    • #12893 Allow require() of runtime helpers in Node.js 13.2-13.6 (@​nicolo-ribaudo)

💅 Polish

  • babel-helper-create-class-features-plugin
    • #12898 Do not warn for loose of class features in preset-env (@​nicolo-ribaudo)

🏠 Internal

  • babel-core, babel-helper-transform-fixture-test-runner, babel-register
    • #12820 [internal] Keep the .cjs extension when compiling source files (@​nicolo-ribaudo)
  • babel-plugin-transform-runtime, babel-runtime-corejs2, babel-runtime
    • #12883 Improve @babel/runtime esm stability (@​nicolo-ribaudo)

🔬 Output optimization

  • babel-plugin-proposal-object-rest-spread
    • #12899 Skip _extends helper for {…x} with modern targets (@​nicolo-ribaudo)

v7.13.6 (2021-02-23)

🐛 Bug Fix

  • babel-plugin-transform-runtime, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
    • #12877 Define fallback exports for @babel/runtime on old Node (@​nicolo-ribaudo)

🏠 Internal

  • babel-compat-data, babel-preset-env
    • #12850 Update compat table (@​JLHwung)

v7.13.5 (2021-02-23)

... (truncated)

Commits
  • 2c0e8d0 v7.13.9
  • c155caf Load .browserslistrc when using old @babel/core versions (#12934)
  • e2abc19 v7.13.8
  • ea6a438 Enable external-helpers by default in tests (#12911)
  • 6a03946 Don't inject invalid core-js@2 polyfills (#12901)
  • 039eb27 Update all the @babel/* dependencies (#12897)
  • c9da965 chore: downgrade semver to ^6.3.2 (#12890)
  • 4acb734 Update compat table (#12850)
  • 9a4269e v7.13.5
  • 1484260 Add es6.array.slice in corejs2 builtins (#12870)
  • 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 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.13.9