Skip to content

Commit a7d2bda

Browse files
alan-agius4angular-robot[bot]
authored andcommitted
build: update quicktype-core to 20.0.15
This commit updates `quicktype-core` to `20.0.15` and enables Renovate to update this.
1 parent 983adbd commit a7d2bda

File tree

4 files changed

+89
-283
lines changed

4 files changed

+89
-283
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
"prettier": "^2.0.0",
191191
"protractor": "~7.0.0",
192192
"puppeteer": "18.2.1",
193-
"quicktype-core": "6.0.69",
193+
"quicktype-core": "20.0.15",
194194
"resolve-url-loader": "5.0.0",
195195
"rxjs": "6.6.7",
196196
"sass": "1.57.1",

packages/angular/cli/lib/config/workspace-schema.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,7 @@
193193
"$ref": "../../../../schematics/angular/web-worker/schema.json"
194194
}
195195
},
196-
"additionalProperties": {
197-
"type": "object"
198-
}
196+
"additionalProperties": true
199197
},
200198
"fileVersion": {
201199
"type": "integer",

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencyDashboard": true,
1313
"schedule": ["after 10:00pm every weekday", "before 4:00am every weekday", "every weekend"],
1414
"baseBranches": ["main"],
15-
"ignoreDeps": ["@types/node", "quicktype-core"],
15+
"ignoreDeps": ["@types/node"],
1616
"includePaths": [
1717
"WORKSPACE",
1818
"package.json",

0 commit comments

Comments
 (0)