legal(RR-4): RSO/County 2026-07-01 cap figures published#10
Open
writingdeveloper wants to merge 1 commit into
Open
legal(RR-4): RSO/County 2026-07-01 cap figures published#10writingdeveloper wants to merge 1 commit into
writingdeveloper wants to merge 1 commit into
Conversation
Both figures published today on official .gov sources: - RSO 3% (LAHD housing.lacity.gov/renter-protections-2): same rate continues under the new 90%-of-CPI formula (floor 1%, ceiling 4%). - County RSTPO 1.919% (DCBA dcba.lacounty.gov/rentstabilizationprogram/): 60% of CPI, max 3%, for fully covered units July 2026–June 2027. Fills both pending (value: null) entries, adds effectiveTo 2027-06-30 and expectedUpdate 2027-07-01, drops the now-stale notes. Bumps lastVerified and CONTENT_LAST_UPDATED to 2026-07-01. Updates tests that were written for the pending state to reflect the published values. All 331 tests pass; build green.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Summary
Both 2026-07-01 rent-increase cap figures are now officially published on their respective .gov sources. This PR fills the two
value: nullpending entries inlib/legal/constants.ts.Figures entered
Both figures are effective July 1, 2026 – June 30, 2027.
Changes
lib/legal/constants.ts— fillsrsoCapPctandcountyCapPctpending entries:value: null→ published %, addseffectiveTo: '2027-06-30', setsexpectedUpdate: '2027-07-01', drops the stalenotefields. BumpslastVerifiedto2026-07-01.lib/seo/content-updated.ts— bumpsCONTENT_LAST_UPDATEDto2026-07-01(required by sitemap test invariant).tests/— updates six test files that were written for the pending (value: null) state; now assert the published values and the absence of pending-publication UI.Gate
npm ci→npx tsc --noEmit→npm run lint→npm test(331/331 pass) →npm run build— all green.🤖 Generated by the weekly RR-4 watcher routine (2026-07-01 run)
Generated by Claude Code