Skip to content

Commit

Permalink
Merge branch 'main' into param-spec-string
Browse files Browse the repository at this point in the history
  • Loading branch information
JumpLink committed Feb 11, 2025
2 parents 3567561 + 0f121dc commit 6638403
Show file tree
Hide file tree
Showing 90 changed files with 29,906 additions and 30,819 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Update package repository
run: sudo apt-get update; # sudo apt-get upgrade
- name: Install dependencies
run: sudo apt-get --yes install gjs libappindicator3-dev libgda-5.0-dev libgirepository1.0-dev libgtk-3-dev libgtk-4-dev libgtksourceview-3.0-dev libnotify-dev libsoup2.4-dev libsoup-3.0-dev libwebkit2gtk-4.0-dev libadwaita-1-dev gnome-shell-common libmutter-10-dev libgcr-3-dev libgnome-desktop-3-dev build-essential gobject-introspection libgirepository1.0-dev libcairo2-dev
run: sudo apt-get --yes install gjs libappindicator3-dev libgda-5.0-dev libgirepository1.0-dev libgtk-3-dev libgtk-4-dev libgtksourceview-3.0-dev libnotify-dev libsoup2.4-dev libsoup-3.0-dev libwebkit2gtk-4.1-dev libadwaita-1-dev gnome-shell-common libmutter-14-dev libgcr-3-dev libgnome-desktop-4-dev build-essential gobject-introspection libgirepository1.0-dev libcairo2-dev
- run: yarn --version
- run: node --version
- run: gjs --version
Expand Down
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
4 changes: 2 additions & 2 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sudo apt-get update && sudo apt-get install \
libadwaita-1-dev

