Skip to content

Commit 9d19c78

Browse files
committed
Update dependencies
1 parent 7beca13 commit 9d19c78

4 files changed

Lines changed: 12 additions & 238 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
id-token: write
1212
steps:
1313
- name: Checkout the repository
14-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
14+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1515
with:
1616
persist-credentials: false
1717
- name: Clean npm package
@@ -32,7 +32,7 @@ jobs:
3232
contents: write
3333
steps:
3434
- name: Checkout the repository
35-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
35+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3636
with:
3737
persist-credentials: false
3838
- name: Copy CHANGELOG.md to Releases

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout the repository
15-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
15+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1616
with:
1717
persist-credentials: false
1818
- name: Install Node.js & pnpm
@@ -34,7 +34,7 @@ jobs:
3434
name: Node.js ${{ matrix.node }} Quick
3535
steps:
3636
- name: Checkout the repository
37-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
37+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3838
with:
3939
persist-credentials: false
4040
- name: Install Node.js & pnpm
@@ -62,7 +62,7 @@ jobs:
6262
name: Node.js ${{ matrix.node }} Quick
6363
steps:
6464
- name: Checkout the repository
65-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
65+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
6666
with:
6767
persist-credentials: false
6868
- name: Install pnpm
@@ -86,7 +86,7 @@ jobs:
8686
name: Windows Quick
8787
steps:
8888
- name: Checkout the repository
89-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
89+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
9090
with:
9191
persist-credentials: false
9292
- name: Install pnpm

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
},
9696
"devDependencies": {
9797
"@logux/eslint-config": "^57.1.0",
98-
"@logux/oxc-configs": "^0.4.1",
98+
"@logux/oxc-configs": "^1.0.0",
9999
"@size-limit/preset-small-lib": "^12.1.0",
100100
"@types/node": "^26.1.1",
101101
"actions-up": "^1.16.0",
@@ -106,7 +106,6 @@
106106
"multiocular": "^0.8.4",
107107
"nanodelay": "^1.0.8",
108108
"nanospy": "^2.0.2",
109-
"oxfmt": "^0.59.0",
110109
"postcss-parser-tests": "^8.9.0",
111110
"simple-git-hooks": "^2.13.1",
112111
"size-limit": "^12.1.0",

pnpm-lock.yaml

Lines changed: 5 additions & 230 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)