Skip to content

Commit

Permalink
chore(deps): update external major
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent 487d089 commit c556a55
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 73 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- run: npm install
- run: git config --global user.email "[email protected]" && git config --global user.name "Test Build"
- run: npm test
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}

Expand Down
144 changes: 76 additions & 68 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"json-schema": "^0.4.0",
"mdast-builder": "1.1.1",
"mdast-util-to-string": "4.0.0",
"readdirp": "3.6.0",
"readdirp": "4.0.2",
"remark-gfm": "^4.0.0",
"remark-parse": "11.0.0",
"remark-stringify": "11.0.0",
Expand All @@ -43,11 +43,11 @@
"@adobe/eslint-config-helix": "2.0.8",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "10.3.5",
"@semantic-release/github": "11.0.1",
"@types/fs-extra": "11.0.4",
"@types/github-slugger": "2.0.0",
"@types/js-yaml": "4.0.9",
"@types/node": "20.17.9",
"@types/node": "22.10.1",
"@types/yargs": "17.0.33",
"c8": "10.1.2",
"commitizen": "4.3.1",
Expand All @@ -57,7 +57,7 @@
"i18n-tag-schema": "2.5.0",
"json-logic-js": "axa-ch/cyclic-schemas-test",
"lint-staged": "15.2.10",
"mocha": "10.8.2",
"mocha": "11.0.1",
"semantic-release": "24.2.0",
"typescript": "5.7.2",
"unist-util-select": "5.1.0"
Expand Down

0 comments on commit c556a55

Please sign in to comment.