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 ast-types from 0.14.2 to 0.16.0 #1

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

Conversation

kavasmit
Copy link
Owner

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade ast-types from 0.14.2 to 0.16.0.

ℹ️ 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 4 versions ahead of your current version.
  • The recommended version was released a year ago, on 2022-12-11.
Release notes
Package name: ast-types
  • 0.16.0 - 2022-12-11

    This minor version includes a major reorganization of the
    repository/package, which took place mostly in PR #327, with additional
    refinements in #886. There's always some risk to refactoring, and I
    added several new type definitions, hence the minor version bump.

    Why not a major version bump? I believe these changes should be mostly
    backwards compatible, especially if you are not importing from any
    nested directories like

    import es2020Plugin from "ast-types/def/es2020"

    Since the def/ directory has moved to lib/def/, you may need to
    update your imports (a breaking change). However, you may be able to get
    away with no changes if you're using a version of Node.js (or a bundler)
    that understands the "exports" field in package.json:
    #327 (comment)

    Since I could be wrong about backwards compatibility, I will publish
    v0.16.0 to npm using the "next" dist-tag initially, so we can make sure
    benjamn/recast#1232 works. If breaking changes
    come to light, we should be able to fix them before triggering a flood
    of failing CI runs via dependabot/renovate/etc PRs.

  • 0.15.2 - 2021-12-02

    Bump npm version to 0.15.2.

  • 0.15.1 - 2021-11-30

    Bump npm version to 0.15.1.

  • 0.15.0 - 2021-11-29

    Bump npm version to 0.15.0.

  • 0.14.2 - 2020-09-12

    Bump npm version to 0.14.2.

from ast-types GitHub release notes
Commit messages
Package name: ast-types
  • f3eaff5 Bump npm version to 0.16.0.
  • 6af98be Bump typescript from 4.9.3 to 4.9.4 (Added label to drop down menu mui/material-ui#883)
  • abc3dcb Merge pull request How to specify parameters to the Dialog component? mui/material-ui#886 from benjamn/december-2022-type-updates-and-maintenance
  • 6033277 Use hasNonEmptyErrorsArray helper function.
  • efe82e4 Style tweaks and removing trailing spaces.
  • e0ae66e Skip two incorrectly-successful Babel TypeScript parsing tests.
  • 3db28be Install recast@next instead of temporary @ pr-1247 version.
  • d39f39f Check stringified ast.errors against expected.errors.
  • 7e43b0f Implement def for ClassAccessorProperty.
  • 911fc17 Upgrade @ babel/types to version 7.20.5.
  • 9ce999f Regenerate TypeScript ast-types.
  • 75fa140 Allow undefined .exported field for ExportAllDeclaration.
  • d6042f8 Make ES2020 version of ExportAllDeclaration a Declaration/Statement.
  • 1858326 Allow ObjectPatternProperty to be a RestElement.
  • 754367c BigIntLiteral
  • beacc57 Allow StaticBlock elements in class bodies.
  • ae7dafb Reenable deep Program.assert.
  • 5f194ee Make TSSatisfiesExpression Pattern as well as Expression.
  • 4a014e0 Add defs for TSTypeCastExpression and TSSatisfiesExpression.
  • 118e377 TSInstantiationExpression
  • 3f2c4f4 Allow type parameter .name to be Identifier, not just String.
  • 17c4920 Remove no-longer-useful test exception.
  • c18d1d5 Tolerate mismatched unexpected token line:column numbers.
  • 4c78901 Adjust whole-program parsing/validation tests after refactoring.

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.

2 participants