diff --git a/.github/labeler.yml b/.github/labeler.yml index fce98c8e..95c36a0e 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -31,7 +31,7 @@ docker: - any-glob-to-any-file: ['.devcontainer/*', '.editorconfig', '.env*', 'biome.json', 'bunfig.toml', 'vercel.json'] ✅test: - changed-files: - - any-glob-to-any-file: ['happydom.ts', 'app/**/*.test.tsx'] + - any-glob-to-any-file: ['happydom.ts', 'test/**'] 🆚vscode: - changed-files: - any-glob-to-any-file: '.vscode/*' diff --git a/bun.lockb b/bun.lockb index 0b2f94a9..04f79591 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 8ecb8db1..956551db 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "devDependencies": { "@biomejs/biome": "^1.9.4", - "@happy-dom/global-registrator": "^15.10.7", + "@happy-dom/global-registrator": "^15.11.0", "@playwright/test": "next", "@testing-library/dom": "^10.4.0", "@testing-library/react": "^16.0.1",