File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -441,7 +441,7 @@ import moduleFs from "fs";
441441 "type": "git",
442442 "url": "https://github.com/jslint-org/jslint.git"
443443 },
444- "version": "2024.6.1 "
444+ "version": "2024.6.28 "
445445 }, undefined, 4)
446446 }
447447 ].map(async function ({
Original file line number Diff line number Diff line change 77- jslint - add new warning requiring paren around plus-separated concatenations.
88- jslint - try to improve parser to be able to parse jquery.js without stopping.
99
10- # v2024.6.1-beta
11- - jslint - Remove unnecessary shell-function shCurlExe().
10+ # v2024.6.28
1211- coverage - Fix coverage-function v8CoverageReportCreate() throwing error EINVAL in latest nodejs-security-patch, when running win32-coverage with npm.cmd.
12+ - jslint - Remove unnecessary shell-function shCurlExe().
1313
1414# v2024.3.26
1515- ci - Add shell-functions shGitPullrequestCleanup(), shGitPullrequest() to automatically cleanup or create-and-push github-pull-commit to origin/alpha.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Douglas Crockford <douglas@crockford.com>
33
44
55# Status
6- | Branch | [ master<br >(v2024.3.26 )] ( https://github.com/jslint-org/jslint/tree/master ) | [ beta<br >(Web Demo)] ( https://github.com/jslint-org/jslint/tree/beta ) | [ alpha<br >(Development)] ( https://github.com/jslint-org/jslint/tree/alpha ) |
6+ | Branch | [ master<br >(v2024.6.28 )] ( https://github.com/jslint-org/jslint/tree/master ) | [ beta<br >(Web Demo)] ( https://github.com/jslint-org/jslint/tree/beta ) | [ alpha<br >(Development)] ( https://github.com/jslint-org/jslint/tree/alpha ) |
77| --:| :--:| :--:| :--:|
88| CI | [ ![ ci] ( https://github.com/jslint-org/jslint/actions/workflows/ci.yml/badge.svg?branch=master )] ( https://github.com/jslint-org/jslint/actions?query=branch%3Amaster ) | [ ![ ci] ( https://github.com/jslint-org/jslint/actions/workflows/ci.yml/badge.svg?branch=beta )] ( https://github.com/jslint-org/jslint/actions?query=branch%3Abeta ) | [ ![ ci] ( https://github.com/jslint-org/jslint/actions/workflows/ci.yml/badge.svg?branch=alpha )] ( https://github.com/jslint-org/jslint/actions?query=branch%3Aalpha ) |
99| Coverage | [ ![ coverage] ( https://jslint-org.github.io/jslint/branch-master/.artifact/coverage/coverage_badge.svg )] ( https://jslint-org.github.io/jslint/branch-master/.artifact/coverage/index.html ) | [ ![ coverage] ( https://jslint-org.github.io/jslint/branch-beta/.artifact/coverage/coverage_badge.svg )] ( https://jslint-org.github.io/jslint/branch-beta/.artifact/coverage/index.html ) | [ ![ coverage] ( https://jslint-org.github.io/jslint/branch-alpha/.artifact/coverage/coverage_badge.svg )] ( https://jslint-org.github.io/jslint/branch-alpha/.artifact/coverage/index.html ) |
@@ -963,7 +963,7 @@ this PR will additionally:
963963- ` git push upstream alpha -f `
964964 - verify ci-success for upstream-branch-alpha
965965 - https://github.com/jslint-org/jslint/actions
966- - goto https://github.com/jslint-org/jslint/compare/beta...kaizhu256:jslint:branch-v2024.3.26
966+ - goto https://github.com/jslint-org/jslint/compare/beta...kaizhu256:jslint:branch-v2024.6.28
967967- click ` Create pull request `
968968- input ` Add a title ` with: ` # v20yy.mm.dd `
969969- input ` Add a description ` with:
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ let jslint_charset_ascii = (
163163 + "@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_"
164164 + "`abcdefghijklmnopqrstuvwxyz{|}~\u007f"
165165) ;
166- let jslint_edition = "v2024.6.1-beta " ;
166+ let jslint_edition = "v2024.6.28 " ;
167167let jslint_export ; // The jslint object to be exported.
168168let jslint_fudge = 1 ; // Fudge starting line and starting
169169 // ... column to 1.
Original file line number Diff line number Diff line change 3535 "shCiArtifactUpload" : 1 ,
3636 "shCiPublishNpm" : 1 ,
3737 "type" : " module" ,
38- "version" : " 2024.6.1-beta "
38+ "version" : " 2024.6.28 "
3939}
You can’t perform that action at this time.
0 commit comments