Skip to content

Commit

Permalink
Bump the minor-and-patch-version-updates group with 3 updates (#92)
Browse files Browse the repository at this point in the history
* Bump the minor-and-patch-version-updates group with 3 updates

Bumps the minor-and-patch-version-updates group with 3 updates: [@seatsio/seatsio-types](https://github.com/seatsio/seatsio-types), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [typescript](https://github.com/Microsoft/TypeScript).


Updates `@seatsio/seatsio-types` from 3.3.0 to 3.4.0
- [Commits](https://github.com/seatsio/seatsio-types/commits)

Updates `@types/node` from 20.12.7 to 20.12.12
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `typescript` from 5.1.6 to 5.4.5
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.1.6...v5.4.5)

---
updated-dependencies:
- dependency-name: "@seatsio/seatsio-types"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-version-updates
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-version-updates
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-version-updates
...

Signed-off-by: dependabot[bot] <[email protected]>

* Angular is not compatible with the latest TS version

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mroloux <[email protected]>
  • Loading branch information
dependabot[bot] and mroloux authored May 29, 2024
1 parent f5afa7f commit 46291fa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"@angular/platform-browser": "16.1.0",
"@angular/platform-browser-dynamic": "16.1.0",
"@angular/router": "16.1.0",
"@seatsio/seatsio-types": "3.3.0"
"@seatsio/seatsio-types": "3.4.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "16.2.9",
"@angular/cli": "18.0.1",
"@angular/compiler-cli": "16.1.0",
"@angular/language-service": "18.0.0",
"@types/node": "20.12.7",
"@types/node": "20.12.12",
"codelyzer": "6.0.2",
"ng-packagr": "16.2.3",
"ts-node": "10.9.2",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1872,10 +1872,10 @@
"@angular-devkit/schematics" "18.0.1"
jsonc-parser "3.2.1"

"@seatsio/seatsio-types@3.3.0":
version "3.3.0"
resolved "https://registry.yarnpkg.com/@seatsio/seatsio-types/-/seatsio-types-3.3.0.tgz#a63a58d2064b7a31c33ec8d281756db946d009b8"
integrity sha512-MN26+FkFRhc7+Ld19ZAS+xzWq9peRNl7MYjR3/Bz6X8OYX1hUDnMbxBZiAYFIf7w8vLBBxXh9DbSwCY6cqjT3w==
"@seatsio/seatsio-types@3.4.0":
version "3.4.0"
resolved "https://registry.yarnpkg.com/@seatsio/seatsio-types/-/seatsio-types-3.4.0.tgz#813d00310b51eb9593de9ff1d82a63eb1ff4f826"
integrity sha512-H6NwwLcjYOq8yEfHR7ZhKnF34I6+m2FYbQmFYJPE9wGFxmHjIm1mvEPG+EEaNdMpc9x803FDgOtUeERxgLwd9w==

"@sigstore/bundle@^2.2.0":
version "2.2.0"
Expand Down Expand Up @@ -2064,10 +2064,10 @@
dependencies:
"@types/node" "*"

"@types/node@*", "@types/[email protected].7":
version "20.12.7"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.7.tgz#04080362fa3dd6c5822061aa3124f5c152cff384"
integrity sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==
"@types/node@*", "@types/[email protected].12":
version "20.12.12"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.12.tgz#7cbecdf902085cec634fdb362172dfe12b8f2050"
integrity sha512-eWLDGF/FOSPtAvEqeRAQ4C8LSA7M1I7i0ky1I8U7kD1J5ITyW3AsRhQrKVoWf5pFKZ2kILsEGJhsI9r93PYnOw==
dependencies:
undici-types "~5.26.4"

Expand Down

0 comments on commit 46291fa

Please sign in to comment.