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

feat: v13 #1874

Merged
merged 52 commits into from
Jan 25, 2024
Merged

feat: v13 #1874

merged 52 commits into from
Jan 25, 2024

Commits on Oct 29, 2023

  1. feat: make probot work with latest octokit deps (#1864)

    BREAKING CHANGE: Drop support for NodeJS < 18
    BREAKING CHANGE: replace `node-fetch` with the Fetch API
    Uzlopak committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    a6f4474 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f75d18 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5e324d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    63d5ee7 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. style:prettier (#1877)

    fix linting of extensions.md
    Uzlopak committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    2545a45 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. build(deps-dev): remove @tsconfig/node10 (#1884)

    Remove @tsconfig/node10 from devDepedencies as we are streamling with @octokit/tsconfig
    Uzlopak committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    4d031c1 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. fix(deps): -semver (#1893)

    chore: remove semver as dependency
    Uzlopak committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    0251f68 View commit details
    Browse the repository at this point in the history
  2. ci(security): Set up code scanning (#1882)

    * Set up code scanning
    
    This sets up CodeQL to automatically detect possible security problems.
    
    * Add more queries
    AaronDewes committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    4100b25 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4699a3c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8999768 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3694baf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c2b7cb9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8dde11e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c0fb103 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

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

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    753c71b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a9079d View commit details
    Browse the repository at this point in the history
  3. feat: Migrate to modern dependencies for v13 (#1821)

    This updates all dependencies and replaces jest with vitest.
    
    Co-authored-by: wolfy1339 <webmaster@wolfy1339.com>
    Co-authored-by: Aras Abbasi <aras.abbasi@googlemail.com>
    Co-authored-by: Gregor Martynus <39992+gr2m@users.noreply.github.com>
    Co-authored-by: wolfy1339 <4595477+wolfy1339@users.noreply.github.com>
    5 people committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    be651aa View commit details
    Browse the repository at this point in the history
  4. chore: remove undici (#1902)

    Since Node 18, Headers is a global.
    Uzlopak committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    c30d88f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c93f21e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b567692 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Configuration menu
    Copy the full SHA
    d687a1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c101c01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce69708 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    95829fa View commit details
    Browse the repository at this point in the history
  5. ci: split lint job from test matrix (#1903)

    Co-authored-by: Aaron Dewes <aaron@runcitadel.space>
    Uzlopak and AaronDewes committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    e37a200 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    010b431 View commit details
    Browse the repository at this point in the history
  7. ci: use redis for ci/cd (#1905)

    * use redis for ci/cd
    
    * Update package.json
    
    Co-authored-by: Aaron Dewes <aaron@runcitadel.space>
    
    * update
    
    * remove
    
    * Update package.json
    
    Co-authored-by: Aras Abbasi <aras.abbasi@googlemail.com>
    
    ---------
    
    Co-authored-by: Aaron Dewes <aaron@runcitadel.space>
    Co-authored-by: Gregor Martynus <39992+gr2m@users.noreply.github.com>
    3 people committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    8dc41a9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ba8118a View commit details
    Browse the repository at this point in the history
  9. fix lint

    Uzlopak committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    94ceda8 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    b710ade View commit details
    Browse the repository at this point in the history
  2. fix: linting of beta (#1918)

    fix linting
    Uzlopak committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    54ca972 View commit details
    Browse the repository at this point in the history
  3. chore: add example for benchmarks (#1913)

    chore: add example
    Uzlopak committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    1c7a2d3 View commit details
    Browse the repository at this point in the history
  4. ci: Speed up CI by skipping build (#1919)

    * ci: Speed up CI by skipping build
    
    Because build is run by pretest automatically, we're currently building twice.
    
    * Re-enable build for coverage test
    AaronDewes committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    eaf269a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b0f11ff View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

  1. build(deps): update smee-client v2.0.0 (#1923)

    * update smee-client v2.0.0
    
    * fix lint
    Uzlopak committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    51ddc81 View commit details
    Browse the repository at this point in the history
  2. chore: code cleanup (#1916)

    * chore: code cleanup
    
    * chore: remove redundant request option
    
    * chore: remove old comment from previous Octokit upgrade
    
    We don't need to pass the type argument, as it is safely inferred from the `transform` option
    
    * docs: update ToC for docs/extensions.md
    
    * style: prettier
    
    ---------
    
    Co-authored-by: prettier-toc-me[bot] <56236715+prettier-toc-me[bot]@users.noreply.github.com>
    wolfy1339 and prettier-toc-me[bot] committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    cba19e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    122740b View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

  1. ci(workflow): fix test workflow to assure it is not skipped if depe…

    …ndant jobs fails (#1925)
    
    ci(workflow): fix `test` workflow to assure it is not skipped if `test-unit` fails
    wolfy1339 committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    5116b5e View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. chore: Prepare code for ESM (#1921)

    This prepares the code to compile properly in ESM to keep the code changes for full ESM later minimal.
    This does not convert Probot to ESM.
    
    Co-authored-by: wolfy1339 <4595477+wolfy1339@users.noreply.github.com>
    AaronDewes and wolfy1339 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    f5ee0de View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Configuration menu
    Copy the full SHA
    2854ed4 View commit details
    Browse the repository at this point in the history
  2. build(lockfile): update @octokit/oauth-methods to 4.0.1 (#1927)

    This removes duplicate versions of `@octokit/types` and `@octokit/openapi-types`
    wolfy1339 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    a6ffe63 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. fix: lockfile maintenance for beta (#1928)

    * fix: lockfile maintenance for beta
    
    * fix lint
    Uzlopak committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    53e4ae3 View commit details
    Browse the repository at this point in the history
  2. chore: add comment to SimplifiedObject (#1929)

    * chore: add comment to `SimplifiedObject`
    
    This documents the different reasons for the `SimplifiedObject` type, starting from the `Omit`, and finishing with the type itself
    
    * chore: update comment a bit
    
    * fix typo
    
    * fix typo
    wolfy1339 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    14a5f28 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2023

  1. chore: reduce express specific code (#1930)

    * chore: reduce express specific code
    
    * import types from http with type
    Uzlopak committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    558ec0e View commit details
    Browse the repository at this point in the history
  2. fix: avoid deep importing from dependency (#1932)

    fix: avoid deep requiring from dependency
    Uzlopak committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    9d1fdcd View commit details
    Browse the repository at this point in the history
  3. fix: add node prefix for builtin modules (#1931)

    chore: add node prefix, adapt some changes for deno compatibility
    Uzlopak committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    f515b6a View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. fix: auth-app expects for options.request an object of type RequestIn…

    …terface (#1935)
    
    * fix: state.request
    
    * Apply suggestions from code review
    
    Co-authored-by: wolfy1339 <4595477+wolfy1339@users.noreply.github.com>
    
    * fix
    
    * fix
    
    * improve coverage
    
    * simplify
    
    ---------
    
    Co-authored-by: wolfy1339 <4595477+wolfy1339@users.noreply.github.com>
    Uzlopak and wolfy1339 committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    ce520b0 View commit details
    Browse the repository at this point in the history
  2. chore: add @octokit/request to production deps (#1936)

    chore: add octokit/request to production deps
    Uzlopak committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    16eeecf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4228573 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. docs: formatting typo in simulating-webhooks.md (#1942)

    Fix typo in simulating-webhooks.md
    ynx0 committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    5e302ce View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. fix: bind log (#1939)

    Uzlopak committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    e25f1ae View commit details
    Browse the repository at this point in the history