Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JumpLink committed Aug 31, 2024
1 parent 07d30c2 commit 5dda5c9
Show file tree
Hide file tree
Showing 42 changed files with 1,377 additions and 1,756 deletions.
894 changes: 0 additions & 894 deletions .yarn/releases/yarn-4.3.1.cjs

This file was deleted.

925 changes: 925 additions & 0 deletions .yarn/releases/yarn-4.4.1.cjs

Large diffs are not rendered by default.

18 changes: 8 additions & 10 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,18 @@ compressionLevel: mixed

enableGlobalCache: false

yarnPath: .yarn/releases/yarn-4.3.1.cjs

# Temporary fix for https://github.com/parcel-bundler/parcel/issues/9114
packageExtensions:
"@parcel/node-resolver-core@*":
"@farmfe/cli@*":
dependencies:
"@parcel/core": "*"
"@parcel/types@*":
"@farmfe/core": "*"
"@parcel/fs@*":
dependencies:
"@parcel/core": "*"
"@parcel/fs@*":
"@parcel/node-resolver-core@*":
dependencies:
"@parcel/core": "*"
# Similar fix for Farm, but wait for another fix: https://github.com/farm-fe/farm/issues/1421
"@farmfe/cli@*":
"@parcel/types@*":
dependencies:
"@farmfe/core": "*"
"@parcel/core": "*"

