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

♻️ Update package exports and refactor test helpers #830

Merged
merged 18 commits into from
Mar 17, 2022

Conversation

wwilsman
Copy link
Contributor

What is this?

This PR updates packages' exports field so consuming modules no longer have to know of a package's structure to import things other than the main export. Mostly, this involves borrowing utils from dependent packages (like core borrowing client's request util, or cli packages borrowing config utils). Simultaneously, some packages can have occasional dependency issues due to them needing to explicitly depend on multiple @percy/* packages. While cleaning up exports, common utils have been made to bubble up through @percy/cli-command so all SDKs can have a single dependency (cli-command or sdk-utils).

A lot of utils are also referenced from tests, and some test helpers have implicit global hooks which can cause unexpected issues when importing / not importing the right file. Because of this, all test helpers have also been updated to remove global hooks and instead have explicit setup functions.

One such helper also aims to solve a pain point occasionally experienced when testing: filesystem fixtures. Some tests mock parts of fs (or all of) while other tests use a temporary directory in the real filesystem (which can sometimes fail to clean up). The old config helper, upon import, would automatically install mocks for specific fs methods. However, if it was imported at the wrong time, the original fs module would be cached in the config package before being mocked causing it to fail. Additional other packages use fs and these methods were not mocked in a way that made them friendly with other packages.

A new helper replaces the existing config helpers that mocks all fs methods to use an underlying in-memory filesystem. The helper also allows certain files to bypass mocking which was another pain point experienced when using the in-memory filesystem in certain places. All tests that previously mocked fs or set up temporary directories were migrated to use this new helper.

Breaking

The updated exports field will cause breaking changes for any package that import from dist or another file not explicitly meant to be exported. This should only be an issue for Gatsby and Storybook SDKs, which both currently have issues with the next release anyway due to other recent changes.

wwilsman added 17 commits March 16, 2022 16:09
✅ Refactor @percy/env test helper
✅ Refactor test helpers slightly
- Allow respying with jasmine spies
- Add generator spacing lint config for methods
- Clean up defunct babel plugin
✅ Rename client test helper
✅ Fix test helper imports
✅ Refactor test helpers to use full filesystem mocks
✅ Refactor test helpers and usage within tests
✅ Reexport core test helpers for consuming packages
✅ Update test imports
🐛 Create parent directories when creating config files
🐛 Fix renaming extensionless cnofig files when migrating
✅ Update test imports and remove unnecessary helpers file
♻ Replace globby with fast-glob
✅ Refactor tests to use new helpers
✅ Refactor tests to use new helpers
✅ Refactor tests to use new helpers
✅ Remove redundant default import test
✅ Refactor tests to use new helpers
@wwilsman wwilsman added the ✨ enhancement New feature or request label Mar 17, 2022
@wwilsman wwilsman requested a review from Robdel12 March 17, 2022 17:16
Copy link
Contributor

@Robdel12 Robdel12 left a comment

Choose a reason for hiding this comment

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

🏁 Big one here!

delete process.env.PERCY_TOKEN;
delete process.env.PERCY_ENABLE;
delete process.env.PERCY_PARALLEL_TOTAL;
delete process.env.PERCY_PARTIAL_BUILD;
Copy link
Contributor

Choose a reason for hiding this comment

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

👏🏼

@wwilsman wwilsman merged commit d1668f0 into master Mar 17, 2022
@wwilsman wwilsman deleted the ww/update-exports-and-refactor-tests branch March 17, 2022 20:04
bors referenced this pull request in rust-lang/crates.io Apr 6, 2022
Update dependency @percy/cli to v1.0.4

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [`@percy/cli](https://togithub.com/percy/cli)` | [`1.0.0-beta.76` -> `1.0.4`](https://renovatebot.com/diffs/npm/`@percy%2fcli/1.0.0-beta.76/1.0.4)` | [![age](https://badges.renovateapi.com/packages/npm/`@percy%2fcli/1.0.4/age-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![adoption](https://badges.renovateapi.com/packages/npm/`@percy%2fcli/1.0.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![passing](https://badges.renovateapi.com/packages/npm/`@percy%2fcli/1.0.4/compatibility-slim/1.0.0-beta.76)](https://docs.renovatebot.com/merge-confidence/)` | [![confidence](https://badges.renovateapi.com/packages/npm/`@percy%2fcli/1.0.4/confidence-slim/1.0.0-beta.76)](https://docs.renovatebot.com/merge-confidence/)` |

---

### Release Notes

<details>
<summary>percy/cli</summary>

### [`v1.0.4`](https://togithub.com/percy/cli/releases/v1.0.4)

[Compare Source](https://togithub.com/percy/cli/compare/v1.0.3...v1.0.4)

<!-- Release notes generated using configuration in .github/release.yml at master -->

#### What's Changed

##### 🐛 Bug Fixes

-   ✅ More test adjustments by [`@&#8203;wwilsman](https://togithub.com/wwilsman)` in [https://github.com/percy/cli/pull/865](https://togithub.com/percy/cli/pull/865)

##### ⬆️⬇️ Dependency Updates

-   ⬆️ Bump tsd from 0.19.1 to 0.20.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/percy/cli/pull/859](https://togithub.com/percy/cli/pull/859)
-   ⬆️ Bump ajv from 8.10.0 to 8.11.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/percy/cli/pull/847](https://togithub.com/percy/cli/pull/847)
-   ⬆️ Bump minimist from 1.2.5 to 1.2.6 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/percy/cli/pull/844](https://togithub.com/percy/cli/pull/844)
-   ⬆️ Bump globby from 11.0.4 to 13.1.1 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/percy/cli/pull/758](https://togithub.com/percy/cli/pull/758)

**Full Changelog**: percy/cli@v1.0.3...v1.0.4

### [`v1.0.3`](https://togithub.com/percy/cli/releases/v1.0.3)

[Compare Source](https://togithub.com/percy/cli/compare/v1.0.2...v1.0.3)

<!-- Release notes generated using configuration in .github/release.yml at master -->

#### What's Changed

##### 🐛 Bug Fixes

-   🐛 Audit package file exports by [`@&#8203;wwilsman](https://togithub.com/wwilsman)` in [https://github.com/percy/cli/pull/863](https://togithub.com/percy/cli/pull/863)

**Full Changelog**: percy/cli@v1.0.2...v1.0.3

### [`v1.0.2`](https://togithub.com/percy/cli/releases/v1.0.2)

[Compare Source](https://togithub.com/percy/cli/compare/v1.0.1...v1.0.2)

<!-- Release notes generated using configuration in .github/release.yml at master -->

#### What's Changed

##### 🐛 Bug Fixes

-   ✅ Include all core test helpers in packaged files by [`@&#8203;wwilsman](https://togithub.com/wwilsman)` in [https://github.com/percy/cli/pull/862](https://togithub.com/percy/cli/pull/862)

**Full Changelog**: percy/cli@v1.0.1...v1.0.2

### [`v1.0.1`](https://togithub.com/percy/cli/releases/v1.0.1)

[Compare Source](https://togithub.com/percy/cli/compare/v1.0.0...v1.0.1)

<!-- Release notes generated using configuration in .github/release.yml at master -->

#### What's Changed

##### 🐛 Bug Fixes

-   🐛 Remove relative path from package files by [`@&#8203;wwilsman](https://togithub.com/wwilsman)` in [https://github.com/percy/cli/pull/858](https://togithub.com/percy/cli/pull/858)

**Full Changelog**: percy/cli@v1.0.0...v1.0.1

### [`v1.0.0`](https://togithub.com/percy/cli/releases/v1.0.0)

[Compare Source](https://togithub.com/percy/cli/compare/v1.0.0-beta.76...v1.0.0)

<!-- Release notes generated using configuration in .github/release.yml at master -->

#### What's Changed

##### 💥 Breaking Changes

-   ♻️ Move packages to ESM by [`@&#8203;wwilsman](https://togithub.com/wwilsman)` in [https://github.com/percy/cli/pull/852](https://togithub.com/percy/cli/pull/852)
-   💥 New minimum Node version of 14 to align with currently supported LTS releases

##### ✨ Enhancements

-   ✨ Use default widths instead of throwing an error when missing by [`@&#8203;wwilsman](https://togithub.com/wwilsman)` in [https://github.com/percy/cli/pull/808](https://togithub.com/percy/cli/pull/808)
-   ♻️ Improve build failure handling by [`@&#8203;wwilsman](https://togithub.com/wwilsman)` in [https://github.com/percy/cli/pull/805](https://togithub.com/percy/cli/pull/805)
-   ✨ Minor [`@&#8203;percy/config](https://togithub.com/percy/config)` improvements by [`@&#8203;wwilsman](https://togithub.com/wwilsman)` in [https://github.com/percy/cli/pull/804](https://togithub.com/percy/cli/pull/804)
-   ✨ Accept alternate core snapshot syntaxes by [`@&#8203;wwilsman](https://togithub.com/wwilsman)` in [https://github.com/percy/cli/pull/809](https://togithub.com/percy/cli/pull/809)
-   ✨ Introduce the ability to abort requests from specificed hostnames (`disallowedHostnames`) by [`@&#8203;Robdel12](https://togithub.com/Robdel12)` in [https://github.com/percy/cli/pull/823](https://togithub.com/percy/cli/pull/823)
-   ♻️ Update package exports and refactor test helpers by [`@&#8203;wwilsman](https://togithub.com/wwilsman)` in [https://github.com/percy/cli/pull/830](https://togithub.com/percy/cli/pull/830)
-   ✨ Add sdk-utils waitForPercyIdle helper by [`@&#8203;wwilsman](https://togithub.com/wwilsman)` in [https://github.com/percy/cli/pull/831](https://togithub.com/percy/cli/pull/831)
-   ✨ Throw an error when a static server directory does not exist by [`@&#8203;wwilsman](https://togithub.com/wwilsman)` in [https://github.com/percy/cli/pull/832](https://togithub.com/percy/cli/pull/832)
-   ✨ Allow alternate snapshot syntaxes to be cancelable by [`@&#8203;wwilsman](https://togithub.com/wwilsman)` in [https://github.com/percy/cli/pull/833](https://togithub.com/percy/cli/pull/833)
-   ✨ Allow a function to gather snapshots using alternate syntaxes by [`@&#8203;wwilsman](https://togithub.com/wwilsman)` in [https://github.com/percy/cli/pull/834](https://togithub.com/percy/cli/pull/834)
-   ✨ Automatically include package information with CLI commands by [`@&#8203;wwilsman](https://togithub.com/wwilsman)` in [https://github.com/percy/cli/pull/850](https://togithub.com/percy/cli/pull/850)

##### 🐛 Bug Fixes

-   🐛 Fix core snapshot method compatibility with cli-snapshot command by [`@&#8203;wwilsman](https://togithub.com/wwilsman)` in [https://github.com/percy/cli/pull/818](https://togithub.com/percy/cli/pull/818)
-   🐛 Insert serialized CSSOM `style` tag after CSSOM `ownerNode` by [`@&#8203;Robdel12](https://togithub.com/Robdel12)` in [https://github.com/percy/cli/pull/843](https://togithub.com/percy/cli/pull/843)
-   🐛 Fix duplicate resource URL issues with `snapshot` method by [`@&#8203;Robdel12](https://togithub.com/Robdel12)` in [https://github.com/percy/cli/pull/849](https://togithub.com/percy/cli/pull/849)
-   🐛 Wrap `serializeVideos` in try/catch to catch security errors by [`@&#8203;Robdel12](https://togithub.com/Robdel12)` in [https://github.com/percy/cli/pull/848](https://togithub.com/percy/cli/pull/848)
-   🐛 Fix supressed validation error causing options to not be scrubbed by [`@&#8203;wwilsman](https://togithub.com/wwilsman)` in [https://github.com/percy/cli/pull/853](https://togithub.com/percy/cli/pull/853)

##### 🏗 Maintenance

-   ✅ Update install unit tests to use mock filesystem by [`@&#8203;wwilsman](https://togithub.com/wwilsman)` in [https://github.com/percy/cli/pull/807](https://togithub.com/percy/cli/pull/807)
-   ♻️ Move browser timeout default to other launch option defaults by [`@&#8203;wwilsman](https://togithub.com/wwilsman)` in [https://github.com/percy/cli/pull/806](https://togithub.com/percy/cli/pull/806)
-   ♻️ Update cli-snapshot command to use new core snapshot syntaxes by [`@&#8203;wwilsman](https://togithub.com/wwilsman)` in [https://github.com/percy/cli/pull/819](https://togithub.com/percy/cli/pull/819)

##### ⬆️⬇️ Dependency Updates

-   ⬆️👷 Bump actions/setup-node from 2 to 3 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/percy/cli/pull/799](https://togithub.com/percy/cli/pull/799)
-   ⬆️ Bump [`@&#8203;rollup/plugin-babel](https://togithub.com/rollup/plugin-babel)` from 5.3.0 to 5.3.1 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/percy/cli/pull/797](https://togithub.com/percy/cli/pull/797)
-   ⬆️ Bump [`@&#8203;rollup/plugin-commonjs](https://togithub.com/rollup/plugin-commonjs)` from 21.0.1 to 21.0.2 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/percy/cli/pull/798](https://togithub.com/percy/cli/pull/798)
-   ⬆️ Bump karma from 6.3.16 to 6.3.17 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/percy/cli/pull/800](https://togithub.com/percy/cli/pull/800)
-   ⬆️ Bump [`@&#8203;babel/core](https://togithub.com/babel/core)` from 7.17.2 to 7.17.5 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/percy/cli/pull/787](https://togithub.com/percy/cli/pull/787)
-   ⬆️ Bump [`@&#8203;babel/cli](https://togithub.com/babel/cli)` from 7.17.3 to 7.17.6 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/percy/cli/pull/801](https://togithub.com/percy/cli/pull/801)
-   ⬆️👷 Bump actions/checkout from 2 to 3 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/percy/cli/pull/813](https://togithub.com/percy/cli/pull/813)
-   ⬆️ Bump rollup from 2.67.3 to 2.70.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/percy/cli/pull/811](https://togithub.com/percy/cli/pull/811)
-   ⬆️ Bump ajv from 8.9.0 to 8.10.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/percy/cli/pull/764](https://togithub.com/percy/cli/pull/764)
-   ⬆️ Bump karma-chrome-launcher from 3.1.0 to 3.1.1 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/percy/cli/pull/827](https://togithub.com/percy/cli/pull/827)
-   ⬆️ Bump rollup from 2.70.0 to 2.70.1 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/percy/cli/pull/826](https://togithub.com/percy/cli/pull/826)
-   ⬆️ Bump mime-types from 2.1.34 to 2.1.35 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/percy/cli/pull/825](https://togithub.com/percy/cli/pull/825)
-   ⬆️👷 Bump actions/cache from 2 to 3 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/percy/cli/pull/838](https://togithub.com/percy/cli/pull/838)
-   ⬆️ Bump mime-types from 2.1.34 to 2.1.35 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/percy/cli/pull/837](https://togithub.com/percy/cli/pull/837)
-   ⬆️ Bump [`@&#8203;babel/core](https://togithub.com/babel/core)` from 7.17.5 to 7.17.8 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/percy/cli/pull/835](https://togithub.com/percy/cli/pull/835)
-   ⬆️ Bump [`@&#8203;babel/register](https://togithub.com/babel/register)` from 7.17.0 to 7.17.7 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/percy/cli/pull/836](https://togithub.com/percy/cli/pull/836)
-   ⬆️ Bump [`@&#8203;rollup/plugin-commonjs](https://togithub.com/rollup/plugin-commonjs)` from 21.0.2 to 21.0.3 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/percy/cli/pull/846](https://togithub.com/percy/cli/pull/846)

**Full Changelog**: percy/cli@v1.0.0-beta.76...v1.0.0

</details>

---

### Configuration

📅 **Schedule**: "before 3am on Monday" (UTC).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/rust-lang/crates.io).
kodiakhq bot referenced this pull request in carbon-design-system/carbon-for-ibm-dotcom-nextjs-test Apr 28, 2022
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@percy/dom](https://togithub.com/percy/cli) | [`1.0.0-beta.74` -> `1.1.0`](https://renovatebot.com/diffs/npm/@percy%2fdom/1.0.0-beta.74/1.1.0) | [![age](https://badges.renovateapi.com/packages/npm/@percy%2fdom/1.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@percy%2fdom/1.1.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@percy%2fdom/1.1.0/compatibility-slim/1.0.0-beta.74)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@percy%2fdom/1.1.0/confidence-slim/1.0.0-beta.74)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>percy/cli</summary>

### [`v1.1.0`](https://togithub.com/percy/cli/releases/v1.1.0)

[Compare Source](https://togithub.com/percy/cli/compare/v1.0.8...v1.1.0)

#### What's Changed

##### ✨ Enhancements

-   ✨ Update asset discovery browser to Chromium v96.0.4664.0 by [@&#8203;Robdel12](https://togithub.com/Robdel12) in [https://github.com/percy/cli/pull/896](https://togithub.com/percy/cli/pull/896)

##### 🐛 Bug Fixes

-   🐛 Fix Chrome Revision script by [@&#8203;Robdel12](https://togithub.com/Robdel12) in [https://github.com/percy/cli/pull/895](https://togithub.com/percy/cli/pull/895)

##### ⬆️⬇️ Dependency Updates

-   ⬆️ Bump jasmine from 4.0.2 to 4.1.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/percy/cli/pull/891](https://togithub.com/percy/cli/pull/891)
-   ⬆️ Bump karma from 6.3.17 to 6.3.18 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/percy/cli/pull/888](https://togithub.com/percy/cli/pull/888)
-   ⬆️ Bump [@&#8203;rollup/plugin-commonjs](https://togithub.com/rollup/plugin-commonjs) from 21.0.3 to 21.1.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/percy/cli/pull/889](https://togithub.com/percy/cli/pull/889)
-   ⬆️ Bump [@&#8203;rollup/plugin-node-resolve](https://togithub.com/rollup/plugin-node-resolve) from 13.1.3 to 13.2.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/percy/cli/pull/890](https://togithub.com/percy/cli/pull/890)
-   ⬆️ Bump rollup from 2.70.1 to 2.70.2 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/percy/cli/pull/892](https://togithub.com/percy/cli/pull/892)
-   ⬆️ Bump karma-jasmine from 4.0.2 to 5.0.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/percy/cli/pull/887](https://togithub.com/percy/cli/pull/887)
-   ⬆️ Bump yaml from 2.0.0 to 2.0.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/percy/cli/pull/893](https://togithub.com/percy/cli/pull/893)

**Full Changelog**: percy/cli@v1.0.8...v1.1.0

### [`v1.0.8`](https://togithub.com/percy/cli/releases/v1.0.8)

[Compare Source](https://togithub.com/percy/cli/compare/v1.0.7...v1.0.8)

<!-- Release notes generated using configuration in .github/release.yml at master -->

#### What's Changed

##### 🐛 Bug Fixes

-   🐛 Make config normalize skip option behave as expected by [@&#8203;wwilsman](https://togithub.com/wwilsman) in [https://github.com/percy/cli/pull/885](https://togithub.com/percy/cli/pull/885)

**Full Changelog**: percy/cli@v1.0.7...v1.0.8

### [`v1.0.7`](https://togithub.com/percy/cli/releases/v1.0.7)

[Compare Source](https://togithub.com/percy/cli/compare/v1.0.6...v1.0.7)

<!-- Release notes generated using configuration in .github/release.yml at master -->

#### What's Changed

##### 🐛 Bug Fixes

-   🐛 Check for alternate casing when determining dom snapshot syntax by [@&#8203;wwilsman](https://togithub.com/wwilsman) in [https://github.com/percy/cli/pull/883](https://togithub.com/percy/cli/pull/883)

##### ⬆️⬇️ Dependency Updates

-   ⬆️ Bump yaml from 1.10.2 to 2.0.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/percy/cli/pull/871](https://togithub.com/percy/cli/pull/871)

**Full Changelog**: percy/cli@v1.0.6...v1.0.7

### [`v1.0.6`](https://togithub.com/percy/cli/releases/v1.0.6)

[Compare Source](https://togithub.com/percy/cli/compare/v1.0.5...v1.0.6)

<!-- Release notes generated using configuration in .github/release.yml at master -->

#### What's Changed

##### ✨ Enhancements

-   ✨[@&#8203;percy/config](https://togithub.com/percy/config) util improvements by [@&#8203;wwilsman](https://togithub.com/wwilsman) in [https://github.com/percy/cli/pull/877](https://togithub.com/percy/cli/pull/877)
-   ✨ Autoload CLI plugin from the current working directory by [@&#8203;wwilsman](https://togithub.com/wwilsman) in [https://github.com/percy/cli/pull/878](https://togithub.com/percy/cli/pull/878)

##### 🐛 Bug Fixes

-   🐛 Fix readme generation script by [@&#8203;wwilsman](https://togithub.com/wwilsman) in [https://github.com/percy/cli/pull/868](https://togithub.com/percy/cli/pull/868)

##### 🏗 Maintenance

-   🔨 Repo script fixups by [@&#8203;wwilsman](https://togithub.com/wwilsman) in [https://github.com/percy/cli/pull/879](https://togithub.com/percy/cli/pull/879)

##### ⬆️⬇️ Dependency Updates

-   ⬆️👷 Bump actions/stale from 4 to 5 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/percy/cli/pull/876](https://togithub.com/percy/cli/pull/876)
-   ⬆️ Bump karma-jasmine from 4.0.1 to 4.0.2 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/percy/cli/pull/873](https://togithub.com/percy/cli/pull/873)
-   ⬆️👷 Bump actions/download-artifact from 2 to 3 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/percy/cli/pull/875](https://togithub.com/percy/cli/pull/875)
-   ⬆️👷 Bump actions/upload-artifact from 2 to 3 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/percy/cli/pull/874](https://togithub.com/percy/cli/pull/874)
-   ⬆️ Bump [@&#8203;babel/core](https://togithub.com/babel/core) from 7.17.8 to 7.17.9 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/percy/cli/pull/872](https://togithub.com/percy/cli/pull/872)
-   ⬆️ Bump eslint-plugin-import from 2.25.4 to 2.26.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/percy/cli/pull/870](https://togithub.com/percy/cli/pull/870)

**Full Changelog**: percy/cli@v1.0.5...v1.0.6

### [`v1.0.5`](https://togithub.com/percy/cli/releases/v1.0.5)

[Compare Source](https://togithub.com/percy/cli/compare/v1.0.4...v1.0.5)

<!-- Release notes generated using configuration in .github/release.yml at master -->

#### What's Changed

##### 🐛 Bug Fixes

-   🐛 Core snapshot validation bug fixes by [@&#8203;wwilsman](https://togithub.com/wwilsman) in [https://github.com/percy/cli/pull/866](https://togithub.com/percy/cli/pull/866)

**Full Changelog**: percy/cli@v1.0.4...v1.0.5

### [`v1.0.4`](https://togithub.com/percy/cli/releases/v1.0.4)

[Compare Source](https://togithub.com/percy/cli/compare/v1.0.3...v1.0.4)

<!-- Release notes generated using configuration in .github/release.yml at master -->

#### What's Changed

##### 🐛 Bug Fixes

-   ✅ More test adjustments by [@&#8203;wwilsman](https://togithub.com/wwilsman) in [https://github.com/percy/cli/pull/865](https://togithub.com/percy/cli/pull/865)

##### ⬆️⬇️ Dependency Updates

-   ⬆️ Bump tsd from 0.19.1 to 0.20.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/percy/cli/pull/859](https://togithub.com/percy/cli/pull/859)
-   ⬆️ Bump ajv from 8.10.0 to 8.11.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/percy/cli/pull/847](https://togithub.com/percy/cli/pull/847)
-   ⬆️ Bump minimist from 1.2.5 to 1.2.6 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/percy/cli/pull/844](https://togithub.com/percy/cli/pull/844)
-   ⬆️ Bump globby from 11.0.4 to 13.1.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/percy/cli/pull/758](https://togithub.com/percy/cli/pull/758)

**Full Changelog**: percy/cli@v1.0.3...v1.0.4

### [`v1.0.3`](https://togithub.com/percy/cli/releases/v1.0.3)

[Compare Source](https://togithub.com/percy/cli/compare/v1.0.2...v1.0.3)

<!-- Release notes generated using configuration in .github/release.yml at master -->

#### What's Changed

##### 🐛 Bug Fixes

-   🐛 Audit package file exports by [@&#8203;wwilsman](https://togithub.com/wwilsman) in [https://github.com/percy/cli/pull/863](https://togithub.com/percy/cli/pull/863)

**Full Changelog**: percy/cli@v1.0.2...v1.0.3

### [`v1.0.2`](https://togithub.com/percy/cli/releases/v1.0.2)

[Compare Source](https://togithub.com/percy/cli/compare/v1.0.1...v1.0.2)

<!-- Release notes generated using configuration in .github/release.yml at master -->

#### What's Changed

##### 🐛 Bug Fixes

-   ✅ Include all core test helpers in packaged files by [@&#8203;wwilsman](https://togithub.com/wwilsman) in [https://github.com/percy/cli/pull/862](https://togithub.com/percy/cli/pull/862)

**Full Changelog**: percy/cli@v1.0.1...v1.0.2

### [`v1.0.1`](https://togithub.com/percy/cli/releases/v1.0.1)

[Compare Source](https://togithub.com/percy/cli/compare/v1.0.0...v1.0.1)

<!-- Release notes generated using configuration in .github/release.yml at master -->

#### What's Changed

##### 🐛 Bug Fixes

-   🐛 Remove relative path from package files by [@&#8203;wwilsman](https://togithub.com/wwilsman) in [https://github.com/percy/cli/pull/858](https://togithub.com/percy/cli/pull/858)

**Full Changelog**: percy/cli@v1.0.0...v1.0.1

### [`v1.0.0`](https://togithub.com/percy/cli/releases/v1.0.0)

[Compare Source](https://togithub.com/percy/cli/compare/v1.0.0-beta.76...v1.0.0)

<!-- Release notes generated using configuration in .github/release.yml at master -->

#### What's Changed

##### 💥 Breaking Changes

-   ♻️ Move packages to ESM by [@&#8203;wwilsman](https://togithub.com/wwilsman) in [https://github.com/percy/cli/pull/852](https://togithub.com/percy/cli/pull/852)
-   💥 New minimum Node version of 14 to align with currently supported LTS releases

##### ✨ Enhancements

-   ✨ Use default widths instead of throwing an error when missing by [@&#8203;wwilsman](https://togithub.com/wwilsman) in [https://github.com/percy/cli/pull/808](https://togithub.com/percy/cli/pull/808)
-   ♻️ Improve build failure handling by [@&#8203;wwilsman](https://togithub.com/wwilsman) in [https://github.com/percy/cli/pull/805](https://togithub.com/percy/cli/pull/805)
-   ✨ Minor [@&#8203;percy/config](https://togithub.com/percy/config) improvements by [@&#8203;wwilsman](https://togithub.com/wwilsman) in [https://github.com/percy/cli/pull/804](https://togithub.com/percy/cli/pull/804)
-   ✨ Accept alternate core snapshot syntaxes by [@&#8203;wwilsman](https://togithub.com/wwilsman) in [https://github.com/percy/cli/pull/809](https://togithub.com/percy/cli/pull/809)
-   ✨ Introduce the ability to abort requests from specificed hostnames (`disallowedHostnames`) by [@&#8203;Robdel12](https://togithub.com/Robdel12) in [https://github.com/percy/cli/pull/823](https://togithub.com/percy/cli/pull/823)
-   ♻️ Update package exports and refactor test helpers by [@&#8203;wwilsman](https://togithub.com/wwilsman) in [https://github.com/percy/cli/pull/830](https://togithub.com/percy/cli/pull/830)
-   ✨ Add sdk-utils waitForPercyIdle helper by [@&#8203;wwilsman](https://togithub.com/wwilsman) in [https://github.com/percy/cli/pull/831](https://togithub.com/percy/cli/pull/831)
-   ✨ Throw an error when a static server directory does not exist by [@&#8203;wwilsman](https://togithub.com/wwilsman) in [https://github.com/percy/cli/pull/832](https://togithub.com/percy/cli/pull/832)
-   ✨ Allow alternate snapshot syntaxes to be cancelable by [@&#8203;wwilsman](https://togithub.com/wwilsman) in [https://github.com/percy/cli/pull/833](https://togithub.com/percy/cli/pull/833)
-   ✨ Allow a function to gather snapshots using alternate syntaxes by [@&#8203;wwilsman](https://togithub.com/wwilsman) in [https://github.com/percy/cli/pull/834](https://togithub.com/percy/cli/pull/834)
-   ✨ Automatically include package information with CLI commands by [@&#8203;wwilsman](https://togithub.com/wwilsman) in [https://github.com/percy/cli/pull/850](https://togithub.com/percy/cli/pull/850)

##### 🐛 Bug Fixes

-   🐛 Fix core snapshot method compatibility with cli-snapshot command by [@&#8203;wwilsman](https://togithub.com/wwilsman) in [https://github.com/percy/cli/pull/818](https://togithub.com/percy/cli/pull/818)
-   🐛 Insert serialized CSSOM `style` tag after CSSOM `ownerNode` by [@&#8203;Robdel12](https://togithub.com/Robdel12) in [https://github.com/percy/cli/pull/843](https://togithub.com/percy/cli/pull/843)
-   🐛 Fix duplicate resource URL issues with `snapshot` method by [@&#8203;Robdel12](https://togithub.com/Robdel12) in [https://github.com/percy/cli/pull/849](https://togithub.com/percy/cli/pull/849)
-   🐛 Wrap `serializeVideos` in try/catch to catch security errors by [@&#8203;Robdel12](https://togithub.com/Robdel12) in [https://github.com/percy/cli/pull/848](https://togithub.com/percy/cli/pull/848)
-   🐛 Fix supressed validation error causing options to not be scrubbed by [@&#8203;wwilsman](https://togithub.com/wwilsman) in [https://github.com/percy/cli/pull/853](https://togithub.com/percy/cli/pull/853)

##### 🏗 Maintenance

-   ✅ Update install unit tests to use mock filesystem by [@&#8203;wwilsman](https://togithub.com/wwilsman) in [https://github.com/percy/cli/pull/807](https://togithub.com/percy/cli/pull/807)
-   ♻️ Move browser timeout default to other launch option defaults by [@&#8203;wwilsman](https://togithub.com/wwilsman) in [https://github.com/percy/cli/pull/806](https://togithub.com/percy/cli/pull/806)
-   ♻️ Update cli-snapshot command to use new core snapshot syntaxes by [@&#8203;wwilsman](https://togithub.com/wwilsman) in [https://github.com/percy/cli/pull/819](https://togithub.com/percy/cli/pull/819)

##### ⬆️⬇️ Dependency Updates

-   ⬆️👷 Bump actions/setup-node from 2 to 3 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/percy/cli/pull/799](https://togithub.com/percy/cli/pull/799)
-   ⬆️ Bump [@&#8203;rollup/plugin-babel](https://togithub.com/rollup/plugin-babel) from 5.3.0 to 5.3.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/percy/cli/pull/797](https://togithub.com/percy/cli/pull/797)
-   ⬆️ Bump [@&#8203;rollup/plugin-commonjs](https://togithub.com/rollup/plugin-commonjs) from 21.0.1 to 21.0.2 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/percy/cli/pull/798](https://togithub.com/percy/cli/pull/798)
-   ⬆️ Bump karma from 6.3.16 to 6.3.17 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/percy/cli/pull/800](https://togithub.com/percy/cli/pull/800)
-   ⬆️ Bump [@&#8203;babel/core](https://togithub.com/babel/core) from 7.17.2 to 7.17.5 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/percy/cli/pull/787](https://togithub.com/percy/cli/pull/787)
-   ⬆️ Bump [@&#8203;babel/cli](https://togithub.com/babel/cli) from 7.17.3 to 7.17.6 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/percy/cli/pull/801](https://togithub.com/percy/cli/pull/801)
-   ⬆️👷 Bump actions/checkout from 2 to 3 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/percy/cli/pull/813](https://togithub.com/percy/cli/pull/813)
-   ⬆️ Bump rollup from 2.67.3 to 2.70.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/percy/cli/pull/811](https://togithub.com/percy/cli/pull/811)
-   ⬆️ Bump ajv from 8.9.0 to 8.10.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/percy/cli/pull/764](https://togithub.com/percy/cli/pull/764)
-   ⬆️ Bump karma-chrome-launcher from 3.1.0 to 3.1.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/percy/cli/pull/827](https://togithub.com/percy/cli/pull/827)
-   ⬆️ Bump rollup from 2.70.0 to 2.70.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/percy/cli/pull/826](https://togithub.com/percy/cli/pull/826)
-   ⬆️ Bump mime-types from 2.1.34 to 2.1.35 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/percy/cli/pull/825](https://togithub.com/percy/cli/pull/825)
-   ⬆️👷 Bump actions/cache from 2 to 3 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/percy/cli/pull/838](https://togithub.com/percy/cli/pull/838)
-   ⬆️ Bump mime-types from 2.1.34 to 2.1.35 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/percy/cli/pull/837](https://togithub.com/percy/cli/pull/837)
-   ⬆️ Bump [@&#8203;babel/core](https://togithub.com/babel/core) from 7.17.5 to 7.17.8 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/percy/cli/pull/835](https://togithub.com/percy/cli/pull/835)
-   ⬆️ Bump [@&#8203;babel/register](https://togithub.com/babel/register) from 7.17.0 to 7.17.7 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/percy/cli/pull/836](https://togithub.com/percy/cli/pull/836)
-   ⬆️ Bump [@&#8203;rollup/plugin-commonjs](https://togithub.com/rollup/plugin-commonjs) from 21.0.2 to 21.0.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/percy/cli/pull/846](https://togithub.com/percy/cli/pull/846)

**Full Changelog**: percy/cli@v1.0.0-beta.76...v1.0.0

### [`v1.0.0-beta.76`](https://togithub.com/percy/cli/releases/v1.0.0-beta.76)

[Compare Source](https://togithub.com/percy/cli/compare/v1.0.0-beta.75...v1.0.0-beta.76)

<!-- Release notes generated using configuration in .github/release.yml at master -->

#### ✨ Enhancements

-   ♻️ Core server improvements by [@&#8203;wwilsman](https://togithub.com/wwilsman) in [https://github.com/percy/cli/pull/781](https://togithub.com/percy/cli/pull/781)
-   ✨ Automatically handle json bodies in client request util by [@&#8203;wwilsman](https://togithub.com/wwilsman) in [https://github.com/percy/cli/pull/780](https://togithub.com/percy/cli/pull/780)
-   ✨ Serialize current video frame into a `poster` on the `<video>` by [@&#8203;Robdel12](https://togithub.com/Robdel12) in [https://github.com/percy/cli/pull/794](https://togithub.com/percy/cli/pull/794)

#### 🐛 Bug Fixes

-   🐛 Add percy config mapping for cli-exec port flag by [@&#8203;wwilsman](https://togithub.com/wwilsman) in [https://github.com/percy/cli/pull/793](https://togithub.com/percy/cli/pull/793)

#### ⬆️⬇️ Dependency Updates

-   ⬆️ Bump ws from 8.4.2 to 8.5.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/percy/cli/pull/775](https://togithub.com/percy/cli/pull/775)
-   ⬆️ Bump karma from 6.3.15 to 6.3.16 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/percy/cli/pull/777](https://togithub.com/percy/cli/pull/777)
-   ⬆️ Bump [@&#8203;babel/core](https://togithub.com/babel/core) from 7.17.0 to 7.17.2 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/percy/cli/pull/776](https://togithub.com/percy/cli/pull/776)
-   ⬆️ Bump follow-redirects from 1.14.7 to 1.14.8 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/percy/cli/pull/778](https://togithub.com/percy/cli/pull/778)
-   ⬆️ Bump rollup from 2.67.1 to 2.67.2 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/percy/cli/pull/779](https://togithub.com/percy/cli/pull/779)
-   ⬆️ Bump [@&#8203;babel/cli](https://togithub.com/babel/cli) from 7.17.0 to 7.17.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/percy/cli/pull/789](https://togithub.com/percy/cli/pull/789)
-   ⬆️ Bump rollup from 2.67.2 to 2.67.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/percy/cli/pull/788](https://togithub.com/percy/cli/pull/788)

**Full Changelog**: percy/cli@v1.0.0-beta.75...v1.0.0-beta.76

### [`v1.0.0-beta.75`](https://togithub.com/percy/cli/releases/v1.0.0-beta.75)

[Compare Source](https://togithub.com/percy/cli/compare/v1.0.0-beta.74...v1.0.0-beta.75)

<!-- Release notes generated using configuration in .github/release.yml at master -->

#### 🐛 Bug Fixes

-   🐛 Update `bin/run` to not use an esm dynamic import by [@&#8203;Robdel12](https://togithub.com/Robdel12) in [https://github.com/percy/cli/pull/769](https://togithub.com/percy/cli/pull/769)

#### ⬆️⬇️ Dependency Updates

-   ⬆️ Bump image-size from 1.0.0 to 1.0.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/percy/cli/pull/731](https://togithub.com/percy/cli/pull/731)
-   ⬆️ Bump karma from 6.3.10 to 6.3.12 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/percy/cli/pull/741](https://togithub.com/percy/cli/pull/741)
-   ⬆️ Bump node-fetch from 2.6.1 to 2.6.7 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/percy/cli/pull/740](https://togithub.com/percy/cli/pull/740)
-   ⬆️ Bump [@&#8203;babel/preset-env](https://togithub.com/babel/preset-env) from 7.16.8 to 7.16.11 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/percy/cli/pull/747](https://togithub.com/percy/cli/pull/747)
-   ⬆️ Bump ajv from 8.8.2 to 8.9.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/percy/cli/pull/749](https://togithub.com/percy/cli/pull/749)
-   ⬆️ Bump [@&#8203;babel/cli](https://togithub.com/babel/cli) from 7.16.7 to 7.16.8 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/percy/cli/pull/750](https://togithub.com/percy/cli/pull/750)
-   ⬆️ Bump jasmine from 4.0.1 to 4.0.2 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/percy/cli/pull/751](https://togithub.com/percy/cli/pull/751)
-   ⬆️ Bump [@&#8203;babel/register](https://togithub.com/babel/register) from 7.16.7 to 7.16.9 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/percy/cli/pull/730](https://togithub.com/percy/cli/pull/730)
-   ⬆️ Bump rollup from 2.63.0 to 2.67.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/percy/cli/pull/759](https://togithub.com/percy/cli/pull/759)
-   ⬆️ Bump karma from 6.3.12 to 6.3.15 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/percy/cli/pull/760](https://togithub.com/percy/cli/pull/760)
-   ⬆️ Bump trim-off-newlines from 1.0.1 to 1.0.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/percy/cli/pull/737](https://togithub.com/percy/cli/pull/737)
-   ⬆️ Bump follow-redirects from 1.13.2 to 1.14.7 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/percy/cli/pull/719](https://togithub.com/percy/cli/pull/719)
-   ⬆️ Bump [@&#8203;babel/cli](https://togithub.com/babel/cli) from 7.16.8 to 7.17.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/percy/cli/pull/763](https://togithub.com/percy/cli/pull/763)
-   ⬆️ Bump karma-rollup-preprocessor from 7.0.7 to 7.0.8 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/percy/cli/pull/762](https://togithub.com/percy/cli/pull/762)
-   ⬆️ Bump nock from 13.2.2 to 13.2.4 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/percy/cli/pull/761](https://togithub.com/percy/cli/pull/761)
-   ⬆️ Bump [@&#8203;babel/register](https://togithub.com/babel/register) from 7.16.9 to 7.17.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/percy/cli/pull/766](https://togithub.com/percy/cli/pull/766)
-   ⬆️ Bump [@&#8203;babel/core](https://togithub.com/babel/core) from 7.16.7 to 7.17.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/percy/cli/pull/765](https://togithub.com/percy/cli/pull/765)
-   ⬆️ Bump [@&#8203;babel/eslint-parser](https://togithub.com/babel/eslint-parser) from 7.16.5 to 7.17.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/percy/cli/pull/767](https://togithub.com/percy/cli/pull/767)

**Full Changelog**: percy/cli@v1.0.0-beta.74...v1.0.0-beta.75

</details>

---

### Configuration

📅 **Schedule**: "every weekend" (UTC).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/carbon-design-system/carbon-for-ibm-dotcom-nextjs-test).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants