chore(deps): update grimmory to v3.0.3 #6453

Merged
alexlebens merged 1 commits from renovate/unified-grimmory into main 2026-05-03 01:19:39 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/grimmory-tools/grimmory patch v3.0.2v3.0.3
grimmory-tools/grimmory patch 3.0.23.0.3

Release Notes

grimmory-tools/grimmory (ghcr.io/grimmory-tools/grimmory)

v3.0.3

Compare Source

This release of Grimmory has various usability fixes for the CBX and PDF readers, fixes a crash when loading some CBX files, adds fields back to the book browser table - among other fixes and code clean ups.

Changelog

Full Changelog: https://github.com/grimmory-tools/grimmory/compare/v3.0.2...v3.0.3

Bug Fixes

ui: allow self frame-src for pdf doc mode (#​901) (ed35da2)
ui: fall back the book sorting service to primary file (#​944) (7da3377)
ui: virtual grid scroll restore (#​948) (005d2f0)
ui: use signals to unfreeze library loading component (#​964) (4001b04)
ui:: prevent console error when leaving reader (#​956) (f359e49)
ui:: prevent directory picker folder clicks selecting (#​986) (0fad5c1)
ui: add back the dashboard scroller scrollbar (#​983) (2936d28)
comicvine: update Comicvine ID handling for issues and volumes in metadata extraction (#​864) (661672b)
cbx: drain NightCompress InputStream before closing (#​1004) (12e721f)
cbx-reader: fix two-page layout + navigation (#​1030) (bc05738)
books: add missing book metadata fields (#​1032) (08450fa)
repositories: add automatic flushing to delete methods in various repositories (#​791) (183c688)

Refactors

api: use package imports in more situations (#​899) (df40f84)
specifications: replace dynamic array creation with static empty arrays for improved performance (#​883) (2cfcc64)
ui: unify author/series/book browsers using tanstack virtual (#​941) (d256fbf)
metadata: avoid regex for AmazonBookParser (#​926) (bf7c2d8)
metadata: avoid polynomial regexes in ComicvineBookParser (#​930) (dce13b1)
api: replace Stream.collect(Collectors.toList()) with Stream.toList() (#​977) (125b2c6)
styles: unify scrollbar styles (#​990) (9e14f3b)
security: replace JWT library with Nimbus JOSE and improve token validation (#​911) (491df47)
regex: replace string manipulation with regex patterns for improved clarity and performance (#​869) (b22fa38)

Chores

deps: bump postcss from 8.5.8 to 8.5.12 in /frontend (#​918) (95cd73d)
ui: replace showdown markdown renderer (#​936) (75568d3)
helm: switch MariaDB chart to CloudPirate (#​881) (da99788)

Style

api: replace ignored exceptions with Java's unnamed pattern (_) (#​976) (72cd021)

Contributors

We'd like to thank the contributors for this release for taking the time to make Grimmory better.

Including but not limited to: @​alexhb1 @​balazs-szucs @​zachyale @​thibaultamartin @​imnotjames


Configuration

📅 Schedule: (in timezone America/Chicago)

  • 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/grimmory-tools/grimmory](https://github.com/grimmory-tools/grimmory) | patch | `v3.0.2` → `v3.0.3` | | [grimmory-tools/grimmory](https://github.com/grimmory-tools/grimmory) | patch | `3.0.2` → `3.0.3` | --- ### Release Notes <details> <summary>grimmory-tools/grimmory (ghcr.io/grimmory-tools/grimmory)</summary> ### [`v3.0.3`](https://github.com/grimmory-tools/grimmory/releases/tag/v3.0.3) [Compare Source](https://github.com/grimmory-tools/grimmory/compare/v3.0.2...v3.0.3) This release of Grimmory has various usability fixes for the CBX and PDF readers, fixes a crash when loading some CBX files, adds fields back to the book browser table - among other fixes and code clean ups. ##### Changelog **Full Changelog**: <https://github.com/grimmory-tools/grimmory/compare/v3.0.2...v3.0.3> ##### Bug Fixes **ui:** allow self frame-src for pdf doc mode ([#&#8203;901](https://github.com/grimmory-tools/grimmory/issues/901)) ([ed35da2](https://github.com/grimmory-tools/grimmory/commit/ed35da2f22c202add0ae8af2019553963a0f2529)) **ui:** fall back the book sorting service to primary file ([#&#8203;944](https://github.com/grimmory-tools/grimmory/pull/944)) ([7da3377](https://github.com/grimmory-tools/grimmory/commit/7da337754b993ff508b06d306c7f76379ab2d11d)) **ui:** virtual grid scroll restore ([#&#8203;948](https://github.com/grimmory-tools/grimmory/pull/948)) ([005d2f0](https://github.com/grimmory-tools/grimmory/commit/005d2f0039f2ada8854c10688c25d6fbb87166ae)) **ui:** use signals to unfreeze library loading component ([#&#8203;964](https://github.com/grimmory-tools/grimmory/pull/964)) ([4001b04](https://github.com/grimmory-tools/grimmory/commit/4001b042b39fb7af53a716598e3f3658859909d7)) **ui:**: prevent console error when leaving reader ([#&#8203;956](https://github.com/grimmory-tools/grimmory/pull/956)) ([f359e49](https://github.com/grimmory-tools/grimmory/commit/f359e49a6b4427f1a8f762df52103b0a2f5391b9)) **ui:**: prevent directory picker folder clicks selecting ([#&#8203;986](https://github.com/grimmory-tools/grimmory/pull/986)) ([0fad5c1](https://github.com/grimmory-tools/grimmory/commit/0fad5c11e4d88e2abbf434cd5155ef993cf96b97)) **ui:** add back the dashboard scroller scrollbar ([#&#8203;983](https://github.com/grimmory-tools/grimmory/pull/983)) ([2936d28](https://github.com/grimmory-tools/grimmory/commit/2936d28582800ed3bded2debf2eebce08af66989)) **comicvine:** update Comicvine ID handling for issues and volumes in metadata extraction ([#&#8203;864](https://github.com/grimmory-tools/grimmory/pull/864)) ([661672b](https://github.com/grimmory-tools/grimmory/commit/661672bf5b6233eb9d352915c74a88af7ab52ca4)) **cbx:** drain NightCompress InputStream before closing ([#&#8203;1004](https://github.com/grimmory-tools/grimmory/pull/1004)) ([12e721f](https://github.com/grimmory-tools/grimmory/commit/12e721fa0f199790bd90b5d60fd3d182ef7225f2)) **cbx-reader:** fix two-page layout + navigation ([#&#8203;1030](https://github.com/grimmory-tools/grimmory/pull/1030)) ([bc05738](https://github.com/grimmory-tools/grimmory/commit/bc05738e0fd2d5fe4f81fd4a0bff5aa4d859f65e)) **books:** add missing book metadata fields ([#&#8203;1032](https://github.com/grimmory-tools/grimmory/pull/1032)) ([08450fa](https://github.com/grimmory-tools/grimmory/commit/08450fa26ad2adab41047032f5defcb13adbae45)) **repositories:** add automatic flushing to delete methods in various repositories ([#&#8203;791](https://github.com/grimmory-tools/grimmory/pull/791)) ([183c688](https://github.com/grimmory-tools/grimmory/commit/183c688a558b47b062780ca599689119750d5861)) ##### Refactors **api**: use package imports in more situations ([#&#8203;899](https://github.com/grimmory-tools/grimmory/pull/899)) ([df40f84](https://github.com/grimmory-tools/grimmory/commit/df40f845bd018edc583458609f2ec848c7ba5277)) **specifications**: replace dynamic array creation with static empty arrays for improved performance ([#&#8203;883](https://github.com/grimmory-tools/grimmory/pull/883)) ([2cfcc64](https://github.com/grimmory-tools/grimmory/commit/2cfcc64ce6d629b2fa0b255683de66d857088185)) **ui:** unify author/series/book browsers using tanstack virtual ([#&#8203;941](https://github.com/grimmory-tools/grimmory/pull/941)) ([d256fbf](https://github.com/grimmory-tools/grimmory/commit/d256fbf38955a7327cad9382a5d04d2cdce23c99)) **metadata:** avoid regex for AmazonBookParser ([#&#8203;926](https://github.com/grimmory-tools/grimmory/pull/926)) ([bf7c2d8](https://github.com/grimmory-tools/grimmory/commit/bf7c2d8dd464dfb65721fdf756580a507a301d55)) **metadata:** avoid polynomial regexes in ComicvineBookParser ([#&#8203;930](https://github.com/grimmory-tools/grimmory/pull/930)) ([dce13b1](https://github.com/grimmory-tools/grimmory/commit/dce13b121ea09a4d2debf61a2383cf6574f7e269)) **api:** replace Stream.collect(Collectors.toList()) with Stream.toList() ([#&#8203;977](https://github.com/grimmory-tools/grimmory/pull/977)) ([125b2c6](https://github.com/grimmory-tools/grimmory/commit/125b2c6ed5a8615158b07f2202c2408e167c3e24)) **styles:** unify scrollbar styles ([#&#8203;990](https://github.com/grimmory-tools/grimmory/pull/990)) ([9e14f3b](https://github.com/grimmory-tools/grimmory/commit/9e14f3b31932c39b2ea08289e05f208ce74409c0)) **security:** replace JWT library with Nimbus JOSE and improve token validation ([#&#8203;911](https://github.com/grimmory-tools/grimmory/pull/911)) ([491df47](https://github.com/grimmory-tools/grimmory/commit/491df479a4efad2fc92ae6411a21ad5b2923176d)) **regex:** replace string manipulation with regex patterns for improved clarity and performance ([#&#8203;869](https://github.com/grimmory-tools/grimmory/pull/869)) ([b22fa38](https://github.com/grimmory-tools/grimmory/commit/b22fa38642540afc218d480a7d59cccc3c850980)) ##### Chores **deps:** bump postcss from 8.5.8 to 8.5.12 in /frontend ([#&#8203;918](https://github.com/grimmory-tools/grimmory/pull/918)) ([95cd73d](https://github.com/grimmory-tools/grimmory/commit/95cd73d0bbf92c46aa95d46cc83d0ce50195c17d)) **ui:** replace showdown markdown renderer ([#&#8203;936](https://github.com/grimmory-tools/grimmory/pull/936)) ([75568d3](https://github.com/grimmory-tools/grimmory/commit/75568d3ce6a50adab94fbe167a28f3ebe2f40e70)) **helm:** switch MariaDB chart to CloudPirate ([#&#8203;881](https://github.com/grimmory-tools/grimmory/pull/881)) ([da99788](https://github.com/grimmory-tools/grimmory/commit/da9978864c1badbe5acd090b5d3da1e318e1e9b0)) ##### Style **api**: replace ignored exceptions with Java's unnamed pattern (\_) ([#&#8203;976](https://github.com/grimmory-tools/grimmory/pull/976)) ([72cd021](https://github.com/grimmory-tools/grimmory/commit/72cd021d0a69b6d0cbe3834e6c5848b093d8aa91)) ##### Contributors We'd like to thank the contributors for this release for taking the time to make Grimmory better. Including but not limited to: [@&#8203;alexhb1](https://github.com/alexhb1) [@&#8203;balazs-szucs](https://github.com/balazs-szucs) [@&#8203;zachyale](https://github.com/zachyale) [@&#8203;thibaultamartin](https://github.com/thibaultamartin) [@&#8203;imnotjames](https://github.com/imnotjames) </details> --- ### Configuration 📅 **Schedule**: (in timezone America/Chicago) - 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 [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNjAuNCIsInVwZGF0ZWRJblZlciI6IjQzLjE2MC40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJkb2NrZXIiLCJkb2NrZXIiXX0=-->
renovate-bot added the automergedocker labels 2026-05-03 00:53:46 +00:00
renovate-bot added 1 commit 2026-05-03 01:03:21 +00:00
chore(deps): update grimmory to v3.0.3
Some checks are pending
renovate/stability-days Updates have not met minimum release age requirement
lint-test-helm / lint-helm (pull_request) Successful in 21s
lint-test-helm / validate-kubeconform (pull_request) Successful in 21s
render-manifests / render-manifests (pull_request) Successful in 1m31s
7e97b2ff11
renovate-bot force-pushed renovate/unified-grimmory from bd4dcc37fc to 7e97b2ff11 2026-05-03 01:03:21 +00:00 Compare
alexlebens merged commit 12d1073c1c into main 2026-05-03 01:19:39 +00:00
alexlebens deleted branch renovate/unified-grimmory 2026-05-03 01:19:41 +00:00
Sign in to join this conversation.