Skip to content

Commit 4024654

Browse files
chore: update dependencies to latest and fix security alerts (#2)
Bumps Angular from 18 to 21, updates the OpenFeature SDKs, and refreshes remaining dev deps. Also replaces the broken file:.yalc/... reference for @openfeature/angular-sdk with the published ^1.2.0 from npm. Resolves all 21 open Dependabot alerts (npm audit now reports 0 vulnerabilities). Verified with ng build and a ng serve smoke test. Signed-off-by: Jonathan Norris <jonathan.norris@dynatrace.com>
1 parent bceaafb commit 4024654

3 files changed

Lines changed: 6555 additions & 10397 deletions

File tree

angular.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"prefix": "app",
1212
"architect": {
1313
"build": {
14-
"builder": "@angular-devkit/build-angular:application",
14+
"builder": "@angular/build:application",
1515
"options": {
1616
"outputPath": "dist/angular-test-app",
1717
"index": "src/index.html",
@@ -52,7 +52,7 @@
5252
"defaultConfiguration": "production"
5353
},
5454
"serve": {
55-
"builder": "@angular-devkit/build-angular:dev-server",
55+
"builder": "@angular/build:dev-server",
5656
"configurations": {
5757
"production": {
5858
"buildTarget": "angular-test-app:build:production"
@@ -64,10 +64,10 @@
6464
"defaultConfiguration": "development"
6565
},
6666
"extract-i18n": {
67-
"builder": "@angular-devkit/build-angular:extract-i18n"
67+
"builder": "@angular/build:extract-i18n"
6868
},
6969
"test": {
70-
"builder": "@angular-devkit/build-angular:karma",
70+
"builder": "@angular/build:karma",
7171
"options": {
7272
"polyfills": ["zone.js", "zone.js/testing"],
7373
"tsConfig": "tsconfig.spec.json",

0 commit comments

Comments
 (0)