Skip to content

chore(deps): update dependency typescript to v7 - #368

Closed
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/typescript-7.x
Closed

chore(deps): update dependency typescript to v7#368
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/typescript-7.x

Conversation

@renovate

@renovate renovate Bot commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
typescript (source) 6.0.37.0.2 age confidence

Release Notes

microsoft/TypeScript (typescript)

v7.0.2

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/typescript-7.x branch from 9798731 to 2c76231 Compare July 20, 2026 23:06
@renovate
renovate Bot force-pushed the renovate/typescript-7.x branch 5 times, most recently from b536693 to 1e1d4f7 Compare July 31, 2026 00:21
@renovate

renovate Bot commented Jul 31, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
? Verifying lockfile against supply-chain policies (780 entries)...
✗ Lockfile failed supply-chain policy check (780 entries in 3.6s)
[ERR_PNPM_MINIMUM_RELEASE_AGE_VIOLATION] 11 lockfile entries failed verification:
  @playwright/test@1.62.1 was published at 2026-07-30T16:36:50.000Z, within the minimumReleaseAge cutoff (2026-07-30T06:42:13.025Z)
  @types/react@19.2.18 was published at 2026-07-30T21:54:03.456Z, within the minimumReleaseAge cutoff (2026-07-30T06:42:13.025Z)
  baseline-browser-mapping@2.11.8 was published at 2026-07-30T15:57:18.000Z, within the minimumReleaseAge cutoff (2026-07-30T06:42:13.025Z)
  brace-expansion@1.1.18 was published at 2026-07-30T10:17:06.961Z, within the minimumReleaseAge cutoff (2026-07-30T06:42:13.025Z)
  brace-expansion@2.1.4 was published at 2026-07-30T10:15:01.601Z, within the minimumReleaseAge cutoff (2026-07-30T06:42:13.025Z)
  brace-expansion@5.0.9 was published at 2026-07-30T10:00:32.762Z, within the minimumReleaseAge cutoff (2026-07-30T06:42:13.025Z)
  enhanced-resolve@5.24.5 was published at 2026-07-30T10:14:14.000Z, within the minimumReleaseAge cutoff (2026-07-30T06:42:13.025Z)
  flatted@3.4.4 was published at 2026-07-30T09:53:10.155Z, within the minimumReleaseAge cutoff (2026-07-30T06:42:13.025Z)
  lucide-react@1.28.0 was published at 2026-07-30T07:53:09.000Z, within the minimumReleaseAge cutoff (2026-07-30T06:42:13.025Z)
  playwright-core@1.62.1 was published at 2026-07-30T16:36:44.000Z, within the minimumReleaseAge cutoff (2026-07-30T06:42:13.025Z)
  playwright@1.62.1 was published at 2026-07-30T16:36:38.000Z, within the minimumReleaseAge cutoff (2026-07-30T06:42:13.025Z)

The lockfile contains entries that the active policies reject. This can mean the lockfile is stale, or that someone committed a lockfile that bypassed the policy locally — inspect recent changes to pnpm-lock.yaml before trusting it. If the changes look expected, run "pnpm clean --lockfile" and then "pnpm install" to rebuild from a fresh resolution. Alternatively, relax the policy that flagged them.

@renovate
renovate Bot force-pushed the renovate/typescript-7.x branch from 1e1d4f7 to 8b97b88 Compare July 31, 2026 06:42
dmnktoe pushed a commit that referenced this pull request Aug 2, 2026
Brings in the mergeable half of the open dependency PRs, lockfile included:

- react-hook-form 7.83.0 -> 7.84.0 (#381)
- @testing-library/jest-dom ^6.9.1 -> ^7.0.0 (#383)
- eslint-plugin-simple-import-sort ^13.0.0 -> ^14.0.0 (#384)

No source changes were needed: jest-dom v7 keeps the bare
'@testing-library/jest-dom' setup import, and simple-import-sort v14 produces
the same ordering for the configured groups.

The two remaining majors are blocked upstream, not by this repo:

- eslint v10 (#325) crashes every run via eslint-plugin-react@7.37.5, which
  still calls context.getFilename(), removed in v10. 7.37.5 is the newest
  release and eslint-config-next depends on eslint-plugin-react ^7.37.0, so
  the plugin cannot be dropped or overridden from here.
- typescript v7 (#368) is refused outright by typescript-eslint 8.65.0, whose
  entrypoint throws "does not support TS 7.0". Its peer range caps at <6.1.0
  and no newer release exists.

Verified: lint, typecheck, format and 382 tests pass. Build compiles and type
checks; page-data collection needs the CMS secrets that only CI provides.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0112NzqomWiWeVxH3R6CJVLH
@dmnktoe dmnktoe closed this Aug 2, 2026
@renovate

renovate Bot commented Aug 2, 2026

Copy link
Copy Markdown
Contributor Author

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 7.x releases. But if you manually upgrade to 7.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate
renovate Bot deleted the renovate/typescript-7.x branch August 2, 2026 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant