Skip to content

Commit 17e7210

Browse files
authored
chore: remove unused dependencies across ports (#3830)
1 parent 637bbfc commit 17e7210

File tree

8 files changed

+78
-163
lines changed

8 files changed

+78
-163
lines changed

elixir/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
"@semantic-release/git": "10.0.1",
2121
"@semantic-release/github": "12.0.6",
2222
"@semantic-release/release-notes-generator": "14.1.0",
23-
"semantic-release": "25.0.3",
24-
"@semantic-release/npm": "13.1.5"
23+
"semantic-release": "25.0.3"
2524
},
2625
"commitlint": {
2726
"extends": [

elixir/yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@
588588
undici "^7.0.0"
589589
url-join "^5.0.0"
590590

591-
"@semantic-release/npm@13.1.5", "@semantic-release/npm@^13.1.1":
591+
"@semantic-release/npm@^13.1.1":
592592
version "13.1.5"
593593
resolved "https://registry.yarnpkg.com/@semantic-release/npm/-/npm-13.1.5.tgz#99178d57ca8f68fb4ea2aa2d388052ec3f397498"
594594
integrity sha512-Hq5UxzoatN3LHiq2rTsWS54nCdqJHlsssGERCo8WlvdfFA9LoN0vO+OuKVSjtNapIc/S8C2LBj206wKLHg62mg==
@@ -1026,23 +1026,23 @@ config-chain@^1.1.11:
10261026
proto-list "~1.2.1"
10271027

10281028
conventional-changelog-angular@^8.0.0, conventional-changelog-angular@^8.2.0:
1029-
version "8.2.0"
1030-
resolved "https://registry.yarnpkg.com/conventional-changelog-angular/-/conventional-changelog-angular-8.2.0.tgz#4e1b91b48c9df20e6e3f092dccbe50f8ddcc91ef"
1031-
integrity sha512-4YB1zEXqB17oBI8yRsAs1T+ZhbdsOgJqkl6Trz+GXt/eKf1e4jnA0oW+sOd9BEENzEViuNW0DNoFFjSf3CeC5Q==
1029+
version "8.3.0"
1030+
resolved "https://registry.yarnpkg.com/conventional-changelog-angular/-/conventional-changelog-angular-8.3.0.tgz#e344def5f3d3c4f3242dea3c4e12c402e0d6832c"
1031+
integrity sha512-DOuBwYSqWzfwuRByY9O4oOIvDlkUCTDzfbOgcSbkY+imXXj+4tmrEFao3K+FxemClYfYnZzsvudbwrhje9VHDA==
10321032
dependencies:
10331033
compare-func "^2.0.0"
10341034

10351035
conventional-changelog-conventionalcommits@^9.2.0:
1036-
version "9.2.0"
1037-
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-9.2.0.tgz#112a836a8ecafae3e893d7323405216414a49048"
1038-
integrity sha512-fCf+ODjseueTV09wVBoC0HXLi3OyuBJ+HfE3L63Khxqnr99f9nUcnQh3a15lCWHlGLihyZShW/mVVkBagr9JvQ==
1036+
version "9.3.0"
1037+
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-9.3.0.tgz#763e66613f49c13567f6319987e9f45ae41eda24"
1038+
integrity sha512-kYFx6gAyjSIMwNtASkI3ZE99U1fuVDJr0yTYgVy+I2QG46zNZfl2her+0+eoviG82c5WQvW1jMt1eOQTeJLodA==
10391039
dependencies:
10401040
compare-func "^2.0.0"
10411041

10421042
conventional-changelog-writer@^8.0.0:
1043-
version "8.3.0"
1044-
resolved "https://registry.yarnpkg.com/conventional-changelog-writer/-/conventional-changelog-writer-8.3.0.tgz#7cd7a208938190567ed9a8250924e6d8514eb801"
1045-
integrity sha512-l5hDOHjcTUVtnZJapoqXMCJ3IbyF6oV/vnxKL13AHulFH7mDp4PMJARxI7LWzob6UDDvhxIUWGTNUPW84JabQg==
1043+
version "8.4.0"
1044+
resolved "https://registry.yarnpkg.com/conventional-changelog-writer/-/conventional-changelog-writer-8.4.0.tgz#600bfb4c98ccf0a31baddf8a1305f229072faf1f"
1045+
integrity sha512-HHBFkk1EECxxmCi4CTu091iuDpQv5/OavuCUAuZmrkWpmYfyD816nom1CvtfXJ/uYfAAjavgHvXHX291tSLK8g==
10461046
dependencies:
10471047
"@simple-libs/stream-utils" "^1.2.0"
10481048
conventional-commits-filter "^5.0.0"

osv-scanner.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,3 @@
22
# https://google.github.io/osv-scanner/configuration/
33

44
[[IgnoredVulns]]
5-
id = "GHSA-2g4f-4pwh-qvx6"
6-
reason = "Repository-wide ignore for the unfixable eslint chain: ajv@6.12.6 is a transitive dev dependency from @eslint/eslintrc. The published fix is only in ajv 8.18.0+, but eslint still requires ajv@^6. Dev-only, no production runtime impact."

package.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@
6868
"uuid": "11.1.0"
6969
},
7070
"devDependencies": {
71-
"@eslint/js": "9.39.2",
72-
"@eslint/eslintrc": "3.3.1",
7371
"@commitlint/cli": "^20.4.2",
7472
"@commitlint/config-conventional": "20.4.3",
7573
"@semantic-release/changelog": "6.0.3",
@@ -85,8 +83,8 @@
8583
"@types/node": "18.19.130",
8684
"@types/semver": "7.7.1",
8785
"@types/sinon": "10.0.20",
88-
"@typescript-eslint/eslint-plugin": "8.54.0",
89-
"@typescript-eslint/parser": "8.54.0",
86+
"@typescript-eslint/eslint-plugin": "8.56.1",
87+
"@typescript-eslint/parser": "8.56.1",
9088
"@vitest/coverage-v8": "4.0.18",
9189
"coveralls-next": "6.0.1",
9290
"cpx2": "8.0.0",
@@ -179,9 +177,5 @@
179177
"@semantic-release/github"
180178
]
181179
},
182-
"packageManager": "yarn@1.22.22",
183-
"resolutions": {
184-
"@commitlint/config-validator/ajv": "8.18.0",
185-
"eslint-plugin-tsdoc/@microsoft/tsdoc-config/ajv": "8.18.0"
186-
}
180+
"packageManager": "yarn@1.22.22"
187181
}

