Skip to content
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

chore(deps-dev): bump @inrupt/solid-client-authn-node from 2.0.0 to 2.1.0 #908

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 18, 2024

Bumps @inrupt/solid-client-authn-node from 2.0.0 to 2.1.0.

Release notes

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

v2.1.0

New Feature

node and browser

  • OpenID Providers with multiple JWK in their JWKS are now supported. Thanks to @​pavol-brunclik-compote for the original contribution.

node

  • Authorization code flow for statically registered clients is now supported. Statically registered clients previously defaulted to the Client Credentials flow, it is no longer an assumption.

Bugfix

browser

  • Fix non-DPoP bound tokens support in browser: a bug in the handling of non-DPoP-bound tokens was preventing the auth code grant to complete, with a 401 to the OpenId Provider Token Endpoint observed on redirect after the user authenticated. It is now possible to do session.login({/*...*/, tokenType: "Bearer"}) and get a successful result.
Changelog

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

2.1.0 - 2024-03-13

New Feature

node and browser

  • OpenID Providers with multiple JWK in their JWKS are now supported. Thanks to @​pavol-brunclik-compote for the original contribution.

node

  • Authorization code flow for statically registered clients is now supported. Statically registered clients previously defaulted to the Client Credentials flow, it is no longer an assumption.

Bugfix

browser

  • Fix non-DPoP bound tokens support in browser: a bug in the handling of non-DPoP-bound tokens was preventing the auth code grant to complete, with a 401 to the OpenId Provider Token Endpoint observed on redirect after the user authenticated. It is now possible to do session.login({/*...*/, tokenType: "Bearer"}) and get a successful result.
Commits
  • 259a567 Release v2.1.0 (#3401)
  • 08cb129 Adjust CODEOWNERS (#3402)
  • d58fced chore(deps-dev): bump @​inrupt/eslint-config-base from 2.6.0 to 3.2.1 (#3387)
  • 3533026 chore(deps-dev): bump @​babel/preset-env from 7.23.9 to 7.24.0 (#3384)
  • 8804aac chore(deps): bump @​nx/nx-win32-x64-msvc from 18.0.5 to 18.0.8 (#3394)
  • 38cd84a chore(deps): bump express from 4.18.2 to 4.18.3 (#3385)
  • a000262 chore(deps-dev): bump @​types/node from 20.11.10 to 20.11.27 (#3399)
  • dd1b1ca Support auth code flow for statically registered clients (#3380)
  • 459ff62 Re-enable code coverage collection (#3379)
  • bd14278 Improve JWKS support (#3382)
  • Additional commits viewable in compare view

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 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 requested a review from a team as a code owner March 18, 2024 23:25
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 18, 2024
@dependabot dependabot bot temporarily deployed to ESS PodSpaces March 18, 2024 23:25 Inactive
@dependabot dependabot bot temporarily deployed to ESS PodSpaces March 18, 2024 23:25 Inactive
@dependabot dependabot bot temporarily deployed to ESS PodSpaces March 18, 2024 23:26 Inactive
Copy link

vercel bot commented Mar 18, 2024

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

Name Status Preview Comments Updated (UTC)
solid-client-notifications-js ❌ Failed (Inspect) Mar 18, 2024 11:26pm

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/inrupt/solid-client-authn-node-2.1.0 branch from 6f6606d to c4e766e Compare March 22, 2024 13:42
@dependabot dependabot bot temporarily deployed to ESS PodSpaces March 22, 2024 13:42 Inactive
@dependabot dependabot bot temporarily deployed to ESS PodSpaces March 22, 2024 13:42 Inactive
@dependabot dependabot bot temporarily deployed to ESS PodSpaces March 22, 2024 13:42 Inactive
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/inrupt/solid-client-authn-node-2.1.0 branch from c4e766e to f991402 Compare March 22, 2024 13:47
@dependabot dependabot bot temporarily deployed to ESS PodSpaces March 22, 2024 13:47 Inactive
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/inrupt/solid-client-authn-node-2.1.0 branch from f991402 to 9cbf50c Compare March 22, 2024 13:49
@dependabot dependabot bot temporarily deployed to ESS PodSpaces March 22, 2024 13:49 Inactive
@dependabot dependabot bot temporarily deployed to ESS PodSpaces March 22, 2024 13:49 Inactive
Bumps [@inrupt/solid-client-authn-node](https://github.com/inrupt/solid-client-authn) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/inrupt/solid-client-authn/releases)
- [Changelog](https://github.com/inrupt/solid-client-authn-js/blob/main/CHANGELOG.md)
- [Commits](inrupt/solid-client-authn-js@v2.0.0...v2.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/inrupt/solid-client-authn-node-2.1.0 branch from 9cbf50c to 1230193 Compare March 22, 2024 13:49
@dependabot dependabot bot temporarily deployed to ESS PodSpaces March 22, 2024 13:49 Inactive
@dependabot dependabot bot temporarily deployed to ESS PodSpaces March 22, 2024 13:49 Inactive
@dependabot dependabot bot temporarily deployed to ESS PodSpaces March 22, 2024 13:50 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

@dependabot dependabot bot merged commit 27c3dc0 into main Mar 22, 2024
22 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/inrupt/solid-client-authn-node-2.1.0 branch March 22, 2024 14:01
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