File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # v0.5.1 (Sept 2nd, 2024)
2+
3+ ## Changelog
4+
5+ - #271 [ BUG] eslint ignoreFailures is not ignoring all failures
6+ - Now merges ` files ` and ` include ` from the tsconfig
7+ - Added more debug logging
8+ - Add ` fileNoFiles ` (defaults to true)
9+
110# v0.5.0 (July 21st, 2024)
211
312Bumping to 0.5.0 to align with the changes for grunt ts plugin to support inlining the tsconfig.
Original file line number Diff line number Diff line change 11{
22 "name" : " @nevware21/grunt-eslint-ts" ,
33 "description" : " ESLint TypeScript Validation Plugin for GruntJS" ,
4- "version" : " 0.5.0 " ,
4+ "version" : " 0.5.1 " ,
55 "homepage" : " https://github.com/nevware21/grunt-plugins" ,
66 "author" : {
77 "name" : " NevWare21 Solutions LLC" ,
4747 "@types/eslint" : " ^8.56.10" ,
4848 "@types/estree" : " ^1.0.1" ,
4949 "@types/grunt" : " ^0.4.27" ,
50- "@nevware21/grunt-plugins-shared-utils" : " 0.5.0 " ,
50+ "@nevware21/grunt-plugins-shared-utils" : " 0.5.1 " ,
5151 "@nevware21/grunt-eslint-ts" : " ^0.2.5" ,
5252 "@nevware21/grunt-ts-plugin" : " ^0.4.6" ,
5353 "grunt" : " ^1.5.3" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " grunt-plugins" ,
33 "description" : " Plugin for GruntJS" ,
4- "version" : " 0.5.0 " ,
4+ "version" : " 0.5.1 " ,
55 "homepage" : " https://github.com/nevware21/grunt-plugins" ,
66 "keywords" : [
77 " grunt" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @nevware21/grunt-plugins-shared-utils" ,
33 "description" : " Shared Utils GruntJS Plugins" ,
4- "version" : " 0.5.0 " ,
4+ "version" : " 0.5.1 " ,
55 "homepage" : " https://github.com/nevware21/grunt-plugins" ,
66 "license" : " MIT" ,
77 "keywords" : [
Original file line number Diff line number Diff line change 1+ # v0.5.1 (Sept 2nd, 2024)
2+
3+ ## Changelog
4+
5+ - #272 [ BUG] TsConfig file resolution ignores include if there is also a file node present
6+ - Now merges ` files ` and ` include ` from the tsconfig
7+ - Added more debug logging
8+
19# v0.5.0 (July 21st, 2024)
210
311## Changelog
Original file line number Diff line number Diff line change 11{
22 "name" : " @nevware21/grunt-ts-plugin" ,
33 "description" : " TypeScript Compilation Plugin for GruntJS" ,
4- "version" : " 0.5.0 " ,
4+ "version" : " 0.5.1 " ,
55 "homepage" : " https://github.com/nevware21/grunt-plugins" ,
66 "license" : " MIT" ,
77 "author" : {
5252 "devDependencies" : {
5353 "@istanbuljs/nyc-config-typescript" : " ^1.0.2" ,
5454 "@types/grunt" : " ^0.4.27" ,
55- "@nevware21/grunt-plugins-shared-utils" : " 0.5.0 " ,
55+ "@nevware21/grunt-plugins-shared-utils" : " 0.5.1 " ,
5656 "@nevware21/grunt-eslint-ts" : " ^0.2.5" ,
5757 "@nevware21/grunt-ts-plugin" : " ^0.4.6" ,
5858 "grunt" : " ^1.5.3" ,
You can’t perform that action at this time.
0 commit comments