Skip to content

deps: update dependencies to latest - #131

Merged
jongio merged 1 commit into
mainfrom
deps/update-2026-07-27
Jul 27, 2026
Merged

deps: update dependencies to latest#131
jongio merged 1 commit into
mainfrom
deps/update-2026-07-27

Conversation

@jongio

@jongio jongio commented Jul 27, 2026

Copy link
Copy Markdown
Owner

Routine dependency refresh for this Astro components package. Two patch bumps, no source changes needed.

Updated

Package From To
astro 7.1.3 7.1.4
@astrojs/check 0.9.9 0.9.10

Both are patch releases, so there's nothing to migrate. pnpm-lock.yaml is refreshed, and pnpm-workspace.yaml picked up two new minimumReleaseAgeExclude entries for the new versions.

Notes

  • peerDependencies are unchanged. They already allow astro ^5 || ^6 || ^7 and tailwindcss ^4, which covers the latest of both.
  • Everything else was already at latest, including the two aliased TypeScript entries: @typescript/native resolves to typescript@7.0.2 and supplies the tsc binary that typecheck runs, while typescript resolves to @typescript/typescript6@6.0.2 and supplies the TS 6 API that astro-check and typescript-eslint need.
  • No unused dependencies found, and pnpm audit reports no known vulnerabilities.

Validation

typecheck/lint/build/test: pass (16/16 tests, astro check clean with 0 errors and 0 warnings). pnpm install --frozen-lockfile succeeds against the updated lockfile.

- astro: ^7.1.3 -> ^7.1.4
- @astrojs/check: ^0.9.9 -> ^0.9.10

Lockfile refreshed and pnpm-workspace.yaml minimumReleaseAgeExclude updated
for the two new versions. No source changes were needed. peerDependencies
already cover astro ^7 and tailwindcss ^4, so they're unchanged.

Validation: pnpm lint, pnpm check, pnpm typecheck, and pnpm test all pass
(16/16 tests). pnpm audit reports no known vulnerabilities.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 7b365a6a-506f-4d86-a9d3-a7bdbbf9ee5b
@jongio jongio added the deps Dependency updates label Jul 27, 2026
@jongio jongio self-assigned this Jul 27, 2026
@jongio
jongio merged commit a99f377 into main Jul 27, 2026
1 check passed
@jongio
jongio deleted the deps/update-2026-07-27 branch July 27, 2026 20:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

deps Dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant