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

test 1 #5

Open
wants to merge 125 commits into
base: test
Choose a base branch
from
Open

test 1 #5

wants to merge 125 commits into from

Commits on Aug 26, 2020

  1. Minor update

    abenhamdine committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    9d2a696 View commit details
    Browse the repository at this point in the history
  2. Fix entry file path

    abenhamdine committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    58e8b3b View commit details
    Browse the repository at this point in the history
  3. Change link

    abenhamdine committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    8f9f0e2 View commit details
    Browse the repository at this point in the history
  4. Update dist

    abenhamdine committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    5d7b1d9 View commit details
    Browse the repository at this point in the history
  5. Revert "Change link"

    This reverts commit 8f9f0e2.
    abenhamdine committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    a21449e View commit details
    Browse the repository at this point in the history
  6. Change link again

    abenhamdine committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    71bbd4a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b464e9d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3761021 View commit details
    Browse the repository at this point in the history
  9. Fix bad title for action

    abenhamdine committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    8cdd00d View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

  1. Bump @actions/core from 1.2.4 to 1.2.5 (#6)

    Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.4 to 1.2.5.
    - [Release notes](https://github.com/actions/toolkit/releases)
    - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
    - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    92ba78f View commit details
    Browse the repository at this point in the history
  2. Bump @octokit/rest from 18.0.3 to 18.0.4 (#7)

    Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 18.0.3 to 18.0.4.
    - [Release notes](https://github.com/octokit/rest.js/releases)
    - [Commits](octokit/rest.js@v18.0.3...v18.0.4)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    ee543f8 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2020

  1. Bump @types/node from 14.6.0 to 14.6.1 (#8)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.6.0 to 14.6.1.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    e6bcc57 View commit details
    Browse the repository at this point in the history
  2. Improve messages

    abenhamdine committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    22e236e View commit details
    Browse the repository at this point in the history
  3. Log sizes

    abenhamdine committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    0b8f94e View commit details
    Browse the repository at this point in the history
  4. Update dist

    abenhamdine committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    5bd595d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    73746a2 View commit details
    Browse the repository at this point in the history
  6. Revert "Change dir to read sizes json file"

    This reverts commit 73746a2.
    abenhamdine committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    e4dee68 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fd05218 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e4f842e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d9fb90c View commit details
    Browse the repository at this point in the history
  10. Update docs and template

    abenhamdine committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    4772db2 View commit details
    Browse the repository at this point in the history
  11. Improve readme

    abenhamdine committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    e884217 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    da725e3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d077730 View commit details
    Browse the repository at this point in the history
  14. Fix bad % calculation

    abenhamdine committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    d3e112e View commit details
    Browse the repository at this point in the history
  15. Fix incorrect calculation

    abenhamdine committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    f6c4dfd View commit details
    Browse the repository at this point in the history
  16. Add churn

    abenhamdine committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    e75c242 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c7b40d6 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    3167e2b View commit details
    Browse the repository at this point in the history
  19. Update README.md

    abenhamdine committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    7f45c41 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2020

  1. Update README.md

    abenhamdine committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    9fe911e View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2020

  1. Bump pretty-bytes from 5.3.0 to 5.4.0 (#11)

    Bumps [pretty-bytes](https://github.com/sindresorhus/pretty-bytes) from 5.3.0 to 5.4.0.
    - [Release notes](https://github.com/sindresorhus/pretty-bytes/releases)
    - [Commits](sindresorhus/pretty-bytes@v5.3.0...v5.4.0)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    44f7699 View commit details
    Browse the repository at this point in the history
  2. Bump @types/node from 14.6.1 to 14.6.2 (#10)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.6.1 to 14.6.2.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    8800ff7 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2020

  1. Bump pretty-bytes from 5.4.0 to 5.4.1 (#12)

    Bumps [pretty-bytes](https://github.com/sindresorhus/pretty-bytes) from 5.4.0 to 5.4.1.
    - [Release notes](https://github.com/sindresorhus/pretty-bytes/releases)
    - [Commits](sindresorhus/pretty-bytes@v5.4.0...v5.4.1)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    85ddb52 View commit details
    Browse the repository at this point in the history
  2. Bump eslint from 7.7.0 to 7.8.0 (#15)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    d37a11b View commit details
    Browse the repository at this point in the history
  3. Bump @types/jest from 26.0.10 to 26.0.12 (#13)

    Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.10 to 26.0.12.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    c0c6a60 View commit details
    Browse the repository at this point in the history
  4. Bump @typescript-eslint/parser from 3.10.1 to 4.0.1 (#14)

    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 3.10.1 to 4.0.1.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.0.1/packages/parser)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    12ec0fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e898c98 View commit details
    Browse the repository at this point in the history
  6. Update dist

    abenhamdine committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    7f72dcd View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

  1. Bump eslint from 7.8.0 to 7.8.1 (#17)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    14f3caa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    529424b View commit details
    Browse the repository at this point in the history
  3. Cleaning

    abenhamdine committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    689a9ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d64e4e4 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2020

  1. Bump @types/jest from 26.0.12 to 26.0.13 (#22)

    Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.12 to 26.0.13.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    ab189aa View commit details
    Browse the repository at this point in the history
  2. Bump @types/node from 14.6.2 to 14.6.3 (#21)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    c1bcfec View commit details
    Browse the repository at this point in the history
  3. Renaming var

    abenhamdine committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    55acc7b View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2020

  1. Bump @types/node from 14.6.3 to 14.6.4 (#23)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.6.3 to 14.6.4.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    89241d0 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2020

  1. Bump eslint-plugin-jest from 23.20.0 to 24.0.0 (#24)

    Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 23.20.0 to 24.0.0.
    - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
    - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md)
    - [Commits](jest-community/eslint-plugin-jest@v23.20.0...v24.0.0)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    59d4aea View commit details
    Browse the repository at this point in the history
  2. Bump @octokit/rest from 18.0.4 to 18.0.5 (#25)

    Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 18.0.4 to 18.0.5.
    - [Release notes](https://github.com/octokit/rest.js/releases)
    - [Commits](octokit/rest.js@v18.0.4...v18.0.5)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    c1e86b8 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. Bump @types/node from 14.6.4 to 14.10.0 (#27)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.6.4 to 14.10.0.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    1729da1 View commit details
    Browse the repository at this point in the history
  2. Bump node-fetch from 2.6.0 to 2.6.1 (#28)

    Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1.
    - [Release notes](https://github.com/bitinn/node-fetch/releases)
    - [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md)
    - [Commits](node-fetch/node-fetch@v2.6.0...v2.6.1)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    b4ac185 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. Bump eslint from 7.8.1 to 7.9.0 (#29)

    Bumps [eslint](https://github.com/eslint/eslint) from 7.8.1 to 7.9.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
    - [Commits](eslint/eslint@v7.8.1...v7.9.0)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    ff066ee View commit details
    Browse the repository at this point in the history
  2. Bump @types/node from 14.10.0 to 14.10.1 (#30)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.10.0 to 14.10.1.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    75a6239 View commit details
    Browse the repository at this point in the history
  3. Bump eslint-plugin-jest from 24.0.0 to 24.0.1 (#31)

    Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.0.0 to 24.0.1.
    - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
    - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md)
    - [Commits](jest-community/eslint-plugin-jest@v24.0.0...v24.0.1)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    b840b52 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. Bump @octokit/rest from 18.0.5 to 18.0.6 (#32)

    Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 18.0.5 to 18.0.6.
    - [Release notes](https://github.com/octokit/rest.js/releases)
    - [Commits](octokit/rest.js@v18.0.5...v18.0.6)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    4870436 View commit details
    Browse the repository at this point in the history
  2. Bump @vercel/ncc from 0.24.0 to 0.24.1 (#34)

    Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.24.0 to 0.24.1.
    - [Release notes](https://github.com/vercel/ncc/releases)
    - [Commits](vercel/ncc@0.24.0...0.24.1)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    507cd05 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2020

  1. Bump typescript from 4.0.2 to 4.0.3 (#40)

    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.0.2 to 4.0.3.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v4.0.2...v4.0.3)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    a728f1f View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2020

  1. Bump eslint-plugin-jest from 24.0.1 to 24.0.2 (#43)

    Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.0.1 to 24.0.2.
    - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
    - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md)
    - [Commits](jest-community/eslint-plugin-jest@v24.0.1...v24.0.2)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    9abcaa5 View commit details
    Browse the repository at this point in the history
  2. Bump prettier from 2.1.1 to 2.1.2 (#36)

    Bumps [prettier](https://github.com/prettier/prettier) from 2.1.1 to 2.1.2.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md)
    - [Commits](prettier/prettier@2.1.1...2.1.2)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    f7d3e45 View commit details
    Browse the repository at this point in the history
  3. Bump @types/jest from 26.0.13 to 26.0.14 (#37)

    Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.13 to 26.0.14.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    ed09bb6 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2020

  1. Bump @actions/core from 1.2.5 to 1.2.6 (#44)

    Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.5 to 1.2.6.
    - [Release notes](https://github.com/actions/toolkit/releases)
    - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
    - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    5086bb1 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2020

  1. Bump eslint from 7.9.0 to 7.10.0 (#45)

    Bumps [eslint](https://github.com/eslint/eslint) from 7.9.0 to 7.10.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
    - [Commits](eslint/eslint@v7.9.0...v7.10.0)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    992c79a View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. Bump jest-circus from 26.4.2 to 26.6.0 (#58)

    Bumps [jest-circus](https://github.com/facebook/jest/tree/HEAD/packages/jest-circus) from 26.4.2 to 26.6.0.
    - [Release notes](https://github.com/facebook/jest/releases)
    - [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/facebook/jest/commits/v26.6.0/packages/jest-circus)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    ef9c9f3 View commit details
    Browse the repository at this point in the history
  2. Bump @types/node from 14.10.1 to 14.11.11 (#60)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.10.1 to 14.11.11.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    ff061ab View commit details
    Browse the repository at this point in the history
  3. Bump eslint from 7.10.0 to 7.11.0 (#53)

    Bumps [eslint](https://github.com/eslint/eslint) from 7.10.0 to 7.11.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
    - [Commits](eslint/eslint@v7.10.0...v7.11.0)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    63df8c7 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. Bump @types/node from 14.11.11 to 14.14.0 (#62)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.11.11 to 14.14.0.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    0050b9a View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. Bump @types/node from 14.14.0 to 14.14.2 (#63)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.0 to 14.14.2.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    945f631 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2020

  1. Bump eslint from 7.11.0 to 7.15.0 (#80)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    fb2a44d View commit details
    Browse the repository at this point in the history
  2. Bump eslint-plugin-jest from 24.0.2 to 24.1.3 (#73)

    Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.0.2 to 24.1.3.
    - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
    - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md)
    - [Commits](jest-community/eslint-plugin-jest@v24.0.2...v24.1.3)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    7cb103f View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2021

  1. Bump @octokit/rest from 18.0.6 to 18.0.15 (#106)

    Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 18.0.6 to 18.0.15.
    - [Release notes](https://github.com/octokit/rest.js/releases)
    - [Commits](octokit/rest.js@v18.0.6...v18.0.15)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    077d3b1 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. Bump eslint from 7.15.0 to 7.21.0 (#121)

    Bumps [eslint](https://github.com/eslint/eslint) from 7.15.0 to 7.21.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
    - [Commits](eslint/eslint@v7.15.0...v7.21.0)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    43d9a8d View commit details
    Browse the repository at this point in the history
  2. Bump @types/jest from 26.0.14 to 26.0.20 (#99)

    Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.14 to 26.0.20.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    45f59ae View commit details
    Browse the repository at this point in the history
  3. Bump jest-circus from 26.6.0 to 26.6.3 (#70)

    Bumps [jest-circus](https://github.com/facebook/jest/tree/HEAD/packages/jest-circus) from 26.6.0 to 26.6.3.
    - [Release notes](https://github.com/facebook/jest/releases)
    - [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/facebook/jest/commits/v26.6.3/packages/jest-circus)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    9062d1b View commit details
    Browse the repository at this point in the history
  4. Bump prettier from 2.1.2 to 2.2.1 (#124)

    Bumps [prettier](https://github.com/prettier/prettier) from 2.1.2 to 2.2.1.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@2.1.2...2.2.1)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    aeabd20 View commit details
    Browse the repository at this point in the history
  5. Bump pretty-bytes from 5.4.1 to 5.6.0 (#122)

    Bumps [pretty-bytes](https://github.com/sindresorhus/pretty-bytes) from 5.4.1 to 5.6.0.
    - [Release notes](https://github.com/sindresorhus/pretty-bytes/releases)
    - [Commits](sindresorhus/pretty-bytes@v5.4.1...v5.6.0)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    1b65039 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. Bump @octokit/rest from 18.0.15 to 18.3.1 (#126)

    Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 18.0.15 to 18.3.1.
    - [Release notes](https://github.com/octokit/rest.js/releases)
    - [Commits](octokit/rest.js@v18.0.15...v18.3.1)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    a933c74 View commit details
    Browse the repository at this point in the history
  2. Bump @vercel/ncc from 0.24.1 to 0.27.0 (#125)

    Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.24.1 to 0.27.0.
    - [Release notes](https://github.com/vercel/ncc/releases)
    - [Commits](vercel/ncc@0.24.1...0.27.0)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    7ce2776 View commit details
    Browse the repository at this point in the history
  3. Bump eslint-plugin-jest from 24.1.3 to 24.1.5 (#129)

    Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.1.3 to 24.1.5.
    - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
    - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md)
    - [Commits](jest-community/eslint-plugin-jest@v24.1.3...v24.1.5)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    d468197 View commit details
    Browse the repository at this point in the history
  4. Bump typescript from 4.0.3 to 4.2.2 (#123)

    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.0.3 to 4.2.2.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v4.0.3...v4.2.2)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    0974c78 View commit details
    Browse the repository at this point in the history
  5. Bump js-yaml from 3.14.0 to 4.0.0 (#128)

    Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.0 to 4.0.0.
    - [Release notes](https://github.com/nodeca/js-yaml/releases)
    - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
    - [Commits](nodeca/js-yaml@3.14.0...4.0.0)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    66d6121 View commit details
    Browse the repository at this point in the history
  6. Bump @types/node from 14.14.2 to 14.14.31 (#119)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.2 to 14.14.31.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    cf37179 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. Bump @octokit/rest from 18.3.1 to 18.3.2 (#130)

    Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 18.3.1 to 18.3.2.
    - [Release notes](https://github.com/octokit/rest.js/releases)
    - [Commits](octokit/rest.js@v18.3.1...v18.3.2)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    29fab98 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. Bump @octokit/rest from 18.3.2 to 18.3.3 (#133)

    Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 18.3.2 to 18.3.3.
    - [Release notes](https://github.com/octokit/rest.js/releases)
    - [Commits](octokit/rest.js@v18.3.2...v18.3.3)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    f436edc View commit details
    Browse the repository at this point in the history
  2. Bump typescript from 4.2.2 to 4.2.3 (#132)

    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.2.2 to 4.2.3.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](https://github.com/Microsoft/TypeScript/commits)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    37ec589 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. Bump eslint-plugin-jest from 24.1.5 to 24.1.8 (#136)

    Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.1.5 to 24.1.8.
    - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
    - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
    - [Commits](jest-community/eslint-plugin-jest@v24.1.5...v24.1.8)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    a9deedf View commit details
    Browse the repository at this point in the history
  2. Bump @types/node from 14.14.31 to 14.14.32 (#135)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.31 to 14.14.32.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    36d1bb5 View commit details
    Browse the repository at this point in the history
  3. Bump @octokit/rest from 18.3.3 to 18.3.4 (#134)

    Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 18.3.3 to 18.3.4.
    - [Release notes](https://github.com/octokit/rest.js/releases)
    - [Commits](octokit/rest.js@v18.3.3...v18.3.4)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    f04107b View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. Bump eslint-plugin-jest from 24.1.8 to 24.1.9 (#138)

    Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.1.8 to 24.1.9.
    - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
    - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
    - [Commits](jest-community/eslint-plugin-jest@v24.1.8...v24.1.9)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    4cdb193 View commit details
    Browse the repository at this point in the history
  2. Bump @octokit/rest from 18.3.4 to 18.3.5 (#139)

    Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 18.3.4 to 18.3.5.
    - [Release notes](https://github.com/octokit/rest.js/releases)
    - [Commits](octokit/rest.js@v18.3.4...v18.3.5)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    1c00c27 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Use node 16

    abenhamdine committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    e6f192e View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Bump ajv from 6.10.2 to 6.12.6 (#312)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    103dcbe View commit details
    Browse the repository at this point in the history
  2. Bump tmpl from 1.0.4 to 1.0.5 (#242)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    f613d90 View commit details
    Browse the repository at this point in the history
  3. Bump y18n from 4.0.0 to 4.0.1 (#154)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    8d64975 View commit details
    Browse the repository at this point in the history
  4. Bump hosted-git-info from 2.8.5 to 2.8.9 (#171)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    254e31d View commit details
    Browse the repository at this point in the history
  5. Bump path-parse from 1.0.6 to 1.0.7 (#222)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    7aa90a5 View commit details
    Browse the repository at this point in the history
  6. Bump glob-parent from 5.1.1 to 5.1.2 (#187)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    523b90e View commit details
    Browse the repository at this point in the history
  7. Bump lodash from 4.17.19 to 4.17.21 (#170)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    035eb56 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6a4ffb7 View commit details
    Browse the repository at this point in the history
  9. Update some dependencies

    abenhamdine committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    97d3d72 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Disable noisy eslint rule

    abenhamdine committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    cfa074c View commit details
    Browse the repository at this point in the history
  2. Disable eol rule

    abenhamdine committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    d2b54ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4343284 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a67f323 View commit details
    Browse the repository at this point in the history
  5. Disable ts strict mode

    abenhamdine committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    7084f81 View commit details
    Browse the repository at this point in the history
  6. Use node 18 in action

    abenhamdine committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    bd59e7d View commit details
    Browse the repository at this point in the history
  7. New octokit api

    abenhamdine committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    3d2b12f View commit details
    Browse the repository at this point in the history
  8. Fix ts errors

    abenhamdine committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    2c8122d View commit details
    Browse the repository at this point in the history
  9. More octokit api fixes

    abenhamdine committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    8484331 View commit details
    Browse the repository at this point in the history
  10. Tweak tsconfig

    abenhamdine committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    6b684e6 View commit details
    Browse the repository at this point in the history
  11. prettier

    abenhamdine committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    6cf448a View commit details
    Browse the repository at this point in the history
  12. Disable noisy eslint rule

    abenhamdine committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    208dad2 View commit details
    Browse the repository at this point in the history
  13. Update dist

    abenhamdine committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    4f3a404 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0d004d8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    63e2bc9 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f330f5b View commit details
    Browse the repository at this point in the history
  17. Use node20

    abenhamdine committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    273a66b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a222eaa View commit details
    Browse the repository at this point in the history
  19. (ISSUELESS) Update some dependencies (#480)

    * Update some dependencies
    
    * Disable noisy eslint rule
    
    * Disable eol rule
    
    * Update deps, set node minimal version to 18
    
    * Update actions to last version
    
    * Disable ts strict mode
    
    * Use node 18 in action
    
    * New octokit api
    
    * Fix ts errors
    
    * More octokit api fixes
    
    * Tweak tsconfig
    
    * prettier
    
    * Disable noisy eslint rule
    
    * Update dist
    
    * Fix bad action cache version
    
    * Use node20
    
    * Update package-lock.json
    abenhamdine committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    21da67e View commit details
    Browse the repository at this point in the history
  20. Update dist

    abenhamdine committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    f4feb5b View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Bump eslint from 8.39.0 to 8.56.0 (#532)

    Bumps [eslint](https://github.com/eslint/eslint) from 8.39.0 to 8.56.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.39.0...v8.56.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    2573d51 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Bump ts-jest from 29.1.1 to 29.1.5 (#564)

    Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.1.1 to 29.1.5.
    - [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.1...v29.1.5)
    
    ---
    updated-dependencies:
    - dependency-name: ts-jest
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    7cab36d View commit details
    Browse the repository at this point in the history
  2. Update typescript version

    abenhamdine committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    fb41962 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be1192a View commit details
    Browse the repository at this point in the history
  4. Update dist files

    abenhamdine committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    b3d7473 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1b766bc View commit details
    Browse the repository at this point in the history