Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(search): add useFocusTrap and mark.js to optimizeDeps #2682

Merged
merged 1 commit into from
Jul 26, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix(search): add useFocusTrap and mark.js to optimizeDeps
brc-dd committed Jul 26, 2023

Verified

This commit was signed with the committer’s verified signature.
simeonschaub Simeon David Schaub
commit 35350ad7f2b57795be7af669fa653fc0e2096a0d
3 changes: 0 additions & 3 deletions __tests__/e2e/local-search/local-search.test.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
describe('local search', () => {
beforeEach(async () => {
await goto('/')
// FIXME: remove this when optimizeDeps.include is fixed
await page.locator('#local-search button').click()
await goto('/')
})

test('exclude content from search results', async () => {
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -128,19 +128,19 @@
"@types/mark.js": "^8.11.8",
"@types/markdown-it": "^12.2.3",
"@types/markdown-it-attrs": "^4.1.0",
"@types/markdown-it-container": "^2.0.5",
"@types/markdown-it-container": "^2.0.6",
"@types/markdown-it-emoji": "^2.0.2",
"@types/micromatch": "^4.0.2",
"@types/minimist": "^1.2.2",
"@types/node": "^20.4.3",
"@types/node": "^20.4.5",
"@types/prompts": "^2.4.4",
"@vue/shared": "^3.3.4",
"chokidar": "^3.5.3",
"compression": "^1.7.4",
"conventional-changelog-cli": "^2",
"cross-spawn": "^7.0.3",
"debug": "^4.3.4",
"esbuild": "^0.18.15",
"esbuild": "^0.18.17",
"escape-html": "^1.0.3",
"execa": "^7.1.1",
"fast-glob": "^3.3.1",
@@ -163,7 +163,7 @@
"path-to-regexp": "^6.2.1",
"picocolors": "^1.0.0",
"pkg-dir": "^7.0.0",
"playwright-chromium": "^1.36.1",
"playwright-chromium": "^1.36.2",
"polka": "1.0.0-next.22",
"prettier": "^3.0.0",
"prompts": "^2.4.2",
@@ -174,7 +174,7 @@
"rollup-plugin-esbuild": "^5.0.0",
"semver": "^7.5.4",
"shiki-processor": "^0.1.3",
"simple-git-hooks": "^2.8.1",
"simple-git-hooks": "^2.9.0",
"sirv": "^2.0.3",
"supports-color": "^9.4.0",
"typescript": "^5.1.6",
Loading