0b8d54db12
chore(deps): update dependency motion to v12.30.0 ( #148 )
...
renovate / renovate (push) Successful in 1m33s
test-build / build (push) Successful in 1m27s
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/ ) |
|---|---|---|---|---|---|
| [motion](https://github.com/motiondivision/motion ) | [`12.29.2` → `12.30.0`](https://renovatebot.com/diffs/npm/motion/12.29.2/12.30.0 ) |  |  |  |  |
---
### Release Notes
<details>
<summary>motiondivision/motion (motion)</summary>
### [`v12.30.0`](https://github.com/motiondivision/motion/blob/HEAD/CHANGELOG.md#12300-2026-02-02 )
[Compare Source](https://github.com/motiondivision/motion/compare/v12.29.3...v12.30.0 )
##### Added
- `MotionConfig`: Add `skipAnimations` option.
##### Fixed
- `animate`: Prevent error when calling `stop()` on removed elements.
- `animateLayout`: Fixing shared element animations when `animate` called before `animateLayout`.
### [`v12.29.3`](https://github.com/motiondivision/motion/blob/HEAD/CHANGELOG.md#12293-2026-02-02 )
[Compare Source](https://github.com/motiondivision/motion/compare/v12.29.2...v12.29.3 )
##### Fixed
- `Reorder`: Fixed viewport autoscroll.
</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:eyJjcmVhdGVkSW5WZXIiOiI0My4wLjMiLCJ1cGRhdGVkSW5WZXIiOiI0My4wLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY3kiXX0=-->
Reviewed-on: #148
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2026-02-03 00:18:34 +00:00
e603bb0ec6
chore(deps): update dependency @astrojs/starlight to v0.37.6 ( #147 )
renovate / renovate (push) Successful in 56s
test-build / build (push) Has been cancelled
2026-02-03 00:17:10 +00:00
1ee55bea25
fix(deps): update dependency astro to v5.17.1 ( #145 )
...
test-build / build (push) Successful in 55s
renovate / renovate (push) Successful in 2m6s
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/ ) |
|---|---|---|---|---|---|
| [astro](https://astro.build ) ([source](https://github.com/withastro/astro/tree/HEAD/packages/astro )) | [`5.16.16` → `5.17.1`](https://renovatebot.com/diffs/npm/astro/5.16.16/5.17.1 ) |  |  |  |  |
---
### Release Notes
<details>
<summary>withastro/astro (astro)</summary>
### [`v5.17.1`](https://github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#5171 )
[Compare Source](https://github.com/withastro/astro/compare/astro@5.17.0...astro@5.17.1 )
##### Patch Changes
- [#​15334](https://github.com/withastro/astro/pull/15334 ) [`d715f1f`](d715f1f887 ) Thanks [@​florian-lefebvre](https://github.com/florian-lefebvre )! - **BREAKING CHANGE to the experimental Fonts API only**
Removes the `getFontBuffer()` helper function exported from `astro:assets` when using the experimental Fonts API
This experimental feature introduced in v15.6.13 ended up causing significant memory usage during build. This feature has been removed and will be reintroduced after further exploration and testing.
If you were relying on this function, you can replicate the previous behavior manually:
- On prerendered routes, read the file using `node:fs`
- On server rendered routes, fetch files using URLs from `fontData` and `context.url`
### [`v5.17.0`](https://github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#5170 )
[Compare Source](https://github.com/withastro/astro/compare/astro@5.16.16...astro@5.17.0 )
##### Minor Changes
- [#​14932](https://github.com/withastro/astro/pull/14932 ) [`b19d816`](b19d816c91 ) Thanks [@​patrickarlt](https://github.com/patrickarlt )! - Adds support for returning a Promise from the `parser()` option of the `file()` loader
This enables you to run asynchronous code such as fetching remote data or using async parsers when loading files with the Content Layer API.
For example:
```js
import { defineCollection } from 'astro:content';
import { file } from 'astro/loaders';
const blog = defineCollection({
loader: file('src/data/blog.json', {
parser: async (text) => {
const data = JSON.parse(text);
// Perform async operations like fetching additional data
const enrichedData = await fetch(`https://api.example.com/enrich `, {
method: 'POST',
body: JSON.stringify(data),
}).then((res) => res.json());
return enrichedData;
},
}),
});
export const collections = { blog };
```
See [the `parser()` reference documentation](https://docs.astro.build/en/reference/content-loader-reference/#parser ) for more information.
- [#​15171](https://github.com/withastro/astro/pull/15171 ) [`f220726`](f22072607c ) Thanks [@​mark-ignacio](https://github.com/mark-ignacio )! - Adds a new, optional `kernel` configuration option to select a resize algorithm in the Sharp image service
By default, Sharp resizes images with the `lanczos3` kernel. This new config option allows you to set the default resizing algorithm to any resizing option supported by [Sharp](https://sharp.pixelplumbing.com/api-resize/#resize ) (e.g. `linear`, `mks2021`).
Kernel selection can produce quite noticeable differences depending on various characteristics of the source image - especially drawn art - so changing the kernel gives you more control over the appearance of images on your site:
```js
export default defineConfig({
image: {
service: {
entrypoint: 'astro/assets/services/sharp',
config: {
kernel: "mks2021"
}
}
})
```
This selection will apply to all images on your site, and is not yet configurable on a per-image basis. For more information, see [Sharps documentation on resizing images](https://sharp.pixelplumbing.com/api-resize/#resize ).
- [#​15063](https://github.com/withastro/astro/pull/15063 ) [`08e0fd7`](08e0fd7237 ) Thanks [@​jmortlock](https://github.com/jmortlock )! - Adds a new `partitioned` option when setting a cookie to allow creating partitioned cookies.
[Partitioned cookies](https://developer.mozilla.org/en-US/docs/Web/Privacy/Guides/Privacy_sandbox/Partitioned_cookies ) can only be read within the context of the top-level site on which they were set. This allows cross-site tracking to be blocked, while still enabling legitimate uses of third-party cookies.
You can create a partitioned cookie by passing `partitioned: true` when setting a cookie. Note that partitioned cookies must also be set with `secure: true`:
```js
Astro.cookies.set('my-cookie', 'value', {
partitioned: true,
secure: true,
});
```
For more information, see the [`AstroCookieSetOptions` API reference](https://docs.astro.build/en/reference/api-reference/#astrocookiesetoptions ).
- [#​15022](https://github.com/withastro/astro/pull/15022 ) [`f1fce0e`](f1fce0e7cc ) Thanks [@​ascorbic](https://github.com/ascorbic )! - Adds a new `retainBody` option to the `glob()` loader to allow reducing the size of the data store.
Currently, the `glob()` loader stores the raw body of each content file in the entry, in addition to the rendered HTML.
The `retainBody` option defaults to `true`, but you can set it to `false` to prevent the raw body of content files from being stored in the data store. This significantly reduces the deployed size of the data store and helps avoid hitting size limits for sites with very large collections.
The rendered body will still be available in the `entry.rendered.html` property for markdown files, and the `entry.filePath` property will still point to the original file.
```js
import { defineCollection } from 'astro:content';
import { glob } from 'astro/loaders';
const blog = defineCollection({
loader: glob({
pattern: '**/*.md',
base: './src/content/blog',
retainBody: false,
}),
});
```
When `retainBody` is `false`, `entry.body` will be `undefined` instead of containing the raw file contents.
- [#​15153](https://github.com/withastro/astro/pull/15153 ) [`928529f`](928529f824 ) Thanks [@​jcayzac](https://github.com/jcayzac )! - Adds a new `background` property to the `<Image />` component.
This optional property lets you pass a background color to flatten the image with. By default, Sharp uses a black background when flattening an image that is being converted to a format that does not support transparency (e.g. `jpeg`). Providing a value for `background` on an `<Image />` component, or passing it to the `getImage()` helper, will flatten images using that color instead.
This is especially useful when the requested output format doesn't support an alpha channel (e.g. `jpeg`) and can't support transparent backgrounds.
```astro
---
import { Image } from 'astro:assets';
---
<Image
src="/transparent.png"
alt="A JPEG with a white background!"
format="jpeg"
background="#ffffff"
/>
```
See more about this new property in [the image reference docs](https://docs.astro.build/en/reference/modules/astro-assets/#background )
- [#​15015](https://github.com/withastro/astro/pull/15015 ) [`54f6006`](54f6006c3d ) Thanks [@​tony](https://github.com/tony )! - Adds optional `placement` config option for the dev toolbar.
You can now configure the default toolbar position (`'bottom-left'`, `'bottom-center'`, or `'bottom-right'`) via `devToolbar.placement` in your Astro config. This option is helpful for sites with UI elements (chat widgets, cookie banners) that are consistently obscured by the toolbar in the dev environment.
You can set a project default that is consistent across environments (e.g. dev machines, browser instances, team members):
```js
// astro.config.mjs
export default defineConfig({
devToolbar: {
placement: 'bottom-left',
},
});
```
User preferences from the toolbar UI (stored in `localStorage`) still take priority, so this setting can be overridden in individual situations as necessary.
</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:eyJjcmVhdGVkSW5WZXIiOiI0My4wLjIiLCJ1cGRhdGVkSW5WZXIiOiI0My4wLjIiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY3kiXX0=-->
Reviewed-on: #145
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2026-02-02 22:30:37 +00:00
e44cf5c273
chore(deps): update dependency @astrojs/starlight to v0.37.5 ( #146 )
test-build / build (push) Successful in 59s
renovate / renovate (push) Successful in 2m1s
2026-02-01 00:02:08 +00:00
20b5ed4950
fix(deps): update dependency astro to v5.16.16 ( #144 )
test-build / build (push) Successful in 56s
renovate / renovate (push) Successful in 1m37s
2026-01-29 18:17:51 +00:00
3e99430b70
chore(deps): update typescript-eslint monorepo to v8.54.0 ( #143 )
...
test-build / build (push) Successful in 1m38s
renovate / renovate (push) Successful in 1m5s
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.53.1` → `8.54.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/8.53.1/8.54.0 ) |  |  |  |  |
| [typescript-eslint](https://typescript-eslint.io/packages/typescript-eslint ) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint )) | [`8.53.1` → `8.54.0`](https://renovatebot.com/diffs/npm/typescript-eslint/8.53.1/8.54.0 ) |  |  |  |  |
---
### Release Notes
<details>
<summary>typescript-eslint/typescript-eslint (@​typescript-eslint/parser)</summary>
### [`v8.54.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#8540-2026-01-26 )
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.53.1...v8.54.0 )
This was a version bump only for parser to align it with other projects, there were no code changes.
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.54.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8540-2026-01-26 )
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.53.1...v8.54.0 )
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeSJdfQ==-->
Reviewed-on: #143
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2026-01-28 01:23:11 +00:00
19ce82a0e9
fix(deps): update dependency @catppuccin/starlight to v1.1.1 ( #141 )
...
renovate / renovate (push) Has been cancelled
test-build / build (push) Has been cancelled
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/ ) |
|---|---|---|---|---|---|
| [@catppuccin/starlight](https://starlight.catppuccin.com/ ) ([source](https://github.com/catppuccin/starlight/tree/HEAD/packages/catppuccin-starlight )) | [`1.0.2` → `1.1.1`](https://renovatebot.com/diffs/npm/@catppuccin%2fstarlight/1.0.2/1.1.1 ) |  |  |  |  |
---
### Release Notes
<details>
<summary>catppuccin/starlight (@​catppuccin/starlight)</summary>
### [`v1.1.1`](https://github.com/catppuccin/starlight/blob/HEAD/packages/catppuccin-starlight/CHANGELOG.md#111-2026-01-25 )
[Compare Source](https://github.com/catppuccin/starlight/compare/v1.1.0...v1.1.1 )
##### Bug Fixes
- use green for tip callouts/asides ([#​66](https://github.com/catppuccin/starlight/issues/66 )) ([190f4fd](190f4fd7b0 ))
### [`v1.1.0`](https://github.com/catppuccin/starlight/blob/HEAD/packages/catppuccin-starlight/CHANGELOG.md#110-2025-09-14 )
[Compare Source](https://github.com/catppuccin/starlight/compare/v1.0.2...v1.1.0 )
##### Features
- define styles in `catppuccin` cascade layer ([#​50](https://github.com/catppuccin/starlight/issues/50 )) ([e7d22c8](e7d22c851c ))
</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeSJdfQ==-->
Reviewed-on: #141
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2026-01-28 01:22:26 +00:00
df6bfe452e
chore(deps): update dependency motion to v12.29.2 ( #142 )
renovate / renovate (push) Successful in 3m34s
test-build / build (push) Successful in 3m0s
2026-01-28 00:03:39 +00:00
99a10a8e53
chore(deps): update astro
renovate / renovate (push) Successful in 32s
test-build / build (push) Has been cancelled
2026-01-23 17:28:09 -06:00
2be2d76f18
chore(deps): update dependency @astrojs/starlight to v0.37.4 ( #139 )
renovate / renovate (push) Successful in 2m12s
test-build / build (push) Successful in 3m15s
2026-01-23 23:19:46 +00:00
4c1ab0576b
Update dependency motion to v12.29.0 ( #138 )
...
renovate / renovate (push) Successful in 43s
test-build / build (push) Successful in 42s
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/ ) |
|---|---|---|---|---|---|
| [motion](https://github.com/motiondivision/motion ) | [`12.28.1` → `12.29.0`](https://renovatebot.com/diffs/npm/motion/12.28.1/12.29.0 ) |  |  |  |  |
---
### Release Notes
<details>
<summary>motiondivision/motion (motion)</summary>
### [`v12.29.0`](https://github.com/motiondivision/motion/blob/HEAD/CHANGELOG.md#12290-2026-01-22 )
[Compare Source](https://github.com/motiondivision/motion/compare/v12.28.2...v12.29.0 )
##### Added
- `transformViewBoxPoint`: Scale drag gestures within `<svg>` elements where `viewBox` and rendered `width`/`height` are mismatched.
- `trackContentSize`: New `scroll` and `useScroll` option for tracking changes to content size.
##### Fixed
- Add React 19 test suite to CI.
- Fix types with `motion.create()`.
- Shared element animations now respect `layoutDependency`.
### [`v12.28.2`](https://github.com/motiondivision/motion/blob/HEAD/CHANGELOG.md#12282-2026-01-22 )
[Compare Source](https://github.com/motiondivision/motion/compare/v12.28.1...v12.28.2 )
##### Added
- Add default value type `px` for `fontSize`.
##### Fixed
- Removed default value type from `radius`.
- Ensure `LazyMotion` animates initial state even when state has changed before Motion is loaded.
</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeSJdfQ==-->
Reviewed-on: #138
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2026-01-23 23:06:36 +00:00
f43be9e190
Update dependency astro to v5.16.14 ( #137 )
test-build / build (push) Successful in 44s
renovate / renovate (push) Successful in 1m34s
2026-01-23 22:05:25 +00:00
7f4701fcf8
Update dependency motion to v12.28.1 ( #136 )
...
test-build / build (push) Successful in 36s
renovate / renovate (push) Has been cancelled
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/ ) |
|---|---|---|---|---|---|
| [motion](https://github.com/motiondivision/motion ) | [`12.27.5` → `12.28.1`](https://renovatebot.com/diffs/npm/motion/12.27.5/12.28.1 ) |  |  |  |  |
---
### Release Notes
<details>
<summary>motiondivision/motion (motion)</summary>
### [`v12.28.1`](https://github.com/motiondivision/motion/blob/HEAD/CHANGELOG.md#12281-2026-01-21 )
[Compare Source](https://github.com/motiondivision/motion/compare/v12.27.5...v12.28.1 )
##### Fixed
- Ensure `scale: "0%"` isn't treated as default value.
</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeSJdfQ==-->
Reviewed-on: #136
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2026-01-23 22:04:07 +00:00
2f0763ed1f
Update dependency prettier to v3.8.1 ( #135 )
test-build / build (push) Successful in 1m9s
renovate / renovate (push) Successful in 3m47s
2026-01-23 00:06:30 +00:00
f09b17fd20
Update dependency astro to v5.16.12 ( #134 )
renovate / renovate (push) Has been cancelled
test-build / build (push) Has been cancelled
2026-01-23 00:05:31 +00:00
0fa78b3961
Update dependency motion to v12.27.5 ( #133 )
test-build / build (push) Successful in 2m46s
renovate / renovate (push) Successful in 7m7s
2026-01-22 00:02:18 +00:00
fb84ac9cb1
Update dependency motion to v12.27.1 ( #131 )
...
test-build / build (push) Successful in 2m36s
renovate / renovate (push) Successful in 1m58s
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/ ) |
|---|---|---|---|---|---|
| [motion](https://github.com/motiondivision/motion ) | [`12.26.2` → `12.27.1`](https://renovatebot.com/diffs/npm/motion/12.26.2/12.27.1 ) |  |  |  |  |
---
### Release Notes
<details>
<summary>motiondivision/motion (motion)</summary>
### [`v12.27.1`](https://github.com/motiondivision/motion/blob/HEAD/CHANGELOG.md#12271-2026-01-19 )
[Compare Source](https://github.com/motiondivision/motion/compare/v12.27.0...v12.27.1 )
##### Fixed
- Improving projection node cleanup.
### [`v12.27.0`](https://github.com/motiondivision/motion/blob/HEAD/CHANGELOG.md#12270-2026-01-18 )
[Compare Source](https://github.com/motiondivision/motion/compare/v12.26.2...v12.27.0 )
##### Added
- Adding new exports for internal use.
</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeSJdfQ==-->
Reviewed-on: #131
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2026-01-20 20:55:21 +00:00
076997742c
Update typescript-eslint monorepo to v8.53.1 ( #132 )
test-build / build (push) Successful in 1m49s
renovate / renovate (push) Successful in 2m5s
2026-01-20 17:49:42 +00:00
d7a00e0523
Update astro monorepo ( #130 )
test-build / build (push) Successful in 2m46s
renovate / renovate (push) Successful in 2m57s
2026-01-18 00:02:22 +00:00
be20737eee
Update dependency @astrojs/starlight to v0.37.3 ( #129 )
test-build / build (push) Successful in 1m18s
renovate / renovate (push) Successful in 2m3s
2026-01-17 00:03:04 +00:00
9ab206462f
Update dependency prettier to v3.8.0 ( #128 )
...
test-build / build (push) Successful in 51s
renovate / renovate (push) Successful in 2m49s
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/ ) |
|---|---|---|---|---|---|
| [prettier](https://prettier.io ) ([source](https://github.com/prettier/prettier )) | [`3.7.4` → `3.8.0`](https://renovatebot.com/diffs/npm/prettier/3.7.4/3.8.0 ) |  |  |  |  |
---
### Release Notes
<details>
<summary>prettier/prettier (prettier)</summary>
### [`v3.8.0`](https://github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#380 )
[Compare Source](https://github.com/prettier/prettier/compare/3.7.4...3.8.0 )
[diff](https://github.com/prettier/prettier/compare/3.7.4...3.8.0 )
🔗 [Release Notes](https://prettier.io/blog/2026/01/14/3.8.0 )
</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeSJdfQ==-->
Reviewed-on: #128
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2026-01-16 00:11:46 +00:00
f9c135563b
Update typescript-eslint monorepo to v8.53.0 ( #124 )
...
test-build / build (push) Successful in 37s
renovate / renovate (push) Successful in 2m0s
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.52.0` → `8.53.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/8.52.0/8.53.0 ) |  |  |  |  |
| [typescript-eslint](https://typescript-eslint.io/packages/typescript-eslint ) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint )) | [`8.52.0` → `8.53.0`](https://renovatebot.com/diffs/npm/typescript-eslint/8.52.0/8.53.0 ) |  |  |  |  |
---
### Release Notes
<details>
<summary>typescript-eslint/typescript-eslint (@​typescript-eslint/parser)</summary>
### [`v8.53.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#8530-2026-01-12 )
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.52.0...v8.53.0 )
This was a version bump only for parser to align it with other projects, there were no code changes.
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.53.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8530-2026-01-12 )
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.52.0...v8.53.0 )
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeSJdfQ==-->
Reviewed-on: #124
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2026-01-14 21:55:12 +00:00
a1d1971839
Update dependency motion to v12.26.2 ( #125 )
renovate / renovate (push) Successful in 1m42s
test-build / build (push) Successful in 2m59s
2026-01-14 21:31:53 +00:00
1f8281109e
Update dependency motion to v12.26.1 ( #123 )
...
test-build / build (push) Successful in 2m33s
renovate / renovate (push) Has been cancelled
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/ ) |
|---|---|---|---|---|---|
| [motion](https://github.com/motiondivision/motion ) | [`12.25.0` → `12.26.1`](https://renovatebot.com/diffs/npm/motion/12.25.0/12.26.1 ) |  |  |  |  |
---
### Release Notes
<details>
<summary>motiondivision/motion (motion)</summary>
### [`v12.26.1`](https://github.com/motiondivision/motion/blob/HEAD/CHANGELOG.md#12261-2026-01-12 )
[Compare Source](https://github.com/motiondivision/motion/compare/v12.26.0...v12.26.1 )
##### Fixed
- Improve overload selection for `useTransform`.
### [`v12.26.0`](https://github.com/motiondivision/motion/blob/HEAD/CHANGELOG.md#12260-2026-01-12 )
[Compare Source](https://github.com/motiondivision/motion/compare/v12.25.0...v12.26.0 )
##### Added
- Support for multiple output value maps with `useTransform`.
</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeSJdfQ==-->
Reviewed-on: #123
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2026-01-14 21:29:10 +00:00
925e70f6cc
Update dependency astro to v5.16.9 ( #122 )
test-build / build (push) Successful in 1m5s
renovate / renovate (push) Successful in 3m2s
2026-01-14 00:03:16 +00:00
f47a7097d9
Update dependency motion to v12.25.0 ( #121 )
...
test-build / build (push) Successful in 1m2s
renovate / renovate (push) Successful in 4m31s
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/ ) |
|---|---|---|---|---|---|
| [motion](https://github.com/motiondivision/motion ) | [`12.24.12` → `12.25.0`](https://renovatebot.com/diffs/npm/motion/12.24.12/12.25.0 ) |  |  |  |  |
---
### Release Notes
<details>
<summary>motiondivision/motion (motion)</summary>
### [`v12.25.0`](https://github.com/motiondivision/motion/blob/HEAD/CHANGELOG.md#12250-2026-01-09 )
[Compare Source](https://github.com/motiondivision/motion/compare/v12.24.12...v12.25.0 )
##### Added
- Support for auto-scrolling when a `Reorder.Item` reaches the edges of its parent scrollable container.
</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeSJdfQ==-->
Reviewed-on: #121
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2026-01-11 03:35:44 +00:00
d384ca7368
Update dependency astro to v5.16.8 ( #120 )
test-build / build (push) Successful in 2m37s
renovate / renovate (push) Successful in 2m41s
2026-01-11 00:02:10 +00:00
6ff61418b4
Update dependency motion to v12.24.12 ( #119 )
test-build / build (push) Successful in 2m26s
renovate / renovate (push) Successful in 2m23s
2026-01-10 00:01:57 +00:00
f8cae5a0ed
Update dependency motion to v12.24.10 ( #118 )
test-build / build (push) Successful in 57s
renovate / renovate (push) Successful in 1m38s
2026-01-09 00:03:18 +00:00
a0ec0d4f8f
Update dependency astro to v5.16.7 ( #117 )
renovate / renovate (push) Has been cancelled
test-build / build (push) Has been cancelled
2026-01-09 00:02:47 +00:00
249e31acd6
Update dependency motion to v12.24.7 ( #116 )
test-build / build (push) Successful in 1m21s
renovate / renovate (push) Successful in 3m5s
2026-01-08 00:02:58 +00:00
72a3ef0add
Update dependency @astrojs/starlight to v0.37.2 ( #115 )
test-build / build (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2026-01-08 00:02:32 +00:00
2168a69497
Update typescript-eslint monorepo to v8.52.0 ( #114 )
...
test-build / build (push) Successful in 2m26s
renovate / renovate (push) Successful in 2m36s
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.51.0` → `8.52.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/8.51.0/8.52.0 ) |  |  |  |  |
| [typescript-eslint](https://typescript-eslint.io/packages/typescript-eslint ) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint )) | [`8.51.0` → `8.52.0`](https://renovatebot.com/diffs/npm/typescript-eslint/8.51.0/8.52.0 ) |  |  |  |  |
---
### Release Notes
<details>
<summary>typescript-eslint/typescript-eslint (@​typescript-eslint/parser)</summary>
### [`v8.52.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#8520-2026-01-05 )
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.51.0...v8.52.0 )
This was a version bump only for parser to align it with other projects, there were no code changes.
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.52.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8520-2026-01-05 )
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.51.0...v8.52.0 )
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeSJdfQ==-->
Reviewed-on: #114
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2026-01-07 01:48:33 +00:00
d53a9376c6
Update dependency motion to v12.24.0 ( #113 )
...
renovate / renovate (push) Has been cancelled
test-build / build (push) Has been cancelled
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/ ) |
|---|---|---|---|---|---|
| [motion](https://github.com/motiondivision/motion ) | [`12.23.26` → `12.24.0`](https://renovatebot.com/diffs/npm/motion/12.23.26/12.24.0 ) |  |  |  |  |
---
### Release Notes
<details>
<summary>motiondivision/motion (motion)</summary>
### [`v12.24.0`](https://github.com/motiondivision/motion/blob/HEAD/CHANGELOG.md#12240-2026-01-05 )
[Compare Source](https://github.com/motiondivision/motion/compare/v12.23.28...v12.24.0 )
##### Added
- `{ type: "svg" }` option to `motion.create()` for creating custom SVG components.
- `px` default value type for CSS logical properties (`paddingBlock`, `paddingInline`, `marginBlock`, `marginInline`).
##### Fixed
- Ensure drag gesture updates with latest props every render.
- Fix missing `JSX` import error.
- Fix `motion-dom` build.
- Exclude `src` from distributed package.
### [`v12.23.28`](https://github.com/motiondivision/motion/blob/HEAD/CHANGELOG.md#122328-2026-01-05 )
[Compare Source](https://github.com/motiondivision/motion/compare/v12.23.27...v12.23.28 )
##### Fixed
- Fixing `MotionStyle` type with React 19 when `skipLibCheck` is `false`.
- Add guard for `process` check for better compat with ESM environments.
### [`v12.23.27`](https://github.com/motiondivision/motion/blob/HEAD/CHANGELOG.md#122327-2026-01-05 )
[Compare Source](https://github.com/motiondivision/motion/compare/v12.23.26...v12.23.27 )
##### Fixed
- Improved Intellisense detection for `motion` import.
- Adding sourcemaps to release.
</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeSJdfQ==-->
Reviewed-on: #113
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2026-01-07 01:48:10 +00:00
68eb24ebad
Update typescript-eslint monorepo to v8.51.0 ( #112 )
...
test-build / build (push) Successful in 4m7s
renovate / renovate (push) Successful in 2m52s
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.50.1` → `8.51.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/8.50.1/8.51.0 ) |  |  |  |  |
| [typescript-eslint](https://typescript-eslint.io/packages/typescript-eslint ) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint )) | [`8.50.1` → `8.51.0`](https://renovatebot.com/diffs/npm/typescript-eslint/8.50.1/8.51.0 ) |  |  |  |  |
---
### Release Notes
<details>
<summary>typescript-eslint/typescript-eslint (@​typescript-eslint/parser)</summary>
### [`v8.51.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#8510-2025-12-29 )
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.50.1...v8.51.0 )
This was a version bump only for parser to align it with other projects, there were no code changes.
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.51.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8510-2025-12-29 )
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.50.1...v8.51.0 )
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42Ni4xMyIsInVwZGF0ZWRJblZlciI6IjQyLjY2LjEzIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmN5Il19-->
Reviewed-on: #112
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2026-01-02 01:56:09 +00:00
c422828058
update lock
2025-12-29 22:04:24 -06:00
c1ac56fea8
bump deps
renovate / renovate (push) Successful in 34s
test-build / build (push) Successful in 1m57s
release-image / release (push) Successful in 1m54s
2025-12-29 22:00:14 -06:00
a022d1e8fa
Update typescript-eslint monorepo to v8.50.1 ( #111 )
test-build / build (push) Successful in 41s
renovate / renovate (push) Successful in 1m17s
2025-12-24 00:01:52 +00:00
0bf40ca1e8
Update dependency astro to v5.16.6 ( #110 )
test-build / build (push) Successful in 1m1s
renovate / renovate (push) Successful in 1m35s
2025-12-18 00:02:43 +00:00
6175351b37
Update typescript-eslint monorepo to v8.50.0 ( #109 )
...
test-build / build (push) Successful in 35s
renovate / renovate (push) Successful in 1m37s
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.49.0` -> `8.50.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/8.49.0/8.50.0 ) |  |  |  |  |
| [typescript-eslint](https://typescript-eslint.io/packages/typescript-eslint ) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint )) | [`8.49.0` -> `8.50.0`](https://renovatebot.com/diffs/npm/typescript-eslint/8.49.0/8.50.0 ) |  |  |  |  |
---
### Release Notes
<details>
<summary>typescript-eslint/typescript-eslint (@​typescript-eslint/parser)</summary>
### [`v8.50.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#8500-2025-12-15 )
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.49.0...v8.50.0 )
This was a version bump only for parser to align it with other projects, there were no code changes.
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.50.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8500-2025-12-15 )
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.49.0...v8.50.0 )
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zOS4xIiwidXBkYXRlZEluVmVyIjoiNDIuMzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeSJdfQ==-->
Reviewed-on: #109
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-12-17 03:15:16 +00:00
c848eb4555
Update dependency eslint to v9.39.2 ( #108 )
test-build / build (push) Successful in 1m48s
renovate / renovate (push) Successful in 1m14s
2025-12-14 00:01:51 +00:00
baae7d0a32
Update tailwindcss monorepo to v4.1.18 ( #107 )
test-build / build (push) Successful in 58s
renovate / renovate (push) Successful in 1m24s
2025-12-13 00:02:08 +00:00
12bcc13092
Update astro monorepo ( #104 )
test-build / build (push) Successful in 44s
renovate / renovate (push) Successful in 1m35s
2025-12-12 00:02:42 +00:00
10e33029c3
update dependencies
2025-12-10 22:06:58 -06:00
d5b0c5667c
Update dependency @astrojs/starlight to v0.37.1 ( #103 )
renovate / renovate (push) Successful in 1m11s
test-build / build (push) Successful in 1m33s
2025-12-11 00:03:27 +00:00
a467446e06
Update typescript-eslint monorepo to v8.49.0 ( #102 )
...
test-build / build (push) Successful in 31s
renovate / renovate (push) Successful in 2m21s
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.48.1` -> `8.49.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/8.48.1/8.49.0 ) |  |  |  |  |
| [typescript-eslint](https://typescript-eslint.io/packages/typescript-eslint ) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint )) | [`8.48.1` -> `8.49.0`](https://renovatebot.com/diffs/npm/typescript-eslint/8.48.1/8.49.0 ) |  |  |  |  |
---
### Release Notes
<details>
<summary>typescript-eslint/typescript-eslint (@​typescript-eslint/parser)</summary>
### [`v8.49.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#8490-2025-12-08 )
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.48.1...v8.49.0 )
This was a version bump only for parser to align it with other projects, there were no code changes.
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.49.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8490-2025-12-08 )
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.48.1...v8.49.0 )
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zOS4xIiwidXBkYXRlZEluVmVyIjoiNDIuMzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeSJdfQ==-->
Reviewed-on: #102
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-12-10 00:22:10 +00:00
a16cd41603
Update dependency prettier to v3.7.4 ( #101 )
test-build / build (push) Successful in 39s
renovate / renovate (push) Successful in 54s
2025-12-05 00:02:14 +00:00
4880a4bb64
Update dependency astro to v5.16.4 ( #100 )
renovate / renovate (push) Has been cancelled
test-build / build (push) Has been cancelled
2025-12-05 00:01:51 +00:00
891bc4714d
Update typescript-eslint monorepo to v8.48.1 ( #99 )
test-build / build (push) Successful in 37s
renovate / renovate (push) Successful in 2m1s
2025-12-04 00:02:16 +00:00
491e86f07d
update package
2025-12-01 15:01:28 -06:00