chore(deps): upgrade Angular 18 → 19
- ng update @angular/core@19 @angular/cli@19 @angular/material@19 @angular-eslint/schematics@19 - Migration: remove standalone:true (now default in v19) from 60 components - Migration: zone.js 0.14 → 0.15 - Fix pre-existing build budget error: raise initial bundle limit to 5mb (app ships large static JSON assets)
This commit is contained in:
+13
-10
@@ -1,12 +1,15 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(grep \" FAILED$\")",
|
||||
"Bash(grep -A2 \" FAILED$\")",
|
||||
"Bash(grep -A3 \" FAILED$\")",
|
||||
"Bash(grep -v \"Executed\\\\|^--$\")",
|
||||
"Bash(grep -E \"TOTAL:|FAILED$\")",
|
||||
"Bash(node -e \"const c = require\\('chart.js'\\); console.log\\(Object.keys\\(c\\).filter\\(k => k.includes\\('Doughnut'\\) || k.includes\\('Controller'\\)\\)\\)\")"
|
||||
]
|
||||
}
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(grep \" FAILED$\")",
|
||||
"Bash(grep -A2 \" FAILED$\")",
|
||||
"Bash(grep -A3 \" FAILED$\")",
|
||||
"Bash(grep -v \"Executed\\\\|^--$\")",
|
||||
"Bash(grep -E \"TOTAL:|FAILED$\")",
|
||||
"Bash(node -e \"const c = require\\('chart.js'\\); console.log\\(Object.keys\\(c\\).filter\\(k => k.includes\\('Doughnut'\\) || k.includes\\('Controller'\\)\\)\\)\")",
|
||||
"Bash(npm list *)",
|
||||
"Bash(ng update *)",
|
||||
"Bash(npm run *)"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user