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

Diverse improvements #23

Merged
merged 8 commits into from
Nov 10, 2024

Commits on Nov 8, 2024

  1. chore: fix knip

    gentlementlegen committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    ddcf9cf View commit details
    Browse the repository at this point in the history
  2. fix: add condition for GitHub App token retrieval

    Ensure GitHub App token step only runs if secrets are present.
    gentlementlegen committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    5b0d845 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d69bee2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6fb3faf View commit details
    Browse the repository at this point in the history
  5. refactor: update module system and test configurations

    Removed jest.config.json, changed TS module to ESNext, and updated dependencies.
    gentlementlegen committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    503b3be View commit details
    Browse the repository at this point in the history
  6. chore: add ts-node to ignored dependencies list

    Update knip config to ignore ts-node as it is used by jest.
    gentlementlegen committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    305bb88 View commit details
    Browse the repository at this point in the history
  7. chore(tests): remove redundant JSON.stringify in sdk.test.ts

    Removing JSON encoding from eventPayload and settings directly.
    gentlementlegen committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    2601858 View commit details
    Browse the repository at this point in the history
  8. fix(tests): use jest.unstable_mockModule for mocking imports

    Replaced deprecated `jest.mock` with `jest.unstable_mockModule`
    gentlementlegen committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    0a617bd View commit details
    Browse the repository at this point in the history