Skip to content

[Snyk] Upgrade @babel/plugin-transform-flow-strip-types from 7.4.4 to 7.9.0 - #178

Open
snyk-bot wants to merge 1 commit into
masterfrom
snyk-upgrade-716ed09e8ce5291d99c873379079a865
Open

[Snyk] Upgrade @babel/plugin-transform-flow-strip-types from 7.4.4 to 7.9.0#178
snyk-bot wants to merge 1 commit into
masterfrom
snyk-upgrade-716ed09e8ce5291d99c873379079a865

Conversation

@snyk-bot

@snyk-bot snyk-bot commented Jun 8, 2020

Copy link
Copy Markdown

Snyk has created this PR to upgrade @babel/plugin-transform-flow-strip-types from 7.4.4 to 7.9.0.

merge advice

✨What is Merge Advice? We check thousands of dependency upgrade pull requests and CI tests every day to see which upgrades were successfully merged. After crunching this data, we give a recommendation on how safe we think the change is for you to merge without causing issues. Learn more, and share your feedback to help improve this feature. 🙏
ℹ️ 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.
  • The recommended version is 5 versions ahead of your current version.
  • The recommended version was released 3 months ago, on 2020-03-20.
Release notes
Package name: @babel/plugin-transform-flow-strip-types
  • 7.9.0 - 2020-03-20

    v7.9.0 (2020-03-20)

    Thanks to @andrewdotn, @clshortfuse, @lunaruan, @oliverdunk, @rickbutton, @Taym95 and @Wetinee for their first PRs!

    Blog post: https://babeljs.io/blog/2020/03/16/7.9.0

    🚀 New Feature

    • babel-generator, babel-helper-builder-react-jsx-experimental, babel-helper-builder-react-jsx, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-function-name, babel-plugin-transform-react-constant-elements, babel-plugin-transform-react-inline-elements, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx, babel-plugin-transform-regenerator, babel-preset-react, babel-preset-typescript, babel-standalone
    • babel-helper-builder-react-jsx-experimental, babel-helper-builder-react-jsx, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx-self, babel-plugin-transform-react-jsx, babel-preset-react, babel-standalone
      • #11154 Add experimental version of the babel-plugin-transform-react-jsx transform (@lunaruan)
    • babel-compat-data, babel-preset-env
    • babel-core, babel-helpers, babel-plugin-proposal-class-properties, babel-plugin-proposal-decorators, babel-plugin-transform-classes, babel-plugin-transform-function-name, babel-plugin-transform-parameters, babel-plugin-transform-react-jsx, babel-plugin-transform-runtime, babel-plugin-transform-typescript, babel-preset-env
    • babel-core, babel-helper-module-transforms, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-modules-umd
    • babel-core, babel-generator, babel-parser, babel-plugin-syntax-record-and-tuple, babel-types
    • babel-generator, babel-parser, babel-plugin-transform-flow-strip-types, babel-preset-flow
    • babel-types
    • babel-generator
    • babel-generator, babel-parser, babel-types
    • babel-parser
    • babel-plugin-transform-react-jsx-source, babel-preset-react
    • babel-generator, babel-parser, babel-plugin-transform-typescript, babel-preset-typescript, babel-types

    🐛 Bug Fix

    • babel-helper-builder-react-jsx-experimental, babel-helper-builder-react-jsx, babel-helper-validator-identifier, babel-highlight, babel-parser, babel-types
    • babel-plugin-proposal-optional-chaining
    • babel-plugin-transform-react-jsx-self, babel-preset-react
    • babel-helper-builder-react-jsx-experimental, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx
    • babel-compat-data, babel-preset-env
      • #11280 Move object-rest-spread after transform-parameters (@JLHwung)
    • babel-helpers, babel-plugin-transform-for-of, babel-preset-env
    • babel-plugin-proposal-object-rest-spread
      • #11282 fix: object-rest-spread should not transform export array rest (@JLHwung)
    • babel-register
    • babel-core, babel-helpers, babel-plugin-transform-runtime
    • babel-helpers, babel-plugin-transform-modules-commonjs, babel-preset-env, babel-runtime-corejs2, babel-runtime
    • babel-parser
      • #11148 Allow await when it is not in AsyncArrowHead (@arku)
    • babel-helpers, babel-plugin-proposal-object-rest-spread, babel-runtime-corejs2, babel-runtime
    • babel-generator
      • #11255 Fix printing edge cases in Nullish Coalescing and Optional Chaining (@jridgewell)

    💅 Polish

    • babel-parser
    • babel-helpers, babel-plugin-transform-destructuring, babel-plugin-transform-modules-commonjs, babel-plugin-transform-spread, babel-preset-env, babel-runtime-corejs2, babel-runtime

    🏠 Internal

    • babel-helper-builder-react-jsx-experimental, babel-helper-builder-react-jsx, babel-helper-validator-identifier, babel-highlight, babel-parser, babel-types
    • babel-compat-data, babel-preset-env
    • babel-core
    • babel-types
    • babel-helpers, babel-plugin-transform-block-scoping, babel-plugin-transform-for-of, babel-plugin-transform-parameters, babel-plugin-transform-runtime, babel-preset-env
    • babel-core, babel-plugin-proposal-decorators, babel-plugin-proposal-logical-assignment-operators, babel-plugin-proposal-object-rest-spread, babel-plugin-proposal-partial-application, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-parameters, babel-traverse
    • Other

    Committers: 15

  • 7.8.3 - 2020-01-13
  • 7.8.0 - 2020-01-12
  • 7.7.4 - 2019-11-22
  • 7.6.3 - 2019-10-08
  • 7.4.4 - 2019-04-26
from @babel/plugin-transform-flow-strip-types GitHub release notes
Commit messages
Package name: @babel/plugin-transform-flow-strip-types
  • 8d5e422 v7.9.0
  • e39b508 Add @babel/helper-validator-identifier (#11289)
  • 693a5df Memoize call expressions in optional chains in loose mode (#11261)
  • 2e6f958 Pass the correct `this` to JSX's `__self` with the old plugin (#11290)
  • 11292a3 Use the correct `this` in `__self` for JSX elements in arrows (#11288)
  • 0a02a12 Move `object-rest-spread` after `transform-parameters` (#11280)
  • f3912ac Mark transpiled JSX elements as pure (#11126)
  • fa7ec81 Allow for-of on polyfilled or builtin iterables without `Symbol` support (#11285)
  • 6f93297 Add for-of fallback for arrays in browsers without symbol supp… (#11263)
  • d60802b fix: object-rest-spread should not transform array rest (#11282)
  • 375847b fix: ensure explicit file extensions in "exports" (#11283)
  • 6892d51 Add path separator to `@babel/register` sourceRoot (#11249)
  • 78ace99 Silence dynamic import() warnings in tests (#11279)
  • f405cd8 Update compat-data (#11277)
  • 48d53f8 chore: bump json5 and minimist (#11276)
  • 4bf36e6 Create File class for babel helpers (#10575)
  • 748897b Add experimental version of the `babel-plugin-transform-react-… (#11154)
  • 10aa97b Allow rest/spread on polyfilled or builtin iterables without `Symbol` support (#11268)
  • 841f442 Rephrase parser error message (#11208)
  • 8e7ca22 Create Npm_error.md issue template (#11217)
  • 5650060 Add stricter Optional Chain node validation (#11250)
  • 5997668 Extract for-of iterator handling to a helper (#11262)
  • a11855e Include preset modules (#11083)
  • f6c7bf3 Allow extending untranspiled classes (#8656)

Compare


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

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