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

Bump strip-ansi@6.0.1 for /packages/test/harness/ #4474

Merged
merged 2 commits into from
Nov 9, 2022

Conversation

compulim
Copy link
Contributor

Fixes #4473.

Changelog Entry

Fixed

  • Fixes #4473. Bumped strip-ansi@6.0.1 for test-harness as @^7 does not support CommonJS project, by @compulim in PR #4474

Description

strip-ansi@7.0.1 only supports ESM. As our test-harness project is CommonJS, we should use strip-ansi@^6 instead.

Specific Changes

  • Bump strip-ansi@^6 under /packages/test/harness/
  • Added skipBump to /packages/test/harness/package.json
  • I have added tests and executed them locally
  • I have updated CHANGELOG.md
  • I have updated documentation

Review Checklist

This section is for contributors to review your work.

  • Accessibility reviewed (tab order, content readability, alt text, color contrast)
  • Browser and platform compatibilities reviewed
  • CSS styles reviewed (minimal rules, no z-index)
  • Documents reviewed (docs, samples, live demo)
  • Internationalization reviewed (strings, unit formatting)
  • package.json and package-lock.json reviewed
  • Security reviewed (no data URIs, check for nonce leak)
  • Tests reviewed (coverage, legitimacy)

@compulim compulim marked this pull request as ready for review October 28, 2022 17:00
@compulim compulim added this to the release-4.15.5 milestone Oct 29, 2022
@compulim compulim enabled auto-merge (squash) November 9, 2022 19:22
@compulim compulim merged commit 5ddd23e into microsoft:main Nov 9, 2022
@compulim compulim deleted the fix-4473-strip-ansi branch November 9, 2022 19:47
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.

Dev box: test-harness is CommonJS and should use strip-ansi@^6
2 participants