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/core, @babel/plugin-proposal-class-properties, @babel/preset-env, @babel/preset-react, @babel/runtime #4

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

Conversation

snyk-bot
Copy link

@snyk-bot snyk-bot commented Apr 9, 2020

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/core
from 7.7.2 to 7.8.7
8 versions ahead of your current version a month ago
on 2020-03-05
@babel/plugin-proposal-class-properties
from 7.7.0 to 7.8.3
3 versions ahead of your current version 3 months ago
on 2020-01-13
@babel/preset-env
from 7.7.1 to 7.8.7
10 versions ahead of your current version a month ago
on 2020-03-05
@babel/preset-react
from 7.7.0 to 7.8.3
3 versions ahead of your current version 3 months ago
on 2020-01-13
@babel/runtime
from 7.7.2 to 7.8.7
8 versions ahead of your current version a month ago
on 2020-03-05
Release notes
Package name: @babel/runtime
  • 7.8.7 - 2020-03-05

    v7.8.7 (2020-03-05)

    Thanks to @jamescdavis and @Vages for their first PRs!

    🐛 Bug Fix

    • babel-preset-env
    • babel-core
    • babel-parser
      • #11198 fix(babel-parser): chain off optionally chained keys named class and function (@Vages)
    • babel-helper-call-delegate, babel-plugin-transform-parameters
    • babel-generator
      • #11190 Fix printing parentheses around optional chains (@sag1v)
    • babel-types
      • #11184 Add "Statement" as alias to Flow enum declaration (@gkz)
    • babel-plugin-transform-typescript

    🏠 Internal

    Committers: 7

  • 7.8.4 - 2020-01-30

    v7.8.4 (2020-01-30)

    ⚠️ In Babel 7.8.0 we introduced the --copy-ignored option for @babel/cli, defaulting to false. However, previous versions behaved as if that option was present: for this reason, we changed its default value to true (when --copy-files is provided) and introduced a --no-copy-ignored option to disable it.

    Thanks to @3cp, @BenoitZugmeyer, @pustovalov, @regiontog, and @vedantroy for their first PRs!

    👓 Spec Compliance

    • babel-parser

    🐛 Bug Fix

    • babel-cli
    • babel-compat-data
    • babel-helpers, babel-plugin-proposal-class-properties, babel-plugin-proposal-decorators, babel-plugin-transform-classes, babel-plugin-transform-parameters, babel-plugin-transform-typeof-symbol, babel-preset-env
    • babel-traverse
    • babel-plugin-transform-parameters
    • babel-plugin-transform-for-of
    • babel-generator
    • babel-helper-compilation-targets
      • #11006 fix: supply '.' subpath for backward compatibility with node.js 13.0-13.1 (@JLHwung)

    💅 Polish

    • babel-core
      • #10969 polish: throw human-friendly error when item-option pair is incorrectly unwrapped (@JLHwung)

    📝 Documentation

    • babel-parser
      • #11015 add AST for the module attribute proposal (@xtuc)
    • babel-preset-env

    🏠 Internal

    🏃‍♀ Performance

    • babel-parser
      • #11029 fix(babel-parser): avoid state.clone() to clone the whole token store (@3cp)

    Committers: 11

  • 7.8.3 - 2020-01-13

    v7.8.3 (2020-01-13)

    🐛 Bug Fix

    • babel-types
      • #11002 fix: generated builder parameter should respect builder keys (@JLHwung)

    🏠 Internal

    • babel-preset-env-standalone, babel-standalone
    • babel-plugin-proposal-decorators, babel-plugin-proposal-dynamic-import, babel-plugin-proposal-logical-assignment-operators, babel-plugin-proposal-object-rest-spread, babel-plugin-syntax-async-generators, babel-plugin-syntax-bigint, babel-plugin-syntax-dynamic-import, babel-plugin-syntax-json-strings, babel-plugin-syntax-nullish-coalescing-operator, babel-plugin-syntax-object-rest-spread, babel-plugin-syntax-optional-catch-binding, babel-plugin-syntax-optional-chaining, babel-plugin-transform-flow-strip-types, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-react-constant-elements, babel-preset-env-standalone, babel-preset-env, babel-standalone

    ↩️ Revert

    Committers: 2

  • 7.8.0 - 2020-01-12

    v7.8.0 (2020-01-12)

    Blog post on the website

    👓 Spec Compliance

    • babel-parser
      • #10980 Disallow private name in object elements and TS type elements (@JLHwung)
      • #10955 LiteralPropertyName should allow BigIntLiteral (@JLHwung)
      • #10953 fix: check await when parsing AsyncArrowBindingIdentifier (@JLHwung)
      • #10947 Fix: TopLevelAwait should respect await identifiers defined in sub scope. (@JLHwung)
      • #10946 fix: Class Field Initializer should not allow await expression as immediate child (@JLHwung)
    • babel-plugin-proposal-numeric-separator
      • #10938 StringNumericLiteral does not include NumericLiteralSeparator (@JLHwung)
    • babel-generator, babel-parser, babel-plugin-proposal-private-methods

    💥 Breaking Change

    🚀 New Feature

    • babel-standalone
    • babel-core
    • babel-compat-data, babel-preset-env-standalone, babel-preset-env
      • #10811 Add optional-chaining and nullish-coalescing to preset-env (@Druotic)
    • babel-helper-module-transforms, babel-plugin-transform-modules-systemjs
      • #10780 add allowTopLevelThis option to transform-modules-systemjs (@JLHwung)
    • babel-parser
    • babel-cli
    • babel-core, babel-generator, babel-parser
    • babel-core, babel-parser

    🐛 Bug Fix

    • babel-node
    • babel-plugin-proposal-numeric-separator
      • #10938 StringNumericLiteral does not include NumericLiteralSeparator (@JLHwung)
    • babel-preset-env
    • babel-parser
    • Other
    • babel-traverse
    • babel-helper-module-transforms, babel-plugin-transform-modules-commonjs
      • #10934 helper-module-transforms: dereference imported template tag (@ajafff)
    • babel-traverse, babel-types
    • babel-core
    • babel-helpers
      • #10902 fix: Object.getOwnPropertySymbols called on non-object (@bassaer)

    💅 Polish

    • babel-node
    • babel-parser

    📝 Documentation

    • babel-preset-env
      • #10982 CONTRIBUTING: Update link to plugin-features.js [skip ci] (@andersk)
    • Other

    🏠 Internal

    ↩️ Revert

    • babel-cli

    Committers: 17

  • 7.7.7 - 2019-12-19

    v7.7.7 (2019-12-19)

    👓 Spec Compliance

    • babel-parser
      • #10576 [parser] validation for parentheses in the left-hand side of assignment expressions (@boweihan)

    🐛 Bug Fix

    • babel-plugin-proposal-object-rest-spread
    • babel-core
    • babel-node
    • babel-plugin-transform-parameters
      • #10053 Check shadow variable to identifier in default parameters (@JLHwung)
    • babel-parser
      • #10828 @babel/eslint-parser: fix ImportExpression node to match ESTree spec (@kaicataldo)
      • #10827 @babel/eslint-parser: fix BigIntLiteral node to match ESTree spec (@kaicataldo)

    💅 Polish

    • babel-plugin-transform-react-jsx

    🏠 Internal

    • babel-generator, babel-plugin-proposal-pipeline-operator, babel-plugin-proposal-unicode-property-regex, babel-plugin-syntax-pipeline-operator, babel-plugin-transform-dotall-regex, babel-preset-env-standalone, babel-preset-typescript, babel-standalone
    • Other
    • babel-preset-env
    • babel-parser
    • babel-cli, babel-node, babel-register

    ↩️ Revert

    • babel-plugin-transform-classes, babel-plugin-transform-regenerator, babel-preset-env

    Committers: 6

  • 7.7.6 - 2019-12-07
  • 7.7.5 - 2019-12-06
  • 7.7.4 - 2019-11-22
  • 7.7.2 - 2019-11-06
