Skip to content

Commit

Permalink
chore: Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JumpLink committed Dec 12, 2023
1 parent cbee6cc commit c10a789
Show file tree
Hide file tree
Showing 39 changed files with 566 additions and 288 deletions.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
- Create a Reporter to create a text or json file with warnings like unknown types, renaming, etc and a summary of all that (e.g. 5 type conflicts resolved, 8 unknown types of *gint)
- Update types for GJS v1.75.2, see https://gitlab.gnome.org/GNOME/gjs/-/commit/666755b3b09d765e43d415e76105b828517b5509

# Dev
- Upgrade dependencies

# 3.2.6
- Upgrade dependencies
Expand Down
6 changes: 3 additions & 3 deletions examples/gjs/adw-1-hello/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"author": "Pascal Garber <[email protected]>",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.23.5",
"@babel/core": "^7.23.6",
"@rollup/plugin-babel": "^6.0.4",
"@ts-for-gir/cli": "workspace:^",
"rollup": "^4.6.1",
"rollup": "^4.8.0",
"typescript": "5.2.2",
"vite": "^5.0.5"
"vite": "^5.0.7"
}
}
2 changes: 1 addition & 1 deletion examples/gjs/gio-2-cat-alias/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"license": "MIT",
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.19.8",
"esbuild": "^0.19.9",
"typescript": "5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/gjs/gio-2-cat-packages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"author": "Pascal Garber <[email protected]>",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.19.8",
"esbuild": "^0.19.9",
"typescript": "5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/gjs/gio-2-cat-promisify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"license": "MIT",
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.19.8",
"esbuild": "^0.19.9",
"typescript": "5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/gjs/gio-2-cat-types-only/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"license": "MIT",
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.19.8",
"esbuild": "^0.19.9",
"typescript": "5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/gjs/gio-2-cat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"license": "MIT",
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.19.8",
"esbuild": "^0.19.9",
"typescript": "5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/gjs/gio-2-dbus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"license": "MIT",
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.19.8",
"esbuild": "^0.19.9",
"typescript": "5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/gjs/gio-2-list-model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"license": "MIT",
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.19.8",
"esbuild": "^0.19.9",
"typescript": "5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/gjs/glib-2-variant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"license": "MIT",
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.19.8",
"esbuild": "^0.19.9",
"typescript": "5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/gjs/gtk-3-application/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"license": "MIT",
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.19.8",
"esbuild": "^0.19.9",
"typescript": "5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/gjs/gtk-3-calc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"license": "MIT",
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.19.8",
"esbuild": "^0.19.9",
"typescript": "5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/gjs/gtk-3-gettext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"license": "MIT",
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.19.8",
"esbuild": "^0.19.9",
"typescript": "5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/gjs/gtk-3-hello-2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"license": "MIT",
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.19.8",
"esbuild": "^0.19.9",
"typescript": "5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/gjs/gtk-3-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"license": "MIT",
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.19.8",
"esbuild": "^0.19.9",
"typescript": "5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/gjs/gtk-3-webkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"license": "MIT",
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.19.8",
"esbuild": "^0.19.9",
"typescript": "5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/gjs/gtk-4-custom-widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"license": "MIT",
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.19.8",
"esbuild": "^0.19.9",
"typescript": "5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/gjs/gtk-4-list-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"license": "MIT",
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.19.8",
"esbuild": "^0.19.9",
"typescript": "5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/gjs/gtk-4-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"license": "MIT",
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.19.8",
"esbuild": "^0.19.9",
"typescript": "5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/gjs/run-async/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"author": "Pascal Garber <[email protected]>",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.19.8",
"esbuild": "^0.19.9",
"typescript": "5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/gjs/soup-3-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"license": "MIT",
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.19.8",
"esbuild": "^0.19.9",
"typescript": "5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/gjs/soup-3-websocket/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"license": "MIT",
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.19.8",
"esbuild": "^0.19.9",
"typescript": "5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/gjs/timers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"license": "MIT",
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.19.8",
"esbuild": "^0.19.9",
"typescript": "5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/node-gtk/gio-2-cat-packages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"author": "Pascal Garber <[email protected]>",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.19.8",
"esbuild": "^0.19.9",
"typescript": "5.2.2"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/node-gtk/glib-2-spawn-command/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"@types/node": "^20.10.3",
"@types/node": "^20.10.4",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"raw-loader": "^4.0.2",
"ts-loader": "^9.5.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/node-gtk/gtk-3-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"@types/node": "^20.10.3",
"@types/node": "^20.10.4",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"ts-loader": "^9.5.1",
"typescript": "5.2.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"@types/node": "^20.10.3",
"@types/node": "^20.10.4",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"raw-loader": "^4.0.2",
"ts-loader": "^9.5.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/node-gtk/gtk-3-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"@types/node": "^20.10.3",
"@types/node": "^20.10.4",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"raw-loader": "^4.0.2",
"terser-webpack-plugin": "^5.3.9",
Expand Down
2 changes: 1 addition & 1 deletion examples/node-gtk/gtk-3-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"@types/node": "^20.10.3",
"@types/node": "^20.10.4",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"ts-loader": "^9.5.1",
"typescript": "5.2.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/node-gtk/gtk-3-hello/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"@types/node": "^20.10.3",
"@types/node": "^20.10.4",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"raw-loader": "^4.0.2",
"ts-loader": "^9.5.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/node-gtk/gtk-4-custom-widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"license": "MIT",
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.19.8",
"esbuild": "^0.19.9",
"typescript": "5.2.2"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/node-gtk/soup-3-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"license": "MIT",
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.19.8",
"esbuild": "^0.19.9",
"typescript": "5.2.2"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,13 +140,13 @@
],
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"concurrently": "^8.2.2",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.1",
"prettier": "^3.1.0",
"prettier": "^3.1.1",
"rimraf": "^5.0.5",
"typescript": "5.2.2"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,16 @@
],
"devDependencies": {
"@types/inquirer": "^9.0.7",
"@types/node": "^20.10.3",
"@types/node": "^20.10.4",
"@types/yargs": "^17.0.32",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.1",
"prettier": "^3.1.0",
"prettier": "^3.1.1",
"rimraf": "^5.0.5",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"typescript": "5.2.2"
},
"dependencies": {
Expand Down
8 changes: 4 additions & 4 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": "^20.10.3",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@types/node": "^20.10.4",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.1",
"prettier": "^3.1.0",
"prettier": "^3.1.1",
"rimraf": "^5.0.5",
"typescript": "5.2.2"
},
Expand Down
8 changes: 4 additions & 4 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": "^20.10.3",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@types/node": "^20.10.4",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.1",
"prettier": "^3.1.0",
"prettier": "^3.1.1",
"rimraf": "^5.0.5",
"typescript": "5.2.2"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/generator-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
"generator"
],
"devDependencies": {
"@types/node": "^20.10.3",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@types/node": "^20.10.4",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.1",
"prettier": "^3.1.0",
"prettier": "^3.1.1",
"rimraf": "^5.0.5",
"typescript": "5.2.2"
},
Expand Down
Loading

0 comments on commit c10a789

Please sign in to comment.