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

chore: upgrade Parcel #813

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
4 changes: 2 additions & 2 deletions api/messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@
"rimraf": "6.0.1",
"ts-jest": "29.1.1",
"tsup": "8.3.6",
"typescript": "5.2.2"
"typescript": "5.3.3"
},
"dependencies": {
"nanoid": "5.0.3"
"nanoid": "5.0.4"
}
}
8 changes: 4 additions & 4 deletions api/persistent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plasmohq/persistent",
"version": "0.0.5",
"version": "0.1.0",
"description": "A couple of hacks to keep the BGSW alive in a library",
"type": "module",
"module": "./src/index.ts",
Expand Down Expand Up @@ -64,13 +64,13 @@
"@jest/globals": "29.7.0",
"@jest/types": "29.6.3",
"@plasmo/config": "workspace:*",
"@types/chrome": "0.0.251",
"@types/node": "20.9.0",
"@types/chrome": "0.0.258",
"@types/node": "20.11.5",
"cross-env": "7.0.3",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"ts-jest": "29.1.1",
"tsup": "8.3.6",
"typescript": "5.2.2"
"typescript": "5.3.3"
}
}
4 changes: 2 additions & 2 deletions api/selector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plasmohq/selector",
"version": "0.0.6",
"version": "0.1.0",
"description": "Powerful Selector API with Dedicated Monitoring Supports",
"type": "module",
"module": "./dist/index.js",
Expand Down Expand Up @@ -90,6 +90,6 @@
"rimraf": "6.0.1",
"ts-jest": "29.1.1",
"tsup": "8.3.6",
"typescript": "5.2.2"
"typescript": "5.3.3"
}
}
2 changes: 1 addition & 1 deletion cli/create-plasmo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"@plasmo/constants": "workspace:*",
"@plasmo/utils": "workspace:*",
"plasmo": "workspace:*",
"typescript": "5.2.2"
"typescript": "5.3.3"
}
}
14 changes: 7 additions & 7 deletions cli/plasmo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@
],
"dependencies": {
"@expo/spawn-async": "1.7.2",
"@parcel/core": "2.9.3",
"@parcel/fs": "2.9.3",
"@parcel/package-manager": "2.9.3",
"@parcel/watcher": "2.2.0",
"@parcel/fs": "2.11.0",
"@parcel/package-manager": "2.11.0",
"@parcel/rust": "2.11.0",
"@parcel/watcher": "2.4.0",
"@plasmohq/init": "workspace:*",
"@plasmohq/parcel-config": "workspace:*",
"@plasmohq/parcel-core": "workspace:*",
"buffer": "6.0.3",
"chalk": "5.3.0",
"change-case": "5.1.2",
"change-case": "5.4.2",
"dotenv": "16.3.1",
"dotenv-expand": "12.0.1",
"events": "3.3.0",
Expand All @@ -67,13 +67,13 @@
"semver": "7.5.4",
"sharp": "0.33.5",
"tempy": "3.1.0",
"typescript": "5.2.2"
"typescript": "5.3.3"
},
"devDependencies": {
"@plasmo/config": "workspace:*",
"@plasmo/constants": "workspace:*",
"@plasmo/framework-shared": "workspace:*",
"@plasmo/utils": "workspace:*",
"vue": "3.3.8"
"vue": "3.4.15"
}
}
16 changes: 8 additions & 8 deletions core/parcel-bundler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plasmohq/parcel-bundler",
"version": "0.5.6",
"version": "0.7.0",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -18,16 +18,16 @@
"parcel": ">= 2.7.0"
},
"dependencies": {
"@parcel/core": "2.9.3",
"@parcel/diagnostic": "2.9.3",
"@parcel/graph": "2.9.3",
"@parcel/hash": "2.9.3",
"@parcel/plugin": "2.9.3",
"@parcel/utils": "2.9.3",
"@parcel/diagnostic": "2.11.0",
"@parcel/graph": "3.1.0",
"@parcel/plugin": "2.11.0",
"@parcel/rust": "2.11.0",
"@parcel/utils": "2.11.0",
"nullthrows": "1.1.1"
},
"devDependencies": {
"@parcel/types": "2.9.3",
"@parcel/bundler-default": "2.11.0",
"@parcel/types": "2.11.0",
"@plasmo/config": "workspace:*",
"@plasmo/utils": "workspace:*",
"tsup": "8.3.6"
Expand Down
110 changes: 0 additions & 110 deletions core/parcel-bundler/src/bit-set.ts

This file was deleted.

10 changes: 0 additions & 10 deletions core/parcel-bundler/src/can-merge.ts

This file was deleted.

45 changes: 0 additions & 45 deletions core/parcel-bundler/src/create-bundle.ts

This file was deleted.

Loading
Loading