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

Update from base #1

Open
wants to merge 1,291 commits into
base: main
Choose a base branch
from
Open

Update from base #1

wants to merge 1,291 commits into from

Conversation

diegoaraujo
Copy link
Owner

This PR fixes bug #.

  • I've added a unit test to test for potential regressions of this bug.
  • The changelog has been updated, if applicable.
  • Commits in this PR are minimal and have descriptive commit messages.

New feature description

Checklist

  • All acceptance criteria are met.
  • Relevant documentation, if any, has been written/updated.
  • The changelog has been updated, if applicable.
  • New functions/types have been exported in index.ts, if applicable.
  • Commits in this PR are minimal and have descriptive commit messages.

This PR bumps the version to .

Checklist

  • I used npm run lerna-version -- <major|minor|patch> --no-push to update the version number, first inspecting the CHANGELOG to determine if the release was major, minor or patch.
  • The CHANGELOG has been updated to show version and release date - https://keepachangelog.com/en/1.0.0/.
  • The only commits in this PR are:
    • the CHANGELOG update.
    • the version update.
  • I will make sure not to squash these commits, but rebase instead.
  • Once this PR is merged, I will push the tag created by lerna version ... (e.g. git push origin vX.X.X).

dependabot bot and others added 29 commits May 21, 2024 08:12
Changing back `"excludeNotDocumented": true`  to `"excludeNotDocumented": false` in the `/tsconfig.build.json`  file.  Otherwise, the ILoginInputOptions, IEndSessionOptions.html, IHasSessionEventListener, IHandleIncomingRedirectOptions, ISessionEventListener, ISessionOptions pages aren't generated.
The local storage is not a secure storage, and as such the refresh token
should not be stored there. This issue is mitigated by the token being
DPoP-bound, and the DPoP key not being available in storage.
dependabot bot and others added 30 commits December 16, 2024 15:50
Thanks @NoelDeMartin for this fix.

There are some scenarios where an Error is thrown rather than a string, for example within ClientAuthentication.

---------

Co-authored-by: Noel De Martin <[email protected]>
Bumps [uuid](https://github.com/uuidjs/uuid) from 11.0.3 to 11.0.4.
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v11.0.3...v11.0.4)

---
updated-dependencies:
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Upgrade test app to NextJS 15

* Add missing directive

* Remove legacy pages/ directory

* Fix esbuild test

---------

Co-authored-by: Joseph Gosselin <[email protected]>
Dynamically registered clients eventually expire, after a duration
provided by the OpenID Provider at registration time. This change keeps
track of the expiration date in the browser code, and performs a now
dynamic client registration if the client in use expired.

If a legacy client is present in storage, it will be rotated as if it
were expired, to avoid the issue where an expired client is used and
results in an error on the OP.

---------

Co-authored-by: Pete Edwards <[email protected]>
* Bump typescript from 5.5.4 to 5.7.3

Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.4 to 5.7.3.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.5.4...v5.7.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Modernize jest config and add mapper for jose

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pete Edwards <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants