richardfuca / react-native-decompiler

Decompile React Native bundles
GNU Affero General Public License v3.0
103 stars 12 forks source link

Bump @babel/parser from 7.12.11 to 7.15.6 #229

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps @babel/parser from 7.12.11 to 7.15.6.

Release notes

Sourced from @​babel/parser's releases.

v7.15.6 (2021-09-09)

Thanks @​dan-kez, @​fyzhu and @​wafuwafu13 for your first PRs!

:eyeglasses: Spec Compliance

:bug: Bug Fix

  • babel-parser, babel-plugin-proposal-pipeline-operator
  • babel-plugin-proposal-object-rest-spread
  • babel-types
  • babel-parser

:house: Internal

  • babel-helper-transform-fixture-test-runner
  • babel-preset-env
    • #13737 Remove duplicate dependency and devDependency in preset-env (@​fyzhu)

Committers: 6

v7.15.5 (2021-09-04)

:eyeglasses: Spec Compliance

:leftwards_arrow_with_hook: Revert

  • babel-core

Committers: 3

v7.15.4 (2021-09-02)

Thanks @​flyinox, @​komyg, and @​meskill for your first PRs!

... (truncated)

Changelog

Sourced from @​babel/parser's changelog.

v7.15.6 (2021-09-09)

:eyeglasses: Spec Compliance

:bug: Bug Fix

  • babel-parser, babel-plugin-proposal-pipeline-operator
  • babel-plugin-proposal-object-rest-spread
  • babel-types
  • babel-parser

:house: Internal

  • babel-helper-transform-fixture-test-runner
  • babel-preset-env
    • #13737 Remove duplicate dependency and devDependency in preset-env (@​fyzhu)

v7.15.5 (2021-09-04)

:eyeglasses: Spec Compliance

:leftwards_arrow_with_hook: Revert

  • babel-core

v7.15.4 (2021-09-02)

:eyeglasses: Spec Compliance

  • babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-async-generator-functions, babel-plugin-proposal-class-properties, babel-plugin-proposal-private-methods, babel-plugin-proposal-private-property-in-object, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

:bug: Bug Fix

  • #13638 [eslint] Allow "latest" as ecmaVersion (@​fisker)
  • babel-traverse, babel-types
    • #13723 getBindingIdentifiers should return params for private methods (@​JLHwung)
  • babel-types
  • babel-helper-compilation-targets
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-class-properties, babel-plugin-proposal-private-property-in-object
  • babel-plugin-transform-typescript
  • babel-parser

... (truncated)

Commits
  • 34a27e4 v7.15.6
  • 3c3f520 Fix right precedence of Hack pipes (#13668)
  • c25ec3e [babel-parser] add tests for static blocks with line breaks (#13734)
  • 62e42a3 fix(babel-parser): Fix end of range of SequenceExpression (#13731)
  • e82e43c v7.15.5
  • 44388e6 Disallow #a in #b in c and similar expressions (#13727)
  • b237675 v7.15.4
  • a54f041 test(parser): add no_plugin tests for module blocks (#13714)
  • 64d116b fix(parser): [Babel8] Align error codes between Flow and TypeScript (#13294)
  • b141c85 fix(babel-parser): delete static property from class static block for TS (#...
  • Additional commits viewable in compare view


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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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[bot] commented 2 years ago

Superseded by #233.