Skip to content

chore(deps): bump the npm-minor-patch group across 1 directory with 10 updates - #557

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/docs/site/npm-minor-patch-396809b6e8
Closed

chore(deps): bump the npm-minor-patch group across 1 directory with 10 updates#557
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/docs/site/npm-minor-patch-396809b6e8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 29, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm-minor-patch group with 10 updates in the /docs/site directory:

Package From To
@astrojs/starlight 0.41.2 0.41.6
@fontsource/ibm-plex-mono 5.2.7 5.3.0
@fontsource/public-sans 5.2.7 5.3.0
astro 7.1.3 7.1.6
@astrojs/check 0.9.9 0.9.10
@astrojs/markdown-remark 7.2.1 7.2.2
@redocly/cli 2.36.0 2.43.3
@vvago/vale 3.15.1 3.17.0
markdownlint-cli2 0.23.0 0.23.2
turndown 7.2.1 7.2.4

Updates @astrojs/starlight from 0.41.2 to 0.41.6

Release notes

Sourced from @​astrojs/starlight's releases.

@​astrojs/starlight@​0.41.6

Patch Changes

@​astrojs/starlight@​0.41.5

Patch Changes

@​astrojs/starlight@​0.41.4

Patch Changes

@​astrojs/starlight@​0.41.3

Patch Changes

  • #3911 1686ecc Thanks @​timothyjordan! - Keeps keyboard focus inside the mobile menu while it is open, preventing focus moving to hidden interactive elements in page content.
Changelog

Sourced from @​astrojs/starlight's changelog.

0.41.6

Patch Changes

0.41.5

Patch Changes

0.41.4

Patch Changes

0.41.3

Patch Changes

  • #3911 1686ecc Thanks @​timothyjordan! - Keeps keyboard focus inside the mobile menu while it is open, preventing focus moving to hidden interactive elements in page content.
Commits

Updates @fontsource/ibm-plex-mono from 5.2.7 to 5.3.0

Commits

Updates @fontsource/public-sans from 5.2.7 to 5.3.0

Commits

Updates astro from 7.1.3 to 7.1.6

Release notes

Sourced from astro's releases.

astro@7.1.6

Patch Changes

  • #17536 ff97b86 Thanks @​dmgawel! - Fixes concurrent static builds failing to generate i18n rewrite fallbacks for dynamic routes

  • #17383 296e1b0 Thanks @​thelazylamaGit! - Fixes stale dev CSS after editing component style blocks and CSS files in dev

  • #17543 bbc1ec9 Thanks @​ematipico! - Adds a feature to experimental.collectionStorage that allows to change the size of chunks.

    For example, you can reduce the size of chunks to 1MB:

    // astro.config.mjs
    import { defineConfig } from 'astro/config';
    export default defineConfig({
    experimental: {
    collectionStorage: {
    type: 'chunked',
    chunkSize: 1024 * 1024,
    },
    },
    });

  • #17545 5214663 Thanks @​ematipico! - Bumps the Astro compiler to the latest version. Changelog.

astro@7.1.5

Patch Changes

  • #17524 7613030 Thanks @​matthewp! - Fixes a bug where an error while finalizing a request could prevent a response from being sent

  • #17480 f61ba9c Thanks @​florian-lefebvre! - Fixes a case where a custom logger.entrypoint failed to load at runtime in a built server bundle.

  • #17525 e614b7b Thanks @​matthewp! - Fixes action path resolution so that properties of a resolved action function are not treated as routable path segments

  • #17284 c775c1f Thanks @​matthewp! - Fixes a bug where the custom 404 (or 500) page was not rendered when a middleware rewrite targeted a route that returned an empty 404/500 response, and a blank page was returned instead

  • #17474 c895b12 Thanks @​nicksnyder! - Updates dependency js-yaml to v4.3.0

  • Updated dependencies [c895b12]:

    • @​astrojs/internal-helpers@​0.10.2
    • @​astrojs/markdown-remark@​7.2.2
    • @​astrojs/markdown-satteri@​0.3.5

astro@7.1.4

