Skip to content

build: Upgrade to Jest 24.9 and TS-Jest 24.3 - #4231

Merged
AbhiPrasad merged 3 commits into
masterfrom
abhi-jest-upgrade
Dec 6, 2021
Merged

build: Upgrade to Jest 24.9 and TS-Jest 24.3#4231
AbhiPrasad merged 3 commits into
masterfrom
abhi-jest-upgrade

Conversation

@AbhiPrasad

Copy link
Copy Markdown
Contributor
  • Extract jest pins from individual package.jsons in favour of
    referencing all of them from the central package.json.
  • Upgrade to jest 24.9.0. This is the last 24.x.x version before
    Jest 25. Jest 25 drops support for Node 6, so we cannot upgrade
    to that yet.
  • Upgrade to ts-jest 24.3.0. This is needed as we are on Jest 24.

This is needed as prep for unifying our jest tooling.

@github-actions

github-actionsBot commented Dec 3, 2021

Copy link
Copy Markdown
Contributor

size-limit report

PathBase Size (dd11cde)Current SizeChange
@sentry/browser - CDN Bundle (gzipped)22.45 KB22.45 KB+0.02% 🔺
@sentry/browser - Webpack23.29 KB23.29 KB0%
@sentry/react - Webpack23.32 KB23.32 KB0%
@sentry/nextjs Client - Webpack47.98 KB47.98 KB0%
@sentry/browser + @sentry/tracing - CDN Bundle (gzipped)29.9 KB29.9 KB+0.01% 🔺

- Extract jest pins from individual package.jsons in favour of
referencing all of them from the central package.json.
- Upgrade to jest 24.9.0. This is the last 24.x.x version before
Jest 25. Jest 25 drops support for Node 6, so we cannot upgrade
to that yet.
- Upgrade to ts-jest 24.3.0. This is needed as we are on Jest 24.
@AbhiPrasadAbhiPrasad changed the title test: Upgrade to Jest 24.9 and TS-Jest 24.3build: Upgrade to Jest 24.9 and TS-Jest 24.3Dec 6, 2021

@lobsterkatielobsterkatie left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

👍🏻

@AbhiPrasad
AbhiPrasad enabled auto-merge (squash) December 6, 2021 19:20
@AbhiPrasad
AbhiPrasad merged commit 01982bf into masterDec 6, 2021
@AbhiPrasad
AbhiPrasad deleted the abhi-jest-upgrade branch December 6, 2021 19:55
onurtemizkan pushed a commit that referenced this pull request Dec 19, 2021
- Extract jest pins from individual package.jsons in favour of
referencing all of them from the central package.json.
- Upgrade to jest 24.9.0. This is the last 24.x.x version before
Jest 25. Jest 25 drops support for Node 6, so we cannot upgrade
to that yet.
- Upgrade to ts-jest 24.3.0. This is needed as we are on Jest 24.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@AbhiPrasad@lobsterkatie