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

build: build package with target es2022 #2999

Merged
merged 1 commit into from
Mar 1, 2025
Merged

build: build package with target es2022 #2999

merged 1 commit into from
Mar 1, 2025

Conversation

ahnpnl
Copy link
Collaborator

@ahnpnl ahnpnl commented Mar 1, 2025

Test plan

Green CI

Does this PR introduce a breaking change?

  • Yes
  • No

jest-preset-angular artifacts are now built and shipped to npm targeting ES2022

Other information

N.A.

BREAKING CHANGE

`jest-preset-angular` artifacts are now built and shipped to `npm` targeting ES2022
@ahnpnl ahnpnl requested a review from Copilot March 1, 2025 10:41

Choose a reason for hiding this comment

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

PR Overview

This PR updates the build package target for the jest-preset-angular artifacts to ES2022.

  • Updated the expected compilerOptions.target value from ES2015 to ES2022 in the ng-jest-config spec.

Reviewed Changes

File Description
src/config/ng-jest-config.spec.ts Updated the target expectation from ES2015 to ES2022 to align with the breaking change

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

@ahnpnl ahnpnl marked this pull request as ready for review March 1, 2025 11:22
@ahnpnl ahnpnl merged commit 59b7d17 into next Mar 1, 2025
10 checks passed
@ahnpnl ahnpnl deleted the infra/build-target branch March 1, 2025 11:22
Sign up for free to 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.

1 participant