Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade: @babel/cli, @babel/core, @babel/preset-env #42

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

snyk-bot
Copy link

Snyk has created this PR to upgrade multiple dependencies.

👯 The following dependencies are linked and will therefore be updated together.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.

Name Versions Released on
@babel/cli
from 7.16.7 to 7.17.10
5 versions ahead of your current version 2 months ago
on 2022-04-29
@babel/core
from 7.16.7 to 7.18.0
13 versions ahead of your current version a month ago
on 2022-05-19
@babel/preset-env
from 7.16.7 to 7.18.0
6 versions ahead of your current version a month ago
on 2022-05-19
Release notes
Package name: @babel/cli from @babel/cli GitHub release notes
Package name: @babel/core
  • 7.18.0 - 2022-05-19

    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
    • babel-generator, babel-parser, babel-plugin-transform-typescript, babel-traverse, babel-types
    • babel-helper-module-transforms, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd

    🐛 Bug Fix

    • babel-types
    • babel-parser
      • #14557 Fix parsing of < after object literals with the jsx plugin (@ JLHwung)
    • babel-plugin-transform-react-pure-annotations

    💅 Polish

    • babel-core, babel-helper-transform-fixture-test-runner, babel-helpers, babel-plugin-proposal-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-standalone

    🏠 Internal

    • babel-core, babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-transform-modules-systemjs

    Committers: 6

  • 7.17.12 - 2022-05-16

    v7.17.12 (2022-05-16)

    Thanks @ varunsh-coder and @ xiawenqi for your first pull requests!

    🐛 Bug Fix

    • babel-plugin-transform-react-constant-elements
    • babel-generator
      • #14524 fix: perserve parentheses of lhs id with rhs unamed fn (@ JLHwung)
      • #14532 Print necessary parentheses for functions in postfix expressions (@ xiawenqi)
    • babel-plugin-transform-destructuring
      • #14494 Update scope info after destructuring transform (@ peey)
    • babel-parser
    • babel-parser, babel-plugin-transform-destructuring, babel-types

    🏠 Internal

    • babel-plugin-proposal-decorators, babel-types
    • babel-core
    • babel-core, babel-generator, babel-helper-create-class-features-plugin, babel-helper-create-regexp-features-plugin, babel-helper-module-transforms, babel-helper-plugin-utils, babel-parser, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-external-helpers, babel-plugin-proposal-async-do-expressions, babel-plugin-proposal-async-generator-functions, babel-plugin-proposal-class-properties, babel-plugin-proposal-class-static-block, babel-plugin-proposal-decorators, babel-plugin-proposal-export-default-from, babel-plugin-proposal-export-namespace-from, babel-plugin-proposal-function-sent, babel-plugin-proposal-json-strings, babel-plugin-proposal-logical-assignment-operators, babel-plugin-proposal-nullish-coalescing-operator, babel-plugin-proposal-object-rest-spread, babel-plugin-proposal-optional-chaining, babel-plugin-proposal-partial-application, babel-plugin-proposal-pipeline-operator, babel-plugin-proposal-private-methods, babel-plugin-proposal-private-property-in-object, babel-plugin-proposal-record-and-tuple, babel-plugin-proposal-unicode-property-regex, babel-plugin-syntax-decorators, babel-plugin-syntax-destructuring-private, babel-plugin-syntax-flow, babel-plugin-syntax-import-assertions, babel-plugin-syntax-pipeline-operator, babel-plugin-syntax-record-and-tuple, babel-plugin-syntax-typescript, babel-plugin-transform-arrow-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-computed-properties, babel-plugin-transform-destructuring, babel-plugin-transform-duplicate-keys, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-plugin-transform-for-of, babel-plugin-transform-instanceof, babel-plugin-transform-jscript, babel-plugin-transform-literals, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-modules-umd, babel-plugin-transform-named-capturing-groups-regex, babel-plugin-transform-new-target, babel-plugin-transform-parameters, babel-plugin-transform-property-mutators, babel-plugin-transform-proto-to-assign, babel-plugin-transform-react-constant-elements, babel-plugin-transform-react-jsx, babel-plugin-transform-reserved-words, babel-plugin-transform-runtime, babel-plugin-transform-spread, babel-plugin-transform-template-literals, babel-plugin-transform-typeof-symbol, babel-plugin-transform-typescript, babel-preset-env, babel-preset-flow, babel-preset-react, babel-preset-typescript, babel-traverse, babel-types

    Committers: 9

  • 7.17.10 - 2022-04-29
    Read more
  • 7.17.9 - 2022-04-06
    Read more
  • 7.17.8 - 2022-03-18

    v7.17.8 (2022-03-18)

    👓 Spec Compliance

    • babel-helpers, babel-plugin-proposal-decorators

    🐛 Bug Fix

    ↩️ Revert

    Committers: 4

  • 7.17.7 - 2022-03-14
    Read more
  • 7.17.5 - 2022-02-17

    v7.17.5 (2022-02-17)

    Thanks @ thebanjomatic for your first PR!

    🐛 Bug Fix

    Committers: 2

  • 7.17.4 - 2022-02-15
  • 7.17.3 - 2022-02-15
  • 7.17.2 - 2022-02-08
  • 7.17.0 - 2022-02-02
  • 7.16.12 - 2022-01-22
  • 7.16.10 - 2022-01-19
  • 7.16.7 - 2021-12-31
from @babel/core GitHub release notes
Package name: @babel/preset-env from @babel/preset-env GitHub release notes

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Snyk has created this PR to upgrade:
  - @babel/cli from 7.16.7 to 7.17.10.
    See this package in npm: https://www.npmjs.com/package/@babel/cli
  - @babel/core from 7.16.7 to 7.18.0.
    See this package in npm: https://www.npmjs.com/package/@babel/core
  - @babel/preset-env from 7.16.7 to 7.18.0.
    See this package in npm: https://www.npmjs.com/package/@babel/preset-env

See this project in Snyk:
https://app.snyk.io/org/hirsch88/project/1a29a831-0aff-4e2b-8d13-73f694443eec?utm_source=github&utm_medium=referral&page=upgrade-pr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant