File tree Expand file tree Collapse file tree 5 files changed +6
-4
lines changed Expand file tree Collapse file tree 5 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -441,7 +441,7 @@ import moduleFs from "fs";
441
441
"type": "git",
442
442
"url": "https://github.com/jslint-org/jslint.git"
443
443
},
444
- "version": "2024.12 .1"
444
+ "version": "2025.3 .1"
445
445
}, undefined, 4)
446
446
}
447
447
].map(async function ({
Original file line number Diff line number Diff line change 7
7
- jslint - add new warning requiring paren around plus-separated concatenations.
8
8
- jslint - try to improve parser to be able to parse jquery.js without stopping.
9
9
10
- # v2024.12.1-beta
10
+ # v2025.3.1-beta
11
+ - ubuntu-ci - bugfix - Fix out-of-date apt-list when installing graphicsmagick.
11
12
- jslint - Cleanup ci-shell-function shRollupFetch().
12
13
- jslint - Update ci-shell-function shDirHttplinkValidate() with pragma <\! !--novalidate--\> .
13
14
- ci - Upgrade nodejs used in ci to v22.
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ let jslint_charset_ascii = (
163
163
+ "@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_"
164
164
+ "`abcdefghijklmnopqrstuvwxyz{|}~\u007f"
165
165
) ;
166
- let jslint_edition = "v2024.12 .1-beta" ;
166
+ let jslint_edition = "v2025.3 .1-beta" ;
167
167
let jslint_export ; // The jslint object to be exported.
168
168
let jslint_fudge = 1 ; // Fudge starting line and starting
169
169
// ... column to 1.
Original file line number Diff line number Diff line change @@ -293,6 +293,7 @@ shCiArtifactUpload() {(set -e
293
293
# install graphicsmagick
294
294
if (! command -v gm > /dev/null)
295
295
then
296
+ sudo apt-get update
296
297
sudo apt-get install -y graphicsmagick
297
298
fi
298
299
# mkdir .artifact/
Original file line number Diff line number Diff line change 35
35
"shCiArtifactUpload" : 1 ,
36
36
"shCiPublishNpm" : 1 ,
37
37
"type" : " module" ,
38
- "version" : " 2024.12 .1-beta"
38
+ "version" : " 2025.3 .1-beta"
39
39
}
You can’t perform that action at this time.
0 commit comments