Skip to content

Commit 4b07662

Browse files
renovate[bot]autofix-ci[bot]JounQin
authored
chore(deps): update all dependencies (#38)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: JounQin <[email protected]>
1 parent 8ed3c86 commit 4b07662

File tree

12 files changed

+820
-2006
lines changed

12 files changed

+820
-2006
lines changed

.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2020

2121
- name: Setup Node.js LTS
22-
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
22+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2323
with:
2424
node-version: lts/*
2525
cache: yarn

.github/workflows/ci.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2727

2828
- name: Setup Node.js ${{ matrix.node }}
29-
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
29+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
3030
with:
3131
node-version: ${{ matrix.node }}
3232
cache: yarn
@@ -43,11 +43,14 @@ jobs:
4343
PARSER_NO_WATCH: true
4444

4545
- name: Codecov
46-
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5
46+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
4747
with:
4848
token: ${{ secrets.CODECOV_TOKEN }}
4949

50-
- name: Codacy Coverage
51-
uses: codacy/codacy-coverage-reporter-action@89d6c85cfafaec52c72b6c5e8b2878d33104c699 # v1
50+
- name: Run codacy-coverage-reporter
51+
# bad Windows -- https://github.com/codacy/codacy-coverage-reporter-action/issues/91
52+
if: ${{ !github.event.pull_request.head.repo.fork && matrix.os != 'windows-latest' }}
53+
uses: codacy/codacy-coverage-reporter-action@89d6c85cfafaec52c72b6c5e8b2878d33104c699 # v1.3.0
54+
continue-on-error: true
5255
with:
5356
api-token: ${{ secrets.CODACY_API_TOKEN }}

.github/workflows/pkg-pr-new.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1717

1818
- name: Setup Node.js LTS
19-
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
19+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2020
with:
2121
node-version: lts/*
2222
cache: yarn

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fetch-depth: 0
2727

2828
- name: Setup Node.js LTS
29-
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
29+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
3030
with:
3131
node-version: lts/*
3232
cache: yarn

.github/workflows/size-limit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1818

1919
- name: Setup Node.js LTS
20-
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
20+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2121
with:
2222
node-version: lts/*
2323
cache: yarn

.lintstagedrc.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

.nano-staged.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export { default } from '@1stg/nano-staged/tsc'

.yarn/releases/yarn-4.9.0.cjs renamed to .yarn/releases/yarn-4.9.1.cjs

Lines changed: 169 additions & 169 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ plugins:
77
path: .yarn/plugins/plugin-prepare-lifecycle.cjs
88
spec: 'https://github.com/un-es/yarn-plugin-prepare-lifecycle/releases/download/v0.0.1/index.js'
99

10-
yarnPath: .yarn/releases/yarn-4.9.0.cjs
10+
yarnPath: .yarn/releases/yarn-4.9.1.cjs

package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"workspaces": [
1010
"packages/**"
1111
],
12-
"packageManager": "[email protected].0",
12+
"packageManager": "[email protected].1",
1313
"scripts": {
1414
"build": "run-p 'build:*'",
1515
"build:r": "r -f cjs",
@@ -28,18 +28,18 @@
2828
"version": "changeset version && yarn --no-immutable"
2929
},
3030
"devDependencies": {
31-
"@1stg/common-config": "^12.0.1",
31+
"@1stg/common-config": "^13.0.1",
3232
"@changesets/changelog-github": "^0.5.1",
33-
"@changesets/cli": "^2.28.1",
33+
"@changesets/cli": "^2.29.2",
3434
"@commitlint/cli": "^19.8.0",
3535
"@deeplx/core": "workspace:*",
3636
"@octokit/request": "^9.2.3",
37-
"@pkgr/rollup": "^6.0.2",
38-
"@types/web": "^0.0.217",
37+
"@pkgr/rollup": "^6.0.3",
38+
"@types/web": "^0.0.219",
3939
"@vercel/node": "^5.1.14",
4040
"@vitest/coverage-istanbul": "^3.1.1",
4141
"eslint": "^9.24.0",
42-
"lint-staged": "^15.5.1",
42+
"nano-staged": "^0.8.0",
4343
"npm-run-all2": "^7.0.2",
4444
"prettier": "^3.5.3",
4545
"rimraf": "^6.0.1",
@@ -54,7 +54,6 @@
5454
"yarn-berry-deduplicate": "^6.1.1"
5555
},
5656
"resolutions": {
57-
"es5-ext": "npm:@unes/es5-ext@latest",
5857
"prettier": "^3.5.3"
5958
},
6059
"typeCoverage": {

0 commit comments

Comments
 (0)