Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 12, 2024
1 parent 2ef7cae commit e994fe6
Show file tree
Hide file tree
Showing 94 changed files with 97 additions and 97 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"semver": "^7.5.2",
"shelljs": "^0.8.5",
"tsort": "^0.0.1",
"typescript": "^4.5.5",
"typescript": "^5.6.2",
"unzipper": "^0.10.11",
"yargs": "^17.4.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/connector-jsdom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"nyc": "^15.1.0",
"rimraf": "^5.0.0",
"sinon": "^13.0.1",
"typescript": "^4.5.5"
"typescript": "^5.6.2"
},
"files": [
"dist/src"
Expand Down
2 changes: 1 addition & 1 deletion packages/connector-local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"proxyquire": "^2.1.3",
"rimraf": "^5.0.0",
"sinon": "^13.0.1",
"typescript": "^4.5.5"
"typescript": "^5.6.2"
},
"files": [
"dist/src"
Expand Down
2 changes: 1 addition & 1 deletion packages/connector-puppeteer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"puppeteer": "^10.4.0",
"rimraf": "^5.0.0",
"sinon": "^13.0.1",
"typescript": "^4.5.5"
"typescript": "^5.6.2"
},
"files": [
"dist/src"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-hint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"rimraf": "^5.0.0",
"sinon": "^13.0.1",
"ts-loader": "^9.4.2",
"typescript": "^4.5.5",
"typescript": "^5.6.2",
"webpack": "^5.76.0",
"webpack-cli": "^4.9.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/create-hintrc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"rimraf": "^5.0.0",
"sinon": "^13.0.1",
"ts-loader": "^9.4.2",
"typescript": "^4.5.5",
"typescript": "^5.6.2",
"webpack": "^5.76.0",
"webpack-cli": "^4.9.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/create-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"rimraf": "^5.0.0",
"sinon": "^13.0.1",
"ts-loader": "^9.4.2",
"typescript": "^4.5.5",
"typescript": "^5.6.2",
"webpack": "^5.76.0",
"webpack-cli": "^4.9.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"style-loader": "^3.3.2",
"terser-webpack-plugin": "^5.3.6",
"typed-css-modules": "^0.7.2",
"typescript": "^4.5.5",
"typescript": "^5.6.2",
"util": "^0.12.5",
"util.promisify": "^1.1.1",
"web-ext": "^7.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"rimraf": "^5.0.0",
"sinon": "^13.0.1",
"ts-loader": "^9.4.2",
"typescript": "^4.5.5",
"typescript": "^5.6.2",
"vsce": "^2.15.0",
"vscode-languageclient": "^7.0.0",
"vscode-languageserver": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/formatter-codeframe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"proxyquire": "^2.1.3",
"rimraf": "^5.0.0",
"sinon": "^13.0.1",
"typescript": "^4.5.5"
"typescript": "^5.6.2"
},
"files": [
"dist/src",
Expand Down
2 changes: 1 addition & 1 deletion packages/formatter-excel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"proxyquire": "^2.1.3",
"rimraf": "^5.0.0",
"sinon": "^13.0.1",
"typescript": "^4.5.5"
"typescript": "^5.6.2"
},
"files": [
"dist/src",
Expand Down
2 changes: 1 addition & 1 deletion packages/formatter-html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"proxyquire": "^2.1.3",
"rimraf": "^5.0.0",
"sinon": "^13.0.1",
"typescript": "^4.5.5"
"typescript": "^5.6.2"
},
"files": [
"dist/src",
Expand Down
2 changes: 1 addition & 1 deletion packages/formatter-json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"proxyquire": "^2.1.3",
"rimraf": "^5.0.0",
"sinon": "^13.0.1",
"typescript": "^4.5.5"
"typescript": "^5.6.2"
},
"files": [
"dist/src",
Expand Down
2 changes: 1 addition & 1 deletion packages/formatter-stylish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"proxyquire": "^2.1.3",
"rimraf": "^5.0.0",
"sinon": "^13.0.1",
"typescript": "^4.5.5"
"typescript": "^5.6.2"
},
"files": [
"dist/src",
Expand Down
2 changes: 1 addition & 1 deletion packages/formatter-summary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"proxyquire": "^2.1.3",
"rimraf": "^5.0.0",
"sinon": "^13.0.1",
"typescript": "^4.5.5"
"typescript": "^5.6.2"
},
"files": [
"dist/src",
Expand Down
2 changes: 1 addition & 1 deletion packages/hint-apple-touch-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"rimraf": "^5.0.0",
"typescript": "^4.5.5"
"typescript": "^5.6.2"
},
"files": [
"dist/src"
Expand Down
2 changes: 1 addition & 1 deletion packages/hint-axe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"rimraf": "^5.0.0",
"typescript": "^4.5.5"
"typescript": "^5.6.2"
},
"files": [
"dist/src",
Expand Down
2 changes: 1 addition & 1 deletion packages/hint-babel-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"rimraf": "^5.0.0",
"typescript": "^4.5.5"
"typescript": "^5.6.2"
},
"files": [
"dist/src",
Expand Down
2 changes: 1 addition & 1 deletion packages/hint-button-type/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"rimraf": "^5.0.0",
"typescript": "^4.5.5"
"typescript": "^5.6.2"
},
"files": [
"dist/src"
Expand Down
2 changes: 1 addition & 1 deletion packages/hint-compat-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"nyc": "^15.1.0",
"postcss": "^8.4.23",
"rimraf": "^5.0.0",
"typescript": "^4.5.5"
"typescript": "^5.6.2"
},
"files": [
"dist/src",
Expand Down
2 changes: 1 addition & 1 deletion packages/hint-content-type/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"rimraf": "^5.0.0",
"typescript": "^4.5.5"
"typescript": "^5.6.2"
},
"files": [
"dist/src"
Expand Down
2 changes: 1 addition & 1 deletion packages/hint-create-element-svg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"rimraf": "^5.0.0",
"typescript": "^4.5.5"
"typescript": "^5.6.2"
},
"files": [
"dist/src"
Expand Down
2 changes: 1 addition & 1 deletion packages/hint-css-prefix-order/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"nyc": "^15.1.0",
"postcss": "^8.4.23",
"rimraf": "^5.0.0",
"typescript": "^4.5.5"
"typescript": "^5.6.2"
},
"files": [
"dist/src"
Expand Down
2 changes: 1 addition & 1 deletion packages/hint-detect-css-reflows/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"nyc": "^15.1.0",
"postcss": "^8.4.23",
"rimraf": "^5.0.0",
"typescript": "^4.5.5"
"typescript": "^5.6.2"
},
"files": [
"dist/src",
Expand Down
2 changes: 1 addition & 1 deletion packages/hint-disown-opener/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"rimraf": "^5.0.0",
"typescript": "^4.5.5"
"typescript": "^5.6.2"
},
"files": [
"dist/src"
Expand Down
2 changes: 1 addition & 1 deletion packages/hint-doctype/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"rimraf": "^5.0.0",
"typescript": "^4.5.5"
"typescript": "^5.6.2"
},
"files": [
"dist/src"
Expand Down
2 changes: 1 addition & 1 deletion packages/hint-highest-available-document-mode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"rimraf": "^5.0.0",
"typescript": "^4.5.5"
"typescript": "^5.6.2"
},
"files": [
"dist/src"
Expand Down
2 changes: 1 addition & 1 deletion packages/hint-html-checker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"rimraf": "^5.0.0",
"typescript": "^4.5.5"
"typescript": "^5.6.2"
},
"files": [
"dist/src"
Expand Down
2 changes: 1 addition & 1 deletion packages/hint-http-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"rimraf": "^5.0.0",
"typescript": "^4.5.5"
"typescript": "^5.6.2"
},
"files": [
"dist/src"
Expand Down
2 changes: 1 addition & 1 deletion packages/hint-http-compression/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"rimraf": "^5.0.0",
"typescript": "^4.5.5"
"typescript": "^5.6.2"
},
"files": [
"dist/src"
Expand Down
2 changes: 1 addition & 1 deletion packages/hint-https-only/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"rimraf": "^5.0.0",
"typescript": "^4.5.5"
"typescript": "^5.6.2"
},
"files": [
"dist/src"
Expand Down
2 changes: 1 addition & 1 deletion packages/hint-ie-flexbox-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"rimraf": "^5.0.0",
"typescript": "^4.5.5"
"typescript": "^5.6.2"
},
"files": [
"dist/src"
Expand Down
2 changes: 1 addition & 1 deletion packages/hint-image-optimization-cloudinary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"rimraf": "^5.0.0",
"typescript": "^4.5.5"
"typescript": "^5.6.2"
},
"files": [
"dist/src"
Expand Down
2 changes: 1 addition & 1 deletion packages/hint-leading-dot-classlist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"rimraf": "^5.0.0",
"typescript": "^4.5.5"
"typescript": "^5.6.2"
},
"files": [
"dist/src"
Expand Down
2 changes: 1 addition & 1 deletion packages/hint-manifest-app-name/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"rimraf": "^5.0.0",
"typescript": "^4.5.5"
"typescript": "^5.6.2"
},
"files": [
"dist/src"
Expand Down
2 changes: 1 addition & 1 deletion packages/hint-manifest-exists/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"rimraf": "^5.0.0",
"typescript": "^4.5.5"
"typescript": "^5.6.2"
},
"files": [
"dist/src"
Expand Down
2 changes: 1 addition & 1 deletion packages/hint-manifest-file-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"rimraf": "^5.0.0",
"typescript": "^4.5.5"
"typescript": "^5.6.2"
},
"files": [
"dist/src"
Expand Down
2 changes: 1 addition & 1 deletion packages/hint-manifest-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"rimraf": "^5.0.0",
"typescript": "^4.5.5"
"typescript": "^5.6.2"
},
"files": [
"dist/src"
Expand Down
2 changes: 1 addition & 1 deletion packages/hint-manifest-is-valid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"rimraf": "^5.0.0",
"typescript": "^4.5.5"
"typescript": "^5.6.2"
},
"files": [
"dist/src"
Expand Down
2 changes: 1 addition & 1 deletion packages/hint-manifest-scoped-urls/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"rimraf": "^5.0.0",
"typescript": "^4.5.5"
"typescript": "^5.6.2"
},
"files": [
"dist/src"
Expand Down
2 changes: 1 addition & 1 deletion packages/hint-meta-charset-utf-8/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"rimraf": "^5.0.0",
"typescript": "^4.5.5"
"typescript": "^5.6.2"
},
"files": [
"dist/src"
Expand Down
2 changes: 1 addition & 1 deletion packages/hint-meta-theme-color/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"rimraf": "^5.0.0",
"typescript": "^4.5.5"
"typescript": "^5.6.2"
},
"files": [
"dist/src",
Expand Down
2 changes: 1 addition & 1 deletion packages/hint-meta-viewport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"rimraf": "^5.0.0",
"typescript": "^4.5.5"
"typescript": "^5.6.2"
},
"files": [
"dist/src"
Expand Down
2 changes: 1 addition & 1 deletion packages/hint-minified-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"rimraf": "^5.0.0",
"typescript": "^4.5.5"
"typescript": "^5.6.2"
},
"files": [
"dist/src"
Expand Down
Loading

0 comments on commit e994fe6

Please sign in to comment.