@najemi-software/vitest-dom 0.21.0 → 0.22.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +1 -2
package/CHANGELOG.md CHANGED
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.22.0] - 2026-09-27
9
+
10
+ ### Changed
11
+
12
+ - Remove devDependency pretty-format and adjust unit-tests
13
+
8
14
  ## [0.21.0] - 2026-09-27
9
15
 
10
16
  ### Changed
@@ -215,6 +221,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
215
221
 
216
222
  - Initial release
217
223
 
224
+ [0.22.0]: https://github.com/Najemi-Software/vitest-dom/compare/v0.21.0...v0.22.0
218
225
  [0.21.0]: https://github.com/Najemi-Software/vitest-dom/compare/v0.20.0...v0.21.0
219
226
  [0.20.0]: https://github.com/Najemi-Software/vitest-dom/compare/v0.19.0...v0.20.0
220
227
  [0.19.0]: https://github.com/Najemi-Software/vitest-dom/compare/v0.18.0...v0.19.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@najemi-software/vitest-dom",
3
- "version": "0.21.0",
3
+ "version": "0.22.0",
4
4
  "private": false,
5
5
  "description": "Custom Vitest matchers to test the state of the DOM, forked from jest-dom.",
6
6
  "homepage": "https://github.com/Najemi-Software/vitest-dom#readme",
@@ -78,7 +78,6 @@
78
78
  "lint-staged": "17.5.1",
79
79
  "npm-run-all": "4.1.5",
80
80
  "oxfmt": "^0.70.0",
81
- "pretty-format": "^28.1.3",
82
81
  "typescript": "6.0.3",
83
82
  "vitest": "^0.34.4"
84
83
  },