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

fix: update dependencies #612

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open

fix: update dependencies #612

wants to merge 9 commits into from

Commits on Nov 15, 2024

  1. fix: update dependencies

    BREAKING CHANGE: Requires Node >=20.5.0.
    wkillerud committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    3117329 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d19ef6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b6303f9 View commit details
    Browse the repository at this point in the history
  4. test: await async tests

    wkillerud committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    d582ce1 View commit details
    Browse the repository at this point in the history
  5. chore: add types for ssri

    wkillerud committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    dc0910b View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. test: run tests in sequence

    wkillerud committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    5a88bae View commit details
    Browse the repository at this point in the history
  2. test: increase timeout

    I've not tracked down yet. Based on timestamps in logs I don't think
    there's a performance regression in the Eik service itself. Time
    from "server startup" logs to test complete is in the ballpark of
    two seconds. The largest test suite has seven tests (~14 seconds).
    wkillerud committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    185fba5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    484480c View commit details
    Browse the repository at this point in the history
  4. test: make test robust for glob order randomness

    The literal order in the list isn't that important, as long as
    the directories and files are correct.
    wkillerud committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    c60f7b2 View commit details
    Browse the repository at this point in the history