Skip to content
Merged
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
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "20"
node-version: "24"

- name: Setup pnpm
uses: pnpm/action-setup@v4
Expand All @@ -48,11 +48,14 @@ jobs:
run: pnpm lint

- name: Run formatter check
run: pnpm format
run: pnpm format:check

- name: Run type check
run: pnpm check

- name: Run tests
run: pnpm test

build:
name: Build Extension
runs-on: ubuntu-latest
Expand All @@ -69,7 +72,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "20"
node-version: "24"

- name: Setup pnpm
uses: pnpm/action-setup@v4
Expand Down
38 changes: 19 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,16 @@ pnpm build:firefox # For Firefox

**Chrome/Chromium:**

- Open `chrome://extensions/`
- Enable "Developer mode"
- Click "Load unpacked"
- Select the `.output/chrome-mv3` directory
- Open `chrome://extensions/`
- Enable "Developer mode"
- Click "Load unpacked"
- Select the `.output/chrome-mv3` directory

**Firefox:**

- Open `about:debugging#/runtime/this-firefox`
- Click "Load Temporary Add-on"
- Select the `manifest.json` file from `.output/firefox-mv2`
- Open `about:debugging#/runtime/this-firefox`
- Click "Load Temporary Add-on"
- Select the `manifest.json` file from `.output/firefox-mv2`

### Development Mode

