Skip to content

Commit dd3b7f3

Browse files
committed
chore: merge main
2 parents 9f0e797 + 0c9b247 commit dd3b7f3

File tree

2 files changed

+20
-21
lines changed

2 files changed

+20
-21
lines changed

package.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"tslib": "^2"
1616
},
1717
"devDependencies": {
18-
"@oclif/plugin-command-snapshot": "^3.3.8",
18+
"@oclif/plugin-command-snapshot": "^3.3.9",
1919
"@salesforce/cli-plugins-testkit": "^3.2.25",
2020
"@salesforce/dev-config": "^3.1.0",
21-
"@salesforce/dev-scripts": "^4.1.2",
21+
"@salesforce/dev-scripts": "^4.1.3",
2222
"@salesforce/plugin-command-reference": "^2.2.9",
2323
"@salesforce/plugin-source": "^2.8.0",
2424
"@salesforce/prettier-config": "^0.0.2",
@@ -142,7 +142,7 @@
142142
"command": "tsc -p . --pretty --incremental",
143143
"files": [
144144
"src/**/*.ts",
145-
"tsconfig.json",
145+
"**/tsconfig.json",
146146
"messages/**"
147147
],
148148
"output": [
@@ -168,7 +168,8 @@
168168
"src/**/*.ts",
169169
"test/**/*.ts",
170170
"messages/**",
171-
".eslint*"
171+
"**/.eslint*",
172+
"**/tsconfig.json"
172173
],
173174
"output": []
174175
},
@@ -215,8 +216,7 @@
215216
"command": "tsc -p \"./test\" --pretty",
216217
"files": [
217218
"test/**/*.ts",
218-
"tsconfig.json",
219-
"test/tsconfig.json"
219+
"**/tsconfig.json"
220220
],
221221
"output": []
222222
},
@@ -228,9 +228,8 @@
228228
"files": [
229229
"test/**/*.ts",
230230
"src/**/*.ts",
231-
"tsconfig.json",
231+
"**/tsconfig.json",
232232
".mocha*",
233-
"test/tsconfig.json",
234233
"!*.nut.ts",
235234
".nycrc"
236235
],

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -729,10 +729,10 @@
729729
widest-line "^3.1.0"
730730
wrap-ansi "^7.0.0"
731731

732-
"@oclif/core@^2.0.7", "@oclif/core@^2.3.0", "@oclif/core@^2.4.0", "@oclif/core@^2.6.2", "@oclif/core@^2.6.3":
733-
version "2.6.3"
734-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.6.3.tgz#2f02e4510eb76d694d00c488b3ea957436289f51"
735-
integrity sha512-kLwg+lmeZt4vfUlYN1XI8bPkcNBozfPOqciFOJMzHkPnq18lmoMu3+Xnm4wL1A9dXEyzoa5jidFhdyP/kZMBCw==
732+
"@oclif/core@^2.0.7", "@oclif/core@^2.3.0", "@oclif/core@^2.4.0", "@oclif/core@^2.6.2", "@oclif/core@^2.6.3", "@oclif/core@^2.6.4":
733+
version "2.6.4"
734+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.6.4.tgz#40a35355fece01cdedecaf8d8d523d92d47a408b"
735+
integrity sha512-QkmPEdMsC8z/9d02bQvYZuviJhvK92YD/GJ5LlUk7cc8hEZ1JOLSwFg3i2EjlLNXn8OtOQHoe+EeOEaRWROuVA==
736736
dependencies:
737737
"@types/cli-progress" "^3.11.0"
738738
ansi-escapes "^4.3.2"
@@ -769,12 +769,12 @@
769769
resolved "https://registry.yarnpkg.com/@oclif/linewrap/-/linewrap-1.0.0.tgz#aedcb64b479d4db7be24196384897b5000901d91"
770770
integrity sha512-Ups2dShK52xXa8w6iBWLgcjPJWjais6KPJQq3gQ/88AY6BXoTX+MIGFPrWQO1KLMiQfoTpcLnUwloN4brrVUHw==
771771

772-
"@oclif/plugin-command-snapshot@^3.3.8":
773-
version "3.3.8"
774-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-3.3.8.tgz#4ef6c9b0461b40c4be1f94977e5eb9dd6c756081"
775-
integrity sha512-piYlSDDzldDkvToKEG8HCnYaBwpWIX0b2TNc9ZtmH2khVgwPvmMrfZQfLl/4ZXxobdk0ndgrUUIg0mOhgCAXgg==
772+
"@oclif/plugin-command-snapshot@^3.3.9":
773+
version "3.3.9"
774+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-3.3.9.tgz#70899bbb606b4218620f28e4c781bade10f904d4"
775+
integrity sha512-/dX7sPBmgx6avV7QpNpzGN4Kffm9FYKACyomYaEtt3lvfizD0og5DUAecn9lZOwfgPKWcvi+I2makWYBMSblPw==
776776
dependencies:
777-
"@oclif/core" "^2.4.0"
777+
"@oclif/core" "^2.6.4"
778778
chalk "^4.1.2"
779779
just-diff "^5.2.0"
780780
lodash "^4.17.21"
@@ -1008,10 +1008,10 @@
10081008
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-3.1.0.tgz#8eb5b35860ff60d1c1dc3fd9329b01a28475d5b9"
10091009
integrity sha512-cPph7ibj3DeSzWDFLcLtxOh5fmUlDUY2Ezq43n0V6auVP+l8orxRHjCExHS86SB3QKVgXkC8yYhryXiS8KF7Zw==
10101010

1011-
"@salesforce/dev-scripts@^4.1.2":
1012-
version "4.1.2"
1013-
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-4.1.2.tgz#d9d4b403ac06934c069ca16d849ff7c2e12ee773"
1014-
integrity sha512-mxpwOb818k4H04DM/GV0/ZTzK5EDovcnROI+0CnR71Fqc4gwrWBmK+jlcRtICGypC48W+myOXKXet0oySQphyA==
1011+
"@salesforce/dev-scripts@^4.1.3":
1012+
version "4.1.3"
1013+
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-4.1.3.tgz#e6d561e13f148d9ae6eec80d0e2e24303011e03c"
1014+
integrity sha512-RDZTM1Im2P++zRWSiLSGY31E+SYkHk+18uikMigZZm0XQsZf04XjDz0JMXujewMWWFnObJM0gKrswcDK/O9qSg==
10151015
dependencies:
10161016
"@commitlint/cli" "^17.1.2"
10171017
"@commitlint/config-conventional" "^17.1.0"

0 commit comments

Comments
 (0)