File tree Expand file tree Collapse file tree 8 files changed +39
-13
lines changed Expand file tree Collapse file tree 8 files changed +39
-13
lines changed Original file line number Diff line number Diff line change 11{
2- "packages/fetch-mock" : " 12.5.0 " ,
3- "packages/vitest" : " 0.2.11 " ,
4- "packages/jest" : " 0.2.13 " ,
2+ "packages/fetch-mock" : " 12.5.1 " ,
3+ "packages/vitest" : " 0.2.12 " ,
4+ "packages/jest" : " 0.2.14 " ,
55 "packages/codemods" : " 0.1.3"
66}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 12.5.1] ( https://github.com/wheresrhys/fetch-mock/compare/fetch-mock-v12.5.0...fetch-mock-v12.5.1 ) (2025-03-01)
4+
5+
6+ ### Bug Fixes
7+
8+ * improve handling of abort ([ 5c1085d] ( https://github.com/wheresrhys/fetch-mock/commit/5c1085d59d0dee600691ba7fba642869a623aa68 ) )
9+ * remove deprecated is-subset-of ([ a2546ef] ( https://github.com/wheresrhys/fetch-mock/commit/a2546ef871e279ca5ef76d925f0491386c0809b2 ) )
10+
311## [ 12.5.0] ( https://github.com/wheresrhys/fetch-mock/compare/fetch-mock-v12.4.0...fetch-mock-v12.5.0 ) (2025-03-01)
412
513
Original file line number Diff line number Diff line change 11{
22 "name" : " fetch-mock" ,
33 "description" : " Mock http requests made using fetch" ,
4- "version" : " 12.5.0 " ,
4+ "version" : " 12.5.1 " ,
55 "exports" : {
66 "browser" : " ./dist/esm/index.js" ,
77 "import" : {
Original file line number Diff line number Diff line change 11# Changelog
22
33
4+ ## [ 0.2.14] ( https://github.com/wheresrhys/fetch-mock/compare/jest-v0.2.13...jest-v0.2.14 ) (2025-03-01)
5+
6+
7+ ### Dependencies
8+
9+ * The following workspace dependencies were updated
10+ * dependencies
11+ * fetch-mock bumped from ^12.5.0 to ^12.5.1
12+
413## [ 0.2.13] ( https://github.com/wheresrhys/fetch-mock/compare/jest-v0.2.12...jest-v0.2.13 ) (2025-03-01)
514
615
Original file line number Diff line number Diff line change 11{
22 "name" : " @fetch-mock/jest" ,
33 "description" : " jest wrapper for fetch-mock" ,
4- "version" : " 0.2.13 " ,
4+ "version" : " 0.2.14 " ,
55 "exports" : {
66 "browser" : " ./dist/esm/index.js" ,
77 "import" : {
2121 "node" : " >=18.11.0"
2222 },
2323 "dependencies" : {
24- "fetch-mock" : " ^12.5.0 "
24+ "fetch-mock" : " ^12.5.1 "
2525 },
2626 "peerDependencies" : {
2727 "jest" : " *" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.2.12] ( https://github.com/wheresrhys/fetch-mock/compare/vitest-v0.2.11...vitest-v0.2.12 ) (2025-03-01)
4+
5+
6+ ### Dependencies
7+
8+ * The following workspace dependencies were updated
9+ * dependencies
10+ * fetch-mock bumped from ^12.5.0 to ^12.5.1
11+
312## [ 0.2.11] ( https://github.com/wheresrhys/fetch-mock/compare/vitest-v0.2.10...vitest-v0.2.11 ) (2025-03-01)
413
514
Original file line number Diff line number Diff line change 11{
22 "name" : " @fetch-mock/vitest" ,
33 "description" : " Vitest wrapper for fetch-mock" ,
4- "version" : " 0.2.11 " ,
4+ "version" : " 0.2.12 " ,
55 "exports" : {
66 "browser" : " ./dist/esm/index.js" ,
77 "import" : {
2121 "node" : " >=18.11.0"
2222 },
2323 "dependencies" : {
24- "fetch-mock" : " ^12.5.0 "
24+ "fetch-mock" : " ^12.5.1 "
2525 },
2626 "peerDependencies" : {
2727 "vitest" : " *"
You can’t perform that action at this time.
0 commit comments