Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JumpLink committed Nov 1, 2024
1 parent 72ad963 commit ec732f1
Show file tree
Hide file tree
Showing 42 changed files with 1,150 additions and 1,090 deletions.
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
"prettier.prettierPath": ".yarn/sdks/prettier/index.cjs",
"typescript.tsdk": ".yarn/sdks/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true,
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.tabSize": 2,
"editor.formatOnSave": true
},
"cSpell.words": [
"outdir"
]
Expand Down
725 changes: 367 additions & 358 deletions .yarn/releases/yarn-4.5.0.cjs → .yarn/releases/yarn-4.5.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ packageExtensions:
dependencies:
"@parcel/core": "*"

yarnPath: .yarn/releases/yarn-4.5.0.cjs
yarnPath: .yarn/releases/yarn-4.5.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.6.2",
"vite": "^5.4.6"
"typescript": "^5.6.3",
"vite": "^5.4.10"
},
"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.6.2"
"typescript": "^5.6.3"
},
"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.6.2"
"typescript": "^5.6.3"
},
"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.1",
"typescript": "^5.6.2"
"esbuild": "^0.24.0",
"typescript": "^5.6.3"
},
"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.1",
"typescript": "^5.6.2"
"esbuild": "^0.24.0",
"typescript": "^5.6.3"
},
"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.1",
"typescript": "^5.6.2"
"esbuild": "^0.24.0",
"typescript": "^5.6.3"
},
"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.6.2",
"webpack": "^5.94.0",
"typescript": "^5.6.3",
"webpack": "^5.96.1",
"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.1",
"typescript": "^5.6.2"
"esbuild": "^0.24.0",
"typescript": "^5.6.3"
},
"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.6.2",
"webpack": "^5.94.0",
"typescript": "^5.6.3",
"webpack": "^5.96.1",
"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.6.2",
"webpack": "^5.94.0",
"typescript": "^5.6.3",
"webpack": "^5.96.1",
"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.1",
"typescript": "^5.6.2"
"esbuild": "^0.24.0",
"typescript": "^5.6.3"
},
"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.6.2"
"typescript": "^5.6.3"
},
"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.6.2"
"typescript": "^5.6.3"
},
"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.1",
"typescript": "^5.6.2"
"esbuild": "^0.24.0",
"typescript": "^5.6.3"
},
"dependencies": {
"@girs/gjs": "workspace:^",
Expand Down
6 changes: 3 additions & 3 deletions examples/gtk-3-hello/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"author": "",
"license": "Apache-2.0",
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.2.3",
"rollup": "^4.22.2",
"typescript": "^5.6.2"
"@rollup/plugin-node-resolve": "^15.3.0",
"rollup": "^4.24.3",
"typescript": "^5.6.3"
},
"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.1",
"typescript": "^5.6.2"
"esbuild": "^0.24.0",
"typescript": "^5.6.3"
},
"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.1",
"typescript": "^5.6.2"
"esbuild": "^0.24.0",
"typescript": "^5.6.3"
},
"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.1",
"typescript": "^5.6.2"
"esbuild": "^0.24.0",
"typescript": "^5.6.3"
},
"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.1",
"typescript": "^5.6.2"
"esbuild": "^0.24.0",
"typescript": "^5.6.3"
},
"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.1",
"typescript": "^5.6.2"
"esbuild": "^0.24.0",
"typescript": "^5.6.3"
},
"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.1",
"typescript": "^5.6.2"
"esbuild": "^0.24.0",
"typescript": "^5.6.3"
},
"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.1",
"typescript": "^5.6.2"
"esbuild": "^0.24.0",
"typescript": "^5.6.3"
},
"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.6.2"
"typescript": "^5.6.3"
},
"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.6.2",
"vite": "^5.4.6"
"typescript": "^5.6.3",
"vite": "^5.4.10"
},
"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.6.2"
"typescript": "^5.6.3"
},
"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.1",
"typescript": "^5.6.2"
"esbuild": "^0.24.0",
"typescript": "^5.6.3"
},
"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.1",
"typescript": "^5.6.2"
"esbuild": "^0.24.0",
"typescript": "^5.6.3"
},
"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.1",
"typescript": "^5.6.2"
"esbuild": "^0.24.0",
"typescript": "^5.6.3"
},
"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.1",
"typescript": "^5.6.2"
"esbuild": "^0.24.0",
"typescript": "^5.6.3"
},
"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": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"concurrently": "^9.0.1",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"workspaces": [
"examples/*",
"tests/*",
"packages/*",
"types/*"
],
"packageManager": "[email protected].0"
"packageManager": "[email protected].1"
}
11 changes: 6 additions & 5 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,27 +54,28 @@
],
"devDependencies": {
"@types/inquirer": "^9.0.7",
"@types/node": "^22.5.5",
"@types/node": "^22.8.6",
"@types/yargs": "^17.0.33",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"dependencies": {
"@gi.ts/parser": "workspace:^",
"@inquirer/prompts": "^7.0.1",
"@ts-for-gir/generator-base": "workspace:^",
"@ts-for-gir/generator-html-doc": "workspace:^",
"@ts-for-gir/generator-typescript": "workspace:^",
"@ts-for-gir/lib": "workspace:^",
"colorette": "^2.0.20",
"cosmiconfig": "^9.0.0",
"glob": "^11.0.0",
"inquirer": "^9.3.6",
"inquirer": "^12.0.1",
"prettier": "^3.3.3",
"yargs": "^17.7.2"
}
Expand Down
Loading

0 comments on commit ec732f1

Please sign in to comment.