Patch Changes

  • #17488 d4f266d Thanks @​emerson-d-lopes! - Fixes duplicate CSS files being emitted in server output when a prerendered page and a server-rendered page share the same styles (e.g. a shared layout importing Tailwind). The prerender and SSR environments each emitted their own copy of the same stylesheet (index.X.css and _..Y.css); the SSR build now reuses the CSS asset filename from the prerender build when the stylesheet is backed by the same CSS source modules, so only a single file is emitted.

... (truncated)

Changelog

Sourced from astro's changelog.

7.1.6

Patch Changes

  • #17536 ff97b86 Thanks @​dmgawel! - Fixes concurrent static builds failing to generate i18n rewrite fallbacks for dynamic routes

  • #17383 296e1b0 Thanks @​thelazylamaGit! - Fixes stale dev CSS after editing component style blocks and CSS files in dev

  • #17543 bbc1ec9 Thanks @​ematipico! - Adds a feature to experimental.collectionStorage that allows to change the size of chunks.

    For example, you can reduce the size of chunks to 1MB:

    // astro.config.mjs
    import { defineConfig } from 'astro/config';
    export default defineConfig({
    experimental: {
    collectionStorage: {
    type: 'chunked',
    chunkSize: 1024 * 1024,
    },
    },
    });

  • #17545 5214663 Thanks @​ematipico! - Bumps the Astro compiler to the latest version. Changelog.

7.1.5

Patch Changes

  • #17524 7613030 Thanks @​matthewp! - Fixes a bug where an error while finalizing a request could prevent a response from being sent

  • #17480 f61ba9c Thanks @​florian-lefebvre! - Fixes a case where a custom logger.entrypoint failed to load at runtime in a built server bundle.

  • #17525 e614b7b Thanks @​matthewp! - Fixes action path resolution so that properties of a resolved action function are not treated as routable path segments

  • #17284 c775c1f Thanks @​matthewp! - Fixes a bug where the custom 404 (or 500) page was not rendered when a middleware rewrite targeted a route that returned an empty 404/500 response, and a blank page was returned instead

  • #17474 c895b12 Thanks @​nicksnyder! - Updates dependency js-yaml to v4.3.0

  • Updated dependencies [c895b12]:

    • @​astrojs/internal-helpers@​0.10.2
    • @​astrojs/markdown-remark@​7.2.2
    • @​astrojs/markdown-satteri@​0.3.5

7.1.4

Patch Changes

... (truncated)

Commits

Updates @astrojs/check from 0.9.9 to 0.9.10

Release notes

Sourced from @​astrojs/check's releases.

@​astrojs/check@​0.9.10

Patch Changes

Changelog

Sourced from @​astrojs/check's changelog.

0.9.10

Patch Changes

Commits

Updates @astrojs/markdown-remark from 7.2.1 to 7.2.2

Release notes

Sourced from @​astrojs/markdown-remark's releases.

@​astrojs/markdown-remark@​7.2.2

Patch Changes

  • Updated dependencies [c895b12]:
    • @​astrojs/internal-helpers@​0.10.2
Changelog

Sourced from @​astrojs/markdown-remark's changelog.

7.2.2

Patch Changes

  • Updated dependencies [c895b12]:
    • @​astrojs/internal-helpers@​0.10.2
Commits

Updates @redocly/cli from 2.36.0 to 2.43.3

Release notes

Sourced from @​redocly/cli's releases.

@​redocly/cli@​2.43.3

Patch Changes

  • Updated @​redocly/respect-core to v2.43.3.

@​redocly/cli@​2.43.2

Patch Changes

  • Updated @​redocly/client-generator to v0.2.0.
  • Updated @​redocly/openapi-core to v2.43.2.

@​redocly/cli@​2.43.1

Patch Changes

  • Updated @​redocly/openapi-core to v2.43.1.

@​redocly/cli@​2.43.0

Patch Changes

  • Updated @​redocly/openapi-core to v2.43.0.

@​redocly/cli@​2.42.0

Minor Changes

  • Added an experimental generate-client command that generates a typed, zero-dependency TypeScript client from an OpenAPI description — auth, retries, middleware, typed SSE streaming, pagination, and multipart included — plus optional companion generators for Zod validation, TanStack Query and SWR hooks, MSW mocks, and date transformers. See the generate-client command reference and the Use the generated client guide.

Patch Changes

  • Updated @​redocly/client-generator to v0.1.0.
  • Updated @​redocly/openapi-core to v2.42.0.

