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:
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.
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:
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.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps @inrupt/solid-client from 2.0.1 to 2.1.0.
Release notes
Sourced from
@inrupt/solid-client
's releases.Changelog
Sourced from
@inrupt/solid-client
's changelog.Commits
a9a43f0
Release 2.1.0 (#2488)924bd5e
Bump n3 from 1.20.4 to 1.21.0 (#2487)265ea97
Bump ts-jest from 29.2.4 to 29.2.5 (#2485)afb392f
Bump@types/n3
from 1.16.4 to 1.16.5 in the external-types group (#2484)2394e11
Bump@types/react
in /e2e/browser/test-app in the external-types group (#2482)a72b9f3
Bump webpack from 5.93.0 to 5.94.0 (#2486)e8e019c
Bump SonarSource/sonarcloud-github-action from 2 to 3 (#2481)cfdeeb1
Bump@playwright/test
from 1.46.0 to 1.46.1 (#2467)585ca55
Bump the internal-tooling group with 5 updates (#2483)69ac916
Add groups to simplify dependency updates (#2480)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show