Skip to content

Commit dc48932

Browse files
committed
Update deps and changelog
1 parent 567c68d commit dc48932

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

changelog.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
---
44

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+
518
## [4.0.7] 2024-07-24
619

720
### Fixed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -40,22 +40,22 @@
4040
"acorn-loose": "~8.4.0",
4141
"chalk": "4.1.2",
4242
"cpr": "~3.0.1",
43-
"esquery": "~1.5.0",
44-
"glob": "~10.3.12",
43+
"esquery": "~1.6.0",
44+
"glob": "10.4.5",
4545
"minimist": "~1.2.8",
4646
"run-series": "~1.1.9",
4747
"symlink-or-copy": "~1.3.1"
4848
},
4949
"devDependencies": {
5050
"@architect/eslint-config": "~3.0.0",
5151
"cross-env": "~7.0.3",
52-
"eslint": "~9.1.1",
52+
"eslint": "~9.7.0",
5353
"mock-tmp": "~0.0.4",
5454
"nyc": "^15.1.0",
55-
"pnpm": "~8.15.5",
55+
"pnpm": "~8.15.9",
5656
"proxyquire": "~2.1.3",
5757
"tap-arc": "~1.2.2",
58-
"tape": "~5.7.5",
58+
"tape": "~5.8.1",
5959
"yarn": "~1.22.22"
6060
}
6161
}

0 commit comments

Comments
 (0)