Skip to content

Commit

Permalink
build(deps): bump the angular group across 1 directory with 6 updates
Browse files Browse the repository at this point in the history
Bumps the angular group with 6 updates in the /generators/angular/resources directory:

| Package | From | To |
| --- | --- | --- |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `18.2.12` | `19.0.0` |
| [@fortawesome/angular-fontawesome](https://github.com/FortAwesome/angular-fontawesome) | `0.15.0` | `1.0.0` |
| [ngx-cookie-service](https://github.com/stevermeister/ngx-cookie-service) | `18.0.0` | `19.0.0` |
| [zone.js](https://github.com/angular/angular/tree/HEAD/packages/zone.js) | `0.14.10` | `0.15.0` |
| [@angular/cli](https://github.com/angular/angular-cli) | `18.2.12` | `19.0.1` |
| [jest-preset-angular](https://github.com/thymikee/jest-preset-angular) | `14.3.1` | `14.3.2` |



Updates `@angular/common` from 18.2.12 to 19.0.0
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/19.0.0/packages/common)

Updates `@fortawesome/angular-fontawesome` from 0.15.0 to 1.0.0
- [Release notes](https://github.com/FortAwesome/angular-fontawesome/releases)
- [Changelog](https://github.com/FortAwesome/angular-fontawesome/blob/main/CHANGELOG.md)
- [Commits](FortAwesome/angular-fontawesome@0.15.0...1.0.0)

Updates `ngx-cookie-service` from 18.0.0 to 19.0.0
- [Release notes](https://github.com/stevermeister/ngx-cookie-service/releases)
- [Changelog](https://github.com/stevermeister/ngx-cookie-service/blob/master/CHANGELOG.md)
- [Commits](stevermeister/ngx-cookie-service@v18.0.0...v19.0.0)

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 `@angular/cli` from 18.2.12 to 19.0.1
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@18.2.12...19.0.1)

Updates `jest-preset-angular` from 14.3.1 to 14.3.2
- [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.3.1...v14.3.2)

---
updated-dependencies:
- dependency-name: "@angular/common"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@fortawesome/angular-fontawesome"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: ngx-cookie-service
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: zone.js
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: "@angular/cli"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: jest-preset-angular
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 22, 2024
1 parent e48a69c commit 03c0c2d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions generators/angular/resources/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"@angular/common": "18.2.12",
"@fortawesome/angular-fontawesome": "0.15.0",
"@angular/common": "19.0.0",
"@fortawesome/angular-fontawesome": "1.0.0",
"@fortawesome/fontawesome-svg-core": "6.7.1",
"@fortawesome/free-solid-svg-icons": "6.7.1",
"@ng-bootstrap/ng-bootstrap": "17.0.1",
Expand All @@ -11,19 +11,19 @@
"@stomp/rx-stomp": "2.0.0",
"bootstrap": "5.3.3",
"bootswatch": "5.3.3",
"ngx-cookie-service": "18.0.0",
"ngx-cookie-service": "19.0.0",
"ngx-infinite-scroll": "18.0.0",
"rxjs": "7.8.1",
"sockjs-client": "1.6.1",
"tslib": "2.8.1",
"zone.js": "0.14.10"
"zone.js": "0.15.0"
},
"devDependencies": {
"@angular-architects/module-federation": "18.0.6",
"@angular-architects/module-federation-runtime": "18.0.6",
"@angular-builders/custom-webpack": "18.0.0",
"@angular-builders/jest": "18.0.0",
"@angular/cli": "18.2.12",
"@angular/cli": "19.0.1",
"@eslint/js": "9.15.0",
"@types/jest": "29.5.14",
"@types/node": "20.11.25",
Expand All @@ -42,7 +42,7 @@
"jest": "29.7.0",
"jest-date-mock": "1.0.10",
"jest-junit": "16.0.0",
"jest-preset-angular": "14.3.1",
"jest-preset-angular": "14.3.2",
"jest-sonar": "0.2.16",
"merge-jsons-webpack-plugin": "2.0.1",
"postcss-rtlcss": "5.5.0",
Expand Down

0 comments on commit 03c0c2d

Please sign in to comment.