Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: revert runOnce breaking changes #760

Merged
merged 5 commits into from
Oct 29, 2023

Conversation

sheerlox
Copy link
Collaborator

Description, Motivation & Context

This PR restores the original runOnce property, which was changed in #740 without considering it a breaking change since it was an undocumented internal property. That was a mistake because consumers relied on it.
The property was added back as a read-only getter in #751, which was another naive decision from me, because not only did consumers rely on reading it, but it seems (based on the Renovate passing tests percentage below) that they actually also mutate the property to change their jobs' behavior.

image

Related Issues

How Has This Been Tested?

Test case already present from #740.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • If my change introduces a breaking change, I have added a ! after the type/scope in the title (see the Conventional Commits standard).

@sheerlox sheerlox added the type:bug Bug reports and bug fixes label Oct 29, 2023
@sheerlox sheerlox merged commit 7cb53ec into kelektiv:main Oct 29, 2023
13 checks passed
@sheerlox sheerlox deleted the fix/full-revert-runOnce branch October 29, 2023 17:30
ncb000gt pushed a commit that referenced this pull request Oct 29, 2023
## [3.1.6](v3.1.5...v3.1.6) (2023-10-29)

### 🐛 Bug Fixes

* revert runOnce breaking changes ([#760](#760)) ([7cb53ec](7cb53ec))

### ⚙️ Continuous Integrations

* **action:** update actions/checkout action to v4 ([#755](#755)) ([d0d70c6](d0d70c6))
* **action:** update github/codeql-action action to v2.22.4 ([#752](#752)) ([04454c3](04454c3))
* **action:** update github/codeql-action action to v2.22.5 ([#758](#758)) ([2dff183](2dff183))
* **action:** update ossf/scorecard-action action to v2.3.1 ([#754](#754)) ([41d21f1](41d21f1))

### ♻️ Chores

* **deps:** update dependency [@commitlint](https://github.com/commitlint)/cli to v18.2.0 ([#759](#759)) ([4cb466e](4cb466e))
* **deps:** update dependency [@types](https://github.com/types)/node to v20.8.8 ([#756](#756)) ([361728e](361728e))
* **deps:** update dependency [@types](https://github.com/types)/node to v20.8.9 ([#757](#757)) ([e2b1bac](e2b1bac))
* **deps:** update dependency [@typescript-eslint](https://github.com/typescript-eslint)/eslint-plugin to v6.9.0 ([#753](#753)) ([9cec04f](9cec04f))
@ncb000gt
Copy link
Member

🎉 This PR is included in version 3.1.6 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released type:bug Bug reports and bug fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants