Skip to content

Commit a0f701b

Browse files
committed
Update dependencies
1 parent bb935eb commit a0f701b

4 files changed

Lines changed: 213 additions & 208 deletions

File tree

.github/workflows/test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
- name: Checkout the repository
1515
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1616
- name: Install pnpm
17-
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
17+
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
1818
with:
1919
version: 11
2020
- name: Install Node.js
21-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
21+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
2222
with:
2323
node-version: 26
2424
cache: pnpm
@@ -38,11 +38,11 @@ jobs:
3838
- name: Checkout the repository
3939
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4040
- name: Install pnpm
41-
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
41+
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
4242
with:
4343
version: 11
4444
- name: Install Node.js ${{ matrix.node-version }}
45-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
45+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
4646
with:
4747
node-version: ${{ matrix.node-version }}
4848
cache: pnpm
@@ -66,13 +66,13 @@ jobs:
6666
- name: Checkout the repository
6767
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6868
- name: Install pnpm
69-
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
69+
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
7070
with:
7171
version: 3
7272
env:
7373
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
7474
- name: Install Node.js ${{ matrix.node-version }}
75-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
75+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
7676
with:
7777
node-version: ${{ matrix.node-version }}
7878
- name: Install dependencies

oxlint.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export default defineConfig({
99
'typescript/no-base-to-string': 'off',
1010
'typescript/consistent-type-imports': 'off',
1111
'typescript/restrict-template-expressions': 'off',
12+
'no-underscore-dangle': 'off',
1213
'no-console': 'off',
1314
'new-cap': 'off'
1415
},

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,24 +41,24 @@
4141
},
4242
"dependencies": {
4343
"browserslist": "^4.28.2",
44-
"caniuse-lite": "^1.0.30001787",
44+
"caniuse-lite": "^1.0.30001793",
4545
"fraction.js": "^5.3.4",
4646
"picocolors": "^1.1.1",
4747
"postcss-value-parser": "^4.2.0"
4848
},
4949
"devDependencies": {
50-
"@logux/oxc-configs": "^0.3.3",
50+
"@logux/oxc-configs": "^0.4.0",
5151
"@size-limit/preset-small-lib": "12.1.0",
52-
"actions-up": "^1.13.0",
52+
"actions-up": "^1.14.2",
5353
"c8": "^11.0.0",
54-
"clean-publish": "^6.0.5",
54+
"clean-publish": "^7.1.0",
5555
"eslint-plugin-prefer-let": "^4.2.2",
5656
"nanospy": "^1.0.0",
57-
"oxlint": "^1.60.0",
58-
"oxlint-tsgolint": "^0.20.0",
59-
"postcss": "^8.5.9",
57+
"oxlint": "^1.67.0",
58+
"oxlint-tsgolint": "^0.23.0",
59+
"postcss": "^8.5.15",
6060
"size-limit": "^12.1.0",
61-
"typescript": "^6.0.2",
61+
"typescript": "^6.0.3",
6262
"uvu": "^0.5.6"
6363
},
6464
"peerDependencies": {

0 commit comments

Comments
 (0)