chore(deps): Bump the npm-minor-patch group across 1 directory with 8 updates - #928
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 2eb4317060
ℹ️ 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".
| "dependencies": { | ||
| "@astrojs/sitemap": "^3.7.3", | ||
| "@astrojs/starlight": "^0.41.7", | ||
| "@astrojs/sitemap": "^3.7.4", |
There was a problem hiding this comment.
Commit 3e7d9b0d46e6b1afec7b22ae552c80ab9ea3eab5 contains no Signed-off-by trailer, so it does not satisfy the repository's mandatory DCO requirement; recreate or squash the commit using git commit -s before merging.
AGENTS.md reference: AGENTS.md:L346-L346
Useful? React with 👍 / 👎.
2eb4317 to
11411ef
Compare
… updates Bumps the npm-minor-patch group with 8 updates in the /docs/site directory: | Package | From | To | | --- | --- | --- | | [@astrojs/sitemap](https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap) | `3.7.3` | `3.7.4` | | [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) | `0.41.7` | `0.42.0` | | [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `7.2.2` | `7.3.1` | | [mermaid](https://github.com/mermaid-js/mermaid) | `11.16.1` | `11.17.2` | | [starlight-openapi](https://github.com/HiDeoo/starlight-openapi/tree/HEAD/packages/starlight-openapi) | `0.26.1` | `0.26.2` | | [@astrojs/markdown-remark](https://github.com/withastro/astro/tree/HEAD/packages/markdown/remark) | `7.2.2` | `7.3.0` | | [@redocly/cli](https://github.com/Redocly/redocly-cli) | `2.46.1` | `2.51.2` | | [@vvago/vale](https://github.com/zeropaper/vale) | `3.17.1` | `3.20.0` | Updates `@astrojs/sitemap` from 3.7.3 to 3.7.4 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/sitemap/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/sitemap@3.7.4/packages/integrations/sitemap) Updates `@astrojs/starlight` from 0.41.7 to 0.42.0 - [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.42.0/packages/starlight) Updates `astro` from 7.2.2 to 7.3.1 - [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.3.1/packages/astro) Updates `mermaid` from 11.16.1 to 11.17.2 - [Release notes](https://github.com/mermaid-js/mermaid/releases) - [Commits](https://github.com/mermaid-js/mermaid/compare/mermaid@11.16.1...mermaid@11.17.2) Updates `starlight-openapi` from 0.26.1 to 0.26.2 - [Release notes](https://github.com/HiDeoo/starlight-openapi/releases) - [Changelog](https://github.com/HiDeoo/starlight-openapi/blob/main/packages/starlight-openapi/CHANGELOG.md) - [Commits](https://github.com/HiDeoo/starlight-openapi/commits/starlight-openapi@0.26.2/packages/starlight-openapi) Updates `@astrojs/markdown-remark` from 7.2.2 to 7.3.0 - [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.3.0/packages/markdown/remark) Updates `@redocly/cli` from 2.46.1 to 2.51.2 - [Release notes](https://github.com/Redocly/redocly-cli/releases) - [Commits](https://github.com/Redocly/redocly-cli/compare/@redocly/cli@2.46.1...@redocly/cli@2.51.2) Updates `@vvago/vale` from 3.17.1 to 3.20.0 - [Commits](https://github.com/zeropaper/vale/commits) --- updated-dependencies: - dependency-name: "@astrojs/markdown-remark" dependency-version: 7.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor-patch - dependency-name: "@astrojs/sitemap" dependency-version: 3.7.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-minor-patch - dependency-name: "@astrojs/starlight" dependency-version: 0.42.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-minor-patch - dependency-name: "@redocly/cli" dependency-version: 2.51.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor-patch - dependency-name: "@vvago/vale" dependency-version: 3.20.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor-patch - dependency-name: astro dependency-version: 7.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-minor-patch - dependency-name: mermaid dependency-version: 11.17.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-minor-patch - dependency-name: starlight-openapi dependency-version: 0.26.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
11411ef to
c7506c6
Compare
Bumps the npm-minor-patch group with 8 updates in the /docs/site directory:
3.7.33.7.40.41.70.42.07.2.27.3.111.16.111.17.20.26.10.26.27.2.27.3.02.46.12.51.23.17.13.20.0Updates
@astrojs/sitemapfrom 3.7.3 to 3.7.4Release notes
Sourced from @astrojs/sitemap's releases.
Changelog
Sourced from @astrojs/sitemap's changelog.
Commits
2fdf731[ci] release (#17849)52d3f56fix(@astrojs/sitemap): preserve root path/in sitemap URLs when trailingSl...2bfb179chore: simpler package.json types (#17229)Updates
@astrojs/starlightfrom 0.41.7 to 0.42.0Release notes
Sourced from @astrojs/starlight's releases.
... (truncated)
Changelog
Sourced from @astrojs/starlight's changelog.
... (truncated)
Commits
88ad3c2[ci] release (#4172)74cb3f1Update dependencies (#4173)6135f01Use Sätteri 0.10 APIs (#4134)2623ae6Refactor mobile menu to use Popover API (#4121)09af1c6chore(deps): updatemagic-stringto v1 (#4082)292fb17[i18nIgnore] Transpile Starlight packages (#3572)0138f22[ci] release (#4169)32a5e29Fix hidden heading anchor links (#4167)cdfafd8perf: optimize route and sidebar lookups (#4148)dd7fb97chore: add benchmarks (#4157)Updates
astrofrom 7.2.2 to 7.3.1Release notes
Sourced from astro's releases.
... (truncated)
Changelog
Sourced from astro's changelog.
... (truncated)
Commits
92f23cc[ci] release (#17900)0389640fix: dont use internal paths (#17899)f800de1[ci] release (#17881)1e0b7e6[ci] format4671a5cchore(deps): update react to v19 in0-cssfixture (#17888)31b886bUpdate bundled Zod to 4.5 (#17862)e747cbaSkip unsupported Vary responses in the memory cache (#17886)fb5b0d0[ci] formatce7c91fAdd--ignore-lockflag support toastro preview(#17767)c0b6581feat: use logger instead of console where possible (#17818)Updates
mermaidfrom 11.16.1 to 11.17.2Release notes
Sourced from mermaid's releases.
... (truncated)
Commits
dcb694dVersion Packages (#8130)178d7c7fix: restore edgePaths class on the edge group (#8125)569f46eVersion Packages (#8114)3054836Version Packages5b17e0aMerge pull request #8092 from mermaid-js/hotfix/11.17.1655211aReverted change of wrap-options8a23480Updated doc from feedback412c80aUpdate doc and consistent handlig in c4 as for seq diagsb433a9aUpdated changeset to describe specifik diagram affected6bae15eUpdated tests to Playwright APIUpdates
starlight-openapifrom 0.26.1 to 0.26.2Release notes
Sourced from starlight-openapi's releases.
Changelog
Sourced from starlight-openapi's changelog.
Commits
0c665e3ci: release (#177)a4342e6Preserve Expressive Code configuration (#176)Updates
@astrojs/markdown-remarkfrom 7.2.2 to 7.3.0Release notes
Sourced from @astrojs/markdown-remark's releases.
Changelog
Sourced from @astrojs/markdown-remark's changelog.
Commits
2fdf731[ci] release (#17849)f8e9458feat: move MDX into the processors themselves (#17262)8a31cba[ci] release (#17739)bc171affeat(satteri): update to Sätteri 0.10.x (#17731)52e6c34[ci] release (#17691)Updates
@redocly/clifrom 2.46.1 to 2.51.2Release notes
Sourced from @redocly/cli's releases.
... (truncated)
Commits
8938c89chore: 🔖 release new versions (#3085)57c491dfix: esm plugin resolution (#3091)51f80aafix(drift): match path segments that mix literal text with parameters (#2994)faee249fix: update fast-uri to 3.1.7 to resolve advisories (#3084)90787c1chore: 🔖 release new versions (#3077)4bfbf55fix: update@faker-js/fakerto resolve vulnerability (#3075)9514d13fix: generate-arazzo mangling a remote description URL (#3076)2566393chore: 🔖 release new versions (#3073)1645ad2feat: add--with-aioptions forgenerate-arazzocommand (#3052)e200d9dfix(cli): report production usage data only for released builds (#3065)Updates
@vvago/valefrom 3.17.1 to 3.20.0Commits
Install script changes
This version modifies
postinstallscript that runs during installation. Review the package contents before updating.