@najemi-software/vitest-dom 0.17.0 → 0.18.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.
- package/CHANGELOG.md +7 -0
- package/package.json +2 -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.18.0] - 2026-09-27
|
|
9
|
+
|
|
10
|
+
### Changed
|
|
11
|
+
|
|
12
|
+
- Bump pnpm to 11.12.0
|
|
13
|
+
|
|
8
14
|
## [0.17.0] - 2026-09-26
|
|
9
15
|
|
|
10
16
|
### Changed
|
|
@@ -191,6 +197,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
191
197
|
|
|
192
198
|
- Initial release
|
|
193
199
|
|
|
200
|
+
[0.18.0]: https://github.com/Najemi-Software/vitest-dom/compare/v0.17.0...v0.18.0
|
|
194
201
|
[0.17.0]: https://github.com/Najemi-Software/vitest-dom/compare/v0.16.0...v0.17.0
|
|
195
202
|
[0.16.0]: https://github.com/Najemi-Software/vitest-dom/compare/v0.15.0...v0.16.0
|
|
196
203
|
[0.15.0]: https://github.com/Najemi-Software/vitest-dom/compare/v0.14.0...v0.15.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@najemi-software/vitest-dom",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.18.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",
|
|
@@ -94,5 +94,5 @@
|
|
|
94
94
|
"sh -c 'oxfmt \"$@\" || true' --"
|
|
95
95
|
]
|
|
96
96
|
},
|
|
97
|
-
"packageManager": "pnpm@
|
|
97
|
+
"packageManager": "pnpm@11.12.0"
|
|
98
98
|
}
|