Skip to content

Commit

Permalink
Bump typescript from 5.5.4 to 5.6.2
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.4 to 5.6.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.5.4...v5.6.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 16, 2024
1 parent 215f4c6 commit 7c4f99b
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 26 deletions.
2 changes: 1 addition & 1 deletion codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@project-chip/matter.js-tools": "*",
"@types/jsdom": "^21.1.6",
"jsdom": "^25.0.0",
"typescript": "~5.5.3",
"typescript": "~5.6.2",
"word-list": "^4.0.0",
"yargs": "^17.7.2"
}
Expand Down
29 changes: 14 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"typedoc": "^0.26.7",
"typedoc-plugin-markdown": "^3.17.1",
"typedoc-plugin-missing-exports": "^3.0.0",
"typescript": "~5.5.3"
"typescript": "~5.6.2"
},
"overrides": {
"brorand": "npm:@matter.js/brorand@1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/general/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@project-chip/matter.js-tools": "*",
"typescript": "~5.5.3"
"typescript": "~5.6.2"
},
"files": [
"dist/**/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/matter-node-ble.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"@project-chip/matter.js-tools": "*",
"ts-node": "^10.9.2",
"typescript": "~5.5.3"
"typescript": "~5.6.2"
},
"dependencies": {
"@project-chip/matter.js-general": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/matter-node-shell.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"matter-shell": "./dist/cjs/app.js"
},
"devDependencies": {
"typescript": "~5.5.3"
"typescript": "~5.6.2"
},
"dependencies": {
"@project-chip/matter-node-ble.js": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/matter-node.js-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"matter-legacystorageconverter": "./dist/esm/examples/LegacyStorageConverter.js"
},
"devDependencies": {
"typescript": "~5.5.3"
"typescript": "~5.6.2"
},
"dependencies": {
"@project-chip/matter-node-ble.js": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/matter.js-react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"@project-chip/matter.js-tools": "*",
"ts-node": "^10.9.2",
"typescript": "~5.5.3"
"typescript": "~5.6.2"
},
"dependencies": {
"@project-chip/matter.js-nodejs": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/matter.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"chai": "^4.4.1",
"embedme": "^1.22.1",
"mocha": "^10.7.3",
"typescript": "~5.5.3"
"typescript": "~5.6.2"
},
"files": [
"dist/**/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@project-chip/matter.js-tools": "*",
"typescript": "~5.5.3"
"typescript": "~5.6.2"
},
"files": [
"dist/**/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@project-chip/matter.js-tools": "*",
"@types/bytebuffer": "^5.0.49",
"@types/node-localstorage": "^1.3.3",
"typescript": "~5.5.3"
"typescript": "~5.6.2"
},
"files": [
"dist/**/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"glob": "^10.4.5",
"mocha": "^10.7.3",
"playwright": "^1.46.1",
"typescript": "~5.5.3",
"typescript": "~5.6.2",
"yargs": "^17.7.2"
},
"optionalDependencies": {
Expand Down

0 comments on commit 7c4f99b

Please sign in to comment.