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): bump @inrupt/solid-client-authn-browser from 2.1.0 to 2.2.0 in /e2e/browser/test-app #964

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 6, 2024

Bumps @inrupt/solid-client-authn-browser from 2.1.0 to 2.2.0.

Release notes

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

v2.2.0

New Feature

node

  • It is now possible to prevent a Session self-refreshing in NodeJS. To do so, a new parameter is added to the constructor: Session({ keepAlive: false }). This prevents the Session setting a callback to refresh the Access Token before it expires, which could cause a memory leak in the case of a server-side application with many users. It also avoids unnecessary requests being sent to the OpenID Provider.
Changelog

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

2.2.0 - 2024-05-03

New Feature

node

  • It is now possible to prevent a Session self-refreshing in NodeJS. To do so, a new parameter is added to the constructor: Session({ keepAlive: false }). This prevents the Session setting a callback to refresh the Access Token before it expires, which could cause a memory leak in the case of a server-side application with many users. It also avoids unnecessary requests being sent to the OpenID Provider.
Commits
  • 8c3bd68 Release v2.2.0 (#3481)
  • a158ff4 Allow to disable session background refresh (#3473)
  • 8b7283c Remove ESS Dev-2-1 environment (#3480)
  • 31e2c8b chore(deps): bump next from 14.2.2 to 14.2.3 (#3478)
  • 211853e chore(deps): bump @​nx/nx-win32-x64-msvc from 18.3.3 to 18.3.4 (#3476)
  • b3de6e9 chore(deps): bump @​nx/nx-win32-x64-msvc from 18.2.4 to 18.3.3 (#3468)
  • 70b4305 chore(deps-dev): bump @​typescript-eslint/parser from 7.6.0 to 7.7.1 (#3471)
  • e4dacad chore(deps-dev): bump @​typescript-eslint/eslint-plugin (#3472)
  • 901c833 chore(deps-dev): bump @​types/cookie-session from 2.0.48 to 2.0.49 (#3466)
  • 6ed4b97 chore(deps): bump next from 14.2.1 to 14.2.2 (#3465)
  • 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 will merge this PR once it's up-to-date and 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 requested a review from a team as a code owner May 6, 2024 23:51
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 6, 2024
@dependabot dependabot bot temporarily deployed to ESS PodSpaces May 6, 2024 23:51 Inactive
@dependabot dependabot bot temporarily deployed to ESS PodSpaces May 6, 2024 23:51 Inactive
@dependabot dependabot bot temporarily deployed to ESS Dev-2-2 May 6, 2024 23:51 Inactive
@dependabot dependabot bot temporarily deployed to ESS Dev-2-2 May 6, 2024 23:51 Inactive
@dependabot dependabot bot temporarily deployed to ESS Dev-2-3 May 6, 2024 23:51 Inactive
@dependabot dependabot bot temporarily deployed to ESS PodSpaces May 6, 2024 23:51 Inactive
@dependabot dependabot bot temporarily deployed to ESS Dev-2-2 May 6, 2024 23:51 Inactive
@dependabot dependabot bot temporarily deployed to ESS Dev-2-3 May 6, 2024 23:51 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 force-pushed the dependabot/npm_and_yarn/e2e/browser/test-app/inrupt/solid-client-authn-browser-2.2.0 branch from fd1f59e to ab364e1 Compare May 14, 2024 13:35
@dependabot dependabot bot temporarily deployed to ESS PodSpaces May 14, 2024 13:35 Inactive
@dependabot dependabot bot temporarily deployed to ESS PodSpaces May 14, 2024 13:35 Inactive
@dependabot dependabot bot temporarily deployed to ESS Dev-2-2 May 14, 2024 13:35 Inactive
@dependabot dependabot bot temporarily deployed to ESS Dev-2-2 May 14, 2024 13:35 Inactive
@dependabot dependabot bot temporarily deployed to ESS Dev-2-3 May 14, 2024 13:35 Inactive
@dependabot dependabot bot temporarily deployed to ESS PodSpaces May 14, 2024 13:35 Inactive
@dependabot dependabot bot temporarily deployed to ESS Dev-2-2 May 14, 2024 13:35 Inactive
@dependabot dependabot bot temporarily deployed to ESS Dev-2-3 May 14, 2024 13:35 Inactive
Bumps [@inrupt/solid-client-authn-browser](https://github.com/inrupt/solid-client-authn) from 2.1.0 to 2.2.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.1.0...v2.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/e2e/browser/test-app/inrupt/solid-client-authn-browser-2.2.0 branch from ab364e1 to bedbce7 Compare May 14, 2024 17:19
@dependabot dependabot bot temporarily deployed to ESS PodSpaces May 14, 2024 17:19 Inactive
@dependabot dependabot bot temporarily deployed to ESS PodSpaces May 14, 2024 17:19 Inactive
@dependabot dependabot bot temporarily deployed to ESS Dev-2-2 May 14, 2024 17:19 Inactive
@dependabot dependabot bot temporarily deployed to ESS Dev-2-2 May 14, 2024 17:19 Inactive
@dependabot dependabot bot temporarily deployed to ESS PodSpaces May 14, 2024 17:19 Inactive
@dependabot dependabot bot temporarily deployed to ESS Dev-2-3 May 14, 2024 17:19 Inactive
@dependabot dependabot bot temporarily deployed to ESS Dev-2-2 May 14, 2024 17:19 Inactive
@dependabot dependabot bot temporarily deployed to ESS Dev-2-3 May 14, 2024 17:19 Inactive
@dependabot dependabot bot merged commit 777cc8d into main May 14, 2024
19 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/e2e/browser/test-app/inrupt/solid-client-authn-browser-2.2.0 branch May 14, 2024 17: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