Skip to content

Commit 4a4b7ce

Browse files
authored
Merge branch 'main' into pr/no-unsettled-absence-query
2 parents 75fb21a + e290b68 commit 4a4b7ce

3 files changed

Lines changed: 18 additions & 18 deletions

File tree

.github/workflows/verifications.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,14 @@ jobs:
7979
run: pnpm run test:ci
8080

8181
- name: Upload tests coverage report
82-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
82+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
8383
if: ${{ !cancelled() && github.event.action != 'closed' }}
8484
with:
8585
use_oidc: true
8686
report_type: 'coverage'
8787

8888
- name: Upload tests result report
89-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
89+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
9090
if: ${{ !cancelled() && github.event.action != 'closed' }}
9191
with:
9292
use_oidc: true

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"@vitest/ui": "3.2.4",
7070
"eslint": "9.35.0",
7171
"eslint-config-prettier": "10.1.8",
72-
"eslint-doc-generator": "3.3.2",
72+
"eslint-doc-generator": "3.4.0",
7373
"eslint-import-resolver-typescript": "4.4.4",
7474
"eslint-plugin-import-x": "4.16.2",
7575
"eslint-plugin-n": "18.0.1",
@@ -81,7 +81,7 @@
8181
"jiti": "2.7.0",
8282
"lint-staged": "17.0.4",
8383
"prettier": "3.8.3",
84-
"publint": "0.3.20",
84+
"publint": "0.3.21",
8585
"semantic-release": "25.0.3",
8686
"tsdown": "0.22.0",
8787
"typescript": "5.9.3",

pnpm-lock.yaml

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)