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 schema-dts from 1.1.0 to 1.1.2 #305

Closed

Conversation

snyk-bot
Copy link
Contributor

Snyk has created this PR to upgrade schema-dts from 1.1.0 to 1.1.2.

ℹ️ 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 2 versions ahead of your current version.
  • The recommended version was released 25 days ago, on 2023-02-24.
Release notes
Package name: schema-dts
  • 1.1.2 - 2023-02-24

    Changes in schema-dts

    • Includes the latest schema from Schema.org v15
    • Switch back to include the "all layers" schema (including the "Pending" layer) (this was the case in earlier versions and regressed accidentally in the last few releases)
    • Clearer TypeScript outputs, substituting unnecessary declare type with simply type

    Diff from v1.1.0: https://www.diffchecker.com/bB0J9Iie/

    Changes in schema-dts-gen

    • Update to the latest TypeScript APIs
    • Switch default ontology from "current" layer to "all" layers
    • Updates to various dependencies
  • 1.1.1 - 2023-02-24
  • 1.1.0 - 2022-02-24

    Small, backwards-compatible improvements to schema-dts and schema-dts-gen

    Changes in schema-dts

    • Improved comment quality by properly including unicode and unescaped characters. (thanks to #174)
    • Includes latest Schema.org additions of Healthcare Businesses

    Diff from 1.0.0: https://www.diffchecker.com/RtKuuqMG

    Changes in schema-dts-gen

    • Uses N3.js to parse N-Triple files instead of a custom regex, this has a number of benefits:
      • --ontology can now be an .nt file or a .tt Turtle file
      • Improved output comment quality by properly including unicode and unescaped characters
      • Can parse string literals of length 0 or 1 (previously the shortest string that could be parsed in input was 2 characters long)
    • Can use rdfs:domain and rdfs:range instead of schema:domainIncludes and schema:rangeIncludes -- See #172
    • Parser does not choke when seeing OWL properties (though it doesn't explicitly support them) - See #172
    • Accept "unnamed" IRIs, such as "https://schema.org" (as opposed to "https://schema.org/Thing"), and handle them properly
    • Less special-handling of meta-schema (isPartOf, meta comments, etc.) -- The converter is more comfortable with entities it doesn't know about
from schema-dts GitHub release notes
Commit messages
Package name: schema-dts

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

@bpedersen2
Copy link
Contributor

Included in #312

@bpedersen2 bpedersen2 closed this Nov 17, 2023
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