Skip to content

Conversation

@toddbaert
Copy link
Member

  • this dep was automatically added by our dep detection due to it including jest.polyfill.js
  • its only needed for testing, so Ive removed it and added an exception to our dep linting

* this dep was automatically added by our dep detection due to it including jest.polyfill.js
* its only needed for testing, so Ive removed it and added an exception to our dep linting

Signed-off-by: Todd Baert <[email protected]>
@toddbaert toddbaert requested review from a team as code owners June 23, 2025 16:12
@github-actions github-actions bot requested a review from markphelps June 23, 2025 16:12
"checkVersionMismatches": true,
"ignoredDependencies": ["jest-cucumber", "jest"],
"ignoredFiles": ["**/test/**", "**/tests/*", "**/spec/**", "**/*.spec.ts", "**/*.spec.js", "**/*.test.ts", "**/*.test.js"]
"ignoredFiles": ["**/test/**", "**/tests/*", "**/spec/**", "**/*.spec.ts", "**/*.spec.js", "**/*.test.ts", "**/*.test.js", "**/jest.*"]
Copy link
Member Author

@toddbaert toddbaert Jun 23, 2025

Choose a reason for hiding this comment

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

jest.polyfills.js was not excluded, and resides in non /test folders so imports in it were detected as a "real" dependency usage.

@toddbaert toddbaert merged commit 6ab7f1a into main Jun 23, 2025
7 checks passed
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.

4 participants