Skip to content

Commit

Permalink
Bump the angular group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
Bumps the angular group with 4 updates in the /generators/ionic/resources/base directory: [zone.js](https://github.com/angular/angular/tree/HEAD/packages/zone.js), [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest), [jest-preset-angular](https://github.com/thymikee/jest-preset-angular) and [typescript](https://github.com/microsoft/TypeScript).


Updates `zone.js` from 0.14.10 to 0.15.0
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/packages/zone.js/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/zone.js-0.15.0/packages/zone.js)

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

Updates `jest-preset-angular` from 14.2.2 to 14.2.4
- [Release notes](https://github.com/thymikee/jest-preset-angular/releases)
- [Changelog](https://github.com/thymikee/jest-preset-angular/blob/main/CHANGELOG.md)
- [Commits](thymikee/jest-preset-angular@v14.2.2...v14.2.4)

Updates `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: zone.js
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: jest-preset-angular
  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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent 744ac9c commit f34d5b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions generators/ionic/resources/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"ionic-appauth": "2.1.0",
"rxjs": "~7.8.1",
"tslib": "^2.6.2",
"zone.js": "~0.14.6"
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-builders/jest": "~18.0.0-beta.3",
Expand All @@ -66,7 +66,7 @@
"@cypress/schematic": "^2.5.1",
"@ionic/angular-toolkit": "^12.1.1",
"@ionic/cli": "^7.2.0",
"@types/jest": "29.5.12",
"@types/jest": "29.5.13",
"@types/node": "^22.1.0",
"@typescript-eslint/eslint-plugin": "8.6.0",
"@typescript-eslint/parser": "8.6.0",
Expand All @@ -78,8 +78,8 @@
"ionic-mocks-jest": "1.3.3",
"jest": "29.7.0",
"jest-localstorage-mock": "2.4.26",
"jest-preset-angular": "14.2.2",
"jest-preset-angular": "14.2.4",
"prettier": "3.3.3",
"typescript": "~5.5.3"
"typescript": "~5.6.2"
}
}

0 comments on commit f34d5b2

Please sign in to comment.