chore(deps): update all digest updates #123

Merged
renovate[bot] merged 1 commits from renovate/all-digest into master 2026-09-09 04:04:47 +04:00
Collaborator

This PR contains the following updates:

Package Change Age Confidence
@astrojs/markdown-remark (source) 7.3.07.3.1 age confidence
astro (source) 7.3.17.3.2 age confidence
cssnano 9.0.39.0.4 age confidence
cssnano-preset-advanced 9.0.39.0.4 age confidence

Release Notes

withastro/astro (@​astrojs/markdown-remark)

v7.3.1

Compare Source

Patch Changes
  • #​17896 a548223 Thanks @​matthewp! - Fixes <script>/<style> rendering in MDX so that only literal content (including content injected by remark/rehype plugins) is treated as trusted markup. A dynamic value passed as a <script>/<style> child (e.g. <script>{value}</script>) is now escaped like any other element's content instead of being rendered raw. Use set:html to explicitly opt a dynamic value back into raw rendering.
withastro/astro (astro)

v7.3.2

Compare Source

Patch Changes
  • #​17896 a548223 Thanks @​matthewp! - Fixes <script>/<style> rendering in MDX so that only literal content (including content injected by remark/rehype plugins) is treated as trusted markup. A dynamic value passed as a <script>/<style> child (e.g. <script>{value}</script>) is now escaped like any other element's content instead of being rendered raw. Use set:html to explicitly opt a dynamic value back into raw rendering.

  • #​17931 c1a6a89 Thanks @​astro-factory! - Fixes the dev toolbar returning a 504 "Outdated Optimize Dep" error when a workspace-linked package imports a dependency that Vite's initial scan did not discover

  • #​17908 42e9188 Thanks @​astro-factory! - Fixes i18n fallback routing replacing the first substring match instead of the actual locale segment, which mangled paths like /energy/en/about into /esergy/en/about

  • #​17936 4b92ddc Thanks @​astro-factory! - Fixes sessions breaking in dev mode with the Cloudflare adapter when middleware is present

  • Updated dependencies [a548223]:

cssnano/cssnano (cssnano)

v9.0.4: v9.0.4

Compare Source

