Skip to content

Commit

Permalink
Downgrade typescript 5.3.2 to 5.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JumpLink committed Nov 28, 2023
1 parent 81ea159 commit b19819a
Show file tree
Hide file tree
Showing 44 changed files with 92 additions and 106 deletions.
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
- 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.6
- Upgrade dependencies
- Generate camel cased property accessors, see #138
- Add `runAsync` override for `GLib.MainLoop`, see #130

# 3.2.5
- Upgrade dependencies
- Allow ambient modules without version for NPM packages, see #139
Expand Down
2 changes: 1 addition & 1 deletion examples/gjs/adw-1-hello/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@rollup/plugin-babel": "^6.0.4",
"@ts-for-gir/cli": "workspace:^",
"rollup": "^4.6.0",
"typescript": "^5.3.2",
"typescript": "5.2.2",
"vite": "^5.0.2"
}
}
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 @@ -23,6 +23,6 @@
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.19.8",
"typescript": "^5.3.2"
"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 @@ -20,6 +20,6 @@
"license": "MIT",
"devDependencies": {
"esbuild": "^0.19.8",
"typescript": "^5.3.2"
"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 @@ -23,6 +23,6 @@
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.19.8",
"typescript": "^5.3.2"
"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 @@ -23,6 +23,6 @@
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.19.8",
"typescript": "^5.3.2"
"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 @@ -23,6 +23,6 @@
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.19.8",
"typescript": "^5.3.2"
"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 @@ -26,6 +26,6 @@
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.19.8",
"typescript": "^5.3.2"
"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 @@ -22,6 +22,6 @@
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.19.8",
"typescript": "^5.3.2"
"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 @@ -25,7 +25,7 @@
"@ts-for-gir/cli": "workspace:^",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"ts-loader": "^9.5.1",
"typescript": "^5.3.2",
"typescript": "5.2.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
}
Expand Down
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 @@ -23,6 +23,6 @@
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.19.8",
"typescript": "^5.3.2"
"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 @@ -23,6 +23,6 @@
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.19.8",
"typescript": "^5.3.2"
"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 @@ -26,7 +26,7 @@
"@ts-for-gir/cli": "workspace:^",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"ts-loader": "^9.5.1",
"typescript": "^5.3.2",
"typescript": "5.2.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
}
Expand Down
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 @@ -26,7 +26,7 @@
"fork-ts-checker-webpack-plugin": "^9.0.2",
"raw-loader": "^4.0.2",
"ts-loader": "^9.5.1",
"typescript": "^5.3.2",
"typescript": "5.2.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
}
Expand Down
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 @@ -23,6 +23,6 @@
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.19.8",
"typescript": "^5.3.2"
"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 @@ -25,7 +25,7 @@
"@ts-for-gir/cli": "workspace:^",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"ts-loader": "^9.5.1",
"typescript": "^5.3.2",
"typescript": "5.2.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
}
Expand Down
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 @@ -23,6 +23,6 @@
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.19.8",
"typescript": "^5.3.2"
"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 @@ -23,6 +23,6 @@
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.19.8",
"typescript": "^5.3.2"
"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 @@ -25,7 +25,7 @@
"@ts-for-gir/cli": "workspace:^",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"ts-loader": "^9.5.1",
"typescript": "^5.3.2",
"typescript": "5.2.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
}
Expand Down
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 @@ -23,6 +23,6 @@
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.19.8",
"typescript": "^5.3.2"
"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 @@ -23,6 +23,6 @@
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.19.8",
"typescript": "^5.3.2"
"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 @@ -23,6 +23,6 @@
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.19.8",
"typescript": "^5.3.2"
"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 @@ -23,6 +23,6 @@
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.19.8",
"typescript": "^5.3.2"
"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 @@ -23,6 +23,6 @@
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.19.8",
"typescript": "^5.3.2"
"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 @@ -20,6 +20,6 @@
"license": "MIT",
"devDependencies": {
"esbuild": "^0.19.8",
"typescript": "^5.3.2"
"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 @@ -25,6 +25,6 @@
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.19.8",
"typescript": "^5.3.2"
"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 @@ -23,6 +23,6 @@
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.19.8",
"typescript": "^5.3.2"
"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 @@ -23,6 +23,6 @@
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.19.8",
"typescript": "^5.3.2"
"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 @@ -20,7 +20,7 @@
"license": "MIT",
"devDependencies": {
"esbuild": "^0.19.8",
"typescript": "^5.3.2"
"typescript": "5.2.2"
},
"dependencies": {
"node-gtk": "^0.12.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/node-gtk/glib-2-spawn-command/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"fork-ts-checker-webpack-plugin": "^9.0.2",
"raw-loader": "^4.0.2",
"ts-loader": "^9.5.1",
"typescript": "^5.3.2",
"typescript": "5.2.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-node-externals": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/node-gtk/gtk-3-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/node": "^20.10.0",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"ts-loader": "^9.5.1",
"typescript": "^5.3.2",
"typescript": "5.2.2",
"webpack": "^5.89.0",
"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 @@ -30,7 +30,7 @@
"fork-ts-checker-webpack-plugin": "^9.0.2",
"raw-loader": "^4.0.2",
"ts-loader": "^9.5.1",
"typescript": "^5.3.2",
"typescript": "5.2.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-node-externals": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/node-gtk/gtk-3-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"raw-loader": "^4.0.2",
"terser-webpack-plugin": "^5.3.9",
"ts-loader": "^9.5.1",
"typescript": "^5.3.2",
"typescript": "5.2.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-node-externals": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/node-gtk/gtk-3-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/node": "^20.10.0",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"ts-loader": "^9.5.1",
"typescript": "^5.3.2",
"typescript": "5.2.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-node-externals": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/node-gtk/gtk-3-hello/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"fork-ts-checker-webpack-plugin": "^9.0.2",
"raw-loader": "^4.0.2",
"ts-loader": "^9.5.1",
"typescript": "^5.3.2",
"typescript": "5.2.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-node-externals": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/node-gtk/gtk-4-custom-widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.19.8",
"typescript": "^5.3.2"
"typescript": "5.2.2"
},
"dependencies": {
"node-gtk": "^0.12.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/node-gtk/soup-3-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.19.8",
"typescript": "^5.3.2"
"typescript": "5.2.2"
},
"dependencies": {
"node-gtk": "^0.12.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
"eslint-plugin-prettier": "^5.0.1",
"prettier": "^3.1.0",
"rimraf": "^5.0.5",
"typescript": "^5.3.2"
"typescript": "5.2.2"
},
"workspaces": [
"examples/*/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"prettier": "^3.1.0",
"rimraf": "^5.0.5",
"ts-node": "^10.9.1",
"typescript": "^5.3.2"
"typescript": "5.2.2"
},
"dependencies": {
"@ts-for-gir/generator-base": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/generator-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"eslint-plugin-prettier": "^5.0.1",
"prettier": "^3.1.0",
"rimraf": "^5.0.5",
"typescript": "^5.3.2"
"typescript": "5.2.2"
},
"dependencies": {
"@ts-for-gir/lib": "workspace:^"
Expand Down
2 changes: 1 addition & 1 deletion packages/generator-html-doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"eslint-plugin-prettier": "^5.0.1",
"prettier": "^3.1.0",
"rimraf": "^5.0.5",
"typescript": "^5.3.2"
"typescript": "5.2.2"
},
"dependencies": {
"@ts-for-gir/generator-base": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/generator-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"eslint-plugin-prettier": "^5.0.1",
"prettier": "^3.1.0",
"rimraf": "^5.0.5",
"typescript": "^5.3.2"
"typescript": "5.2.2"
},
"dependencies": {
"@ts-for-gir/generator-base": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"eslint-plugin-prettier": "^5.0.1",
"prettier": "^3.1.0",
"rimraf": "^5.0.5",
"typescript": "^5.3.2"
"typescript": "5.2.2"
},
"dependencies": {
"colorette": "^2.0.20",
Expand Down
Loading

0 comments on commit b19819a

Please sign in to comment.