Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:

steps:
- name: 🛑 Cancel Previous Running Workflows
uses: styfle/cancel-workflow-action@0.9.1
uses: styfle/cancel-workflow-action@a40b8845c0683271d9f53dfcb887a7e181d3918b # 0.9.1

- name: 🛎️ Checkout
uses: actions/checkout@v2.4.0
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2.4.0

- name: 📦 Use NodeJS ${{ matrix.node }}
uses: actions/setup-node@v2.5.1
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 # v2.5.1
with:
node-version: ${{ matrix.node }}
cache: yarn
Expand All @@ -51,7 +51,7 @@ jobs:
run: yarn test

- name: ♻ Cache dist Directory for Publish
uses: actions/cache@v2.1.7
uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed # v2.1.7
with:
path: |
**/dist/**/*
Expand All @@ -71,23 +71,23 @@ jobs:

steps:
- name: 🛑 Cancel Previous Running Workflows
uses: styfle/cancel-workflow-action@0.9.1
uses: styfle/cancel-workflow-action@a40b8845c0683271d9f53dfcb887a7e181d3918b # 0.9.1

- name: 🛎️ Checkout
uses: actions/checkout@v2.4.0
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2.4.0
with:
fetch-depth: 0

- name: 📦 Use NodeJS LTS
uses: actions/setup-node@v2.5.1
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 # v2.5.1
with:
node-version: ${{ matrix.node }}
cache: yarn
cache-dependency-path: "**/yarn.lock"

