Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 13, 2025
1 parent 349d04b commit 1e8baec
Show file tree
Hide file tree
Showing 17 changed files with 2,188 additions and 1,105 deletions.
10 changes: 5 additions & 5 deletions api/messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@
"@jest/types": "29.6.3",
"@testing-library/react": "16.2.0",
"@testing-library/dom": "10.4.0",
"@types/chrome": "0.0.251",
"@types/node": "20.9.0",
"@types/chrome": "0.0.304",
"@types/node": "20.17.18",
"@types/react": "19.0.8",
"canvas": "3.1.0",
"cross-env": "7.0.3",
Expand All @@ -133,11 +133,11 @@
"react": "19.0.0",
"react-dom": "19.0.0",
"rimraf": "6.0.1",
"ts-jest": "29.1.1",
"ts-jest": "29.2.5",
"tsup": "8.3.6",
"typescript": "5.2.2"
"typescript": "5.7.3"
},
"dependencies": {
"nanoid": "5.0.3"
"nanoid": "5.0.9"
}
}
8 changes: 4 additions & 4 deletions api/persistent/package.json
Original file line number Diff line number Diff line change
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.304",
"@types/node": "20.17.18",
"cross-env": "7.0.3",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"ts-jest": "29.1.1",
"ts-jest": "29.2.5",
"tsup": "8.3.6",
"typescript": "5.2.2"
"typescript": "5.7.3"
}
}
8 changes: 4 additions & 4 deletions api/selector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,17 +79,17 @@
"@jest/globals": "29.7.0",
"@jest/types": "29.6.3",
"@testing-library/react": "16.2.0",
"@types/chrome": "0.0.251",
"@types/node": "20.9.0",
"@types/chrome": "0.0.304",
"@types/node": "20.17.18",
"@types/react": "19.0.8",
"cross-env": "7.0.3",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"rimraf": "6.0.1",
"ts-jest": "29.1.1",
"ts-jest": "29.2.5",
"tsup": "8.3.6",
"typescript": "5.2.2"
"typescript": "5.7.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.7.3"
}
}
22 changes: 11 additions & 11 deletions cli/plasmo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,33 +47,33 @@
"@plasmohq/parcel-config": "workspace:*",
"@plasmohq/parcel-core": "workspace:*",
"buffer": "6.0.3",
"chalk": "5.3.0",
"change-case": "5.1.2",
"dotenv": "16.3.1",
"chalk": "5.4.1",
"change-case": "5.4.4",
"dotenv": "16.4.7",
"dotenv-expand": "12.0.1",
"events": "3.3.0",
"fast-glob": "3.3.2",
"fflate": "0.8.1",
"get-port": "7.0.0",
"got": "14.4.5",
"fast-glob": "3.3.3",
"fflate": "0.8.2",
"get-port": "7.1.0",
"got": "14.4.6",
"ignore": "7.0.3",
"inquirer": "12.4.1",
"is-path-inside": "4.0.0",
"json5": "2.2.3",
"mnemonic-id": "3.2.7",
"node-object-hash": "3.0.0",
"node-object-hash": "3.1.1",
"package-json": "10.0.1",
"process": "0.11.10",
"semver": "7.5.4",
"semver": "7.7.1",
"sharp": "0.33.5",
"tempy": "3.1.0",
"typescript": "5.2.2"
"typescript": "5.7.3"
},
"devDependencies": {
"@plasmo/config": "workspace:*",
"@plasmo/constants": "workspace:*",
"@plasmo/framework-shared": "workspace:*",
"@plasmo/utils": "workspace:*",
"vue": "3.3.8"
"vue": "3.5.13"
}
}
2 changes: 1 addition & 1 deletion core/parcel-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@parcel/utils": "2.9.3",
"@parcel/watcher": "2.2.0",
"@parcel/workers": "2.9.3",
"abortcontroller-polyfill": "1.7.5",
"abortcontroller-polyfill": "1.7.8",
"nullthrows": "1.1.1"
}
}
2 changes: 1 addition & 1 deletion core/parcel-optimizer-es/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@parcel/plugin": "2.9.3",
"@parcel/source-map": "2.1.1",
"@parcel/utils": "2.9.3",
"@swc/core": "1.3.96",
"@swc/core": "1.10.16",
"nullthrows": "1.1.1"
}
}
2 changes: 1 addition & 1 deletion core/parcel-resolver-post/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"@parcel/types": "2.9.3",
"@parcel/utils": "2.9.3",
"tsup": "8.3.6",
"typescript": "5.2.2"
"typescript": "5.7.3"
}
}
14 changes: 7 additions & 7 deletions core/parcel-resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,24 +34,24 @@
"console-browserify": "1.2.0",
"constants-browserify": "1.0.0",
"crc-32": "1.2.2",
"crypto-browserify": "3.12.0",
"crypto-browserify": "3.12.1",
"domain-browser": "5.7.0",
"esbuild": "0.19.5",
"esbuild": "0.25.0",
"events": "3.3.0",
"https-browserify": "1.0.0",
"os-browserify": "0.3.0",
"path-browserify": "1.0.1",
"process": "0.11.10",
"punycode": "2.3.1",
"querystring-es3": "0.2.1",
"react-refresh": "0.14.0",
"react-refresh": "0.16.0",
"stream-browserify": "3.0.0",
"stream-http": "3.2.0",
"string_decoder": "1.3.0",
"timers-browserify": "2.0.12",
"tsup": "8.3.6",
"tty-browserify": "0.0.1",
"url": "0.11.3",
"url": "0.11.4",
"util": "0.12.5",
"vm-browserify": "1.1.2"
},
Expand All @@ -60,8 +60,8 @@
"@parcel/hash": "2.9.3",
"@parcel/plugin": "2.9.3",
"@parcel/types": "2.9.3",
"fast-glob": "3.3.2",
"fs-extra": "11.1.1",
"got": "14.4.5"
"fast-glob": "3.3.3",
"fs-extra": "11.3.0",
"got": "14.4.6"
}
}
4 changes: 2 additions & 2 deletions core/parcel-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
"@plasmo/framework-shared": "workspace:*",
"@plasmo/utils": "workspace:*",
"@plasmohq/persistent": "workspace:*",
"@types/chrome": "0.0.251",
"@types/chrome": "0.0.304",
"tsup": "8.3.6"
},
"dependencies": {
"@types/trusted-types": "2.0.7",
"@parcel/core": "2.9.3",
"@parcel/plugin": "2.9.3",
"react-refresh": "0.14.0"
"react-refresh": "0.16.0"
}
}
4 changes: 2 additions & 2 deletions core/parcel-transformer-inline-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@parcel/core": "2.9.3",
"@parcel/plugin": "2.9.3",
"@parcel/utils": "2.9.3",
"browserslist": "4.22.1",
"lightningcss": "1.21.8"
"browserslist": "4.24.4",
"lightningcss": "1.29.1"
}
}
4 changes: 2 additions & 2 deletions core/parcel-transformer-manifest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
"tsup": "8.3.6"
},
"dependencies": {
"@mischnic/json-sourcemap": "0.1.0",
"@mischnic/json-sourcemap": "0.1.1",
"@parcel/core": "2.9.3",
"@parcel/diagnostic": "2.9.3",
"@parcel/fs": "2.9.3",
"@parcel/plugin": "2.9.3",
"@parcel/types": "2.9.3",
"@parcel/utils": "2.9.3",
"content-security-policy-parser": "0.4.1",
"content-security-policy-parser": "0.6.0",
"json-schema-to-ts": "3.1.1",
"nullthrows": "1.1.1"
}
Expand Down
2 changes: 1 addition & 1 deletion core/parcel-transformer-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"@parcel/plugin": "2.9.3",
"@parcel/source-map": "2.1.1",
"@parcel/utils": "2.9.3",
"svelte": "4.2.2"
"svelte": "4.2.19"
}
}
6 changes: 3 additions & 3 deletions core/parcel-transformer-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"@parcel/types": "2.9.3",
"@parcel/utils": "2.9.3",
"@plasmohq/consolidate": "0.17.0",
"@vue/compiler-sfc": "3.3.8",
"@vue/compiler-sfc": "3.5.13",
"nullthrows": "1.1.1",
"semver": "7.5.4",
"vue": "3.3.8"
"semver": "7.7.1",
"vue": "3.5.13"
}
}
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,34 +33,34 @@
"pnpm": {
"overrides": {
"@parcel/source-map": "2.1.1",
"react-refresh": "0.14.0"
"react-refresh": "0.16.0"
}
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "4.1.1",
"@ianvs/prettier-plugin-sort-imports": "4.4.1",
"@plasmohq/rps": "workspace:*",
"@types/fs-extra": "11.0.4",
"@types/inquirer": "9.0.7",
"@types/node": "20.9.0",
"@types/node": "20.17.18",
"@types/node-rsa": "1.1.4",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"@types/semver": "7.5.5",
"@types/semver": "7.5.8",
"@types/uuid": "10.0.0",
"@types/ws": "8.5.9",
"esbuild": "0.19.5",
"eslint": "9.20.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-react": "7.33.2",
"fs-extra": "11.1.1",
"globals": "15.14.0",
"prettier": "3.2.4",
"@types/ws": "8.5.14",
"esbuild": "0.25.0",
"eslint": "9.20.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-react": "7.37.4",
"fs-extra": "11.3.0",
"globals": "15.15.0",
"prettier": "3.5.1",
"tsup": "8.3.6",
"turbo": "2.4.0",
"turbo": "2.4.2",
"typescript-eslint": "8.24.0"
},
"engines": {
"node": ">=20.0.0"
},
"packageManager": "[email protected].0"
"packageManager": "[email protected].5"
}
2 changes: 1 addition & 1 deletion packages/framework-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"ws": "8.17.1"
"ws": "8.18.0"
},
"devDependencies": {
"@plasmo/config": "workspace:*",
Expand Down
Loading

0 comments on commit 1e8baec

Please sign in to comment.