chartist-js / chartist

Simple responsive charts
https://chartist.dev
MIT License
13.33k stars 2.54k forks source link

chore(deps): update dependency jest-image-snapshot to v6 #1383

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
jest-image-snapshot ^4.5.1 -> ^6.0.0 age adoption passing confidence

Release Notes

americanexpress/jest-image-snapshot (jest-image-snapshot) ### [`v6.4.0`](https://togithub.com/americanexpress/jest-image-snapshot/blob/HEAD/CHANGELOG.md#640-2023-12-11) [Compare Source](https://togithub.com/americanexpress/jest-image-snapshot/compare/v6.3.0...v6.4.0) ##### Features - add configurable maxBuffer option to runDiffImageToSnapshot ([#​344](https://togithub.com/americanexpress/jest-image-snapshot/issues/344)) ([befad8b](https://togithub.com/americanexpress/jest-image-snapshot/commit/befad8ba6080be6b0a94d098334ea05258afab2e)) ### [`v6.3.0`](https://togithub.com/americanexpress/jest-image-snapshot/blob/HEAD/CHANGELOG.md#630-2023-11-28) [Compare Source](https://togithub.com/americanexpress/jest-image-snapshot/compare/v6.2.0...v6.3.0) ##### Features - Add `runtimeHooksPath` options ([#​337](https://togithub.com/americanexpress/jest-image-snapshot/issues/337)) ([57741a2](https://togithub.com/americanexpress/jest-image-snapshot/commit/57741a242cd2192c453a87c34fa89c7c35a0763c)) ### [`v6.2.0`](https://togithub.com/americanexpress/jest-image-snapshot/blob/HEAD/CHANGELOG.md#620-2023-07-25) [Compare Source](https://togithub.com/americanexpress/jest-image-snapshot/compare/v6.1.1...v6.2.0) ##### Features - allow configuration of postfix for received screenshots filename ([#​328](https://togithub.com/americanexpress/jest-image-snapshot/issues/328)) ([bade294](https://togithub.com/americanexpress/jest-image-snapshot/commit/bade294ec2843c62b1dbcbf894faffd3a5708b98)) #### [6.1.1](https://togithub.com/americanexpress/jest-image-snapshot/compare/v6.1.0...v6.1.1) (2023-07-25) ##### Bug Fixes - only updatePassedSnapshot if updateSnapshot is also true ([#​327](https://togithub.com/americanexpress/jest-image-snapshot/issues/327)) ([b9d9c3f](https://togithub.com/americanexpress/jest-image-snapshot/commit/b9d9c3f16ab0e10a3e1320d03efb52e81675d2aa)), closes [#​320](https://togithub.com/americanexpress/jest-image-snapshot/issues/320) [#​322](https://togithub.com/americanexpress/jest-image-snapshot/issues/322) [#​324](https://togithub.com/americanexpress/jest-image-snapshot/issues/324) ### [`v6.1.1`](https://togithub.com/americanexpress/jest-image-snapshot/blob/HEAD/CHANGELOG.md#611-2023-07-25) [Compare Source](https://togithub.com/americanexpress/jest-image-snapshot/compare/v6.1.0...v6.1.1) ##### Bug Fixes - only updatePassedSnapshot if updateSnapshot is also true ([#​327](https://togithub.com/americanexpress/jest-image-snapshot/issues/327)) ([b9d9c3f](https://togithub.com/americanexpress/jest-image-snapshot/commit/b9d9c3f16ab0e10a3e1320d03efb52e81675d2aa)), closes [#​320](https://togithub.com/americanexpress/jest-image-snapshot/issues/320) [#​322](https://togithub.com/americanexpress/jest-image-snapshot/issues/322) [#​324](https://togithub.com/americanexpress/jest-image-snapshot/issues/324) ### [`v6.1.0`](https://togithub.com/americanexpress/jest-image-snapshot/blob/HEAD/CHANGELOG.md#610-2022-12-02) [Compare Source](https://togithub.com/americanexpress/jest-image-snapshot/compare/v6.0.0...v6.1.0) ##### Features - add onlyDiff in options ([#​317](https://togithub.com/americanexpress/jest-image-snapshot/issues/317)) ([4bad752](https://togithub.com/americanexpress/jest-image-snapshot/commit/4bad752571bb567861ddfa2cc9073f33c4239352)) ### [`v6.0.0`](https://togithub.com/americanexpress/jest-image-snapshot/blob/HEAD/CHANGELOG.md#600-2022-11-03) [Compare Source](https://togithub.com/americanexpress/jest-image-snapshot/compare/v5.2.0...v6.0.0) - chore(jest)!: add support for jest v29 ([#​309](https://togithub.com/americanexpress/jest-image-snapshot/issues/309)) ([79e53fc](https://togithub.com/americanexpress/jest-image-snapshot/commit/79e53fc010793f574cd9da783ced895af6987712)), closes [#​309](https://togithub.com/americanexpress/jest-image-snapshot/issues/309) ##### BREAKING CHANGES - Drop support for Node v12 and Node v17, as Jest v29 does not support these versions. - ci(release): use Node v16 for release action Node v16 is the current active LTS release of Node.JS Co-authored-by: Jamie King Co-authored-by: Jamie King ### [`v5.2.0`](https://togithub.com/americanexpress/jest-image-snapshot/blob/HEAD/CHANGELOG.md#520-2022-08-31) [Compare Source](https://togithub.com/americanexpress/jest-image-snapshot/compare/v5.1.1...v5.2.0) ##### Features - remove snap suffix if use custom identifier ([#​305](https://togithub.com/americanexpress/jest-image-snapshot/issues/305)) ([775ac0a](https://togithub.com/americanexpress/jest-image-snapshot/commit/775ac0a7dff33da9719b1dc36b9e382dc10a82a1)) #### [5.1.1](https://togithub.com/americanexpress/jest-image-snapshot/compare/v5.1.0...v5.1.1) (2022-08-25) ##### Bug Fixes - **diff-snapshot:** make recievedDir optional ([#​306](https://togithub.com/americanexpress/jest-image-snapshot/issues/306)) ([cd4fa73](https://togithub.com/americanexpress/jest-image-snapshot/commit/cd4fa734dd72f8e590e8b672c3081468a5842a20)), closes [#​300](https://togithub.com/americanexpress/jest-image-snapshot/issues/300) ### [`v5.1.1`](https://togithub.com/americanexpress/jest-image-snapshot/blob/HEAD/CHANGELOG.md#511-2022-08-25) [Compare Source](https://togithub.com/americanexpress/jest-image-snapshot/compare/v5.1.0...v5.1.1) ##### Bug Fixes - **diff-snapshot:** make recievedDir optional ([#​306](https://togithub.com/americanexpress/jest-image-snapshot/issues/306)) ([cd4fa73](https://togithub.com/americanexpress/jest-image-snapshot/commit/cd4fa734dd72f8e590e8b672c3081468a5842a20)), closes [#​300](https://togithub.com/americanexpress/jest-image-snapshot/issues/300) ### [`v5.1.0`](https://togithub.com/americanexpress/jest-image-snapshot/blob/HEAD/CHANGELOG.md#510-2022-05-30) [Compare Source](https://togithub.com/americanexpress/jest-image-snapshot/compare/v5.0.0...v5.1.0) ##### Features - allow storing received screenshot on failure ([#​298](https://togithub.com/americanexpress/jest-image-snapshot/issues/298)) ([cfb81c9](https://togithub.com/americanexpress/jest-image-snapshot/commit/cfb81c99e1465420f007e180a59559c5d62d1c67)) ### [`v5.0.0`](https://togithub.com/americanexpress/jest-image-snapshot/blob/HEAD/CHANGELOG.md#500-2022-05-30) [Compare Source](https://togithub.com/americanexpress/jest-image-snapshot/compare/v4.5.1...v5.0.0) ##### chore - **jest:** upgrade v28 ([a902a5b](https://togithub.com/americanexpress/jest-image-snapshot/commit/a902a5baa87d0925b3ff241d7f592f6e1fc0c8fd)), closes [#​296](https://togithub.com/americanexpress/jest-image-snapshot/issues/296) ##### BREAKING CHANGES - **jest:** drop support for Node 10 due to jest use of globalThis in Node 12 #### [4.5.1](https://togithub.com/americanexpress/jest-image-snapshot/compare/v4.5.0...v4.5.1) (2021-06-25) ##### Bug Fixes - **deps:** bump glob-parent from 5.1.1 to 5.1.2 ([#​276](https://togithub.com/americanexpress/jest-image-snapshot/issues/276)) ([0c5879e](https://togithub.com/americanexpress/jest-image-snapshot/commit/0c5879ea2552682208e822d5d696c94121ed7125))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 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.



This PR has been generated by Mend Renovate. View repository job log here.

github-actions[bot] commented 1 year ago

size-limit report 📦

Path Size
dist/index.cjs 7.21 KB (0%)
dist/index.js 7.16 KB (0%)
dist/index.css 1.23 KB (0%)