snap-shot-it icon indicating copy to clipboard operation
snap-shot-it copied to clipboard

Smarter snapshot utility for Mocha and BDD test runners + data-driven testing!

Results 60 snap-shot-it issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [typescript](https://www.typescriptlang.org/) ([source](https://redirect.github.com/microsoft/TypeScript)) | [`3.9.10` -> `5.6.3`](https://renovatebot.com/diffs/npm/typescript/3.9.10/5.6.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/typescript/5.6.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | --- > [!WARNING] > Some dependencies could not be looked up....

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [lazy-ass](https://togithub.com/bahmutov/lazy-ass) | [`1.6.0` -> `2.0.3`](https://renovatebot.com/diffs/npm/lazy-ass/1.6.0/2.0.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/lazy-ass/2.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/lazy-ass/2.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [standard](https://standardjs.com) ([source](https://redirect.github.com/standard/standard)) | [`12.0.1` -> `17.1.2`](https://renovatebot.com/diffs/npm/standard/12.0.1/17.1.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/standard/17.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ramda](https://ramdajs.com/) ([source](https://togithub.com/ramda/ramda)) | [`0.28.0` -> `0.30.1`](https://renovatebot.com/diffs/npm/ramda/0.28.0/0.30.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/ramda/0.30.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ban-sensitive-files](https://redirect.github.com/bahmutov/ban-sensitive-files) | [`1.9.19` -> `1.10.6`](https://renovatebot.com/diffs/npm/ban-sensitive-files/1.9.19/1.10.6) | [![age](https://developer.mend.io/api/mc/badges/age/npm/ban-sensitive-files/1.10.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/ban-sensitive-files/1.10.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-node](https://togithub.com/actions/setup-node) | action | digest | `5e21ff4` -> `1a4442c` | --- > [!WARNING]...

Node now provides a built-in test runner library https://nodejs.org/api/test.html It'd be great if snap-shot-it could support it. Currently, it fails because it cannot find `global.beforeEach` (ESM module type).

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ts-node](https://typestrong.org/ts-node) ([source](https://togithub.com/TypeStrong/ts-node)) | [`10.9.1` -> `10.9.2`](https://renovatebot.com/diffs/npm/ts-node/10.9.1/10.9.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/ts-node/10.9.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

The builds are broken due to `npm install -g npm` on Node.js v16, where Node.js v16 is not supported by the latest version of npm.