Skip to content

v1.0.8

Choose a tag to compare

@github-actions github-actions released this 02 May 19:26
· 47 commits to main since this release

[1.0.8] - 2026-05-02

🎨 Styling

  • 791c775 — 🎨 [style] Update Secretlint configuration to use .secretlintrc.cjs and remove deprecated .secretlintrc.json
    🔧 [chore] Update package.json and package-lock.json to reflect new dependencies and remove unused Secretlint rules

🧹 Chores

  • 2de5262 — Release v1.0.8

  • 392aeff — 🔧 [chore] Update dependencies: add npm-check-updates and bump eslint-config-nick2bad4u to v1.0.9

  • aa180ae — 🔧 [chore] Update installation command to force install Prettier and shared config

  • b3ae6f9 — 🔧 [chore] Update dependencies and ESLint configuration

  • ⬆️ Upgrade eslint-config-nick2bad4u from ^1.0.5 to ^1.0.8 for improved linting rules.

  • ⬆️ Upgrade npm-package-json-lint from ^10.3.0 to ^10.4.0 for better package.json validation.

  • 🧹 Refactor tsconfig.eslint.json to simplify the include paths, changing from specific file patterns to a more inclusive **/* and **/.*, ensuring all relevant files are considered for linting.