php/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1026,23 +1026,23 @@ config-chain@^1.1.11:
10261026
proto-list "~1.2.1"
10271027

10281028
conventional-changelog-angular@^8.0.0, conventional-changelog-angular@^8.2.0:
1029-
version "8.2.0"
1030-
resolved "https://registry.yarnpkg.com/conventional-changelog-angular/-/conventional-changelog-angular-8.2.0.tgz#4e1b91b48c9df20e6e3f092dccbe50f8ddcc91ef"
1031-
integrity sha512-4YB1zEXqB17oBI8yRsAs1T+ZhbdsOgJqkl6Trz+GXt/eKf1e4jnA0oW+sOd9BEENzEViuNW0DNoFFjSf3CeC5Q==
1029+
version "8.3.0"
1030+
resolved "https://registry.yarnpkg.com/conventional-changelog-angular/-/conventional-changelog-angular-8.3.0.tgz#e344def5f3d3c4f3242dea3c4e12c402e0d6832c"
1031+
integrity sha512-DOuBwYSqWzfwuRByY9O4oOIvDlkUCTDzfbOgcSbkY+imXXj+4tmrEFao3K+FxemClYfYnZzsvudbwrhje9VHDA==
10321032
dependencies:
10331033
compare-func "^2.0.0"
10341034

10351035
conventional-changelog-conventionalcommits@^9.2.0:
1036-
version "9.2.0"
1037-
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-9.2.0.tgz#112a836a8ecafae3e893d7323405216414a49048"
1038-
integrity sha512-fCf+ODjseueTV09wVBoC0HXLi3OyuBJ+HfE3L63Khxqnr99f9nUcnQh3a15lCWHlGLihyZShW/mVVkBagr9JvQ==
1036+
version "9.3.0"
1037+
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-9.3.0.tgz#763e66613f49c13567f6319987e9f45ae41eda24"
1038+
integrity sha512-kYFx6gAyjSIMwNtASkI3ZE99U1fuVDJr0yTYgVy+I2QG46zNZfl2her+0+eoviG82c5WQvW1jMt1eOQTeJLodA==
10391039
dependencies:
10401040
compare-func "^2.0.0"
10411041

10421042
conventional-changelog-writer@^8.0.0:
1043-
version "8.3.0"
1044-
resolved "https://registry.yarnpkg.com/conventional-changelog-writer/-/conventional-changelog-writer-8.3.0.tgz#7cd7a208938190567ed9a8250924e6d8514eb801"
1045-
integrity sha512-l5hDOHjcTUVtnZJapoqXMCJ3IbyF6oV/vnxKL13AHulFH7mDp4PMJARxI7LWzob6UDDvhxIUWGTNUPW84JabQg==
1043+
version "8.4.0"
1044+
resolved "https://registry.yarnpkg.com/conventional-changelog-writer/-/conventional-changelog-writer-8.4.0.tgz#600bfb4c98ccf0a31baddf8a1305f229072faf1f"
1045+
integrity sha512-HHBFkk1EECxxmCi4CTu091iuDpQv5/OavuCUAuZmrkWpmYfyD816nom1CvtfXJ/uYfAAjavgHvXHX291tSLK8g==
10461046
dependencies:
10471047
"@simple-libs/stream-utils" "^1.2.0"
10481048
conventional-commits-filter "^5.0.0"

