Skip to content

Commit

Permalink
Upgrade dependencies and bump version 3.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
JumpLink committed Mar 3, 2024
1 parent cc6aed8 commit de62422
Show file tree
Hide file tree
Showing 45 changed files with 3,808 additions and 3,807 deletions.
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
- 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

# Dev
# 3.2.9
- Generate global ambient module for latest version, e.g. 'gi://Gtk' or 'gi://GObject'
- Fix old gir version generation, see https://github.com/gjsify/types

# 3.2.8
- Upgrade dependencies
Expand Down
10 changes: 5 additions & 5 deletions examples/gjs/adw-1-hello/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-for-gir-adw-1-hello-example",
"version": "3.2.8",
"name": "@ts-for-gir-example/adw-1-hello-example",
"version": "3.2.9",
"description": "Simple GJS Typescript hello-world example using Libadwaita",
"main": "index.js",
"type": "module",
Expand All @@ -21,11 +21,11 @@
"author": "Pascal Garber <[email protected]>",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/core": "^7.24.0",
"@rollup/plugin-babel": "^6.0.4",
"@ts-for-gir/cli": "workspace:^",
"rollup": "^4.11.0",
"rollup": "^4.12.0",
"typescript": "5.2.2",
"vite": "^5.1.3"
"vite": "^5.1.4"
}
}
6 changes: 3 additions & 3 deletions examples/gjs/gio-2-cat-alias/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-for-gir-gio-2-cat-alias-example",
"version": "3.2.8",
"name": "@ts-for-gir-example/gio-2-cat-alias-example",
"version": "3.2.9",
"description": "Simple GJS Gtk 3 example app that shows how you can translate strings with gettext",
"main": "index.js",
"type": "module",
Expand All @@ -22,7 +22,7 @@
"license": "MIT",
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.20.0",
"esbuild": "^0.20.1",
"typescript": "5.2.2"
}
}
6 changes: 3 additions & 3 deletions examples/gjs/gio-2-cat-packages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-for-gir-gio-2-cat-promisify-packages",
"version": "3.2.8",
"name": "@ts-for-gir-example/gio-2-cat-promisify-packages",
"version": "3.2.9",
"description": "Simple GJS Gtk 3 example app that shows how you can translate strings with gettext",
"main": "index.js",
"type": "module",
Expand All @@ -19,7 +19,7 @@
"author": "Pascal Garber <[email protected]>",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.20.0",
"esbuild": "^0.20.1",
"typescript": "5.2.2"
}
}
6 changes: 3 additions & 3 deletions examples/gjs/gio-2-cat-promisify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-for-gir-gio-2-cat-promisify-example",
"version": "3.2.8",
"name": "@ts-for-gir-example/gio-2-cat-promisify-example",
"version": "3.2.9",
"description": "Simple GJS Gtk 3 example app that shows how you can translate strings with gettext",
"main": "index.js",
"type": "module",
Expand All @@ -22,7 +22,7 @@
"license": "MIT",
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.20.0",
"esbuild": "^0.20.1",
"typescript": "5.2.2"
}
}
6 changes: 3 additions & 3 deletions examples/gjs/gio-2-cat-types-only/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-for-gir-gio-2-cat-types-only-example",
"version": "3.2.8",
"name": "@ts-for-gir-example/gio-2-cat-types-only-example",
"version": "3.2.9",
"description": "Simple GJS Gtk 3 example app that shows how you can translate strings with gettext",
"main": "index.js",
"type": "module",
Expand All @@ -22,7 +22,7 @@
"license": "MIT",
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.20.0",
"esbuild": "^0.20.1",
"typescript": "5.2.2"
}
}
6 changes: 3 additions & 3 deletions examples/gjs/gio-2-cat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-for-gir-gio-2-cat-example",
"version": "3.2.8",
"name": "@ts-for-gir-example/gio-2-cat-example",
"version": "3.2.9",
"description": "Simple GJS Gtk 3 example app that shows how you can translate strings with gettext",
"main": "index.js",
"type": "module",
Expand All @@ -22,7 +22,7 @@
"license": "MIT",
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.20.0",
"esbuild": "^0.20.1",
"typescript": "5.2.2"
}
}
6 changes: 3 additions & 3 deletions examples/gjs/gio-2-dbus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-for-gir-gio-2-dbus-example",
"version": "3.2.8",
"name": "@ts-for-gir-example/gio-2-dbus-example",
"version": "3.2.9",
"description": "GJS example showing how to build a DBus server/client",
"main": "index.js",
"type": "module",
Expand All @@ -25,7 +25,7 @@
"license": "MIT",
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.20.0",
"esbuild": "^0.20.1",
"typescript": "5.2.2"
}
}
6 changes: 3 additions & 3 deletions examples/gjs/gio-2-list-model/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-for-gir-gio-2-list-model-example",
"version": "3.2.8",
"name": "@ts-for-gir-example/gio-2-list-model-example",
"version": "3.2.9",
"description": "An example of implementing the GListModel interface in GJS",
"main": "index.js",
"type": "module",
Expand All @@ -21,7 +21,7 @@
"license": "MIT",
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.20.0",
"esbuild": "^0.20.1",
"typescript": "5.2.2"
}
}
6 changes: 3 additions & 3 deletions examples/gjs/glib-2-spawn-command/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-for-gir-glib-2-spawn-command-example",
"version": "3.2.8",
"name": "@ts-for-gir-example/glib-2-spawn-command-example",
"version": "3.2.9",
"description": "",
"module": "dist/main.js",
"private": true,
Expand All @@ -26,7 +26,7 @@
"fork-ts-checker-webpack-plugin": "^9.0.2",
"ts-loader": "^9.5.1",
"typescript": "5.2.2",
"webpack": "^5.90.2",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4"
}
}
6 changes: 3 additions & 3 deletions examples/gjs/glib-2-variant/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-for-gir-glib-2-variant-example",
"version": "3.2.8",
"name": "@ts-for-gir-example/glib-2-variant-example",
"version": "3.2.9",
"description": "ts-for-gir GVariant example based on https://gjs.guide/guides/glib/gvariant.html",
"main": "index.js",
"type": "module",
Expand All @@ -22,7 +22,7 @@
"license": "MIT",
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.20.0",
"esbuild": "^0.20.1",
"typescript": "5.2.2"
}
}
6 changes: 3 additions & 3 deletions examples/gjs/gtk-3-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-for-gir-gtk-3-browser-example",
"version": "3.2.8",
"name": "@ts-for-gir-example/gtk-3-browser-example",
"version": "3.2.9",
"description": "",
"module": "dist/main.js",
"type": "module",
Expand All @@ -27,7 +27,7 @@
"fork-ts-checker-webpack-plugin": "^9.0.2",
"ts-loader": "^9.5.1",
"typescript": "5.2.2",
"webpack": "^5.90.2",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4"
}
}
6 changes: 3 additions & 3 deletions examples/gjs/gtk-3-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-for-gir-gtk-3-builder-example",
"version": "3.2.8",
"name": "@ts-for-gir-example/gtk-3-builder-example",
"version": "3.2.9",
"description": "",
"main": "main.ts",
"private": true,
Expand All @@ -27,7 +27,7 @@
"raw-loader": "^4.0.2",
"ts-loader": "^9.5.1",
"typescript": "5.2.2",
"webpack": "^5.90.2",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4"
}
}
6 changes: 3 additions & 3 deletions examples/gjs/gtk-3-calc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-for-gir-gtk-3-calc-example",
"version": "3.2.8",
"name": "@ts-for-gir-example/gtk-3-calc-example",
"version": "3.2.9",
"description": "Simple GJS Gtk 3 calculator example app",
"main": "index.js",
"type": "module",
Expand All @@ -22,7 +22,7 @@
"license": "MIT",
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.20.0",
"esbuild": "^0.20.1",
"typescript": "5.2.2"
}
}
6 changes: 3 additions & 3 deletions examples/gjs/gtk-3-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-for-gir-gtk-3-editor-example",
"version": "3.2.8",
"name": "@ts-for-gir-example/gtk-3-editor-example",
"version": "3.2.9",
"description": "",
"main": "main.ts",
"private": true,
Expand All @@ -26,7 +26,7 @@
"fork-ts-checker-webpack-plugin": "^9.0.2",
"ts-loader": "^9.5.1",
"typescript": "5.2.2",
"webpack": "^5.90.2",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4"
}
}
6 changes: 3 additions & 3 deletions examples/gjs/gtk-3-gettext/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-for-gir-gtk-3-gettext-example",
"version": "3.2.8",
"name": "@ts-for-gir-example/gtk-3-gettext-example",
"version": "3.2.9",
"description": "Simple GJS Gtk 3 example app that shows how you can translate strings with gettext",
"main": "index.js",
"type": "module",
Expand All @@ -22,7 +22,7 @@
"license": "MIT",
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.20.0",
"esbuild": "^0.20.1",
"typescript": "5.2.2"
}
}
6 changes: 3 additions & 3 deletions examples/gjs/gtk-3-hello-2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-for-gir-gtk-3-hello-2-example",
"version": "3.2.8",
"name": "@ts-for-gir-example/gtk-3-hello-2-example",
"version": "3.2.9",
"description": "Simple GJS Gtk 3 example app to demonstrate how you can connect to Gtk signals",
"main": "index.js",
"type": "module",
Expand All @@ -22,7 +22,7 @@
"license": "MIT",
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.20.0",
"esbuild": "^0.20.1",
"typescript": "5.2.2"
}
}
6 changes: 3 additions & 3 deletions examples/gjs/gtk-3-hello/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-for-gir-gtk-3-hello-example",
"version": "3.2.8",
"name": "@ts-for-gir-example/gtk-3-hello-example",
"version": "3.2.9",
"description": "",
"main": "main.ts",
"private": true,
Expand All @@ -26,7 +26,7 @@
"fork-ts-checker-webpack-plugin": "^9.0.2",
"ts-loader": "^9.5.1",
"typescript": "5.2.2",
"webpack": "^5.90.2",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4"
}
}
6 changes: 3 additions & 3 deletions examples/gjs/gtk-3-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-for-gir-gtk-3-template-example",
"version": "3.2.8",
"name": "@ts-for-gir-example/gtk-3-template-example",
"version": "3.2.9",
"description": "Simple GJS Gtk 3 example app to demonstrate how you can use .ui template XML files",
"main": "index.js",
"type": "module",
Expand All @@ -22,7 +22,7 @@
"license": "MIT",
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.20.0",
"esbuild": "^0.20.1",
"typescript": "5.2.2"
}
}
6 changes: 3 additions & 3 deletions examples/gjs/gtk-3-webkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-for-gir-gtk-3-webkit-example",
"version": "3.2.8",
"name": "@ts-for-gir-example/gtk-3-webkit-example",
"version": "3.2.9",
"description": "Simple GJS Gtk 3 example app to demonstrate how you can use WebKit2",
"main": "index.js",
"type": "module",
Expand All @@ -22,7 +22,7 @@
"license": "MIT",
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.20.0",
"esbuild": "^0.20.1",
"typescript": "5.2.2"
}
}
6 changes: 3 additions & 3 deletions examples/gjs/gtk-4-application/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-for-gir-gtk-4-application-example",
"version": "3.2.8",
"name": "@ts-for-gir-example/gtk-4-application-example",
"version": "3.2.9",
"description": "Simple GJS Gtk 4 example app to demonstrate how you can use and extend Gtk.Application",
"main": "index.js",
"type": "module",
Expand All @@ -22,7 +22,7 @@
"license": "MIT",
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.20.0",
"esbuild": "^0.20.1",
"typescript": "5.2.2"
}
}
6 changes: 3 additions & 3 deletions examples/gjs/gtk-4-custom-widget/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-for-gir-gjs-gtk-4-custom-widget-example",
"version": "3.2.8",
"name": "@ts-for-gir-example/gjs-gtk-4-custom-widget-example",
"version": "3.2.9",
"description": "This example shows the usage of custom widgets and virtual functions in GJS",
"main": "dist/index.js",
"type": "module",
Expand All @@ -22,7 +22,7 @@
"license": "MIT",
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.20.0",
"esbuild": "^0.20.1",
"typescript": "5.2.2"
}
}
Loading

0 comments on commit de62422

Please sign in to comment.