# Fedora
sudo dnf update && sudo dnf install \
sudo dnf install \
libappindicator-gtk3-devel \
libgda-devel \
gobject-introspection-devel \
Expand Down Expand Up @@ -152,4 +152,4 @@ NODE_OPTIONS=--max-old-space-size=25600 yarn ...
* [gjs-ts](https://github.com/niagr/gjs-ts) - Typescript bindings for GJS
* [Typescript Doclet](https://github.com/gjsify/doclet) - Experimental TypeScript binding generator written in Vala as a Valadoc extension
* [gi.ts](https://gitlab.gnome.org/ewlsh/gi.ts) - Highly accurate TypeScript bindings for GJS
* [gi-ts](https://github.com/gi-ts) TypeScript Type definitions for the GNOME base stack (e.g. GLib, GObject)
* [gi-ts](https://github.com/gi-ts) TypeScript Type definitions for the GNOME base stack (e.g. GLib, GObject)
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.3",
"vite": "^5.4.10"
"typescript": "^5.7.3",
"vite": "^6.1.0"
},
"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.3"
"typescript": "^5.7.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.3"
"typescript": "^5.7.3"
},
"dependencies": {
"@girs/gjs": "workspace:^"
Expand Down
2 changes: 1 addition & 1 deletion examples/gio-2-action-entries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"clear": "rm -rf dist"
},
"devDependencies": {
"typescript": "^5.6.3"
"typescript": "^5.7.3"
},
"dependencies": {
"@girs/gio-2.0": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion examples/gio-2-async/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"clear": "rm -rf dist"
},
"devDependencies": {
"typescript": "^5.6.3"
"typescript": "^5.7.3"
},
"dependencies": {
"@girs/gio-2.0": "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.24.0",
"typescript": "^5.6.3"
"esbuild": "^0.25.0",
"typescript": "^5.7.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.24.0",
"typescript": "^5.6.3"
"esbuild": "^0.25.0",
"typescript": "^5.7.3"
},
"dependencies": {
"@girs/gio-2.0": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion examples/gio-2-iterate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"clear": "rm -rf dist"
},
"devDependencies": {
"typescript": "^5.6.3"
"typescript": "^5.7.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.24.0",
"typescript": "^5.6.3"
"esbuild": "^0.25.0",
"typescript": "^5.7.3"
},
"dependencies": {
"@girs/gio-2.0": "workspace:^",
Expand Down
8 changes: 4 additions & 4 deletions examples/glib-2-spawn-command/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"license": "Apache-2.0",
"devDependencies": {
"fork-ts-checker-webpack-plugin": "^9.0.2",
"ts-loader": "^9.5.1",
"typescript": "^5.6.3",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4"
"ts-loader": "^9.5.2",
"typescript": "^5.7.3",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1"
},
"dependencies": {
"@girs/gjs": "workspace:^",
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.24.0",
"typescript": "^5.6.3"
"esbuild": "^0.25.0",
"typescript": "^5.7.3"
},
"dependencies": {
"@girs/gio-2.0": "workspace:^",
Expand Down
8 changes: 4 additions & 4 deletions examples/gtk-3-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"license": "Apache-2.0",
"devDependencies": {
"fork-ts-checker-webpack-plugin": "^9.0.2",
"ts-loader": "^9.5.1",
"typescript": "^5.6.3",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4"
"ts-loader": "^9.5.2",
"typescript": "^5.7.3",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1"
},
"dependencies": {
"@girs/gjs": "workspace:^",
Expand Down
8 changes: 4 additions & 4 deletions examples/gtk-3-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"devDependencies": {
"fork-ts-checker-webpack-plugin": "^9.0.2",
"raw-loader": "^4.0.2",
"ts-loader": "^9.5.1",
"typescript": "^5.6.3",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4"
"ts-loader": "^9.5.2",
"typescript": "^5.7.3",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1"
},
"dependencies": {
"@girs/gjs": "workspace:^",
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.24.0",
"typescript": "^5.6.3"
"esbuild": "^0.25.0",
"typescript": "^5.7.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.3"
"typescript": "^5.7.3"
},
"dependencies": {
"@girs/clutter-1.0": "workspace:^",
Expand Down
10 changes: 5 additions & 5 deletions examples/gtk-3-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
"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"
"typescript": "^5.7.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.24.0",
"typescript": "^5.6.3"
"esbuild": "^0.25.0",
"typescript": "^5.7.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.3.0",
"rollup": "^4.25.0",
"typescript": "^5.6.3"
"@rollup/plugin-node-resolve": "^16.0.0",
"rollup": "^4.34.6",
"typescript": "^5.7.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.24.0",
"typescript": "^5.6.3"
"esbuild": "^0.25.0",
"typescript": "^5.7.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.24.0",
"typescript": "^5.6.3"
"esbuild": "^0.25.0",
"typescript": "^5.7.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.24.0",
"typescript": "^5.6.3"
"esbuild": "^0.25.0",
"typescript": "^5.7.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.24.0",
"typescript": "^5.6.3"
"esbuild": "^0.25.0",
"typescript": "^5.7.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.24.0",
"typescript": "^5.6.3"
"esbuild": "^0.25.0",
"typescript": "^5.7.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.24.0",
"typescript": "^5.6.3"
"esbuild": "^0.25.0",
"typescript": "^5.7.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.24.0",
"typescript": "^5.6.3"
"esbuild": "^0.25.0",
"typescript": "^5.7.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.3"
"typescript": "^5.7.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.3",
"vite": "^5.4.10"
"typescript": "^5.7.3",
"vite": "^6.1.0"
},
"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.3"
"typescript": "^5.7.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.24.0",
"typescript": "^5.6.3"
"esbuild": "^0.25.0",
"typescript": "^5.7.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.24.0",
"typescript": "^5.6.3"
"esbuild": "^0.25.0",
"typescript": "^5.7.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.24.0",
"typescript": "^5.6.3"
"esbuild": "^0.25.0",
"typescript": "^5.7.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.24.0",
"typescript": "^5.6.3"
"esbuild": "^0.25.0",
"typescript": "^5.7.3"
},
"dependencies": {
"@girs/gjs": "workspace:^"
Expand Down
Loading

0 comments on commit 6638403

Please sign in to comment.