Skip to content

Commit

Permalink
Bump typescript from 5.6.3 to 5.7.2
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.3 to 5.7.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.6.3...v5.7.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 23, 2024
1 parent 38f388c commit 509be6f
Show file tree
Hide file tree
Showing 14 changed files with 346 additions and 339 deletions.
2 changes: 1 addition & 1 deletion extensions/gnome-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"eslint": "^9.13.0",
"eslint-plugin-jsdoc": "^50.4.3",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"dependencies": {
"@girs/gjs": "4.0.0-beta.16",
Expand Down
2 changes: 1 addition & 1 deletion extensions/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
"eslint": "^8.57.1",
"glob": "^10.4.5",
"mocha": "^10.7.3",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/api-bindings-wrappers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"@withfig/autocomplete-types": "^1.31.0",
"eslint": "^8.57.1",
"prettier": "^3.3.3",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/api-bindings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"ts-proto": "~1.176.3",
"tslib": "^2.8.0",
"tsx": "^4.19.2",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"lint-staged": {
"*.{ts,tsx}": "npx eslint --cache --fix"
Expand Down
2 changes: 1 addition & 1 deletion packages/api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@types/react": "^18.3.12",
"eslint": "^8.57.1",
"prettier": "^3.3.3",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"dependencies": {
"@amzn/fig-io-api-bindings": "workspace:~",
Expand Down
2 changes: 1 addition & 1 deletion packages/autocomplete-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@types/semver": "^7.5.8",
"@withfig/autocomplete-types": "^1.31.0",
"eslint": "^8.57.1",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"vitest": "^1.6.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/autocomplete/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"prettier": "^3.3.3",
"tailwindcss": "^3.4.14",
"terser": "^5.36.0",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"vitest": "^1.6.0"
},
"bundledDependencies": [
Expand Down
2 changes: 1 addition & 1 deletion packages/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"vite": "^5.4.10"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"eslint-plugin-react-refresh": "^0.4.14",
"eslint-plugin-unicorn": "^53.0.0",
"prettier": "^3.3.3",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"typescript-eslint": "^7.18.0"
}
}
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@amzn/fig-io-types": "workspace:^",
"@withfig/autocomplete-types": "^1.31.0",
"eslint": "^8.57.1",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"vitest": "^1.6.0"
}
}
2 changes: 1 addition & 1 deletion packages/shell-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@vitest/coverage-v8": "^1.6.0",
"eslint": "^8.57.1",
"prettier": "^3.3.3",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"vitest": "^1.6.0"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit 509be6f

Please sign in to comment.