From 18cd1f84c83a242add1601c8a0ca69f86a99f298 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 00:04:24 +0000 Subject: [PATCH] build(deps): bump the angular group Bumps the angular group in /src/main/resources/generator/dependencies/angular with 6 updates: | Package | From | To | | --- | --- | --- | | [@angular/cdk](https://github.com/angular/components) | `18.1.0` | `18.1.1` | | [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `18.1.0` | `18.1.1` | | [@angular/material](https://github.com/angular/components) | `18.1.0` | `18.1.1` | | [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `18.1.0` | `18.1.1` | | [@angular/cli](https://github.com/angular/angular-cli) | `18.1.0` | `18.1.1` | | [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `18.1.0` | `18.1.1` | Updates `@angular/cdk` from 18.1.0 to 18.1.1 - [Release notes](https://github.com/angular/components/releases) - [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/components/compare/18.1.0...18.1.1) Updates `@angular/core` from 18.1.0 to 18.1.1 - [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/18.1.1/packages/core) Updates `@angular/material` from 18.1.0 to 18.1.1 - [Release notes](https://github.com/angular/components/releases) - [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/components/compare/18.1.0...18.1.1) Updates `@angular-devkit/build-angular` from 18.1.0 to 18.1.1 - [Release notes](https://github.com/angular/angular-cli/releases) - [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular-cli/compare/18.1.0...18.1.1) Updates `@angular/cli` from 18.1.0 to 18.1.1 - [Release notes](https://github.com/angular/angular-cli/releases) - [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular-cli/compare/18.1.0...18.1.1) Updates `@angular/compiler-cli` from 18.1.0 to 18.1.1 - [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/18.1.1/packages/compiler-cli) --- updated-dependencies: - dependency-name: "@angular/cdk" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: angular - dependency-name: "@angular/core" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: angular - dependency-name: "@angular/material" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: angular - dependency-name: "@angular-devkit/build-angular" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: angular - dependency-name: "@angular/cli" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: angular - dependency-name: "@angular/compiler-cli" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: angular ... Signed-off-by: dependabot[bot] --- .../generator/dependencies/angular/package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main/resources/generator/dependencies/angular/package.json b/src/main/resources/generator/dependencies/angular/package.json index 0e452e55440..e72d35d8dcb 100644 --- a/src/main/resources/generator/dependencies/angular/package.json +++ b/src/main/resources/generator/dependencies/angular/package.json @@ -1,8 +1,8 @@ { "dependencies": { - "@angular/cdk": "18.1.0", - "@angular/core": "18.1.0", - "@angular/material": "18.1.0", + "@angular/cdk": "18.1.1", + "@angular/core": "18.1.1", + "@angular/material": "18.1.1", "keycloak-js": "25.0.1", "rxjs": "7.8.1", "tslib": "2.6.3", @@ -10,14 +10,14 @@ }, "devDependencies": { "@angular-builders/jest": "18.0.0", - "@angular-devkit/build-angular": "18.1.0", + "@angular-devkit/build-angular": "18.1.1", "@angular-eslint/builder": "18.1.0", "@angular-eslint/eslint-plugin": "18.1.0", "@angular-eslint/eslint-plugin-template": "18.1.0", "@angular-eslint/schematics": "18.1.0", "@angular-eslint/template-parser": "18.1.0", - "@angular/cli": "18.1.0", - "@angular/compiler-cli": "18.1.0", + "@angular/cli": "18.1.1", + "@angular/compiler-cli": "18.1.1", "jest-environment-jsdom": "29.7.0", "jest-preset-angular": "14.1.1", "jest-sonar-reporter": "2.0.0",