File tree 2 files changed +18
-5
lines changed
2 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
---
4
4
5
+ ## [ 4.0.8] 2024-07-25
6
+
7
+ ### Changed
8
+
9
+ - Update vendored Python ` importlib_metadata `
10
+
11
+
12
+ ### Fixed
13
+
14
+ - Fixed issue where ASAP would blow up treeshaking due to malformed file path
15
+
16
+ ---
17
+
5
18
## [ 4.0.7] 2024-07-24
6
19
7
20
### Fixed
Original file line number Diff line number Diff line change 40
40
"acorn-loose" : " ~8.4.0" ,
41
41
"chalk" : " 4.1.2" ,
42
42
"cpr" : " ~3.0.1" ,
43
- "esquery" : " ~1.5 .0" ,
44
- "glob" : " ~ 10.3.12 " ,
43
+ "esquery" : " ~1.6 .0" ,
44
+ "glob" : " 10.4.5 " ,
45
45
"minimist" : " ~1.2.8" ,
46
46
"run-series" : " ~1.1.9" ,
47
47
"symlink-or-copy" : " ~1.3.1"
48
48
},
49
49
"devDependencies" : {
50
50
"@architect/eslint-config" : " ~3.0.0" ,
51
51
"cross-env" : " ~7.0.3" ,
52
- "eslint" : " ~9.1.1 " ,
52
+ "eslint" : " ~9.7.0 " ,
53
53
"mock-tmp" : " ~0.0.4" ,
54
54
"nyc" : " ^15.1.0" ,
55
- "pnpm" : " ~8.15.5 " ,
55
+ "pnpm" : " ~8.15.9 " ,
56
56
"proxyquire" : " ~2.1.3" ,
57
57
"tap-arc" : " ~1.2.2" ,
58
- "tape" : " ~5.7.5 " ,
58
+ "tape" : " ~5.8.1 " ,
59
59
"yarn" : " ~1.22.22"
60
60
}
61
61
}
You can’t perform that action at this time.
0 commit comments