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: openfga/frontend-utils
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.0-beta.11
Choose a base ref
...
head repository: openfga/frontend-utils
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 20 commits
  • 7 files changed
  • 6 contributors

Commits on Sep 16, 2024

  1. chore(deps-dev): bump the dev-dependencies group with 4 updates (#282)

    Bumps the dev-dependencies group with 4 updates: [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [typescript](https://github.com/microsoft/TypeScript).
    
    
    Updates `@types/jest` from 29.5.12 to 29.5.13
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)
    
    Updates `@typescript-eslint/eslint-plugin` from 8.4.0 to 8.5.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.5.0/packages/eslint-plugin)
    
    Updates `@typescript-eslint/parser` from 8.4.0 to 8.5.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.5.0/packages/parser)
    
    Updates `typescript` from 5.5.4 to 5.6.2
    - [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.6.2)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/jest"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dev-dependencies
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dev-dependencies
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dev-dependencies
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dev-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    3425bca View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. chore(deps-dev): bump the dev-dependencies group with 3 updates (#283)

    Bumps the dev-dependencies group with 3 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [monaco-editor](https://github.com/microsoft/monaco-editor).
    
    
    Updates `@typescript-eslint/eslint-plugin` from 8.5.0 to 8.6.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.6.0/packages/eslint-plugin)
    
    Updates `@typescript-eslint/parser` from 8.5.0 to 8.6.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.6.0/packages/parser)
    
    Updates `monaco-editor` from 0.51.0 to 0.52.0
    - [Release notes](https://github.com/microsoft/monaco-editor/releases)
    - [Changelog](https://github.com/microsoft/monaco-editor/blob/main/CHANGELOG.md)
    - [Commits](microsoft/monaco-editor@v0.51.0...v0.52.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dev-dependencies
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dev-dependencies
    - dependency-name: monaco-editor
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dev-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    e36d477 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump eslint from 8.57.0 to 8.57.1 (#284)

    Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 8.57.1.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.57.0...v8.57.1)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      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>
    dependabot[bot] authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    26dea47 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump actions/setup-node from 4.0.3 to 4.0.4 in the depen…

    …dencies group (#285)
    
    chore(deps): bump actions/setup-node in the dependencies group
    
    Bumps the dependencies group with 1 update: [actions/setup-node](https://github.com/actions/setup-node).
    
    
    Updates `actions/setup-node` from 4.0.3 to 4.0.4
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@1e60f62...0a44ba7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    843d7a0 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. chore(deps-dev): bump the dev-dependencies group with 3 updates (#286)

    Bumps the dev-dependencies group with 3 updates: [@openfga/sdk](https://github.com/openfga/js-sdk), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser).
    
    
    Updates `@openfga/sdk` from 0.6.3 to 0.7.0
    - [Release notes](https://github.com/openfga/js-sdk/releases)
    - [Changelog](https://github.com/openfga/js-sdk/blob/main/CHANGELOG.md)
    - [Commits](openfga/js-sdk@v0.6.3...v0.7.0)
    
    Updates `@typescript-eslint/eslint-plugin` from 8.6.0 to 8.7.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.7.0/packages/eslint-plugin)
    
    Updates `@typescript-eslint/parser` from 8.6.0 to 8.7.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.7.0/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@openfga/sdk"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dev-dependencies
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dev-dependencies
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dev-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    55ccab4 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump actions/checkout from 4.1.7 to 4.2.0 in the depende…

    …ncies group (#287)
    
    chore(deps): bump actions/checkout in the dependencies group
    
    Bumps the dependencies group with 1 update: [actions/checkout](https://github.com/actions/checkout).
    
    
    Updates `actions/checkout` from 4.1.7 to 4.2.0
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@692973e...d632683)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    8d3ea82 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. chore(deps): bump @openfga/syntax-transformer from 0.2.0-beta.21 to 0…

    ….2.0-beta.22 in the dependencies group (#288)
    
    chore(deps): bump @openfga/syntax-transformer in the dependencies group
    
    Bumps the dependencies group with 1 update: [@openfga/syntax-transformer](https://github.com/openfga/language).
    
    
    Updates `@openfga/syntax-transformer` from 0.2.0-beta.21 to 0.2.0-beta.22
    - [Release notes](https://github.com/openfga/language/releases)
    - [Commits](openfga/language@pkg/js/v0.2.0-beta.21...pkg/js/v0.2.0-beta.22)
    
    ---
    updated-dependencies:
    - dependency-name: "@openfga/syntax-transformer"
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    4aa4315 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump the dev-dependencies group with 3 updates (#289)

    Bumps the dev-dependencies group with 3 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import).
    
    
    Updates `@typescript-eslint/eslint-plugin` from 8.7.0 to 8.8.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.8.0/packages/eslint-plugin)
    
    Updates `@typescript-eslint/parser` from 8.7.0 to 8.8.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.8.0/packages/parser)
    
    Updates `eslint-plugin-import` from 2.30.0 to 2.31.0
    - [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
    - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
    - [Commits](import-js/eslint-plugin-import@v2.30.0...v2.31.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dev-dependencies
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dev-dependencies
    - dependency-name: eslint-plugin-import
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dev-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    3227366 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. chore(deps): bump actions/checkout from 4.2.0 to 4.2.1 in the depende…

    …ncies group (#290)
    
    chore(deps): bump actions/checkout in the dependencies group
    
    Bumps the dependencies group with 1 update: [actions/checkout](https://github.com/actions/checkout).
    
    
    Updates `actions/checkout` from 4.2.0 to 4.2.1
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@d632683...eef6144)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    70dc069 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump the dev-dependencies group with 3 updates (#291)

    Bumps the dev-dependencies group with 3 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [typescript](https://github.com/microsoft/TypeScript).
    
    
    Updates `@typescript-eslint/eslint-plugin` from 8.8.0 to 8.8.1
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.8.1/packages/eslint-plugin)
    
    Updates `@typescript-eslint/parser` from 8.8.0 to 8.8.1
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.8.1/packages/parser)
    
    Updates `typescript` from 5.6.2 to 5.6.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.6.2...v5.6.3)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dev-dependencies
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dev-dependencies
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dev-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    4c29919 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. chore(deps): bump the dependencies group with 2 updates (#294)

    Bumps the dependencies group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/setup-node](https://github.com/actions/setup-node).
    
    
    Updates `actions/checkout` from 4.2.1 to 4.2.2
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@eef6144...11bd719)
    
    Updates `actions/setup-node` from 4.0.4 to 4.1.0
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@0a44ba7...39370e3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: actions/setup-node
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    2c4d63f View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump the dev-dependencies group across 1 directory w…

    …ith 4 updates (#296)
    
    Bumps the dev-dependencies group with 4 updates in the / directory: [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest), [@types/prismjs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/prismjs), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser).
    
    
    Updates `@types/jest` from 29.5.13 to 29.5.14
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)
    
    Updates `@types/prismjs` from 1.26.4 to 1.26.5
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/prismjs)
    
    Updates `@typescript-eslint/eslint-plugin` from 8.8.1 to 8.13.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.13.0/packages/eslint-plugin)
    
    Updates `@typescript-eslint/parser` from 8.8.1 to 8.13.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.13.0/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/jest"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dev-dependencies
    - dependency-name: "@types/prismjs"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dev-dependencies
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dev-dependencies
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dev-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    4aab9b4 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2025

  1. Configuration menu
    Copy the full SHA
    e30a222 View commit details
    Browse the repository at this point in the history
  2. chore: update SECURITY-INSIGHTS (#315)

    * "chore: updating SECURITY-INSIGHTS"
    
    * "chore: updating SECURITY-INSIGHTS"
    
    * "chore: updating SECURITY-INSIGHTS"
    
    * "chore: updating SECURITY-INSIGHTS"
    
    * "chore: updating SECURITY-INSIGHTS"
    
    * "chore: updating SECURITY-INSIGHTS"
    
    * "chore: updating SECURITY-INSIGHTS"
    
    * "chore: updating SECURITY-INSIGHTS"
    
    ---------
    
    Co-authored-by: Raghd Hamzeh <[email protected]>
    aaguiarz and rhamzeh authored Aug 8, 2025
    Configuration menu
    Copy the full SHA
    04feaac View commit details
    Browse the repository at this point in the history
  3. chore(ci): remove semgrep workflow (#317)

    Co-authored-by: GitHub Action <[email protected]>
    rhamzeh and actions-user authored Aug 8, 2025
    Configuration menu
    Copy the full SHA
    2640ec1 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2025

  1. Configuration menu
    Copy the full SHA
    a47dce1 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump the dependencies group across 1 directory with 2 up…

    …dates (#318)
    
    Bumps the dependencies group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [actions/setup-node](https://github.com/actions/setup-node).
    
    
    Updates `actions/checkout` from 4.2.2 to 5.0.0
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@11bd719...08c6903)
    
    Updates `actions/setup-node` from 4.1.0 to 4.4.0
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@39370e3...49933ea)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: 5.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: dependencies
    - dependency-name: actions/setup-node
      dependency-version: 4.4.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 14, 2025
    Configuration menu
    Copy the full SHA
    4560538 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2025

  1. ci: run audit without package-lock.json file (#326)

    Auditing without package-lock.json to avoid false positives from dependencies
    where the version range is actually safe but the lock file is pinning to a
    vulnerable version.
    ewanharris authored Oct 14, 2025
    Configuration menu
    Copy the full SHA
    6eba3d8 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump actions/setup-node from 4.4.0 to 5.0.0 in the depen…

    …dencies group (#322)
    
    chore(deps): bump actions/setup-node in the dependencies group
    
    Bumps the dependencies group with 1 update: [actions/setup-node](https://github.com/actions/setup-node).
    
    
    Updates `actions/setup-node` from 4.4.0 to 5.0.0
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@49933ea...a0853c2)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-version: 5.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 14, 2025
    Configuration menu
    Copy the full SHA
    6765992 View commit details
    Browse the repository at this point in the history
  3. Update SECURITY-INSIGHTS (#323)

    * "chore: updating SECURITY-INSIGHTS"
    
    * "chore: updating SECURITY-INSIGHTS"
    
    * "chore: updating SECURITY-INSIGHTS"
    
    * "chore: updating SECURITY-INSIGHTS"
    
    ---------
    
    Co-authored-by: Ewan Harris <[email protected]>
    aaguiarz and ewanharris authored Oct 14, 2025
    Configuration menu
    Copy the full SHA
    b038786 View commit details
    Browse the repository at this point in the history
Loading