diff --git a/NEWS.md b/NEWS.md index 35614e8b9..0026a2f0d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,7 +3,7 @@ - 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 -# 3.2.2 +# 3.2.3 - Upgrade dependencies - Upgrade gir files diff --git a/examples/gjs/adw-1-hello/package.json b/examples/gjs/adw-1-hello/package.json index 87bc34716..e21537b58 100644 --- a/examples/gjs/adw-1-hello/package.json +++ b/examples/gjs/adw-1-hello/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-adw-1-hello-example", - "version": "3.2.2", + "version": "3.2.3", "description": "Simple GJS Typescript hello-world example using Libadwaita", "main": "index.js", "type": "module", diff --git a/examples/gjs/gio-2-cat-alias/package.json b/examples/gjs/gio-2-cat-alias/package.json index 963e61c79..399ef060a 100644 --- a/examples/gjs/gio-2-cat-alias/package.json +++ b/examples/gjs/gio-2-cat-alias/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-gio-2-cat-alias-example", - "version": "3.2.2", + "version": "3.2.3", "description": "Simple GJS Gtk 3 example app that shows how you can translate strings with gettext", "main": "index.js", "type": "module", diff --git a/examples/gjs/gio-2-cat-packages/package.json b/examples/gjs/gio-2-cat-packages/package.json index 7b204d66a..22b14c1ce 100644 --- a/examples/gjs/gio-2-cat-packages/package.json +++ b/examples/gjs/gio-2-cat-packages/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-gio-2-cat-promisify-packages", - "version": "3.2.2", + "version": "3.2.3", "description": "Simple GJS Gtk 3 example app that shows how you can translate strings with gettext", "main": "index.js", "type": "module", diff --git a/examples/gjs/gio-2-cat-promisify/package.json b/examples/gjs/gio-2-cat-promisify/package.json index c280976e8..0e37a9a24 100644 --- a/examples/gjs/gio-2-cat-promisify/package.json +++ b/examples/gjs/gio-2-cat-promisify/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-gio-2-cat-promisify-example", - "version": "3.2.2", + "version": "3.2.3", "description": "Simple GJS Gtk 3 example app that shows how you can translate strings with gettext", "main": "index.js", "type": "module", diff --git a/examples/gjs/gio-2-cat-types-only/package.json b/examples/gjs/gio-2-cat-types-only/package.json index 834ca9f18..05b206c9a 100644 --- a/examples/gjs/gio-2-cat-types-only/package.json +++ b/examples/gjs/gio-2-cat-types-only/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-gio-2-cat-types-only-example", - "version": "3.2.2", + "version": "3.2.3", "description": "Simple GJS Gtk 3 example app that shows how you can translate strings with gettext", "main": "index.js", "type": "module", diff --git a/examples/gjs/gio-2-cat/package.json b/examples/gjs/gio-2-cat/package.json index 36e3ea1ff..71489c704 100644 --- a/examples/gjs/gio-2-cat/package.json +++ b/examples/gjs/gio-2-cat/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-gio-2-cat-example", - "version": "3.2.2", + "version": "3.2.3", "description": "Simple GJS Gtk 3 example app that shows how you can translate strings with gettext", "main": "index.js", "type": "module", diff --git a/examples/gjs/gio-2-dbus/package.json b/examples/gjs/gio-2-dbus/package.json index db1cd27d9..f030aa2da 100644 --- a/examples/gjs/gio-2-dbus/package.json +++ b/examples/gjs/gio-2-dbus/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-gio-2-dbus-example", - "version": "3.2.2", + "version": "3.2.3", "description": "GJS example showing how to build a DBus server/client", "main": "index.js", "type": "module", diff --git a/examples/gjs/gio-2-list-model/package.json b/examples/gjs/gio-2-list-model/package.json index afc494c63..4f82c0ee2 100644 --- a/examples/gjs/gio-2-list-model/package.json +++ b/examples/gjs/gio-2-list-model/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-gio-2-list-model-example", - "version": "3.2.2", + "version": "3.2.3", "description": "An example of implementing the GListModel interface in GJS", "main": "index.js", "type": "module", diff --git a/examples/gjs/glib-2-spawn-command/package.json b/examples/gjs/glib-2-spawn-command/package.json index 6bf6d3655..a32bd6b7e 100644 --- a/examples/gjs/glib-2-spawn-command/package.json +++ b/examples/gjs/glib-2-spawn-command/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-glib-2-spawn-command-example", - "version": "3.2.2", + "version": "3.2.3", "description": "", "module": "dist/main.js", "private": true, diff --git a/examples/gjs/glib-2-variant/package.json b/examples/gjs/glib-2-variant/package.json index fa8b7e239..6496aa2a1 100644 --- a/examples/gjs/glib-2-variant/package.json +++ b/examples/gjs/glib-2-variant/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-glib-2-variant-example", - "version": "3.2.2", + "version": "3.2.3", "description": "ts-for-gir GVariant example based on https://gjs.guide/guides/glib/gvariant.html", "main": "index.js", "type": "module", diff --git a/examples/gjs/gtk-3-application/package.json b/examples/gjs/gtk-3-application/package.json index 659e1ff16..73af5d740 100644 --- a/examples/gjs/gtk-3-application/package.json +++ b/examples/gjs/gtk-3-application/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-gtk-3-application-example", - "version": "3.2.2", + "version": "3.2.3", "description": "Simple GJS Gtk 3 example app to demonstrate how you can use and extend Gtk.Application", "main": "index.js", "type": "module", diff --git a/examples/gjs/gtk-3-browser/package.json b/examples/gjs/gtk-3-browser/package.json index a8b03e0c9..c390a0e0e 100644 --- a/examples/gjs/gtk-3-browser/package.json +++ b/examples/gjs/gtk-3-browser/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-gtk-3-browser-example", - "version": "3.2.2", + "version": "3.2.3", "description": "", "module": "dist/main.js", "type": "module", diff --git a/examples/gjs/gtk-3-builder/package.json b/examples/gjs/gtk-3-builder/package.json index 9dacb00c3..9baa1d9cf 100644 --- a/examples/gjs/gtk-3-builder/package.json +++ b/examples/gjs/gtk-3-builder/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-gtk-3-builder-example", - "version": "3.2.2", + "version": "3.2.3", "description": "", "main": "main.ts", "private": true, diff --git a/examples/gjs/gtk-3-calc/package.json b/examples/gjs/gtk-3-calc/package.json index dde8ee9e2..0cd4eecbe 100644 --- a/examples/gjs/gtk-3-calc/package.json +++ b/examples/gjs/gtk-3-calc/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-gtk-3-calc-example", - "version": "3.2.2", + "version": "3.2.3", "description": "Simple GJS Gtk 3 calculator example app", "main": "index.js", "type": "module", diff --git a/examples/gjs/gtk-3-editor/package.json b/examples/gjs/gtk-3-editor/package.json index 9971518b4..267868d71 100644 --- a/examples/gjs/gtk-3-editor/package.json +++ b/examples/gjs/gtk-3-editor/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-gtk-3-editor-example", - "version": "3.2.2", + "version": "3.2.3", "description": "", "main": "main.ts", "private": true, diff --git a/examples/gjs/gtk-3-gettext/package.json b/examples/gjs/gtk-3-gettext/package.json index 36791627a..5f82acc41 100644 --- a/examples/gjs/gtk-3-gettext/package.json +++ b/examples/gjs/gtk-3-gettext/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-gtk-3-gettext-example", - "version": "3.2.2", + "version": "3.2.3", "description": "Simple GJS Gtk 3 example app that shows how you can translate strings with gettext", "main": "index.js", "type": "module", diff --git a/examples/gjs/gtk-3-hello-2/package.json b/examples/gjs/gtk-3-hello-2/package.json index 88d977730..b98254297 100644 --- a/examples/gjs/gtk-3-hello-2/package.json +++ b/examples/gjs/gtk-3-hello-2/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-gtk-3-hello-2-example", - "version": "3.2.2", + "version": "3.2.3", "description": "Simple GJS Gtk 3 example app to demonstrate how you can connect to Gtk signals", "main": "index.js", "type": "module", diff --git a/examples/gjs/gtk-3-hello/package.json b/examples/gjs/gtk-3-hello/package.json index 601e4bb04..2ca68a99c 100644 --- a/examples/gjs/gtk-3-hello/package.json +++ b/examples/gjs/gtk-3-hello/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-gtk-3-hello-example", - "version": "3.2.2", + "version": "3.2.3", "description": "", "main": "main.ts", "private": true, diff --git a/examples/gjs/gtk-3-template/package.json b/examples/gjs/gtk-3-template/package.json index 9782a52d4..39dd6037e 100644 --- a/examples/gjs/gtk-3-template/package.json +++ b/examples/gjs/gtk-3-template/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-gtk-3-template-example", - "version": "3.2.2", + "version": "3.2.3", "description": "Simple GJS Gtk 3 example app to demonstrate how you can use .ui template XML files", "main": "index.js", "type": "module", diff --git a/examples/gjs/gtk-3-webkit/package.json b/examples/gjs/gtk-3-webkit/package.json index a40b66379..65ddf15ef 100644 --- a/examples/gjs/gtk-3-webkit/package.json +++ b/examples/gjs/gtk-3-webkit/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-gtk-3-webkit-example", - "version": "3.2.2", + "version": "3.2.3", "description": "Simple GJS Gtk 3 example app to demonstrate how you can use WebKit2", "main": "index.js", "type": "module", diff --git a/examples/gjs/gtk-4-custom-widget/package.json b/examples/gjs/gtk-4-custom-widget/package.json index 94702b7f4..a1fb8ee0b 100644 --- a/examples/gjs/gtk-4-custom-widget/package.json +++ b/examples/gjs/gtk-4-custom-widget/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-gjs-gtk-4-custom-widget-example", - "version": "3.2.2", + "version": "3.2.3", "description": "This example shows the usage of custom widgets and virtual functions in GJS", "main": "dist/index.js", "type": "module", diff --git a/examples/gjs/gtk-4-list-store/package.json b/examples/gjs/gtk-4-list-store/package.json index 691a39d4b..f8378f276 100644 --- a/examples/gjs/gtk-4-list-store/package.json +++ b/examples/gjs/gtk-4-list-store/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-gtk-4-list-store-example", - "version": "3.2.2", + "version": "3.2.3", "description": "It takes the hassle away from building Gtk4 application in Python So you can create a cool application, without all the boilerplate code", "main": "index.js", "type": "module", diff --git a/examples/gjs/gtk-4-template/package.json b/examples/gjs/gtk-4-template/package.json index 00ce57b9f..588283236 100644 --- a/examples/gjs/gtk-4-template/package.json +++ b/examples/gjs/gtk-4-template/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-gtk-4-template-example", - "version": "3.2.2", + "version": "3.2.3", "description": "Simple GJS Gtk 4 example app to demonstrate how you can use .ui template XML files", "main": "index.js", "type": "module", diff --git a/examples/gjs/soup-3-http/package.json b/examples/gjs/soup-3-http/package.json index a4bdaa447..b4f3735d5 100644 --- a/examples/gjs/soup-3-http/package.json +++ b/examples/gjs/soup-3-http/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-soup-3-http-example", - "version": "3.2.2", + "version": "3.2.3", "description": "GJS example showing how to build a http server/client using Soap 3", "main": "index.js", "type": "module", diff --git a/examples/gjs/soup-3-websocket/package.json b/examples/gjs/soup-3-websocket/package.json index 007610d0d..3a6a62a81 100644 --- a/examples/gjs/soup-3-websocket/package.json +++ b/examples/gjs/soup-3-websocket/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-soup-3-websocket-example", - "version": "3.2.2", + "version": "3.2.3", "description": "Simple GJS Soup 3 example app to demonstrate how you can use WebSockets", "main": "index.js", "type": "module", diff --git a/examples/gjs/timers/package.json b/examples/gjs/timers/package.json index 9fae7485e..df21600d3 100644 --- a/examples/gjs/timers/package.json +++ b/examples/gjs/timers/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-timers-example", - "version": "3.2.2", + "version": "3.2.3", "description": "Simple GJS Gtk 4 example app to demonstrate how you can use .ui template XML files", "main": "index.js", "type": "module", diff --git a/examples/node-gtk/gio-2-cat-packages/package.json b/examples/node-gtk/gio-2-cat-packages/package.json index debadae9d..d9f15944b 100644 --- a/examples/node-gtk/gio-2-cat-packages/package.json +++ b/examples/node-gtk/gio-2-cat-packages/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-node-gtk-gio-2-cat-promisify-packages", - "version": "3.2.2", + "version": "3.2.3", "description": "Simple Node Gtk 3 example app that shows how you can translate strings with gettext", "main": "index.js", "type": "commonjs", diff --git a/examples/node-gtk/glib-2-spawn-command/package.json b/examples/node-gtk/glib-2-spawn-command/package.json index eb8af8c88..478a6bfe8 100644 --- a/examples/node-gtk/glib-2-spawn-command/package.json +++ b/examples/node-gtk/glib-2-spawn-command/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-node-glib-2-spawn-command-example", - "version": "3.2.2", + "version": "3.2.3", "description": "", "main": "main.ts", "private": true, diff --git a/examples/node-gtk/gtk-3-browser/package.json b/examples/node-gtk/gtk-3-browser/package.json index 7b538041e..c72224cf3 100644 --- a/examples/node-gtk/gtk-3-browser/package.json +++ b/examples/node-gtk/gtk-3-browser/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-node-gtk-3-browser-example", - "version": "3.2.2", + "version": "3.2.3", "description": "", "main": "dist/main.js", "private": true, diff --git a/examples/node-gtk/gtk-3-builder-auto-connect-signals/package.json b/examples/node-gtk/gtk-3-builder-auto-connect-signals/package.json index a4a9e2ad9..32a7c9e8a 100644 --- a/examples/node-gtk/gtk-3-builder-auto-connect-signals/package.json +++ b/examples/node-gtk/gtk-3-builder-auto-connect-signals/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-node-gtk-3-builder-auto-connect-signals-example", - "version": "3.2.2", + "version": "3.2.3", "description": "", "main": "main.ts", "private": true, diff --git a/examples/node-gtk/gtk-3-builder/package.json b/examples/node-gtk/gtk-3-builder/package.json index be676d54d..6eaa0fad2 100644 --- a/examples/node-gtk/gtk-3-builder/package.json +++ b/examples/node-gtk/gtk-3-builder/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-node-gtk-3-builder-example", - "version": "3.2.2", + "version": "3.2.3", "description": "", "main": "main.ts", "private": true, diff --git a/examples/node-gtk/gtk-3-editor/package.json b/examples/node-gtk/gtk-3-editor/package.json index 062f85481..a660109c6 100644 --- a/examples/node-gtk/gtk-3-editor/package.json +++ b/examples/node-gtk/gtk-3-editor/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-node-gtk-3-editor-example", - "version": "3.2.2", + "version": "3.2.3", "description": "", "main": "main.ts", "private": true, diff --git a/examples/node-gtk/gtk-3-hello/package.json b/examples/node-gtk/gtk-3-hello/package.json index f2cf34144..cd8e55b2c 100644 --- a/examples/node-gtk/gtk-3-hello/package.json +++ b/examples/node-gtk/gtk-3-hello/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-node-gtk-3-hello-example", - "version": "3.2.2", + "version": "3.2.3", "description": "", "main": "dist/main.js", "private": true, diff --git a/examples/node-gtk/gtk-4-custom-widget/package.json b/examples/node-gtk/gtk-4-custom-widget/package.json index 23d2e36b5..7a2e248bf 100644 --- a/examples/node-gtk/gtk-4-custom-widget/package.json +++ b/examples/node-gtk/gtk-4-custom-widget/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-node-gtk-gtk-4-custom-widget-example", - "version": "3.2.2", + "version": "3.2.3", "description": "This example shows the usage of custom widgets and virtual functions in node-gtk", "main": "dist/index.js", "private": true, diff --git a/examples/node-gtk/soup-3-http/package.json b/examples/node-gtk/soup-3-http/package.json index 309ae5518..51e97188a 100644 --- a/examples/node-gtk/soup-3-http/package.json +++ b/examples/node-gtk/soup-3-http/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-node-soup-3-http-example", - "version": "3.2.2", + "version": "3.2.3", "description": "Node-gtk example showing how to build a http server/client using Soap 3", "main": "dist/http-server.js", "private": true, diff --git a/package.json b/package.json index a3104f979..6e6e1fc6f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir", - "version": "3.2.2", + "version": "3.2.3", "description": "Typescript .d.ts generator from GIR for gjs and node-gtk", "type": "module", "private": true, @@ -14,10 +14,10 @@ "update:submodules": "git submodule foreach git pull", "update:packages": "yarn upgrade-interactive", "update": "yarn update:submodules && yarn update:packages", - "publish:app:next": "yarn workspaces foreach -v --no-private --include '@ts-for-gir/*' npm publish --tolerate-republish --tag next --access public", - "publish:app:latest": "yarn workspaces foreach -v --no-private --include '@ts-for-gir/*' npm publish --tolerate-republish --tag latest --access public", - "publish:types:next": "yarn workspaces foreach -v --no-private --include '@girs/*' npm publish --tolerate-republish --tag next --access public", - "publish:types:latest": "yarn workspaces foreach -v --no-private --include '@girs/*' npm publish --tolerate-republish --tag latest --access public", + "publish:app:next": "yarn workspaces foreach -v --all --parallel --no-private --include '@ts-for-gir/*' npm publish --tolerate-republish --tag next --access public", + "publish:app:latest": "yarn workspaces foreach -v --all --parallel --no-private --include '@ts-for-gir/*' npm publish --tolerate-republish --tag latest --access public", + "publish:types:next": "yarn workspaces foreach -v --all --parallel --no-private --include '@girs/*' npm publish --tolerate-republish --tag next --access public", + "publish:types:latest": "yarn workspaces foreach -v --all --parallel --no-private --include '@girs/*' npm publish --tolerate-republish --tag latest --access public", "test": "yarn build:all && yarn test:girs:all && yarn validate:examples && yarn start:cli-examples:all", "test:girs:all": "yarn clear:types && yarn build:types:all && yarn validate:types:all", "test:girs:gjs": "yarn clear:types && yarn build:types:gjs && yarn validate:types:gjs", diff --git a/packages/cli/package.json b/packages/cli/package.json index 035dd99dc..547d8ab39 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@ts-for-gir/cli", - "version": "3.2.2", + "version": "3.2.3", "description": "TypeScript type definition generator for GObject introspection GIR files", "module": "lib/index.js", "main": "lib/index.js", diff --git a/packages/generator-base/package.json b/packages/generator-base/package.json index cb189896d..50c60247e 100644 --- a/packages/generator-base/package.json +++ b/packages/generator-base/package.json @@ -1,6 +1,6 @@ { "name": "@ts-for-gir/generator-base", - "version": "3.2.2", + "version": "3.2.3", "description": "Base generator for ts-for-gir", "module": "lib/index.js", "main": "lib/index.js", diff --git a/packages/generator-html-doc/package.json b/packages/generator-html-doc/package.json index a2e32f3ab..b505aae81 100644 --- a/packages/generator-html-doc/package.json +++ b/packages/generator-html-doc/package.json @@ -1,6 +1,6 @@ { "name": "@ts-for-gir/generator-html-doc", - "version": "3.2.2", + "version": "3.2.3", "description": "HTML Documentation generator for ts-for-gir", "module": "lib/index.js", "main": "lib/index.js", diff --git a/packages/generator-typescript/package.json b/packages/generator-typescript/package.json index 91b9c5529..02b4d13bc 100644 --- a/packages/generator-typescript/package.json +++ b/packages/generator-typescript/package.json @@ -1,6 +1,6 @@ { "name": "@ts-for-gir/generator-typescript", - "version": "3.2.2", + "version": "3.2.3", "description": "TypeScript type definition generator for ts-for-gir", "module": "lib/index.js", "main": "lib/index.js", diff --git a/packages/lib/package.json b/packages/lib/package.json index e4dbf6df3..20a3fa5d8 100644 --- a/packages/lib/package.json +++ b/packages/lib/package.json @@ -1,6 +1,6 @@ { "name": "@ts-for-gir/lib", - "version": "3.2.2", + "version": "3.2.3", "description": "Typescript .d.ts generator from GIR for gjs and node-gtk", "module": "lib/index.js", "main": "lib/index.js", diff --git a/types b/types index 5089a4942..105006a41 160000 --- a/types +++ b/types @@ -1 +1 @@ -Subproject commit 5089a4942adf9968f3a456b6b9776fbb83253be9 +Subproject commit 105006a4109136842c583ab1290954e1906160cd