What's Changed

Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@9.0.3...cssnano@9.0.4


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate CLI.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@astrojs/markdown-remark](https://astro.build) ([source](https://github.com/withastro/astro/tree/HEAD/packages/markdown/remark)) | [`7.3.0` → `7.3.1`](https://renovatebot.com/diffs/npm/@astrojs%2fmarkdown-remark/7.3.0/7.3.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@astrojs%2fmarkdown-remark/7.3.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@astrojs%2fmarkdown-remark/7.3.0/7.3.1?slim=true) | | [astro](https://astro.build) ([source](https://github.com/withastro/astro/tree/HEAD/packages/astro)) | [`7.3.1` → `7.3.2`](https://renovatebot.com/diffs/npm/astro/7.3.1/7.3.2) | ![age](https://developer.mend.io/api/mc/badges/age/npm/astro/7.3.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/astro/7.3.1/7.3.2?slim=true) | | [cssnano](https://github.com/cssnano/cssnano) | [`9.0.3` → `9.0.4`](https://renovatebot.com/diffs/npm/cssnano/9.0.3/9.0.4) | ![age](https://developer.mend.io/api/mc/badges/age/npm/cssnano/9.0.4?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/cssnano/9.0.3/9.0.4?slim=true) | | [cssnano-preset-advanced](https://github.com/cssnano/cssnano) | [`9.0.3` → `9.0.4`](https://renovatebot.com/diffs/npm/cssnano-preset-advanced/9.0.3/9.0.4) | ![age](https://developer.mend.io/api/mc/badges/age/npm/cssnano-preset-advanced/9.0.4?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/cssnano-preset-advanced/9.0.3/9.0.4?slim=true) | --- ### Release Notes <details> <summary>withastro/astro (@&#8203;astrojs/markdown-remark)</summary> ### [`v7.3.1`](https://github.com/withastro/astro/blob/HEAD/packages/markdown/remark/CHANGELOG.md#731) [Compare Source](https://github.com/withastro/astro/compare/@astrojs/markdown-remark@7.3.0...@astrojs/markdown-remark@7.3.1) ##### Patch Changes - [#&#8203;17896](https://github.com/withastro/astro/pull/17896) [`a548223`](https://github.com/withastro/astro/commit/a548223607b9bb146d5d90ddda495343f9a2a739) Thanks [@&#8203;matthewp](https://github.com/matthewp)! - Fixes `<script>`/`<style>` rendering in MDX so that only literal content (including content injected by remark/rehype plugins) is treated as trusted markup. A dynamic value passed as a `<script>`/`<style>` child (e.g. `<script>{value}</script>`) is now escaped like any other element's content instead of being rendered raw. Use `set:html` to explicitly opt a dynamic value back into raw rendering. </details> <details> <summary>withastro/astro (astro)</summary> ### [`v7.3.2`](https://github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#732) [Compare Source](https://github.com/withastro/astro/compare/astro@7.3.1...astro@7.3.2) ##### Patch Changes - [#&#8203;17896](https://github.com/withastro/astro/pull/17896) [`a548223`](https://github.com/withastro/astro/commit/a548223607b9bb146d5d90ddda495343f9a2a739) Thanks [@&#8203;matthewp](https://github.com/matthewp)! - Fixes `<script>`/`<style>` rendering in MDX so that only literal content (including content injected by remark/rehype plugins) is treated as trusted markup. A dynamic value passed as a `<script>`/`<style>` child (e.g. `<script>{value}</script>`) is now escaped like any other element's content instead of being rendered raw. Use `set:html` to explicitly opt a dynamic value back into raw rendering. - [#&#8203;17931](https://github.com/withastro/astro/pull/17931) [`c1a6a89`](https://github.com/withastro/astro/commit/c1a6a89efa577b8388f04c4b42d655913bb4b886) Thanks [@&#8203;astro-factory](https://github.com/apps/astro-factory)! - Fixes the dev toolbar returning a 504 "Outdated Optimize Dep" error when a workspace-linked package imports a dependency that Vite's initial scan did not discover - [#&#8203;17908](https://github.com/withastro/astro/pull/17908) [`42e9188`](https://github.com/withastro/astro/commit/42e9188c4ba7360e5ab8ea4cd7f13d6abcf31879) Thanks [@&#8203;astro-factory](https://github.com/apps/astro-factory)! - Fixes i18n fallback routing replacing the first substring match instead of the actual locale segment, which mangled paths like `/energy/en/about` into `/esergy/en/about` - [#&#8203;17936](https://github.com/withastro/astro/pull/17936) [`4b92ddc`](https://github.com/withastro/astro/commit/4b92ddc6ab0795ac78c30aedfe43b081dcf5b6b0) Thanks [@&#8203;astro-factory](https://github.com/apps/astro-factory)! - Fixes sessions breaking in dev mode with the Cloudflare adapter when middleware is present - Updated dependencies \[[`a548223`](https://github.com/withastro/astro/commit/a548223607b9bb146d5d90ddda495343f9a2a739)]: - [@&#8203;astrojs/markdown-satteri](https://github.com/astrojs/markdown-satteri)@0.4.1 </details> <details> <summary>cssnano/cssnano (cssnano)</summary> ### [`v9.0.4`](https://github.com/cssnano/cssnano/releases/tag/cssnano%409.0.4): v9.0.4 [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@9.0.3...cssnano@9.0.4) #### What's Changed - fix: update postcss-calc in [#&#8203;1970](https://github.com/cssnano/cssnano/pull/1970) **Full Changelog**: <https://github.com/cssnano/cssnano/compare/cssnano@9.0.3...cssnano@9.0.4> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC42OS4xMiIsInVwZGF0ZWRJblZlciI6IjQ0LjY5LjEyIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tYXRlZCIsImRlcGVuZGVuY2llcyJdfQ==-->
renovate[bot] added 1 commit 2026-09-09 04:04:46 +04:00
chore(deps): update all digest updates
Test / npm test (pull_request) Successful in 31s
RenovateBot / renovate (push) Successful in 31s
Test / npm test (push) Successful in 31s
a4e0889c49
renovate[bot] scheduled this pull request to auto merge when all checks succeed 2026-09-09 04:04:46 +04:00
renovate[bot] merged commit a4e0889c49 into master 2026-09-09 04:04:47 +04:00
renovate[bot] deleted branch renovate/all-digest 2026-09-09 04:04:48 +04:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: valentineus/popov.link#123