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

build(deps): bump @axa-fr/react-oidc from 7.22.8 to 7.22.23 #193

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 26, 2024

Bumps @axa-fr/react-oidc from 7.22.8 to 7.22.23.

Release notes

Sourced from @​axa-fr/react-oidc's releases.

Release v7.22.23

7.22.23 (2024-08-25)

Bug Fixes

  • oidc: usage of config option service_worker_register (#1440) (release) (d15a57d)

Release v7.22.22

7.22.22 (2024-08-20)

Bug Fixes

  • logout: should work correctly with multiple tabs (alpha) (#1435) (1159262)
  • oidc: Add undefined as union type into arguments for login, logout, renewTokens (#1429) (alpha) (23ae6ba)

Release v7.22.21

7.22.21 (2024-07-26)

Bug Fixes

  • oidc: Add null as union type into arguments for login, logout, renewTokens functions (#1427) (release) (318de92)

Release v7.22.20

7.22.20 (2024-07-22)

Bug Fixes

  • oidc: record tabIds when service worker receives init event (release) (05ace2d)

Code Refactoring

  • initWorker: null coalescing (6b5f6b4)
  • parameters: Default parameters should be last.sonarlint(typescript:S1788) (34bd8e4)

Release v7.22.19

7.22.19 (2024-07-20)

Bug Fixes

  • demo: Update configurations.ts (cd2f57e)
  • eslint: Fix ESLint to run prettier (02b00e0)
  • oidc: autorenew from custom fetch was broken (release) (2cf0b62)
  • oidc: lint (alpha) (f1d9da4)

... (truncated)

Changelog

Sourced from @​axa-fr/react-oidc's changelog.

7.22.23

  • d15a57d - Fix(oidc): usage of config option service_worker_register (#1440) (release), 2024-08-25 by Thomas Miliopoulos

v7.22.22

  • d213de1 - doc(oidc) :Update README.md (release), 2024-08-20 by Guillaume Chervet
  • 1159262 - fix(logout): should work correctly with multiple tabs (alpha) (#1435), 2024-08-13 by wermanoid
  • 23ae6ba - fix(oidc): Add undefined as union type into arguments for login, logout, renewTokens (#1429) (alpha), 2024-08-02 by ShimpeiKamiguchi

v7.22.21

  • 318de92 - fix(oidc): Add null as union type into arguments for login, logout, renewTokens functions (#1427) (release), 2024-07-26 by ShimpeiKamiguchi

v7.22.20

  • 05ace2d - fix(oidc): record tabIds when service worker receives init event (release), 2024-07-22 by mkrzempek
  • 6b5f6b4 - refactor(initWorker): null coalescing, 2024-07-21 by Jason Finch
  • 34bd8e4 - refactor(parameters): Default parameters should be last.sonarlint(typescript:S1788), 2024-07-21 by Jason Finch
  • 44fa6f2 - fix spelling token_acquired, 2024-07-21 by Jason Finch
  • 32a2af3 - chore(lint): Fix lint warnings., 2024-07-21 by Jason Finch

v7.22.19

  • 2cf0b62 - fix(oidc): autorenew from custom fetch was broken (release), 2024-07-20 by Guillaume Chervet
  • f1d9da4 - fix(oidc): lint (alpha), 2024-07-19 by Guillaume Chervet
  • e4f4d97 - chore: apply prettier in repo, 2024-07-18 by Alex Werman
  • 02b00e0 - fix(eslint): Fix ESLint to run prettier, 2024-07-17 by Jason Finch
  • 9191b0c - chore(packages): Bump packages for eslint/prettier, 2024-07-17 by Jason Finch
  • a082b20 - fix (Lint): Fix lint errors after rebase., 2024-07-17 by Jason Finch
  • f6cf194 - refactor(silentcallback): Catch any errors in async playCallbackAsync, 2024-07-13 by Jason Finch
  • 8797330 - refactor(lint): Fix minor lint issues, 2024-07-13 by Jason Finch
  • bb7bc92 - fix (lint): Fix all lint errors reporting by eslint., 2024-07-12 by Jason Finch
  • cd2f57e - fix(demo): Update configurations.ts, 2024-07-16 by Guillaume Chervet

v7.22.18

  • 5ee0cc8 - fix(oidc): separate state, nonce and codeVerifier for each tab (release) (#1402), 2024-07-16 by Miya

v7.22.17

  • b099078 - fix(oidc): clenup client internal promises when requests are finished (release) (#1417), 2024-07-15 by wermanoid
  • 01f0714 - tests(domain): Be more explicit about intent of test, is to not throw, not return undefined. (#1413), 2024-07-15 by Jason Finch
  • b94fa5c - docs: Minor language change. (#1412), 2024-07-15 by Jason Finch

... (truncated)

Commits
  • d15a57d Fix(oidc): usage of config option service_worker_register (#1440) (release)
  • 8d4c695 [skip ci] Generate changelog to version 7.22.22
  • 225384e [skip ci] Update to version 7.22.22 in package.json
  • d213de1 doc(oidc) :Update README.md (release)
  • 1159262 fix(logout): should work correctly with multiple tabs (alpha) (#1435)
  • 23ae6ba fix(oidc): Add undefined as union type into arguments for login, logout, rene...
  • 5b9fdcf [skip ci] Generate changelog to version 7.22.21
  • b3c9ce8 [skip ci] Update to version 7.22.21 in package.json
  • 318de92 fix(oidc): Add null as union type into arguments for login, logout, renewToke...
  • 0394a6f [skip ci] Generate changelog to version 7.22.20
  • 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 added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 26, 2024
@aldbr
Copy link
Collaborator

aldbr commented Aug 26, 2024

@dependabot recreate

Bumps [@axa-fr/react-oidc](https://github.com/AxaFrance/oidc-client) from 7.22.8 to 7.22.23.
- [Release notes](https://github.com/AxaFrance/oidc-client/releases)
- [Changelog](https://github.com/AxaFrance/oidc-client/blob/main/CHANGELOG.md)
- [Commits](AxaFrance/oidc-client@v7.22.8...v7.22.23)

---
updated-dependencies:
- dependency-name: "@axa-fr/react-oidc"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/axa-fr/react-oidc-7.22.23 branch from 6206eae to f6b56b8 Compare August 26, 2024 12:27
@aldbr aldbr closed this Aug 26, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 26, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/axa-fr/react-oidc-7.22.23 branch August 26, 2024 13:27
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