183112d67a
feat: release 0.1.5
release-image-gitea / build (push) Successful in 1m26s
test-build / guarddog (push) Successful in 1m30s
renovate / renovate (push) Successful in 2m13s
release-image-harbor / build (push) Successful in 3m22s
test-build / build (push) Successful in 3m29s
release-image-gitea / release (push) Successful in 4m12s
release-image-harbor / release (push) Successful in 10m55s
2026-02-18 21:25:51 -06:00
6df4aecf68
fix: titles of docs
2026-02-18 21:25:24 -06:00
67a6039bb3
feat: release 0.1.4
renovate / renovate (push) Successful in 3m13s
test-build / guarddog (push) Successful in 2m29s
test-build / build (push) Successful in 5m4s
release-image-gitea / build (push) Successful in 1m0s
release-image-harbor / build (push) Successful in 2m16s
release-image-harbor / release (push) Successful in 4m30s
release-image-gitea / release (push) Successful in 8m24s
2026-02-18 18:08:45 -06:00
b392500fe5
feat: add talos upgrade docs
2026-02-18 18:08:10 -06:00
7fd9c250f7
chore(deps): update deps
test-build / guarddog (push) Successful in 32s
test-build / build (push) Successful in 52s
release-image-gitea / build (push) Successful in 52s
release-image-harbor / build (push) Successful in 1m51s
release-image-gitea / release (push) Successful in 2m37s
release-image-harbor / release (push) Successful in 3m12s
renovate / renovate (push) Failing after 3m38s
2026-02-18 16:02:41 -06:00
28d3559f32
feat: release 0.1.3
2026-02-18 16:02:21 -06:00
1cc2cb5486
chore(deps): update tailwindcss monorepo to v4.2.0 ( #161 )
...
test-build / guarddog (push) Successful in 36s
renovate / renovate (push) Successful in 1m0s
test-build / build (push) Successful in 1m47s
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/ ) | [Adoption](https://docs.renovatebot.com/merge-confidence/ ) | [Passing](https://docs.renovatebot.com/merge-confidence/ ) | [Confidence](https://docs.renovatebot.com/merge-confidence/ ) |
|---|---|---|---|---|---|
| [@tailwindcss/postcss](https://tailwindcss.com ) ([source](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss )) | [`4.1.18` → `4.2.0`](https://renovatebot.com/diffs/npm/@tailwindcss%2fpostcss/4.1.18/4.2.0 ) |  |  |  |  |
| [@tailwindcss/vite](https://tailwindcss.com ) ([source](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite )) | [`4.1.18` → `4.2.0`](https://renovatebot.com/diffs/npm/@tailwindcss%2fvite/4.1.18/4.2.0 ) |  |  |  |  |
| [tailwindcss](https://tailwindcss.com ) ([source](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss )) | [`4.1.18` → `4.2.0`](https://renovatebot.com/diffs/npm/tailwindcss/4.1.18/4.2.0 ) |  |  |  |  |
---
### Release Notes
<details>
<summary>tailwindlabs/tailwindcss (@​tailwindcss/postcss)</summary>
### [`v4.2.0`](https://github.com/tailwindlabs/tailwindcss/blob/HEAD/CHANGELOG.md#420---2026-02-18 )
[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v4.1.18...v4.2.0 )
##### Added
- Add mauve, olive, mist, and taupe color palettes to the default theme ([#​19627](https://github.com/tailwindlabs/tailwindcss/pull/19627 ))
- Add `@tailwindcss/webpack` package to run Tailwind CSS as a webpack plugin ([#​19610](https://github.com/tailwindlabs/tailwindcss/pull/19610 ))
- Add `pbs-*` and `pbe-*` utilities for `padding-block-start` and `padding-block-end` ([#​19601](https://github.com/tailwindlabs/tailwindcss/pull/19601 ))
- Add `mbs-*` and `mbe-*` utilities for `margin-block-start` and `margin-block-end` ([#​19601](https://github.com/tailwindlabs/tailwindcss/pull/19601 ))
- Add `scroll-pbs-*` and `scroll-pbe-*` utilities for `scroll-padding-block-start` and `scroll-padding-block-end` ([#​19601](https://github.com/tailwindlabs/tailwindcss/pull/19601 ))
- Add `scroll-mbs-*` and `scroll-mbe-*` utilities for `scroll-margin-block-start` and `scroll-margin-block-end` ([#​19601](https://github.com/tailwindlabs/tailwindcss/pull/19601 ))
- Add `border-bs-*` and `border-be-*` utilities for `border-block-start` and `border-block-end` ([#​19601](https://github.com/tailwindlabs/tailwindcss/pull/19601 ))
- Add `inline-*`, `min-inline-*`, `max-inline-*` utilities for `inline-size`, `min-inline-size`, and `max-inline-size` ([#​19612](https://github.com/tailwindlabs/tailwindcss/pull/19612 ))
- Add `block-*`, `min-block-*`, `max-block-*` utilities for `block-size`, `min-block-size`, and `max-block-size` ([#​19612](https://github.com/tailwindlabs/tailwindcss/pull/19612 ))
- Add `inset-s-*`, `inset-e-*`, `inset-bs-*`, `inset-be-*` utilities for `inset-inline-start`, `inset-inline-end`, `inset-block-start`, and `inset-block-end` ([#​19613](https://github.com/tailwindlabs/tailwindcss/pull/19613 ))
- Add `font-features-*` utility for `font-feature-settings` ([#​19623](https://github.com/tailwindlabs/tailwindcss/pull/19615 ))
##### Fixed
- Prevent double `@supports` wrapper for `color-mix` values ([#​19450](https://github.com/tailwindlabs/tailwindcss/pull/19450 ))
- Allow whitespace around `@source inline()` argument ([#​19461](https://github.com/tailwindlabs/tailwindcss/pull/19461 ))
- Emit comment when source maps are saved to files when using `@tailwindcss/cli` ([#​19447](https://github.com/tailwindlabs/tailwindcss/pull/19447 ))
- Detect utilities containing capital letters followed by numbers ([#​19465](https://github.com/tailwindlabs/tailwindcss/pull/19465 ))
- Fix class extraction for Rails' strict locals ([#​19525](https://github.com/tailwindlabs/tailwindcss/pull/19525 ))
- Align `@utility` name validation with Oxide scanner rules ([#​19524](https://github.com/tailwindlabs/tailwindcss/pull/19524 ))
- Fix infinite loop when using `@variant` inside `@custom-variant` ([#​19633](https://github.com/tailwindlabs/tailwindcss/pull/19633 ))
- Allow multiples of `.25` in `aspect-*` fractions (e.g. `aspect-8.5/11`) ([#​19688](https://github.com/tailwindlabs/tailwindcss/pull/19688 ))
- Ensure changes to external files listed via `@source` trigger a full page reload when using `@tailwindcss/vite` ([#​19670](https://github.com/tailwindlabs/tailwindcss/pull/19670 ))
- Improve performance of Oxide scanner in bigger projects by reducing file system walks ([#​19632](https://github.com/tailwindlabs/tailwindcss/pull/19632 ))
- Ensure import aliases in Astro v5 work without crashing when using `@tailwindcss/vite` ([#​19677](https://github.com/tailwindlabs/tailwindcss/issues/19677 ))
- Allow escape characters in `@utility` names to improve support with formatters such as Biome ([#​19626](https://github.com/tailwindlabs/tailwindcss/pull/19626 ))
- Fix incorrect canonicalization results when canonicalizing multiple times ([#​19675](https://github.com/tailwindlabs/tailwindcss/pull/19675 ))
- Add `.jj` to default ignored content directories ([#​19687](https://github.com/tailwindlabs/tailwindcss/pull/19687 ))
##### Deprecated
- Deprecate `start-*` and `end-*` utilities in favor of `inline-s-*` and `inline-e-*` utilities ([#​19613](https://github.com/tailwindlabs/tailwindcss/pull/19613 ))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.
---
- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4zLjYiLCJ1cGRhdGVkSW5WZXIiOiI0My4zLjYiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY3kiXX0=-->
Reviewed-on: https://gitea.alexlebens.dev/alexlebens/site-documentation/pulls/161
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2026-02-18 21:58:15 +00:00
eb5b502345
chore(deps): update dependency sanitize-html to v2.17.1 ( #164 )
renovate / renovate (push) Successful in 1m9s
test-build / guarddog (push) Successful in 38s
test-build / build (push) Successful in 1m19s
2026-02-18 20:56:50 +00:00
e14571e30b
chore(deps): update astro monorepo ( #163 )
renovate / renovate (push) Has been cancelled
test-build / guarddog (push) Has been cancelled
test-build / build (push) Has been cancelled
2026-02-18 20:56:12 +00:00
9fb4efa571
chore(deps): update dependency motion to v12.34.2 ( #162 )
test-build / guarddog (push) Successful in 23s
renovate / renovate (push) Successful in 1m26s
test-build / build (push) Successful in 1m37s
2026-02-18 20:41:25 +00:00
4db6aec655
chore(deps): update dependency motion to v12.34.1 ( #160 )
test-build / guarddog (push) Successful in 27s
test-build / build (push) Successful in 42s
renovate / renovate (push) Failing after 49s
2026-02-18 18:20:15 +00:00
d347ed3055
chore(deps): update typescript-eslint monorepo to v8.56.0 ( #159 )
...
test-build / guarddog (push) Successful in 34s
renovate / renovate (push) Successful in 47s
test-build / build (push) Successful in 57s
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/ ) | [Adoption](https://docs.renovatebot.com/merge-confidence/ ) | [Passing](https://docs.renovatebot.com/merge-confidence/ ) | [Confidence](https://docs.renovatebot.com/merge-confidence/ ) |
|---|---|---|---|---|---|
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser ) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser )) | [`8.55.0` → `8.56.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/8.55.0/8.56.0 ) |  |  |  |  |
| [typescript-eslint](https://typescript-eslint.io/packages/typescript-eslint ) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint )) | [`8.55.0` → `8.56.0`](https://renovatebot.com/diffs/npm/typescript-eslint/8.55.0/8.56.0 ) |  |  |  |  |
---
### Release Notes
<details>
<summary>typescript-eslint/typescript-eslint (@​typescript-eslint/parser)</summary>
### [`v8.56.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#8560-2026-02-16 )
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.55.0...v8.56.0 )
##### 🚀 Features
- support ESLint v10 ([#​12057](https://github.com/typescript-eslint/typescript-eslint/pull/12057 ))
##### ❤️ Thank You
- Brad Zacher [@​bradzacher](https://github.com/bradzacher )
- Joshua Chen
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.56.0 ) for more information.
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning ) and [releases](https://typescript-eslint.io/users/releases ) on our website.
</details>
<details>
<summary>typescript-eslint/typescript-eslint (typescript-eslint)</summary>
### [`v8.56.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8560-2026-02-16 )
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.55.0...v8.56.0 )
##### 🚀 Features
- support ESLint v10 ([#​12057](https://github.com/typescript-eslint/typescript-eslint/pull/12057 ))
##### ❤️ Thank You
- Brad Zacher [@​bradzacher](https://github.com/bradzacher )
- Joshua Chen
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.56.0 ) for more information.
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning ) and [releases](https://typescript-eslint.io/users/releases ) on our website.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.
---
- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4zLjYiLCJ1cGRhdGVkSW5WZXIiOiI0My4zLjYiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY3kiXX0=-->
Reviewed-on: #159
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2026-02-18 04:34:04 +00:00
c65de6dd6a
chore(deps): update dependency eslint-plugin-astro to v1.6.0 ( #158 )
...
test-build / guarddog (push) Successful in 24s
test-build / build (push) Successful in 43s
renovate / renovate (push) Successful in 1m55s
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/ ) | [Adoption](https://docs.renovatebot.com/merge-confidence/ ) | [Passing](https://docs.renovatebot.com/merge-confidence/ ) | [Confidence](https://docs.renovatebot.com/merge-confidence/ ) |
|---|---|---|---|---|---|
| [eslint-plugin-astro](https://ota-meshi.github.io/eslint-plugin-astro/ ) ([source](https://github.com/ota-meshi/eslint-plugin-astro )) | [`1.5.0` → `1.6.0`](https://renovatebot.com/diffs/npm/eslint-plugin-astro/1.5.0/1.6.0 ) |  |  |  |  |
---
### Release Notes
<details>
<summary>ota-meshi/eslint-plugin-astro (eslint-plugin-astro)</summary>
### [`v1.6.0`](https://github.com/ota-meshi/eslint-plugin-astro/blob/HEAD/CHANGELOG.md#160 )
[Compare Source](https://github.com/ota-meshi/eslint-plugin-astro/compare/v1.5.0...v1.6.0 )
##### Minor Changes
- [#​531](https://github.com/ota-meshi/eslint-plugin-astro/pull/531 ) [`ce02cf2`](ce02cf2f00 ) Thanks [@​ota-meshi](https://github.com/ota-meshi )! - feat: improve compatibility with eslint v10
##### Patch Changes
- [#​529](https://github.com/ota-meshi/eslint-plugin-astro/pull/529 ) [`8f172be`](8f172bef02 ) Thanks [@​ota-meshi](https://github.com/ota-meshi )! - fix: error when used with `@eslint/json`
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4zLjYiLCJ1cGRhdGVkSW5WZXIiOiI0My4zLjYiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY3kiXX0=-->
Reviewed-on: #158
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2026-02-16 03:51:31 +00:00
f4eede7d75
chore(deps): update node.js to v24.13.1 ( #157 )
...
test-build / build (push) Successful in 40s
test-build / guarddog (push) Successful in 28s
renovate / renovate (push) Successful in 1m46s
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| docker.io/node | final | patch | `24.13.0-alpine` → `24.13.1-alpine` |
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4zLjYiLCJ1cGRhdGVkSW5WZXIiOiI0My4zLjYiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
Reviewed-on: #157
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2026-02-13 19:03:30 +00:00
16e4061743
feat: release 0.1.2
test-build / guarddog (push) Successful in 27s
test-build / build (push) Successful in 53s
release-image-harbor / build (push) Successful in 1m36s
release-image-gitea / build (push) Successful in 1m37s
release-image-gitea / release (push) Successful in 1m47s
release-image-harbor / release (push) Successful in 1m56s
renovate / renovate (push) Successful in 2m14s
2026-02-11 15:46:08 -06:00
84c86ba2b4
chore(deps): update deps
test-build / guarddog (push) Successful in 24s
renovate / renovate (push) Successful in 40s
test-build / build (push) Successful in 1m13s
2026-02-11 15:37:52 -06:00
e0cd4ec079
chore(deps): update astro monorepo ( #156 )
renovate / renovate (push) Successful in 52s
test-build / guarddog (push) Successful in 29s
test-build / build (push) Successful in 1m9s
2026-02-11 21:32:52 +00:00
4c02890f61
feat: enable guarddog
test-build / guarddog (push) Successful in 31s
renovate / renovate (push) Successful in 39s
test-build / build (push) Successful in 49s
2026-02-11 15:30:25 -06:00
c24d512148
feat: disable
test-build / build (push) Successful in 52s
renovate / renovate (push) Successful in 59s
2026-02-10 22:30:34 -06:00
ef42431919
feat: add guarddog scan to workflow
test-build / build (push) Successful in 34s
renovate / renovate (push) Successful in 39s
test-build / guarddog (push) Failing after 1m33s
2026-02-10 22:26:05 -06:00
dfa74d4a6d
chore(deps): update deps
test-build / build (push) Successful in 43s
renovate / renovate (push) Successful in 1m10s
release-image-gitea / build (push) Successful in 29s
release-image-gitea / release (push) Successful in 4m22s
release-image-harbor / build (push) Successful in 1m4s
release-image-harbor / release (push) Successful in 3m38s
2026-02-10 22:01:27 -06:00
ee2ca6bd46
feat: release 0.1.1
2026-02-10 22:00:33 -06:00
390b07e481
chore(deps): update dependency node to v24.13.1 ( #154 )
...
renovate / renovate (push) Successful in 31s
test-build / build (push) Successful in 1m18s
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [node](https://github.com/actions/node-versions ) | uses-with | patch | `24.13.0` → `24.13.1` |
---
### Release Notes
<details>
<summary>actions/node-versions (node)</summary>
### [`v24.13.1`](https://github.com/actions/node-versions/releases/tag/24.13.1-21889660756 ): 24.13.1
[Compare Source](https://github.com/actions/node-versions/compare/24.13.0-20981653924...24.13.1-21889660756 )
Node.js 24.13.1
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4zLjYiLCJ1cGRhdGVkSW5WZXIiOiI0My4zLjYiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
Reviewed-on: #154
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2026-02-11 03:59:42 +00:00