Skip to content

v1.0.11

Choose a tag to compare

@github-actions github-actions released this 11 May 00:19
· 36 commits to main since this release

[1.0.11] - 2026-05-11

✨ Features

  • d9c6a05 — ✨ [feat] (config) Introduce inherited overrides and option presets

  • Add inheritedOverrides to allow specific files to inherit options from base overrides while customizing certain settings.

  • Implement various shared option presets for different file types, enhancing configurability.

  • Update createConfig to support inherited overrides, ensuring existing behaviors are preserved.

  • Expand tests to validate the new inherited override functionality and ensure proper error handling for missing base overrides.

🧹 Chores

  • ec51772 — Release v1.0.11

  • 36dbe00 — 🔧 [chore] Update dependencies in package.json and package-lock.json

  • Added @codecov/bundle-analyzer as a dev dependency in package.json

  • Reintroduced npm-check-updates in devDependencies of package.json

  • Updated package-lock.json to reflect changes in dependencies and their versions

  • Added new dependencies related to GitHub Actions in package-lock.json

  • ead8c2d — 🧹 [chore] Remove README rules table sync step from CI workflow

🔧 Build System

  • ae91a8b — 👷 [build] (ci) Update Codecov upload step to remove dependency on CODECOV_TOKEN

  • Removed CODECOV_TOKEN environment variable from CI configuration

  • Updated Codecov upload step to continue on error and use repository name for bundle analysis

  • 6713810 — 👷 [build] (ci) Update CI configuration for enhanced coverage reporting

  • Add CODECOV_TOKEN environment variable for Codecov integration

  • Update harden-runner and setup-node actions to specific versions

  • Modify coverage upload steps to utilize OIDC for token management

  • Ensure conditional execution of coverage uploads based on cancellation status

  • Refactor hanging process reporter flag for consistency