Open
Conversation
6af7238 to
183a670
Compare
Release notes previewBelow is a preview of the release notes if your PR gets merged. 1.7.0 (2026-03-11)Features
Miscellaneous
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
open-turo/eslint-config-reactprints a warning about using Node 20 due toactions/checkout@v4reliance: https://github.com/open-turo/eslint-config-react/actions/runs/22967469825/job/66674830505When I looked into it, I discovered that since this repo has been merging dependency updates with
chore, they have been actually been published under the v1 tag.This PR adds a formatting change as a
featto release dependency updates under a1.7.0release. Here is the full extent of changes: v1.6.0...main.There are some major version changes (
actions/checkout@v4to v6,renovatebot/github-action@v43to v46) that are ideally not breaking for consumers of this action, but given the reliance on underlying major changes, it is a possibility.