这是indexloc提供的服务,不要输入任何密码
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: AxaFrance/oidc-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.22.16
Choose a base ref
...
head repository: AxaFrance/oidc-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.22.17
Choose a head ref
  • 8 commits
  • 22 files changed
  • 3 contributors

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    6f8df2a View commit details
    Browse the repository at this point in the history
  2. [skip ci] Generate changelog to version 7.22.16

    GitHub committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    32c370b View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. build(lint): Update lint step to run. (#1409)

    - Update eslint job to latest agent versions
    - Update eslint packages and migrate config to eslint.config format
    NOTE:
    - testing-library commented out (not compatbile)
    - comment out wearerequired/lint-action@v2 action and replace with pnpm run lint, (not compatbile eslint9)
    jafin authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    a989ed2 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. fix (FetchToken): Fix FetchToken param to be boolean (#1414)

    Resolves:
    
    ```text
    packages/react-oidc prepare: src/FetchToken.tsx:12:48 - error TS2345: Argument of type 'boolean' is not assignable to parameter of type 'false'.
    packages/react-oidc prepare: 12   const newFetch = oidc.fetchWithTokens(fetch, demonstrating_proof_of_possession);
    ```
    jafin authored Jul 14, 2024
    Configuration menu
    Copy the full SHA
    a46b1aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7caee91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b94fa5c View commit details
    Browse the repository at this point in the history
  4. tests(domain): Be more explicit about intent of test, is to not throw…

    …, not return undefined. (#1413)
    jafin authored Jul 14, 2024
    Configuration menu
    Copy the full SHA
    01f0714 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    b099078 View commit details
    Browse the repository at this point in the history
Loading