Skip to content

Commit

Permalink
Bump piscina to 4.3.1 (#74)
Browse files Browse the repository at this point in the history
While compiling a project using `swc`, I ran into the following issue.
```
 Error  The value of "val" is out of range. It must be >= 1 && <= 9007199254740991. Received 0
```
After digging through, I was able to figure out that the root cause is
the same as piscinajs/piscina#491.
Unfortunately I don't have a repro that I can share, but the issue is
well-documented in the linked issue.
  • Loading branch information
briankosw authored Dec 2, 2024
1 parent 2e3b129 commit 591c6c8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
5 changes: 5 additions & 0 deletions .changeset/fresh-fans-beg.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@swc/cli": patch
---

Bump piscina to 4.3.1
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"commander": "^8.3.0",
"fast-glob": "^3.2.5",
"minimatch": "^9.0.3",
"piscina": "^4.3.0",
"piscina": "^4.3.1",
"semver": "^7.3.8",
"slash": "3.0.0",
"source-map": "^0.7.3"
Expand Down
12 changes: 3 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 591c6c8

Please sign in to comment.