Skip to content

Commit a1a244b

Browse files
Merge pull request #56 from salesforce/upgrade-static-analyzer
Upgrade static analyzer and other miscellaneous dependency
2 parents 8793ef7 + 53544e8 commit a1a244b

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ updates:
2626
- dependency-name: '@salesforce/dev-scripts'
2727
# Don't upgrade Komaci until we meet its respective release boundary.
2828
- dependency-name: '@komaci/static-analyzer'
29-
versions: ['>= 252.0.0']
29+
versions: ['>= 254.0.0']

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"!**/test/"
4242
],
4343
"devDependencies": {
44-
"@babel/eslint-parser": "7.25.9",
44+
"@babel/eslint-parser": " 7.26.5",
4545
"prettier": "^3.4.2",
4646
"jest": "^29.7.0",
4747
"jest-extended": "^4.0.2",
@@ -54,7 +54,7 @@
5454
"chai": "^4.5.0"
5555
},
5656
"dependencies": {
57-
"@komaci/static-analyzer": "^250.0.2",
57+
"@komaci/static-analyzer": "^252.1.0",
5858
"@lwc/metadata": "3.5.0-0",
5959
"@lwc/sfdc-compiler-utils": "3.5.0-0",
6060
"@lwc/errors": "~3.5.0",

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@
5050
json5 "^2.2.3"
5151
semver "^6.3.1"
5252

53-
"@babel/eslint-parser@7.25.9":
54-
version "7.25.9"
55-
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.25.9.tgz#603c68a63078796527bc9d0833f5e52dd5f9224c"
56-
integrity sha512-5UXfgpK0j0Xr/xIdgdLEhOFxaDZ0bRPWJJchRpqOSur/3rZoPbqqki5mm0p4NE2cs28krBEiSM2MB7//afRSQQ==
53+
"@babel/eslint-parser@ 7.26.5":
54+
version "7.26.5"
55+
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.26.5.tgz#aa669f4d873f9cd617050cf3c40c19cd96307efb"
56+
integrity sha512-Kkm8C8uxI842AwQADxl0GbcG1rupELYLShazYEZO/2DYjhyWXJIOUVOE3tBYm6JXzUCNJOZEzqc4rCW/jsEQYQ==
5757
dependencies:
5858
"@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1"
5959
eslint-visitor-keys "^2.1.0"
@@ -664,23 +664,23 @@
664664
"@jridgewell/resolve-uri" "^3.1.0"
665665
"@jridgewell/sourcemap-codec" "^1.4.14"
666666

667-
"@komaci/common-shared@250.0.2":
668-
version "250.0.2"
669-
resolved "https://registry.yarnpkg.com/@komaci/common-shared/-/common-shared-250.0.2.tgz#0ef433f6b2f683e01bb5a7c89ba2fa10006a5d9d"
670-
integrity sha512-wNw7vt+7KFiIuhOjcZRnek9iNSWyRqaRmotVu9SFz7fwkeXsi+TdQU2Ti5Lf8jdKfwh9jrhII5ROC69ZsIxqOA==
667+
"@komaci/common-shared@252.1.0":
668+
version "252.1.0"
669+
resolved "https://registry.yarnpkg.com/@komaci/common-shared/-/common-shared-252.1.0.tgz#55d901a012d799ff52ad2fb7855b022868827dd8"
670+
integrity sha512-1yrQhWooyIOPGdmDubDLQJ7I/pcWtSxCwf9Cdls4TUVrM5IFYfy33w+KH4hEVzQGWfpv3vEEPqH8W+GdzoLUOQ==
671671
dependencies:
672672
"@babel/core" "^7.9.0"
673673
"@babel/generator" "^7.9.0"
674674
"@babel/parser" "^7.9.0"
675675
"@babel/types" "^7.9.0"
676676

677-
"@komaci/static-analyzer@^250.0.2":
678-
version "250.0.2"
679-
resolved "https://registry.yarnpkg.com/@komaci/static-analyzer/-/static-analyzer-250.0.2.tgz#d0a0b7db96cf7f19a31bdb15ad9948778039ddce"
680-
integrity sha512-bj+/qe4U8utXed3/HGTAdJWOIP6yGcJ3ylZvAI47lBasW0xcDjEiarWQH+8X8+HhopC4aaAS6qrEC6CrxqsBSA==
677+
"@komaci/static-analyzer@^252.1.0":
678+
version "252.1.0"
679+
resolved "https://registry.yarnpkg.com/@komaci/static-analyzer/-/static-analyzer-252.1.0.tgz#e45d9301e5912c4a24a983ee515e4deafa04e1f6"
680+
integrity sha512-CfWsBJFT+K8DNGOxi6NxZZAWeZ4PXdFyU5THGzAKlWD0T0mw58eMVgS+U7bV4MRmEAGfygoZnhxYErFjUZA5PQ==
681681
dependencies:
682682
"@babel/types" "^7.9.0"
683-
"@komaci/common-shared" "250.0.2"
683+
"@komaci/common-shared" "252.1.0"
684684

685685
"@lwc/[email protected]", "@lwc/errors@~3.5.0":
686686
version "3.5.0"

0 commit comments

Comments
 (0)