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.6 to 7.22.21 #182

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 29, 2024

Bumps @axa-fr/react-oidc from 7.22.6 to 7.22.21.

Release notes

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

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)

Code Refactoring

  • lint: Fix minor lint issues (8797330)
  • silentcallback: Catch any errors in async playCallbackAsync (f6cf194)

Release v7.22.18

7.22.18 (2024-07-16)

Bug Fixes

  • oidc: separate state, nonce and codeVerifier for each tab (release) (#1402) (5ee0cc8)

Release v7.22.17

7.22.17 (2024-07-15)

... (truncated)

Changelog

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

7.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
  • 7caee91 - build(job): Update job scripts to v4. (earlier versions are marked deprecated) (#1411), 2024-07-15 by Jason Finch
  • a46b1aa - fix (FetchToken): Fix FetchToken param to be boolean (#1414), 2024-07-15 by Jason Finch
  • a989ed2 - build(lint): Update lint step to run. (#1409), 2024-07-13 by Jason Finch

v7.22.16

  • 72a6373 - fix(oidc): improve error handling (release) (#1403), 2024-07-11 by Miya
  • c56ceb8 - docs(readme): Update README.md (#1407), 2024-07-12 by Jason Finch

v7.22.15

... (truncated)

Commits
  • 318de92 fix(oidc): Add null as union type into arguments for login, logout, renewToke...
  • 0394a6f [skip ci] Generate changelog to version 7.22.20
  • 881dece [skip ci] Update to version 7.22.20 in package.json
  • 05ace2d fix(oidc): record tabIds when service worker receives init event (release)
  • 6b5f6b4 refactor(initWorker): null coalescing
  • 34bd8e4 refactor(parameters): Default parameters should be last.sonarlint(typescript:...
  • 44fa6f2 fix spelling token_acquired
  • 32a2af3 chore(lint): Fix lint warnings.
  • 11a6906 [skip ci] Generate changelog to version 7.22.19
  • 49deeb2 [skip ci] Update to version 7.22.19 in package.json
  • 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)

Bumps [@axa-fr/react-oidc](https://github.com/AxaFrance/oidc-client) from 7.22.6 to 7.22.21.
- [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.6...v7.22.21)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 29, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 23, 2024

Superseded by #190.

@dependabot dependabot bot closed this Aug 23, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/axa-fr/react-oidc-7.22.21 branch August 23, 2024 14:36
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.

0 participants