Skip to content

Commit eb6d15d

Browse files
nev21nevware21-bot
andauthored
[Release] Increase version to 0.5.2 (#413)
- ts-plugin and es-plugin --------- Co-authored-by: nevware21-bot <252503968+nevware21-bot@users.noreply.github.com>
1 parent c6739aa commit eb6d15d

7 files changed

Lines changed: 40 additions & 10 deletions

File tree

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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# v0.5.2 (Feb 23rd, 2026)
2+
3+
## Changelog
4+
5+
- #335 [FIX] Resolve TypeScript compilation errors and dependency compatibility issues
6+
- #369 [Breaking Change] Replace chai with @nevware21/tripwire testing framework
7+
- #412 Upgrade grunt devDependency from ^1.5.3 to ^1.6.1
8+
- #410 Bump all @nevware21 components to latest recommended versions
9+
- #319 Add GitHub Copilot instructions for monorepo development workflow
10+
- Update GitHub Actions (checkout v6, setup-node v6, codeql-action v4)
11+
- Update CODEOWNERS file and team structure
12+
- Multiple dependency updates (@types/node, @types/sinon, ts-mocha, cross-env, @rollup components, and others)
13+
14+
[Full Release Details](https://github.com/nevware21/grunt-plugins/releases/tag/v0.5.2)
15+
116
# v0.5.1 (Sept 2nd, 2024)
217

318
## 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.5.1",
4+
"version": "0.5.2",
55
"homepage": "https://github.com/nevware21/grunt-plugins",
66
"author": {
77
"name": "NevWare21 Solutions LLC",
@@ -47,7 +47,7 @@
4747
"@types/eslint": "~8.56.12",
4848
"@types/estree": "^1.0.1",
4949
"@types/grunt": "^0.4.27",
50-
"@nevware21/grunt-plugins-shared-utils": "0.5.1",
50+
"@nevware21/grunt-plugins-shared-utils": "0.5.2",
5151
"grunt": "^1.6.1",
5252
"grunt-cli": "^1.4.3",
5353
"typescript": "5.2.2",

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.1",
4+
"version": "0.5.2",
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.1",
4+
"version": "0.5.2",
55
"homepage": "https://github.com/nevware21/grunt-plugins",
66
"license": "MIT",
77
"keywords": [

ts-plugin/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# v0.5.2 (Feb 23rd, 2026)
2+
3+
## Changelog
4+
5+
- #335 [FIX] Resolve TypeScript compilation errors and dependency compatibility issues
6+
- #369 [Breaking Change] Replace chai with @nevware21/tripwire testing framework
7+
- #412 Upgrade grunt devDependency from ^1.5.3 to ^1.6.1
8+
- #410 Bump all @nevware21 components to latest recommended versions
9+
- #319 Add GitHub Copilot instructions for monorepo development workflow
10+
- Update GitHub Actions (checkout v6, setup-node v6, codeql-action v4)
11+
- Update CODEOWNERS file and team structure
12+
- Multiple dependency updates (@types/node, @rollup components, sinon, and others)
13+
14+
[Full Release Details](https://github.com/nevware21/grunt-plugins/releases/tag/v0.5.2)
15+
116
# v0.5.1 (Sept 2nd, 2024)
217

318
## 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.1",
4+
"version": "0.5.2",
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.1",
55+
"@nevware21/grunt-plugins-shared-utils": "0.5.2",
5656
"grunt": "^1.6.1",
5757
"grunt-cli": "^1.4.3",
5858
"typescript": "5.2.2",

0 commit comments

Comments
 (0)