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

Upgrade to Node 20 and Foundry v8 #236

Merged
merged 2 commits into from
Jun 3, 2024
Merged

Upgrade to Node 20 and Foundry v8 #236

merged 2 commits into from
Jun 3, 2024

Conversation

connor-baer
Copy link
Member

Purpose

Some housekeeping to upgrade to the latest dependencies. This should not affect end users.

Approach and changes

  • Use Node 20.14 in CI
  • Upgrade to Foundry v8

Definition of done

  • Development completed
  • Reviewers assigned
  • Unit and integration tests
  • Meets minimum browser support
  • Meets accessibility requirements

@connor-baer connor-baer requested a review from a team as a code owner June 3, 2024 19:49
@connor-baer connor-baer requested review from pdrmdrs and removed request for a team June 3, 2024 19:49
@connor-baer connor-baer added the dependencies Pull requests that update a dependency file label Jun 3, 2024
@@ -22,4 +22,5 @@ module.exports = {
coveragePathIgnorePatterns: ['node_modules'],
setupFilesAfterEnv: ['jest-extended/all', '../jest.setup.js'],
globalSetup: '../jest.global-setup.js',
prettierPath: null,
Copy link
Member Author

Choose a reason for hiding this comment

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

Jest 29 is incompatible with Prettier v3, see jestjs/jest#14305.

@connor-baer connor-baer merged commit e6284c9 into main Jun 3, 2024
3 checks passed
@connor-baer connor-baer deleted the chore/deps branch June 3, 2024 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant