Skip to content

Commit 739af89

Browse files
Update dependency strong-mock to v9
| datasource | package | from | to | | ---------- | ----------- | ----- | ----- | | npm | strong-mock | 8.0.1 | 9.2.2 | ## [v9.2.2](NiGhTTraX/strong-mock@v9.2.1...v9.2.2) ## [v9.2.1](https://github.com/NiGhTTraX/strong-mock/blob/HEAD/CHANGELOG.md#921-2026-04-17) ## [v9.2.0](https://github.com/NiGhTTraX/strong-mock/blob/HEAD/CHANGELOG.md#920-2026-02-12) ##### Features - Allow mock name customization ([73c3b1c](NiGhTTraX/strong-mock@73c3b1c)) - You can now name mocks with `mock<T>({ name: 'MyCustomMock' })` to help identify them in error messages. ## [v9.1.0](https://github.com/NiGhTTraX/strong-mock/blob/HEAD/CHANGELOG.md#910-2026-01-13) > \[!IMPORTANT]\ > The next major version (v10) will be ESM-only. Since Node 20.19 supports `require(esm)` by default (see [Node 20.19.0 release post](https://nodejs.org/en/blog/release/v20.19.0/#requireesm-is-now-enabled-by-default)), no changes should be required for CJS projects using Node 20.19 or higher. ##### Features - Publish ESM build, alongside CJS ([f1ece16](NiGhTTraX/strong-mock@f1ece16)) - This is in preparation for v10, which will be ESM-only. ESM projects should use the ESM build automatically, while CJS projects will continue to use the CJS build. - Support nesting matchers in `deepEquals` (the default matcher) ([7c243d2](NiGhTTraX/strong-mock@7c243d2)) - Example: `when(() => mockedFn({ foo: It.isNumber() }))` ##### Bug Fixes - Fix diff integration with IDEs for vitest ([f881346](NiGhTTraX/strong-mock@f881346)) ##### [9.0.1](NiGhTTraX/strong-mock@v9.0.0...v9.0.1) (2024-11-23) ##### Bug Fixes - **deps:** update dependency jest-diff to \~29.7.0 ([50a3aa8](NiGhTTraX/strong-mock@50a3aa8)) - Pretty print nested matchers in `isArray` ([24f9deb](NiGhTTraX/strong-mock@24f9deb)) ## [v9.0.1](https://github.com/NiGhTTraX/strong-mock/blob/HEAD/CHANGELOG.md#910-2026-01-13) > \[!IMPORTANT]\ > The next major version (v10) will be ESM-only. Since Node 20.19 supports `require(esm)` by default (see [Node 20.19.0 release post](https://nodejs.org/en/blog/release/v20.19.0/#requireesm-is-now-enabled-by-default)), no changes should be required for CJS projects using Node 20.19 or higher. ##### Features - Publish ESM build, alongside CJS ([f1ece16](NiGhTTraX/strong-mock@f1ece16)) - This is in preparation for v10, which will be ESM-only. ESM projects should use the ESM build automatically, while CJS projects will continue to use the CJS build. - Support nesting matchers in `deepEquals` (the default matcher) ([7c243d2](NiGhTTraX/strong-mock@7c243d2)) - Example: `when(() => mockedFn({ foo: It.isNumber() }))` ##### Bug Fixes - Fix diff integration with IDEs for vitest ([f881346](NiGhTTraX/strong-mock@f881346)) ##### [9.0.1](NiGhTTraX/strong-mock@v9.0.0...v9.0.1) (2024-11-23) ##### Bug Fixes - **deps:** update dependency jest-diff to \~29.7.0 ([50a3aa8](NiGhTTraX/strong-mock@50a3aa8)) - Pretty print nested matchers in `isArray` ([24f9deb](NiGhTTraX/strong-mock@24f9deb)) ## [v9.0.0](https://github.com/NiGhTTraX/strong-mock/blob/HEAD/CHANGELOG.md#910-2026-01-13) > \[!IMPORTANT]\ > The next major version (v10) will be ESM-only. Since Node 20.19 supports `require(esm)` by default (see [Node 20.19.0 release post](https://nodejs.org/en/blog/release/v20.19.0/#requireesm-is-now-enabled-by-default)), no changes should be required for CJS projects using Node 20.19 or higher. ##### Features - Publish ESM build, alongside CJS ([f1ece16](NiGhTTraX/strong-mock@f1ece16)) - This is in preparation for v10, which will be ESM-only. ESM projects should use the ESM build automatically, while CJS projects will continue to use the CJS build. - Support nesting matchers in `deepEquals` (the default matcher) ([7c243d2](NiGhTTraX/strong-mock@7c243d2)) - Example: `when(() => mockedFn({ foo: It.isNumber() }))` ##### Bug Fixes - Fix diff integration with IDEs for vitest ([f881346](NiGhTTraX/strong-mock@f881346)) ##### [9.0.1](NiGhTTraX/strong-mock@v9.0.0...v9.0.1) (2024-11-23) ##### Bug Fixes - **deps:** update dependency jest-diff to \~29.7.0 ([50a3aa8](NiGhTTraX/strong-mock@50a3aa8)) - Pretty print nested matchers in `isArray` ([24f9deb](NiGhTTraX/strong-mock@24f9deb))
1 parent 97a34b0 commit 739af89

2 files changed

Lines changed: 12 additions & 22 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"prettier": "3.8.1",
5151
"react": "17.0.2",
5252
"react-dom": "17.0.2",
53-
"strong-mock": "~8.0.1",
53+
"strong-mock": "~9.2.0",
5454
"stylelint": "17.4.0",
5555
"stylelint-config-recommended": "18.0.0",
5656
"stylelint-config-styled-components": "0.1.1",

pnpm-lock.yaml

Lines changed: 11 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)