Expand Down Expand Up @@ -104,11 +104,11 @@ See [GitHub's search syntax documentation](https://docs.github.com/en/search-git

## 🏗️ Technology Stack

- **[WXT](https://wxt.dev/)** - Cross-browser extension framework
- **[Svelte 5](https://svelte.dev/)** - Reactive UI framework with runes API
- **[TypeScript](https://www.typescriptlang.org/)** - Type-safe development
- **[Tailwind CSS 4](https://tailwindcss.com/)** - Utility-first styling
- **[Vite](https://vitejs.dev/)** - Fast build tool
- **[WXT](https://wxt.dev/)** - Cross-browser extension framework
- **[Svelte 5](https://svelte.dev/)** - Reactive UI framework with runes API
- **[TypeScript](https://www.typescriptlang.org/)** - Type-safe development
- **[Tailwind CSS 4](https://tailwindcss.com/)** - Utility-first styling
- **[Vite](https://vitejs.dev/)** - Fast build tool

## 🤝 Contributing

Expand All @@ -128,9 +128,9 @@ Contributions are welcome! Please feel free to submit a Pull Request.

### Guidelines

- Follow the existing code style
- Use technology standards
- Update documentation as needed
- Follow the existing code style
- Use technology standards
- Update documentation as needed

## 📝 License

Expand All @@ -140,10 +140,10 @@ MIT License - see [LICENSE](LICENSE) file for details

**Guido Dinello**

- GitHub: [@guidodinello](https://github.com/guidodinello)
- Extension ID: `pullscope@guidodinello.dev`
- GitHub: [@guidodinello](https://github.com/guidodinello)
- Extension ID: `pullscope@guidodinello.dev`

## 🙏 Acknowledgments

- Built with [WXT](https://wxt.dev/)
- Template used [oneezy/svelte-5-extension](https://github.com/oneezy/svelte-5-extension)
- Built with [WXT](https://wxt.dev/)
- Template used [oneezy/svelte-5-extension](https://github.com/oneezy/svelte-5-extension)
97 changes: 12 additions & 85 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,105 +43,32 @@
"devDependencies": {
"@eslint/js": "^9.39.1",
"@resvg/resvg-js": "^2.6.2",
"@sveltejs/vite-plugin-svelte": "4.0.0-next.7",
"@sveltejs/vite-plugin-svelte": "^7.3.0",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@tailwindcss/vite": "4.0.0-alpha.24",
"@tailwindcss/vite": "^4.3.3",
"@tsconfig/svelte": "^5.0.4",
"@types/chrome": "^0.0.269",
"@types/node": "^24.0.0",
"@typescript-eslint/eslint-plugin": "^8.46.4",
"@typescript-eslint/parser": "^8.46.4",
"@vitest/ui": "4.0.16",
"@wxt-dev/module-svelte": "^1.0.1",
"@vitest/ui": "^5.0.0",
"@wxt-dev/module-svelte": "^2.0.5",
"eslint": "^9.39.1",
"eslint-plugin-svelte": "^3.13.0",
"happy-dom": "^20.11.2",
"husky": "^9.1.7",
"lint-staged": "^16.2.6",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.6",
"prettier-plugin-tailwindcss": "^0.5.14",
"svelte": "5.0.0-next.245",
"svelte-check": "^3.8.6",
"prettier-plugin-tailwindcss": "^0.8.1",
"svelte": "^5.57.0",
"svelte-check": "^4.7.6",
"svelte-eslint-parser": "^1.4.0",
"tailwindcss": "4.0.0-alpha.24",
"tailwindcss": "^4.3.3",
"tslib": "^2.7.0",
"typescript": "^5.6.2",
"vite": "^5.4.21",
"vite-plugin-top-level-await": "^1.4.4",
"vite-plugin-wasm": "^3.3.0",
"vitest": "4.0.16",
"wxt": "^0.19.9"
},
"overrides": {
"@sveltejs/vite-plugin-svelte": "^4.0.0-next",
"tar": ">=7.5.21",
"shell-quote": ">=1.9.0",
"tmp": ">=0.2.6",
"adm-zip": ">=0.6.0",
"uuid": ">=11.1.1",
"node-forge": ">=1.4.0",
"js-yaml": ">=4.3.1 <5.0.0",
"ws": ">=8.21.0",
"rollup": ">=4.59.0",
"flatted": ">=3.4.2",
"defu": ">=6.1.5",
"ajv": ">=6.14.0 <7.0.0",
"@babel/runtime": ">=7.26.10 <8.0.0",
"nanoid": ">=3.3.18 <4.0.0",
"cross-spawn": ">=7.0.5",
"postcss": ">=8.5.23"
},
"resolutions": {
"@sveltejs/vite-plugin-svelte": "^4.0.0-next",
"tar": ">=7.5.21",
"shell-quote": ">=1.9.0",
"tmp": ">=0.2.6",
"adm-zip": ">=0.6.0",
"uuid": ">=11.1.1",
"node-forge": ">=1.4.0",
"js-yaml": ">=4.3.1 <5.0.0",
"ws": ">=8.21.0",
"rollup": ">=4.59.0",
"flatted": ">=3.4.2",
"defu": ">=6.1.5",
"ajv": ">=6.14.0 <7.0.0",
"@babel/runtime": ">=7.26.10 <8.0.0",
"nanoid": ">=3.3.18 <4.0.0",
"cross-spawn": ">=7.0.5",
"postcss": ">=8.5.23"
},
"pnpm": {
"overrides": {
"@sveltejs/vite-plugin-svelte": "^4.0.0-next",
"tar": ">=7.5.21",
"shell-quote": ">=1.9.0",
"tmp": ">=0.2.6",
"adm-zip": ">=0.6.0",
"uuid": ">=11.1.1",
"node-forge": ">=1.4.0",
"js-yaml": ">=4.3.1 <5.0.0",
"ws": ">=8.21.0",
"rollup": ">=4.59.0",
"flatted": ">=3.4.2",
"defu": ">=6.1.5",
"ajv": ">=6.14.0 <7.0.0",
"@babel/runtime": ">=7.26.10 <8.0.0",
"nanoid": ">=3.3.18 <4.0.0",
"cross-spawn": ">=7.0.5",
"postcss": ">=8.5.23",
"picomatch@2": ">=2.3.2 <3.0.0",
"picomatch@4": ">=4.0.4 <5.0.0",
"yaml@1": ">=1.10.3 <2.0.0",
"yaml@2": ">=2.8.3 <3.0.0",
"minimatch@3": ">=3.1.4 <4.0.0",
"minimatch@9": ">=9.0.7 <10.0.0",
"minimatch@10": ">=10.2.3 <11.0.0",
"brace-expansion@1": ">=1.1.18 <2.0.0",
"brace-expansion@2": ">=2.1.4 <3.0.0",
"postcss-selector-parser@>=7.1.0 <7.1.3": ">=7.1.3",
"@humanfs/node@<0.16.8": ">=0.16.8",
"fflate@>=0.8.0 <0.8.3": ">=0.8.3"
}
"vite": "^8.2.2",
"vitest": "^5.0.0",
"wxt": "^0.21.4"
}
}
Loading
Loading