[PR #327] [MERGED] Bump @babel/preset-env from 7.4.5 to 7.5.5 #1511

Closed
opened 2026-02-25 22:40:27 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/floccusaddon/floccus/pull/327
Author: @dependabot-preview[bot]
Created: 7/18/2019
Status: Merged
Merged: 7/20/2019
Merged by: @marcelklehr

Base: developHead: dependabot/npm_and_yarn/babel/preset-env-7.5.5


📝 Commits (1)

  • ec39272 Bump @babel/preset-env from 7.4.5 to 7.5.5

📊 Changes

2 files changed (+306 additions, -136 deletions)

View changed files

📝 package-lock.json (+305 -135)
📝 package.json (+1 -1)

📄 Description

Bumps @babel/preset-env from 7.4.5 to 7.5.5.

Release notes

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

v7.5.5 (2019-07-17)

Thanks to @​sag1v and @​CYBAI for their first PRs!

🐛 Bug Fix

  • babel-code-frame
  • babel-plugin-proposal-object-rest-spread
  • babel-types
  • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-helper-replace-supers, babel-helpers, babel-plugin-proposal-class-properties, babel-plugin-transform-classes, babel-plugin-transform-object-super, babel-types
  • babel-plugin-transform-flow-comments
  • babel-core, babel-helpers
  • babel-plugin-transform-runtime
  • babel-helpers, babel-plugin-transform-instanceof

🏠 Internal

  • babel-parser, babel-plugin-transform-typescript

🏃‍♀️ Performance

  • babel-helpers, babel-plugin-proposal-object-rest-spread, babel-preset-env

Committers: 7

v7.5.4 (2019-07-09)

🐛 Bug Fix

  • babel-helpers, babel-plugin-proposal-object-rest-spread, babel-preset-env

Committers: 1

... (truncated)
Changelog

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

v7.5.5 (2019-07-17)

🐛 Bug Fix

  • babel-code-frame
  • babel-plugin-proposal-object-rest-spread
  • babel-types
  • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-helper-replace-supers, babel-helpers, babel-plugin-proposal-class-properties, babel-plugin-transform-classes, babel-plugin-transform-object-super, babel-types
  • babel-plugin-transform-flow-comments
  • babel-core, babel-helpers
  • babel-plugin-transform-runtime
  • babel-helpers, babel-plugin-transform-instanceof

🏠 Internal

  • babel-parser, babel-plugin-transform-typescript

🏃‍♀️ Performance

  • babel-helpers, babel-plugin-proposal-object-rest-spread, babel-preset-env

v7.5.4 (2019-07-09)

🐛 Bug Fix

  • babel-helpers, babel-plugin-proposal-object-rest-spread, babel-preset-env

v7.5.3 (2019-07-09)

🐛 Bug Fix

  • babel-helpers, babel-plugin-proposal-object-rest-spread, babel-preset-env

v7.5.2 (2019-07-08)

🐛 Bug Fix

  • babel-plugin-transform-typescript
  • babel-helpers, babel-plugin-proposal-object-rest-spread, babel-preset-env
  • babel-plugin-proposal-export-default-from, babel-plugin-proposal-export-namespace-from
... (truncated)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it
  • @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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @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 your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/floccusaddon/floccus/pull/327 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 7/18/2019 **Status:** ✅ Merged **Merged:** 7/20/2019 **Merged by:** [@marcelklehr](https://github.com/marcelklehr) **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/babel/preset-env-7.5.5` --- ### 📝 Commits (1) - [`ec39272`](https://github.com/floccusaddon/floccus/commit/ec3927242f082f479928b3008df68a78f48f0f79) Bump @babel/preset-env from 7.4.5 to 7.5.5 ### 📊 Changes **2 files changed** (+306 additions, -136 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+305 -135) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.4.5 to 7.5.5. <details> <summary>Release notes</summary> *Sourced from [@babel/preset-env's releases](https://github.com/babel/babel/releases).* > > ## v7.5.5 (2019-07-17) > > Thanks to [@&#8203;sag1v](https://github.com/sag1v) and [@&#8203;CYBAI](https://github.com/CYBAI) for their first PRs! > > #### :bug: Bug Fix > * `babel-code-frame` > * [#10211](https://github-redirect.dependabot.com/babel/babel/pull/10211) fix code-frame marker with highlighting ([@&#8203;tanhauhau](https://github.com/tanhauhau)) > * `babel-plugin-proposal-object-rest-spread` > * [#10200](https://github-redirect.dependabot.com/babel/babel/pull/10200) Workaround [#10179](https://github-redirect.dependabot.com/babel/babel/issues/10179) in proposal-object-rest-spread ([@&#8203;nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > * `babel-types` > * [#10198](https://github-redirect.dependabot.com/babel/babel/pull/10198) add assertShape to validate templateElement ([@&#8203;tanhauhau](https://github.com/tanhauhau)) > * `babel-helper-create-class-features-plugin`, `babel-helper-member-expression-to-functions`, `babel-helper-replace-supers`, `babel-helpers`, `babel-plugin-proposal-class-properties`, `babel-plugin-transform-classes`, `babel-plugin-transform-object-super`, `babel-types` > * [#10017](https://github-redirect.dependabot.com/babel/babel/pull/10017) destructuring private fields with array pattern / object pattern ([@&#8203;tanhauhau](https://github.com/tanhauhau)) > * `babel-plugin-transform-flow-comments` > * [#9901](https://github-redirect.dependabot.com/babel/babel/pull/9901) fix transform-flow-comments for import types ([@&#8203;tanhauhau](https://github.com/tanhauhau)) > * `babel-core`, `babel-helpers` > * [#10208](https://github-redirect.dependabot.com/babel/babel/pull/10208) always throw when add missing helpers ([@&#8203;tanhauhau](https://github.com/tanhauhau)) > * `babel-plugin-transform-runtime` > * [#10207](https://github-redirect.dependabot.com/babel/babel/pull/10207) Closes [#10205](https://github-redirect.dependabot.com/babel/babel/issues/10205) ([@&#8203;sag1v](https://github.com/sag1v)) > * `babel-helpers`, `babel-plugin-transform-instanceof` > * [#10197](https://github-redirect.dependabot.com/babel/babel/pull/10197) fix: custom instOfHandler result should be cast to boolean ([@&#8203;JLHwung](https://github.com/JLHwung)) > > #### :house: Internal > * `babel-parser`, `babel-plugin-transform-typescript` > * [#10014](https://github-redirect.dependabot.com/babel/babel/pull/10014) Use correct extension for typescript fixtures ([@&#8203;danez](https://github.com/danez)) > > #### :running_woman: Performance > * `babel-helpers`, `babel-plugin-proposal-object-rest-spread`, `babel-preset-env` > * [#10189](https://github-redirect.dependabot.com/babel/babel/pull/10189) perf: match ownKeys perf to the one of objectSpread ([@&#8203;JLHwung](https://github.com/JLHwung)) > > #### Committers: 7 > - Daniel Tschinder ([@&#8203;danez](https://github.com/danez)) > - Huáng Jùnliàng ([@&#8203;JLHwung](https://github.com/JLHwung)) > - James DiGioia ([@&#8203;mAAdhaTTah](https://github.com/mAAdhaTTah)) > - Nicolò Ribaudo ([@&#8203;nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > - Sagiv ben giat ([@&#8203;sag1v](https://github.com/sag1v)) > - Tan Li Hau ([@&#8203;tanhauhau](https://github.com/tanhauhau)) > - cybai ([@&#8203;CYBAI](https://github.com/CYBAI)) > > > ## v7.5.4 (2019-07-09) > > #### :bug: Bug Fix > * `babel-helpers`, `babel-plugin-proposal-object-rest-spread`, `babel-preset-env` > * [#10188](https://github-redirect.dependabot.com/babel/babel/pull/10188) Fix _objectSpread2 for real ([@&#8203;nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > > #### Committers: 1 > - Nicolò Ribaudo ([@&#8203;nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > ></tr></table> ... (truncated) </details> <details> <summary>Changelog</summary> *Sourced from [@babel/preset-env's changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md).* > ## v7.5.5 (2019-07-17) > > #### :bug: Bug Fix > * `babel-code-frame` > * [#10211](https://github-redirect.dependabot.com/babel/babel/pull/10211) fix code-frame marker with highlighting ([@&#8203;tanhauhau](https://github.com/tanhauhau)) > * `babel-plugin-proposal-object-rest-spread` > * [#10200](https://github-redirect.dependabot.com/babel/babel/pull/10200) Workaround [#10179](https://github-redirect.dependabot.com/babel/babel/issues/10179) in proposal-object-rest-spread ([@&#8203;nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > * `babel-types` > * [#10198](https://github-redirect.dependabot.com/babel/babel/pull/10198) add assertShape to validate templateElement ([@&#8203;tanhauhau](https://github.com/tanhauhau)) > * `babel-helper-create-class-features-plugin`, `babel-helper-member-expression-to-functions`, `babel-helper-replace-supers`, `babel-helpers`, `babel-plugin-proposal-class-properties`, `babel-plugin-transform-classes`, `babel-plugin-transform-object-super`, `babel-types` > * [#10017](https://github-redirect.dependabot.com/babel/babel/pull/10017) destructuring private fields with array pattern / object pattern ([@&#8203;tanhauhau](https://github.com/tanhauhau)) > * `babel-plugin-transform-flow-comments` > * [#9901](https://github-redirect.dependabot.com/babel/babel/pull/9901) fix transform-flow-comments for import types ([@&#8203;tanhauhau](https://github.com/tanhauhau)) > * `babel-core`, `babel-helpers` > * [#10208](https://github-redirect.dependabot.com/babel/babel/pull/10208) always throw when add missing helpers ([@&#8203;tanhauhau](https://github.com/tanhauhau)) > * `babel-plugin-transform-runtime` > * [#10207](https://github-redirect.dependabot.com/babel/babel/pull/10207) Closes [#10205](https://github-redirect.dependabot.com/babel/babel/issues/10205) ([@&#8203;sag1v](https://github.com/sag1v)) > * `babel-helpers`, `babel-plugin-transform-instanceof` > * [#10197](https://github-redirect.dependabot.com/babel/babel/pull/10197) fix: custom instOfHandler result should be cast to boolean ([@&#8203;JLHwung](https://github.com/JLHwung)) > > #### :house: Internal > * `babel-parser`, `babel-plugin-transform-typescript` > * [#10014](https://github-redirect.dependabot.com/babel/babel/pull/10014) Use correct extension for typescript fixtures ([@&#8203;danez](https://github.com/danez)) > > #### :running_woman: Performance > * `babel-helpers`, `babel-plugin-proposal-object-rest-spread`, `babel-preset-env` > * [#10189](https://github-redirect.dependabot.com/babel/babel/pull/10189) perf: match ownKeys perf to the one of objectSpread ([@&#8203;JLHwung](https://github.com/JLHwung)) > > ## v7.5.4 (2019-07-09) > > #### :bug: Bug Fix > * `babel-helpers`, `babel-plugin-proposal-object-rest-spread`, `babel-preset-env` > * [#10188](https://github-redirect.dependabot.com/babel/babel/pull/10188) Fix _objectSpread2 for real ([@&#8203;nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > > ## v7.5.3 (2019-07-09) > > #### :bug: Bug Fix > * `babel-helpers`, `babel-plugin-proposal-object-rest-spread`, `babel-preset-env` > * [#10180](https://github-redirect.dependabot.com/babel/babel/pull/10180) [_objectSpread2] Do not use hoisted var from prev iteration ([@&#8203;nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > > ## v7.5.2 (2019-07-08) > > #### :bug: Bug Fix > * `babel-plugin-transform-typescript` > * [#10174](https://github-redirect.dependabot.com/babel/babel/pull/10174) Do not trust Scope when removing TypeScript types ([@&#8203;nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > * `babel-helpers`, `babel-plugin-proposal-object-rest-spread`, `babel-preset-env` > * [#10171](https://github-redirect.dependabot.com/babel/babel/pull/10171) Don't rely on getOwnPropertyDescriptors in objectSpread2 ([@&#8203;nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > * `babel-plugin-proposal-export-default-from`, `babel-plugin-proposal-export-namespace-from` > * [#10172](https://github-redirect.dependabot.com/babel/babel/pull/10172) fix: register injected importDeclaration ([@&#8203;JLHwung](https://github.com/JLHwung)) > ></tr></table> ... (truncated) </details> <details> <summary>Commits</summary> - [`0407f03`](https://github.com/babel/babel/commit/0407f034f09381b95e9cabefbf6b176c76485a43) v7.5.5 - [`d919ecd`](https://github.com/babel/babel/commit/d919ecd254fd3a10997ab4801f11c412b2dd2152) Move lerna fork to the babel org - [`d8da63c`](https://github.com/babel/babel/commit/d8da63c929f2d28c401571e2a43166678c555bc4) Use correct extension for typescript fixtures ([#10014](https://github-redirect.dependabot.com/babel/babel/issues/10014)) - [`eb3230f`](https://github.com/babel/babel/commit/eb3230f9db562bfa2451528f16eac5674c0dd19b) fix code-frame marker with highlighting ([#10211](https://github-redirect.dependabot.com/babel/babel/issues/10211)) - [`7dc5fdb`](https://github.com/babel/babel/commit/7dc5fdb39091b1e9249bcc20487e5cc2aefa44b6) Workaround [#10179](https://github-redirect.dependabot.com/babel/babel/issues/10179) in proposal-object-rest-spread ([#10200](https://github-redirect.dependabot.com/babel/babel/issues/10200)) - [`ee68d6d`](https://github.com/babel/babel/commit/ee68d6d1b030ad349127503211055096aa96bd3c) add assertShape to validate templateElement ([#10198](https://github-redirect.dependabot.com/babel/babel/issues/10198)) - [`d3fe22f`](https://github.com/babel/babel/commit/d3fe22f0e1eb287874a8785193a3d8090ca96ffa) destructuring private fields with array pattern / object patte… ([#10017](https://github-redirect.dependabot.com/babel/babel/issues/10017)) - [`7f47cb6`](https://github.com/babel/babel/commit/7f47cb65d0b7aea5f6c9a8ed0c255be1512738b7) Add Pipeline nodes to ast.spec [skip ci] ([#10214](https://github-redirect.dependabot.com/babel/babel/issues/10214)) - [`8b9af1b`](https://github.com/babel/babel/commit/8b9af1be2f1256d11c5e6251add8f67f3f62e951) fix transform-flow-comments for import types ([#9901](https://github-redirect.dependabot.com/babel/babel/issues/9901)) - [`f5ca058`](https://github.com/babel/babel/commit/f5ca0587d130648cec7dc104bcec68861751c8ec) always throw when add missing helpers ([#10208](https://github-redirect.dependabot.com/babel/babel/issues/10208)) - Additional commits viewable in [compare view](https://github.com/babel/babel/compare/v7.4.5...v7.5.5) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=@babel/preset-env&package-manager=npm_and_yarn&previous-version=7.4.5&new-version=7.5.5)](https://dependabot.com/compatibility-score.html?dependency-name=@babel/preset-env&package-manager=npm_and_yarn&previous-version=7.4.5&new-version=7.5.5) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it - `@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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@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 your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 22:40:27 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/floccus#1511
No description provided.