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

Bump @babel/preset-env from 7.13.10 to 7.13.12

  • Review changes

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

Created by: dependabot[bot]

Bumps @babel/preset-env from 7.13.10 to 7.13.12.

Release notes

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

v7.13.12 (2021-03-22)

Thanks @​hajnalbendeguz for your first PR!

🐛 Bug Fix

  • babel-standalone
    • #13017 Fix importing polyfill plugins in the Rollup bundle (@​nicolo-ribaudo)
  • babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-optional-chaining, babel-preset-env
    • #13009 Implement @babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining (@​JLHwung)
  • babel-types
    • #12971 fix: do not throw when creating type annotation based on bigint (@​JLHwung)
  • babel-compat-data, babel-preset-env
    • #13008 Update compat data (@​JLHwung)

💅 Polish

  • babel-plugin-transform-react-jsx
    • #12983 Improve error message when not providing a value for JSX key (@​hajnalbendeguz)

🏠 Internal

  • babel-compat-data
    • #13024 Remove lodash from babel-compat-data (@​jridgewell)
  • babel-node
    • #13025 Remove lodash from @babel/node tests (@​jridgewell)
  • babel-helper-module-transforms
    • #13022 Remove lodash/chunk (@​jridgewell)
  • babel-plugin-transform-proto-to-assign
    • #13026 Remove lodash/pull (@​jridgewell)
  • babel-helper-define-map
    • #13023 Remove lodash/has (@​jridgewell)

Committers: 6

  • Bogdan Savluk (@​zxbodya)
  • Huáng Jùnliàng (@​JLHwung)
  • Justin Ridgewell (@​jridgewell)
  • Nicolò Ribaudo (@​nicolo-ribaudo)
  • Sosuke Suzuki (@​sosukesuzuki)
  • @​hajnalbendeguz

v7.13.11 (2021-03-15)

👓 Spec Compliance

  • babel-parser, babel-plugin-proposal-class-static-block
    • #12738 Support multiple static blocks (@​JLHwung)

🐛 Bug Fix

  • babel-compat-data
    • #13000 Point to CJS files in @babel/compat-data's exports (@​nicolo-ribaudo)
  • babel-parser
    • #12962 Parse type imports in TSImportEqualsDeclaration (@​JLHwung)
  • babel-compat-data, babel-helper-compilation-targets

... (truncated)

Changelog

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

v7.13.12 (2021-03-22)

🐛 Bug Fix

  • babel-standalone
    • #13017 Fix importing polyfill plugins in the Rollup bundle (@​nicolo-ribaudo)
  • babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-optional-chaining, babel-preset-env
    • #13009 Implement @babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining (@​JLHwung)
  • babel-types
    • #12971 fix: do not throw when creating type annotation based on bigint (@​JLHwung)
  • babel-compat-data, babel-preset-env
    • #13008 Update compat data (@​JLHwung)

💅 Polish

  • babel-plugin-transform-react-jsx
    • #12983 Improve error message when not providing a value for JSX key (@​hajnalbendeguz)

🏠 Internal

  • babel-compat-data
    • #13024 Remove lodash from babel-compat-data (@​jridgewell)
  • babel-node
    • #13025 Remove lodash from @babel/node tests (@​jridgewell)
  • babel-helper-module-transforms
    • #13022 Remove lodash/chunk (@​jridgewell)
  • babel-plugin-transform-proto-to-assign
    • #13026 Remove lodash/pull (@​jridgewell)
  • babel-helper-define-map
    • #13023 Remove lodash/has (@​jridgewell)

v7.13.11 (2021-03-15)

👓 Spec Compliance

  • babel-parser, babel-plugin-proposal-class-static-block
    • #12738 Support multiple static blocks (@​JLHwung)

🐛 Bug Fix

  • babel-compat-data
    • #13000 Point to CJS files in @babel/compat-data's exports (@​nicolo-ribaudo)
  • babel-parser
    • #12962 Parse type imports in TSImportEqualsDeclaration (@​JLHwung)
  • babel-compat-data, babel-helper-compilation-targets
    • #12996 Fix esmodule: "intersect" on iOS versions (@​JLHwung)

🔬 Output optimization

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-async-generator-functions, babel-plugin-proposal-class-properties, babel-plugin-proposal-private-methods, babel-plugin-proposal-private-property-in-object, babel-plugin-transform-typescript, babel-preset-env
    • #12990 Use function rather than var to compile private methods (@​nicolo-ribaudo)
Commits
  • edb11ba v7.13.12
  • c2a4249 Implement @babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining (#13...
  • 020c88e Update compat data (#13008)
  • 8ad6b75 Use function rather than var to compile private methods (#12990)
  • See full diff in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.

Dependabot will merge this PR once CI passes on it, as requested by @XhmikosR.


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.12