Skip to content

chore(deps-dev): bump @babel/preset-env from 7.17.10 to 7.18.2 - #511

Closed
dependabot[bot] wants to merge 1 commit into
nextfrom
dependabot/npm_and_yarn/babel/preset-env-7.18.2
Closed

chore(deps-dev): bump @babel/preset-env from 7.17.10 to 7.18.2#511
dependabot[bot] wants to merge 1 commit into
nextfrom
dependabot/npm_and_yarn/babel/preset-env-7.18.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 27, 2022

Copy link
Copy Markdown
Contributor

Bumps @babel/preset-env from 7.17.10 to 7.18.2.

Release notes

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

v7.18.2 (2022-05-25)

🐛 Bug Fix

  • babel-plugin-transform-template-literals
  • babel-helpers
  • babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helper-environment-visitor, babel-helper-replace-supers, babel-plugin-proposal-class-properties, babel-plugin-proposal-decorators, babel-traverse, babel-types

📝 Documentation

🏠 Internal

Committers: 4

v7.18.1 (2022-05-19)

🐛 Bug Fix

  • babel-plugin-transform-typescript
  • babel-plugin-transform-for-of

Committers: 2

v7.18.0 (2022-05-19)

Thanks @​NickHeiner for your first PR!

🚀 New Feature

  • babel-preset-env
  • babel-helper-create-class-features-plugin, babel-helper-define-map, babel-plugin-proposal-class-static-block, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-object-rest-spread, babel-plugin-syntax-destructuring-private, babel-plugin-transform-destructuring, babel-plugin-transform-proto-to-assign, babel-plugin-transform-typescript, babel-standalone, babel-traverse, babel-types
  • babel-generator, babel-parser, babel-types
  • babel-generator, babel-parser

... (truncated)

Changelog

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

v7.18.2 (2022-05-25)

🐛 Bug Fix

  • babel-plugin-transform-template-literals
    • #14582 fix: skip template literal transform for TSLiteralType (