Releases: nevware21/grunt-plugins
Releases · nevware21/grunt-plugins
ts-plugin-0.5.2
Changelog
- #335 [FIX] Resolve TypeScript compilation errors and dependency compatibility issues
- #369 [Breaking Change] Replace chai with @nevware21/tripwire testing framework
- #412 Upgrade grunt devDependency from ^1.5.3 to ^1.6.1
- #410 Bump all @nevware21 components to latest recommended versions
- #319 Add GitHub Copilot instructions for monorepo development workflow
- Update GitHub Actions (checkout v6, setup-node v6, codeql-action v4)
- Update CODEOWNERS file and team structure
- Multiple dependency updates (@types/node, @rollup components, sinon, and others)
What's Changed
- Create FUNDING.yml by @nev21 in #285
- fix: resolve TypeScript compilation errors and dependency compatibility issues by @nev21 in #335
- Update dependabot.yml by @nev21 in #283
- Bump cross-env from 7.0.3 to 10.1.0 in /eslint-ts-plugin by @dependabot[bot] in #361
- Bump github/codeql-action from 2 to 4 by @dependabot[bot] in #349
- Bump actions/setup-node from 4 to 6 by @dependabot[bot] in #347
- Bump actions/checkout from 4 to 6 by @dependabot[bot] in #348
- Bump @types/sinon from 17.0.4 to 21.0.0 in /eslint-ts-plugin by @dependabot[bot] in #362
- Bump sinon from 18.0.1 to 21.0.1 in /ts-plugin by @dependabot[bot] in #352
- Generate GitHub Copilot instructions for grunt-plugins monorepo development workflow by @Copilot in #319
- Add CODEOWNERS file for grunt-plugins approvers by @nev21 in #366
- Bump @rollup components to latest versions by @Copilot in #364
- Update CODEOWNERS to clarify approvers by @nev21 in #367
- Update CODEOWNERS to reflect new team structure by @nev21 in #368
- Bump @types/eslint from 8.44.9 to 8.56.12 in /shared by @dependabot[bot] in #351
- Bump ts-mocha from 10.1.0 to 11.1.0 in /eslint-ts-plugin by @dependabot[bot] in #360
- Bump @types/node from 18.19.130 to 25.2.2 in /shared by @dependabot[bot] in #371
- chore: Replace chai with @nevware21/tripwire by @Copilot in #369
- Bump @nevware21/tripwire to minimum v0.1.7 by @Copilot in #394
- chore: Bump all @nevware21 components to latest recommended versions by @Copilot in #410
- Upgrade grunt devDependency from ^1.5.3 to ^1.6.1 across all packages by @Copilot in #412
- [Release] Increase version to 0.5.2 by @nev21 in #413
Full Changelog: tslint-ts-0.5.1...ts-plugin-0.5.2
eslint-ts-0.5.2
Changelog
- #335 [FIX] Resolve TypeScript compilation errors and dependency compatibility issues
- #369 [Breaking Change] Replace chai with @nevware21/tripwire testing framework
- #412 Upgrade grunt devDependency from ^1.5.3 to ^1.6.1
- #410 Bump all @nevware21 components to latest recommended versions
- #319 Add GitHub Copilot instructions for monorepo development workflow
- Update GitHub Actions (checkout v6, setup-node v6, codeql-action v4)
- Update CODEOWNERS file and team structure
- Multiple dependency updates (@types/node, @types/sinon, ts-mocha, cross-env, @rollup components, and others)
What's Changed
- Create FUNDING.yml by @nev21 in #285
- fix: resolve TypeScript compilation errors and dependency compatibility issues by @nev21 in #335
- Update dependabot.yml by @nev21 in #283
- Bump cross-env from 7.0.3 to 10.1.0 in /eslint-ts-plugin by @dependabot[bot] in #361
- Bump github/codeql-action from 2 to 4 by @dependabot[bot] in #349
- Bump actions/setup-node from 4 to 6 by @dependabot[bot] in #347
- Bump actions/checkout from 4 to 6 by @dependabot[bot] in #348
- Bump @types/sinon from 17.0.4 to 21.0.0 in /eslint-ts-plugin by @dependabot[bot] in #362
- Bump sinon from 18.0.1 to 21.0.1 in /ts-plugin by @dependabot[bot] in #352
- Generate GitHub Copilot instructions for grunt-plugins monorepo development workflow by @Copilot in #319
- Add CODEOWNERS file for grunt-plugins approvers by @nev21 in #366
- Bump @rollup components to latest versions by @Copilot in #364
- Update CODEOWNERS to clarify approvers by @nev21 in #367
- Update CODEOWNERS to reflect new team structure by @nev21 in #368
- Bump @types/eslint from 8.44.9 to 8.56.12 in /shared by @dependabot[bot] in #351
- Bump ts-mocha from 10.1.0 to 11.1.0 in /eslint-ts-plugin by @dependabot[bot] in #360
- Bump @types/node from 18.19.130 to 25.2.2 in /shared by @dependabot[bot] in #371
- chore: Replace chai with @nevware21/tripwire by @Copilot in #369
- Bump @nevware21/tripwire to minimum v0.1.7 by @Copilot in #394
- chore: Bump all @nevware21 components to latest recommended versions by @Copilot in #410
- Upgrade grunt devDependency from ^1.5.3 to ^1.6.1 across all packages by @Copilot in #412
- [Release] Increase version to 0.5.2 by @nev21 in #413
Full Changelog: eslint-ts-0.5.1...eslint-ts-0.5.2
ts-plugin-0.5.1
Changelog
- #272 [BUG] TsConfig file resolution ignores include if there is also a file node present
- Now merges
filesandincludefrom the tsconfig - Added more debug logging
- Now merges
What's Changed
- Bump @nevware21/grunt-ts-plugin from 0.4.6 to 0.5.0 by @dependabot in #264
- Bump @nevware21/grunt-eslint-ts from 0.2.5 to 0.5.0 by @dependabot in #263
- [BUG] TsConfig file resolution ignores include if there is also a file node present #272 by @nev21 in #273
- [Release] Increase versions to 0.5.1 - ts-plugin and es-plugin (#262) by @nev21 in #274
Full Changelog: ts-plugin-0.5.0...ts-plugin-0.5.1
eslint-ts-0.5.1
Changelog
- #271 [BUG] eslint ignoreFailures is not ignoring all failures
- Now merges
filesandincludefrom the tsconfig - Added more debug logging
- Add
fileNoFiles(defaults to true)
- Now merges
What's Changed
- Bump @nevware21/grunt-ts-plugin from 0.4.6 to 0.5.0 by @dependabot in #264
- Bump @nevware21/grunt-eslint-ts from 0.2.5 to 0.5.0 by @dependabot in #263
- [BUG] TsConfig file resolution ignores include if there is also a file node present #272 by @nev21 in #273
- [Release] Increase versions to 0.5.1 - ts-plugin and es-plugin (#262) by @nev21 in #274
Full Changelog: eslint-ts-0.5.0...eslint-ts-0.5.1
ts-plugin-0.5.0
Changelog
- #44 [Feature] Add support to inlining the tsconfig.json within the grunt config
- #254 [Feature] Add Support for multiple tsconfigs
- #259 Bump @nevware21 gunt plugins to latest
What's Changed
- Bump @nevware21 gunt plugins to latest by @nev21 in #259
- [Feature] Add Support for multiple tsconfigs #254 by @nev21 in #261
- [Release] Increase versions to 0.5.0 - ts-plugin and es-plugin by @nev21 in #262
Full Changelog: eslint-ts-0.2.5...ts-plugin-0.5.0
eslint-ts-0.5.0
Bumping to 0.5.0 to align with the changes for grunt ts plugin to support inlining the tsconfig.
Changelog
- #44 [Feature] Add support to inlining the tsconfig.json within the grunt config
- #254 [Feature] Add Support for multiple tsconfigs
- #259 Bump @nevware21 gunt plugins to latest
What's Changed
- Bump @nevware21 gunt plugins to latest by @nev21 in #259
- [Feature] Add Support for multiple tsconfigs #254 by @nev21 in #261
- [Release] Increase versions to 0.5.0 - ts-plugin and es-plugin by @nev21 in #262
Full Changelog: eslint-ts-0.2.5...eslint-ts-0.5.0
ts-plugin-0.4.6
Changelog
- Update build script to support release automation (#258)
- #15 [Work Item] ts-plugin: Add test coverage
- Bump @types/estree from 0.0.51 to 0.0.52
- Bump @nevware21/ts-utils from 0.1.1 to 0.2.0 (#106)
- Bump @nevware21/ts-utils from 0.1.1 to 0.2.0 in /shared; /ts-plugin and /eslint-ts-plugin (#108)
- Bump @nevware21/ts-utils from 0.2.0 to 0.3.0 (#113)
- Update ts-utils to v0.3.0 (#115)
- Update rush to 5.75.0
- Update npm to 8.15.0
- Update ts-utils; npm and rush versions (#124)
- Bump @rollup/plugin-node-resolve from 13.3.0 to 14.1.0 (#135)
- Update ts-utils to 0.5.0 (#151)
- Bump @nevware21/ts-utils from 0.5.0 to 0.6.0 (#174)
- Bump @rollup/plugin-commonjs from 22.0.2 to 23.0.3 (#175)
- Bump rush to 5.86.0
- Bump npm to 8.19.3
- Add node 18 to CI tests
- Bump @rollup/plugin-json from 4.1.0 to 5.0.2 (#176)
- Bump @rollup/plugin-commonjs from 23.0.7 to 24.0.0 (#184)
- Bump typescript to 4.9.4 (#189)
- Bump @microsoft/rush to 5.88.0
- Bump rollup to 3.8.1
- Bump @rollup/plugin-commonjs to 24.0.0
- Bump @rollup/plugin-node-resolve to 15.0.1
- Bump @rollup/plugin-json to 6.0.0
- Bump @typescript-esline/esline-plugin to 5.47.0
- Bump @typescript-esline/parser tp 5.47.0
- Bump @types/eslint to 8.4.10
- Bump @types/estree to 1.0.0
- Bump @nevware/ts-utils to 0.7.0 (#195)
- Update img.shields.io build status URL's (#196)
- Update to use ts-async and update to latest versions (#197)
- Bump @rollup/plugin-commonjs from 24.1.0 to 25.0.0 (#207)
- Bump @types/estree from 0.0.52 to 1.0.1
- Bump @typescript-eslint/eslint-plugin from 5.62.0 to 6.1.0 (#210)
- Bump rollup from 3.29.4 to 4.6.0 (#225)
- Bump rush from 5.82.1 to 5.112.0
- Update actions (#227)
- [Work Item] ts-plugin: Add test coverage #15 (#226)
- Update Copyright message to conform with LLC operating agreement (#248)
- Fix compile issues
- Bump @typescript-eslint/parser from 6.21.0 to 7.14.1 (#249)
- Bump nyc from 15.1.0 to 17.0.0 (#250)
- Bump @nevware21/ts-utils from 0.11.1 to 0.11.3 (#251)
- Bump @nevware21/ts-async from 0.5.0 to 0.5.2
- Bump @microsoft/rush from 5,112.0 to 5.129.6 (#252)
- Bump chai from 4.3.6 to 4.4.1 (#253)
- Bump mocha from 10.0.0 to 10.5.2
- Bump sinon from 15.0.0 to 18.0.0
- Fix issue with temp files not getting deleted (#256)
What's Changed
- Update to latest released versions by @nev21 in #100
- Bump @types/estree from 0.0.51 to 0.0.52 by @dependabot in #101
- Bump @types/estree from 0.0.51 to 0.0.52 in /eslint-ts-plugin #102 by @nev21 in #103
- Bump @nevware21/ts-utils from 0.1.1 to 0.2.0 by @dependabot in #106
- Bump @nevware21/ts-utils from 0.1.1 to 0.2.0 in /shared; /ts-plugin and /eslint-ts-plugin by @nev21 in #108
- Bump @nevware21/ts-utils from 0.2.0 to 0.3.0 by @dependabot in #113
- Update ts-utils to v0.3.0 by @nev21 in #115
- Update ts-utils; npm and rush versions by @nev21 in #124
- Bump @rollup/plugin-node-resolve from 13.3.0 to 14.1.0 by @dependabot in #135
- Update ts-utils to 0.5.0 by @nev21 in #151
- Bump @nevware21/ts-utils from 0.5.0 to 0.6.0 by @nev21 in #174
- Bump @rollup/plugin-commonjs from 22.0.2 to 23.0.3 by @nev21 in #175
- Bump @rollup/plugin-json from 4.1.0 to 5.0.2 by @nev21 in #176
- Bump @rollup/plugin-commonjs from 23.0.7 to 24.0.0 by @dependabot in #184
- Bump typescript to 4.9.4 by @nev21 in #189
- Bump @nevware/ts-utils to 0.7.0 by @nev21 in #195
- Update img.shields.io build status URL's by @nev21 in #196
- Update to use ts-async and update to latest versions by @nev21 in #197
- Bump @rollup/plugin-commonjs from 24.1.0 to 25.0.0 by @nev21 in #207
- Bump @typescript-eslint/eslint-plugin from 5.62.0 to 6.1.0 by @nev21 in #210
- Bump rollup from 3.29.4 to 4.6.0 by @nev21 in #225
- Update actions by @nev21 in #227
- [Work Item] ts-plugin: Add test coverage #15 by @nev21 in #226
- Update Copyright message to conform with LLC operating agreement by @nev21 in #248
- Bump @typescript-eslint/parser from 6.21.0 to 7.14.1 by @nev21 in #249
- Bump nyc from 15.1.0 to 17.0.0 by @nev21 in #250
- Bump @nevware21/ts-utils from 0.11.1 to 0.11.3 by @nev21 in #251
- Bump @microsoft/rush from 5,112.0 to 5.129.6 by @nev21 in #252
- Bump chai from 4.4.1 to 4.4.1 by @nev21 in #253
- Fix issue with temp files not getting deleted by @nev21 in #256
- Update build script to support release automation by @nev21 in #258
- [Release] Increase versions to 0.4.6 - ts-plugin; 0.2.5 - es-plugin by @nev21 in #257
Full Changelog: ts-plugin-0.4.5...ts-plugin-0.4.6
eslint-ts-0.2.5
v0.2.5 (July 4th, 2024)
Changelog
- Update build script to support release automation (#258)
- #15 [Work Item] ts-plugin: Add test coverage
- Bump @types/estree from 0.0.51 to 0.0.52
- Bump @nevware21/ts-utils from 0.1.1 to 0.2.0 (#106)
- Bump @nevware21/ts-utils from 0.1.1 to 0.2.0 in /shared; /ts-plugin and /eslint-ts-plugin (#108)
- Bump @nevware21/ts-utils from 0.2.0 to 0.3.0 (#113)
- Update ts-utils to v0.3.0 (#115)
- Update rush to 5.75.0
- Update npm to 8.15.0
- Update ts-utils; npm and rush versions (#124)
- Bump @rollup/plugin-node-resolve from 13.3.0 to 14.1.0 (#135)
- Update ts-utils to 0.5.0 (#151)
- Bump @nevware21/ts-utils from 0.5.0 to 0.6.0 (#174)
- Bump @rollup/plugin-commonjs from 22.0.2 to 23.0.3 (#175)
- Bump rush to 5.86.0
- Bump npm to 8.19.3
- Add node 18 to CI tests
- Bump @rollup/plugin-json from 4.1.0 to 5.0.2 (#176)
- Bump @rollup/plugin-commonjs from 23.0.7 to 24.0.0 (#184)
- Bump typescript to 4.9.4 (#189)
- Bump @microsoft/rush to 5.88.0
- Bump rollup to 3.8.1
- Bump @rollup/plugin-commonjs to 24.0.0
- Bump @rollup/plugin-node-resolve to 15.0.1
- Bump @rollup/plugin-json to 6.0.0
- Bump @typescript-esline/esline-plugin to 5.47.0
- Bump @typescript-esline/parser tp 5.47.0
- Bump @types/eslint to 8.4.10
- Bump @types/estree to 1.0.0
- Bump @nevware/ts-utils to 0.7.0 (#195)
- Update img.shields.io build status URL's (#196)
- Update to use ts-async and update to latest versions (#197)
- Bump @rollup/plugin-commonjs from 24.1.0 to 25.0.0 (#207)
- Bump @types/estree from 0.0.52 to 1.0.1
- Bump @typescript-eslint/eslint-plugin from 5.62.0 to 6.1.0 (#210)
- Bump rollup from 3.29.4 to 4.6.0 (#225)
- Bump rush from 5.82.1 to 5.112.0
- Update actions (#227)
- [Work Item] ts-plugin: Add test coverage #15 (#226)
- Update Copyright message to conform with LLC operating agreement (#248)
- Fix compile issues
- Bump @typescript-eslint/parser from 6.21.0 to 7.14.1 (#249)
- Bump nyc from 15.1.0 to 17.0.0 (#250)
- Bump @nevware21/ts-utils from 0.11.1 to 0.11.3 (#251)
- Bump @nevware21/ts-async from 0.5.0 to 0.5.2
- Bump @microsoft/rush from 5,112.0 to 5.129.6 (#252)
- Bump chai from 4.3.6 to 4.4.1 (#253)
- Bump mocha from 10.0.0 to 10.5.2
- Bump sinon from 15.0.0 to 18.0.0
- Fix issue with temp files not getting deleted (#256)
What's Changed
- Update to latest released versions by @nev21 in #100
- Bump @types/estree from 0.0.51 to 0.0.52 by @dependabot in #101
- Bump @types/estree from 0.0.51 to 0.0.52 in /eslint-ts-plugin #102 by @nev21 in #103
- Bump @nevware21/ts-utils from 0.1.1 to 0.2.0 by @dependabot in #106
- Bump @nevware21/ts-utils from 0.1.1 to 0.2.0 in /shared; /ts-plugin and /eslint-ts-plugin by @nev21 in #108
- Bump @nevware21/ts-utils from 0.2.0 to 0.3.0 by @dependabot in #113
- Update ts-utils to v0.3.0 by @nev21 in #115
- Update ts-utils; npm and rush versions by @nev21 in #124
- Bump @rollup/plugin-node-resolve from 13.3.0 to 14.1.0 by @dependabot in #135
- Update ts-utils to 0.5.0 by @nev21 in #151
- Bump @nevware21/ts-utils from 0.5.0 to 0.6.0 by @nev21 in #174
- Bump @rollup/plugin-commonjs from 22.0.2 to 23.0.3 by @nev21 in #175
- Bump @rollup/plugin-json from 4.1.0 to 5.0.2 by @nev21 in #176
- Bump @rollup/plugin-commonjs from 23.0.7 to 24.0.0 by @dependabot in #184
- Bump typescript to 4.9.4 by @nev21 in #189
- Bump @nevware/ts-utils to 0.7.0 by @nev21 in #195
- Update img.shields.io build status URL's by @nev21 in #196
- Update to use ts-async and update to latest versions by @nev21 in #197
- Bump @rollup/plugin-commonjs from 24.1.0 to 25.0.0 by @nev21 in #207
- Bump @typescript-eslint/eslint-plugin from 5.62.0 to 6.1.0 by @nev21 in #210
- Bump rollup from 3.29.4 to 4.6.0 by @nev21 in #225
- Update actions by @nev21 in #227
- [Work Item] ts-plugin: Add test coverage #15 by @nev21 in #226
- Update Copyright message to conform with LLC operating agreement by @nev21 in #248
- Bump @typescript-eslint/parser from 6.21.0 to 7.14.1 by @nev21 in #249
- Bump nyc from 15.1.0 to 17.0.0 by @nev21 in #250
- Bump @nevware21/ts-utils from 0.11.1 to 0.11.3 by @nev21 in #251
- Bump @microsoft/rush from 5,112.0 to 5.129.6 by @nev21 in #252
- Bump chai from 4.4.1 to 4.4.1 by @nev21 in #253
- Fix issue with temp files not getting deleted by @nev21 in #256
- Update build script to support release automation by @nev21 in #258
- [Release] Increase versions to 0.4.6 - ts-plugin; 0.2.5 - es-plugin by @nev21 in #257
Full Changelog: eslint-ts-0.2.4...eslint-ts-0.2.5
ts-plugin-0.4.5
Changelog
- [BUG] Latest versions grunt-ts-plugin-0.4.4 and grunt-eslint-ts-0.2.3 sometimes complain about missing @nevware21/ts-utils #97
What's Changed
- [BUG] Latest versions grunt-ts-plugin-0.4.4 and grunt-eslint-ts-0.2.3… by @nev21 in #98
- [Release] Increase grunt-eslint-ts to 0.2.4 by @nev21 in #99
Full Changelog: ts-plugin-0.4.2...ts-plugin-0.4.5
ts-plugin-0.4.4
Changelog
- Update Dependencies
- Consume @nevware21/ts-utils for common functions
What's Changed
- Update base packages and use @nevware/ts-utils by @nev21 in #95
- [Release] Increase grunt-eslint-ts to 0.2.3 by @nev21 in #96
Full Changelog: ts-plugin-0.4.2...ts-plugin-0.4.4