Skip to content

Commit 482b40f

Browse files
authored
chore: bump happy-dom to 20.0.10 (#154)
1 parent 035e3ac commit 482b40f

File tree

4 files changed

+123
-109
lines changed

4 files changed

+123
-109
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
os: [ubuntu-latest]
22-
node-version: [18.x, 20.x, 22.x]
22+
node-version: [20.x, 22.x]
2323
include:
2424
- os: windows-latest
2525
node-version: 20.x

packages/transform/jest.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,7 @@ module.exports = {
1414
isolatedModules: true,
1515
},
1616
],
17+
'^.+\\.js$': 'babel-jest',
1718
},
19+
transformIgnorePatterns: ['node_modules/.pnpm/(?!happy-dom)'],
1820
};

packages/transform/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@wyw-in-js/shared": "workspace:*",
1414
"babel-merge": "^3.0.0",
1515
"cosmiconfig": "^8.0.0",
16-
"happy-dom": "^15.11.0",
16+
"happy-dom": "^20.0.10",
1717
"source-map": "^0.7.4",
1818
"stylis": "^4.3.0",
1919
"ts-invariant": "^0.10.3"

0 commit comments

Comments
 (0)