Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
thresholds: '50 75'

- name: Update README badge + summary
run: node scripts/update-coverage-badge.mjs --from-summary --from-markdown code-coverage-results.md
run: node scripts/update-coverage-badge.mjs --from-markdown code-coverage-results.md

- name: Commit updated README
uses: stefanzweifel/git-auto-commit-action@v6
Expand Down
18 changes: 0 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,11 @@
"scripts": {
"dev": "wxt",
"build": "wxt build",
"build:chrome": "wxt build --browser chrome",
"build:firefox": "wxt build --browser firefox",
"build:edge": "wxt build --browser edge",
"build:safari": "wxt build --browser safari",
"typecheck": "tsc --noEmit",
"postinstall": "wxt prepare",
"zip": "wxt zip",
"zip:chrome": "wxt zip --browser chrome",
"zip:firefox": "wxt zip --browser firefox",
"zip:edge": "wxt zip --browser edge",
"zip:safari": "wxt zip --browser safari",
"submit": "webstore upload --source dist/chrome-mv3.zip --auto-publish",
"publish:chrome": "wxt build --browser chrome && wxt zip --browser chrome",
"publish:firefox": "wxt build --browser firefox && wxt zip --browser firefox",
"publish:edge": "wxt build --browser edge && wxt zip --browser edge",
"publish:safari": "wxt build --browser safari && wxt zip --browser safari",
"publish:all": "pnpm run publish:chrome && pnpm run publish:firefox && pnpm run publish:edge && pnpm run publish:safari",
"check:manifest": "node -e \"const m=require('./dist/chrome-mv3/manifest.json');const allowed=['storage'];const extra=(m.permissions||[]).filter(p=>!allowed.includes(p));if(extra.length){console.error('Extra permissions:',extra);process.exit(1);}else{console.log('Manifest permissions OK:',m.permissions);}\"",
"lint": "eslint src/",
"lint:fix": "eslint src/ --fix",
Expand All @@ -31,7 +19,6 @@
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"test:coverage-badge": "node scripts/update-coverage-badge.mjs",
"prepare": "husky"
},
"lint-staged": {
Expand All @@ -44,7 +31,6 @@
"@atlaskit/pragmatic-drag-and-drop": "^1.8.1",
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.1.0",
"@effect/platform": "^0.96.1",
"@effect/platform-browser": "^0.76.0",
"@emotion/is-prop-valid": "^1.4.0",
"@primer/live-region-element": "0.8.0",
"@primer/octicons-react": "^19.28.0",
Expand All @@ -60,11 +46,8 @@
"tippy.js": "^6.3.7"
},
"devDependencies": {
"@resvg/resvg-js": "^2.6.2",
"@types/marked": "^6.0.0",
"@types/react": "^19.2.15",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.2",
"@vitest/coverage-v8": "^4.1.8",
"@wxt-dev/module-react": "^1.2.2",
"eslint": "^10.4.1",
Expand All @@ -77,7 +60,6 @@
"typescript": "^6.0.3",
"typescript-eslint": "^8.60.0",
"vite": "^8.0.16",
"vite-node": "^6.0.0",
"vitest": "^4.1.8",
"wxt": "^0.20.26"
}
Expand Down
166 changes: 0 additions & 166 deletions pnpm-lock.yaml

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

11 changes: 0 additions & 11 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,3 @@ allowBuilds:
esbuild: true
msgpackr-extract: true
spawn-sync: true
minimumReleaseAgeExclude:
- '@vitest/coverage-v8@4.1.8'
- '@vitest/expect@4.1.8'
- '@vitest/mocker@4.1.8'
- '@vitest/pretty-format@4.1.8'
- '@vitest/runner@4.1.8'
- '@vitest/snapshot@4.1.8'
- '@vitest/spy@4.1.8'
- '@vitest/utils@4.1.8'
- vite@8.0.16
- vitest@4.1.8
Loading
Loading