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 @inrupt/solid-client from 2.1.0 to 2.1.2 #291

Closed

Conversation

d-a-v-i--
Copy link
Contributor

snyk-top-banner

Snyk has created this PR to upgrade @inrupt/solid-client from 2.1.0 to 2.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 3 months ago.

Release notes
Package name: @inrupt/solid-client
  • 2.1.2 - 2024-10-15

    Internal change

    • This change has no impact on shipped code. A missing feature flag has been added to Problem Details end-to-end tests.

    Patch changes

    • Some dependency updates

    Full Changelog: v2.1.1...v2.1.2

  • 2.1.1 - 2024-10-14

    Internal change

    • This change has no impact on shipped code. A feature flag has been added to Problem Details end-to-end tests.

    Patch changes

    • Some dependency updates

    Full Changelog: v2.1.0...v2.1.1

  • 2.1.0 - 2024-08-27

    New Features

    • Node 22 is now supported
    • FetchError now implements WithProblemDetails: it has a .problemDetails getter providing
      additional information about the HTTP error response, either provided by the server if it
      supports RFC9457, or falling back to defaults.

    Patch changes

    • Fixed #2339: Unnamed policies are now returned by getResourcePolicyAll if an optional argument
      { acceptBlankNodes: true } is specified. This additional argument makes this a non-breaking change,
      as the current type signature isn't changed.

    • getThing now supports Blank Node identifiers in addition to IRIs and skolems to refer to a subject.

    • getThingAll(dataset, { allowacceptBlankNodes: true }) now returns all Blank Nodes
      subjects in the Dataset, in particular including those part of a single chain of
      predicates. For instance, given the following dataset:

      @ prefix ex: <https://example.org/> .
      @ prefix foaf: <http://xmlns.com/foaf/0.1/> .

      ex:camille
      foaf:knows [
      foaf:name "Dominique"@ en ;
      ] .
      ;

      getThingAll(dataset, { allowacceptBlankNodes: true }) would have previously returned
      a single element for the Named Node (ex:camille), it will now also include a second
      element for the Blank Node. Blank Node identifiers are by definition unstable and shouldn't
      be relied upon beyond local resolution.

    New Contributors

    Full Changelog: v2.0.1...v2.1.0

from @inrupt/solid-client GitHub release notes

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

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:

Snyk has created this PR to upgrade @inrupt/solid-client from 2.1.0 to 2.1.2.

See this package in npm:
@inrupt/solid-client

See this project in Snyk:
https://app.snyk.io/org/engineering-CGCiXj96RbVotntN7wcPgV/project/3d91a167-d160-4fc3-9ae9-d18a04aef01e?utm_source=github&utm_medium=referral&page=upgrade-pr
@d-a-v-i-- d-a-v-i-- requested a review from a team as a code owner January 9, 2025 14:24
Copy link

vercel bot commented Jan 9, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
authorization-management-component ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 9, 2025 2:30pm

@edwardsph
Copy link
Contributor

Leave this for dependabot

@edwardsph edwardsph closed this Jan 9, 2025
@edwardsph edwardsph deleted the snyk-upgrade-fd65ce2361ca733bd397fcb27fb47fa6 branch January 9, 2025 20:41
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.

3 participants