Skip to content

Bump @inrupt/solid-client-authn-node from 3.1.1 to 5.0.0 - #2884

Merged
acoburn merged 1 commit into
mainfrom
dependabot/npm_and_yarn/inrupt/solid-client-authn-node-5.0.0
Aug 3, 2026
Merged

Bump @inrupt/solid-client-authn-node from 3.1.1 to 5.0.0#2884
acoburn merged 1 commit into
mainfrom
dependabot/npm_and_yarn/inrupt/solid-client-authn-node-5.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor

Bumps @inrupt/solid-client-authn-node from 3.1.1 to 5.0.0.

Release notes

Sourced from @​inrupt/solid-client-authn-node's releases.

v5.0.0

What's Changed

Breaking change

  • Deprecate Node 20 support

Full Changelog: inrupt/solid-client-authn-js@v4.0.0...v5.0.0

v4.0.0

Breaking changes

oidc-browser

Note that these changes are unlikely to impact a client application.

  • Replaced @inrupt/oidc-client dependency with oidc-client-ts (^3.5.0), the actively maintained TypeScript successor.
  • Removed re-exports: Version, CordovaPopupNavigator, CordovaIFrameNavigator (no longer available upstream).
  • Changed SigninRequest and OidcClientSettings to type-only exports.

node

  • A new signature was introduced for getSessionFromStorage in release 2.3.0. The legacy signature is deprecated, and will be removed with the 4.0.0 major release. Using the more recent API to manage Sessions based on the associated tokens should be preferred, as it allows to not rely on in-memory scale, making it easier to scale horizontally. Prefer using session.events.on(EVENTS.NEW_TOKENS, ...) to get the tokens, and Session.fromTokens to build the Session object.
// Deprecated signature
const session = await getSessionFromStorage(
  sessionId,
  storage,
  onNewRefreshToken,
  refresh,
);
// Replacement signature
const session = await getSessionFromStorage(sessionId, {
  storage,
  onNewRefreshToken,
  refresh,
});
  • The event EVENTS.NEW_REFRESH_TOKEN is being replaced by EVENTS.NEW_TOKENS which returns all the tokens a client can store for refreshing a session.

Bugfix

core

... (truncated)

Changelog

Sourced from @​inrupt/solid-client-authn-node's changelog.

5.0.0 - 2026-06-03

Breaking changes

4.0.0 - 2026-03-30

Breaking changes

oidc-browser

Note that these changes are unlikely to impact a client application.

  • Replaced @inrupt/oidc-client dependency with oidc-client-ts (^3.5.0), the actively maintained TypeScript successor.
  • Removed re-exports: Version, CordovaPopupNavigator, CordovaIFrameNavigator (no longer available upstream).
  • Changed SigninRequest and OidcClientSettings to type-only exports.

node

  • A new signature was introduced for getSessionFromStorage in release 2.3.0. The legacy signature is deprecated, and will be removed with the 4.0.0 major release. Using the more recent API to manage Sessions based on the associated tokens should be preferred, as it allows to not rely on in-memory scale, making it easier to scale horizontally. Prefer using session.events.on(EVENTS.NEW_TOKENS, ...) to get the tokens, and Session.fromTokens to build the Session object.
// Deprecated signature
const session = await getSessionFromStorage(
  sessionId,
  storage,
  onNewRefreshToken,
  refresh,
);
// Replacement signature
const session = await getSessionFromStorage(sessionId, {
  storage,
  onNewRefreshToken,
  refresh,
});
  • The event EVENTS.NEW_REFRESH_TOKEN is being replaced by EVENTS.NEW_TOKENS which returns all the tokens a client can store for refreshing a session.

Bugfix

core

  • Fix issue using the library with Bun by adding missing extractable flag to the DPoP keys so that they can be serialized on the

... (truncated)

Commits

Dependabot compatibility score

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 show <dependency name> 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-authn-node](https://github.com/inrupt/solid-client-authn-js) from 3.1.1 to 5.0.0.
- [Release notes](https://github.com/inrupt/solid-client-authn-js/releases)
- [Changelog](https://github.com/inrupt/solid-client-authn-js/blob/main/CHANGELOG.md)
- [Commits](inrupt/solid-client-authn-js@v3.1.1...v5.0.0)

---
updated-dependencies:
- dependency-name: "@inrupt/solid-client-authn-node"
  dependency-version: 5.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file npm labels Aug 3, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 3, 2026 07:02
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file npm labels Aug 3, 2026
@dependabot
dependabot Bot temporarily deployed to ESS PodSpaces August 3, 2026 07:03 Inactive
@dependabot
dependabot Bot temporarily deployed to ESS PodSpaces August 3, 2026 07:03 Inactive
@dependabot
dependabot Bot temporarily deployed to ESS PodSpaces August 3, 2026 07:03 Inactive
@acoburn
acoburn enabled auto-merge (squash) August 3, 2026 07:09
@acoburn
acoburn merged commit 4fe2813 into main Aug 3, 2026
16 checks passed
@acoburn
acoburn deleted the dependabot/npm_and_yarn/inrupt/solid-client-authn-node-5.0.0 branch August 3, 2026 07:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file npm

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant