Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions common/config/rush/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions eslint-ts-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# v0.5.2 (Feb 23rd, 2026)

## 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)

[Full Release Details](https://github.com/nevware21/grunt-plugins/releases/tag/v0.5.2)

# v0.5.1 (Sept 2nd, 2024)

## Changelog
Expand Down
4 changes: 2 additions & 2 deletions eslint-ts-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nevware21/grunt-eslint-ts",
"description": "ESLint TypeScript Validation Plugin for GruntJS",
"version": "0.5.1",
"version": "0.5.2",
"homepage": "https://github.com/nevware21/grunt-plugins",
"author": {
"name": "NevWare21 Solutions LLC",
Expand Down Expand Up @@ -47,7 +47,7 @@
"@types/eslint": "~8.56.12",
"@types/estree": "^1.0.1",
"@types/grunt": "^0.4.27",
"@nevware21/grunt-plugins-shared-utils": "0.5.1",
"@nevware21/grunt-plugins-shared-utils": "0.5.2",
"grunt": "^1.6.1",
"grunt-cli": "^1.4.3",
"typescript": "5.2.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-plugins",
"description": "Plugin for GruntJS",
"version": "0.5.1",
"version": "0.5.2",
"homepage": "https://github.com/nevware21/grunt-plugins",
"keywords": [
"grunt",
Expand Down
2 changes: 1 addition & 1 deletion shared/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nevware21/grunt-plugins-shared-utils",
"description": "Shared Utils GruntJS Plugins",
"version": "0.5.1",
"version": "0.5.2",
"homepage": "https://github.com/nevware21/grunt-plugins",
"license": "MIT",
"keywords": [
Expand Down
15 changes: 15 additions & 0 deletions ts-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# v0.5.2 (Feb 23rd, 2026)

## 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)

[Full Release Details](https://github.com/nevware21/grunt-plugins/releases/tag/v0.5.2)

# v0.5.1 (Sept 2nd, 2024)

## Changelog
Expand Down
4 changes: 2 additions & 2 deletions ts-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nevware21/grunt-ts-plugin",
"description": "TypeScript Compilation Plugin for GruntJS",
"version": "0.5.1",
"version": "0.5.2",
"homepage": "https://github.com/nevware21/grunt-plugins",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -52,7 +52,7 @@
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@types/grunt": "^0.4.27",
"@nevware21/grunt-plugins-shared-utils": "0.5.1",
"@nevware21/grunt-plugins-shared-utils": "0.5.2",
"grunt": "^1.6.1",
"grunt-cli": "^1.4.3",
"typescript": "5.2.2",
Expand Down