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 jsdoc-type-pratt-parser from 2.0.0 to 2.2.2 #7

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 jsdoc-type-pratt-parser from 2.0.0 to 2.2.2.

merge advice
ℹ️ 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 6 versions ahead of your current version.
  • The recommended version was released a month ago, on 2022-01-17.
Release notes
Package name: jsdoc-type-pratt-parser
  • 2.2.2 - 2022-01-17

    2.2.2 (2022-02-03)

    Bug Fixes

    • typescript: ensure readonly discoverable within object context (675e431)
    • use correct precedence for right side of arrow function (6b0a410)
  • 2.2.1 - 2022-01-09

    2.2.1 (2022-01-09)

    Bug Fixes

    • use parseFloat for number types (09a0717)
  • 2.2.0 - 2022-01-09

    2.2.0 (2022-01-09)

    Features

  • 2.1.0 - 2022-01-08

    2.1.0 (2022-01-08)

    Features

    • add path grammar for NamePathParslet (9bb29c4)
  • 2.0.2 - 2021-12-28

    2.0.2 (2021-12-28)

    Bug Fixes

  • 2.0.1 - 2021-12-28

    2.0.1 (2021-12-28)

    Bug Fixes

  • 2.0.0 - 2021-10-15

    2.0.0 (2021-10-15)

    Features

    • KeyValue: add discriminator for different KeyValue types and rename value to key (4cb9dd0)
    • KeyValue: enable labeled KeyValue results (576c2d8)
    • traverse: use visitorKeys and sinon-chai for tests (8a98f9a)

    BREAKING CHANGES

    • KeyValue: JsdocTypeKeyValue results can have 2 different appearances. In one kind the key is a NonTerminalResult, then it is named left. The other kind has keys that are strings, this is the normal version. In this case the key was named value before and is now renamed to key to avoid confusion.
    {
      type: 'JsdocTypeKeyValue',
      value: 'some-key',
      // ...
    }

    is now

    {
      type: 'JsdocTypeKeyValue',
      key: 'some-key',
      // ...
    }
from jsdoc-type-pratt-parser GitHub release notes
Commit messages
Package name: jsdoc-type-pratt-parser

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