python/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"@semantic-release/exec": "7.1.0",
2323
"@semantic-release/git": "10.0.1",
2424
"@semantic-release/github": "12.0.6",
25-
"@semantic-release/npm": "13.1.5",
2625
"@semantic-release/release-notes-generator": "14.1.0",
2726
"semantic-release": "25.0.3",
2827
"semantic-release-pypi": "5.1.3"

python/yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@
588588
undici "^7.0.0"
589589
url-join "^5.0.0"
590590

591-
"@semantic-release/npm@13.1.5", "@semantic-release/npm@^13.1.1":
591+
"@semantic-release/npm@^13.1.1":
592592
version "13.1.5"
593593
resolved "https://registry.yarnpkg.com/@semantic-release/npm/-/npm-13.1.5.tgz#99178d57ca8f68fb4ea2aa2d388052ec3f397498"
594594
integrity sha512-Hq5UxzoatN3LHiq2rTsWS54nCdqJHlsssGERCo8WlvdfFA9LoN0vO+OuKVSjtNapIc/S8C2LBj206wKLHg62mg==
@@ -1081,23 +1081,23 @@ config-chain@^1.1.11:
10811081
proto-list "~1.2.1"
10821082

10831083
conventional-changelog-angular@^8.0.0, conventional-changelog-angular@^8.2.0:
1084-
version "8.2.0"
1085-
resolved "https://registry.yarnpkg.com/conventional-changelog-angular/-/conventional-changelog-angular-8.2.0.tgz#4e1b91b48c9df20e6e3f092dccbe50f8ddcc91ef"
1086-
integrity sha512-4YB1zEXqB17oBI8yRsAs1T+ZhbdsOgJqkl6Trz+GXt/eKf1e4jnA0oW+sOd9BEENzEViuNW0DNoFFjSf3CeC5Q==
1084+
version "8.3.0"
1085+
resolved "https://registry.yarnpkg.com/conventional-changelog-angular/-/conventional-changelog-angular-8.3.0.tgz#e344def5f3d3c4f3242dea3c4e12c402e0d6832c"
1086+
integrity sha512-DOuBwYSqWzfwuRByY9O4oOIvDlkUCTDzfbOgcSbkY+imXXj+4tmrEFao3K+FxemClYfYnZzsvudbwrhje9VHDA==
10871087
dependencies:
10881088
compare-func "^2.0.0"
10891089

10901090
conventional-changelog-conventionalcommits@^9.2.0:
1091-
version "9.2.0"
1092-
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-9.2.0.tgz#112a836a8ecafae3e893d7323405216414a49048"
1093-
integrity sha512-fCf+ODjseueTV09wVBoC0HXLi3OyuBJ+HfE3L63Khxqnr99f9nUcnQh3a15lCWHlGLihyZShW/mVVkBagr9JvQ==
1091+
version "9.3.0"
1092+
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-9.3.0.tgz#763e66613f49c13567f6319987e9f45ae41eda24"
1093+
integrity sha512-kYFx6gAyjSIMwNtASkI3ZE99U1fuVDJr0yTYgVy+I2QG46zNZfl2her+0+eoviG82c5WQvW1jMt1eOQTeJLodA==
10941094
dependencies:
10951095
compare-func "^2.0.0"
10961096

10971097
conventional-changelog-writer@^8.0.0:
1098-
version "8.3.0"
1099-
resolved "https://registry.yarnpkg.com/conventional-changelog-writer/-/conventional-changelog-writer-8.3.0.tgz#7cd7a208938190567ed9a8250924e6d8514eb801"
1100-
integrity sha512-l5hDOHjcTUVtnZJapoqXMCJ3IbyF6oV/vnxKL13AHulFH7mDp4PMJARxI7LWzob6UDDvhxIUWGTNUPW84JabQg==
1098+
version "8.4.0"
1099+
resolved "https://registry.yarnpkg.com/conventional-changelog-writer/-/conventional-changelog-writer-8.4.0.tgz#600bfb4c98ccf0a31baddf8a1305f229072faf1f"
1100+
integrity sha512-HHBFkk1EECxxmCi4CTu091iuDpQv5/OavuCUAuZmrkWpmYfyD816nom1CvtfXJ/uYfAAjavgHvXHX291tSLK8g==
11011101
dependencies:
11021102
"@simple-libs/stream-utils" "^1.2.0"
11031103
conventional-commits-filter "^5.0.0"

0 commit comments

Comments
 (0)