Skip to content

Commit 75d7e6e

Browse files
authored
chore: use new txo tsconfig and update workflow (#416)
* chore: update github actions * chore: bump tsconfig * chore: use correct workflow according to visibility * chore: update yarn.lock
1 parent cab285e commit 75d7e6e

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/resolve-yarn-lock.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
name: '/'
1010
if: contains(github.event.comment.body, '/resolve yarn.lock')
1111
uses: technology-studio/github-workflows/.github/workflows/_resolve-yarn-lock.yml@main
12+
secrets: inherit
1213
with:
1314
pr_number: ${{ github.event.issue.number }}
1415
repo: ${{ github.repository }}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"eslint-plugin-react-hooks": "^4.6.0"
3535
},
3636
"devDependencies": {
37-
"@txo/commitlint": "^1.0.7",
38-
"@txo/semantic-release": "^1.0.3",
37+
"@txo/commitlint": "^1.0.6",
38+
"@txo/semantic-release": "^1.0.2",
3939
"@txo/tsconfig": "^1.1.1",
4040
"@types/eslint": "^8.44.7",
4141
"@types/jest": "^29.5.8",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1411,7 +1411,7 @@
14111411
"@tufjs/canonical-json" "2.0.0"
14121412
minimatch "^9.0.3"
14131413

1414-
"@txo/commitlint@^1.0.7":
1414+
"@txo/commitlint@^1.0.6":
14151415
version "1.0.7"
14161416
resolved "https://registry.yarnpkg.com/@txo/commitlint/-/commitlint-1.0.7.tgz#257b96df1f563b0694e4c7bbce4a39abf516ee33"
14171417
integrity sha512-kwmk5sgUCifljijIYUGnNhosrCyvsp4stlTlVrQEydgPNieADuVXf0+yhHgYqWaFJb2fMjgScLrK/XVc5JHbSg==
@@ -1420,7 +1420,7 @@
14201420
"@commitlint/config-conventional" "^18.4.2"
14211421
commitizen "^4.3.0"
14221422

1423-
"@txo/semantic-release@^1.0.3":
1423+
"@txo/semantic-release@^1.0.2":
14241424
version "1.0.3"
14251425
resolved "https://registry.yarnpkg.com/@txo/semantic-release/-/semantic-release-1.0.3.tgz#3feaf9f65c25c087fa242e2f9732fa38a179533b"
14261426
integrity sha512-M3D1Q9fnyXGvsqaN/rG0cqyD0b+XevEI6SVgvRqLRZi84gyRVFBfz/7QWWLqmowZxnqA0SslgXFY8Cc6E0LbFw==

0 commit comments

Comments
 (0)