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

Sync with upstream. CodeQL changes. #3

Merged
merged 83 commits into from
Oct 7, 2024
Merged

Sync with upstream. CodeQL changes. #3

merged 83 commits into from
Oct 7, 2024

Commits on Apr 1, 2023

  1. Bump jest-circus from 29.4.1 to 29.5.0 (ncipollo#318)

    Bumps [jest-circus](https://github.com/facebook/jest/tree/HEAD/packages/jest-circus) from 29.4.1 to 29.5.0.
    - [Release notes](https://github.com/facebook/jest/releases)
    - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/facebook/jest/commits/v29.5.0/packages/jest-circus)
    
    ---
    updated-dependencies:
    - dependency-name: jest-circus
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 1, 2023
    Configuration menu
    Copy the full SHA
    231dd3f View commit details
    Browse the repository at this point in the history
  2. Bump @types/node from 18.11.18 to 18.15.11 (ncipollo#319)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.11.18 to 18.15.11.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 1, 2023
    Configuration menu
    Copy the full SHA
    0371ac0 View commit details
    Browse the repository at this point in the history
  3. Readme: update checkout to v3 (ncipollo#303)

    Update checkout to v3 which is the latest version and encourage people to use it when creating a release
    
    Co-authored-by: Spencer Comfort <[email protected]>
    SpencerIsGiddy and SpencerIsGiddy authored Apr 1, 2023
    Configuration menu
    Copy the full SHA
    67d60d5 View commit details
    Browse the repository at this point in the history
  4. Bump typescript from 4.9.5 to 5.0.3 (ncipollo#320)

    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.0.3.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](https://github.com/Microsoft/TypeScript/commits)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 1, 2023
    Configuration menu
    Copy the full SHA
    bf3b51b View commit details
    Browse the repository at this point in the history
  5. Bump glob from 8.1.0 to 9.3.2 (ncipollo#321)

    Bumps [glob](https://github.com/isaacs/node-glob) from 8.1.0 to 9.3.2.
    - [Release notes](https://github.com/isaacs/node-glob/releases)
    - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
    - [Commits](isaacs/node-glob@v8.1.0...v9.3.2)
    
    ---
    updated-dependencies:
    - dependency-name: glob
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 1, 2023
    Configuration menu
    Copy the full SHA
    a48ee3f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5a8bbe8 View commit details
    Browse the repository at this point in the history
  7. Fix stupid mocking error

    ncipollo committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    eb05307 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Bump @types/jest from 29.5.0 to 29.5.1 (ncipollo#326)

    Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.0 to 29.5.1.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/jest"
      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 May 23, 2023
    Configuration menu
    Copy the full SHA
    ef679c1 View commit details
    Browse the repository at this point in the history
  2. Bump glob from 9.3.2 to 10.2.2 (ncipollo#330)

    Bumps [glob](https://github.com/isaacs/node-glob) from 9.3.2 to 10.2.2.
    - [Release notes](https://github.com/isaacs/node-glob/releases)
    - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
    - [Commits](isaacs/node-glob@v9.3.2...v10.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: glob
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 23, 2023
    Configuration menu
    Copy the full SHA
    e9a4ba6 View commit details
    Browse the repository at this point in the history
  3. Bump ts-jest from 29.0.5 to 29.1.0 (ncipollo#329)

    Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.0.5 to 29.1.0.
    - [Release notes](https://github.com/kulshekhar/ts-jest/releases)
    - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
    - [Commits](kulshekhar/ts-jest@v29.0.5...v29.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: ts-jest
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 23, 2023
    Configuration menu
    Copy the full SHA
    c13ca79 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Bump typescript from 5.0.3 to 5.0.4 (ncipollo#327)

    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.0.3 to 5.0.4.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v5.0.3...v5.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      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 Jun 27, 2023
    Configuration menu
    Copy the full SHA
    3aa9307 View commit details
    Browse the repository at this point in the history
  2. Bump @types/jest from 29.5.1 to 29.5.2 (ncipollo#337)

    Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.1 to 29.5.2.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/jest"
      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 Jun 27, 2023
    Configuration menu
    Copy the full SHA
    3ff6c7e View commit details
    Browse the repository at this point in the history
  3. Bump glob from 10.2.2 to 10.2.6 (ncipollo#339)

    Bumps [glob](https://github.com/isaacs/node-glob) from 10.2.2 to 10.2.6.
    - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
    - [Commits](isaacs/node-glob@v10.2.2...v10.2.6)
    
    ---
    updated-dependencies:
    - dependency-name: glob
      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>
    dependabot[bot] authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    2b38523 View commit details
    Browse the repository at this point in the history
  4. Bump @types/node from 18.15.11 to 20.3.2 (ncipollo#340)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.15.11 to 20.3.2.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    8c78ca2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cb77c9e View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2023

  1. Bump ts-jest from 29.1.0 to 29.1.1 (ncipollo#345)

    Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.1.0 to 29.1.1.
    - [Release notes](https://github.com/kulshekhar/ts-jest/releases)
    - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
    - [Commits](kulshekhar/ts-jest@v29.1.0...v29.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: ts-jest
      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 Jul 1, 2023
    Configuration menu
    Copy the full SHA
    c07e9f4 View commit details
    Browse the repository at this point in the history
  2. Bump glob from 10.2.6 to 10.3.1 (ncipollo#342)

    Bumps [glob](https://github.com/isaacs/node-glob) from 10.2.6 to 10.3.1.
    - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
    - [Commits](isaacs/node-glob@v10.2.6...v10.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: glob
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 1, 2023
    Configuration menu
    Copy the full SHA
    893ce36 View commit details
    Browse the repository at this point in the history
  3. Bump typescript from 5.0.4 to 5.1.6 (ncipollo#343)

    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.0.4 to 5.1.6.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](https://github.com/Microsoft/TypeScript/commits)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 1, 2023
    Configuration menu
    Copy the full SHA
    9347837 View commit details
    Browse the repository at this point in the history
  4. Bump @types/node from 18.15.11 to 20.3.3 (ncipollo#341)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.15.11 to 20.3.3.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 1, 2023
    Configuration menu
    Copy the full SHA
    384ae1f View commit details
    Browse the repository at this point in the history
  5. build dep updates

    ncipollo committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    7288236 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

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

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    9cfd083 View commit details
    Browse the repository at this point in the history
  2. Remove lib

    ncipollo committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    2d19fb4 View commit details
    Browse the repository at this point in the history
  3. Fixes ncipollo#357 Use a read stream for artifacts.

    This seems to be safe since octokit mentions ReadableStreams in their fetcher wrapper & tests: https://github.com/octokit/request.js/blob/main/src/fetch-wrapper.ts#L44
    (and also it seems to work when I test it).
    ncipollo committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    6c75be8 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. Bump semver from 6.3.0 to 6.3.1 (ncipollo#350)

    Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1.
    - [Release notes](https://github.com/npm/node-semver/releases)
    - [Changelog](https://github.com/npm/node-semver/blob/v6.3.1/CHANGELOG.md)
    - [Commits](npm/node-semver@v6.3.0...v6.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: semver
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 26, 2023
    Configuration menu
    Copy the full SHA
    b36d940 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Bump actions/checkout from 3 to 4 (ncipollo#364)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    69d25a3 View commit details
    Browse the repository at this point in the history
  2. Bump glob from 10.3.1 to 10.3.4 (ncipollo#361)

    Bumps [glob](https://github.com/isaacs/node-glob) from 10.3.1 to 10.3.4.
    - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
    - [Commits](isaacs/node-glob@v10.3.1...v10.3.4)
    
    ---
    updated-dependencies:
    - dependency-name: glob
      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>
    dependabot[bot] authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    e2ce571 View commit details
    Browse the repository at this point in the history
  3. Bump jest-circus from 29.5.0 to 29.6.4 (ncipollo#359)

    Bumps [jest-circus](https://github.com/jestjs/jest/tree/HEAD/packages/jest-circus) from 29.5.0 to 29.6.4.
    - [Release notes](https://github.com/jestjs/jest/releases)
    - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/jestjs/jest/commits/v29.6.4/packages/jest-circus)
    
    ---
    updated-dependencies:
    - dependency-name: jest-circus
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    eb7dfdf View commit details
    Browse the repository at this point in the history
  4. Bump typescript from 5.1.6 to 5.2.2 (ncipollo#362)

    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.1.6 to 5.2.2.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v5.1.6...v5.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    2600a44 View commit details
    Browse the repository at this point in the history
  5. Bump @types/node from 20.3.3 to 20.6.0 (ncipollo#366)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.3.3 to 20.6.0.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    b4b70f8 View commit details
    Browse the repository at this point in the history
  6. Bump jest and @types/jest (ncipollo#367)

    Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) and [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest). These dependencies needed to be updated together.
    
    Updates `jest` from 29.5.0 to 29.6.4
    - [Release notes](https://github.com/jestjs/jest/releases)
    - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/jestjs/jest/commits/v29.6.4/packages/jest)
    
    Updates `@types/jest` from 29.5.2 to 29.5.4
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)
    
    ---
    updated-dependencies:
    - dependency-name: jest
      dependency-type: direct:development
      update-type: version-update:semver-minor
    - dependency-name: "@types/jest"
      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 11, 2023
    Configuration menu
    Copy the full SHA
    ddbfce0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7ce102b View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    6db48ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    476ee61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e386e41 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d968c2d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c18db47 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    25918b0 View commit details
    Browse the repository at this point in the history
  7. Update typescript config

    ncipollo committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    9324133 View commit details
    Browse the repository at this point in the history
  8. Bump glob

    ncipollo committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    5a5f227 View commit details
    Browse the repository at this point in the history
  9. Use node 20

    ncipollo committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    26cdd97 View commit details
    Browse the repository at this point in the history
  10. Revert "Bump glob"

    This reverts commit 5a5f227.
    ncipollo committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    a7c3669 View commit details
    Browse the repository at this point in the history
  11. update build workflow

    ncipollo committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    7b2b452 View commit details
    Browse the repository at this point in the history
  12. try to bump glob again

    ncipollo committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    53f1c32 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8231257 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Bump @types/jest from 29.5.5 to 29.5.7 (ncipollo#386)

    Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.5 to 29.5.7.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/jest"
      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 Nov 15, 2023
    Configuration menu
    Copy the full SHA
    454de29 View commit details
    Browse the repository at this point in the history
  2. Bump actions/setup-node from 3 to 4 (ncipollo#381)

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    a454b01 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Bump @types/node from 20.8.6 to 20.9.0 (ncipollo#390)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.8.6 to 20.9.0.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    712dbe3 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Bump typescript from 5.2.2 to 5.3.2 (ncipollo#396)

    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.2.2 to 5.3.2.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v5.2.2...v5.3.2)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    3453d72 View commit details
    Browse the repository at this point in the history
  2. Bump @types/node from 20.9.0 to 20.10.1 (ncipollo#395)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.9.0 to 20.10.1.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    b878ec7 View commit details
    Browse the repository at this point in the history
  3. Bump @types/jest from 29.5.7 to 29.5.11 (ncipollo#399)

    Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.7 to 29.5.11.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/jest"
      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 Dec 11, 2023
    Configuration menu
    Copy the full SHA
    37813b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f53bc4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c4a7702 View commit details
    Browse the repository at this point in the history
  6. Bump @actions/github from 5.1.1 to 6.0.0 (ncipollo#385)

    Bumps [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github) from 5.1.1 to 6.0.0.
    - [Changelog](https://github.com/actions/toolkit/blob/main/packages/github/RELEASES.md)
    - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/github)
    
    ---
    updated-dependencies:
    - dependency-name: "@actions/github"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    0300282 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    02a91b5 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Bump typescript from 5.3.2 to 5.3.3 (ncipollo#403)

    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.3.2 to 5.3.3.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v5.3.2...v5.3.3)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      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 Jan 2, 2024
    Configuration menu
    Copy the full SHA
    39c57fe View commit details
    Browse the repository at this point in the history
  2. Bump @types/node from 20.10.1 to 20.10.6 (ncipollo#402)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.10.1 to 20.10.6.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      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 Jan 2, 2024
    Configuration menu
    Copy the full SHA
    a8aa04e View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    66b1844 View commit details
    Browse the repository at this point in the history
  2. apply debug build

    ncipollo committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    c03240c View commit details
    Browse the repository at this point in the history
  3. Fix production build error

    ncipollo committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    1e3e9c6 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

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

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    a36404d View commit details
    Browse the repository at this point in the history
  2. Bump @types/node from 20.10.6 to 20.11.24 (ncipollo#426)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.10.6 to 20.11.24.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    578e414 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4074199 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f4b7f82 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4f8867f View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Bump undici from 5.28.3 to 5.28.4 (ncipollo#439)

    Bumps [undici](https://github.com/nodejs/undici) from 5.28.3 to 5.28.4.
    - [Release notes](https://github.com/nodejs/undici/releases)
    - [Commits](nodejs/undici@v5.28.3...v5.28.4)
    
    ---
    updated-dependencies:
    - dependency-name: undici
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    1da2ee6 View commit details
    Browse the repository at this point in the history
  2. Bump typescript from 5.3.3 to 5.4.3 (ncipollo#438)

    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.3.3 to 5.4.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.3.3...v5.4.3)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    b6d6ead View commit details
    Browse the repository at this point in the history
  3. Bump @types/node from 20.11.24 to 20.12.2 (ncipollo#437)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.24 to 20.12.2.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    4b91e3a View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Bump glob from 10.3.10 to 10.3.12 (ncipollo#436)

    Bumps [glob](https://github.com/isaacs/node-glob) from 10.3.10 to 10.3.12.
    - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
    - [Commits](isaacs/node-glob@v10.3.10...v10.3.12)
    
    ---
    updated-dependencies:
    - dependency-name: glob
      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>
    dependabot[bot] authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    1cbdc80 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

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

Commits on Aug 1, 2024

  1. Bump glob from 10.3.12 to 11.0.0 (ncipollo#457)

    Bumps [glob](https://github.com/isaacs/node-glob) from 10.3.12 to 11.0.0.
    - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
    - [Commits](isaacs/node-glob@v10.3.12...v11.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: glob
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    765cc97 View commit details
    Browse the repository at this point in the history
  2. Bump typescript from 5.4.3 to 5.5.4 (ncipollo#459)

    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.3 to 5.5.4.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
    - [Commits](microsoft/TypeScript@v5.4.3...v5.5.4)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    e9a9292 View commit details
    Browse the repository at this point in the history
  3. Bump ts-jest from 29.1.2 to 29.2.4 (ncipollo#460)

    Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.1.2 to 29.2.4.
    - [Release notes](https://github.com/kulshekhar/ts-jest/releases)
    - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
    - [Commits](kulshekhar/ts-jest@v29.1.2...v29.2.4)
    
    ---
    updated-dependencies:
    - dependency-name: ts-jest
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    bb3709b View commit details
    Browse the repository at this point in the history
  4. Bump @types/node from 20.12.2 to 22.0.2 (ncipollo#458)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.12.2 to 22.0.2.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    a8bcd95 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Revert "chore: fix sonar issues"

    This reverts commit 86e540c.
    aszeszo committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    95283a9 View commit details
    Browse the repository at this point in the history
  2. Revert "chore: fix sonar issues"

    This reverts commit 0a5a32d.
    aszeszo committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    330b624 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3252d30 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e327d2 View commit details
    Browse the repository at this point in the history
  5. chore: fix sonar issues

    aszeszo committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    989d038 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ecad830 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fc9c44e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e71c289 View commit details
    Browse the repository at this point in the history