43.255.1
renovatebot/renovate43.255.1Jul 7, 2026by github-actions[bot]
AI Summary
This release fixes caching reliability for the npm datasource and improves error handling in the Repology datasource, alongside a series of code quality improvements.
Key Highlights
- Enforce public Cache-Control for npm caching
- Repology datasource now respects `abortOnError` configuration
- Enabled stricter linting rules via oxlint
Full Release Notes
## [43.255.1](https://github.com/renovatebot/renovate/compare/43.255.0...43.255.1) (2026-07-07) ### Bug Fixes * **datasource/npm:** require public Cache-Control to cache responses ([#42822](https://github.com/renovatebot/renovate/issues/42822)) ([371412d](https://github.com/renovatebot/renovate/commit/371412d4c18443062790990ca7d3aedb7ce34c9d)) * **datasource/repology:** honor abortOnError instead of aborting the run on every error ([#44326](https://github.com/renovatebot/renovate/issues/44326)) ([8a8f830](https://github.com/renovatebot/renovate/commit/8a8f830da3291a04d6a747766eaa5537cf0f569b)) ### Code Refactoring * **oxlint:** enable typescript/no-useless-default-assignment ([#44419](https://github.com/renovatebot/renovate/issues/44419)) ([b106668](https://github.com/renovatebot/renovate/commit/b106668a95b54dd18a18079c310cdf161f1aa8e1)), closes [#43845](https://github.com/renovatebot/renovate/issues/43845) * **oxlint:** enable vitest/expect-expect ([#44415](https://github.com/renovatebot/renovate/issues/44415)) ([5d027f7](https://github.com/renovatebot/renovate/commit/5d027f747382a0b01d8280e545a2500138fbba91)), closes [#43845](https://github.com/renovatebot/renovate/issues/43845) * **oxlint:** enable vitest/no-conditional-expect ([#44416](https://github.com/renovatebot/renovate/issues/44416)) ([a1e8441](https://github.com/renovatebot/renovate/commit/a1e8441de39a220a7c34b1712c829fcaf318ac83)), closes [#43845](https://github.com/renovatebot/renovate/issues/43845) * **oxlint:** enable vitest/prefer-snapshot-hint ([#44420](https://github.com/renovatebot/renovate/issues/44420)) ([aac8365](https://github.com/renovatebot/renovate/commit/aac8365dd6d18384a924b2e3ad0707b2c03f1ab4)), closes [#43845](https://github.com/renovatebot/renovate/issues/43845) * **oxlint:** enable vitest/require-to-throw-message ([#44421](https://github.com/renovatebot/renovate/issues/44421)) ([ad0b59f](https://github.com/renovatebot/renovate/commit/ad0b59f8b77e029414f59ed3a631284c40e4b02d))