from @babel/runtime GitHub release notes
Commit messages
Package name: @babel/runtime
  • 595f65f v7.8.7
  • 7127330 Allow using `preset-env` with newer versions of `compat-data` (#11201)
  • a12001a chore: bump browserslist to version 4.9.1 (#11207)
  • 21c9141 Refactor: add parser message template (#11192)
  • 114f672 Pass URLs to import() rather than paths (#11193)
  • 2603c2e fix(babel-parser): chain off optionally chained keys named cla… (#11198)
  • 8f281f5 Bump regenerator (#11191)
  • 9015fda Fix scope of function body when var redeclares param (#11158)
  • a39beda print parenthesis around forced calls of optional chains (#11190)
  • 9c261ae Add "Statement" as alias to Flow enum declaration (#11184)
  • d13fd7c Add .yarn/install-state.gz to .gitignore [skip ci]
  • 9b16bf3 Set correct version for @babel/eslint-plugin-development (#11181)
  • a5f6329 TypeScript: Preserve decorated definite class properties (#11129)
  • bb97823 Add v7.8.6 to CHANGELOG.md [skip ci]
  • 750d3dd v7.8.6
  • e9ea523 replace `gulp-watch` by `gulp.watch` (#11175)
  • 0018881 Add missing dependencies (#11170)
  • afb0f48 Enable more eslint recommended rules (#11168)
  • 2d1bac9 fix: search for browserslist if esmodules is falsy (#11124)
  • a192c0f Update preset-env fixture
  • eaff9f8 chore: migrate lock threads to github actions (#11163)
  • 2ce7008 chore: specify dependency rule of check-compat-data-ci (#11164)
  • 4b04581 Mark `wrapNativeSuper` and `wrapRegExp` as pure (#11134)
  • a583eab fix: workaround misleading ENOENT error (#11160)

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

Snyk has created this PR to upgrade:
  - @babel/core from 7.7.2 to 7.8.7.
    See this package in NPM: https://www.npmjs.com/package/@babel/core
  - @babel/plugin-proposal-class-properties from 7.7.0 to 7.8.3.
    See this package in NPM: https://www.npmjs.com/package/@babel/plugin-proposal-class-properties
  - @babel/preset-env from 7.7.1 to 7.8.7.
    See this package in NPM: https://www.npmjs.com/package/@babel/preset-env
  - @babel/preset-react from 7.7.0 to 7.8.3.
    See this package in NPM: https://www.npmjs.com/package/@babel/preset-react
  - @babel/runtime from 7.7.2 to 7.8.7.
    See this package in NPM: https://www.npmjs.com/package/@babel/runtime

See this project in Snyk:
https://app.snyk.io/org/cds-snc/project/4dac05c0-1c2f-497b-9cb1-23ce531c6a0b?utm_source=github&utm_medium=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.

None yet

1 participant