Skip to content

Commit ee4e7ee

Browse files
committed
Update deps, remove e2e tests for now
1 parent 50a6e7b commit ee4e7ee

File tree

13 files changed

+1291
-2117
lines changed

13 files changed

+1291
-2117
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ You should reinstall the dependencies and rebuild the packages whenever you pull
1616

1717
The code is formatted with prettier. You can use it if you want, or not, it's up to you because the code get's formatted automatically by a github action. If you want to use it, you can run `pnpm format` to format the code.
1818

19-
If you want to run the E2E tests, you need to install the dependencies by running `pnpm exec playwright install --with-deps chromium` _(or `npx playwright install --with-deps chromium`)_, then run `pnpm test:e2e`.
20-
2119
## Operating System
2220

2321
I'm working on a linux machine right now, but everything should be wokking the same way regardless of OS. Please make an issue if it's not.
@@ -52,12 +50,8 @@ Important if you want to work on the chrome extension. _(The script may fail som
5250

5351
#### `pnpm test:lint` — Lints code with eslint
5452

55-
#### `pnpm test:e2e` - Runs all the E2E tests _(needs playwright deps installed)_
56-
5753
#### `pnpm build-test` — Runs both the build and all the tests
5854

59-
Watchout, `build-test` may freeze your computer a bit :)
60-
6155
When you make a PR, the CI will run all of these commands, so you don't have to worry about it.
6256

6357
### Changeset

e2e/fixtures.ts

Lines changed: 0 additions & 106 deletions
This file was deleted.

e2e/playwright.config.ts

Lines changed: 0 additions & 36 deletions
This file was deleted.

e2e/tree-view.test.ts

Lines changed: 0 additions & 103 deletions
This file was deleted.

extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"firefox-run": "pnpx web-ext run -s dist/firefox -p dev"
1616
},
1717
"devDependencies": {
18-
"@crxjs/vite-plugin": "2.0.0-beta.32",
19-
"@types/chrome": "^0.0.309"
18+
"@crxjs/vite-plugin": "2.0.0",
19+
"@types/chrome": "^0.0.326"
2020
},
2121
"dependencies": {
2222
"@solid-devtools/debugger": "workspace:^",

package.json

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -21,35 +21,33 @@
2121
"test:unit": "vitest",
2222
"test:types": "pnpm -dir extension run test:types",
2323
"test:lint": "eslint --max-warnings 0",
24-
"test:e2e": "playwright test -c e2e/playwright.config.ts",
25-
"test": "pnpm test:unit && pnpm test:types && pnpm test:lint && pnpm test:e2e",
24+
"test": "pnpm test:unit && pnpm test:types && pnpm test:lint",
2625
"----------------------UTILS----------------------": "",
2726
"build-test": "pnpm run build && pnpm run test",
2827
"changeset": "changeset",
2928
"version": "pnpm changeset version && pnpm i --no-frozen-lockfile && git add .",
3029
"publish": "pnpm build:packages && pnpm changeset publish"
3130
},
3231
"devDependencies": {
33-
"@changesets/cli": "^2.28.1",
34-
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
32+
"@changesets/cli": "^2.29.4",
33+
"@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
3534
"@nothing-but/eslint-plugin": "^0.2.3",
36-
"@playwright/test": "^1.51.0",
3735
"@total-typescript/ts-reset": "^0.6.1",
38-
"@types/node": "^22.13.10",
39-
"@typescript-eslint/eslint-plugin": "^8.26.1",
40-
"@typescript-eslint/parser": "^8.26.1",
36+
"@types/node": "^22.15.31",
37+
"@typescript-eslint/eslint-plugin": "^8.34.0",
38+
"@typescript-eslint/parser": "^8.34.0",
4139
"@unocss/core": "0.65.1",
4240
"@unocss/preset-uno": "0.65.1",
43-
"esbuild": "^0.24.2",
41+
"esbuild": "^0.25.5",
4442
"esbuild-plugin-solid": "^0.6.0",
45-
"eslint": "^9.22.0",
43+
"eslint": "^9.28.0",
4644
"eslint-plugin-no-only-tests": "^3.3.0",
47-
"jsdom": "^26.0.0",
48-
"solid-js": "^1.9.5",
49-
"typescript": "^5.8.2",
50-
"vite": "6.2.1",
45+
"jsdom": "^26.1.0",
46+
"solid-js": "^1.9.7",
47+
"typescript": "^5.8.3",
48+
"vite": "6.3.5",
5149
"vite-plugin-solid": "^2.11.6",
52-
"vitest": "^2.1.9"
50+
"vitest": "^3.2.3"
5351
},
5452
"packageManager": "[email protected]",
5553
"engines": {

packages/debugger/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@
5151
"dependencies": {
5252
"@nothing-but/utils": "~0.17.0",
5353
"@solid-devtools/shared": "workspace:^",
54-
"@solid-primitives/bounds": "^0.1.0",
55-
"@solid-primitives/event-listener": "^2.4.0",
56-
"@solid-primitives/keyboard": "^1.3.0",
57-
"@solid-primitives/platform": "^0.2.0",
58-
"@solid-primitives/rootless": "^1.5.0",
59-
"@solid-primitives/scheduled": "^1.5.0",
60-
"@solid-primitives/static-store": "^0.1.0",
61-
"@solid-primitives/utils": "^6.3.0"
54+
"@solid-primitives/bounds": "^0.1.1",
55+
"@solid-primitives/event-listener": "^2.4.1",
56+
"@solid-primitives/keyboard": "^1.3.1",
57+
"@solid-primitives/platform": "^0.2.1",
58+
"@solid-primitives/rootless": "^1.5.1",
59+
"@solid-primitives/scheduled": "^1.5.1",
60+
"@solid-primitives/static-store": "^0.1.1",
61+
"@solid-primitives/utils": "^6.3.1"
6262
},
6363
"peerDependencies": {
6464
"solid-js": "^1.9.0"

packages/frontend/package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -42,24 +42,24 @@
4242
"@nothing-but/utils": "~0.17.0",
4343
"@solid-devtools/debugger": "workspace:^",
4444
"@solid-devtools/shared": "workspace:^",
45-
"@solid-primitives/context": "^0.3.0",
46-
"@solid-primitives/cursor": "^0.1.0",
47-
"@solid-primitives/date": "^2.1.0",
48-
"@solid-primitives/event-bus": "^1.1.0",
49-
"@solid-primitives/event-listener": "^2.4.0",
50-
"@solid-primitives/jsx-tokenizer": "^1.1.0",
51-
"@solid-primitives/keyboard": "^1.3.0",
52-
"@solid-primitives/keyed": "^1.5.0",
53-
"@solid-primitives/media": "^2.3.0",
54-
"@solid-primitives/mouse": "^2.1.0",
55-
"@solid-primitives/props": "^3.2.0",
56-
"@solid-primitives/range": "^0.2.0",
57-
"@solid-primitives/resize-observer": "^2.1.0",
58-
"@solid-primitives/scheduled": "^1.5.0",
59-
"@solid-primitives/static-store": "^0.1.0",
60-
"@solid-primitives/styles": "^0.1.0",
61-
"@solid-primitives/timer": "^1.4.0",
62-
"@solid-primitives/utils": "^6.3.0",
45+
"@solid-primitives/context": "^0.3.1",
46+
"@solid-primitives/cursor": "^0.1.1",
47+
"@solid-primitives/date": "^2.1.2",
48+
"@solid-primitives/event-bus": "^1.1.1",
49+
"@solid-primitives/event-listener": "^2.4.1",
50+
"@solid-primitives/jsx-tokenizer": "^1.1.1",
51+
"@solid-primitives/keyboard": "^1.3.1",
52+
"@solid-primitives/keyed": "^1.5.1",
53+
"@solid-primitives/media": "^2.3.1",
54+
"@solid-primitives/mouse": "^2.1.2",
55+
"@solid-primitives/props": "^3.2.1",
56+
"@solid-primitives/range": "^0.2.2",
57+
"@solid-primitives/resize-observer": "^2.1.1",
58+
"@solid-primitives/scheduled": "^1.5.1",
59+
"@solid-primitives/static-store": "^0.1.1",
60+
"@solid-primitives/styles": "^0.1.1",
61+
"@solid-primitives/timer": "^1.4.1",
62+
"@solid-primitives/utils": "^6.3.1",
6363
"clsx": "^2.1.1"
6464
},
6565
"peerDependencies": {

0 commit comments

Comments
 (0)