Skip to content

Commit

Permalink
Update test dependencies
Browse files Browse the repository at this point in the history
    npm i --engines-strict {@sinonjs/fake-timers,mocha}@latest

No actual breaking changes, both libraries just bumped their minimum
required Node versions (to ≥18, which is fine for us) and mistakenly [1]
consider this a breaking change which requires me to waste my time
looking through their release notes only to conclude I don’t actually
need to do anything.

[1]: https://wikis.world/@LucasWerkmeister/113754050284292899
  • Loading branch information
lucaswerkmeister committed Jan 1, 2025
1 parent 38c3647 commit 4a2dd9d
Show file tree
Hide file tree
Showing 2 changed files with 268 additions and 27 deletions.
Loading

1 comment on commit 4a2dd9d

@lucaswerkmeister
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: the command in the commit message is slightly wrong (because npm, in its infinite wisdom, silently ignores invalid options). The option I actually meant is --engine-strict (not “engines”). That said, it doesn’t make a difference in this case AFAICT.

Please sign in to comment.