build(deps): bump the npm-all group across 1 directory with 14 updates - #1456
build(deps): bump the npm-all group across 1 directory with 14 updates#1456dependabot[bot] wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Pull request overview
Note
Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.
Updates the frontend build/tooling stack by bumping Astro ecosystem packages and developer tooling versions.
Changes:
- Bumped Astro core and several
@astrojs/*integrations (MDX/remark/Starlight). - Updated rendering/tooling deps (e.g.,
satori) and dev tooling (Playwright, ESLint, Prettier, TS/tsx). - Minor version bumps for supporting packages (
globals, iconify JSON).
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| "tsx": "^4.23.11", | ||
| "typescript": "^7.0.2", | ||
| "typescript-eslint": "^8.66.0", |
| "@astrojs/markdown-remark": "7.2.2", | ||
| "@astrojs/mdx": "^7.0.5", | ||
| "@astrojs/rss": "^4.0.19", | ||
| "@astrojs/starlight": "^0.41.3", | ||
| "@astrojs/starlight": "^0.41.7", |
| "@lunariajs/starlight": "^0.1.1", | ||
| "asciinema-player": "^3.17.0", | ||
| "astro": "^7.1.3", | ||
| "astro": "^7.2.0", |
Adam Ratzman (adamint)
left a comment
There was a problem hiding this comment.
The frontend build is currently failing under TypeScript 7 (Cannot read properties of undefined (reading 'Cjs') in @typescript-eslint/typescript-estree). Copilot already has an inline thread on the unsupported pairing, so I’m not adding another one. I don't think this is ready until TypeScript stays on a supported version or the TypeScript-coupled packages move together.
Bumps the npm-all group with 14 updates in the /src/frontend directory: | Package | From | To | | --- | --- | --- | | [@astrojs/markdown-remark](https://github.com/withastro/astro/tree/HEAD/packages/markdown/remark) | `7.2.1` | `7.2.2` | | [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx) | `7.0.3` | `7.0.5` | | [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) | `0.41.3` | `0.41.7` | | [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `7.1.3` | `7.2.0` | | [satori](https://github.com/vercel/satori) | `0.28.1` | `0.29.0` | | [@iconify-json/material-icon-theme](https://github.com/iconify/icon-sets) | `1.2.69` | `1.2.70` | | [@playwright/test](https://github.com/microsoft/playwright) | `1.61.1` | `1.62.1` | | [astro-vtbot](https://github.com/martrapp/astro-vtbot) | `3.0.0` | `3.0.1` | | [eslint](https://github.com/eslint/eslint) | `10.7.0` | `10.8.1` | | [globals](https://github.com/sindresorhus/globals) | `17.7.0` | `17.9.0` | | [prettier](https://github.com/prettier/prettier) | `3.9.5` | `3.9.6` | | [tsx](https://github.com/privatenumber/tsx) | `4.23.1` | `4.23.12` | | [typescript](https://github.com/microsoft/TypeScript) | `6.0.3` | `7.0.2` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.65.0` | `8.66.0` | Updates `@astrojs/markdown-remark` from 7.2.1 to 7.2.2 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/markdown/remark/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/markdown-remark@7.2.2/packages/markdown/remark) Updates `@astrojs/mdx` from 7.0.3 to 7.0.5 - [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/@astrojs/mdx@7.0.5/packages/integrations/mdx) Updates `@astrojs/starlight` from 0.41.3 to 0.41.7 - [Release notes](https://github.com/withastro/starlight/releases) - [Changelog](https://github.com/withastro/starlight/blob/main/packages/starlight/CHANGELOG.md) - [Commits](https://github.com/withastro/starlight/commits/@astrojs/starlight@0.41.7/packages/starlight) Updates `astro` from 7.1.3 to 7.2.0 - [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/astro@7.2.0/packages/astro) Updates `satori` from 0.28.1 to 0.29.0 - [Release notes](https://github.com/vercel/satori/releases) - [Commits](vercel/satori@0.28.1...0.29.0) Updates `@iconify-json/material-icon-theme` from 1.2.69 to 1.2.70 - [Commits](https://github.com/iconify/icon-sets/commits) Updates `@playwright/test` from 1.61.1 to 1.62.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.61.1...v1.62.1) Updates `astro-vtbot` from 3.0.0 to 3.0.1 - [Changelog](https://github.com/martrapp/astro-vtbot/blob/main/CHANGELOG.md) - [Commits](https://github.com/martrapp/astro-vtbot/commits) Updates `eslint` from 10.7.0 to 10.8.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v10.7.0...v10.8.1) Updates `globals` from 17.7.0 to 17.9.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v17.7.0...v17.9.0) Updates `prettier` from 3.9.5 to 3.9.6 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.9.5...3.9.6) Updates `tsx` from 4.23.1 to 4.23.12 - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](privatenumber/tsx@v4.23.1...v4.23.12) Updates `typescript` from 6.0.3 to 7.0.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/commits) Updates `typescript-eslint` from 8.65.0 to 8.66.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.66.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@astrojs/markdown-remark" dependency-version: 7.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-all - dependency-name: "@astrojs/mdx" dependency-version: 7.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-all - dependency-name: "@astrojs/starlight" dependency-version: 0.41.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-all - dependency-name: "@iconify-json/material-icon-theme" dependency-version: 1.2.70 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-all - dependency-name: "@playwright/test" dependency-version: 1.62.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-all - dependency-name: astro dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-all - dependency-name: astro-vtbot dependency-version: 3.0.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-all - dependency-name: eslint dependency-version: 10.8.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-all - dependency-name: globals dependency-version: 17.9.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-all - dependency-name: prettier dependency-version: 3.9.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-all - dependency-name: satori dependency-version: 0.29.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-all - dependency-name: tsx dependency-version: 4.23.11 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-all - dependency-name: typescript dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-all - dependency-name: typescript-eslint dependency-version: 8.66.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-all ... Signed-off-by: dependabot[bot] <support@github.com>
ef822dc to
9f08c4c
Compare
Bumps the npm-all group with 14 updates in the /src/frontend directory:
7.2.17.2.27.0.37.0.50.41.30.41.77.1.37.2.00.28.10.29.01.2.691.2.701.61.11.62.13.0.03.0.110.7.010.8.117.7.017.9.03.9.53.9.64.23.14.23.126.0.37.0.28.65.08.66.0Updates
@astrojs/markdown-remarkfrom 7.2.1 to 7.2.2Release notes
Sourced from @astrojs/markdown-remark's releases.
Changelog
Sourced from @astrojs/markdown-remark's changelog.
Commits
b0535ca[ci] release (#17528)Updates
@astrojs/mdxfrom 7.0.3 to 7.0.5Release notes
Sourced from @astrojs/mdx's releases.
Changelog
Sourced from @astrojs/mdx's changelog.
Commits
b0535ca[ci] release (#17528)112d3ea[ci] release (#17469)41a00ddfix(mdx): emit HTML attribute casing on the Sätteri MDX path (#17514)Updates
@astrojs/starlightfrom 0.41.3 to 0.41.7Release notes
Sourced from @astrojs/starlight's releases.
Changelog
Sourced from @astrojs/starlight's changelog.
Commits
656ffd5[ci] release (#4115)612fd0aUpdate dependencies (#4113)3e486fbRefactor Sätteri RTL code support plugin (#4114)ae0838f[ci] release (#4106)f1dddc0Add Forgejo icon (#4102)5b06909[ci] release (#4097)bb06434Fix union schemaextendregression (#4095)ab2792b[ci] release (#4090)712eeddfix: invalid option error when modifying enums in docsSchema's extend (#3936)0896b91Support links with any protocol in sidebars (#4092)Updates
astrofrom 7.1.3 to 7.2.0Release notes
Sourced from astro's releases.
... (truncated)
Changelog
Sourced from astro's changelog.
... (truncated)
Commits
60e9432[ci] release (#17558)af92694docs: slightly reword session options description (#17607)caace2e[ci] format0224a3aAdd background mode for astro preview (#17174)961bbe5Experimental incremental static builds (#17084)7f94895feat(logger): allow passing relative string entrypoints (#17532)90c98aefeat(session): addsession: falseto opt out of session support (#16871)3ea55ceSupport detect devEngines for installs (#17579)0089f83Fix Content Layer build crash when neotraverse 0.6.x is hoisted by another de...f4150da[ci] formatUpdates
satorifrom 0.28.1 to 0.29.0Release notes
Sourced from satori's releases.
Commits
b712d5bfeat: add support for webp images (#622)dc2e1c5fix: replace Yoga build flag for browsers (#774)Updates
@iconify-json/material-icon-themefrom 1.2.69 to 1.2.70Commits
Updates
@playwright/testfrom 1.61.1 to 1.62.1Release notes
Sourced from @playwright/test's releases.
... (truncated)
Commits
26a9e47cherry-pick(#42043): docs: release notes for v1.62 Python, Java, and .NET (#4...0a81d5dcherry-pick(#42040): docs(release-notes): mention the isolated headless clipb...8376826cherry-pick(#42034): fix(aria): keep icon-only clickable elements in ai snaps...66c5cc9chore: mark v1.62.1 (#42020)9672bc3cherry-pick(#42009): fix(types): support branded primitives in evaluate argum...4325804cherry-pick(#41988): fix(aria): preserve names from collapsed text contributors9632f8echerry-pick(#42005): fix(tsconfig): do not throw when "extends"/"references" ...e3950d9chore: mark v1.62.0 (#41981)f07e0f7cherry-pick(#41940): docs: release notes for v1.62 (#41967)05a306ccherry-pick(#41964): Revert "feat(routeFromHar): add interceptAPIRequests opt...Updates
astro-vtbotfrom 3.0.0 to 3.0.1Changelog
Sourced from astro-vtbot's changelog.
Commits
Updates
eslintfrom 10.7.0 to 10.8.1Release notes
Sourced from eslint's releases.
... (truncated)
Commits
c049dc310.8.1a3f7826Build: changelog update for 10.8.118eb0a7fix: prevent ASI hazard inno-unused-labelsautofix (#21173)0a14800chore: update github/codeql-action action to v4.37.4 (#21196)7d0cbf8docs: Update README05adcb1test: fix failing ecosystem test foreslint-plugin-unicorn(#21191)5611035test: add error locations info tono-void(#21185)ee47333ci: bump github/codeql-action from 4 to 4.37.3 (#21176)f131c03chore: improve ecosystem test failure reporting (#20937)0a05812docs: add missing backticks tono-duplicate-imports.js(#21183)Updates
globalsfrom 17.7.0 to 17.9.0Release notes
Sourced from globals's releases.
Commits
8e7b93517.9.05a958edUpdate globals (2026-08-01) (#348)36c765917.8.07394811Update globals (2026-07-01) (#347)Updates
prettierfrom 3.9.5 to 3.9.6Release notes
Sourced from prettier's releases.
Changelog
Sourced from prettier's changelog.
... (truncated)
Commits
8f0c950Release 3.9.6e910764Update changelogec3f1c7Update typescript-eslint to v8.65.0 (#19675)73d2efcUpdate Yuku parser to v0.7.0 (#19664)dd5e24ePreserve quotes forTSMethodSignaturenodes namednew(#19621)c03ab4eUpdate dependency eslint-plugin-unicorn to v72 (#19633)b74dd53Update Yuku parser to v0.6.5 (#19654)f1b594eUpdate dependency eslint-plugin-simple-import-sort to v14 (#19655)0d9dfb6Update Yuku parser to v0.6.4 (#19650)3bbb815Removetypescript-onlydirectory (#19636)Updates
tsxfrom 4.23.1 to 4.23.12Release notes
Sourced from tsx's releases.
... (truncated)
Commits
ed9d330fix: shimimport.metawhen tokens are split by comments or newlines (#829)651f5betest: cover CommonJS TypeScript import.meta pathsbd3bc64test: cover CommonJS loader source fallback55cbecefix: preserve async ESM require fallback6c5ba85docs: document CommonJS default interopec1bcd5fix: support nyc coverage discovery (#710)b6e5b48docs: clarify CommonJS default imports2f55884fix: map Node test locationsde935d5docs: document Node source-map stack formattingb94f46ffix: support data URLs in tsImportUpdates
typescriptfrom 6.0.3 to 7.0.2Commits
Maintainer changes
This version was pushed to npm by microsoft1es, a new releaser for typescript since your current version.
Updates
typescript-eslintfrom 8.65.0 to 8.66.0Release notes
Sourced from typescript-eslint's releases.
Changelog
Sourced from typescript-eslint's changelog.
Commits
e51b11bchore(release): publish 8.66.0