Skip to content

Commit ce13542

Browse files
Merge branch 'master' into dependabot/go_modules/go/golang.org/x/crypto-0.19.0
2 parents a0904d6 + 24757ca commit ce13542

File tree

5 files changed

+8
-44
lines changed

5 files changed

+8
-44
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
working-directory: ./go
5656
run: go test -race -coverprofile=coverage.txt -covermode=atomic
5757
- name: Upload coverage to Codecov
58-
uses: codecov/codecov-action@v3
58+
uses: codecov/codecov-action@v4
5959
with:
6060
files: go/coverage.txt
6161
flags: go

.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
working-directory: ./rust
102102
run: cargo llvm-cov nextest --all-features --lcov --output-path lcov.info
103103
- name: Upload coverage to Codecov
104-
uses: codecov/codecov-action@v3
104+
uses: codecov/codecov-action@v4
105105
with:
106106
token: ${{ secrets.CODECOV_TOKEN }}
107107
files: rust/lcov.info

.github/workflows/typescript.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
working-directory: ./js
3535
run: yarn && yarn coverage
3636
- name: Upload coverage to Codecov
37-
uses: codecov/codecov-action@v3
37+
uses: codecov/codecov-action@v4
3838
with:
3939
files: js/coverage/lcov.info
4040
flags: typescript

js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"eslint-config-prettier": "^9.0.0",
4141
"eslint-plugin-import": "^2.25.4",
4242
"eslint-plugin-prettier": "^5.0.0",
43-
"eslint-plugin-simple-import-sort": "^10.0.0",
43+
"eslint-plugin-simple-import-sort": "^12.0.0",
4444
"jasmine": "^5.1.0",
4545
"jasmine-console-reporter": "^3.1.0",
4646
"nyc": "^15.1.0",

js/yarn.lock

+4-40
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
32
# yarn lockfile v1
43

@@ -438,14 +437,6 @@
438437
"@typescript-eslint/visitor-keys" "6.20.0"
439438
debug "^4.3.4"
440439

441-
"@typescript-eslint/[email protected]":
442-
version "6.19.1"
443-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.19.1.tgz#2f527ee30703a6169a52b31d42a1103d80acd51b"
444-
integrity sha512-4CdXYjKf6/6aKNMSly/BP4iCSOpvMmqtDzRtqFyyAae3z5kkqEjKndR5vDHL8rSuMIIWP8u4Mw4VxLyxZW6D5w==
445-
dependencies:
446-
"@typescript-eslint/types" "6.19.1"
447-
"@typescript-eslint/visitor-keys" "6.19.1"
448-
449440
"@typescript-eslint/[email protected]":
450441
version "6.20.0"
451442
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.20.0.tgz#8a926e60f6c47feb5bab878246dc2ae465730151"
@@ -464,30 +455,11 @@
464455
debug "^4.3.4"
465456
ts-api-utils "^1.0.1"
466457

467-
"@typescript-eslint/[email protected]":
468-
version "6.19.1"
469-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.19.1.tgz#2d4c9d492a63ede15e7ba7d129bdf7714b77f771"
470-
integrity sha512-6+bk6FEtBhvfYvpHsDgAL3uo4BfvnTnoge5LrrCj2eJN8g3IJdLTD4B/jK3Q6vo4Ql/Hoip9I8aB6fF+6RfDqg==
471-
472458
"@typescript-eslint/[email protected]":
473459
version "6.20.0"
474460
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.20.0.tgz#5ccd74c29011ae7714ae6973e4ec0c634708b448"
475461
integrity sha512-MM9mfZMAhiN4cOEcUOEx+0HmuaW3WBfukBZPCfwSqFnQy0grXYtngKCqpQN339X3RrwtzspWJrpbrupKYUSBXQ==
476462

477-
"@typescript-eslint/[email protected]":
478-
version "6.19.1"
479-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.19.1.tgz#796d88d88882f12e85bb33d6d82d39e1aea54ed1"
480-
integrity sha512-aFdAxuhzBFRWhy+H20nYu19+Km+gFfwNO4TEqyszkMcgBDYQjmPJ61erHxuT2ESJXhlhrO7I5EFIlZ+qGR8oVA==
481-
dependencies:
482-
"@typescript-eslint/types" "6.19.1"
483-
"@typescript-eslint/visitor-keys" "6.19.1"
484-
debug "^4.3.4"
485-
globby "^11.1.0"
486-
is-glob "^4.0.3"
487-
minimatch "9.0.3"
488-
semver "^7.5.4"
489-
ts-api-utils "^1.0.1"
490-
491463
"@typescript-eslint/[email protected]":
492464
version "6.20.0"
493465
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.20.0.tgz#5b2d0975949e6bdd8d45ee1471461ef5fadc5542"
@@ -515,14 +487,6 @@
515487
"@typescript-eslint/typescript-estree" "6.20.0"
516488
semver "^7.5.4"
517489

518-
"@typescript-eslint/[email protected]":
519-
version "6.19.1"
520-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.19.1.tgz#2164073ed4fc34a5ff3b5e25bb5a442100454c4c"
521-
integrity sha512-gkdtIO+xSO/SmI0W68DBg4u1KElmIUo3vXzgHyGPs6cxgB0sa3TlptRAAE0hUY1hM6FcDKEv7aIwiTGm76cXfQ==
522-
dependencies:
523-
"@typescript-eslint/types" "6.19.1"
524-
eslint-visitor-keys "^3.4.1"
525-
526490
"@typescript-eslint/[email protected]":
527491
version "6.20.0"
528492
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.20.0.tgz#f7ada27f2803de89df0edd9fd7be22c05ce6a498"
@@ -1105,10 +1069,10 @@ eslint-plugin-prettier@^5.0.0:
11051069
prettier-linter-helpers "^1.0.0"
11061070
synckit "^0.8.6"
11071071

1108-
eslint-plugin-simple-import-sort@^10.0.0:
1109-
version "10.0.0"
1110-
resolved "https://registry.yarnpkg.com/eslint-plugin-simple-import-sort/-/eslint-plugin-simple-import-sort-10.0.0.tgz#cc4ceaa81ba73252427062705b64321946f61351"
1111-
integrity sha512-AeTvO9UCMSNzIHRkg8S6c3RPy5YEwKWSQPx3DYghLedo2ZQxowPFLGDN1AZ2evfg6r6mjBSZSLxLFsWSu3acsw==
1072+
eslint-plugin-simple-import-sort@^12.0.0:
1073+
version "12.0.0"
1074+
resolved "https://registry.yarnpkg.com/eslint-plugin-simple-import-sort/-/eslint-plugin-simple-import-sort-12.0.0.tgz#3cfa05d74509bd4dc329a956938823812194dbb6"
1075+
integrity sha512-8o0dVEdAkYap0Cn5kNeklaKcT1nUsa3LITWEuFk3nJifOoD+5JQGoyDUW2W/iPWwBsNBJpyJS9y4je/BgxLcyQ==
11121076

11131077
eslint-scope@^7.2.2:
11141078
version "7.2.2"

0 commit comments

Comments
 (0)