Skip to content

Routine Maintenance

Choose a tag to compare

@TheJaredWilcurt TheJaredWilcurt released this 15 Jun 12:54
· 25 commits to main since this release
fa3fd0f

Breaking Changes:

  • NONE! Your code should work exactly the same without changing anything.

Enhancements:

  • None, this is just a maintenance release

Maintenance:

  • Updated to ESLint 8
  • Updated dependencies
  • Updated documentation
    • Document Windows 7 Node 13.13.0 manual testing
    • Added instructions for how to run the repo locally for development
    • Documented implementation instructions for manually overriding shortcuts on Windows
    • Added Link to related library

Code Quality:

  • Linting, Unit Tests, and E2E tests no longer run on Node 14, now they run on Node 18
  • Linting and Test coverage remains at 100%
  • E2E tests all passing
    • E2E tests still run on 8.3.0

Code Changes