Update dependency prettier to v3.8.4#257
Merged
Merged
Conversation
7936036 to
cb6e64e
Compare
Renovate's original lockfile-only update bumped prettier to 3.8.4 in the lockfiles but left package.json pinned at ^3.2.5, so `yarn install --frozen-lockfile` (and `npm ci`) failed because the lockfile entry (prettier@^3.8.4) no longer matched the declared constraint, breaking the build. Fix it the correct way: bump the package.json devDependency to ^3.8.4 and regenerate both yarn.lock and package-lock.json so they are consistent with the manifest. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
cb6e64e to
18fc432
Compare
ryandens
approved these changes
Jun 24, 2026
ryandens
added a commit
that referenced
this pull request
Jun 24, 2026
The default rangeStrategy ("auto") leaves package.json ranges untouched
when a new version is still within range, updating only the lockfiles.
That rewrote lockfile entries (e.g. prettier@^3.8.4, react@^19.2.7) to
specs that no longer matched the package.json constraints (^3.2.5,
^19.0.0), so `yarn install --frozen-lockfile` failed and broke the
build on every such Renovate PR (#251, #257).
Setting rangeStrategy to "bump" makes Renovate bump the package.json
range to the new version and regenerate the lockfiles together, keeping
the manifest and lockfiles consistent.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
This PR contains the following updates:
3.8.1→3.8.4Release Notes
prettier/prettier (prettier)
v3.8.4Compare Source
diff
Markdown: Fix blank lines between list items and nested sub-lists being removed in Markdown/MDX (#17746 by @byplayer)
Prettier was removing blank lines between list items and their nested sub-lists, converting loose lists into tight lists and changing their semantic meaning.
v3.8.3Compare Source
diff
SCSS: Prevent trailing comma in
if()function (#18471 by @kovsu)v3.8.2Compare Source
diff
Angular: Support Angular v21.2 (#18722, #19034 by @fisker)
Exhaustive typechecking with
@default never;arrow functionandinstanceofexpressions.Configuration
📅 Schedule: (in timezone America/New_York)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.