projen 0.70.13 → 0.70.14
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 +736 -36
- package/docs/api/API.md +202 -0
- package/lib/.types-compat/ts3.9/lib/github/index.d.ts +2 -0
- package/lib/.types-compat/ts3.9/lib/github/workflow-actions.d.ts +21 -6
- package/lib/.types-compat/ts3.9/lib/github/workflow-jobs.d.ts +93 -0
- 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 +4 -4
- 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.js +1 -1
- 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/index.d.ts +2 -0
- package/lib/github/index.js +3 -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 +3 -3
- package/lib/github/workflow-actions.d.ts +21 -6
- package/lib/github/workflow-actions.js +13 -7
- package/lib/github/workflow-jobs.d.ts +93 -0
- package/lib/github/workflow-jobs.js +85 -0
- 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.js +1 -1
- 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 +1 -1
- package/lib/javascript/upgrade-dependencies.js +20 -64
- 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/run-task.js +3 -0
- 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 +1 -1
- 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
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
"projen.github.workflows": {
|
|
112
112
|
"locationInModule": {
|
|
113
113
|
"filename": "src/github/index.ts",
|
|
114
|
-
"line":
|
|
114
|
+
"line": 21
|
|
115
115
|
},
|
|
116
116
|
"symbolId": "src/github/workflows-model:"
|
|
117
117
|
},
|
|
@@ -19917,6 +19917,116 @@
|
|
|
19917
19917
|
],
|
|
19918
19918
|
"symbolId": "src/github/auto-merge:AutoMergeOptions"
|
|
19919
19919
|
},
|
|
19920
|
+
"projen.github.CheckoutWithPatchOptions": {
|
|
19921
|
+
"assembly": "projen",
|
|
19922
|
+
"datatype": true,
|
|
19923
|
+
"docs": {
|
|
19924
|
+
"stability": "experimental",
|
|
19925
|
+
"summary": "Options for `checkoutWithPatch`."
|
|
19926
|
+
},
|
|
19927
|
+
"fqn": "projen.github.CheckoutWithPatchOptions",
|
|
19928
|
+
"kind": "interface",
|
|
19929
|
+
"locationInModule": {
|
|
19930
|
+
"filename": "src/github/workflow-actions.ts",
|
|
19931
|
+
"line": 112
|
|
19932
|
+
},
|
|
19933
|
+
"name": "CheckoutWithPatchOptions",
|
|
19934
|
+
"namespace": "github",
|
|
19935
|
+
"properties": [
|
|
19936
|
+
{
|
|
19937
|
+
"abstract": true,
|
|
19938
|
+
"docs": {
|
|
19939
|
+
"default": "false",
|
|
19940
|
+
"stability": "experimental",
|
|
19941
|
+
"summary": "Whether LFS is enabled for the GitHub repository."
|
|
19942
|
+
},
|
|
19943
|
+
"immutable": true,
|
|
19944
|
+
"locationInModule": {
|
|
19945
|
+
"filename": "src/github/workflow-actions.ts",
|
|
19946
|
+
"line": 145
|
|
19947
|
+
},
|
|
19948
|
+
"name": "lfs",
|
|
19949
|
+
"optional": true,
|
|
19950
|
+
"type": {
|
|
19951
|
+
"primitive": "boolean"
|
|
19952
|
+
}
|
|
19953
|
+
},
|
|
19954
|
+
{
|
|
19955
|
+
"abstract": true,
|
|
19956
|
+
"docs": {
|
|
19957
|
+
"default": "\".repo.patch\"",
|
|
19958
|
+
"stability": "experimental",
|
|
19959
|
+
"summary": "The name of the artifact the patch is stored as."
|
|
19960
|
+
},
|
|
19961
|
+
"immutable": true,
|
|
19962
|
+
"locationInModule": {
|
|
19963
|
+
"filename": "src/github/workflow-actions.ts",
|
|
19964
|
+
"line": 117
|
|
19965
|
+
},
|
|
19966
|
+
"name": "patchFile",
|
|
19967
|
+
"optional": true,
|
|
19968
|
+
"type": {
|
|
19969
|
+
"primitive": "string"
|
|
19970
|
+
}
|
|
19971
|
+
},
|
|
19972
|
+
{
|
|
19973
|
+
"abstract": true,
|
|
19974
|
+
"docs": {
|
|
19975
|
+
"default": "- the default branch is implicitly used",
|
|
19976
|
+
"stability": "experimental",
|
|
19977
|
+
"summary": "Branch or tag name."
|
|
19978
|
+
},
|
|
19979
|
+
"immutable": true,
|
|
19980
|
+
"locationInModule": {
|
|
19981
|
+
"filename": "src/github/workflow-actions.ts",
|
|
19982
|
+
"line": 132
|
|
19983
|
+
},
|
|
19984
|
+
"name": "ref",
|
|
19985
|
+
"optional": true,
|
|
19986
|
+
"type": {
|
|
19987
|
+
"primitive": "string"
|
|
19988
|
+
}
|
|
19989
|
+
},
|
|
19990
|
+
{
|
|
19991
|
+
"abstract": true,
|
|
19992
|
+
"docs": {
|
|
19993
|
+
"default": "- the default repository is implicitly used",
|
|
19994
|
+
"stability": "experimental",
|
|
19995
|
+
"summary": "The repository (owner/repo) to use."
|
|
19996
|
+
},
|
|
19997
|
+
"immutable": true,
|
|
19998
|
+
"locationInModule": {
|
|
19999
|
+
"filename": "src/github/workflow-actions.ts",
|
|
20000
|
+
"line": 138
|
|
20001
|
+
},
|
|
20002
|
+
"name": "repository",
|
|
20003
|
+
"optional": true,
|
|
20004
|
+
"type": {
|
|
20005
|
+
"primitive": "string"
|
|
20006
|
+
}
|
|
20007
|
+
},
|
|
20008
|
+
{
|
|
20009
|
+
"abstract": true,
|
|
20010
|
+
"docs": {
|
|
20011
|
+
"default": "- the default GITHUB_TOKEN is implicitly used",
|
|
20012
|
+
"remarks": "If the intent is to push changes back to the branch, then you must use a\nPAT with `repo` (and possibly `workflows`) permissions.",
|
|
20013
|
+
"stability": "experimental",
|
|
20014
|
+
"summary": "A GitHub token to use when checking out the repository."
|
|
20015
|
+
},
|
|
20016
|
+
"immutable": true,
|
|
20017
|
+
"locationInModule": {
|
|
20018
|
+
"filename": "src/github/workflow-actions.ts",
|
|
20019
|
+
"line": 126
|
|
20020
|
+
},
|
|
20021
|
+
"name": "token",
|
|
20022
|
+
"optional": true,
|
|
20023
|
+
"type": {
|
|
20024
|
+
"primitive": "string"
|
|
20025
|
+
}
|
|
20026
|
+
}
|
|
20027
|
+
],
|
|
20028
|
+
"symbolId": "src/github/workflow-actions:CheckoutWithPatchOptions"
|
|
20029
|
+
},
|
|
19920
20030
|
"projen.github.Dependabot": {
|
|
19921
20031
|
"assembly": "projen",
|
|
19922
20032
|
"base": "projen.Component",
|
|
@@ -22683,6 +22793,230 @@
|
|
|
22683
22793
|
],
|
|
22684
22794
|
"symbolId": "src/github/mergify:MergifyRule"
|
|
22685
22795
|
},
|
|
22796
|
+
"projen.github.PullRequestFromPatchOptions": {
|
|
22797
|
+
"assembly": "projen",
|
|
22798
|
+
"datatype": true,
|
|
22799
|
+
"docs": {
|
|
22800
|
+
"stability": "experimental"
|
|
22801
|
+
},
|
|
22802
|
+
"fqn": "projen.github.PullRequestFromPatchOptions",
|
|
22803
|
+
"kind": "interface",
|
|
22804
|
+
"locationInModule": {
|
|
22805
|
+
"filename": "src/github/workflow-jobs.ts",
|
|
22806
|
+
"line": 111
|
|
22807
|
+
},
|
|
22808
|
+
"name": "PullRequestFromPatchOptions",
|
|
22809
|
+
"namespace": "github",
|
|
22810
|
+
"properties": [
|
|
22811
|
+
{
|
|
22812
|
+
"abstract": true,
|
|
22813
|
+
"docs": {
|
|
22814
|
+
"remarks": "Provided credentials must have permissions to create a pull request on the repository.",
|
|
22815
|
+
"stability": "experimental",
|
|
22816
|
+
"summary": "The job credentials used to create the pull request."
|
|
22817
|
+
},
|
|
22818
|
+
"immutable": true,
|
|
22819
|
+
"locationInModule": {
|
|
22820
|
+
"filename": "src/github/workflow-jobs.ts",
|
|
22821
|
+
"line": 154
|
|
22822
|
+
},
|
|
22823
|
+
"name": "credentials",
|
|
22824
|
+
"type": {
|
|
22825
|
+
"fqn": "projen.github.GithubCredentials"
|
|
22826
|
+
}
|
|
22827
|
+
},
|
|
22828
|
+
{
|
|
22829
|
+
"abstract": true,
|
|
22830
|
+
"docs": {
|
|
22831
|
+
"stability": "experimental",
|
|
22832
|
+
"summary": "The git identity used to create the commit."
|
|
22833
|
+
},
|
|
22834
|
+
"immutable": true,
|
|
22835
|
+
"locationInModule": {
|
|
22836
|
+
"filename": "src/github/workflow-jobs.ts",
|
|
22837
|
+
"line": 134
|
|
22838
|
+
},
|
|
22839
|
+
"name": "gitIdentity",
|
|
22840
|
+
"type": {
|
|
22841
|
+
"fqn": "projen.github.GitIdentity"
|
|
22842
|
+
}
|
|
22843
|
+
},
|
|
22844
|
+
{
|
|
22845
|
+
"abstract": true,
|
|
22846
|
+
"docs": {
|
|
22847
|
+
"stability": "experimental",
|
|
22848
|
+
"summary": "Information about the patch that is used to create the pull request."
|
|
22849
|
+
},
|
|
22850
|
+
"immutable": true,
|
|
22851
|
+
"locationInModule": {
|
|
22852
|
+
"filename": "src/github/workflow-jobs.ts",
|
|
22853
|
+
"line": 115
|
|
22854
|
+
},
|
|
22855
|
+
"name": "patch",
|
|
22856
|
+
"type": {
|
|
22857
|
+
"fqn": "projen.github.PullRequestPatchSource"
|
|
22858
|
+
}
|
|
22859
|
+
},
|
|
22860
|
+
{
|
|
22861
|
+
"abstract": true,
|
|
22862
|
+
"docs": {
|
|
22863
|
+
"remarks": "Providence information are automatically added.",
|
|
22864
|
+
"stability": "experimental",
|
|
22865
|
+
"summary": "Description added to the pull request."
|
|
22866
|
+
},
|
|
22867
|
+
"immutable": true,
|
|
22868
|
+
"locationInModule": {
|
|
22869
|
+
"filename": "src/github/workflow-jobs.ts",
|
|
22870
|
+
"line": 129
|
|
22871
|
+
},
|
|
22872
|
+
"name": "pullRequestDescription",
|
|
22873
|
+
"type": {
|
|
22874
|
+
"primitive": "string"
|
|
22875
|
+
}
|
|
22876
|
+
},
|
|
22877
|
+
{
|
|
22878
|
+
"abstract": true,
|
|
22879
|
+
"docs": {
|
|
22880
|
+
"remarks": "If PR titles are validated in this repo, the title should comply with the respective rules.",
|
|
22881
|
+
"stability": "experimental",
|
|
22882
|
+
"summary": "The full title used to create the pull request."
|
|
22883
|
+
},
|
|
22884
|
+
"immutable": true,
|
|
22885
|
+
"locationInModule": {
|
|
22886
|
+
"filename": "src/github/workflow-jobs.ts",
|
|
22887
|
+
"line": 122
|
|
22888
|
+
},
|
|
22889
|
+
"name": "pullRequestTitle",
|
|
22890
|
+
"type": {
|
|
22891
|
+
"primitive": "string"
|
|
22892
|
+
}
|
|
22893
|
+
},
|
|
22894
|
+
{
|
|
22895
|
+
"abstract": true,
|
|
22896
|
+
"docs": {
|
|
22897
|
+
"default": "- no assignees",
|
|
22898
|
+
"stability": "experimental",
|
|
22899
|
+
"summary": "Assignees to add on the PR."
|
|
22900
|
+
},
|
|
22901
|
+
"immutable": true,
|
|
22902
|
+
"locationInModule": {
|
|
22903
|
+
"filename": "src/github/workflow-jobs.ts",
|
|
22904
|
+
"line": 180
|
|
22905
|
+
},
|
|
22906
|
+
"name": "assignees",
|
|
22907
|
+
"optional": true,
|
|
22908
|
+
"type": {
|
|
22909
|
+
"collection": {
|
|
22910
|
+
"elementtype": {
|
|
22911
|
+
"primitive": "string"
|
|
22912
|
+
},
|
|
22913
|
+
"kind": "array"
|
|
22914
|
+
}
|
|
22915
|
+
}
|
|
22916
|
+
},
|
|
22917
|
+
{
|
|
22918
|
+
"abstract": true,
|
|
22919
|
+
"docs": {
|
|
22920
|
+
"default": "\"Create Pull Request\"",
|
|
22921
|
+
"stability": "experimental",
|
|
22922
|
+
"summary": "The name of the job displayed on GitHub."
|
|
22923
|
+
},
|
|
22924
|
+
"immutable": true,
|
|
22925
|
+
"locationInModule": {
|
|
22926
|
+
"filename": "src/github/workflow-jobs.ts",
|
|
22927
|
+
"line": 147
|
|
22928
|
+
},
|
|
22929
|
+
"name": "jobName",
|
|
22930
|
+
"optional": true,
|
|
22931
|
+
"type": {
|
|
22932
|
+
"primitive": "string"
|
|
22933
|
+
}
|
|
22934
|
+
},
|
|
22935
|
+
{
|
|
22936
|
+
"abstract": true,
|
|
22937
|
+
"docs": {
|
|
22938
|
+
"default": "- no labels.",
|
|
22939
|
+
"stability": "experimental",
|
|
22940
|
+
"summary": "Labels to apply on the PR."
|
|
22941
|
+
},
|
|
22942
|
+
"immutable": true,
|
|
22943
|
+
"locationInModule": {
|
|
22944
|
+
"filename": "src/github/workflow-jobs.ts",
|
|
22945
|
+
"line": 173
|
|
22946
|
+
},
|
|
22947
|
+
"name": "labels",
|
|
22948
|
+
"optional": true,
|
|
22949
|
+
"type": {
|
|
22950
|
+
"collection": {
|
|
22951
|
+
"elementtype": {
|
|
22952
|
+
"primitive": "string"
|
|
22953
|
+
},
|
|
22954
|
+
"kind": "array"
|
|
22955
|
+
}
|
|
22956
|
+
}
|
|
22957
|
+
},
|
|
22958
|
+
{
|
|
22959
|
+
"abstract": true,
|
|
22960
|
+
"docs": {
|
|
22961
|
+
"default": "- the default branch is implicitly used",
|
|
22962
|
+
"stability": "experimental",
|
|
22963
|
+
"summary": "Branch or tag name."
|
|
22964
|
+
},
|
|
22965
|
+
"immutable": true,
|
|
22966
|
+
"locationInModule": {
|
|
22967
|
+
"filename": "src/github/workflow-jobs.ts",
|
|
22968
|
+
"line": 160
|
|
22969
|
+
},
|
|
22970
|
+
"name": "ref",
|
|
22971
|
+
"optional": true,
|
|
22972
|
+
"type": {
|
|
22973
|
+
"primitive": "string"
|
|
22974
|
+
}
|
|
22975
|
+
},
|
|
22976
|
+
{
|
|
22977
|
+
"abstract": true,
|
|
22978
|
+
"docs": {
|
|
22979
|
+
"default": "[\"ubuntu-latest\"]",
|
|
22980
|
+
"stability": "experimental",
|
|
22981
|
+
"summary": "Github Runner selection labels."
|
|
22982
|
+
},
|
|
22983
|
+
"immutable": true,
|
|
22984
|
+
"locationInModule": {
|
|
22985
|
+
"filename": "src/github/workflow-jobs.ts",
|
|
22986
|
+
"line": 166
|
|
22987
|
+
},
|
|
22988
|
+
"name": "runsOn",
|
|
22989
|
+
"optional": true,
|
|
22990
|
+
"type": {
|
|
22991
|
+
"collection": {
|
|
22992
|
+
"elementtype": {
|
|
22993
|
+
"primitive": "string"
|
|
22994
|
+
},
|
|
22995
|
+
"kind": "array"
|
|
22996
|
+
}
|
|
22997
|
+
}
|
|
22998
|
+
},
|
|
22999
|
+
{
|
|
23000
|
+
"abstract": true,
|
|
23001
|
+
"docs": {
|
|
23002
|
+
"default": "true",
|
|
23003
|
+
"stability": "experimental",
|
|
23004
|
+
"summary": "Add Signed-off-by line by the committer at the end of the commit log message."
|
|
23005
|
+
},
|
|
23006
|
+
"immutable": true,
|
|
23007
|
+
"locationInModule": {
|
|
23008
|
+
"filename": "src/github/workflow-jobs.ts",
|
|
23009
|
+
"line": 141
|
|
23010
|
+
},
|
|
23011
|
+
"name": "signoff",
|
|
23012
|
+
"optional": true,
|
|
23013
|
+
"type": {
|
|
23014
|
+
"primitive": "boolean"
|
|
23015
|
+
}
|
|
23016
|
+
}
|
|
23017
|
+
],
|
|
23018
|
+
"symbolId": "src/github/workflow-jobs:PullRequestFromPatchOptions"
|
|
23019
|
+
},
|
|
22686
23020
|
"projen.github.PullRequestLint": {
|
|
22687
23021
|
"assembly": "projen",
|
|
22688
23022
|
"base": "projen.Component",
|
|
@@ -22804,6 +23138,90 @@
|
|
|
22804
23138
|
],
|
|
22805
23139
|
"symbolId": "src/github/pull-request-lint:PullRequestLintOptions"
|
|
22806
23140
|
},
|
|
23141
|
+
"projen.github.PullRequestPatchSource": {
|
|
23142
|
+
"assembly": "projen",
|
|
23143
|
+
"datatype": true,
|
|
23144
|
+
"docs": {
|
|
23145
|
+
"stability": "experimental"
|
|
23146
|
+
},
|
|
23147
|
+
"fqn": "projen.github.PullRequestPatchSource",
|
|
23148
|
+
"kind": "interface",
|
|
23149
|
+
"locationInModule": {
|
|
23150
|
+
"filename": "src/github/workflow-jobs.ts",
|
|
23151
|
+
"line": 88
|
|
23152
|
+
},
|
|
23153
|
+
"name": "PullRequestPatchSource",
|
|
23154
|
+
"namespace": "github",
|
|
23155
|
+
"properties": [
|
|
23156
|
+
{
|
|
23157
|
+
"abstract": true,
|
|
23158
|
+
"docs": {
|
|
23159
|
+
"stability": "experimental",
|
|
23160
|
+
"summary": "The id of the job that created the patch file."
|
|
23161
|
+
},
|
|
23162
|
+
"immutable": true,
|
|
23163
|
+
"locationInModule": {
|
|
23164
|
+
"filename": "src/github/workflow-jobs.ts",
|
|
23165
|
+
"line": 97
|
|
23166
|
+
},
|
|
23167
|
+
"name": "jobId",
|
|
23168
|
+
"type": {
|
|
23169
|
+
"primitive": "string"
|
|
23170
|
+
}
|
|
23171
|
+
},
|
|
23172
|
+
{
|
|
23173
|
+
"abstract": true,
|
|
23174
|
+
"docs": {
|
|
23175
|
+
"stability": "experimental",
|
|
23176
|
+
"summary": "The name of the output that indicates if a patch has been created."
|
|
23177
|
+
},
|
|
23178
|
+
"immutable": true,
|
|
23179
|
+
"locationInModule": {
|
|
23180
|
+
"filename": "src/github/workflow-jobs.ts",
|
|
23181
|
+
"line": 102
|
|
23182
|
+
},
|
|
23183
|
+
"name": "outputName",
|
|
23184
|
+
"type": {
|
|
23185
|
+
"primitive": "string"
|
|
23186
|
+
}
|
|
23187
|
+
},
|
|
23188
|
+
{
|
|
23189
|
+
"abstract": true,
|
|
23190
|
+
"docs": {
|
|
23191
|
+
"stability": "experimental",
|
|
23192
|
+
"summary": "The name of the workflow that will create the PR."
|
|
23193
|
+
},
|
|
23194
|
+
"immutable": true,
|
|
23195
|
+
"locationInModule": {
|
|
23196
|
+
"filename": "src/github/workflow-jobs.ts",
|
|
23197
|
+
"line": 92
|
|
23198
|
+
},
|
|
23199
|
+
"name": "workflowName",
|
|
23200
|
+
"type": {
|
|
23201
|
+
"primitive": "string"
|
|
23202
|
+
}
|
|
23203
|
+
},
|
|
23204
|
+
{
|
|
23205
|
+
"abstract": true,
|
|
23206
|
+
"docs": {
|
|
23207
|
+
"default": "\".repo.patch\"",
|
|
23208
|
+
"stability": "experimental",
|
|
23209
|
+
"summary": "The name of the artifact the patch is stored as."
|
|
23210
|
+
},
|
|
23211
|
+
"immutable": true,
|
|
23212
|
+
"locationInModule": {
|
|
23213
|
+
"filename": "src/github/workflow-jobs.ts",
|
|
23214
|
+
"line": 108
|
|
23215
|
+
},
|
|
23216
|
+
"name": "patchFile",
|
|
23217
|
+
"optional": true,
|
|
23218
|
+
"type": {
|
|
23219
|
+
"primitive": "string"
|
|
23220
|
+
}
|
|
23221
|
+
}
|
|
23222
|
+
],
|
|
23223
|
+
"symbolId": "src/github/workflow-jobs:PullRequestPatchSource"
|
|
23224
|
+
},
|
|
22807
23225
|
"projen.github.PullRequestTemplate": {
|
|
22808
23226
|
"assembly": "projen",
|
|
22809
23227
|
"base": "projen.TextFile",
|
|
@@ -23649,6 +24067,112 @@
|
|
|
23649
24067
|
],
|
|
23650
24068
|
"symbolId": "src/github/task-workflow:TaskWorkflowOptions"
|
|
23651
24069
|
},
|
|
24070
|
+
"projen.github.UploadGitPatchOptions": {
|
|
24071
|
+
"assembly": "projen",
|
|
24072
|
+
"datatype": true,
|
|
24073
|
+
"docs": {
|
|
24074
|
+
"stability": "experimental",
|
|
24075
|
+
"summary": "Options for `uploadGitPatch`."
|
|
24076
|
+
},
|
|
24077
|
+
"fqn": "projen.github.UploadGitPatchOptions",
|
|
24078
|
+
"kind": "interface",
|
|
24079
|
+
"locationInModule": {
|
|
24080
|
+
"filename": "src/github/workflow-actions.ts",
|
|
24081
|
+
"line": 151
|
|
24082
|
+
},
|
|
24083
|
+
"name": "UploadGitPatchOptions",
|
|
24084
|
+
"namespace": "github",
|
|
24085
|
+
"properties": [
|
|
24086
|
+
{
|
|
24087
|
+
"abstract": true,
|
|
24088
|
+
"docs": {
|
|
24089
|
+
"remarks": "It will be set to `true` if there was a diff.",
|
|
24090
|
+
"stability": "experimental",
|
|
24091
|
+
"summary": "The name of the output to emit."
|
|
24092
|
+
},
|
|
24093
|
+
"immutable": true,
|
|
24094
|
+
"locationInModule": {
|
|
24095
|
+
"filename": "src/github/workflow-actions.ts",
|
|
24096
|
+
"line": 172
|
|
24097
|
+
},
|
|
24098
|
+
"name": "outputName",
|
|
24099
|
+
"type": {
|
|
24100
|
+
"primitive": "string"
|
|
24101
|
+
}
|
|
24102
|
+
},
|
|
24103
|
+
{
|
|
24104
|
+
"abstract": true,
|
|
24105
|
+
"docs": {
|
|
24106
|
+
"stability": "experimental",
|
|
24107
|
+
"summary": "The step ID which produces the output which indicates if a patch was created."
|
|
24108
|
+
},
|
|
24109
|
+
"immutable": true,
|
|
24110
|
+
"locationInModule": {
|
|
24111
|
+
"filename": "src/github/workflow-actions.ts",
|
|
24112
|
+
"line": 155
|
|
24113
|
+
},
|
|
24114
|
+
"name": "stepId",
|
|
24115
|
+
"type": {
|
|
24116
|
+
"primitive": "string"
|
|
24117
|
+
}
|
|
24118
|
+
},
|
|
24119
|
+
{
|
|
24120
|
+
"abstract": true,
|
|
24121
|
+
"docs": {
|
|
24122
|
+
"default": "- do not fail upon mutation",
|
|
24123
|
+
"stability": "experimental",
|
|
24124
|
+
"summary": "Fail if a mutation was found and print this error message."
|
|
24125
|
+
},
|
|
24126
|
+
"immutable": true,
|
|
24127
|
+
"locationInModule": {
|
|
24128
|
+
"filename": "src/github/workflow-actions.ts",
|
|
24129
|
+
"line": 178
|
|
24130
|
+
},
|
|
24131
|
+
"name": "mutationError",
|
|
24132
|
+
"optional": true,
|
|
24133
|
+
"type": {
|
|
24134
|
+
"primitive": "string"
|
|
24135
|
+
}
|
|
24136
|
+
},
|
|
24137
|
+
{
|
|
24138
|
+
"abstract": true,
|
|
24139
|
+
"docs": {
|
|
24140
|
+
"default": "\".repo.patch\"",
|
|
24141
|
+
"stability": "experimental",
|
|
24142
|
+
"summary": "The name of the artifact the patch is stored as."
|
|
24143
|
+
},
|
|
24144
|
+
"immutable": true,
|
|
24145
|
+
"locationInModule": {
|
|
24146
|
+
"filename": "src/github/workflow-actions.ts",
|
|
24147
|
+
"line": 167
|
|
24148
|
+
},
|
|
24149
|
+
"name": "patchFile",
|
|
24150
|
+
"optional": true,
|
|
24151
|
+
"type": {
|
|
24152
|
+
"primitive": "string"
|
|
24153
|
+
}
|
|
24154
|
+
},
|
|
24155
|
+
{
|
|
24156
|
+
"abstract": true,
|
|
24157
|
+
"docs": {
|
|
24158
|
+
"default": "\"Find mutations\"",
|
|
24159
|
+
"stability": "experimental",
|
|
24160
|
+
"summary": "The name of the step."
|
|
24161
|
+
},
|
|
24162
|
+
"immutable": true,
|
|
24163
|
+
"locationInModule": {
|
|
24164
|
+
"filename": "src/github/workflow-actions.ts",
|
|
24165
|
+
"line": 161
|
|
24166
|
+
},
|
|
24167
|
+
"name": "stepName",
|
|
24168
|
+
"optional": true,
|
|
24169
|
+
"type": {
|
|
24170
|
+
"primitive": "string"
|
|
24171
|
+
}
|
|
24172
|
+
}
|
|
24173
|
+
],
|
|
24174
|
+
"symbolId": "src/github/workflow-actions:UploadGitPatchOptions"
|
|
24175
|
+
},
|
|
23652
24176
|
"projen.github.VersioningStrategy": {
|
|
23653
24177
|
"assembly": "projen",
|
|
23654
24178
|
"docs": {
|
|
@@ -23704,6 +24228,182 @@
|
|
|
23704
24228
|
"namespace": "github",
|
|
23705
24229
|
"symbolId": "src/github/dependabot:VersioningStrategy"
|
|
23706
24230
|
},
|
|
24231
|
+
"projen.github.WorkflowActions": {
|
|
24232
|
+
"assembly": "projen",
|
|
24233
|
+
"docs": {
|
|
24234
|
+
"stability": "experimental",
|
|
24235
|
+
"summary": "A set of utility functions for creating GitHub actions in workflows."
|
|
24236
|
+
},
|
|
24237
|
+
"fqn": "projen.github.WorkflowActions",
|
|
24238
|
+
"initializer": {
|
|
24239
|
+
"docs": {
|
|
24240
|
+
"stability": "experimental"
|
|
24241
|
+
}
|
|
24242
|
+
},
|
|
24243
|
+
"kind": "class",
|
|
24244
|
+
"locationInModule": {
|
|
24245
|
+
"filename": "src/github/workflow-actions.ts",
|
|
24246
|
+
"line": 10
|
|
24247
|
+
},
|
|
24248
|
+
"methods": [
|
|
24249
|
+
{
|
|
24250
|
+
"docs": {
|
|
24251
|
+
"returns": "Job steps",
|
|
24252
|
+
"stability": "experimental",
|
|
24253
|
+
"summary": "Checks out a repository and applies a git patch that was created using `uploadGitPatch`."
|
|
24254
|
+
},
|
|
24255
|
+
"locationInModule": {
|
|
24256
|
+
"filename": "src/github/workflow-actions.ts",
|
|
24257
|
+
"line": 63
|
|
24258
|
+
},
|
|
24259
|
+
"name": "checkoutWithPatch",
|
|
24260
|
+
"parameters": [
|
|
24261
|
+
{
|
|
24262
|
+
"docs": {
|
|
24263
|
+
"summary": "Options."
|
|
24264
|
+
},
|
|
24265
|
+
"name": "options",
|
|
24266
|
+
"optional": true,
|
|
24267
|
+
"type": {
|
|
24268
|
+
"fqn": "projen.github.CheckoutWithPatchOptions"
|
|
24269
|
+
}
|
|
24270
|
+
}
|
|
24271
|
+
],
|
|
24272
|
+
"returns": {
|
|
24273
|
+
"type": {
|
|
24274
|
+
"collection": {
|
|
24275
|
+
"elementtype": {
|
|
24276
|
+
"fqn": "projen.github.workflows.JobStep"
|
|
24277
|
+
},
|
|
24278
|
+
"kind": "array"
|
|
24279
|
+
}
|
|
24280
|
+
}
|
|
24281
|
+
},
|
|
24282
|
+
"static": true
|
|
24283
|
+
},
|
|
24284
|
+
{
|
|
24285
|
+
"docs": {
|
|
24286
|
+
"returns": "Job steps",
|
|
24287
|
+
"stability": "experimental",
|
|
24288
|
+
"summary": "Configures the git identity (user name and email)."
|
|
24289
|
+
},
|
|
24290
|
+
"locationInModule": {
|
|
24291
|
+
"filename": "src/github/workflow-actions.ts",
|
|
24292
|
+
"line": 96
|
|
24293
|
+
},
|
|
24294
|
+
"name": "setupGitIdentity",
|
|
24295
|
+
"parameters": [
|
|
24296
|
+
{
|
|
24297
|
+
"docs": {
|
|
24298
|
+
"summary": "The identity to use."
|
|
24299
|
+
},
|
|
24300
|
+
"name": "id",
|
|
24301
|
+
"type": {
|
|
24302
|
+
"fqn": "projen.github.GitIdentity"
|
|
24303
|
+
}
|
|
24304
|
+
}
|
|
24305
|
+
],
|
|
24306
|
+
"returns": {
|
|
24307
|
+
"type": {
|
|
24308
|
+
"collection": {
|
|
24309
|
+
"elementtype": {
|
|
24310
|
+
"fqn": "projen.github.workflows.JobStep"
|
|
24311
|
+
},
|
|
24312
|
+
"kind": "array"
|
|
24313
|
+
}
|
|
24314
|
+
}
|
|
24315
|
+
},
|
|
24316
|
+
"static": true
|
|
24317
|
+
},
|
|
24318
|
+
{
|
|
24319
|
+
"docs": {
|
|
24320
|
+
"remarks": "If a patch was uploaded, the action can optionally fail the job.",
|
|
24321
|
+
"returns": "Job steps",
|
|
24322
|
+
"stability": "experimental",
|
|
24323
|
+
"summary": "Creates a .patch file from the current git diff and uploads it as an artifact. Use `checkoutWithPatch` to download and apply in another job."
|
|
24324
|
+
},
|
|
24325
|
+
"locationInModule": {
|
|
24326
|
+
"filename": "src/github/workflow-actions.ts",
|
|
24327
|
+
"line": 20
|
|
24328
|
+
},
|
|
24329
|
+
"name": "uploadGitPatch",
|
|
24330
|
+
"parameters": [
|
|
24331
|
+
{
|
|
24332
|
+
"docs": {
|
|
24333
|
+
"summary": "Options."
|
|
24334
|
+
},
|
|
24335
|
+
"name": "options",
|
|
24336
|
+
"type": {
|
|
24337
|
+
"fqn": "projen.github.UploadGitPatchOptions"
|
|
24338
|
+
}
|
|
24339
|
+
}
|
|
24340
|
+
],
|
|
24341
|
+
"returns": {
|
|
24342
|
+
"type": {
|
|
24343
|
+
"collection": {
|
|
24344
|
+
"elementtype": {
|
|
24345
|
+
"fqn": "projen.github.workflows.JobStep"
|
|
24346
|
+
},
|
|
24347
|
+
"kind": "array"
|
|
24348
|
+
}
|
|
24349
|
+
}
|
|
24350
|
+
},
|
|
24351
|
+
"static": true
|
|
24352
|
+
}
|
|
24353
|
+
],
|
|
24354
|
+
"name": "WorkflowActions",
|
|
24355
|
+
"namespace": "github",
|
|
24356
|
+
"symbolId": "src/github/workflow-actions:WorkflowActions"
|
|
24357
|
+
},
|
|
24358
|
+
"projen.github.WorkflowJobs": {
|
|
24359
|
+
"assembly": "projen",
|
|
24360
|
+
"docs": {
|
|
24361
|
+
"stability": "experimental",
|
|
24362
|
+
"summary": "A set of utility functions for creating jobs in GitHub Workflows."
|
|
24363
|
+
},
|
|
24364
|
+
"fqn": "projen.github.WorkflowJobs",
|
|
24365
|
+
"initializer": {
|
|
24366
|
+
"docs": {
|
|
24367
|
+
"stability": "experimental"
|
|
24368
|
+
}
|
|
24369
|
+
},
|
|
24370
|
+
"kind": "class",
|
|
24371
|
+
"locationInModule": {
|
|
24372
|
+
"filename": "src/github/workflow-jobs.ts",
|
|
24373
|
+
"line": 15
|
|
24374
|
+
},
|
|
24375
|
+
"methods": [
|
|
24376
|
+
{
|
|
24377
|
+
"docs": {
|
|
24378
|
+
"returns": "Job",
|
|
24379
|
+
"stability": "experimental",
|
|
24380
|
+
"summary": "Creates a pull request with the changes of a patch file."
|
|
24381
|
+
},
|
|
24382
|
+
"locationInModule": {
|
|
24383
|
+
"filename": "src/github/workflow-jobs.ts",
|
|
24384
|
+
"line": 21
|
|
24385
|
+
},
|
|
24386
|
+
"name": "pullRequestFromPatch",
|
|
24387
|
+
"parameters": [
|
|
24388
|
+
{
|
|
24389
|
+
"name": "options",
|
|
24390
|
+
"type": {
|
|
24391
|
+
"fqn": "projen.github.PullRequestFromPatchOptions"
|
|
24392
|
+
}
|
|
24393
|
+
}
|
|
24394
|
+
],
|
|
24395
|
+
"returns": {
|
|
24396
|
+
"type": {
|
|
24397
|
+
"fqn": "projen.github.workflows.Job"
|
|
24398
|
+
}
|
|
24399
|
+
},
|
|
24400
|
+
"static": true
|
|
24401
|
+
}
|
|
24402
|
+
],
|
|
24403
|
+
"name": "WorkflowJobs",
|
|
24404
|
+
"namespace": "github",
|
|
24405
|
+
"symbolId": "src/github/workflow-jobs:WorkflowJobs"
|
|
24406
|
+
},
|
|
23707
24407
|
"projen.github.workflows.AppPermission": {
|
|
23708
24408
|
"assembly": "projen",
|
|
23709
24409
|
"docs": {
|
|
@@ -43876,7 +44576,7 @@
|
|
|
43876
44576
|
},
|
|
43877
44577
|
"locationInModule": {
|
|
43878
44578
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
43879
|
-
"line":
|
|
44579
|
+
"line": 118
|
|
43880
44580
|
},
|
|
43881
44581
|
"parameters": [
|
|
43882
44582
|
{
|
|
@@ -43897,7 +44597,7 @@
|
|
|
43897
44597
|
"kind": "class",
|
|
43898
44598
|
"locationInModule": {
|
|
43899
44599
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
43900
|
-
"line":
|
|
44600
|
+
"line": 89
|
|
43901
44601
|
},
|
|
43902
44602
|
"methods": [
|
|
43903
44603
|
{
|
|
@@ -43907,7 +44607,7 @@
|
|
|
43907
44607
|
},
|
|
43908
44608
|
"locationInModule": {
|
|
43909
44609
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
43910
|
-
"line":
|
|
44610
|
+
"line": 178
|
|
43911
44611
|
},
|
|
43912
44612
|
"name": "addPostBuildSteps",
|
|
43913
44613
|
"parameters": [
|
|
@@ -43936,7 +44636,7 @@
|
|
|
43936
44636
|
"immutable": true,
|
|
43937
44637
|
"locationInModule": {
|
|
43938
44638
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
43939
|
-
"line":
|
|
44639
|
+
"line": 112
|
|
43940
44640
|
},
|
|
43941
44641
|
"name": "postUpgradeTask",
|
|
43942
44642
|
"type": {
|
|
@@ -43951,7 +44651,7 @@
|
|
|
43951
44651
|
"immutable": true,
|
|
43952
44652
|
"locationInModule": {
|
|
43953
44653
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
43954
|
-
"line":
|
|
44654
|
+
"line": 107
|
|
43955
44655
|
},
|
|
43956
44656
|
"name": "upgradeTask",
|
|
43957
44657
|
"type": {
|
|
@@ -43967,7 +44667,7 @@
|
|
|
43967
44667
|
"immutable": true,
|
|
43968
44668
|
"locationInModule": {
|
|
43969
44669
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
43970
|
-
"line":
|
|
44670
|
+
"line": 93
|
|
43971
44671
|
},
|
|
43972
44672
|
"name": "workflows",
|
|
43973
44673
|
"type": {
|
|
@@ -43986,7 +44686,7 @@
|
|
|
43986
44686
|
},
|
|
43987
44687
|
"locationInModule": {
|
|
43988
44688
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
43989
|
-
"line":
|
|
44689
|
+
"line": 102
|
|
43990
44690
|
},
|
|
43991
44691
|
"name": "containerOptions",
|
|
43992
44692
|
"optional": true,
|
|
@@ -44008,7 +44708,7 @@
|
|
|
44008
44708
|
"kind": "interface",
|
|
44009
44709
|
"locationInModule": {
|
|
44010
44710
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
44011
|
-
"line":
|
|
44711
|
+
"line": 30
|
|
44012
44712
|
},
|
|
44013
44713
|
"name": "UpgradeDependenciesOptions",
|
|
44014
44714
|
"namespace": "javascript",
|
|
@@ -44023,7 +44723,7 @@
|
|
|
44023
44723
|
"immutable": true,
|
|
44024
44724
|
"locationInModule": {
|
|
44025
44725
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
44026
|
-
"line":
|
|
44726
|
+
"line": 36
|
|
44027
44727
|
},
|
|
44028
44728
|
"name": "exclude",
|
|
44029
44729
|
"optional": true,
|
|
@@ -44046,7 +44746,7 @@
|
|
|
44046
44746
|
"immutable": true,
|
|
44047
44747
|
"locationInModule": {
|
|
44048
44748
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
44049
|
-
"line":
|
|
44749
|
+
"line": 43
|
|
44050
44750
|
},
|
|
44051
44751
|
"name": "include",
|
|
44052
44752
|
"optional": true,
|
|
@@ -44069,7 +44769,7 @@
|
|
|
44069
44769
|
"immutable": true,
|
|
44070
44770
|
"locationInModule": {
|
|
44071
44771
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
44072
|
-
"line":
|
|
44772
|
+
"line": 76
|
|
44073
44773
|
},
|
|
44074
44774
|
"name": "pullRequestTitle",
|
|
44075
44775
|
"optional": true,
|
|
@@ -44087,7 +44787,7 @@
|
|
|
44087
44787
|
"immutable": true,
|
|
44088
44788
|
"locationInModule": {
|
|
44089
44789
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
44090
|
-
"line":
|
|
44790
|
+
"line": 83
|
|
44091
44791
|
},
|
|
44092
44792
|
"name": "signoff",
|
|
44093
44793
|
"optional": true,
|
|
@@ -44106,7 +44806,7 @@
|
|
|
44106
44806
|
"immutable": true,
|
|
44107
44807
|
"locationInModule": {
|
|
44108
44808
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
44109
|
-
"line":
|
|
44809
|
+
"line": 69
|
|
44110
44810
|
},
|
|
44111
44811
|
"name": "taskName",
|
|
44112
44812
|
"optional": true,
|
|
@@ -44125,7 +44825,7 @@
|
|
|
44125
44825
|
"immutable": true,
|
|
44126
44826
|
"locationInModule": {
|
|
44127
44827
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
44128
|
-
"line":
|
|
44828
|
+
"line": 54
|
|
44129
44829
|
},
|
|
44130
44830
|
"name": "workflow",
|
|
44131
44831
|
"optional": true,
|
|
@@ -44144,7 +44844,7 @@
|
|
|
44144
44844
|
"immutable": true,
|
|
44145
44845
|
"locationInModule": {
|
|
44146
44846
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
44147
|
-
"line":
|
|
44847
|
+
"line": 61
|
|
44148
44848
|
},
|
|
44149
44849
|
"name": "workflowOptions",
|
|
44150
44850
|
"optional": true,
|
|
@@ -44165,7 +44865,7 @@
|
|
|
44165
44865
|
"kind": "class",
|
|
44166
44866
|
"locationInModule": {
|
|
44167
44867
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
44168
|
-
"line":
|
|
44868
|
+
"line": 457
|
|
44169
44869
|
},
|
|
44170
44870
|
"methods": [
|
|
44171
44871
|
{
|
|
@@ -44175,7 +44875,7 @@
|
|
|
44175
44875
|
},
|
|
44176
44876
|
"locationInModule": {
|
|
44177
44877
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
44178
|
-
"line":
|
|
44878
|
+
"line": 492
|
|
44179
44879
|
},
|
|
44180
44880
|
"name": "expressions",
|
|
44181
44881
|
"parameters": [
|
|
@@ -44211,7 +44911,7 @@
|
|
|
44211
44911
|
"immutable": true,
|
|
44212
44912
|
"locationInModule": {
|
|
44213
44913
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
44214
|
-
"line":
|
|
44914
|
+
"line": 466
|
|
44215
44915
|
},
|
|
44216
44916
|
"name": "DAILY",
|
|
44217
44917
|
"static": true,
|
|
@@ -44228,7 +44928,7 @@
|
|
|
44228
44928
|
"immutable": true,
|
|
44229
44929
|
"locationInModule": {
|
|
44230
44930
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
44231
|
-
"line":
|
|
44931
|
+
"line": 485
|
|
44232
44932
|
},
|
|
44233
44933
|
"name": "MONTHLY",
|
|
44234
44934
|
"static": true,
|
|
@@ -44245,7 +44945,7 @@
|
|
|
44245
44945
|
"immutable": true,
|
|
44246
44946
|
"locationInModule": {
|
|
44247
44947
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
44248
|
-
"line":
|
|
44948
|
+
"line": 461
|
|
44249
44949
|
},
|
|
44250
44950
|
"name": "NEVER",
|
|
44251
44951
|
"static": true,
|
|
@@ -44262,7 +44962,7 @@
|
|
|
44262
44962
|
"immutable": true,
|
|
44263
44963
|
"locationInModule": {
|
|
44264
44964
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
44265
|
-
"line":
|
|
44965
|
+
"line": 471
|
|
44266
44966
|
},
|
|
44267
44967
|
"name": "WEEKDAY",
|
|
44268
44968
|
"static": true,
|
|
@@ -44279,7 +44979,7 @@
|
|
|
44279
44979
|
"immutable": true,
|
|
44280
44980
|
"locationInModule": {
|
|
44281
44981
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
44282
|
-
"line":
|
|
44982
|
+
"line": 478
|
|
44283
44983
|
},
|
|
44284
44984
|
"name": "WEEKLY",
|
|
44285
44985
|
"static": true,
|
|
@@ -44294,7 +44994,7 @@
|
|
|
44294
44994
|
"immutable": true,
|
|
44295
44995
|
"locationInModule": {
|
|
44296
44996
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
44297
|
-
"line":
|
|
44997
|
+
"line": 496
|
|
44298
44998
|
},
|
|
44299
44999
|
"name": "cron",
|
|
44300
45000
|
"type": {
|
|
@@ -44320,7 +45020,7 @@
|
|
|
44320
45020
|
"kind": "interface",
|
|
44321
45021
|
"locationInModule": {
|
|
44322
45022
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
44323
|
-
"line":
|
|
45023
|
+
"line": 385
|
|
44324
45024
|
},
|
|
44325
45025
|
"name": "UpgradeDependenciesWorkflowOptions",
|
|
44326
45026
|
"namespace": "javascript",
|
|
@@ -44335,7 +45035,7 @@
|
|
|
44335
45035
|
"immutable": true,
|
|
44336
45036
|
"locationInModule": {
|
|
44337
45037
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
44338
|
-
"line":
|
|
45038
|
+
"line": 418
|
|
44339
45039
|
},
|
|
44340
45040
|
"name": "assignees",
|
|
44341
45041
|
"optional": true,
|
|
@@ -44358,7 +45058,7 @@
|
|
|
44358
45058
|
"immutable": true,
|
|
44359
45059
|
"locationInModule": {
|
|
44360
45060
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
44361
|
-
"line":
|
|
45061
|
+
"line": 432
|
|
44362
45062
|
},
|
|
44363
45063
|
"name": "branches",
|
|
44364
45064
|
"optional": true,
|
|
@@ -44381,7 +45081,7 @@
|
|
|
44381
45081
|
"immutable": true,
|
|
44382
45082
|
"locationInModule": {
|
|
44383
45083
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
44384
|
-
"line":
|
|
45084
|
+
"line": 425
|
|
44385
45085
|
},
|
|
44386
45086
|
"name": "container",
|
|
44387
45087
|
"optional": true,
|
|
@@ -44399,7 +45099,7 @@
|
|
|
44399
45099
|
"immutable": true,
|
|
44400
45100
|
"locationInModule": {
|
|
44401
45101
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
44402
|
-
"line":
|
|
45102
|
+
"line": 438
|
|
44403
45103
|
},
|
|
44404
45104
|
"name": "gitIdentity",
|
|
44405
45105
|
"optional": true,
|
|
@@ -44417,7 +45117,7 @@
|
|
|
44417
45117
|
"immutable": true,
|
|
44418
45118
|
"locationInModule": {
|
|
44419
45119
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
44420
|
-
"line":
|
|
45120
|
+
"line": 411
|
|
44421
45121
|
},
|
|
44422
45122
|
"name": "labels",
|
|
44423
45123
|
"optional": true,
|
|
@@ -44440,7 +45140,7 @@
|
|
|
44440
45140
|
"immutable": true,
|
|
44441
45141
|
"locationInModule": {
|
|
44442
45142
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
44443
|
-
"line":
|
|
45143
|
+
"line": 451
|
|
44444
45144
|
},
|
|
44445
45145
|
"name": "permissions",
|
|
44446
45146
|
"optional": true,
|
|
@@ -44460,7 +45160,7 @@
|
|
|
44460
45160
|
"immutable": true,
|
|
44461
45161
|
"locationInModule": {
|
|
44462
45162
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
44463
|
-
"line":
|
|
45163
|
+
"line": 404
|
|
44464
45164
|
},
|
|
44465
45165
|
"name": "projenCredentials",
|
|
44466
45166
|
"optional": true,
|
|
@@ -44478,7 +45178,7 @@
|
|
|
44478
45178
|
"immutable": true,
|
|
44479
45179
|
"locationInModule": {
|
|
44480
45180
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
44481
|
-
"line":
|
|
45181
|
+
"line": 444
|
|
44482
45182
|
},
|
|
44483
45183
|
"name": "runsOn",
|
|
44484
45184
|
"optional": true,
|
|
@@ -44501,7 +45201,7 @@
|
|
|
44501
45201
|
"immutable": true,
|
|
44502
45202
|
"locationInModule": {
|
|
44503
45203
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
44504
|
-
"line":
|
|
45204
|
+
"line": 391
|
|
44505
45205
|
},
|
|
44506
45206
|
"name": "schedule",
|
|
44507
45207
|
"optional": true,
|
|
@@ -53447,6 +54147,6 @@
|
|
|
53447
54147
|
"symbolId": "src/web/tailwind:TailwindConfigOptions"
|
|
53448
54148
|
}
|
|
53449
54149
|
},
|
|
53450
|
-
"version": "0.70.
|
|
53451
|
-
"fingerprint": "
|
|
54150
|
+
"version": "0.70.14",
|
|
54151
|
+
"fingerprint": "18Mdlq89EUUJTqU5a/b6bmiKWJA8TS0VbubDcTzfRLM="
|
|
53452
54152
|
}
|