-
Notifications
You must be signed in to change notification settings - Fork 35
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
Update jest
, typescript
, babel
, eslint-config-seek
and minimum node version requirement
#709
Conversation
🦋 Changeset detectedLatest commit: f3fde7c The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Looks like one snapshot needs to be updated. Unrelated, seems like we're running Validate / Lint & Test on both on:
pull_request:
push:
branches: [master] with the caveat it doesn't run on push before opening a PR. I don't necessarily see this as a downside — if you want that check to run, open a draft PR. |
- The issue linked was fixed a long time ago jestjs/jest#6792
jest
, eslint-config-seek
and minimum node version requirementjest
, typescript
, eslint-config-seek
and minimum node version requirement
@@ -152,7 +153,7 @@ | |||
"traverse": "^0.6.6", | |||
"treat": "^2.0.4", | |||
"tree-kill": "^1.2.1", | |||
"typescript": ">=4.1.3 <4.5.0", | |||
"typescript": "^4.5.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This goes straight to latest, 4.8.4
. Do we want to use ~4.5.0
to stay on 4.5.x
?
Lines 16975 to 16976 in b03adb4
typescript@^4.5.0: | |
version "4.8.4" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Skuba does this, though I'm not exactly sure of the benefit in the case of sku. If anything, I feel like we'd want to restrict the upper limit, since typescript doesn't adhere to semver, just in case something breaks, but I'm not sure about restricting to a specific minor version as that feels a bit too limiting.
…eps in `yarn.lock`
jest
, typescript
, eslint-config-seek
and minimum node version requirementjest
, typescript
, babel
, eslint-config-seek
and minimum node version requirement
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👏
See changesets.
Note:
eslint
was not updated becauseeslint-plugin-cypress
is not compatible witheslint
8. It's being moved to the cypress repo soon, so will hopefully be updated to support after that's complete.