Skip to content

Commit cde5205

Browse files
authored
[Release] Increase versions to 0.5.1 - ts-plugin and es-plugin (#262) (#274)
1 parent 43fe48d commit cde5205

7 files changed

Lines changed: 750 additions & 910 deletions

File tree

common/config/rush/npm-shrinkwrap.json

Lines changed: 727 additions & 904 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

eslint-ts-plugin/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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

312
Bumping to 0.5.0 to align with the changes for grunt ts plugin to support inlining the tsconfig.

eslint-ts-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",
@@ -47,7 +47,7 @@
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",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",

shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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": [

ts-plugin/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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

ts-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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": {
@@ -52,7 +52,7 @@
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",

0 commit comments

Comments
 (0)