Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JumpLink committed Nov 13, 2023
1 parent 8438a22 commit 1bd51b2
Show file tree
Hide file tree
Showing 16 changed files with 350 additions and 258 deletions.
12 changes: 9 additions & 3 deletions .ts-for-gir.packages-all.rc.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,21 @@ export default {
// GNOME Shell gir file dependencies on Fedora Workstation 38 (package: mutter)
'/usr/lib64/mutter-12',

// GNOME Shell gir file dependencies on Ubuntu 22.04 (package: libmutter-10-dev)
// GNOME Shell gir file dependencies on Fedora Workstation 39 (package: mutter)
'/usr/lib64/mutter-13',

// GNOME Shell gir file dependencies on Ubuntu 22.04 (package: libmutter-10-dev)
'/usr/lib/x86_64-linux-gnu/mutter-10',

// GNOME Shell gir file dependencies on Ubuntu 22.10 (package: libmutter-11-dev)
// GNOME Shell gir file dependencies on Ubuntu 22.10 (package: libmutter-11-dev)
'/usr/lib/x86_64-linux-gnu/mutter-11',

// GNOME Shell gir file dependencies on Ubuntu 23.04 (package: libmutter-12-dev)
// GNOME Shell gir file dependencies on Ubuntu 23.04 (package: libmutter-12-dev)
'/usr/lib/x86_64-linux-gnu/mutter-12',

// GNOME Shell gir file dependencies on Ubuntu 23.10 (package: libmutter-13-dev)
'/usr/lib/x86_64-linux-gnu/mutter-13',

// General gir files in this repository
'./vala-girs/gir-1.0',
'./girs',
Expand Down
4 changes: 2 additions & 2 deletions examples/gjs/adw-1-hello/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"author": "Pascal Garber <[email protected]>",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/core": "^7.23.3",
"@rollup/plugin-babel": "^6.0.4",
"@ts-for-gir/cli": "workspace:^",
"rollup": "^4.2.0",
"rollup": "^4.4.0",
"typescript": "^5.2.2",
"vite": "^4.5.0"
}
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.8.10",
"@types/node": "^20.9.0",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"raw-loader": "^4.0.2",
"ts-loader": "^9.5.0",
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.8.10",
"@types/node": "^20.9.0",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"ts-loader": "^9.5.0",
"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.8.10",
"@types/node": "^20.9.0",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"raw-loader": "^4.0.2",
"ts-loader": "^9.5.0",
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.8.10",
"@types/node": "^20.9.0",
"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.8.10",
"@types/node": "^20.9.0",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"ts-loader": "^9.5.0",
"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.8.10",
"@types/node": "^20.9.0",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"raw-loader": "^4.0.2",
"ts-loader": "^9.5.0",
Expand Down
8 changes: 4 additions & 4 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.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"concurrently": "^8.2.2",
"eslint": "^8.52.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"prettier": "^3.0.3",
"prettier": "^3.1.0",
"rimraf": "^5.0.5",
"typescript": "^5.2.2"
},
Expand Down
18 changes: 9 additions & 9 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@
"cli"
],
"devDependencies": {
"@types/inquirer": "^9.0.6",
"@types/node": "^20.8.10",
"@types/yargs": "^17.0.29",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"eslint": "^8.52.0",
"@types/inquirer": "^9.0.7",
"@types/node": "^20.9.0",
"@types/yargs": "^17.0.31",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"prettier": "^3.0.3",
"prettier": "^3.1.0",
"rimraf": "^5.0.5",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
Expand All @@ -73,8 +73,8 @@
"@ts-for-gir/generator-typescript": "workspace:^",
"@ts-for-gir/lib": "workspace:^",
"colorette": "^2.0.20",
"cosmiconfig": "^8.3.6",
"inquirer": "^9.2.11",
"cosmiconfig": "^9.0.0-alpha.3",
"inquirer": "^9.2.12",
"tiny-glob": "^0.2.9",
"yargs": "^17.7.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ export class Config {
* @param configName If the user uses a custom config file name
*/
private static async loadConfigFile(configName?: string): Promise<UserConfigLoadResult | null> {
const configSearchOptions: ConfigSearchOptions = {
const configSearchOptions: Partial<ConfigSearchOptions> = {
loaders: {
// ESM loader
'.js': async (filepath) => {
Expand Down
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": "^20.8.10",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"eslint": "^8.52.0",
"@types/node": "^20.9.0",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"prettier": "^3.0.3",
"prettier": "^3.1.0",
"rimraf": "^5.0.5",
"typescript": "^5.2.2"
},
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": "^20.8.10",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"eslint": "^8.52.0",
"@types/node": "^20.9.0",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"prettier": "^3.0.3",
"prettier": "^3.1.0",
"rimraf": "^5.0.5",
"typescript": "^5.2.2"
},
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 @@ -35,13 +35,13 @@
"generator"
],
"devDependencies": {
"@types/node": "^20.8.10",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"eslint": "^8.52.0",
"@types/node": "^20.9.0",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"prettier": "^3.0.3",
"prettier": "^3.1.0",
"rimraf": "^5.0.5",
"typescript": "^5.2.2"
},
Expand Down
18 changes: 9 additions & 9 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,17 @@
"type definitions"
],
"devDependencies": {
"@types/ejs": "^3.1.4",
"@types/eslint": "8.44.6",
"@types/lodash": "^4.14.200",
"@types/node": "^20.8.10",
"@types/xml2js": "^0.4.13",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"eslint": "^8.52.0",
"@types/ejs": "^3.1.5",
"@types/eslint": "8.44.7",
"@types/lodash": "^4.14.201",
"@types/node": "^20.9.0",
"@types/xml2js": "^0.4.14",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"prettier": "^3.0.3",
"prettier": "^3.1.0",
"rimraf": "^5.0.5",
"typescript": "^5.2.2"
},
Expand Down
Loading

0 comments on commit 1bd51b2

Please sign in to comment.