Skip to content

Commit

Permalink
chore(deps): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
chyzwar committed Sep 20, 2024
1 parent 57cefb9 commit 2f4df62
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 34 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: "Checkout"
uses: actions/checkout@v4

- name: "Use NodeJS 22"
- name: "Setup NodeJS 22"
uses: actions/setup-node@v4
with:
node-version: '22'
Expand All @@ -21,11 +21,11 @@ jobs:
- name: Install
run: yarn install

- name: Run build
- name: Build
run: yarn build

- name: Run test
- name: Test
run: yarn test

- name: Run lint
- name: Lint
run: yarn lint
18 changes: 10 additions & 8 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
fetch-depth: 0

- name: "Use NodeJS 22"
- name: "Setup NodeJS 22"
uses: actions/setup-node@v4
with:
node-version: '22'
Expand All @@ -42,24 +42,26 @@ jobs:
- name: Install
run: yarn install

- name: Run build
- name: Build
run: yarn build

- name: Run test
- name: Test
run: yarn test

- name: Run lint
- name: Lint
run: yarn lint

- name: Setup git user
run: |
echo "Setup git user to github action user"
git config user.name "${{ github.actor }}"
git config user.email "${{ github.actor}}@users.noreply.github.com"
- name: "Version and publish"
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
# Setup git user for lerna publish
git config --global user.name "${{ github.actor }}"
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
echo "Version"
yarn lerna version \
--conventional-commits \
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"@lerna-lite/publish": "^3.9.1",
"@lerna-lite/version": "^3.9.1",
"@types/node": "^22.5.5",
"conventional-changelog-conventionalcommits": "^7.0.2",
"eslint": "^9.10.0",
"conventional-changelog-conventionalcommits": "^8.0.0",
"eslint": "^9.11.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"ts-node": "^10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/conf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@chyzwar/eslint-config": "^0.2.29",
"@chyzwar/tsconfig": "^0.2.29",
"@types/node": "^22.5.5",
"eslint": "^9.10.0",
"eslint": "^9.11.0",
"typescript": "^5.6.2",
"vitest": "^2.1.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/ctl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@chyzwar/eslint-config": "^0.2.29",
"@chyzwar/tsconfig": "^0.2.29",
"@types/node": "^22.5.5",
"eslint": "^9.10.0",
"eslint": "^9.11.0",
"typescript": "^5.6.2",
"vitest": "^2.1.1"
}
Expand Down
45 changes: 27 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -464,10 +464,10 @@ __metadata:
languageName: node
linkType: hard

"@eslint/js@npm:9.10.0, @eslint/js@npm:^9.9.1":
version: 9.10.0
resolution: "@eslint/js@npm:9.10.0"
checksum: 10c2/60f81dc817cd165960eb3bf810cf4785abd0cd9f36a0cffbc4d5a0c897d515045736a544e1f8b220adf459b6237c1cf22b10673e4e0fb56f5cc08517be670f2d
"@eslint/js@npm:9.11.0, @eslint/js@npm:^9.9.1":
version: 9.11.0
resolution: "@eslint/js@npm:9.11.0"
checksum: 10c2/22a280f93df3c9052bbcb2a61938079c6204405f3bd256a5cf0d044b1da4a562619b642ecd6115a121a94488294bc7b36bcd883544e9dccb449c9975084faf6e
languageName: node
linkType: hard

Expand All @@ -478,12 +478,12 @@ __metadata:
languageName: node
linkType: hard

"@eslint/plugin-kit@npm:^0.1.0":
version: 0.1.0
resolution: "@eslint/plugin-kit@npm:0.1.0"
"@eslint/plugin-kit@npm:^0.2.0":
version: 0.2.0
resolution: "@eslint/plugin-kit@npm:0.2.0"
dependencies:
levn: "npm:^0.4.1"
checksum: 10c2/c2d1a6af6fc6acb9177b99604c2ebeb0195a368741db17c61d1b0941cc09180ed375488ae06a94cb37663eea7b5f49a340135523cd58237be8b9bcc378fe683c
checksum: 10c2/ecf7557508c87d894392fb16e399647c74b36a9ce4412b3eb21f702eab5eca2c32db6c27e93cd2bccc7fbd27dbf2933695001496a3a2651fc02d3a8e68e28186
languageName: node
linkType: hard

