Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#99)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 19, 2024
1 parent f1c5f7c commit 048ff24
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docs-on-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: Add TypeScript problem matcher
run: echo "::add-matcher::.github/problemMatchers/tsc.json"
- name: Use Node.js v18
Expand All @@ -28,7 +28,7 @@ jobs:
- name: Generate Docs
run: yarn docs
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@ec9c88baef04b842ca6f0a132fd61c762aa6c1b0 # v4.6.0
uses: JamesIves/github-pages-deploy-action@5c6e9e9f3672ce8fd37b9856193d2a537941e66c # v4.6.1
with:
branch: gh-pages
folder: docs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@commitlint/config-conventional": "^19.2.2",
"@favware/cliff-jumper": "^3.0.3",
"@favware/npm-deprecate": "^1.0.7",
"@types/node": "^20.12.11",
"@types/node": "^20.12.12",
"@vitest/coverage-v8": "^1.6.0",
"cz-conventional-changelog": "^3.3.0",
"esbuild-plugin-version-injector": "^1.2.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
"i18next-lint"
],
"dependencies": {
"commander": "^12.0.0",
"commander": "^12.1.0",
"fast-glob": "^3.3.2",
"typescript": "^5.4.5"
},
"devDependencies": {
"@favware/cliff-jumper": "^3.0.3",
"@favware/npm-deprecate": "^1.0.7",
"@types/node": "^20.12.11",
"@types/node": "^20.12.12",
"@vitest/coverage-v8": "^1.6.0",
"esbuild-plugin-version-injector": "^1.2.1",
"eslint": "^8.57.0",
Expand Down
21 changes: 14 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1373,12 +1373,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^20.12.11":
version: 20.12.11
resolution: "@types/node@npm:20.12.11"
"@types/node@npm:^20.12.12":
version: 20.12.12
resolution: "@types/node@npm:20.12.12"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 10/c6afe7c2c4504a4f488814d7b306ebad16bf42cbb43bf9db9fe1aed8c5fb99235593c3be5088979a64526b106cf022256688e2f002811be8273d87dc2e0d484f
checksum: 10/e3945da0a3017bdc1f88f15bdfb823f526b2a717bd58d4640082d6eb0bd2794b5c99bfb914b9e9324ec116dce36066990353ed1c777e8a7b0641f772575793c4
languageName: node
linkType: hard

Expand Down Expand Up @@ -2407,6 +2407,13 @@ __metadata:
languageName: node
linkType: hard

"commander@npm:^12.1.0":
version: 12.1.0
resolution: "commander@npm:12.1.0"
checksum: 10/cdaeb672d979816853a4eed7f1310a9319e8b976172485c2a6b437ed0db0a389a44cfb222bfbde772781efa9f215bdd1b936f80d6b249485b465c6cb906e1f93
languageName: node
linkType: hard

"commander@npm:^4.0.0":
version: 4.1.1
resolution: "commander@npm:4.1.1"
Expand Down Expand Up @@ -4362,9 +4369,9 @@ __metadata:
dependencies:
"@favware/cliff-jumper": "npm:^3.0.3"
"@favware/npm-deprecate": "npm:^1.0.7"
"@types/node": "npm:^20.12.11"
"@types/node": "npm:^20.12.12"
"@vitest/coverage-v8": "npm:^1.6.0"
commander: "npm:^12.0.0"
commander: "npm:^12.1.0"
esbuild-plugin-version-injector: "npm:^1.2.1"
eslint: "npm:^8.57.0"
eslint-config-mahir: "npm:^0.0.43"
Expand Down Expand Up @@ -6676,7 +6683,7 @@ __metadata:
"@commitlint/config-conventional": "npm:^19.2.2"
"@favware/cliff-jumper": "npm:^3.0.3"
"@favware/npm-deprecate": "npm:^1.0.7"
"@types/node": "npm:^20.12.11"
"@types/node": "npm:^20.12.12"
"@vitest/coverage-v8": "npm:^1.6.0"
cz-conventional-changelog: "npm:^3.3.0"
esbuild-plugin-version-injector: "npm:^1.2.1"
Expand Down

0 comments on commit 048ff24

Please sign in to comment.