Skip to content

Commit

Permalink
build(deps-dev): bump the angular group
Browse files Browse the repository at this point in the history
Bumps the angular group in /generators/ionic/resources/base with 2 updates: [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) and [typescript](https://github.com/microsoft/TypeScript).


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

Updates `typescript` from 5.5.4 to 5.6.3
- [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.3)

---
updated-dependencies:
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: angular
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent 86b6aa3 commit aecac7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generators/ionic/resources/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@cypress/schematic": "^2.5.1",
"@ionic/angular-toolkit": "^12.1.1",
"@ionic/cli": "^7.2.0",
"@types/jest": "29.5.13",
"@types/jest": "29.5.14",
"@types/node": "^22.1.0",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
Expand All @@ -80,6 +80,6 @@
"jest-localstorage-mock": "2.4.26",
"jest-preset-angular": "14.2.4",
"prettier": "3.3.3",
"typescript": "~5.5.3"
"typescript": "~5.6.3"
}
}

0 comments on commit aecac7e

Please sign in to comment.