Expand Down Expand Up @@ -1360,7 +1360,7 @@ __metadata:
"@chyzwar/eslint-config": "npm:^0.2.29"
"@chyzwar/tsconfig": "npm:^0.2.29"
"@types/node": "npm:^22.5.5"
eslint: "npm:^9.10.0"
eslint: "npm:^9.11.0"
typescript: "npm:^5.6.2"
vitest: "npm:^2.1.1"
zod: "npm:^3.23.8"
Expand All @@ -1375,7 +1375,7 @@ __metadata:
"@chyzwar/tsconfig": "npm:^0.2.29"
"@systemd-js/conf": "npm:^0.4.0"
"@types/node": "npm:^22.5.5"
eslint: "npm:^9.10.0"
eslint: "npm:^9.11.0"
typescript: "npm:^5.6.2"
vitest: "npm:^2.1.1"
languageName: unknown
Expand All @@ -1392,8 +1392,8 @@ __metadata:
"@lerna-lite/publish": "npm:^3.9.1"
"@lerna-lite/version": "npm:^3.9.1"
"@types/node": "npm:^22.5.5"
conventional-changelog-conventionalcommits: "npm:^7.0.2"
eslint: "npm:^9.10.0"
conventional-changelog-conventionalcommits: "npm:^8.0.0"
eslint: "npm:^9.11.0"
husky: "npm:^9.1.6"
lint-staged: "npm:^15.2.10"
ts-node: "npm:^10.9.2"
Expand Down Expand Up @@ -2236,6 +2236,15 @@ __metadata:
languageName: node
linkType: hard

"conventional-changelog-conventionalcommits@npm:^8.0.0":
version: 8.0.0
resolution: "conventional-changelog-conventionalcommits@npm:8.0.0"
dependencies:
compare-func: "npm:^2.0.0"
checksum: 10c2/767b40c4d56d71939d9e46148c21d7bae7fb155d21effbbfa46b7ce4e21261f045175267e0626546a002eda6f6d6575524db9a3cf1288f1bdf1214ec1fbbe242
languageName: node
linkType: hard

"conventional-changelog-core@npm:^7.0.0":
version: 7.0.0
resolution: "conventional-changelog-core@npm:7.0.0"
Expand Down Expand Up @@ -2686,16 +2695,16 @@ __metadata:
languageName: node
linkType: hard

"eslint@npm:^9.10.0":
version: 9.10.0
resolution: "eslint@npm:9.10.0"
"eslint@npm:^9.11.0":
version: 9.11.0
resolution: "eslint@npm:9.11.0"
dependencies:
"@eslint-community/eslint-utils": "npm:^4.2.0"
"@eslint-community/regexpp": "npm:^4.11.0"
"@eslint/config-array": "npm:^0.18.0"
"@eslint/eslintrc": "npm:^3.1.0"
"@eslint/js": "npm:9.10.0"
"@eslint/plugin-kit": "npm:^0.1.0"
"@eslint/js": "npm:9.11.0"
"@eslint/plugin-kit": "npm:^0.2.0"
"@humanwhocodes/module-importer": "npm:^1.0.1"
"@humanwhocodes/retry": "npm:^0.3.0"
"@nodelib/fs.walk": "npm:^1.2.8"
Expand Down Expand Up @@ -2731,7 +2740,7 @@ __metadata:
optional: true
bin:
eslint: bin/eslint.js
checksum: 10c2/502e18ecea3e773c1270b5474de4341a3c6f8f925c3ffda645044c3932c64bac62b808690f59c0762b9f5ae57627c2275b990cb2eaaaa960b60872a9b984c0a1
checksum: 10c2/715dce02b76ad75236dbaf1d64d0a1de28a8136f4c96fa1e6b90f78204374de5286099d7f316eddf905b4ea10b68b4c7b4c483d7e9db5f12917db7af28f757e0
languageName: node
linkType: hard

Expand Down

0 comments on commit 2f4df62

Please sign in to comment.