File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@v4
1717 - uses : actions/setup-node@v4
1818 with :
19- node-version : 18
19+ node-version : 20
2020 cache : ' npm'
2121 - name : Install
2222 run : npm install
3030 - uses : actions/checkout@v4
3131 - uses : actions/setup-node@v4
3232 with :
33- node-version : 18
33+ node-version : 20
3434 cache : ' npm'
3535 - name : Install
3636 run : npm install
4646 runs-on : ubuntu-latest
4747 strategy :
4848 matrix :
49- node : [18, 20, 22]
49+ node : [20, 22, 24 ]
5050 steps :
5151 - uses : actions/checkout@v4
5252 - uses : actions/setup-node@v4
@@ -59,27 +59,27 @@ jobs:
5959 run : npm run test:all -- --runInBand
6060
6161 test_macos :
62- name : Test on MacOS with Node 18
62+ name : Test on MacOS with Node 20
6363 runs-on : macos-latest
6464 steps :
6565 - uses : actions/checkout@v4
6666 - uses : actions/setup-node@v4
6767 with :
68- node-version : 18
68+ node-version : 20
6969 cache : ' npm'
7070 - name : Install
7171 run : npm install
7272 - name : Run tests
7373 run : npm run test:all -- --runInBand
7474
7575 test_windows :
76- name : Test on Windows with Node 18
76+ name : Test on Windows with Node 20
7777 runs-on : windows-latest
7878 steps :
7979 - uses : actions/checkout@v4
8080 - uses : actions/setup-node@v4
8181 with :
82- node-version : 18
82+ node-version : 20
8383 cache : ' npm'
8484 - name : Install
8585 run : npm install
Original file line number Diff line number Diff line change 1- 18
1+ 20
Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2024 prettier-solidity
3+ Copyright (c) 2025 prettier-solidity
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 8080 },
8181 "homepage" : " https://github.com/prettier-solidity/prettier-plugin-solidity#readme" ,
8282 "engines" : {
83- "node" : " >=18 "
83+ "node" : " >=20 "
8484 },
8585 "devDependencies" : {
8686 "@babel/code-frame" : " ^7.27.1" ,
8787 "@eslint/eslintrc" : " ^3.3.1" ,
88- "@eslint/js" : " ^9.26 .0" ,
88+ "@eslint/js" : " ^9.28 .0" ,
8989 "@types/jest" : " ^29.5.14" ,
9090 "@types/semver" : " ^7.7.0" ,
91- "@typescript-eslint/eslint-plugin" : " ^8.32.0 " ,
92- "@typescript-eslint/parser" : " ^8.32.0 " ,
91+ "@typescript-eslint/eslint-plugin" : " ^8.33.1 " ,
92+ "@typescript-eslint/parser" : " ^8.33.1 " ,
9393 "c8" : " ^10.1.3" ,
9494 "cross-env" : " ^7.0.3" ,
95- "eslint" : " ^9.26 .0" ,
95+ "eslint" : " ^9.28 .0" ,
9696 "eslint-config-prettier" : " ^10.1.5" ,
9797 "esm-utils" : " ^4.4.2" ,
98- "globals" : " ^16.1 .0" ,
98+ "globals" : " ^16.2 .0" ,
9999 "jest" : " ^29.7.0" ,
100100 "jest-light-runner" : " ^0.7.8" ,
101101 "jest-snapshot-serializer-ansi" : " ^2.2.1" ,
107107 "ts-loader" : " ^9.5.2" ,
108108 "ts-node" : " ^10.9.2" ,
109109 "typescript" : " ^5.8.3" ,
110- "webpack" : " ^5.99.8 " ,
110+ "webpack" : " ^5.99.9 " ,
111111 "webpack-cli" : " ^6.0.1"
112112 },
113113 "dependencies" : {
114114 "@nomicfoundation/slang" : " 1.2.0" ,
115115 "@solidity-parser/parser" : " ^0.20.1" ,
116- "semver" : " ^7.7.1 "
116+ "semver" : " ^7.7.2 "
117117 },
118118 "peerDependencies" : {
119119 "prettier" : " >=3.0.0"
You can’t perform that action at this time.
0 commit comments