Skip to content

Commit

Permalink
fix(deps): bump the angular-dependencies group across 1 directory wit…
Browse files Browse the repository at this point in the history
…h 2 updates

Bumps the angular-dependencies group with 2 updates in the /templates/node-angular directory: [zone.js](https://github.com/angular/angular/tree/HEAD/packages/zone.js) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).


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 `typescript-eslint` from 8.3.0 to 8.8.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.8.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: zone.js
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: angular-dependencies
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: angular-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent dabf3d4 commit aa16bc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/node-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@angular/router": "^18.2.2",
"rxjs": "~7.8.1",
"tslib": "^2.7.0",
"zone.js": "~0.14.10",
"zone.js": "~0.15.0",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
Expand All @@ -44,6 +44,6 @@
"concurrently": "^8.2.2",
"eslint": "^9.9.1",
"@eslint/js": "^9.9.1",
"typescript-eslint": "8.3.0"
"typescript-eslint": "8.8.0"
}
}

0 comments on commit aa16bc9

Please sign in to comment.