chore(deps): bump the majors group across 1 directory with 4 updates#104
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
91c07c3 to
f901d9f
Compare
Bumps the majors group with 4 updates in the / directory: [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx), [@astrojs/react](https://github.com/withastro/astro/tree/HEAD/packages/integrations/react), [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) and [next](https://github.com/vercel/next.js). Updates `@astrojs/mdx` from 4.3.14 to 6.0.1 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/mdx/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/[email protected]/packages/integrations/mdx) Updates `@astrojs/react` from 4.4.2 to 5.0.7 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/react/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/[email protected]/packages/integrations/react) Updates `astro` from 5.18.2 to 6.4.3 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/[email protected]/packages/astro) Updates `next` from 15.5.18 to 16.2.7 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v15.5.18...v16.2.7) --- updated-dependencies: - dependency-name: "@astrojs/mdx" dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: majors - dependency-name: "@astrojs/react" dependency-version: 5.0.6 dependency-type: direct:production update-type: version-update:semver-major dependency-group: majors - dependency-name: astro dependency-version: 6.4.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: majors - dependency-name: next dependency-version: 16.2.7 dependency-type: direct:production update-type: version-update:semver-major dependency-group: majors ... Signed-off-by: dependabot[bot] <[email protected]>
f901d9f to
71b84fa
Compare
Resolves the breakages introduced by the major group bump so CI passes:
- sites/web: astro 6 requires vite 7, but @tailwindcss/vite deduped to vite 8
(used elsewhere in the monorepo). Two vite majors sharing one rolldown
binding crashed the build ("Missing field tsconfigPaths"). Pin vite ^7.3.2
in sites/web so the tailwind plugin aligns with astro's vite.
- biome: next 16 regenerates next-env.d.ts as a real import statement (was a
triple-slash directive) that violates the biome style. Exclude the
auto-generated next-env.d.ts from biome.
- pnpm-workspace.yaml: exclude [email protected] and @astrojs/[email protected] from the
minimumReleaseAge cooldown so the frozen lockfile install passes.
Breaking changes resolved ✅These majors weren't mergeable as-is: beyond the install failure, the Astro upgrade broke the web build. I've pushed a fix commit onto this same branch with the resolution. Summary of what was failing and why: 1. CI never reached any real check —
|
Bumps the majors group with 4 updates in the / directory: @astrojs/mdx, @astrojs/react, astro and next.
Updates
@astrojs/mdxfrom 4.3.14 to 6.0.1Release notes
Sourced from @astrojs/mdx's releases.
... (truncated)
Changelog
Sourced from @astrojs/mdx's changelog.
... (truncated)
Commits
48e5c4d[ci] release (#15808)2ce9e74chore: update docs links (#15732)25560db[ci] release (beta) (#15773)6414732Spelling (#15601)9b0def6[ci] release (beta) (#15758)3885e8d[ci] release (beta) (#15687)6f19eccchore(deps): update shiki to v4 (#15726)1118ac4feat: update tsconfig template to prepare for TS 6 (#15668)31c692cchore(deps): remove deprecatedremark-shiki-twoslash(#15695)2239cf2[ci] release (beta) (#15674)Updates
@astrojs/reactfrom 4.4.2 to 5.0.7Release notes
Sourced from @astrojs/react's releases.
Changelog
Sourced from @astrojs/react's changelog.
... (truncated)
Commits
75ae5df[ci] release (#16912)17a0fbdchore(deps): update devalue (#16900)c7157e6[ci] release (#16870)e345bcd[ci] release (#16653)5a8cd09refactor: update tsconfig to use TypeScript project references (#16505)5c543c5refactor(astro): add internal entry points for test (#16473)21ca872[ci] release (#16399)99464edBump vite, picomatch, and unstorage to latest patch versions (#16448)f7566b8refactor: unify test setup (#16445)ba2dbf1refactor(astro): correct Fixture type signatures in test-utils (#16380)Updates
astrofrom 5.18.2 to 6.4.3Release notes
Sourced from astro's releases.
... (truncated)
Changelog
Sourced from astro's changelog.
... (truncated)
Commits
75ae5df[ci] release (#16912)7604e63fix: remove dead else branch in csp insertDirective (#16921)0d85e1bFix false positive missing-content audit for hidden anchors (#16016)1e341b1chore: move integration tests to unit tests (#16869)79c6c46Fix 404 route resolution for experimental.advancedRouting with astro/hono han...17a0fbdchore(deps): update devalue (#16900)86e1190docs: fix typos in astro:i18n middleware JSDoc (#16574)239c469fix: astro() marks all pipeline features as used (#16899)e0e686c[ci] formatef53ab9feat(fonts): better bold fallbacks (#16908)Updates
nextfrom 15.5.18 to 16.2.7Release notes
Sourced from next's releases.
... (truncated)
Commits
9bd3c26v16.2.7c63224f[backport] feat(turbopack): add LocalPathOrProjectPath PostCSS config resolut...63115c7[16.2.x] Don't dropFormDataentries (#94240)aef22fd[backport] Propagate adapter preferred regions (#94200)f126e72[backport] Fix "type: module" in project dir when using standalone or adapter...bda3e2a[ci] Disable hanging node 24 typescript tests on 16.2 backport branch (#94164)7e16e07[backport] Turbopack: switch from base40 to base38 hash encoding (#93932)6139f4b[backport] Fix server action forwarding loop with middleware rewrites (#93919)c021d10[backport] Encode non-ASCII characters in cache tags at construction (#93918)9184ddb[backport] Fix catch-allrouter.querycorruption withbasePath+ `rewrite...