renovate-bot
|
9cc8cb5f9b
|
fix(deps): update all non-major dependencies (#20)
Release / generate-dungeon (push) Failing after 44s
Release / upload-to-gitea-release (push) Has been skipped
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [@vitest/coverage-v8](https://vitest.dev/guide/coverage) ([source](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8)) | [`4.1.8` → `4.1.9`](https://renovatebot.com/diffs/npm/@vitest%2fcoverage-v8/4.1.8/4.1.9) |  |  |
| [eslint](https://eslint.org) ([source](https://github.com/eslint/eslint)) | [`10.4.1` → `10.5.0`](https://renovatebot.com/diffs/npm/eslint/10.4.1/10.5.0) |  |  |
| [sharp](https://sharp.pixelplumbing.com) ([source](https://github.com/lovell/sharp), [changelog](https://github.com/lovell/sharp/blob/main/docs/src/content/docs/changelog.md)) | [`^0.34.3` → `^0.35.0`](https://renovatebot.com/diffs/npm/sharp/0.34.5/0.35.1) |  |  |
| [vitest](https://vitest.dev) ([source](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest)) | [`4.1.8` → `4.1.9`](https://renovatebot.com/diffs/npm/vitest/4.1.8/4.1.9) |  |  |
---
### Release Notes
<details>
<summary>vitest-dev/vitest (@​vitest/coverage-v8)</summary>
### [`v4.1.9`](https://github.com/vitest-dev/vitest/releases/tag/v4.1.9)
[Compare Source](https://github.com/vitest-dev/vitest/compare/v4.1.8...v4.1.9)
##### 🐞 Bug Fixes
- Fix `importOriginal` with optimizer and query import \[backport to v4] - by **Hiroshi Ogawa**, **David Harris**, **Codex**and **Vladimir** in [#​10546](https://github.com/vitest-dev/vitest/issues/10546) [<samp>(a5180)</samp>](https://github.com/vitest-dev/vitest/commit/a5180190c)
- **browser**:
- Wait for orchestrator readiness before resolving browser sessions \[backport to v4] - by **Vladimir** and **Séamus O'Connor** in [#​10555](https://github.com/vitest-dev/vitest/issues/10555) [<samp>(7fb29)</samp>](https://github.com/vitest-dev/vitest/commit/7fb29651a)
- Wait for iframe tester readiness before preparing \[backport to v4] - by **Vladimir** and **Séamus O'Connor** in [#​10497](https://github.com/vitest-dev/vitest/issues/10497) and [#​10556](https://github.com/vitest-dev/vitest/issues/10556) [<samp>(fbc62)</samp>](https://github.com/vitest-dev/vitest/commit/fbc626c40)
- **mocker**:
- Hoist vi.mock() for vite-plus/test imports \[backport to v4] - by **Hiroshi Ogawa**, **LongYinan**, **Claude Opus 4.8** and **Vladimir** in [#​10548](https://github.com/vitest-dev/vitest/issues/10548) [<samp>(2c955)</samp>](https://github.com/vitest-dev/vitest/commit/2c9559c02)
- **pool**:
- Prevent test run hang on worker crash \[backport to v4] - by **Ari Perkkiö** and **Jattioui Ismail** in [#​10543](https://github.com/vitest-dev/vitest/issues/10543) and [#​10564](https://github.com/vitest-dev/vitest/issues/10564) [<samp>(934b0)</samp>](https://github.com/vitest-dev/vitest/commit/934b0f587)
##### [View changes on GitHub](https://github.com/vitest-dev/vitest/compare/v4.1.8...v4.1.9)
</details>
<details>
<summary>eslint/eslint (eslint)</summary>
### [`v10.5.0`](https://github.com/eslint/eslint/releases/tag/v10.5.0)
[Compare Source](https://github.com/eslint/eslint/compare/v10.4.1...v10.5.0)
#### Features
- [`5ca8c52`](https://github.com/eslint/eslint/commit/5ca8c5278edea1fd84d3ba83d8ea3f52fb3831ad) feat: correct stack tracking in max-nested-callbacks ([#​20973](https://github.com/eslint/eslint/issues/20973)) (Pixel998)
- [`b565783`](https://github.com/eslint/eslint/commit/b5657837604fa5e8cf1278074782025cadd34b6c) feat: report no-with violations at the with keyword ([#​20971](https://github.com/eslint/eslint/issues/20971)) (Pixel998)
- [`2ce032f`](https://github.com/eslint/eslint/commit/2ce032fbc72a1a80c024c084a4f382fb6dece684) feat: report max-lines-per-function violations at function head ([#​20966](https://github.com/eslint/eslint/issues/20966)) (Pixel998)
- [`732cb3e`](https://github.com/eslint/eslint/commit/732cb3e09d5b8b809b5f461d118a5d9fdcd6427f) feat: report max-nested-callbacks violations at function head ([#​20967](https://github.com/eslint/eslint/issues/20967)) (Pixel998)
- [`f9c138a`](https://github.com/eslint/eslint/commit/f9c138a0ba7d8e37aed39aef4a3ff1cae8c669f7) feat: report max-depth violations on keywords ([#​20943](https://github.com/eslint/eslint/issues/20943)) (Pixel998)
- [`bdb496c`](https://github.com/eslint/eslint/commit/bdb496cc0d54b6d0a023aef9abd5f040ccff2101) feat: correct max-depth handling for else-if chains ([#​20944](https://github.com/eslint/eslint/issues/20944)) (Pixel998)
- [`c296873`](https://github.com/eslint/eslint/commit/c29687354a7f96093f57f7d73eecb866ad5e2953) feat: update error loc in `max-statements` to function header ([#​20907](https://github.com/eslint/eslint/issues/20907)) (Taejin Kim)
#### Documentation
- [`8ae1b5b`](https://github.com/eslint/eslint/commit/8ae1b5b856dc031cd6c701d89a4df7da4772cd56) docs: Update README (GitHub Actions Bot)
- [`ca7eb90`](https://github.com/eslint/eslint/commit/ca7eb90127dcad917188bb1342623f02a272e781) docs: update Node.js prerequisites to include ICU support ([#​20962](https://github.com/eslint/eslint/issues/20962)) (Francesco Trotta)
- [`f99b47a`](https://github.com/eslint/eslint/commit/f99b47a6799be25321552402a49303bb06a43fe4) docs: Update README (GitHub Actions Bot)
- [`acf03d4`](https://github.com/eslint/eslint/commit/acf03d4eed31d259c7dc62af5b9640629784f7cc) docs: clarify precedence of parserOptions over languageOptions ([#​20926](https://github.com/eslint/eslint/issues/20926)) (sethamus)
#### Chores
- [`b18bf58`](https://github.com/eslint/eslint/commit/b18bf58c5ac748415ffffdff2d96980fbd6a57e8) chore: update ecosystem plugins ([#​20959](https://github.com/eslint/eslint/issues/20959)) (ESLint Bot)
- [`c2d1444`](https://github.com/eslint/eslint/commit/c2d1444df77cb42e5a0b89ab70496879d180a54d) refactor: replace areAllSegmentsUnreachable with !isAnySegmentReachable ([#​20951](https://github.com/eslint/eslint/issues/20951)) (Taejin Kim)
- [`243b8c5`](https://github.com/eslint/eslint/commit/243b8c56014bbbe63771185b0731d8dd4d1316e9) chore: enhance config-rule to support oneOf, anyOf, and nested schemas ([#​20788](https://github.com/eslint/eslint/issues/20788)) (kuldeep kumar)
- [`217b2a9`](https://github.com/eslint/eslint/commit/217b2a91f46137c5ffd693965e71306c4c15ea6b) test: add unit tests for ParserService ([#​20949](https://github.com/eslint/eslint/issues/20949)) (Taejin Kim)
- [`72003e7`](https://github.com/eslint/eslint/commit/72003e781d76bd4ee0d98a6601730d0b829070f9) test: add location information to error messages in `max-statements` ([#​20945](https://github.com/eslint/eslint/issues/20945)) (lumir)
- [`7797c26`](https://github.com/eslint/eslint/commit/7797c266977b0bc4971aa79721813d480de72cd1) refactor: deduplicate isAnySegmentReachable across rules ([#​20890](https://github.com/eslint/eslint/issues/20890)) (Taejin Kim)
- [`67c46fa`](https://github.com/eslint/eslint/commit/67c46fa6e4f34e88cc6bc82f8a0dcc917c65d257) chore: update ecosystem plugins ([#​20938](https://github.com/eslint/eslint/issues/20938)) (ESLint Bot)
- [`95d8c7a`](https://github.com/eslint/eslint/commit/95d8c7a99f991abd8ab618d0ee2cbd4f58effc29) chore: update dependency [@​eslint/json](https://github.com/eslint/json) to v2 ([#​20934](https://github.com/eslint/eslint/issues/20934)) (renovate\[bot])
- [`cf9e496`](https://github.com/eslint/eslint/commit/cf9e496205142cd4971b9f98aed85866d1010b9c) chore: update [@​arethetypeswrong/cli](https://github.com/arethetypeswrong/cli) to 0.18.3 ([#​20933](https://github.com/eslint/eslint/issues/20933)) (Pixel998)
- [`fb6d396`](https://github.com/eslint/eslint/commit/fb6d3960cacc51fc12383fa5ded2382adbf90c1c) test: run type tests with TypeScript 7 ([#​20868](https://github.com/eslint/eslint/issues/20868)) (sethamus)
</details>
<details>
<summary>lovell/sharp (sharp)</summary>
### [`v0.35.1`](https://github.com/lovell/sharp/releases/tag/v0.35.1)
[Compare Source](https://github.com/lovell/sharp/compare/v0.35.0...v0.35.1)
- TypeScript: Ensure type definitions are published for both ESM and CJS.
[#​4537](https://github.com/lovell/sharp/issues/4537)
- WebAssembly: Ensure wrapper file is published.
[#​4538](https://github.com/lovell/sharp/issues/4538)
### [`v0.35.0`](https://github.com/lovell/sharp/releases/tag/v0.35.0)
[Compare Source](https://github.com/lovell/sharp/compare/v0.34.5...v0.35.0)
- Breaking: Drop support for Node.js 18, now requires Node.js >= 20.9.0.
- Breaking: Remove `install` script from `package.json` file.
Compiling from source is now opt-in via the `build` script.
- Breaking: Lossy AVIF output is now tuned using SSIMULACRA2-based `iq` quality metrics.
- Breaking: Add `limitInputChannels` with a default value of 5.
- Breaking: Remove deprecated `failOnError` constructor property.
- Breaking: Remove deprecated `paletteBitDepth` from `metadata` response.
- Breaking: Remove deprecated properties from `sharpen` operation.
- Breaking: Rename `format.jp2k` as `format.jp2` for API consistency.
- Upgrade to libvips v8.18.3 for upstream bug fixes.
- Remove experimental status from WebAssembly binaries.
- Add prebuilt binaries for FreeBSD (WebAssembly).
- Deprecate Windows 32-bit (win32-ia32) prebuilt binaries.
- Ensure TIFF output `bitdepth` option is limited to 1, 2 or 4.
- Add AVIF/HEIF `tune` option for control over quality metrics.
[#​4227](https://github.com/lovell/sharp/issues/4227)
- Add `keepGainMap` and `withGainMap` to process HDR JPEG images with embedded gain maps.
[#​4314](https://github.com/lovell/sharp/issues/4314)
- Add `toUint8Array` for output image as a `TypedArray` backed by a transferable `ArrayBuffer`.
[#​4355](https://github.com/lovell/sharp/issues/4355)
- Require prebuilt binaries using static paths to aid code bundling.
[#​4380](https://github.com/lovell/sharp/issues/4380)
- TypeScript: Ensure `FormatEnum` keys match reality.
[#​4475](https://github.com/lovell/sharp/issues/4475)
- Add `margin` option to `trim` operation.
[#​4480](https://github.com/lovell/sharp/issues/4480)
[@​eddienubes](https://github.com/eddienubes)
- Ensure HEIF primary item is used as default page/frame.
[#​4487](https://github.com/lovell/sharp/issues/4487)
- Add image Media Type (MIME Type) to metadata response.
[#​4492](https://github.com/lovell/sharp/issues/4492)
- Add `withDensity` to set output density in EXIF metadata.
[#​4496](https://github.com/lovell/sharp/issues/4496)
- Improve `pkg-config` path discovery.
[#​4504](https://github.com/lovell/sharp/issues/4504)
- Add WebP `exact` option for control over transparent pixel colour values.
- Add support for ECMAScript Modules (ESM).
[#​4509](https://github.com/lovell/sharp/pull/4509)
[@​florian-lefebvre](https://github.com/florian-lefebvre)
</details>
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMjAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjIyOS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Reviewed-on: https://git.keligrubb.com/keligrubb/scrollsmith/pulls/20
Co-authored-by: Renovate Bot <renovate@keligrubb.com>
Co-committed-by: Renovate Bot <renovate@keligrubb.com>
|
2026-06-21 04:26:41 +00:00 |
|
renovate-bot
|
866cb8b43f
|
fix(deps): update dependency puppeteer to v25 (#17)
Release / generate-dungeon (push) Failing after 44s
Release / upload-to-gitea-release (push) Has been skipped
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [puppeteer](https://github.com/puppeteer/puppeteer/tree/main#readme) ([source](https://github.com/puppeteer/puppeteer)) | [`^24.17.1` → `^25.0.0`](https://renovatebot.com/diffs/npm/puppeteer/24.43.1/25.0.2) |  |  |
---
### Release Notes
<details>
<summary>puppeteer/puppeteer (puppeteer)</summary>
### [`v25.0.2`](https://github.com/puppeteer/puppeteer/blob/HEAD/CHANGELOG.md#2502-2026-05-15)
[Compare Source](https://github.com/puppeteer/puppeteer/compare/puppeteer-v24.43.1...puppeteer-v25.0.2)
##### ♻️ Chores
- **puppeteer:** Synchronize puppeteer versions
##### Dependencies
- The following workspace dependencies were updated
- dependencies
- [@​puppeteer/browsers](https://github.com/puppeteer/browsers) bumped from 3.0.1 to 3.0.2
##### 🛠️ Fixes
- update docs text ([#​14992](https://github.com/puppeteer/puppeteer/issues/14992)) ([36527b8](https://github.com/puppeteer/puppeteer/commit/36527b8b9dd856e11a372b46cba23409e5613573))
</details>
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjE1MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Reviewed-on: https://git.keligrubb.com/keligrubb/scrollsmith/pulls/17
Reviewed-by: Keli Grubb <keligrubb324@gmail.com>
Co-authored-by: Renovate Bot <renovate@keligrubb.com>
Co-committed-by: Renovate Bot <renovate@keligrubb.com>
|
2026-05-18 17:33:50 +00:00 |
|
keligrubb
|
83eee20b2c
|
add testing suite
|
2026-02-21 22:19:21 -05:00 |
|
keligrubb
|
96223b81e6
|
more tweaks
ci/woodpecker/cron/ci Pipeline was successful
|
2026-01-19 22:37:53 -05:00 |
|
keligrubb
|
af447da042
|
update deps
ci/woodpecker/cron/ci Pipeline failed
|
2026-01-10 21:54:32 -05:00 |
|
Madison Grubb
|
a3c54b1c82
|
use sharp and improve prompting
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/cron/ci Pipeline was successful
|
2025-09-05 16:48:35 -04:00 |
|
Madison Grubb
|
27dfed05ac
|
improve image gen prompting. increase cfg from 1->3 to make prompt follow more aggressively
ci/woodpecker/push/ci Pipeline failed
ci/woodpecker/cron/ci Pipeline was successful
|
2025-09-04 23:09:57 -04:00 |
|
Madison Grubb
|
df08a6bf42
|
add png compression to save space
ci/woodpecker/push/ci Pipeline failed
|
2025-09-04 22:48:11 -04:00 |
|
keligrubb
|
af315783e0
|
cleanup everything lol
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/cron/ci Pipeline was successful
|
2025-09-01 16:53:37 -04:00 |
|
keligrubb
|
ed95dd08a2
|
initial commit
ci/woodpecker/push/ci Pipeline was successful
|
2025-08-29 22:56:40 -04:00 |
|