Skip to content

Bump @inrupt/solid-client-authn-browser from 2.3.0 to 2.4.1 in /e2e/browser/test-app#2651

Merged
dependabot[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/e2e/browser/test-app/inrupt/solid-client-authn-browser-2.4.1
Apr 21, 2025
Merged

Bump @inrupt/solid-client-authn-browser from 2.3.0 to 2.4.1 in /e2e/browser/test-app#2651
dependabot[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/e2e/browser/test-app/inrupt/solid-client-authn-browser-2.4.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 21, 2025

Bumps @inrupt/solid-client-authn-browser from 2.3.0 to 2.4.1.

Release notes

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

v2.4.1

Bugfix

node

  • refreshTokens had a bug causing an unexpected refresh token rotation if the ID token expired, resulting in the stored token being stale.

Full Changelog: inrupt/solid-client-authn-js@v2.4.0...v2.4.1

v2.4.0

New Features

node

  • Added a EVENTS.NEW_TOKENS (newTokens) event to be emitted by the Session when it receives new tokens when a session is initially logged in or refreshed. This event is more useful than EVENTS.NEW_REFRESH_TOKEN which is being deprecated.
  • Added a static Session.fromTokens(tokens, sessionId) method that creates a new authenticated session directly from a token set, without requiring a full login flow.
  • Added a new function refreshTokens to refresh tokens obtained via the newTokens event after the Access Token expired.

Bugfix

browser and node

  • Fix the Session error listener typing by adding Error to the errorDescription type so that it reflects the actual behavior. Thanks to @​NoelDeMartin for fixing this issue.
  • Previously, an application could end up in a bad state when using a dynamically registered client identity beyond its expiration date. A user would be redirected to the OpenID Provider, and end up on an error page unrelated to the application they were trying to log into. Now, expired dynamic clients go through registration again: the user will need to authorize the client after expiration, but will not experience further inconveniences.

What's Changed

Full Changelog: inrupt/solid-client-authn-js@v2.3.0...v2.4.0

Changelog

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

2.4.1 - 2025-04-18

Bugfix

node

  • refreshTokens had a bug causing an unexpected refresh token rotation if the ID token expired, resulting in the stored token being stale.

2.4.0 - 2025-04-15

Bugfix

browser and node

  • Fix the Session error listener typing by adding Error to the errorDescription type so that it reflects the actual behavior. Thanks to @​NoelDeMartin for fixing this issue.
  • Previously, an application could end up in a bad state when using a dynamically registered client identity beyond its expiration date. A user would be redirected to the OpenID Provider, and end up on an error page unrelated to the application they were trying to log into. Now, expired dynamic clients go through registration again: the user will need to authorize the client after expiration, but will not experience further inconveniences.

Feature

node

  • Added a EVENTS.NEW_TOKENS (newTokens) event to be emitted by the Session when it receives new tokens when a session is initially logged in or refreshed. This event is more useful than EVENTS.NEW_REFRESH_TOKEN which is being deprecated.
  • Added a static Session.fromTokens(tokens, sessionId) method that creates a new authenticated session directly from a token set, without requiring a full login flow.
  • Added a new function refreshTokens to refresh tokens obtained via the newTokens event after the Access Token expired.
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 will merge this PR once it's up-to-date and CI passes on it, as requested by @acoburn.


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 <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)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 21, 2025
@dependabot dependabot Bot requested a review from a team as a code owner April 21, 2025 08:12
@dependabot dependabot Bot temporarily deployed to ESS PodSpaces April 21, 2025 08:12 Inactive
@dependabot dependabot Bot temporarily deployed to ESS PodSpaces April 21, 2025 08:12 Inactive
@dependabot dependabot Bot temporarily deployed to ESS PodSpaces April 21, 2025 08:12 Inactive
@dependabot dependabot Bot temporarily deployed to ESS PodSpaces April 21, 2025 08:12 Inactive
@dependabot dependabot Bot temporarily deployed to ESS PodSpaces April 21, 2025 08:12 Inactive
@socket-security
Copy link
Copy Markdown

socket-security Bot commented Apr 21, 2025

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​inrupt/​solid-client-authn-browser@​2.3.0 ⏵ 2.4.185 +410089 +19580

View full report

Copy link
Copy Markdown
Contributor

@acoburn acoburn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

Bumps [@inrupt/solid-client-authn-browser](https://github.com/inrupt/solid-client-authn-js) from 2.3.0 to 2.4.1.
- [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@v2.3.0...v2.4.1)

---
updated-dependencies:
- dependency-name: "@inrupt/solid-client-authn-browser"
  dependency-version: 2.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/e2e/browser/test-app/inrupt/solid-client-authn-browser-2.4.1 branch from 7d30dbe to 9462810 Compare April 21, 2025 14:19
@dependabot dependabot Bot temporarily deployed to ESS PodSpaces April 21, 2025 14:19 Inactive
@dependabot dependabot Bot temporarily deployed to ESS PodSpaces April 21, 2025 14:19 Inactive
@dependabot dependabot Bot temporarily deployed to ESS PodSpaces April 21, 2025 14:19 Inactive
@dependabot dependabot Bot temporarily deployed to ESS PodSpaces April 21, 2025 14:19 Inactive
@dependabot dependabot Bot temporarily deployed to ESS PodSpaces April 21, 2025 14:19 Inactive
@dependabot dependabot Bot merged commit b15b2fb into main Apr 21, 2025
23 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/e2e/browser/test-app/inrupt/solid-client-authn-browser-2.4.1 branch April 21, 2025 14:23
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant