projen 0.72.30 → 0.73.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +97 -41
- package/docs/api/API.md +43 -31
- package/lib/awscdk/auto-discover.js +5 -5
- package/lib/awscdk/awscdk-app-java.js +1 -1
- package/lib/awscdk/awscdk-app-py.js +1 -1
- package/lib/awscdk/awscdk-app-ts.js +1 -1
- package/lib/awscdk/awscdk-construct.js +2 -2
- package/lib/awscdk/awscdk-deps-java.js +1 -1
- package/lib/awscdk/awscdk-deps-js.js +1 -1
- package/lib/awscdk/awscdk-deps-py.js +1 -1
- package/lib/awscdk/awscdk-deps.js +1 -1
- package/lib/awscdk/cdk-config.js +1 -1
- package/lib/awscdk/cdk-tasks.js +1 -1
- package/lib/awscdk/integration-test.js +1 -1
- package/lib/awscdk/lambda-extension.js +1 -1
- package/lib/awscdk/lambda-function.js +2 -2
- package/lib/build/build-workflow.js +1 -1
- package/lib/cdk/auto-discover-base.js +2 -2
- package/lib/cdk/construct-lib.js +1 -1
- package/lib/cdk/integration-test-base.js +1 -1
- package/lib/cdk/jsii-docgen.js +1 -1
- package/lib/cdk/jsii-project.js +1 -1
- package/lib/cdk8s/auto-discover.js +2 -2
- package/lib/cdk8s/cdk8s-app-py.js +1 -1
- package/lib/cdk8s/cdk8s-app-ts.js +1 -1
- package/lib/cdk8s/cdk8s-construct.js +1 -1
- package/lib/cdk8s/cdk8s-deps-py.js +1 -1
- package/lib/cdk8s/cdk8s-deps.js +1 -1
- package/lib/cdk8s/integration-test.js +1 -1
- package/lib/cdktf/cdktf-construct.js +1 -1
- package/lib/circleci/circleci.js +1 -1
- package/lib/component.js +1 -1
- package/lib/dependencies.js +1 -1
- package/lib/dev-env.js +1 -1
- package/lib/docker-compose/docker-compose-service.js +1 -1
- package/lib/docker-compose/docker-compose.d.ts +5 -0
- package/lib/docker-compose/docker-compose.js +3 -3
- package/lib/file.js +1 -1
- package/lib/gitattributes.js +1 -1
- package/lib/github/actions-provider.js +1 -1
- package/lib/github/auto-approve.js +1 -1
- package/lib/github/auto-merge.js +1 -1
- package/lib/github/dependabot.js +1 -1
- package/lib/github/github-credentials.js +1 -1
- package/lib/github/github-project.js +1 -1
- package/lib/github/github.js +1 -1
- package/lib/github/mergify.js +1 -1
- package/lib/github/pr-template.js +1 -1
- package/lib/github/pull-request-lint.js +1 -1
- package/lib/github/stale.js +1 -1
- package/lib/github/task-workflow.js +1 -1
- package/lib/github/workflow-actions.js +1 -1
- package/lib/github/workflow-jobs.js +1 -1
- package/lib/github/workflows.js +1 -1
- package/lib/gitlab/configuration.js +1 -1
- package/lib/gitlab/gitlab-configuration.js +1 -1
- package/lib/gitlab/nested-configuration.js +1 -1
- package/lib/gitpod.js +1 -1
- package/lib/ignore-file.js +1 -1
- package/lib/ini.js +1 -1
- package/lib/java/java-project.js +1 -1
- package/lib/java/junit.js +1 -1
- package/lib/java/maven-compile.js +1 -1
- package/lib/java/maven-packaging.js +1 -1
- package/lib/java/maven-sample.js +1 -1
- package/lib/java/pom.js +1 -1
- package/lib/java/projenrc.js +1 -1
- package/lib/javascript/bundler.js +1 -1
- package/lib/javascript/eslint.js +1 -1
- package/lib/javascript/jest.js +4 -4
- package/lib/javascript/node-package.js +1 -1
- package/lib/javascript/node-project.d.ts +1 -1
- package/lib/javascript/node-project.js +2 -2
- package/lib/javascript/npm-config.js +1 -1
- package/lib/javascript/prettier.js +1 -1
- package/lib/javascript/projenrc.js +1 -1
- package/lib/javascript/typescript-config.js +2 -2
- package/lib/javascript/upgrade-dependencies.d.ts +25 -0
- package/lib/javascript/upgrade-dependencies.js +32 -4
- package/lib/json-patch.js +1 -1
- package/lib/json.js +1 -1
- package/lib/license.js +1 -1
- package/lib/logger.js +1 -1
- package/lib/makefile.js +1 -1
- package/lib/object-file.js +1 -1
- package/lib/project-build.js +1 -1
- package/lib/project.js +1 -1
- package/lib/projects.js +1 -1
- package/lib/projenrc-json.js +2 -2
- package/lib/projenrc.js +1 -1
- package/lib/python/pip.js +1 -1
- package/lib/python/poetry.js +2 -2
- package/lib/python/projenrc.js +1 -1
- package/lib/python/pytest-sample.js +1 -1
- package/lib/python/pytest.js +1 -1
- package/lib/python/python-project.js +1 -1
- package/lib/python/python-sample.js +1 -1
- package/lib/python/requirements-file.js +1 -1
- package/lib/python/setuppy.js +1 -1
- package/lib/python/setuptools.js +1 -1
- package/lib/python/venv.js +1 -1
- package/lib/readme.js +1 -1
- package/lib/release/publisher.js +1 -1
- package/lib/release/release-trigger.js +1 -1
- package/lib/release/release.js +1 -1
- package/lib/renovatebot.js +1 -1
- package/lib/sample-file.js +2 -2
- package/lib/semver.js +1 -1
- package/lib/source-code.js +1 -1
- package/lib/task-runtime.js +1 -1
- package/lib/task.js +1 -1
- package/lib/tasks.js +1 -1
- package/lib/testing.js +1 -1
- package/lib/textfile.js +1 -1
- package/lib/toml.js +1 -1
- package/lib/typescript/projenrc-ts.js +1 -1
- package/lib/typescript/projenrc.js +1 -1
- package/lib/typescript/typescript-typedoc.js +1 -1
- package/lib/typescript/typescript.js +3 -3
- package/lib/version.js +2 -2
- package/lib/vscode/devcontainer.js +1 -1
- package/lib/vscode/extensions.js +1 -1
- package/lib/vscode/launch-config.js +1 -1
- package/lib/vscode/settings.js +1 -1
- package/lib/vscode/vscode.js +1 -1
- package/lib/web/next.js +3 -3
- package/lib/web/postcss.js +1 -1
- package/lib/web/react.js +4 -4
- package/lib/web/tailwind.js +1 -1
- package/lib/xmlfile.js +1 -1
- package/lib/yaml.js +1 -1
- package/package.json +1 -1
package/.jsii
CHANGED
|
@@ -1121,7 +1121,7 @@
|
|
|
1121
1121
|
},
|
|
1122
1122
|
"locationInModule": {
|
|
1123
1123
|
"filename": "src/docker-compose/docker-compose.ts",
|
|
1124
|
-
"line":
|
|
1124
|
+
"line": 160
|
|
1125
1125
|
},
|
|
1126
1126
|
"parameters": [
|
|
1127
1127
|
{
|
|
@@ -1348,7 +1348,7 @@
|
|
|
1348
1348
|
},
|
|
1349
1349
|
"locationInModule": {
|
|
1350
1350
|
"filename": "src/docker-compose/docker-compose.ts",
|
|
1351
|
-
"line":
|
|
1351
|
+
"line": 188
|
|
1352
1352
|
},
|
|
1353
1353
|
"name": "addService",
|
|
1354
1354
|
"parameters": [
|
|
@@ -1379,6 +1379,23 @@
|
|
|
1379
1379
|
}
|
|
1380
1380
|
],
|
|
1381
1381
|
"name": "DockerCompose",
|
|
1382
|
+
"properties": [
|
|
1383
|
+
{
|
|
1384
|
+
"docs": {
|
|
1385
|
+
"stability": "experimental",
|
|
1386
|
+
"summary": "The Docker Compose file."
|
|
1387
|
+
},
|
|
1388
|
+
"immutable": true,
|
|
1389
|
+
"locationInModule": {
|
|
1390
|
+
"filename": "src/docker-compose/docker-compose.ts",
|
|
1391
|
+
"line": 155
|
|
1392
|
+
},
|
|
1393
|
+
"name": "file",
|
|
1394
|
+
"type": {
|
|
1395
|
+
"fqn": "projen.YamlFile"
|
|
1396
|
+
}
|
|
1397
|
+
}
|
|
1398
|
+
],
|
|
1382
1399
|
"symbolId": "src/docker-compose/docker-compose:DockerCompose"
|
|
1383
1400
|
},
|
|
1384
1401
|
"projen.DockerComposeBuild": {
|
|
@@ -1392,7 +1409,7 @@
|
|
|
1392
1409
|
"kind": "interface",
|
|
1393
1410
|
"locationInModule": {
|
|
1394
1411
|
"filename": "src/docker-compose/docker-compose.ts",
|
|
1395
|
-
"line":
|
|
1412
|
+
"line": 212
|
|
1396
1413
|
},
|
|
1397
1414
|
"name": "DockerComposeBuild",
|
|
1398
1415
|
"properties": [
|
|
@@ -1405,7 +1422,7 @@
|
|
|
1405
1422
|
"immutable": true,
|
|
1406
1423
|
"locationInModule": {
|
|
1407
1424
|
"filename": "src/docker-compose/docker-compose.ts",
|
|
1408
|
-
"line":
|
|
1425
|
+
"line": 216
|
|
1409
1426
|
},
|
|
1410
1427
|
"name": "context",
|
|
1411
1428
|
"type": {
|
|
@@ -1422,7 +1439,7 @@
|
|
|
1422
1439
|
"immutable": true,
|
|
1423
1440
|
"locationInModule": {
|
|
1424
1441
|
"filename": "src/docker-compose/docker-compose.ts",
|
|
1425
|
-
"line":
|
|
1442
|
+
"line": 228
|
|
1426
1443
|
},
|
|
1427
1444
|
"name": "args",
|
|
1428
1445
|
"optional": true,
|
|
@@ -1445,7 +1462,7 @@
|
|
|
1445
1462
|
"immutable": true,
|
|
1446
1463
|
"locationInModule": {
|
|
1447
1464
|
"filename": "src/docker-compose/docker-compose.ts",
|
|
1448
|
-
"line":
|
|
1465
|
+
"line": 222
|
|
1449
1466
|
},
|
|
1450
1467
|
"name": "dockerfile",
|
|
1451
1468
|
"optional": true,
|
|
@@ -42399,7 +42416,7 @@
|
|
|
42399
42416
|
"default": "true",
|
|
42400
42417
|
"remarks": "Cannot be used in conjunction with `dependabot`.",
|
|
42401
42418
|
"stability": "experimental",
|
|
42402
|
-
"summary": "Use github workflows to handle dependency upgrades."
|
|
42419
|
+
"summary": "Use tasks and github workflows to handle dependency upgrades."
|
|
42403
42420
|
},
|
|
42404
42421
|
"immutable": true,
|
|
42405
42422
|
"locationInModule": {
|
|
@@ -45930,7 +45947,7 @@
|
|
|
45930
45947
|
},
|
|
45931
45948
|
"locationInModule": {
|
|
45932
45949
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
45933
|
-
"line":
|
|
45950
|
+
"line": 156
|
|
45934
45951
|
},
|
|
45935
45952
|
"parameters": [
|
|
45936
45953
|
{
|
|
@@ -45951,7 +45968,7 @@
|
|
|
45951
45968
|
"kind": "class",
|
|
45952
45969
|
"locationInModule": {
|
|
45953
45970
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
45954
|
-
"line":
|
|
45971
|
+
"line": 124
|
|
45955
45972
|
},
|
|
45956
45973
|
"methods": [
|
|
45957
45974
|
{
|
|
@@ -45961,7 +45978,7 @@
|
|
|
45961
45978
|
},
|
|
45962
45979
|
"locationInModule": {
|
|
45963
45980
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
45964
|
-
"line":
|
|
45981
|
+
"line": 227
|
|
45965
45982
|
},
|
|
45966
45983
|
"name": "addPostBuildSteps",
|
|
45967
45984
|
"parameters": [
|
|
@@ -45990,7 +46007,7 @@
|
|
|
45990
46007
|
"immutable": true,
|
|
45991
46008
|
"locationInModule": {
|
|
45992
46009
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
45993
|
-
"line":
|
|
46010
|
+
"line": 147
|
|
45994
46011
|
},
|
|
45995
46012
|
"name": "postUpgradeTask",
|
|
45996
46013
|
"type": {
|
|
@@ -46005,7 +46022,7 @@
|
|
|
46005
46022
|
"immutable": true,
|
|
46006
46023
|
"locationInModule": {
|
|
46007
46024
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
46008
|
-
"line":
|
|
46025
|
+
"line": 142
|
|
46009
46026
|
},
|
|
46010
46027
|
"name": "upgradeTask",
|
|
46011
46028
|
"type": {
|
|
@@ -46021,7 +46038,7 @@
|
|
|
46021
46038
|
"immutable": true,
|
|
46022
46039
|
"locationInModule": {
|
|
46023
46040
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
46024
|
-
"line":
|
|
46041
|
+
"line": 128
|
|
46025
46042
|
},
|
|
46026
46043
|
"name": "workflows",
|
|
46027
46044
|
"type": {
|
|
@@ -46040,7 +46057,7 @@
|
|
|
46040
46057
|
},
|
|
46041
46058
|
"locationInModule": {
|
|
46042
46059
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
46043
|
-
"line":
|
|
46060
|
+
"line": 137
|
|
46044
46061
|
},
|
|
46045
46062
|
"name": "containerOptions",
|
|
46046
46063
|
"optional": true,
|
|
@@ -46123,7 +46140,7 @@
|
|
|
46123
46140
|
"immutable": true,
|
|
46124
46141
|
"locationInModule": {
|
|
46125
46142
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
46126
|
-
"line":
|
|
46143
|
+
"line": 97
|
|
46127
46144
|
},
|
|
46128
46145
|
"name": "pullRequestTitle",
|
|
46129
46146
|
"optional": true,
|
|
@@ -46131,6 +46148,26 @@
|
|
|
46131
46148
|
"primitive": "string"
|
|
46132
46149
|
}
|
|
46133
46150
|
},
|
|
46151
|
+
{
|
|
46152
|
+
"abstract": true,
|
|
46153
|
+
"docs": {
|
|
46154
|
+
"default": "true",
|
|
46155
|
+
"remarks": "By default, the upgrade workflow will adhere to version constraints from peer dependencies.\nSometimes this is not desirable and can be disabled.",
|
|
46156
|
+
"see": "https://github.com/raineorshine/npm-check-updates#peer",
|
|
46157
|
+
"stability": "experimental",
|
|
46158
|
+
"summary": "Check peer dependencies of installed packages and filter updates to compatible versions."
|
|
46159
|
+
},
|
|
46160
|
+
"immutable": true,
|
|
46161
|
+
"locationInModule": {
|
|
46162
|
+
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
46163
|
+
"line": 64
|
|
46164
|
+
},
|
|
46165
|
+
"name": "satisfyPeerDependencies",
|
|
46166
|
+
"optional": true,
|
|
46167
|
+
"type": {
|
|
46168
|
+
"primitive": "boolean"
|
|
46169
|
+
}
|
|
46170
|
+
},
|
|
46134
46171
|
{
|
|
46135
46172
|
"abstract": true,
|
|
46136
46173
|
"docs": {
|
|
@@ -46141,7 +46178,7 @@
|
|
|
46141
46178
|
"immutable": true,
|
|
46142
46179
|
"locationInModule": {
|
|
46143
46180
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
46144
|
-
"line":
|
|
46181
|
+
"line": 104
|
|
46145
46182
|
},
|
|
46146
46183
|
"name": "semanticCommit",
|
|
46147
46184
|
"optional": true,
|
|
@@ -46159,7 +46196,7 @@
|
|
|
46159
46196
|
"immutable": true,
|
|
46160
46197
|
"locationInModule": {
|
|
46161
46198
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
46162
|
-
"line":
|
|
46199
|
+
"line": 111
|
|
46163
46200
|
},
|
|
46164
46201
|
"name": "signoff",
|
|
46165
46202
|
"optional": true,
|
|
@@ -46167,6 +46204,25 @@
|
|
|
46167
46204
|
"primitive": "boolean"
|
|
46168
46205
|
}
|
|
46169
46206
|
},
|
|
46207
|
+
{
|
|
46208
|
+
"abstract": true,
|
|
46209
|
+
"docs": {
|
|
46210
|
+
"default": "\"minor\"",
|
|
46211
|
+
"see": "https://github.com/raineorshine/npm-check-updates#target",
|
|
46212
|
+
"stability": "experimental",
|
|
46213
|
+
"summary": "Determines the target version to upgrade dependencies to."
|
|
46214
|
+
},
|
|
46215
|
+
"immutable": true,
|
|
46216
|
+
"locationInModule": {
|
|
46217
|
+
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
46218
|
+
"line": 52
|
|
46219
|
+
},
|
|
46220
|
+
"name": "target",
|
|
46221
|
+
"optional": true,
|
|
46222
|
+
"type": {
|
|
46223
|
+
"primitive": "string"
|
|
46224
|
+
}
|
|
46225
|
+
},
|
|
46170
46226
|
{
|
|
46171
46227
|
"abstract": true,
|
|
46172
46228
|
"docs": {
|
|
@@ -46178,7 +46234,7 @@
|
|
|
46178
46234
|
"immutable": true,
|
|
46179
46235
|
"locationInModule": {
|
|
46180
46236
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
46181
|
-
"line":
|
|
46237
|
+
"line": 90
|
|
46182
46238
|
},
|
|
46183
46239
|
"name": "taskName",
|
|
46184
46240
|
"optional": true,
|
|
@@ -46196,7 +46252,7 @@
|
|
|
46196
46252
|
"immutable": true,
|
|
46197
46253
|
"locationInModule": {
|
|
46198
46254
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
46199
|
-
"line":
|
|
46255
|
+
"line": 118
|
|
46200
46256
|
},
|
|
46201
46257
|
"name": "types",
|
|
46202
46258
|
"optional": true,
|
|
@@ -46220,7 +46276,7 @@
|
|
|
46220
46276
|
"immutable": true,
|
|
46221
46277
|
"locationInModule": {
|
|
46222
46278
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
46223
|
-
"line":
|
|
46279
|
+
"line": 75
|
|
46224
46280
|
},
|
|
46225
46281
|
"name": "workflow",
|
|
46226
46282
|
"optional": true,
|
|
@@ -46239,7 +46295,7 @@
|
|
|
46239
46295
|
"immutable": true,
|
|
46240
46296
|
"locationInModule": {
|
|
46241
46297
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
46242
|
-
"line":
|
|
46298
|
+
"line": 82
|
|
46243
46299
|
},
|
|
46244
46300
|
"name": "workflowOptions",
|
|
46245
46301
|
"optional": true,
|
|
@@ -46260,7 +46316,7 @@
|
|
|
46260
46316
|
"kind": "class",
|
|
46261
46317
|
"locationInModule": {
|
|
46262
46318
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
46263
|
-
"line":
|
|
46319
|
+
"line": 556
|
|
46264
46320
|
},
|
|
46265
46321
|
"methods": [
|
|
46266
46322
|
{
|
|
@@ -46270,7 +46326,7 @@
|
|
|
46270
46326
|
},
|
|
46271
46327
|
"locationInModule": {
|
|
46272
46328
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
46273
|
-
"line":
|
|
46329
|
+
"line": 591
|
|
46274
46330
|
},
|
|
46275
46331
|
"name": "expressions",
|
|
46276
46332
|
"parameters": [
|
|
@@ -46306,7 +46362,7 @@
|
|
|
46306
46362
|
"immutable": true,
|
|
46307
46363
|
"locationInModule": {
|
|
46308
46364
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
46309
|
-
"line":
|
|
46365
|
+
"line": 565
|
|
46310
46366
|
},
|
|
46311
46367
|
"name": "DAILY",
|
|
46312
46368
|
"static": true,
|
|
@@ -46323,7 +46379,7 @@
|
|
|
46323
46379
|
"immutable": true,
|
|
46324
46380
|
"locationInModule": {
|
|
46325
46381
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
46326
|
-
"line":
|
|
46382
|
+
"line": 584
|
|
46327
46383
|
},
|
|
46328
46384
|
"name": "MONTHLY",
|
|
46329
46385
|
"static": true,
|
|
@@ -46340,7 +46396,7 @@
|
|
|
46340
46396
|
"immutable": true,
|
|
46341
46397
|
"locationInModule": {
|
|
46342
46398
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
46343
|
-
"line":
|
|
46399
|
+
"line": 560
|
|
46344
46400
|
},
|
|
46345
46401
|
"name": "NEVER",
|
|
46346
46402
|
"static": true,
|
|
@@ -46357,7 +46413,7 @@
|
|
|
46357
46413
|
"immutable": true,
|
|
46358
46414
|
"locationInModule": {
|
|
46359
46415
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
46360
|
-
"line":
|
|
46416
|
+
"line": 570
|
|
46361
46417
|
},
|
|
46362
46418
|
"name": "WEEKDAY",
|
|
46363
46419
|
"static": true,
|
|
@@ -46374,7 +46430,7 @@
|
|
|
46374
46430
|
"immutable": true,
|
|
46375
46431
|
"locationInModule": {
|
|
46376
46432
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
46377
|
-
"line":
|
|
46433
|
+
"line": 577
|
|
46378
46434
|
},
|
|
46379
46435
|
"name": "WEEKLY",
|
|
46380
46436
|
"static": true,
|
|
@@ -46389,7 +46445,7 @@
|
|
|
46389
46445
|
"immutable": true,
|
|
46390
46446
|
"locationInModule": {
|
|
46391
46447
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
46392
|
-
"line":
|
|
46448
|
+
"line": 595
|
|
46393
46449
|
},
|
|
46394
46450
|
"name": "cron",
|
|
46395
46451
|
"type": {
|
|
@@ -46415,7 +46471,7 @@
|
|
|
46415
46471
|
"kind": "interface",
|
|
46416
46472
|
"locationInModule": {
|
|
46417
46473
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
46418
|
-
"line":
|
|
46474
|
+
"line": 484
|
|
46419
46475
|
},
|
|
46420
46476
|
"name": "UpgradeDependenciesWorkflowOptions",
|
|
46421
46477
|
"namespace": "javascript",
|
|
@@ -46430,7 +46486,7 @@
|
|
|
46430
46486
|
"immutable": true,
|
|
46431
46487
|
"locationInModule": {
|
|
46432
46488
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
46433
|
-
"line":
|
|
46489
|
+
"line": 517
|
|
46434
46490
|
},
|
|
46435
46491
|
"name": "assignees",
|
|
46436
46492
|
"optional": true,
|
|
@@ -46453,7 +46509,7 @@
|
|
|
46453
46509
|
"immutable": true,
|
|
46454
46510
|
"locationInModule": {
|
|
46455
46511
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
46456
|
-
"line":
|
|
46512
|
+
"line": 531
|
|
46457
46513
|
},
|
|
46458
46514
|
"name": "branches",
|
|
46459
46515
|
"optional": true,
|
|
@@ -46476,7 +46532,7 @@
|
|
|
46476
46532
|
"immutable": true,
|
|
46477
46533
|
"locationInModule": {
|
|
46478
46534
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
46479
|
-
"line":
|
|
46535
|
+
"line": 524
|
|
46480
46536
|
},
|
|
46481
46537
|
"name": "container",
|
|
46482
46538
|
"optional": true,
|
|
@@ -46494,7 +46550,7 @@
|
|
|
46494
46550
|
"immutable": true,
|
|
46495
46551
|
"locationInModule": {
|
|
46496
46552
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
46497
|
-
"line":
|
|
46553
|
+
"line": 537
|
|
46498
46554
|
},
|
|
46499
46555
|
"name": "gitIdentity",
|
|
46500
46556
|
"optional": true,
|
|
@@ -46512,7 +46568,7 @@
|
|
|
46512
46568
|
"immutable": true,
|
|
46513
46569
|
"locationInModule": {
|
|
46514
46570
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
46515
|
-
"line":
|
|
46571
|
+
"line": 510
|
|
46516
46572
|
},
|
|
46517
46573
|
"name": "labels",
|
|
46518
46574
|
"optional": true,
|
|
@@ -46535,7 +46591,7 @@
|
|
|
46535
46591
|
"immutable": true,
|
|
46536
46592
|
"locationInModule": {
|
|
46537
46593
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
46538
|
-
"line":
|
|
46594
|
+
"line": 550
|
|
46539
46595
|
},
|
|
46540
46596
|
"name": "permissions",
|
|
46541
46597
|
"optional": true,
|
|
@@ -46555,7 +46611,7 @@
|
|
|
46555
46611
|
"immutable": true,
|
|
46556
46612
|
"locationInModule": {
|
|
46557
46613
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
46558
|
-
"line":
|
|
46614
|
+
"line": 503
|
|
46559
46615
|
},
|
|
46560
46616
|
"name": "projenCredentials",
|
|
46561
46617
|
"optional": true,
|
|
@@ -46573,7 +46629,7 @@
|
|
|
46573
46629
|
"immutable": true,
|
|
46574
46630
|
"locationInModule": {
|
|
46575
46631
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
46576
|
-
"line":
|
|
46632
|
+
"line": 543
|
|
46577
46633
|
},
|
|
46578
46634
|
"name": "runsOn",
|
|
46579
46635
|
"optional": true,
|
|
@@ -46596,7 +46652,7 @@
|
|
|
46596
46652
|
"immutable": true,
|
|
46597
46653
|
"locationInModule": {
|
|
46598
46654
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
46599
|
-
"line":
|
|
46655
|
+
"line": 490
|
|
46600
46656
|
},
|
|
46601
46657
|
"name": "schedule",
|
|
46602
46658
|
"optional": true,
|
|
@@ -55697,6 +55753,6 @@
|
|
|
55697
55753
|
"symbolId": "src/web/tailwind:TailwindConfigOptions"
|
|
55698
55754
|
}
|
|
55699
55755
|
},
|
|
55700
|
-
"version": "0.
|
|
55701
|
-
"fingerprint": "
|
|
55756
|
+
"version": "0.73.0",
|
|
55757
|
+
"fingerprint": "rsuqalcxMJj1KwVVYI49evwjNSUoWbQ47sNS3MRpzTU="
|
|
55702
55758
|
}
|