#16202b5c2fba Thanks @matthewp! - Fixes Actions failing with ActionsWithoutServerOutputError when using output: 'static' with an adapter
#16303b06eabf Thanks @matthewp! - Improves handling of special characters in inline <script> content
#14924bb4586a Thanks @aralroca! - Fixes SCSS and CSS module file changes triggering a full page reload instead of hot-updating styles in place during development
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [astro](https://astro.build) ([source](https://github.com/withastro/astro/tree/HEAD/packages/astro)) | [`6.1.5` → `6.1.6`](https://renovatebot.com/diffs/npm/astro/6.1.5/6.1.6) |  |  |
| [autoprefixer](https://github.com/postcss/autoprefixer) | [`10.4.27` → `10.5.0`](https://renovatebot.com/diffs/npm/autoprefixer/10.4.27/10.5.0) |  |  |
| [cssnano](https://github.com/cssnano/cssnano) | [`7.1.4` → `7.1.5`](https://renovatebot.com/diffs/npm/cssnano/7.1.4/7.1.5) |  |  |
| [cssnano-preset-advanced](https://github.com/cssnano/cssnano) | [`7.0.12` → `7.0.13`](https://renovatebot.com/diffs/npm/cssnano-preset-advanced/7.0.12/7.0.13) |  |  |
---
### Release Notes
<details>
<summary>withastro/astro (astro)</summary>
### [`v6.1.6`](https://github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#616)
[Compare Source](https://github.com/withastro/astro/compare/astro@6.1.5...astro@6.1.6)
##### Patch Changes
- [#​16202](https://github.com/withastro/astro/pull/16202) [`b5c2fba`](https://github.com/withastro/astro/commit/b5c2fba8bf2bc315db94e525f12f7661dd357822) Thanks [@​matthewp](https://github.com/matthewp)! - Fixes Actions failing with `ActionsWithoutServerOutputError` when using `output: 'static'` with an adapter
- [#​16303](https://github.com/withastro/astro/pull/16303) [`b06eabf`](https://github.com/withastro/astro/commit/b06eabf01afda713066feb803bbc4c89af634aaf) Thanks [@​matthewp](https://github.com/matthewp)! - Improves handling of special characters in inline `<script>` content
- [#​14924](https://github.com/withastro/astro/pull/14924) [`bb4586a`](https://github.com/withastro/astro/commit/bb4586a73e32659e6cd4f610799799b634cfc658) Thanks [@​aralroca](https://github.com/aralroca)! - Fixes SCSS and CSS module file changes triggering a full page reload instead of hot-updating styles in place during development
</details>
<details>
<summary>postcss/autoprefixer (autoprefixer)</summary>
### [`v10.5.0`](https://github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#1050-Each-Endeavouring-All-Achieving)
[Compare Source](https://github.com/postcss/autoprefixer/compare/10.4.27...10.5.0)
- Added `mask-position-x` and `mask-position-y` support (by [@​toporek](https://github.com/toporek)).
</details>
<details>
<summary>cssnano/cssnano (cssnano)</summary>
### [`v7.1.5`](https://github.com/cssnano/cssnano/releases/tag/cssnano%407.1.5): v7.1.5
[Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@7.1.4...cssnano@7.1.5)
#### Bug Fixes
- fix(postcss-reduce-idents): support counter-set property by [@​dkryaklin](https://github.com/dkryaklin) in [#​1765](https://github.com/cssnano/cssnano/pull/1765)
- fix(postcss-convert-values): add transformCustomProperties option by [@​dkryaklin](https://github.com/dkryaklin) in [#​1769](https://github.com/cssnano/cssnano/pull/1769)
- fix(postcss-colormin): add transformCustomProperties option by [@​dkryaklin](https://github.com/dkryaklin) in [#​1768](https://github.com/cssnano/cssnano/pull/1768)
**Full Changelog**: <https://github.com/cssnano/cssnano/compare/cssnano@7.1.4...cssnano@7.1.5>
</details>
---
### Configuration
📅 **Schedule**: 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 [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNS43IiwidXBkYXRlZEluVmVyIjoiNDMuMjUuNyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWF0ZWQiLCJkZXBlbmRlbmNpZXMiXX0=-->
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
6.1.5→6.1.610.4.27→10.5.07.1.4→7.1.57.0.12→7.0.13Release Notes
withastro/astro (astro)
v6.1.6Compare Source
Patch Changes
#16202
b5c2fbaThanks @matthewp! - Fixes Actions failing withActionsWithoutServerOutputErrorwhen usingoutput: 'static'with an adapter#16303
b06eabfThanks @matthewp! - Improves handling of special characters in inline<script>content#14924
bb4586aThanks @aralroca! - Fixes SCSS and CSS module file changes triggering a full page reload instead of hot-updating styles in place during developmentpostcss/autoprefixer (autoprefixer)
v10.5.0Compare Source
mask-position-xandmask-position-ysupport (by @toporek).cssnano/cssnano (cssnano)
v7.1.5: v7.1.5Compare Source
Bug Fixes
Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@7.1.4...cssnano@7.1.5
Configuration
📅 Schedule: 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.
This PR has been generated by Renovate Bot.