@​redocly/cli@​2.41.2

Patch Changes

  • Updated js-yaml from 5.2.1 to 5.2.2 to resolve a vulnerability in YAML parsing.

  • Added support for the Arazzo spec-compliant workflow reference form $sourceDescriptions.<name>.<workflowId> in dependsOn, step workflowId, and success/failure action workflowId.

    Unresolvable workflow references fail only the affected workflow with a clear error message, and no longer abort the whole run or pass unnoticed.

  • Updated @​redocly/openapi-core to v2.41.2.

  • Updated @​redocly/respect-core to v2.41.2.

@​redocly/cli@​2.41.1

Patch Changes

  • Fixed an issue where the drift command's schema-consistency rule reported false-positive findings for oneOf schemas with a discriminator. Payloads are validated only against the branch selected by the discriminator value instead of every oneOf branch.

... (truncated)

Commits
  • eeafdc0 chore: 🔖 release new versions (#3004)
  • 8bc7c35 fix(respect): secrets masking for encoded occurrences in har-output (#2998)
  • ab9b002 chore: use remote cafe api source description in respect e2e (#3003)
  • 3b991ee docs(core): document skipPluginEval option in README (#2997)
  • 6dcd3c4 docs: suggest users to ask for a missing rule (#3000)
  • a006539 chore: fix tests workflow (#2999)
  • 20db2e7 chore: 🔖 release new versions (#2995)
  • da1ed3f feat(client-generator): add timeout, idempotency keys, and client identificat...
  • 31281aa chore: change respect e2e to use cafe api (#2986)
  • 6e5b000 chore: update @​redocly/config version to v0.53.1 (#2989)
  • Additional commits viewable in compare view

Updates @vvago/vale from 3.15.1 to 3.17.0

Commits

Updates markdownlint-cli2 from 0.23.0 to 0.23.2

Changelog

Sourced from markdownlint-cli2's changelog.

0.23.2

  • Update dependencies

0.23.1

  • Show attempted fix counts after fixing
  • Update dependencies (including markdownlint)
Commits
  • b82a6c8 Update to version 0.23.2.
  • e4e659d Add a stub for process.nextTick (using queueMicrotask) now that globby (indir...
  • 99760af Bump globby from 16.2.1 to 16.2.2
  • 3070236 Address new ESLint warnings from previous commit.
  • 6e3cc93 Bump eslint-plugin-unicorn from 71.1.0 to 72.0.0
  • 4ba8177 Add eslint-package-json/all to lint script, address new issues.
  • 9cb99b2 Refactor eslint.config.mjs to use defineConfig, change eslint-plugin-n from "...
  • 37fb0ec Address new ESLint warnings from previous commit.
  • f7fea61 Bump eslint-node-test from 0.2.0 to 0.3.0
  • 85bb5e7 Bump js-yaml from 5.2.1 to 5.2.2
  • Additional commits viewable in compare view

Updates turndown from 7.2.1 to 7.2.4

Release notes

Sourced from turndown's releases.

v7.2.4

  • Revert "Merge pull request #515 from Corion/master" f11801c

mixmark-io/turndown@v7.2.3...v7.2.4

v7.2.3

  • Merge pull request #521 from mixmark-io/dependabot/npm_and_yarn/flatted-3.4.2 3cb11bd
  • Bump flatted from 3.4.1 to 3.4.2 20bd64e
  • Merge pull request #520 from pavelhoral/remove-browserify 0a6d298
  • Replace Browserify with RollupJS build 54123af
  • Merge pull request #519 from pavelhoral/upgrade-deps 8c2055e
  • Merge pull request #477 from za3k/demo-link a1bb94a
  • Add Babel transpilation step so that the output stays the same fc21b5f
  • Upgrade standard linter and fix connected issues c1e9141
  • Merge pull request #518 from pavelhoral/upgrade-deps 88ebe7c
  • Upgrade dependencies 5337d5b
  • Merge pull request #515 from Corion/master 01b35ad
  • Normalize linebreaks within PRE elements ae008ec
  • Merge pull request #511 from vicb/vicb/up-rollup 162ef46
  • Bump rollup f82dcaa
  • Merge pull request #517 from pavelhoral/fix-link-destination 1986fd3
  • Fix escaping link destination with spaces ce16479
  • Merge pull request #474 from orchitech/fix-image-links a22e6dc
  • Properly escape inline link and image attributes. Fix #473. ea45ddd
  • Add demo link b6874f7

mixmark-io/turndown@v7.2.2...v7.2.3

v7.2.2

  • Merge pull request #504 from pavelhoral/fix-regexp-trim 8ed0499
  • Replace regexp trim (#501) e26cc81

mixmark-io/turndown@v7.2.1...v7.2.2

Commits
  • fb7a865 7.2.4
  • f11801c Revert "Merge pull request #515 from Corion/master"
  • 0c9954b 7.2.3
  • 3cb11bd Merge pull request #521 from mixmark-io/dependabot/npm_and_yarn/flatted-3.4.2
  • 20bd64e Bump flatted from 3.4.1 to 3.4.2
  • 0a6d298 Merge pull request #520 from pavelhoral/remove-browserify
  • 54123af Replace Browserify with RollupJS build
  • 8c2055e Merge pull request #519 from pavelhoral/upgrade-deps
  • a1bb94a Merge pull request #477 from za3k/demo-link
  • fc21b5f Add Babel transpilation step so that the output stays the same
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 29, 2026
@dependabot
dependabot Bot requested a review from jeremi as a code owner July 29, 2026 05:35
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 29, 2026
@dependabot dependabot Bot changed the title chore(deps): bump the npm-minor-patch group in /docs/site with 10 updates chore(deps): bump the npm-minor-patch group across 1 directory with 10 updates Jul 29, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/docs/site/npm-minor-patch-396809b6e8 branch from 29c4c6a to 7237917 Compare July 29, 2026 15:04

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 72379176c4

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread docs/site/package.json Outdated
"@fontsource/ibm-plex-mono": "^5.2.7",
"@fontsource/public-sans": "^5.2.7",
"astro": "7.1.3",
"@astrojs/starlight": "^0.41.5",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Add the missing DCO sign-off

For this commit, git show --format=full 5aa226b938a43ea09fde16ba99db7ee576c98d9c has no Signed-off-by: trailer, while .github/workflows/dco.yml checks every PR commit and exits nonzero when that trailer is absent. Please re-create/amend this dependency-bump commit with git commit -s so the PR is mergeable.

Useful? React with 👍 / 👎.

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/docs/site/npm-minor-patch-396809b6e8 branch from 7237917 to 95f7c3a Compare July 31, 2026 17:34

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 95f7c3a06c

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread docs/site/package.json Outdated
"@fontsource/ibm-plex-mono": "^5.2.7",
"@fontsource/public-sans": "^5.2.7",
"astro": "7.1.3",
"@astrojs/starlight": "^0.41.5",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Add the missing DCO sign-off

For fc46a3b05d3da8fa0da0b854b0b95f0123375c56, git show --format=full --no-patch fc46a3b05d3da8fa0da0b854b0b95f0123375c56 contains no Signed-off-by: trailer. The DCO workflow checks every PR commit and fails when that trailer is absent, so this dependency bump will keep the PR unmergeable until it is re-created/amended with git commit -s. This is fresh evidence for the currently reviewed commit, whereas the previous Codex comment named a different commit.

AGENTS.md reference: AGENTS.md:L70-L70

Useful? React with 👍 / 👎.

Comment thread docs/site/package.json Outdated
"@fontsource/ibm-plex-mono": "^5.2.7",
"@fontsource/public-sans": "^5.2.7",
"astro": "7.1.3",
"@astrojs/starlight": "^0.41.5",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Add the missing DCO sign-off

For fc46a3b05d3da8fa0da0b854b0b95f0123375c56, git show --format=full --no-patch fc46a3b05d3da8fa0da0b854b0b95f0123375c56 contains no Signed-off-by: trailer. The DCO workflow checks every PR commit and fails when that trailer is absent, so this dependency bump will keep the PR unmergeable until it is re-created/amended with git commit -s. This is fresh evidence for the currently reviewed commit, whereas the previous Codex comment named a different commit.

Useful? React with 👍 / 👎.

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/docs/site/npm-minor-patch-396809b6e8 branch from 95f7c3a to 291862f Compare August 5, 2026 05:36

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 291862fd95

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread docs/site/package.json
"@fontsource/ibm-plex-mono": "^5.2.7",
"@fontsource/public-sans": "^5.2.7",
"astro": "7.1.3",
"@astrojs/starlight": "^0.41.6",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Add the missing DCO sign-off

For this dependency-bump commit, git show --format=full --no-patch 177241e8fada60eb5c343a84fa37a761ec3092b0 has no Signed-off-by: trailer. The DCO workflow checks each PR commit in base..head and exits nonzero when that trailer is missing, so this PR remains unmergeable until the commit is recreated or amended with git commit -s; this is fresh evidence for the currently reviewed commit, not the earlier commits already commented on.

AGENTS.md reference: AGENTS.md:L70-L70

Useful? React with 👍 / 👎.

Comment thread docs/site/package.json
"@fontsource/ibm-plex-mono": "^5.2.7",
"@fontsource/public-sans": "^5.2.7",
"astro": "7.1.3",
"@astrojs/starlight": "^0.41.6",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Add the missing DCO sign-off

For this dependency-bump commit, git show --format=full --no-patch 177241e8fada60eb5c343a84fa37a761ec3092b0 has no Signed-off-by: trailer. The DCO workflow checks each PR commit in base..head and exits nonzero when that trailer is missing, so this PR remains unmergeable until the commit is recreated or amended with git commit -s; this is fresh evidence for the currently reviewed commit, not the earlier commits already commented on.

Useful? React with 👍 / 👎.

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/docs/site/npm-minor-patch-396809b6e8 branch from 291862f to 562bde7 Compare August 5, 2026 09:42

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 562bde7102

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread docs/site/package.json
"@fontsource/ibm-plex-mono": "^5.2.7",
"@fontsource/public-sans": "^5.2.7",
"astro": "7.1.3",
"@astrojs/starlight": "^0.41.6",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Add the missing DCO sign-off

For commit 8f9a9e0210699ca95b5e3823076584fe0f115b61, git show --format=full --no-patch 8f9a9e0210699ca95b5e3823076584fe0f115b61 contains no Signed-off-by: trailer. The DCO workflow checks each non-merge PR commit and exits when that trailer is absent, so this dependency-bump commit will keep the PR unmergeable until it is recreated or amended with git commit -s; this is fresh evidence for the currently reviewed commit rather than the earlier commits already commented on.

AGENTS.md reference: AGENTS.md:L147-L147

Useful? React with 👍 / 👎.

Comment thread docs/site/package.json
"@fontsource/ibm-plex-mono": "^5.2.7",
"@fontsource/public-sans": "^5.2.7",
"astro": "7.1.3",
"@astrojs/starlight": "^0.41.6",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Add the missing DCO sign-off

For commit 8f9a9e0210699ca95b5e3823076584fe0f115b61, git show --format=full --no-patch 8f9a9e0210699ca95b5e3823076584fe0f115b61 contains no Signed-off-by: trailer. The DCO workflow checks each non-merge PR commit and exits when that trailer is absent, so this dependency-bump commit will keep the PR unmergeable until it is recreated or amended with git commit -s; this is fresh evidence for the currently reviewed commit rather than the earlier commits already commented on.

Useful? React with 👍 / 👎.

…0 updates

Bumps the npm-minor-patch group with 10 updates in the /docs/site directory:

| Package | From | To |
| --- | --- | --- |
| [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) | `0.41.2` | `0.41.6` |
| [@fontsource/ibm-plex-mono](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/ibm-plex-mono) | `5.2.7` | `5.3.0` |
| [@fontsource/public-sans](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/public-sans) | `5.2.7` | `5.3.0` |
| [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `7.1.3` | `7.1.6` |
| [@astrojs/check](https://github.com/withastro/astro/tree/HEAD/packages/language-tools/astro-check) | `0.9.9` | `0.9.10` |
| [@astrojs/markdown-remark](https://github.com/withastro/astro/tree/HEAD/packages/markdown/remark) | `7.2.1` | `7.2.2` |
| [@redocly/cli](https://github.com/Redocly/redocly-cli) | `2.36.0` | `2.43.3` |
| [@vvago/vale](https://github.com/zeropaper/vale) | `3.15.1` | `3.17.0` |
| [markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2) | `0.23.0` | `0.23.2` |
| [turndown](https://github.com/mixmark-io/turndown) | `7.2.1` | `7.2.4` |



Updates `@astrojs/starlight` from 0.41.2 to 0.41.6
- [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.6/packages/starlight)

Updates `@fontsource/ibm-plex-mono` from 5.2.7 to 5.3.0
- [Changelog](https://github.com/fontsource/font-files/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/ibm-plex-mono)

Updates `@fontsource/public-sans` from 5.2.7 to 5.3.0
- [Changelog](https://github.com/fontsource/font-files/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/public-sans)

Updates `astro` from 7.1.3 to 7.1.6
- [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.1.6/packages/astro)

Updates `@astrojs/check` from 0.9.9 to 0.9.10
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/language-tools/astro-check/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/check@0.9.10/packages/language-tools/astro-check)

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 `@redocly/cli` from 2.36.0 to 2.43.3
- [Release notes](https://github.com/Redocly/redocly-cli/releases)
- [Commits](https://github.com/Redocly/redocly-cli/compare/@redocly/cli@2.36.0...@redocly/cli@2.43.3)

Updates `@vvago/vale` from 3.15.1 to 3.17.0
- [Commits](https://github.com/zeropaper/vale/commits)

Updates `markdownlint-cli2` from 0.23.0 to 0.23.2
- [Changelog](https://github.com/DavidAnson/markdownlint-cli2/blob/main/CHANGELOG.md)
- [Commits](DavidAnson/markdownlint-cli2@v0.23.0...v0.23.2)

Updates `turndown` from 7.2.1 to 7.2.4
- [Release notes](https://github.com/mixmark-io/turndown/releases)
- [Commits](mixmark-io/turndown@v7.2.1...v7.2.4)

---
updated-dependencies:
- dependency-name: "@astrojs/check"
  dependency-version: 0.9.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: "@astrojs/markdown-remark"
  dependency-version: 7.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: "@astrojs/starlight"
  dependency-version: 0.41.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: "@fontsource/ibm-plex-mono"
  dependency-version: 5.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: "@fontsource/public-sans"
  dependency-version: 5.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: "@redocly/cli"
  dependency-version: 2.41.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: "@vvago/vale"
  dependency-version: 3.15.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: astro
  dependency-version: 7.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: markdownlint-cli2
  dependency-version: 0.23.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: turndown
  dependency-version: 7.2.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/docs/site/npm-minor-patch-396809b6e8 branch from 562bde7 to 1f60e59 Compare August 7, 2026 07:38

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 1f60e59301

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread docs/site/package.json
"@fontsource/ibm-plex-mono": "^5.2.7",
"@fontsource/public-sans": "^5.2.7",
"astro": "7.1.3",
"@astrojs/starlight": "^0.41.6",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Add the missing DCO sign-off

For this commit, git show --format=full --no-patch 88fd873429ce22ba1cba80b9ce7a56d82c77db31 contains no Signed-off-by: trailer. The DCO workflow checks each non-merge PR commit (.github/workflows/dco.yml, lines 27-35) and exits nonzero when any trailer is absent, so this dependency bump remains unmergeable until it is recreated or amended with git commit -s; this is fresh evidence for the currently reviewed commit rather than the earlier commits already commented on.

AGENTS.md reference: AGENTS.md:L192-L192

Useful? React with 👍 / 👎.

Comment thread docs/site/package.json
"@fontsource/ibm-plex-mono": "^5.2.7",
"@fontsource/public-sans": "^5.2.7",
"astro": "7.1.3",
"@astrojs/starlight": "^0.41.6",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Add the missing DCO sign-off

For this commit, git show --format=full --no-patch 88fd873429ce22ba1cba80b9ce7a56d82c77db31 contains no Signed-off-by: trailer. The DCO workflow checks each non-merge PR commit (.github/workflows/dco.yml, lines 27-35) and exits nonzero when any trailer is absent, so this dependency bump remains unmergeable until it is recreated or amended with git commit -s; this is fresh evidence for the currently reviewed commit rather than the earlier commits already commented on.

Useful? React with 👍 / 👎.

@dependabot @github

dependabot Bot commented on behalf of github Aug 8, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Aug 8, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/docs/site/npm-minor-patch-396809b6e8 branch August 8, 2026 08:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants