chore(deps): update all digest updates #130

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

This PR contains the following updates:

Package Change Age Confidence
cssnano 9.0.49.0.5 age confidence
cssnano-preset-advanced 9.0.49.0.5 age confidence
prettier (source) 3.9.73.9.8 age confidence
prettier-plugin-astro 1.0.01.0.1 age confidence

Release Notes

cssnano/cssnano (cssnano)

v9.0.5: v9.0.5

Compare Source

What's Changed

Bug Fixes
  • fix(postcss-svgo): decode SVG following WHATWG specification in #​1975
Other changes
  • Update dependencies

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

prettier/prettier (prettier)

v3.9.8

Compare Source

diff

Markdown: Don't let Liquid objects interrupt paragraphs (#​20087 by @​seiyab)
<!-- Input -->
If `module` is not a [`WebAssembly.Module`](/en-US/docs/WebAssembly/Reference/JavaScript_interface/Module) object instance, a
{{jsxref("TypeError")}} is thrown.

<!-- Prettier 3.9.7 -->
If `module` is not a [`WebAssembly.Module`](/en-US/docs/WebAssembly/Reference/JavaScript_interface/Module) object instance, a

{{jsxref("TypeError")}} is thrown.

<!-- Prettier 3.9.8 -->
If `module` is not a [`WebAssembly.Module`](/en-US/docs/WebAssembly/Reference/JavaScript_interface/Module) object instance, a
{{jsxref("TypeError")}} is thrown.
withastro/prettier-plugin-astro (prettier-plugin-astro)

v1.0.1

Compare Source

Patch Changes
  • 5b5a735: Publish TypeScript declarations for Astro plugin options.
  • 6154471: Fixes an error when a JavaScript comment appears before a raw or custom-printed element, such as a <script> in the alternate branch of a conditional expression.
  • fabb28f: Fix non-idempotent CSS <style> block formatting with astroCompressHTML set to 'html' or 'none'.

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/) | |---|---|---|---| | [cssnano](https://github.com/cssnano/cssnano) | [`9.0.4` → `9.0.5`](https://renovatebot.com/diffs/npm/cssnano/9.0.4/9.0.5) | ![age](https://developer.mend.io/api/mc/badges/age/npm/cssnano/9.0.5?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/cssnano/9.0.4/9.0.5?slim=true) | | [cssnano-preset-advanced](https://github.com/cssnano/cssnano) | [`9.0.4` → `9.0.5`](https://renovatebot.com/diffs/npm/cssnano-preset-advanced/9.0.4/9.0.5) | ![age](https://developer.mend.io/api/mc/badges/age/npm/cssnano-preset-advanced/9.0.5?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/cssnano-preset-advanced/9.0.4/9.0.5?slim=true) | | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | [`3.9.7` → `3.9.8`](https://renovatebot.com/diffs/npm/prettier/3.9.7/3.9.8) | ![age](https://developer.mend.io/api/mc/badges/age/npm/prettier/3.9.8?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/prettier/3.9.7/3.9.8?slim=true) | | [prettier-plugin-astro](https://github.com/withastro/prettier-plugin-astro) | [`1.0.0` → `1.0.1`](https://renovatebot.com/diffs/npm/prettier-plugin-astro/1.0.0/1.0.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/prettier-plugin-astro/1.0.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/prettier-plugin-astro/1.0.0/1.0.1?slim=true) | --- ### Release Notes <details> <summary>cssnano/cssnano (cssnano)</summary> ### [`v9.0.5`](https://github.com/cssnano/cssnano/releases/tag/cssnano%409.0.5): v9.0.5 [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@9.0.4...cssnano@9.0.5) #### What's Changed ##### Bug Fixes - fix(postcss-svgo): decode SVG following WHATWG specification in [#&#8203;1975](https://github.com/cssnano/cssnano/pull/1975) ##### Other changes - Update dependencies **Full Changelog**: <https://github.com/cssnano/cssnano/compare/cssnano@9.0.4...cssnano@9.0.5> </details> <details> <summary>prettier/prettier (prettier)</summary> ### [`v3.9.8`](https://github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#398) [Compare Source](https://github.com/prettier/prettier/compare/3.9.7...3.9.8) [diff](https://github.com/prettier/prettier/compare/3.9.7...3.9.8) ##### Markdown: Don't let Liquid objects interrupt paragraphs ([#&#8203;20087](https://github.com/prettier/prettier/pull/20087) by [@&#8203;seiyab](https://github.com/seiyab)) <!-- prettier-ignore --> ```markdown <!-- Input --> If `module` is not a [`WebAssembly.Module`](/en-US/docs/WebAssembly/Reference/JavaScript_interface/Module) object instance, a {{jsxref("TypeError")}} is thrown. <!-- Prettier 3.9.7 --> If `module` is not a [`WebAssembly.Module`](/en-US/docs/WebAssembly/Reference/JavaScript_interface/Module) object instance, a {{jsxref("TypeError")}} is thrown. <!-- Prettier 3.9.8 --> If `module` is not a [`WebAssembly.Module`](/en-US/docs/WebAssembly/Reference/JavaScript_interface/Module) object instance, a {{jsxref("TypeError")}} is thrown. ``` </details> <details> <summary>withastro/prettier-plugin-astro (prettier-plugin-astro)</summary> ### [`v1.0.1`](https://github.com/withastro/prettier-plugin-astro/blob/HEAD/CHANGELOG.md#101) [Compare Source](https://github.com/withastro/prettier-plugin-astro/compare/v1.0.0...v1.0.1) ##### Patch Changes - [`5b5a735`](https://github.com/withastro/prettier-plugin-astro/commit/5b5a735): Publish TypeScript declarations for Astro plugin options. - [`6154471`](https://github.com/withastro/prettier-plugin-astro/commit/6154471): Fixes an error when a JavaScript comment appears before a raw or custom-printed element, such as a `<script>` in the alternate branch of a conditional expression. - [`fabb28f`](https://github.com/withastro/prettier-plugin-astro/commit/fabb28f): Fix non-idempotent CSS `<style>` block formatting with `astroCompressHTML` set to `'html'` or `'none'`. </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:eyJjcmVhdGVkSW5WZXIiOiI0NC45Ny40IiwidXBkYXRlZEluVmVyIjoiNDQuOTcuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWF0ZWQiLCJkZXBlbmRlbmNpZXMiXX0=-->
renovate[bot] added 1 commit 2026-09-18 04:04:33 +04:00
chore(deps): update all digest updates
Test / npm test (pull_request) Successful in 37s
RenovateBot / renovate (push) Successful in 31s
Test / npm test (push) Successful in 37s
04fab6d5a3
renovate[bot] scheduled this pull request to auto merge when all checks succeed 2026-09-18 04:04:33 +04:00
renovate[bot] merged commit 04fab6d5a3 into master 2026-09-18 04:04:35 +04:00
renovate[bot] deleted branch renovate/all-digest 2026-09-18 04:04:35 +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#130