Skip to content

Bump @inrupt/solid-client-authn-node from 2.5.0 to 3.1.0 #449

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 14, 2025

Bumps @inrupt/solid-client-authn-node from 2.5.0 to 3.1.0.

Release notes

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

v3.1.0

New feature

browser and node

  • Session::login now supports an additional customScopes: string[] option. It allows developers to specify custom scopes to be added to the authorization request, which will be presented to the user by their OpenID Provider on the consent prompt. If they consent, the issued ID Token may include additional claims based on the requested scopes.

Full Changelog: inrupt/solid-client-authn-js@v3.0.0...v3.1.0

v3.0.0

Breaking Changes

  • Support for Node.js v18.x has been dropped as that version has reached end-of-life.

Bugfix

browser and node

  • Fixes #3927: Fixed the usage of client information from previous dynamic registration that have no expiration date.

New Contributors

Full Changelog: inrupt/solid-client-authn-js@v2.5.0...v3.0.0

Changelog

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

3.1.0 - 2025-07-08

New feature

browser and node

  • Session::login now supports an additional customScopes: string[] option. It allows developers to specify custom scopes to be added to the authorization request, which will be presented to the user by their OpenID Provider on the consent prompt. If they consent, the issued ID Token may include additional claims based on the requested scopes.

3.0.0 - 2025-07-03

Breaking Changes

  • Support for Node.js v18.x has been dropped as that version has reached end-of-life.

Bugfix

browser and node

  • Fixed the usage of client information from previous dynamic registration that have no expiration date.
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 CI passes on it, as requested by @NSeydoux.


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 Jul 14, 2025
@dependabot dependabot bot requested a review from a team as a code owner July 14, 2025 05:05
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 14, 2025
@dependabot dependabot bot temporarily deployed to ESS PodSpaces July 14, 2025 05:05 Inactive
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/inrupt/solid-client-authn-node-3.1.0 branch from 3e86f85 to d681528 Compare July 21, 2025 16:16
@dependabot dependabot bot temporarily deployed to ESS PodSpaces July 21, 2025 16:16 Inactive
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/inrupt/solid-client-authn-node-3.1.0 branch from d681528 to 5ede977 Compare July 21, 2025 16:22
@dependabot dependabot bot temporarily deployed to ESS PodSpaces July 21, 2025 16:22 Inactive
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/inrupt/solid-client-authn-node-3.1.0 branch from 5ede977 to d20219d Compare July 21, 2025 16:26
@dependabot dependabot bot temporarily deployed to ESS PodSpaces July 21, 2025 16:26 Inactive
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/inrupt/solid-client-authn-node-3.1.0 branch from e5d93a8 to 4b0ca7f Compare July 24, 2025 11:45
@dependabot dependabot bot temporarily deployed to ESS PodSpaces July 24, 2025 11:45 Inactive
Copy link
Contributor

@NSeydoux NSeydoux 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

@acoburn
Copy link
Contributor

acoburn commented Aug 7, 2025

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 7, 2025

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@acoburn
Copy link
Contributor

acoburn commented Aug 7, 2025

@dependabot recreate

Bumps [@inrupt/solid-client-authn-node](https://github.com/inrupt/solid-client-authn-js) from 2.5.0 to 3.1.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@v2.5.0...v3.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/inrupt/solid-client-authn-node-3.1.0 branch from 732d887 to be0a3de Compare August 7, 2025 17:05
@dependabot dependabot bot deployed to ESS Release-2-3 August 7, 2025 17:05 Active
@dependabot dependabot bot deployed to ESS Next August 7, 2025 17:05 Active
@dependabot dependabot bot deployed to ESS PodSpaces August 7, 2025 17:05 Active
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 7, 2025

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

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.

2 participants