Skip to content

Commit

Permalink
Bump version 4.0.0-beta.20 + upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JumpLink committed Feb 17, 2025
1 parent 393b560 commit 9552ed6
Show file tree
Hide file tree
Showing 42 changed files with 456 additions and 181 deletions.
2 changes: 1 addition & 1 deletion examples/adw-1-hello/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/adw-1-hello-example",
"version": "4.0.0-beta.19",
"version": "4.0.0-beta.20",
"description": "Simple GJS Typescript hello-world example using Libadwaita",
"type": "module",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion examples/cairo-surfaces-tsc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/cairo-surfaces-tsc",
"version": "4.0.0-beta.19",
"version": "4.0.0-beta.20",
"description": "Simple cairo-surfaces GJS example",
"type": "module",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion examples/console-tsc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/console-tsc",
"version": "4.0.0-beta.19",
"version": "4.0.0-beta.20",
"description": "Simple console example",
"type": "module",
"private": true,
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
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/gio-2-action-entries",
"version": "4.0.0-beta.19",
"version": "4.0.0-beta.20",
"description": "Example demonstrating Gio.ActionEntry",
"type": "module",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion examples/gio-2-async/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/gio-2-async",
"version": "4.0.0-beta.19",
"version": "4.0.0-beta.20",
"description": "Example demonstrating promisified GIO async operations",
"type": "module",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion examples/gio-2-cat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/gio-2-cat-example",
"version": "4.0.0-beta.19",
"version": "4.0.0-beta.20",
"description": "Simple GJS Gtk 3 example app that shows how to use Gio-2.0 to read a file from the local file system",
"main": "index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion examples/gio-2-dbus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/gio-2-dbus-example",
"version": "4.0.0-beta.19",
"version": "4.0.0-beta.20",
"description": "GJS example showing how to build a DBus server/client",
"main": "index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion examples/gio-2-iterate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/gio-2-iterate",
"version": "4.0.0-beta.19",
"version": "4.0.0-beta.20",
"description": "Example demonstrating GIO async and sync iterators",
"type": "module",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion examples/gio-2-list-model/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/gio-2-list-model-example",
"version": "4.0.0-beta.19",
"version": "4.0.0-beta.20",
"description": "An example of implementing the GListModel interface in GJS",
"main": "index.js",
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions examples/glib-2-spawn-command/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/glib-2-spawn-command-example",
"version": "4.0.0-beta.19",
"version": "4.0.0-beta.20",
"description": "",
"type": "module",
"private": true,
Expand All @@ -22,7 +22,7 @@
"devDependencies": {
"ts-loader": "^9.5.2",
"typescript": "^5.7.3",
"webpack": "^5.97.1",
"webpack": "^5.98.0",
"webpack-cli": "^6.0.1"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/glib-2-variant/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/glib-2-variant-example",
"version": "4.0.0-beta.19",
"version": "4.0.0-beta.20",
"description": "ts-for-gir GVariant example based on https://gjs.guide/guides/glib/gvariant.html",
"type": "module",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion examples/gobject-param-spec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/gobject-param-spec",
"version": "4.0.0-beta.19",
"version": "4.0.0-beta.20",
"description": "Example demonstrating GObject.ParamSpec with nullable fields",
"type": "module",
"private": true,
Expand Down
4 changes: 2 additions & 2 deletions examples/gtk-3-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/gtk-3-browser-example",
"version": "4.0.0-beta.19",
"version": "4.0.0-beta.20",
"type": "module",
"private": true,
"scripts": {
Expand All @@ -21,7 +21,7 @@
"devDependencies": {
"ts-loader": "^9.5.2",
"typescript": "^5.7.3",
"webpack": "^5.97.1",
"webpack": "^5.98.0",
"webpack-cli": "^6.0.1"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/gtk-3-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/gtk-3-builder-example",
"version": "4.0.0-beta.19",
"version": "4.0.0-beta.20",
"type": "module",
"private": true,
"scripts": {
Expand All @@ -22,7 +22,7 @@
"raw-loader": "^4.0.2",
"ts-loader": "^9.5.2",
"typescript": "^5.7.3",
"webpack": "^5.97.1",
"webpack": "^5.98.0",
"webpack-cli": "^6.0.1"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/gtk-3-calc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/gtk-3-calc-example",
"version": "4.0.0-beta.19",
"version": "4.0.0-beta.20",
"description": "Simple GJS Gtk 3 calculator example app",
"type": "module",
"private": true,
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
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/gtk-3-clutter-tsc",
"version": "4.0.0-beta.19",
"version": "4.0.0-beta.20",
"description": "Simple GJS GTK+3 Clutter example app",
"type": "module",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion examples/gtk-3-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/gtk-3-editor-example",
"version": "4.0.0-beta.19",
"version": "4.0.0-beta.20",
"type": "module",
"targets": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion examples/gtk-3-hello-2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/gtk-3-hello-2-example",
"version": "4.0.0-beta.19",
"version": "4.0.0-beta.20",
"description": "Simple GJS Gtk 3 example app to demonstrate how you can connect to Gtk signals",
"type": "module",
"private": true,
Expand Down
4 changes: 2 additions & 2 deletions examples/gtk-3-hello/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/gtk-3-hello-example",
"version": "4.0.0-beta.19",
"version": "4.0.0-beta.20",
"type": "module",
"private": true,
"scripts": {
Expand All @@ -20,7 +20,7 @@
"license": "Apache-2.0",
"devDependencies": {
"@rollup/plugin-node-resolve": "^16.0.0",
"rollup": "^4.34.6",
"rollup": "^4.34.8",
"typescript": "^5.7.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/gtk-3-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/gtk-3-template-example",
"version": "4.0.0-beta.19",
"version": "4.0.0-beta.20",
"description": "Simple GJS Gtk 3 example app to demonstrate how you can use .ui template XML files",
"type": "module",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion examples/gtk-3-webkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/gtk-3-webkit-example",
"version": "4.0.0-beta.19",
"version": "4.0.0-beta.20",
"description": "Simple GJS Gtk 3 example app to demonstrate how you can use WebKit2",
"type": "module",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion examples/gtk-4-application/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/gtk-4-application-example",
"version": "4.0.0-beta.19",
"version": "4.0.0-beta.20",
"description": "Simple GJS Gtk 4 example app to demonstrate how you can use and extend Gtk.Application",
"type": "module",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion examples/gtk-4-custom-widget/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/gjs-gtk-4-custom-widget-example",
"version": "4.0.0-beta.19",
"version": "4.0.0-beta.20",
"description": "This example shows the usage of custom widgets and virtual functions in GJS",
"type": "module",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion examples/gtk-4-gettext/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/gtk-4-gettext-example",
"version": "4.0.0-beta.19",
"version": "4.0.0-beta.20",
"description": "Simple GJS Gtk 3 example app that shows how you can translate strings with gettext",
"type": "module",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion examples/gtk-4-list-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/gtk-4-list-store-example",
"version": "4.0.0-beta.19",
"version": "4.0.0-beta.20",
"description": "It takes the hassle away from building Gtk4 application in Python So you can create a cool application, without all the boilerplate code",
"type": "module",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion examples/gtk-4-template-esbuild/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/gtk-4-template-esbuild",
"version": "4.0.0-beta.19",
"version": "4.0.0-beta.20",
"description": "Simple GJS Gtk 4 example app to demonstrate how you can use .ui template XML files over GJS itself",
"type": "module",
"private": true,
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
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/gtk-4-template-tsc",
"version": "4.0.0-beta.19",
"version": "4.0.0-beta.20",
"description": "Simple GJS Gtk 4 example app to demonstrate how you can use .ui template XML files over GJS itself",
"type": "module",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion examples/gtk-4-template-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/gtk-4-template-vite",
"version": "4.0.0-beta.19",
"version": "4.0.0-beta.20",
"description": "Simple GJS Gtk 4 example app to demonstrate how you can use .ui template XML files over the Vite bundler",
"type": "module",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion examples/pkg-tsc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/pkg-tsc",
"version": "4.0.0-beta.19",
"version": "4.0.0-beta.20",
"description": "Simple pkg GJS example",
"type": "module",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion examples/run-async/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/run-async-example",
"version": "4.0.0-beta.19",
"version": "4.0.0-beta.20",
"description": "Simple GJS Gtk 3 example app that shows how you can translate strings with gettext",
"type": "module",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion examples/soup-3-http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/soup-3-http-example",
"version": "4.0.0-beta.19",
"version": "4.0.0-beta.20",
"description": "GJS example showing how to build a http server/client using Soap 3",
"type": "module",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion examples/soup-3-websocket/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/soup-3-websocket-example",
"version": "4.0.0-beta.19",
"version": "4.0.0-beta.20",
"description": "Simple GJS Soup 3 example app to demonstrate how you can use WebSockets",
"type": "module",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion examples/st-15-layout-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/st-15-layout-manager",
"version": "4.0.0-beta.19",
"version": "4.0.0-beta.20",
"description": "Example demonstrating St.Widget with Layout Manager Generics",
"type": "module",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion examples/timers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/timers-example",
"version": "4.0.0-beta.19",
"version": "4.0.0-beta.20",
"description": "Simple GJS Gtk 4 example app to demonstrate how you can use .ui template XML files",
"type": "module",
"private": true,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-for-gir",
"version": "4.0.0-beta.19",
"version": "4.0.0-beta.20",
"description": "Typescript .d.ts generator from GIR for gjs",
"type": "module",
"private": true,
Expand Down Expand Up @@ -80,7 +80,7 @@
"eslint": "^9.20.1",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.3",
"prettier": "^3.5.0",
"prettier": "^3.5.1",
"rimraf": "^6.0.1",
"typescript": "^5.7.3"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir/cli",
"version": "4.0.0-beta.19",
"version": "4.0.0-beta.20",
"description": "TypeScript type definition generator for GObject introspection GIR files",
"module": "lib/index.js",
"main": "lib/index.js",
Expand Down Expand Up @@ -54,7 +54,7 @@
],
"devDependencies": {
"@types/inquirer": "^9.0.7",
"@types/node": "^22.13.1",
"@types/node": "^22.13.4",
"@types/yargs": "^17.0.33",
"@typescript-eslint/eslint-plugin": "^8.24.0",
"@typescript-eslint/parser": "^8.24.0",
Expand All @@ -67,16 +67,16 @@
},
"dependencies": {
"@gi.ts/parser": "workspace:^",
"@inquirer/prompts": "^7.3.1",
"@inquirer/prompts": "^7.3.2",
"@ts-for-gir/generator-base": "workspace:^",
"@ts-for-gir/generator-html-doc": "workspace:^",
"@ts-for-gir/generator-typescript": "workspace:^",
"@ts-for-gir/lib": "workspace:^",
"colorette": "^2.0.20",
"cosmiconfig": "^9.0.0",
"glob": "^11.0.1",
"inquirer": "^12.4.1",
"prettier": "^3.5.0",
"inquirer": "^12.4.2",
"prettier": "^3.5.1",
"yargs": "^17.7.2"
}
}
6 changes: 3 additions & 3 deletions packages/generator-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir/generator-base",
"version": "4.0.0-beta.19",
"version": "4.0.0-beta.20",
"description": "Base generator for ts-for-gir",
"module": "lib/index.js",
"main": "lib/index.js",
Expand Down Expand Up @@ -34,13 +34,13 @@
"generator"
],
"devDependencies": {
"@types/node": "^22.13.1",
"@types/node": "^22.13.4",
"@typescript-eslint/eslint-plugin": "^8.24.0",
"@typescript-eslint/parser": "^8.24.0",
"eslint": "^9.20.1",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.3",
"prettier": "^3.5.0",
"prettier": "^3.5.1",
"rimraf": "^6.0.1",
"typescript": "^5.7.3"
},
Expand Down
Loading

0 comments on commit 9552ed6

Please sign in to comment.