Skip to content

Commit

Permalink
chore: Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JumpLink committed Feb 15, 2024
1 parent 92f5219 commit cadf984
Show file tree
Hide file tree
Showing 48 changed files with 1,539 additions and 1,477 deletions.
2 changes: 2 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[submodule "test/girs/vala-girs"]
path = vala-girs
url = https://github.com/nemequ/vala-girs.git
branch = master
[submodule "types"]
path = types
url = https://github.com/gjsify/types
branch = main
672 changes: 336 additions & 336 deletions .yarn/releases/yarn-4.0.2.cjs → .yarn/releases/yarn-4.1.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 @@ -4,4 +4,4 @@ enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.0.2.cjs
yarnPath: .yarn/releases/yarn-4.1.0.cjs
17 changes: 14 additions & 3 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,20 +50,31 @@ sudo dnf install gnome-shell gcr-devel gnome-desktop3-devel
sudo dnf install gnome-bluetooth-libs-devel
```

Checkout this repository, install the dependencies and build:
Checkout this repository:

```bash
git clone --recurse-submodules [email protected]:gjsify/ts-for-gir.git
cd ts-for-gir
```

Alternatively, you can fetch the submodules after cloning the repository:

```bash
git clone https://github.com/gjsify/ts-for-gir
cd ts-for-gir
git submodule update --init
```

Install the dependencies and build:

```bash
yarn install
yarn run build
```

Generate example type definitions:

```bash
yarn run test:girs:gtk4
yarn run test:girs:gjs:gtk4
```

## Gir XML Format
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.7",
"@babel/core": "^7.23.9",
"@rollup/plugin-babel": "^6.0.4",
"@ts-for-gir/cli": "workspace:^",
"rollup": "^4.9.2",
"rollup": "^4.11.0",
"typescript": "5.2.2",
"vite": "^5.0.12"
"vite": "^5.1.3"
}
}
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.11",
"esbuild": "^0.20.0",
"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.11",
"esbuild": "^0.20.0",
"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.11",
"esbuild": "^0.20.0",
"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.11",
"esbuild": "^0.20.0",
"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.11",
"esbuild": "^0.20.0",
"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.11",
"esbuild": "^0.20.0",
"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.11",
"esbuild": "^0.20.0",
"typescript": "5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/gjs/glib-2-spawn-command/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"fork-ts-checker-webpack-plugin": "^9.0.2",
"ts-loader": "^9.5.1",
"typescript": "5.2.2",
"webpack": "^5.89.0",
"webpack": "^5.90.2",
"webpack-cli": "^5.1.4"
}
}
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.11",
"esbuild": "^0.20.0",
"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.11",
"esbuild": "^0.20.0",
"typescript": "5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/gjs/gtk-3-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"fork-ts-checker-webpack-plugin": "^9.0.2",
"ts-loader": "^9.5.1",
"typescript": "5.2.2",
"webpack": "^5.89.0",
"webpack": "^5.90.2",
"webpack-cli": "^5.1.4"
}
}
2 changes: 1 addition & 1 deletion examples/gjs/gtk-3-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"raw-loader": "^4.0.2",
"ts-loader": "^9.5.1",
"typescript": "5.2.2",
"webpack": "^5.89.0",
"webpack": "^5.90.2",
"webpack-cli": "^5.1.4"
}
}
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.11",
"esbuild": "^0.20.0",
"typescript": "5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/gjs/gtk-3-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"fork-ts-checker-webpack-plugin": "^9.0.2",
"ts-loader": "^9.5.1",
"typescript": "5.2.2",
"webpack": "^5.89.0",
"webpack": "^5.90.2",
"webpack-cli": "^5.1.4"
}
}
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.11",
"esbuild": "^0.20.0",
"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.11",
"esbuild": "^0.20.0",
"typescript": "5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/gjs/gtk-3-hello/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"fork-ts-checker-webpack-plugin": "^9.0.2",
"ts-loader": "^9.5.1",
"typescript": "5.2.2",
"webpack": "^5.89.0",
"webpack": "^5.90.2",
"webpack-cli": "^5.1.4"
}
}
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.11",
"esbuild": "^0.20.0",
"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.11",
"esbuild": "^0.20.0",
"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.11",
"esbuild": "^0.20.0",
"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.11",
"esbuild": "^0.20.0",
"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.11",
"esbuild": "^0.20.0",
"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.11",
"esbuild": "^0.20.0",
"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.11",
"esbuild": "^0.20.0",
"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.11",
"esbuild": "^0.20.0",
"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.11",
"esbuild": "^0.20.0",
"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.11",
"esbuild": "^0.20.0",
"typescript": "5.2.2"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/node-gtk/glib-2-spawn-command/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
},
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"@types/node": "^20.10.6",
"@types/node": "^20.11.18",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"raw-loader": "^4.0.2",
"ts-loader": "^9.5.1",
"typescript": "5.2.2",
"webpack": "^5.89.0",
"webpack": "^5.90.2",
"webpack-cli": "^5.1.4",
"webpack-node-externals": "^3.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/node-gtk/gtk-3-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
},
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"@types/node": "^20.10.6",
"@types/node": "^20.11.18",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"ts-loader": "^9.5.1",
"typescript": "5.2.2",
"webpack": "^5.89.0",
"webpack": "^5.90.2",
"webpack-cli": "^5.1.4",
"webpack-node-externals": "^3.0.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
},
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"@types/node": "^20.10.6",
"@types/node": "^20.11.18",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"raw-loader": "^4.0.2",
"ts-loader": "^9.5.1",
"typescript": "5.2.2",
"webpack": "^5.89.0",
"webpack": "^5.90.2",
"webpack-cli": "^5.1.4",
"webpack-node-externals": "^3.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/node-gtk/gtk-3-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
},
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"@types/node": "^20.10.6",
"@types/node": "^20.11.18",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"raw-loader": "^4.0.2",
"terser-webpack-plugin": "^5.3.10",
"ts-loader": "^9.5.1",
"typescript": "5.2.2",
"webpack": "^5.89.0",
"webpack": "^5.90.2",
"webpack-cli": "^5.1.4",
"webpack-node-externals": "^3.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/node-gtk/gtk-3-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
},
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"@types/node": "^20.10.6",
"@types/node": "^20.11.18",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"ts-loader": "^9.5.1",
"typescript": "5.2.2",
"webpack": "^5.89.0",
"webpack": "^5.90.2",
"webpack-cli": "^5.1.4",
"webpack-node-externals": "^3.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/node-gtk/gtk-3-hello/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
},
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"@types/node": "^20.10.6",
"@types/node": "^20.11.18",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"raw-loader": "^4.0.2",
"ts-loader": "^9.5.1",
"typescript": "5.2.2",
"webpack": "^5.89.0",
"webpack": "^5.90.2",
"webpack-cli": "^5.1.4",
"webpack-node-externals": "^3.0.0"
},
Expand Down
Loading

0 comments on commit cadf984

Please sign in to comment.