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 11 commits into
base: main
Choose a base branch
from
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
16 changes: 8 additions & 8 deletions api/messaging/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plasmohq/messaging",
"version": "0.6.0",
"version": "0.7.0",
"description": "Type-safe, zero-config messaging library for modern browser extensions",
"type": "module",
"module": "./dist/index.js",
Expand Down Expand Up @@ -121,21 +121,21 @@
"devDependencies": {
"@jest/globals": "29.7.0",
"@jest/types": "29.6.3",
"@testing-library/react": "14.1.0",
"@types/chrome": "0.0.251",
"@types/node": "20.9.0",
"@types/react": "18.2.37",
"@testing-library/react": "14.1.2",
"@types/chrome": "0.0.258",
"@types/node": "20.11.5",
"@types/react": "18.2.48",
"cross-env": "7.0.3",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"rimraf": "5.0.5",
"ts-jest": "29.1.1",
"tsup": "7.2.0",
"typescript": "5.2.2"
"tsup": "8.0.1",
"typescript": "5.3.3"
},
"dependencies": {
"nanoid": "5.0.3"
"nanoid": "5.0.4"
}
}
10 changes: 5 additions & 5 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.4",
"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": "7.2.0",
"typescript": "5.2.2"
"tsup": "8.0.1",
"typescript": "5.3.3"
}
}
14 changes: 7 additions & 7 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.5",
"version": "0.1.0",
"description": "Powerful Selector API with Dedicated Monitoring Supports",
"type": "module",
"module": "./dist/index.js",
Expand Down Expand Up @@ -78,18 +78,18 @@
"devDependencies": {
"@jest/globals": "29.7.0",
"@jest/types": "29.6.3",
"@testing-library/react": "14.1.0",
"@types/chrome": "0.0.251",
"@types/node": "20.9.0",
"@types/react": "18.2.37",
"@testing-library/react": "14.1.2",
"@types/chrome": "0.0.258",
"@types/node": "20.11.5",
"@types/react": "18.2.48",
"cross-env": "7.0.3",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"rimraf": "5.0.5",
"ts-jest": "29.1.1",
"tsup": "7.2.0",
"typescript": "5.2.2"
"tsup": "8.0.1",
"typescript": "5.3.3"
}
}
2 changes: 1 addition & 1 deletion api/storage
Submodule storage updated 1 files
+7 −7 package.json
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"
}
}
20 changes: 10 additions & 10 deletions cli/plasmo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,24 +39,24 @@
],
"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": "10.0.0",
"events": "3.3.0",
"fast-glob": "3.3.2",
"fflate": "0.8.1",
"get-port": "7.0.0",
"got": "13.0.0",
"ignore": "5.2.4",
"got": "14.0.0",
"ignore": "5.3.0",
"inquirer": "9.2.12",
"is-path-inside": "4.0.0",
"json5": "2.2.3",
Expand All @@ -65,15 +65,15 @@
"package-json": "8.1.1",
"process": "0.11.10",
"semver": "7.5.4",
"sharp": "0.32.6",
"sharp": "0.33.2",
"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"
}
}
18 changes: 9 additions & 9 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.5",
"version": "0.7.0",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -18,18 +18,18 @@
"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": "7.2.0"
"tsup": "8.0.1"
}
}
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