Skip to content

Commit

Permalink
chore: Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JumpLink committed Jan 2, 2025
1 parent a366faa commit fe9ca02
Show file tree
Hide file tree
Showing 36 changed files with 1,697 additions and 1,336 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
22
556 changes: 278 additions & 278 deletions .yarn/releases/yarn-4.5.1.cjs → .yarn/releases/yarn-4.6.0.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 @@ -18,4 +18,4 @@ packageExtensions:
dependencies:
"@parcel/core": "*"

yarnPath: .yarn/releases/yarn-4.5.1.cjs
yarnPath: .yarn/releases/yarn-4.6.0.cjs
2 changes: 1 addition & 1 deletion examples/adw-1-hello/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"license": "MIT",
"devDependencies": {
"typescript": "^5.6.3",
"vite": "^5.4.10"
"vite": "^5.4.11"
},
"dependencies": {
"@girs/adw-1": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion examples/gio-2-cat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"author": "Pascal Garber <pascal@artandcode.studio>",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.24.0",
"esbuild": "^0.24.2",
"typescript": "^5.6.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/gio-2-dbus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"author": "Pascal Garber <pascal@artandcode.studio>",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.24.0",
"esbuild": "^0.24.2",
"typescript": "^5.6.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/gio-2-list-model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"author": "Pascal Garber <pascal@artandcode.studio>",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.24.0",
"esbuild": "^0.24.2",
"typescript": "^5.6.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/glib-2-spawn-command/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"fork-ts-checker-webpack-plugin": "^9.0.2",
"ts-loader": "^9.5.1",
"typescript": "^5.6.3",
"webpack": "^5.96.1",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.4"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/glib-2-variant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "Pascal Garber <pascal@artandcode.studio>",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.24.0",
"esbuild": "^0.24.2",
"typescript": "^5.6.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/gtk-3-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"fork-ts-checker-webpack-plugin": "^9.0.2",
"ts-loader": "^9.5.1",
"typescript": "^5.6.3",
"webpack": "^5.96.1",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.4"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/gtk-3-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"raw-loader": "^4.0.2",
"ts-loader": "^9.5.1",
"typescript": "^5.6.3",
"webpack": "^5.96.1",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.4"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/gtk-3-calc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "Pascal Garber <pascal@artandcode.studio>",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.24.0",
"esbuild": "^0.24.2",
"typescript": "^5.6.3"
},
"dependencies": {
Expand Down
8 changes: 4 additions & 4 deletions examples/gtk-3-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"author": "",
"license": "Apache-2.0",
"devDependencies": {
"@parcel/config-default": "^2.12.0",
"@parcel/plugin": "^2.12.0",
"@parcel/resolver-default": "^2.12.0",
"parcel": "^2.12.0",
"@parcel/config-default": "^2.13.3",
"@parcel/plugin": "^2.13.3",
"@parcel/resolver-default": "^2.13.3",
"parcel": "^2.13.3",
"parcel-plugin-externals": "^0.5.2",
"typescript": "^5.6.3"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/gtk-3-hello-2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "Pascal Garber <pascal@artandcode.studio>",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.24.0",
"esbuild": "^0.24.2",
"typescript": "^5.6.3"
},
"dependencies": {
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 @@ -19,8 +19,8 @@
"author": "",
"license": "Apache-2.0",
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.3.0",
"rollup": "^4.25.0",
"@rollup/plugin-node-resolve": "^16.0.0",
"rollup": "^4.29.1",
"typescript": "^5.6.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/gtk-3-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "Pascal Garber <pascal@artandcode.studio>",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.24.0",
"esbuild": "^0.24.2",
"typescript": "^5.6.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/gtk-3-webkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "Pascal Garber <pascal@artandcode.studio>",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.24.0",
"esbuild": "^0.24.2",
"typescript": "^5.6.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/gtk-4-application/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "Pascal Garber <pascal@artandcode.studio>",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.24.0",
"esbuild": "^0.24.2",
"typescript": "^5.6.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/gtk-4-custom-widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"license": "MIT",
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.24.0",
"esbuild": "^0.24.2",
"typescript": "^5.6.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/gtk-4-gettext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "Pascal Garber <pascal@artandcode.studio>",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.24.0",
"esbuild": "^0.24.2",
"typescript": "^5.6.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/gtk-4-list-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "Pascal Garber <pascal@artandcode.studio>",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.24.0",
"esbuild": "^0.24.2",
"typescript": "^5.6.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/gtk-4-template-esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "Pascal Garber <pascal@artandcode.studio>",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.24.0",
"esbuild": "^0.24.2",
"typescript": "^5.6.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/gtk-4-template-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"license": "MIT",
"devDependencies": {
"typescript": "^5.6.3",
"vite": "^5.4.10"
"vite": "^5.4.11"
},
"dependencies": {
"@girs/gdk-4.0": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion examples/run-async/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "Pascal Garber <pascal@artandcode.studio>",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.24.0",
"esbuild": "^0.24.2",
"typescript": "^5.6.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/soup-3-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"author": "Pascal Garber <pascal@artandcode.studio>",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.24.0",
"esbuild": "^0.24.2",
"typescript": "^5.6.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/soup-3-websocket/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "Pascal Garber <pascal@artandcode.studio>",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.24.0",
"esbuild": "^0.24.2",
"typescript": "^5.6.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/timers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "Pascal Garber <pascal@artandcode.studio>",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.24.0",
"esbuild": "^0.24.2",
"typescript": "^5.6.3"
},
"dependencies": {
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,15 @@
"type definitions"
],
"devDependencies": {
"@eslint/js": "^9.14.0",
"@eslint/js": "^9.17.0",
"@ts-for-gir/cli": "workspace:^",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"concurrently": "^9.1.0",
"eslint": "^9.14.0",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"concurrently": "^9.1.2",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"rimraf": "^6.0.1",
"typescript": "^5.6.3"
},
Expand All @@ -90,5 +90,5 @@
"packages/*",
"types/*"
],
"packageManager": "yarn@4.5.1"
"packageManager": "yarn@4.6.0"
}
14 changes: 7 additions & 7 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@
],
"devDependencies": {
"@types/inquirer": "^9.0.7",
"@types/node": "^22.9.0",
"@types/node": "^22.10.3",
"@types/yargs": "^17.0.33",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"eslint": "^9.14.0",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"rimraf": "^6.0.1",
Expand All @@ -67,16 +67,16 @@
},
"dependencies": {
"@gi.ts/parser": "workspace:^",
"@inquirer/prompts": "^7.0.1",
"@inquirer/prompts": "^7.2.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": "^12.0.1",
"prettier": "^3.3.3",
"inquirer": "^12.3.0",
"prettier": "^3.4.2",
"yargs": "^17.7.2"
}
}
10 changes: 5 additions & 5 deletions packages/generator-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
"generator"
],
"devDependencies": {
"@types/node": "^22.9.0",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"eslint": "^9.14.0",
"@types/node": "^22.10.3",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"rimraf": "^6.0.1",
"typescript": "^5.6.3"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/generator-html-doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
"generator"
],
"devDependencies": {
"@types/node": "^22.9.0",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"eslint": "^9.14.0",
"@types/node": "^22.10.3",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"rimraf": "^6.0.1",
"typescript": "^5.6.3"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/generator-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@
],
"devDependencies": {
"@types/ejs": "^3.1.5",
"@types/node": "^22.9.0",
"@types/node": "^22.10.3",
"@types/xml2js": "^0.4.14",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"eslint": "^9.14.0",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"rimraf": "^6.0.1",
"typescript": "^5.6.3"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@
"@types/ejs": "^3.1.5",
"@types/eslint": "9.6.1",
"@types/lodash": "^4.17.13",
"@types/node": "^22.9.0",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"eslint": "^9.14.0",
"@types/node": "^22.10.3",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"rimraf": "^6.0.1",
"typescript": "^5.6.3"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
"prepack": "rm -rf dist && yarn build"
},
"dependencies": {
"fast-xml-parser": "^4.5.0"
"fast-xml-parser": "^4.5.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"eslint": "^9.14.0",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"typescript": "^5.6.3"
}
}
Loading

0 comments on commit fe9ca02

Please sign in to comment.