Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

[Snyk] Upgrade @inrupt/solid-client from 2.0.0 to 2.1.2 #1022

Closed

Conversation

edwardsph
Copy link
Contributor

snyk-top-banner

Snyk has created this PR to upgrade @inrupt/solid-client from 2.0.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 4 versions ahead of your current version.

  • The recommended version was released on a month 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

  • 2.0.1 - 2024-03-11

    Patch changes

    • Normalize input URLs for getSolidDataset, getFile, saveSolidDatasetAt, overwriteFile, createContainerAt, deleteSolidDataset, deleteFile, deleteContainer, saveSolidDatasetInContainer, createContainerInContainer, saveFileInContainer, getResourceInfo: Input URLs are now normalized by collapsing slash sequences (foo///bar becomes foo/bar), and resolving relative URL segments (foo/bar/.. becomes foo/).
  • 2.0.0 - 2023-12-19

    Breaking Changes

    • Use the global fetch function instead of @ inrupt/universal-fetch. This means this library now only works
      with Node 18 and higher.
    • Due to changes in the rollup config the umd output is now found at dist/index.umd.js rather than umd/index.js.
    • Drop support for Buffers as input to saveFileInContainer and overwriteFile. Use the file name of inputs to saveFileInContainer as the Slug name recommendation if no slug is explicitly provided.
    • Have getJsonLdParser return void rather than a Promise so that it now aligns with
      the Parser type definition.
    • Remove deprecated ACP APIs; including all APIs for ESS 1.1.
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.0.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/cd1ebe52-e569-4546-b6fc-0450503c131a?utm_source=github&utm_medium=referral&page=upgrade-pr
@edwardsph edwardsph requested a review from a team as a code owner November 15, 2024 16:28
Copy link

vercel bot commented Nov 15, 2024

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

Name Status Preview Comments Updated (UTC)
solid-ui-react ❌ Failed (Inspect) Nov 15, 2024 6:44pm

@NSeydoux
Copy link
Contributor

This library is being sunset.

@NSeydoux NSeydoux closed this Dec 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants