Skip to content

Commit 3a298db

Browse files
authored
[Release] Increase grunt-eslint-ts to 0.2.3 (#96)
[Release] Increase grunt-ts-plugin to 0.4.4
1 parent 1fecd72 commit 3a298db

8 files changed

Lines changed: 32 additions & 10 deletions

File tree

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,10 @@ updates:
2121
interval: "daily"
2222
ignore:
2323
- dependency-name: "@nevware21/grunt-plugins-shared-utils"
24+
25+
- package-ecosystem: "npm" # See documentation for possible values
26+
directory: "/eslint-ts-plugin" # Location of package manifests
27+
schedule:
28+
interval: "daily"
29+
ignore:
30+
- dependency-name: "@nevware21/grunt-plugins-shared-utils"

common/config/rush/npm-shrinkwrap.json

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

2+
# v0.2.3
3+
4+
## Changelog
5+
6+
- Update Dependencies
7+
- Consume @nevware21/ts-utils for common functions
8+
29
# v0.2.2
310

411
## Changelog

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.2.2",
4+
"version": "0.2.3",
55
"homepage": "https://github.com/nevware21/grunt-plugins",
66
"author": {
77
"name": "Nevware21",
@@ -45,7 +45,7 @@
4545
"@types/estree": "^0.0.51",
4646
"@types/grunt": "^0.4.27",
4747
"@nevware21/ts-utils": "^0.1.0",
48-
"@nevware21/grunt-plugins-shared-utils": "0.3.0",
48+
"@nevware21/grunt-plugins-shared-utils": "0.3.1",
4949
"@nevware21/grunt-eslint-ts": "^0.2.1",
5050
"@nevware21/grunt-ts-plugin": "^0.4.2",
5151
"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.3.0",
4+
"version": "0.3.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.3.0",
4+
"version": "0.3.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+
2+
# v0.4.4
3+
4+
## Changelog
5+
6+
- Update Dependencies
7+
- Consume @nevware21/ts-utils for common functions
8+
19
# v0.4.3
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.4.3",
4+
"version": "0.4.4",
55
"homepage": "https://github.com/nevware21/grunt-plugins",
66
"license": "MIT",
77
"author": {
@@ -49,7 +49,7 @@
4949
"devDependencies": {
5050
"@types/grunt": "^0.4.27",
5151
"@nevware21/ts-utils": "^0.1.0",
52-
"@nevware21/grunt-plugins-shared-utils": "0.3.0",
52+
"@nevware21/grunt-plugins-shared-utils": "0.3.1",
5353
"@nevware21/grunt-eslint-ts": "^0.2.1",
5454
"@nevware21/grunt-ts-plugin": "^0.4.2",
5555
"grunt": "^1.5.3",

0 commit comments

Comments
 (0)