- name: ♻ Restore dist Directory for Publish
id: restore-dist
uses: actions/cache@v2.1.7
uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed # v2.1.7
with:
path: |
**/dist/**/*
Expand Down
2 changes: 1 addition & 1 deletion configs/commitlint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"conventional-changelog-conventionalcommits": "^4.6.3"
},
"devDependencies": {
"@commitlint/types": "^15.0.0"
"@commitlint/types": "15.0.0"
},
"peerDependencies": {
"@commitlint/cli": "^15.0",
Expand Down
2 changes: 1 addition & 1 deletion configs/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
},
"devDependencies": {
"@types/confusing-browser-globals": "^1.0.0",
"eslint-find-rules": "^4.0.0"
"eslint-find-rules": "4.0.0"
},
"peerDependencies": {
"eslint": "^8.4",
Expand Down
4 changes: 2 additions & 2 deletions configs/semantic-release/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
"devDependencies": {
"@types/conventional-changelog-writer": "^4.0.1",
"@types/conventional-commits-parser": "^3.0.2",
"conventional-changelog-writer": "^5.0.0",
"conventional-commits-parser": "^3.2.3"
"conventional-changelog-writer": "5.0.0",
"conventional-commits-parser": "3.2.3"
},
"peerDependencies": {
"semantic-release": "^18.0",
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,18 @@
"postinstall": "husky install"
},
"devDependencies": {
"@commitlint/cli": "^15.0.0",
"@commitlint/cz-commitlint": "^15.0.0",
"@commitlint/cli": "15.0.0",
"@commitlint/cz-commitlint": "15.0.0",
"@types/semantic-release": "^17.2.3",
"commitizen": "^4.2.4",
"commitizen": "4.2.4",
"eslint": "^8.4.1",
"husky": "^7.0.4",
"inquirer": "^8.2.0",
"lint-staged": "^12.1.4",
"husky": "7.0.4",
"inquirer": "8.2.0",
"lint-staged": "12.1.4",
"prettier": "^2.5.1",
"semantic-release": "^18.0.1",
"semantic-release-monorepo": "^7.0.5",
"typescript": "^4.5.4"
"semantic-release-monorepo": "7.0.5",
"typescript": "4.5.4"
},
"eslintConfig": {
"extends": "@latipun7"
Expand Down
86 changes: 43 additions & 43 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ __metadata:
languageName: node
linkType: hard

"@commitlint/cli@npm:^15.0.0":
"@commitlint/cli@npm:15.0.0":
version: 15.0.0
resolution: "@commitlint/cli@npm:15.0.0"
dependencies:
Expand All @@ -70,7 +70,7 @@ __metadata:
languageName: node
linkType: hard

"@commitlint/cz-commitlint@npm:^15.0.0":
"@commitlint/cz-commitlint@npm:15.0.0":
version: 15.0.0
resolution: "@commitlint/cz-commitlint@npm:15.0.0"
dependencies:
Expand Down Expand Up @@ -260,21 +260,21 @@ __metadata:
languageName: node
linkType: hard

"@commitlint/types@npm:^14.0.0":
version: 14.0.0
resolution: "@commitlint/types@npm:14.0.0"
"@commitlint/types@npm:15.0.0, @commitlint/types@npm:^15.0.0":
version: 15.0.0
resolution: "@commitlint/types@npm:15.0.0"
dependencies:
chalk: ^4.0.0
checksum: e9164cfdb0e24f8427e1633fe5bc1866fb71b0f626922d8c5c8233a357faf55fd840cf7cd74f86d5947c84e39b57c214c146fd2c17c4f75e551a4ff6e8d22fa7
checksum: 42fd34a71a226703f01c567d4e3b96ba289763e78a358e8f0281bd55d2cb9e3d618f8e6a5643eb8cd0ae758b8e18497a6ab91cf5b38dbb464882be29be89d1c8
languageName: node
linkType: hard

"@commitlint/types@npm:^15.0.0":
version: 15.0.0
resolution: "@commitlint/types@npm:15.0.0"
"@commitlint/types@npm:^14.0.0":
version: 14.0.0
resolution: "@commitlint/types@npm:14.0.0"
dependencies:
chalk: ^4.0.0
checksum: 42fd34a71a226703f01c567d4e3b96ba289763e78a358e8f0281bd55d2cb9e3d618f8e6a5643eb8cd0ae758b8e18497a6ab91cf5b38dbb464882be29be89d1c8
checksum: e9164cfdb0e24f8427e1633fe5bc1866fb71b0f626922d8c5c8233a357faf55fd840cf7cd74f86d5947c84e39b57c214c146fd2c17c4f75e551a4ff6e8d22fa7
languageName: node
linkType: hard

Expand Down Expand Up @@ -345,7 +345,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@latipun7/commitlintrc@workspace:configs/commitlint"
dependencies:
"@commitlint/types": ^15.0.0
"@commitlint/types": 15.0.0
conventional-changelog-conventionalcommits: ^4.6.3
peerDependencies:
"@commitlint/cli": ^15.0
Expand All @@ -372,7 +372,7 @@ __metadata:
"@typescript-eslint/parser": ^5.6.0
confusing-browser-globals: ^1.0.11
eslint-config-prettier: ^8.3.0
eslint-find-rules: ^4.0.0
eslint-find-rules: 4.0.0
eslint-import-resolver-typescript: ^2.5.0
eslint-plugin-import: ^2.25.3
eslint-plugin-jest: ^25.3.0
Expand Down Expand Up @@ -403,8 +403,8 @@ __metadata:
"@types/conventional-changelog-writer": ^4.0.1
"@types/conventional-commits-parser": ^3.0.2
conventional-changelog-conventionalcommits: ^4.6.3
conventional-changelog-writer: ^5.0.0
conventional-commits-parser: ^3.2.3
conventional-changelog-writer: 5.0.0
conventional-commits-parser: 3.2.3
read-pkg: ^5.2.0
semantic-release-vsce: ^3.5.0
peerDependencies:
Expand Down Expand Up @@ -2166,7 +2166,7 @@ __metadata:
languageName: node
linkType: hard

"commitizen@npm:^4.0.3, commitizen@npm:^4.2.4":
"commitizen@npm:4.2.4, commitizen@npm:^4.0.3":
version: 4.2.4
resolution: "commitizen@npm:4.2.4"
dependencies:
Expand Down Expand Up @@ -2251,7 +2251,7 @@ __metadata:
languageName: node
linkType: hard

"conventional-changelog-writer@npm:^5.0.0":
"conventional-changelog-writer@npm:5.0.0, conventional-changelog-writer@npm:^5.0.0":
version: 5.0.0
resolution: "conventional-changelog-writer@npm:5.0.0"
dependencies:
Expand Down Expand Up @@ -2287,7 +2287,7 @@ __metadata:
languageName: node
linkType: hard

"conventional-commits-parser@npm:^3.0.0, conventional-commits-parser@npm:^3.2.2, conventional-commits-parser@npm:^3.2.3":
"conventional-commits-parser@npm:3.2.3, conventional-commits-parser@npm:^3.0.0, conventional-commits-parser@npm:^3.2.2, conventional-commits-parser@npm:^3.2.3":
version: 3.2.3
resolution: "conventional-commits-parser@npm:3.2.3"
dependencies:
Expand Down Expand Up @@ -2906,7 +2906,7 @@ __metadata:
languageName: node
linkType: hard

"eslint-find-rules@npm:^4.0.0":
"eslint-find-rules@npm:4.0.0":
version: 4.0.0
resolution: "eslint-find-rules@npm:4.0.0"
dependencies:
Expand Down Expand Up @@ -4090,7 +4090,7 @@ __metadata:
languageName: node
linkType: hard

"husky@npm:^7.0.4":
"husky@npm:7.0.4":
version: 7.0.4
resolution: "husky@npm:7.0.4"
bin:
Expand Down Expand Up @@ -4268,7 +4268,7 @@ __metadata:
languageName: node
linkType: hard

"inquirer@npm:^8.2.0":
"inquirer@npm:8.2.0":
version: 8.2.0
resolution: "inquirer@npm:8.2.0"
dependencies:
Expand Down Expand Up @@ -4990,18 +4990,18 @@ __metadata:
version: 0.0.0-use.local
resolution: "library@workspace:."
dependencies:
"@commitlint/cli": ^15.0.0
"@commitlint/cz-commitlint": ^15.0.0
"@commitlint/cli": 15.0.0
"@commitlint/cz-commitlint": 15.0.0
"@types/semantic-release": ^17.2.3
commitizen: ^4.2.4
commitizen: 4.2.4
eslint: ^8.4.1
husky: ^7.0.4
inquirer: ^8.2.0
lint-staged: ^12.1.4
husky: 7.0.4
inquirer: 8.2.0
lint-staged: 12.1.4
prettier: ^2.5.1
semantic-release: ^18.0.1
semantic-release-monorepo: ^7.0.5
typescript: ^4.5.4
semantic-release-monorepo: 7.0.5
typescript: 4.5.4
languageName: unknown
linkType: soft

Expand All @@ -5028,7 +5028,7 @@ __metadata:
languageName: node
linkType: hard

"lint-staged@npm:^12.1.4":
"lint-staged@npm:12.1.4":
version: 12.1.4
resolution: "lint-staged@npm:12.1.4"
dependencies:
Expand Down Expand Up @@ -7237,7 +7237,7 @@ __metadata:
languageName: node
linkType: hard

"semantic-release-monorepo@npm:^7.0.5":
"semantic-release-monorepo@npm:7.0.5":
version: 7.0.5
resolution: "semantic-release-monorepo@npm:7.0.5"
dependencies:
Expand Down Expand Up @@ -8225,6 +8225,16 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:4.5.4":
version: 4.5.4
resolution: "typescript@npm:4.5.4"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 59f3243f9cd6fe3161e6150ff6bf795fc843b4234a655dbd938a310515e0d61afd1ac942799e7415e4334255e41c2c49b7dd5d9fd38a17acd25a6779ca7e0961
languageName: node
linkType: hard

"typescript@npm:^4.4.3":
version: 4.4.4
resolution: "typescript@npm:4.4.4"
Expand All @@ -8235,13 +8245,13 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:^4.5.4":
"typescript@patch:typescript@4.5.4#~builtin<compat/typescript>":
version: 4.5.4
resolution: "typescript@npm:4.5.4"
resolution: "typescript@patch:typescript@npm%3A4.5.4#~builtin<compat/typescript>::version=4.5.4&hash=493e53"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 59f3243f9cd6fe3161e6150ff6bf795fc843b4234a655dbd938a310515e0d61afd1ac942799e7415e4334255e41c2c49b7dd5d9fd38a17acd25a6779ca7e0961
checksum: 2e488dde7d2c4a2fa2e79cf2470600f8ce81bc0563c276b72df8ff412d74456ae532ba824650ae936ce207440c79720ddcfaa25e3cb4477572b8534fa4e34d49
languageName: node
linkType: hard

Expand All @@ -8255,16 +8265,6 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@^4.5.4#~builtin<compat/typescript>":
version: 4.5.4
resolution: "typescript@patch:typescript@npm%3A4.5.4#~builtin<compat/typescript>::version=4.5.4&hash=493e53"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 2e488dde7d2c4a2fa2e79cf2470600f8ce81bc0563c276b72df8ff412d74456ae532ba824650ae936ce207440c79720ddcfaa25e3cb4477572b8534fa4e34d49
languageName: node
linkType: hard

"uc.micro@npm:^1.0.1, uc.micro@npm:^1.0.5":
version: 1.0.6
resolution: "uc.micro@npm:1.0.6"
Expand Down
Loading