yarnPath: .yarn/releases/yarn-4.4.1.cjs
4 changes: 2 additions & 2 deletions examples/adw-1-hello/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"author": "Pascal Garber <[email protected]>",
"license": "MIT",
"devDependencies": {
"typescript": "^5.5.3",
"vite": "^5.3.4"
"typescript": "^5.5.4",
"vite": "^5.4.2"
},
"dependencies": {
"@girs/adw-1": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion examples/cairo-surfaces-tsc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "Pascal Garber <[email protected]>",
"license": "MIT",
"devDependencies": {
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"dependencies": {
"@girs/gjs": "workspace:^"
Expand Down
2 changes: 1 addition & 1 deletion examples/console-tsc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "Pascal Garber <[email protected]>",
"license": "MIT",
"devDependencies": {
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"dependencies": {
"@girs/gjs": "workspace:^"
Expand Down
4 changes: 2 additions & 2 deletions examples/gio-2-cat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"author": "Pascal Garber <[email protected]>",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.23.0",
"typescript": "^5.5.3"
"esbuild": "^0.23.1",
"typescript": "^5.5.4"
},
"dependencies": {
"@girs/gio-2.0": "workspace:^",
Expand Down
4 changes: 2 additions & 2 deletions examples/gio-2-dbus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"author": "Pascal Garber <[email protected]>",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.23.0",
"typescript": "^5.5.3"
"esbuild": "^0.23.1",
"typescript": "^5.5.4"
},
"dependencies": {
"@girs/gio-2.0": "workspace:^",
Expand Down
4 changes: 2 additions & 2 deletions examples/gio-2-list-model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"author": "Pascal Garber <[email protected]>",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.23.0",
"typescript": "^5.5.3"
"esbuild": "^0.23.1",
"typescript": "^5.5.4"
},
"dependencies": {
"@girs/gio-2.0": "workspace:^",
Expand Down
4 changes: 2 additions & 2 deletions examples/glib-2-spawn-command/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"devDependencies": {
"fork-ts-checker-webpack-plugin": "^9.0.2",
"ts-loader": "^9.5.1",
"typescript": "^5.5.3",
"webpack": "^5.93.0",
"typescript": "^5.5.4",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/glib-2-variant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"author": "Pascal Garber <[email protected]>",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.23.0",
"typescript": "^5.5.3"
"esbuild": "^0.23.1",
"typescript": "^5.5.4"
},
"dependencies": {
"@girs/gio-2.0": "workspace:^",
Expand Down
4 changes: 2 additions & 2 deletions examples/gtk-3-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"devDependencies": {
"fork-ts-checker-webpack-plugin": "^9.0.2",
"ts-loader": "^9.5.1",
"typescript": "^5.5.3",
"webpack": "^5.93.0",
"typescript": "^5.5.4",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/gtk-3-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"fork-ts-checker-webpack-plugin": "^9.0.2",
"raw-loader": "^4.0.2",
"ts-loader": "^9.5.1",
"typescript": "^5.5.3",
"webpack": "^5.93.0",
"typescript": "^5.5.4",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/gtk-3-calc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"author": "Pascal Garber <[email protected]>",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.23.0",
"typescript": "^5.5.3"
"esbuild": "^0.23.1",
"typescript": "^5.5.4"
},
"dependencies": {
"@girs/gjs": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion examples/gtk-3-clutter-tsc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "Pascal Garber <[email protected]>",
"license": "MIT",
"devDependencies": {
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"dependencies": {
"@girs/clutter-1.0": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion examples/gtk-3-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@parcel/resolver-default": "^2.12.0",
"parcel": "^2.12.0",
"parcel-plugin-externals": "^0.5.2",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"dependencies": {
"@girs/gjs": "workspace:^",
Expand Down
4 changes: 2 additions & 2 deletions examples/gtk-3-hello-2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"author": "Pascal Garber <[email protected]>",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.23.0",
"typescript": "^5.5.3"
"esbuild": "^0.23.1",
"typescript": "^5.5.4"
},
"dependencies": {
"@girs/gjs": "workspace:^",
Expand Down
4 changes: 2 additions & 2 deletions examples/gtk-3-hello/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"license": "Apache-2.0",
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.2.3",
"rollup": "^4.18.1",
"typescript": "^5.5.3"
"rollup": "^4.21.2",
"typescript": "^5.5.4"
},
"dependencies": {
"@girs/gjs": "workspace:^",
Expand Down
4 changes: 2 additions & 2 deletions examples/gtk-3-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"author": "Pascal Garber <[email protected]>",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.23.0",
"typescript": "^5.5.3"
"esbuild": "^0.23.1",
"typescript": "^5.5.4"
},
"dependencies": {
"@girs/gjs": "workspace:^",
Expand Down
4 changes: 2 additions & 2 deletions examples/gtk-3-webkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"author": "Pascal Garber <[email protected]>",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.23.0",
"typescript": "^5.5.3"
"esbuild": "^0.23.1",
"typescript": "^5.5.4"
},
"dependencies": {
"@girs/gjs": "workspace:^",
Expand Down
4 changes: 2 additions & 2 deletions examples/gtk-4-application/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"author": "Pascal Garber <[email protected]>",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.23.0",
"typescript": "^5.5.3"
"esbuild": "^0.23.1",
"typescript": "^5.5.4"
},
"dependencies": {
"@girs/gio-2.0": "workspace:^",
Expand Down
4 changes: 2 additions & 2 deletions examples/gtk-4-custom-widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"license": "MIT",
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.23.0",
"typescript": "^5.5.3"
"esbuild": "^0.23.1",
"typescript": "^5.5.4"
},
"dependencies": {
"@girs/gio-2.0": "workspace:^",
Expand Down
4 changes: 2 additions & 2 deletions examples/gtk-4-gettext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"author": "Pascal Garber <[email protected]>",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.23.0",
"typescript": "^5.5.3"
"esbuild": "^0.23.1",
"typescript": "^5.5.4"
},
"dependencies": {
"@girs/gjs": "workspace:^",
Expand Down
4 changes: 2 additions & 2 deletions examples/gtk-4-list-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"author": "Pascal Garber <[email protected]>",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.23.0",
"typescript": "^5.5.3"
"esbuild": "^0.23.1",
"typescript": "^5.5.4"
},
"dependencies": {
"@girs/gio-2.0": "workspace:^",
Expand Down
4 changes: 2 additions & 2 deletions examples/gtk-4-template-esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"author": "Pascal Garber <[email protected]>",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.23.0",
"typescript": "^5.5.3"
"esbuild": "^0.23.1",
"typescript": "^5.5.4"
},
"dependencies": {
"@girs/gio-2.0": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion examples/gtk-4-template-tsc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "Pascal Garber <[email protected]>",
"license": "MIT",
"devDependencies": {
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"dependencies": {
"@girs/gio-2.0": "workspace:^",
Expand Down
4 changes: 2 additions & 2 deletions examples/gtk-4-template-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"author": "Pascal Garber <[email protected]>",
"license": "MIT",
"devDependencies": {
"typescript": "^5.5.3",
"vite": "^5.3.4"
"typescript": "^5.5.4",
"vite": "^5.4.2"
},
"dependencies": {
"@girs/gdk-4.0": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion examples/pkg-tsc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "Pascal Garber <[email protected]>",
"license": "MIT",
"devDependencies": {
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"dependencies": {
"@girs/gjs": "workspace:^"
Expand Down
4 changes: 2 additions & 2 deletions examples/run-async/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"author": "Pascal Garber <[email protected]>",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.23.0",
"typescript": "^5.5.3"
"esbuild": "^0.23.1",
"typescript": "^5.5.4"
},
"dependencies": {
"@girs/adw-1": "workspace:^",
Expand Down
4 changes: 2 additions & 2 deletions examples/soup-3-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"author": "Pascal Garber <[email protected]>",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.23.0",
"typescript": "^5.5.3"
"esbuild": "^0.23.1",
"typescript": "^5.5.4"
},
"dependencies": {
"@girs/gio-2.0": "workspace:^",
Expand Down
4 changes: 2 additions & 2 deletions examples/soup-3-websocket/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"author": "Pascal Garber <[email protected]>",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.23.0",
"typescript": "^5.5.3"
"esbuild": "^0.23.1",
"typescript": "^5.5.4"
},
"dependencies": {
"@girs/gio-2.0": "workspace:^",
Expand Down
4 changes: 2 additions & 2 deletions examples/timers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"author": "Pascal Garber <[email protected]>",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.23.0",
"typescript": "^5.5.3"
"esbuild": "^0.23.1",
"typescript": "^5.5.4"
},
"dependencies": {
"@girs/gjs": "workspace:^"
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,21 +80,21 @@
],
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"concurrently": "^8.2.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"workspaces": [
"examples/*",
"tests/*",
"packages/*",
"types/*"
],
"packageManager": "yarn@4.3.1"
"packageManager": "yarn@4.4.1"
}
12 changes: 6 additions & 6 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,16 @@
],
"devDependencies": {
"@types/inquirer": "^9.0.7",
"@types/node": "^20.14.11",
"@types/yargs": "^17.0.32",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@types/node": "^20.16.2",
"@types/yargs": "^17.0.33",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"dependencies": {
"@gi.ts/parser": "workspace:^",
Expand All @@ -74,7 +74,7 @@
"colorette": "^2.0.20",
"cosmiconfig": "^9.0.0",
"glob": "^11.0.0",
"inquirer": "^9.3.5",
"inquirer": "^9.3.6",
"prettier": "^3.3.3",
"yargs": "^17.7.2"
}
Expand Down
Loading

0 comments on commit 5dda5c9

Please sign in to comment.