File tree 5 files changed +329
-326
lines changed
5 files changed +329
-326
lines changed Original file line number Diff line number Diff line change 36
36
echo "EOF" >> $GITHUB_OUTPUT
37
37
- name : Create the release
38
38
if : steps.changelog.outputs.changelog_content != ''
39
- uses : softprops/action-gh-release@v1
39
+ uses : softprops/action-gh-release@v2
40
40
with :
41
41
name : ${{ github.ref_name }}
42
42
body : ' ${{ steps.changelog.outputs.changelog_content }}'
Original file line number Diff line number Diff line change 20
20
- name : Install Node.js
21
21
uses : actions/setup-node@v4
22
22
with :
23
- node-version : 22
23
+ node-version : 23
24
24
cache : pnpm
25
25
- name : Install dependencies
26
26
run : pnpm install --ignore-scripts
31
31
strategy :
32
32
matrix :
33
33
node-version :
34
+ - 22
34
35
- 20
35
36
- 18
36
37
name : Node.js ${{ matrix.node-version }} Quick
Original file line number Diff line number Diff line change 1
- let { equal, throws } = require ( 'uvu/assert' )
2
1
let { test } = require ( 'uvu' )
2
+ let { equal, throws } = require ( 'uvu/assert' )
3
3
let postcss = require ( 'postcss' ) . default
4
4
5
5
let plugin = require ( './' )
Original file line number Diff line number Diff line change 35
35
"postcss" : " ^8.2.14"
36
36
},
37
37
"dependencies" : {
38
- "postcss-selector-parser" : " ^6.1.1 "
38
+ "postcss-selector-parser" : " ^6.1.2 "
39
39
},
40
40
"devDependencies" : {
41
- "@logux/eslint-config" : " ^53.2 .1" ,
41
+ "@logux/eslint-config" : " ^53.4 .1" ,
42
42
"c8" : " ^10.1.2" ,
43
43
"clean-publish" : " ^5.0.0" ,
44
- "eslint" : " ^9.7 .0" ,
44
+ "eslint" : " ^9.12 .0" ,
45
45
"eslint-config-standard" : " ^17.1.0" ,
46
- "eslint-plugin-import" : " ^2.29.1 " ,
47
- "eslint-plugin-n" : " ^17.9.0 " ,
46
+ "eslint-plugin-import" : " ^2.31.0 " ,
47
+ "eslint-plugin-n" : " ^17.11.1 " ,
48
48
"eslint-plugin-node-import" : " ^1.0.4" ,
49
- "eslint-plugin-perfectionist" : " ^2.11.0 " ,
49
+ "eslint-plugin-perfectionist" : " ^3.9.1 " ,
50
50
"eslint-plugin-prefer-let" : " ^4.0.0" ,
51
- "eslint-plugin-promise" : " ^6.4 .0" ,
52
- "postcss" : " ^8.4.39 " ,
51
+ "eslint-plugin-promise" : " ^7.1 .0" ,
52
+ "postcss" : " ^8.4.47 " ,
53
53
"uvu" : " ^0.5.6"
54
54
},
55
55
"prettier" : {
You can’t perform that action at this time.
0 commit comments