[PR #300] [CLOSED] Bump @babel/preset-env from 7.4.3 to 7.4.5 #1493

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

📋 Pull Request Information

Original PR: https://github.com/floccusaddon/floccus/pull/300
Author: @dependabot-preview[bot]
Created: 5/22/2019
Status: Closed

Base: developHead: dependabot/npm_and_yarn/@babel/preset-env-7.4.5


📝 Commits (1)

  • 56b5fbf Bump @babel/preset-env from 7.4.3 to 7.4.5

📊 Changes

2 files changed (+336 additions, -175 deletions)

View changed files

📝 package-lock.json (+335 -174)
📝 package.json (+1 -1)

📄 Description

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

Release notes

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

v7.4.5 (2019-05-21)

Thanks @​airato, @​schu34, @​divbhasin, @​eps1lon and @​pnavarrc for their first PRs! 😄

🐛 Bug Fix

💅 Polish

  • babel-parser
    • #9995 Do not use lookahead when parsing construct signature declarations in TS (@​danez)
    • #9989 Only compute Position if not already in state (@​danez)
    • #9988 Do not use lookahead when parsing jsx expression containers (@​danez)
    • #9987 Do not use lookahead when parsing imports in declare module in flow (@​danez)
    • #9985 Do not use lookahead when parsing declare module or declare module.exports in flow (@​danez)
    • #9983 Do not use lookahead when parsing dynamic import or import.meta (@​danez)
    • #9979 Remove guardedHandlers from ASTs (@​danez)
  • babel-preset-env
  • babel-core
  • babel-core, babel-traverse

🏠 Internal

Committers: 9

v7.4.4 (2019-04-26)

... (truncated)
Changelog

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

v7.4.5 (2019-05-21)

🐛 Bug Fix

💅 Polish

  • babel-parser
    • #9995 Do not use lookahead when parsing construct signature declarations in TS (@​danez)
    • #9989 Only compute Position if not already in state (@​danez)
    • #9988 Do not use lookahead when parsing jsx expression containers (@​danez)
    • #9987 Do not use lookahead when parsing imports in declare module in flow (@​danez)
    • #9985 Do not use lookahead when parsing declare module or declare module.exports in flow (@​danez)
    • #9983 Do not use lookahead when parsing dynamic import or import.meta (@​danez)
    • #9979 Remove guardedHandlers from ASTs (@​danez)
  • babel-preset-env
  • babel-core
  • babel-core, babel-traverse

🏠 Internal

v7.4.4 (2019-04-26)

🐛 Bug Fix

... (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 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)
  • @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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • 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/300 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 5/22/2019 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/@babel/preset-env-7.4.5` --- ### 📝 Commits (1) - [`56b5fbf`](https://github.com/floccusaddon/floccus/commit/56b5fbfc517fe23bdddff418b421906dcb85ca05) Bump @babel/preset-env from 7.4.3 to 7.4.5 ### 📊 Changes **2 files changed** (+336 additions, -175 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+335 -174) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.4.3 to 7.4.5. <details> <summary>Release notes</summary> *Sourced from [@babel/preset-env's releases](https://github.com/babel/babel/releases).* > ## v7.4.5 (2019-05-21) > > Thanks [@&#8203;airato](https://github.com/airato), [@&#8203;schu34](https://github.com/schu34), [@&#8203;divbhasin](https://github.com/divbhasin), [@&#8203;eps1lon](https://github.com/eps1lon) and [@&#8203;pnavarrc](https://github.com/pnavarrc) for their first PRs! :smile: > > #### :bug: Bug Fix > * `babel-parser` > * [#9998](https://github-redirect.dependabot.com/babel/babel/pull/9998) Fix location for optional params in arrow functions ([@&#8203;danez](https://github.com/danez)) > * [#9982](https://github-redirect.dependabot.com/babel/babel/pull/9982) Avoid unnecessary work during lookahead ([@&#8203;danez](https://github.com/danez)) > * [#9922](https://github-redirect.dependabot.com/babel/babel/pull/9922) fix: allow shebang directive ([@&#8203;tanhauhau](https://github.com/tanhauhau)) > * `babel-preset-env` > * [#10002](https://github-redirect.dependabot.com/babel/babel/pull/10002) Update preset-env dependencies and fix fixtures ([@&#8203;danez](https://github.com/danez)) > * [#9978](https://github-redirect.dependabot.com/babel/babel/pull/9978) Fix mobile browsers support in preset-env ([[@&#8203;nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo)) > * [#9902](https://github-redirect.dependabot.com/babel/babel/pull/9902) Fix destructuring assignments being transpiled for edge 15 ([@&#8203;eps1lon](https://github.com/eps1lon)) > * `babel-plugin-transform-typescript` > * [#9944](https://github-redirect.dependabot.com/babel/babel/pull/9944) fix(typescript): erase type exports ([@&#8203;airato](https://github.com/airato)) > > #### :nail_care: Polish > * `babel-parser` > * [#9995](https://github-redirect.dependabot.com/babel/babel/pull/9995) Do not use lookahead when parsing construct signature declarations in TS ([@&#8203;danez](https://github.com/danez)) > * [#9989](https://github-redirect.dependabot.com/babel/babel/pull/9989) Only compute Position if not already in state ([@&#8203;danez](https://github.com/danez)) > * [#9988](https://github-redirect.dependabot.com/babel/babel/pull/9988) Do not use lookahead when parsing jsx expression containers ([@&#8203;danez](https://github.com/danez)) > * [#9987](https://github-redirect.dependabot.com/babel/babel/pull/9987) Do not use lookahead when parsing imports in declare module in flow ([@&#8203;danez](https://github.com/danez)) > * [#9985](https://github-redirect.dependabot.com/babel/babel/pull/9985) Do not use lookahead when parsing declare module or declare module.exports in flow ([@&#8203;danez](https://github.com/danez)) > * [#9983](https://github-redirect.dependabot.com/babel/babel/pull/9983) Do not use lookahead when parsing dynamic import or import.meta ([@&#8203;danez](https://github.com/danez)) > * [#9979](https://github-redirect.dependabot.com/babel/babel/pull/9979) Remove guardedHandlers from ASTs ([@&#8203;danez](https://github.com/danez)) > * `babel-preset-env` > * [#9992](https://github-redirect.dependabot.com/babel/babel/pull/9992) use console.warn for warning ([@&#8203;schu34](https://github.com/schu34)) > * `babel-core` > * [#9945](https://github-redirect.dependabot.com/babel/babel/pull/9945) Fixed null error in plugin opts and added a test for it ([@&#8203;divbhasin](https://github.com/divbhasin)) > * `babel-core`, `babel-traverse` > * [#9909](https://github-redirect.dependabot.com/babel/babel/pull/9909) Add missing space in error messages ([@&#8203;pnavarrc](https://github.com/pnavarrc)) > > #### :house: Internal > * `babel-node` > * [#9914](https://github-redirect.dependabot.com/babel/babel/pull/9914) [babel-node] Do not hardcode node flags ([[@&#8203;nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo)) > > #### Committers: 9 > - Airat Aminev ([@&#8203;airato](https://github.com/airato)) > - Daniel Tschinder ([@&#8203;danez](https://github.com/danez)) > - Divyam Bhasin ([@&#8203;divbhasin](https://github.com/divbhasin)) > - Matthew Robertson ([@&#8203;matthewrobertson](https://github.com/matthewrobertson)) > - Matthew Schupack ([@&#8203;schu34](https://github.com/schu34)) > - Nicolò Ribaudo ([[@&#8203;nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo)) > - Pablo Navarro ([@&#8203;pnavarrc](https://github.com/pnavarrc)) > - Sebastian Silbermann ([@&#8203;eps1lon](https://github.com/eps1lon)) > - Tan Li Hau ([@&#8203;tanhauhau](https://github.com/tanhauhau)) > > > ## v7.4.4 (2019-04-26) > ></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.4.5 (2019-05-21) > > #### :bug: Bug Fix > * `babel-parser` > * [#9998](https://github-redirect.dependabot.com/babel/babel/pull/9998) Fix location for optional params in arrow functions ([@&#8203;danez](https://github.com/danez)) > * [#9982](https://github-redirect.dependabot.com/babel/babel/pull/9982) Avoid unnecessary work during lookahead ([@&#8203;danez](https://github.com/danez)) > * [#9922](https://github-redirect.dependabot.com/babel/babel/pull/9922) fix: allow shebang directive ([@&#8203;tanhauhau](https://github.com/tanhauhau)) > * `babel-preset-env` > * [#10002](https://github-redirect.dependabot.com/babel/babel/pull/10002) Update preset-env dependencies and fix fixtures ([@&#8203;danez](https://github.com/danez)) > * [#9978](https://github-redirect.dependabot.com/babel/babel/pull/9978) Fix mobile browsers support in preset-env ([[@&#8203;nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo)) > * [#9902](https://github-redirect.dependabot.com/babel/babel/pull/9902) Fix destructuring assignments being transpiled for edge 15 ([@&#8203;eps1lon](https://github.com/eps1lon)) > * `babel-plugin-transform-typescript` > * [#9944](https://github-redirect.dependabot.com/babel/babel/pull/9944) fix(typescript): erase type exports ([@&#8203;airato](https://github.com/airato)) > > #### :nail_care: Polish > * `babel-parser` > * [#9995](https://github-redirect.dependabot.com/babel/babel/pull/9995) Do not use lookahead when parsing construct signature declarations in TS ([@&#8203;danez](https://github.com/danez)) > * [#9989](https://github-redirect.dependabot.com/babel/babel/pull/9989) Only compute Position if not already in state ([@&#8203;danez](https://github.com/danez)) > * [#9988](https://github-redirect.dependabot.com/babel/babel/pull/9988) Do not use lookahead when parsing jsx expression containers ([@&#8203;danez](https://github.com/danez)) > * [#9987](https://github-redirect.dependabot.com/babel/babel/pull/9987) Do not use lookahead when parsing imports in declare module in flow ([@&#8203;danez](https://github.com/danez)) > * [#9985](https://github-redirect.dependabot.com/babel/babel/pull/9985) Do not use lookahead when parsing declare module or declare module.exports in flow ([@&#8203;danez](https://github.com/danez)) > * [#9983](https://github-redirect.dependabot.com/babel/babel/pull/9983) Do not use lookahead when parsing dynamic import or import.meta ([@&#8203;danez](https://github.com/danez)) > * [#9979](https://github-redirect.dependabot.com/babel/babel/pull/9979) Remove guardedHandlers from ASTs ([@&#8203;danez](https://github.com/danez)) > * `babel-preset-env` > * [#9992](https://github-redirect.dependabot.com/babel/babel/pull/9992) use console.warn for warning ([@&#8203;schu34](https://github.com/schu34)) > * `babel-core` > * [#9945](https://github-redirect.dependabot.com/babel/babel/pull/9945) Fixed null error in plugin opts and added a test for it ([@&#8203;divbhasin](https://github.com/divbhasin)) > * `babel-core`, `babel-traverse` > * [#9909](https://github-redirect.dependabot.com/babel/babel/pull/9909) Add missing space in error messages ([@&#8203;pnavarrc](https://github.com/pnavarrc)) > > #### :house: Internal > * `babel-node` > * [#9914](https://github-redirect.dependabot.com/babel/babel/pull/9914) [babel-node] Do not hardcode node flags ([[@&#8203;nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo)) > > ## v7.4.4 (2019-04-26) > > #### :bug: Bug Fix > * `babel-plugin-transform-flow-comments` > * [#9897](https://github-redirect.dependabot.com/babel/babel/pull/9897) fix flow-comments - class type paramters and implements ([@&#8203;tanhauhau](https://github.com/tanhauhau)) > * [#9893](https://github-redirect.dependabot.com/babel/babel/pull/9893) fix flow-comment - object destructuring ([@&#8203;tanhauhau](https://github.com/tanhauhau)) > * `babel-parser` > * [#9766](https://github-redirect.dependabot.com/babel/babel/pull/9766) Add TS support to @babel/parser's Scope ([[@&#8203;nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo)) > * [#9865](https://github-redirect.dependabot.com/babel/babel/pull/9865) Always register global bindings as exportable ([[@&#8203;nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo)) > * [#9887](https://github-redirect.dependabot.com/babel/babel/pull/9887) Fix TypeScript readonly error location ([@&#8203;existentialism](https://github.com/existentialism)) > * [#9869](https://github-redirect.dependabot.com/babel/babel/pull/9869) ! remove constant context assertions ([@&#8203;tanhauhau](https://github.com/tanhauhau)) > * [#9890](https://github-redirect.dependabot.com/babel/babel/pull/9890) Fix parsing typescript bodiless methods with the estree plugin also enabled ([@&#8203;devongovett](https://github.com/devongovett)) > * `babel-traverse` > * [#9870](https://github-redirect.dependabot.com/babel/babel/pull/9870) Fix flow types in traverse/path/family and enable flow ([@&#8203;danez](https://github.com/danez)) > * `babel-plugin-proposal-class-properties`, `babel-plugin-transform-modules-commonjs`, `babel-types` > * [#9861](https://github-redirect.dependabot.com/babel/babel/pull/9861) Fix: PrivateName Identifier should not be isReferenced. ([@&#8203;coreyfarrell](https://github.com/coreyfarrell)) ></tr></table> ... (truncated) </details> <details> <summary>Commits</summary> - [`fc38638`](https://github.com/babel/babel/commit/fc38638aeb1fde724d92e8e855c80e888bbf2ad8) Add v7.4.5 to CHANGELOG.md [skip ci] - [`33ab4f1`](https://github.com/babel/babel/commit/33ab4f166117e2380de3955a0842985f578b01b8) v7.4.5 - [`54d257c`](https://github.com/babel/babel/commit/54d257c10577e3cd3639de76f624f8c3786a0084) Fix location for optional params in arrow functions ([#9998](https://github-redirect.dependabot.com/babel/babel/issues/9998)) - [`9c06e4e`](https://github.com/babel/babel/commit/9c06e4ed4d2f0db9416e109d776770d0df77a736) avoid exceptions for control flow ([#9974](https://github-redirect.dependabot.com/babel/babel/issues/9974)) - [`f5b8140`](https://github.com/babel/babel/commit/f5b8140580e9cb2ee38ee3691f5354468036a6ce) Do not use lookahead when parsing construct signature declarations ([#9995](https://github-redirect.dependabot.com/babel/babel/issues/9995)) - [`0430a48`](https://github.com/babel/babel/commit/0430a4877551dd92ef22d578001033613a30a077) Update preset-env dependencies and fix fixtures ([#10002](https://github-redirect.dependabot.com/babel/babel/issues/10002)) - [`45ca675`](https://github.com/babel/babel/commit/45ca6751fa7696ea61aa7378aa95a55effd205b6) use console.warn for warning ([#9992](https://github-redirect.dependabot.com/babel/babel/issues/9992)) - [`b1826bf`](https://github.com/babel/babel/commit/b1826bf0a0c4d675125991cba32c9f1095813452) Only compute Position if not already in state ([#9989](https://github-redirect.dependabot.com/babel/babel/issues/9989)) - [`2080042`](https://github.com/babel/babel/commit/2080042808b18b005fb54aeaf9ab708f64cb1005) fix(typescript): erase type exports ([#9944](https://github-redirect.dependabot.com/babel/babel/issues/9944)) - [`3f0590d`](https://github.com/babel/babel/commit/3f0590de2a747128f8f51c351dce0899bdde07ad) Do not use lookahead when parsing jsx expression containers ([#9988](https://github-redirect.dependabot.com/babel/babel/issues/9988)) - Additional commits viewable in [compare view](https://github.com/babel/babel/compare/v7.4.3...v7.4.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.3&new-version=7.4.5)](https://dependabot.com/compatibility-score.html?dependency-name=@babel/preset-env&package-manager=npm_and_yarn&previous-version=7.4.3&new-version=7.4.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 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) - `@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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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:24 +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#1493
No description provided.