bitwarden_workflow_linter 1.0.0__tar.gz → 1.1.1__tar.gz
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.
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/PKG-INFO +1 -1
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/package-lock.json +99 -283
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/package.json +1 -1
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/settings.yaml +1 -1
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/src/bitwarden_workflow_linter/__about__.py +1 -1
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/src/bitwarden_workflow_linter/cli.py +3 -2
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/src/bitwarden_workflow_linter/default_settings.yaml +1 -1
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/src/bitwarden_workflow_linter/lint.py +1 -1
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/.editorconfig +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/.gitattributes +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/.github/CODEOWNERS +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/.github/ISSUE_TEMPLATE/config.yml +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/.github/actionlint.yml +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/.github/renovate.json +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/.github/workflows/_version_type.yml +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/.github/workflows/actionlint_windows.yml +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/.github/workflows/bwwl_operations.yml +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/.github/workflows/cd.yml +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/.github/workflows/ci.yml +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/.github/workflows/enforce-labels.yml +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/.github/workflows/examples/ci.yaml +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/.github/workflows/examples/example-references/_build.yml +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/.github/workflows/examples/example-references/_docker.yml +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/.github/workflows/examples/example-references/_test.yml +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/.github/workflows/examples/example-references/_version.yml +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/.github/workflows/examples/example.yaml +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/.github/workflows/examples/pull_request_target.yml +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/.github/workflows/examples/scan.yaml +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/.github/workflows/scan.yml +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/.gitignore +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/.husky/pre-commit +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/.python-version +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/CONTRIBUTING.md +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/LICENSE.txt +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/Pipfile +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/Pipfile.lock +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/README.md +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/RULE_ROLLOUT.md +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/SECURITY.md +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/Taskfile.yml +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/pylintrc +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/pyproject.toml +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/pyproject.toml.tpl +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/src/bitwarden_workflow_linter/__init__.py +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/src/bitwarden_workflow_linter/actionlint_version.yaml +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/src/bitwarden_workflow_linter/actions.py +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/src/bitwarden_workflow_linter/default_actions.json +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/src/bitwarden_workflow_linter/load.py +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/src/bitwarden_workflow_linter/models/__init__.py +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/src/bitwarden_workflow_linter/models/job.py +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/src/bitwarden_workflow_linter/models/step.py +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/src/bitwarden_workflow_linter/models/workflow.py +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/src/bitwarden_workflow_linter/rule.py +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/src/bitwarden_workflow_linter/rules/__init__.py +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/src/bitwarden_workflow_linter/rules/check_pr_target.py +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/src/bitwarden_workflow_linter/rules/job_environment_prefix.py +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/src/bitwarden_workflow_linter/rules/name_capitalized.py +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/src/bitwarden_workflow_linter/rules/name_exists.py +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/src/bitwarden_workflow_linter/rules/permissions_exist.py +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/src/bitwarden_workflow_linter/rules/pinned_job_runner.py +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/src/bitwarden_workflow_linter/rules/run_actionlint.py +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/src/bitwarden_workflow_linter/rules/step_approved.py +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/src/bitwarden_workflow_linter/rules/step_pinned.py +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/src/bitwarden_workflow_linter/rules/underscore_outputs.py +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/src/bitwarden_workflow_linter/utils.py +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/tests/__init__.py +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/tests/conftest.py +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/tests/fixtures/test-alt.yml +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/tests/fixtures/test-min-incorrect.yaml +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/tests/fixtures/test-min.yaml +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/tests/fixtures/test-outputs-incorrect.yml +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/tests/fixtures/test.yml +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/tests/fixtures/test_a.yaml +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/tests/fixtures/test_workflow.yaml +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/tests/fixtures/test_workflow_incorrect.yaml +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/tests/rules/__init__.py +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/tests/rules/test_check_pr_target.py +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/tests/rules/test_job_environment_prefix.py +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/tests/rules/test_name_capitalized.py +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/tests/rules/test_name_exists.py +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/tests/rules/test_permissions_exist.py +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/tests/rules/test_pinned_job_runner.py +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/tests/rules/test_run_actionlint.py +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/tests/rules/test_step_approved.py +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/tests/rules/test_step_pinned.py +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/tests/rules/test_underscore_output.py +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/tests/test_job.py +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/tests/test_lint.py +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/tests/test_load.py +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/tests/test_rule.py +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/tests/test_step.py +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/tests/test_utils.py +0 -0
- {bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/tests/test_workflow.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: bitwarden_workflow_linter
|
3
|
-
Version: 1.
|
3
|
+
Version: 1.1.1
|
4
4
|
Summary: Custom GitHub Action Workflow Linter
|
5
5
|
Project-URL: Homepage, https://github.com/bitwarden/workflow-linter
|
6
6
|
Project-URL: Issues, https://github.com/bitwarden/workflow-linter/issues
|
@@ -10,18 +10,21 @@
|
|
10
10
|
"license": "SEE LICENSE IN LICENSE.txt",
|
11
11
|
"devDependencies": {
|
12
12
|
"husky": "9.0.11",
|
13
|
-
"lint-staged": "
|
13
|
+
"lint-staged": "16.0.0",
|
14
14
|
"prettier": "3.3.2"
|
15
15
|
}
|
16
16
|
},
|
17
17
|
"node_modules/ansi-escapes": {
|
18
|
-
"version": "
|
19
|
-
"resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-
|
20
|
-
"integrity": "sha512-
|
18
|
+
"version": "7.0.0",
|
19
|
+
"resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-7.0.0.tgz",
|
20
|
+
"integrity": "sha512-GdYO7a61mR0fOlAsvC9/rIHf7L96sBc6dEWzeOu+KAea5bZyQRPIpojrVoI4AXGJS/ycu/fBTdLrUkA4ODrvjw==",
|
21
21
|
"dev": true,
|
22
22
|
"license": "MIT",
|
23
|
+
"dependencies": {
|
24
|
+
"environment": "^1.0.0"
|
25
|
+
},
|
23
26
|
"engines": {
|
24
|
-
"node": ">=
|
27
|
+
"node": ">=18"
|
25
28
|
},
|
26
29
|
"funding": {
|
27
30
|
"url": "https://github.com/sponsors/sindresorhus"
|
@@ -67,9 +70,9 @@
|
|
67
70
|
}
|
68
71
|
},
|
69
72
|
"node_modules/chalk": {
|
70
|
-
"version": "5.
|
71
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.
|
72
|
-
"integrity": "sha512-
|
73
|
+
"version": "5.4.1",
|
74
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz",
|
75
|
+
"integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==",
|
73
76
|
"dev": true,
|
74
77
|
"license": "MIT",
|
75
78
|
"engines": {
|
@@ -80,16 +83,16 @@
|
|
80
83
|
}
|
81
84
|
},
|
82
85
|
"node_modules/cli-cursor": {
|
83
|
-
"version": "
|
84
|
-
"resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-
|
85
|
-
"integrity": "sha512-
|
86
|
+
"version": "5.0.0",
|
87
|
+
"resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-5.0.0.tgz",
|
88
|
+
"integrity": "sha512-aCj4O5wKyszjMmDT4tZj93kxyydN/K5zPWSCe6/0AV/AA1pqe5ZBIw0a2ZfPQV7lL5/yb5HsUreJ6UFAF1tEQw==",
|
86
89
|
"dev": true,
|
87
90
|
"license": "MIT",
|
88
91
|
"dependencies": {
|
89
|
-
"restore-cursor": "^
|
92
|
+
"restore-cursor": "^5.0.0"
|
90
93
|
},
|
91
94
|
"engines": {
|
92
|
-
"node": "
|
95
|
+
"node": ">=18"
|
93
96
|
},
|
94
97
|
"funding": {
|
95
98
|
"url": "https://github.com/sponsors/sindresorhus"
|
@@ -120,38 +123,23 @@
|
|
120
123
|
"license": "MIT"
|
121
124
|
},
|
122
125
|
"node_modules/commander": {
|
123
|
-
"version": "
|
124
|
-
"resolved": "https://registry.npmjs.org/commander/-/commander-
|
125
|
-
"integrity": "sha512
|
126
|
+
"version": "13.1.0",
|
127
|
+
"resolved": "https://registry.npmjs.org/commander/-/commander-13.1.0.tgz",
|
128
|
+
"integrity": "sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==",
|
126
129
|
"dev": true,
|
127
130
|
"license": "MIT",
|
128
131
|
"engines": {
|
129
132
|
"node": ">=18"
|
130
133
|
}
|
131
134
|
},
|
132
|
-
"node_modules/cross-spawn": {
|
133
|
-
"version": "7.0.3",
|
134
|
-
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
|
135
|
-
"integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
|
136
|
-
"dev": true,
|
137
|
-
"license": "MIT",
|
138
|
-
"dependencies": {
|
139
|
-
"path-key": "^3.1.0",
|
140
|
-
"shebang-command": "^2.0.0",
|
141
|
-
"which": "^2.0.1"
|
142
|
-
},
|
143
|
-
"engines": {
|
144
|
-
"node": ">= 8"
|
145
|
-
}
|
146
|
-
},
|
147
135
|
"node_modules/debug": {
|
148
|
-
"version": "4.
|
149
|
-
"resolved": "https://registry.npmjs.org/debug/-/debug-4.
|
150
|
-
"integrity": "sha512-
|
136
|
+
"version": "4.4.1",
|
137
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz",
|
138
|
+
"integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
|
151
139
|
"dev": true,
|
152
140
|
"license": "MIT",
|
153
141
|
"dependencies": {
|
154
|
-
"ms": "2.1.
|
142
|
+
"ms": "^2.1.3"
|
155
143
|
},
|
156
144
|
"engines": {
|
157
145
|
"node": ">=6.0"
|
@@ -169,37 +157,26 @@
|
|
169
157
|
"dev": true,
|
170
158
|
"license": "MIT"
|
171
159
|
},
|
172
|
-
"node_modules/
|
173
|
-
"version": "
|
174
|
-
"resolved": "https://registry.npmjs.org/
|
175
|
-
"integrity": "sha512-
|
176
|
-
"dev": true,
|
177
|
-
"license": "MIT"
|
178
|
-
},
|
179
|
-
"node_modules/execa": {
|
180
|
-
"version": "8.0.1",
|
181
|
-
"resolved": "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz",
|
182
|
-
"integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==",
|
160
|
+
"node_modules/environment": {
|
161
|
+
"version": "1.1.0",
|
162
|
+
"resolved": "https://registry.npmjs.org/environment/-/environment-1.1.0.tgz",
|
163
|
+
"integrity": "sha512-xUtoPkMggbz0MPyPiIWr1Kp4aeWJjDZ6SMvURhimjdZgsRuDplF5/s9hcgGhyXMhs+6vpnuoiZ2kFiu3FMnS8Q==",
|
183
164
|
"dev": true,
|
184
165
|
"license": "MIT",
|
185
|
-
"dependencies": {
|
186
|
-
"cross-spawn": "^7.0.3",
|
187
|
-
"get-stream": "^8.0.1",
|
188
|
-
"human-signals": "^5.0.0",
|
189
|
-
"is-stream": "^3.0.0",
|
190
|
-
"merge-stream": "^2.0.0",
|
191
|
-
"npm-run-path": "^5.1.0",
|
192
|
-
"onetime": "^6.0.0",
|
193
|
-
"signal-exit": "^4.1.0",
|
194
|
-
"strip-final-newline": "^3.0.0"
|
195
|
-
},
|
196
166
|
"engines": {
|
197
|
-
"node": ">=
|
167
|
+
"node": ">=18"
|
198
168
|
},
|
199
169
|
"funding": {
|
200
|
-
"url": "https://github.com/sindresorhus
|
170
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
201
171
|
}
|
202
172
|
},
|
173
|
+
"node_modules/eventemitter3": {
|
174
|
+
"version": "5.0.1",
|
175
|
+
"resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz",
|
176
|
+
"integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==",
|
177
|
+
"dev": true,
|
178
|
+
"license": "MIT"
|
179
|
+
},
|
203
180
|
"node_modules/fill-range": {
|
204
181
|
"version": "7.1.1",
|
205
182
|
"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
|
@@ -226,29 +203,6 @@
|
|
226
203
|
"url": "https://github.com/sponsors/sindresorhus"
|
227
204
|
}
|
228
205
|
},
|
229
|
-
"node_modules/get-stream": {
|
230
|
-
"version": "8.0.1",
|
231
|
-
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz",
|
232
|
-
"integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==",
|
233
|
-
"dev": true,
|
234
|
-
"license": "MIT",
|
235
|
-
"engines": {
|
236
|
-
"node": ">=16"
|
237
|
-
},
|
238
|
-
"funding": {
|
239
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
240
|
-
}
|
241
|
-
},
|
242
|
-
"node_modules/human-signals": {
|
243
|
-
"version": "5.0.0",
|
244
|
-
"resolved": "https://registry.npmjs.org/human-signals/-/human-signals-5.0.0.tgz",
|
245
|
-
"integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==",
|
246
|
-
"dev": true,
|
247
|
-
"license": "Apache-2.0",
|
248
|
-
"engines": {
|
249
|
-
"node": ">=16.17.0"
|
250
|
-
}
|
251
|
-
},
|
252
206
|
"node_modules/husky": {
|
253
207
|
"version": "9.0.11",
|
254
208
|
"resolved": "https://registry.npmjs.org/husky/-/husky-9.0.11.tgz",
|
@@ -288,30 +242,10 @@
|
|
288
242
|
"node": ">=0.12.0"
|
289
243
|
}
|
290
244
|
},
|
291
|
-
"node_modules/is-stream": {
|
292
|
-
"version": "3.0.0",
|
293
|
-
"resolved": "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz",
|
294
|
-
"integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==",
|
295
|
-
"dev": true,
|
296
|
-
"license": "MIT",
|
297
|
-
"engines": {
|
298
|
-
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
299
|
-
},
|
300
|
-
"funding": {
|
301
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
302
|
-
}
|
303
|
-
},
|
304
|
-
"node_modules/isexe": {
|
305
|
-
"version": "2.0.0",
|
306
|
-
"resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
|
307
|
-
"integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
|
308
|
-
"dev": true,
|
309
|
-
"license": "ISC"
|
310
|
-
},
|
311
245
|
"node_modules/lilconfig": {
|
312
|
-
"version": "3.1.
|
313
|
-
"resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.
|
314
|
-
"integrity": "sha512
|
246
|
+
"version": "3.1.3",
|
247
|
+
"resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz",
|
248
|
+
"integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==",
|
315
249
|
"dev": true,
|
316
250
|
"license": "MIT",
|
317
251
|
"engines": {
|
@@ -322,45 +256,45 @@
|
|
322
256
|
}
|
323
257
|
},
|
324
258
|
"node_modules/lint-staged": {
|
325
|
-
"version": "
|
326
|
-
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-
|
327
|
-
"integrity": "sha512
|
259
|
+
"version": "16.0.0",
|
260
|
+
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-16.0.0.tgz",
|
261
|
+
"integrity": "sha512-sUCprePs6/rbx4vKC60Hez6X10HPkpDJaGcy3D1NdwR7g1RcNkWL8q9mJMreOqmHBTs+1sNFp+wOiX9fr+hoOQ==",
|
328
262
|
"dev": true,
|
329
263
|
"license": "MIT",
|
330
264
|
"dependencies": {
|
331
|
-
"chalk": "
|
332
|
-
"commander": "
|
333
|
-
"debug": "
|
334
|
-
"
|
335
|
-
"
|
336
|
-
"
|
337
|
-
"
|
338
|
-
"pidtree": "
|
339
|
-
"string-argv": "
|
340
|
-
"yaml": "
|
265
|
+
"chalk": "^5.4.1",
|
266
|
+
"commander": "^13.1.0",
|
267
|
+
"debug": "^4.4.0",
|
268
|
+
"lilconfig": "^3.1.3",
|
269
|
+
"listr2": "^8.3.3",
|
270
|
+
"micromatch": "^4.0.8",
|
271
|
+
"nano-spawn": "^1.0.0",
|
272
|
+
"pidtree": "^0.6.0",
|
273
|
+
"string-argv": "^0.3.2",
|
274
|
+
"yaml": "^2.7.1"
|
341
275
|
},
|
342
276
|
"bin": {
|
343
277
|
"lint-staged": "bin/lint-staged.js"
|
344
278
|
},
|
345
279
|
"engines": {
|
346
|
-
"node": ">=18
|
280
|
+
"node": ">=20.18"
|
347
281
|
},
|
348
282
|
"funding": {
|
349
283
|
"url": "https://opencollective.com/lint-staged"
|
350
284
|
}
|
351
285
|
},
|
352
286
|
"node_modules/listr2": {
|
353
|
-
"version": "8.
|
354
|
-
"resolved": "https://registry.npmjs.org/listr2/-/listr2-8.
|
355
|
-
"integrity": "sha512-
|
287
|
+
"version": "8.3.3",
|
288
|
+
"resolved": "https://registry.npmjs.org/listr2/-/listr2-8.3.3.tgz",
|
289
|
+
"integrity": "sha512-LWzX2KsqcB1wqQ4AHgYb4RsDXauQiqhjLk+6hjbaeHG4zpjjVAB6wC/gz6X0l+Du1cN3pUB5ZlrvTbhGSNnUQQ==",
|
356
290
|
"dev": true,
|
357
291
|
"license": "MIT",
|
358
292
|
"dependencies": {
|
359
293
|
"cli-truncate": "^4.0.0",
|
360
294
|
"colorette": "^2.0.20",
|
361
295
|
"eventemitter3": "^5.0.1",
|
362
|
-
"log-update": "^6.
|
363
|
-
"rfdc": "^1.
|
296
|
+
"log-update": "^6.1.0",
|
297
|
+
"rfdc": "^1.4.1",
|
364
298
|
"wrap-ansi": "^9.0.0"
|
365
299
|
},
|
366
300
|
"engines": {
|
@@ -368,15 +302,15 @@
|
|
368
302
|
}
|
369
303
|
},
|
370
304
|
"node_modules/log-update": {
|
371
|
-
"version": "6.
|
372
|
-
"resolved": "https://registry.npmjs.org/log-update/-/log-update-6.
|
373
|
-
"integrity": "sha512-
|
305
|
+
"version": "6.1.0",
|
306
|
+
"resolved": "https://registry.npmjs.org/log-update/-/log-update-6.1.0.tgz",
|
307
|
+
"integrity": "sha512-9ie8ItPR6tjY5uYJh8K/Zrv/RMZ5VOlOWvtZdEHYSTFKZfIBPQa9tOAEeAWhd+AnIneLJ22w5fjOYtoutpWq5w==",
|
374
308
|
"dev": true,
|
375
309
|
"license": "MIT",
|
376
310
|
"dependencies": {
|
377
|
-
"ansi-escapes": "^
|
378
|
-
"cli-cursor": "^
|
379
|
-
"slice-ansi": "^7.
|
311
|
+
"ansi-escapes": "^7.0.0",
|
312
|
+
"cli-cursor": "^5.0.0",
|
313
|
+
"slice-ansi": "^7.1.0",
|
380
314
|
"strip-ansi": "^7.1.0",
|
381
315
|
"wrap-ansi": "^9.0.0"
|
382
316
|
},
|
@@ -420,17 +354,10 @@
|
|
420
354
|
"url": "https://github.com/chalk/slice-ansi?sponsor=1"
|
421
355
|
}
|
422
356
|
},
|
423
|
-
"node_modules/merge-stream": {
|
424
|
-
"version": "2.0.0",
|
425
|
-
"resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
|
426
|
-
"integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==",
|
427
|
-
"dev": true,
|
428
|
-
"license": "MIT"
|
429
|
-
},
|
430
357
|
"node_modules/micromatch": {
|
431
|
-
"version": "4.0.
|
432
|
-
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.
|
433
|
-
"integrity": "sha512-
|
358
|
+
"version": "4.0.8",
|
359
|
+
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
|
360
|
+
"integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
|
434
361
|
"dev": true,
|
435
362
|
"license": "MIT",
|
436
363
|
"dependencies": {
|
@@ -441,79 +368,37 @@
|
|
441
368
|
"node": ">=8.6"
|
442
369
|
}
|
443
370
|
},
|
444
|
-
"node_modules/mimic-
|
445
|
-
"version": "
|
446
|
-
"resolved": "https://registry.npmjs.org/mimic-
|
447
|
-
"integrity": "sha512-
|
371
|
+
"node_modules/mimic-function": {
|
372
|
+
"version": "5.0.1",
|
373
|
+
"resolved": "https://registry.npmjs.org/mimic-function/-/mimic-function-5.0.1.tgz",
|
374
|
+
"integrity": "sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==",
|
448
375
|
"dev": true,
|
449
376
|
"license": "MIT",
|
450
377
|
"engines": {
|
451
|
-
"node": ">=
|
378
|
+
"node": ">=18"
|
452
379
|
},
|
453
380
|
"funding": {
|
454
381
|
"url": "https://github.com/sponsors/sindresorhus"
|
455
382
|
}
|
456
383
|
},
|
457
384
|
"node_modules/ms": {
|
458
|
-
"version": "2.1.
|
459
|
-
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.
|
460
|
-
"integrity": "sha512-
|
385
|
+
"version": "2.1.3",
|
386
|
+
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
387
|
+
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
461
388
|
"dev": true,
|
462
389
|
"license": "MIT"
|
463
390
|
},
|
464
|
-
"node_modules/
|
465
|
-
"version": "
|
466
|
-
"resolved": "https://registry.npmjs.org/
|
467
|
-
"integrity": "sha512-
|
468
|
-
"dev": true,
|
469
|
-
"license": "MIT",
|
470
|
-
"dependencies": {
|
471
|
-
"path-key": "^4.0.0"
|
472
|
-
},
|
473
|
-
"engines": {
|
474
|
-
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
475
|
-
},
|
476
|
-
"funding": {
|
477
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
478
|
-
}
|
479
|
-
},
|
480
|
-
"node_modules/npm-run-path/node_modules/path-key": {
|
481
|
-
"version": "4.0.0",
|
482
|
-
"resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz",
|
483
|
-
"integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
|
391
|
+
"node_modules/nano-spawn": {
|
392
|
+
"version": "1.0.2",
|
393
|
+
"resolved": "https://registry.npmjs.org/nano-spawn/-/nano-spawn-1.0.2.tgz",
|
394
|
+
"integrity": "sha512-21t+ozMQDAL/UGgQVBbZ/xXvNO10++ZPuTmKRO8k9V3AClVRht49ahtDjfY8l1q6nSHOrE5ASfthzH3ol6R/hg==",
|
484
395
|
"dev": true,
|
485
396
|
"license": "MIT",
|
486
397
|
"engines": {
|
487
|
-
"node": ">=
|
488
|
-
},
|
489
|
-
"funding": {
|
490
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
491
|
-
}
|
492
|
-
},
|
493
|
-
"node_modules/onetime": {
|
494
|
-
"version": "6.0.0",
|
495
|
-
"resolved": "https://registry.npmjs.org/onetime/-/onetime-6.0.0.tgz",
|
496
|
-
"integrity": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==",
|
497
|
-
"dev": true,
|
498
|
-
"license": "MIT",
|
499
|
-
"dependencies": {
|
500
|
-
"mimic-fn": "^4.0.0"
|
501
|
-
},
|
502
|
-
"engines": {
|
503
|
-
"node": ">=12"
|
398
|
+
"node": ">=20.17"
|
504
399
|
},
|
505
400
|
"funding": {
|
506
|
-
"url": "https://github.com/
|
507
|
-
}
|
508
|
-
},
|
509
|
-
"node_modules/path-key": {
|
510
|
-
"version": "3.1.1",
|
511
|
-
"resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
|
512
|
-
"integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
|
513
|
-
"dev": true,
|
514
|
-
"license": "MIT",
|
515
|
-
"engines": {
|
516
|
-
"node": ">=8"
|
401
|
+
"url": "https://github.com/sindresorhus/nano-spawn?sponsor=1"
|
517
402
|
}
|
518
403
|
},
|
519
404
|
"node_modules/picomatch": {
|
@@ -559,85 +444,45 @@
|
|
559
444
|
}
|
560
445
|
},
|
561
446
|
"node_modules/restore-cursor": {
|
562
|
-
"version": "
|
563
|
-
"resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-
|
564
|
-
"integrity": "sha512-
|
447
|
+
"version": "5.1.0",
|
448
|
+
"resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-5.1.0.tgz",
|
449
|
+
"integrity": "sha512-oMA2dcrw6u0YfxJQXm342bFKX/E4sG9rbTzO9ptUcR/e8A33cHuvStiYOwH7fszkZlZ1z/ta9AAoPk2F4qIOHA==",
|
565
450
|
"dev": true,
|
566
451
|
"license": "MIT",
|
567
452
|
"dependencies": {
|
568
|
-
"onetime": "^
|
569
|
-
"signal-exit": "^
|
453
|
+
"onetime": "^7.0.0",
|
454
|
+
"signal-exit": "^4.1.0"
|
570
455
|
},
|
571
456
|
"engines": {
|
572
|
-
"node": "
|
457
|
+
"node": ">=18"
|
573
458
|
},
|
574
459
|
"funding": {
|
575
460
|
"url": "https://github.com/sponsors/sindresorhus"
|
576
461
|
}
|
577
462
|
},
|
578
|
-
"node_modules/restore-cursor/node_modules/mimic-fn": {
|
579
|
-
"version": "2.1.0",
|
580
|
-
"resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
|
581
|
-
"integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
|
582
|
-
"dev": true,
|
583
|
-
"license": "MIT",
|
584
|
-
"engines": {
|
585
|
-
"node": ">=6"
|
586
|
-
}
|
587
|
-
},
|
588
463
|
"node_modules/restore-cursor/node_modules/onetime": {
|
589
|
-
"version": "
|
590
|
-
"resolved": "https://registry.npmjs.org/onetime/-/onetime-
|
591
|
-
"integrity": "sha512-
|
464
|
+
"version": "7.0.0",
|
465
|
+
"resolved": "https://registry.npmjs.org/onetime/-/onetime-7.0.0.tgz",
|
466
|
+
"integrity": "sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ==",
|
592
467
|
"dev": true,
|
593
468
|
"license": "MIT",
|
594
469
|
"dependencies": {
|
595
|
-
"mimic-
|
470
|
+
"mimic-function": "^5.0.0"
|
596
471
|
},
|
597
472
|
"engines": {
|
598
|
-
"node": ">=
|
473
|
+
"node": ">=18"
|
599
474
|
},
|
600
475
|
"funding": {
|
601
476
|
"url": "https://github.com/sponsors/sindresorhus"
|
602
477
|
}
|
603
478
|
},
|
604
|
-
"node_modules/restore-cursor/node_modules/signal-exit": {
|
605
|
-
"version": "3.0.7",
|
606
|
-
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
|
607
|
-
"integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
|
608
|
-
"dev": true,
|
609
|
-
"license": "ISC"
|
610
|
-
},
|
611
479
|
"node_modules/rfdc": {
|
612
|
-
"version": "1.
|
613
|
-
"resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.
|
614
|
-
"integrity": "sha512-
|
480
|
+
"version": "1.4.1",
|
481
|
+
"resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz",
|
482
|
+
"integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==",
|
615
483
|
"dev": true,
|
616
484
|
"license": "MIT"
|
617
485
|
},
|
618
|
-
"node_modules/shebang-command": {
|
619
|
-
"version": "2.0.0",
|
620
|
-
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
|
621
|
-
"integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
|
622
|
-
"dev": true,
|
623
|
-
"license": "MIT",
|
624
|
-
"dependencies": {
|
625
|
-
"shebang-regex": "^3.0.0"
|
626
|
-
},
|
627
|
-
"engines": {
|
628
|
-
"node": ">=8"
|
629
|
-
}
|
630
|
-
},
|
631
|
-
"node_modules/shebang-regex": {
|
632
|
-
"version": "3.0.0",
|
633
|
-
"resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
|
634
|
-
"integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
|
635
|
-
"dev": true,
|
636
|
-
"license": "MIT",
|
637
|
-
"engines": {
|
638
|
-
"node": ">=8"
|
639
|
-
}
|
640
|
-
},
|
641
486
|
"node_modules/signal-exit": {
|
642
487
|
"version": "4.1.0",
|
643
488
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
@@ -712,19 +557,6 @@
|
|
712
557
|
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
713
558
|
}
|
714
559
|
},
|
715
|
-
"node_modules/strip-final-newline": {
|
716
|
-
"version": "3.0.0",
|
717
|
-
"resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-3.0.0.tgz",
|
718
|
-
"integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==",
|
719
|
-
"dev": true,
|
720
|
-
"license": "MIT",
|
721
|
-
"engines": {
|
722
|
-
"node": ">=12"
|
723
|
-
},
|
724
|
-
"funding": {
|
725
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
726
|
-
}
|
727
|
-
},
|
728
560
|
"node_modules/to-regex-range": {
|
729
561
|
"version": "5.0.1",
|
730
562
|
"resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
|
@@ -738,22 +570,6 @@
|
|
738
570
|
"node": ">=8.0"
|
739
571
|
}
|
740
572
|
},
|
741
|
-
"node_modules/which": {
|
742
|
-
"version": "2.0.2",
|
743
|
-
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
|
744
|
-
"integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
|
745
|
-
"dev": true,
|
746
|
-
"license": "ISC",
|
747
|
-
"dependencies": {
|
748
|
-
"isexe": "^2.0.0"
|
749
|
-
},
|
750
|
-
"bin": {
|
751
|
-
"node-which": "bin/node-which"
|
752
|
-
},
|
753
|
-
"engines": {
|
754
|
-
"node": ">= 8"
|
755
|
-
}
|
756
|
-
},
|
757
573
|
"node_modules/wrap-ansi": {
|
758
574
|
"version": "9.0.0",
|
759
575
|
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz",
|
@@ -773,16 +589,16 @@
|
|
773
589
|
}
|
774
590
|
},
|
775
591
|
"node_modules/yaml": {
|
776
|
-
"version": "2.
|
777
|
-
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.
|
778
|
-
"integrity": "sha512-
|
592
|
+
"version": "2.8.0",
|
593
|
+
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.0.tgz",
|
594
|
+
"integrity": "sha512-4lLa/EcQCB0cJkyts+FpIRx5G/llPxfP6VQU5KByHEhLxY3IJCH0f0Hy1MHI8sClTvsIb8qwRJ6R/ZdlDJ/leQ==",
|
779
595
|
"dev": true,
|
780
596
|
"license": "ISC",
|
781
597
|
"bin": {
|
782
598
|
"yaml": "bin.mjs"
|
783
599
|
},
|
784
600
|
"engines": {
|
785
|
-
"node": ">= 14"
|
601
|
+
"node": ">= 14.6"
|
786
602
|
}
|
787
603
|
}
|
788
604
|
}
|
@@ -18,7 +18,7 @@ enabled_rules:
|
|
18
18
|
- id: bitwarden_workflow_linter.rules.check_pr_target.RuleCheckPrTarget
|
19
19
|
level: error
|
20
20
|
- id: bitwarden_workflow_linter.rules.permissions_exist.RulePermissionsExist
|
21
|
-
level:
|
21
|
+
level: error
|
22
22
|
|
23
23
|
approved_actions_path: default_actions.json
|
24
24
|
default_branch: main
|
@@ -36,9 +36,10 @@ def main(input_args: Optional[List[str]] = None) -> int:
|
|
36
36
|
raise SystemExit(parser.print_help())
|
37
37
|
|
38
38
|
args = parser.parse_args(input_args)
|
39
|
-
|
39
|
+
if len(args.files) > 1:
|
40
|
+
raise parser.error("Only one -f / --files flag must be specified")
|
40
41
|
if args.command == "lint":
|
41
|
-
return linter_cmd.run(args.files, args.strict)
|
42
|
+
return linter_cmd.run(args.files[0], args.strict)
|
42
43
|
|
43
44
|
if args.command == "actions":
|
44
45
|
print(f"{'-'*50}\n!!bwwl actions is in BETA!!\n{'-'*50}")
|
@@ -18,7 +18,7 @@ enabled_rules:
|
|
18
18
|
- id: bitwarden_workflow_linter.rules.check_pr_target.RuleCheckPrTarget
|
19
19
|
level: error
|
20
20
|
- id: bitwarden_workflow_linter.rules.permissions_exist.RulePermissionsExist
|
21
|
-
level:
|
21
|
+
level: error
|
22
22
|
|
23
23
|
approved_actions_path: default_actions.json
|
24
24
|
default_branch: main
|
@@ -51,7 +51,7 @@ class LinterCmd:
|
|
51
51
|
action="store_true",
|
52
52
|
help="return non-zero exit code on warnings as well as errors",
|
53
53
|
)
|
54
|
-
parser_lint.add_argument("-f", "--files", action="append", help="files to lint")
|
54
|
+
parser_lint.add_argument("-f", "--files", nargs="+", action="append", required=True, help="files to lint")
|
55
55
|
parser_lint.add_argument(
|
56
56
|
"-o",
|
57
57
|
"--output",
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/.github/PULL_REQUEST_TEMPLATE.md
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/.github/workflows/cd.yml
RENAMED
File without changes
|
{bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/.github/workflows/ci.yml
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/.github/workflows/scan.yml
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/tests/fixtures/test-alt.yml
RENAMED
File without changes
|
File without changes
|
{bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/tests/fixtures/test-min.yaml
RENAMED
File without changes
|
File without changes
|
File without changes
|
{bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/tests/fixtures/test_a.yaml
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/tests/rules/test_name_exists.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{bitwarden_workflow_linter-1.0.0 → bitwarden_workflow_linter-1.1.1}/tests/rules/test_step_pinned.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|