fix(deps): update dependency theme-change to v3 #14

Merged
rosa merged 1 commit from renovate/theme-change-3.x into main 2026-07-22 16:46:44 +00:00
Owner

This PR contains the following updates:

Package Change Age Confidence
theme-change ^2.5.0^3.0.0 age confidence

Release Notes

saadeghi/theme-change (theme-change)

v3.0.4

Features
  • added data-act-attribute="name[:value]" to set an arbitrary HTML attribute (e.g. aria-pressed, aria-current) on a button while its theme is active, as a more flexible alternative to data-act-class (#​41)
  • data-act-attribute also works with legacy data-toggle-theme buttons
Bug Fixes
  • legacy data-toggle-theme now recomputes each button's active state on click instead of blindly toggling data-act-class, fixing act-class desync with multi-theme toggle lists

v3.0.1

Compare Source

Features
  • unified theme control with data-set-theme for button, select, and checkbox
  • added checkbox support: <input type="checkbox" value="dark" data-set-theme />
  • added comma-separated rotation support on clickable data-set-theme values
  • synced all data-set-theme controls on theme updates
  • kept backward compatibility for legacy v2 attributes (data-toggle-theme, data-choose-theme)
Build and distribution
  • rewrote build pipeline with esbuild
  • added dual artifacts:
    • browser-friendly IIFE .js files for classic <script src> CDN usage
    • ESM .mjs files for npm/module imports
Docs and examples
  • restructured README for shorter, easier scanning (quick start, framework snippets, tables)
  • updated CDN docs for classic script usage
  • expanded index.html examples for new API and legacy attribute coverage

v3.0.0

Compare Source


Configuration

📅 Schedule: (UTC)

  • 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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update 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 | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [theme-change](https://github.com/saadeghi/theme-change) | [`^2.5.0` → `^3.0.0`](https://renovatebot.com/diffs/npm/theme-change/2.5.2/3.0.4) | ![age](https://developer.mend.io/api/mc/badges/age/npm/theme-change/3.0.4?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/theme-change/2.5.2/3.0.4?slim=true) | --- ### Release Notes <details> <summary>saadeghi/theme-change (theme-change)</summary> ### [`v3.0.4`](https://github.com/saadeghi/theme-change/blob/HEAD/CHANGELOG.md#304-2026-06-14) ##### Features - added `data-act-attribute="name[:value]"` to set an arbitrary HTML attribute (e.g. `aria-pressed`, `aria-current`) on a button while its theme is active, as a more flexible alternative to `data-act-class` ([#&#8203;41](https://github.com/saadeghi/theme-change/issues/41)) - `data-act-attribute` also works with legacy `data-toggle-theme` buttons ##### Bug Fixes - legacy `data-toggle-theme` now recomputes each button's active state on click instead of blindly toggling `data-act-class`, fixing act-class desync with multi-theme toggle lists ### [`v3.0.1`](https://github.com/saadeghi/theme-change/blob/HEAD/CHANGELOG.md#301-2026-06-07) [Compare Source](https://github.com/saadeghi/theme-change/compare/8511770e80218409c7e4607f266c61c50e4f4dd8...2ca4f7b91f75600e431456f35f60c5eeec04a6bd) ##### Features - unified theme control with `data-set-theme` for button, select, and checkbox - added checkbox support: `<input type="checkbox" value="dark" data-set-theme />` - added comma-separated rotation support on clickable `data-set-theme` values - synced all `data-set-theme` controls on theme updates - kept backward compatibility for legacy v2 attributes (`data-toggle-theme`, `data-choose-theme`) ##### Build and distribution - rewrote build pipeline with esbuild - added dual artifacts: - browser-friendly IIFE `.js` files for classic `<script src>` CDN usage - ESM `.mjs` files for npm/module imports ##### Docs and examples - restructured README for shorter, easier scanning (quick start, framework snippets, tables) - updated CDN docs for classic script usage - expanded `index.html` examples for new API and legacy attribute coverage ### [`v3.0.0`](https://github.com/saadeghi/theme-change/compare/8511770e80218409c7e4607f266c61c50e4f4dd8...8511770e80218409c7e4607f266c61c50e4f4dd8) [Compare Source](https://github.com/saadeghi/theme-change/compare/8511770e80218409c7e4607f266c61c50e4f4dd8...8511770e80218409c7e4607f266c61c50e4f4dd8) </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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 becomes conflicted, 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 [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMTQuNCIsInVwZGF0ZWRJblZlciI6IjQzLjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==-->
fix(deps): update dependency theme-change to v3
All checks were successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful
bed67db68f
rosa force-pushed renovate/theme-change-3.x from bed67db68f
All checks were successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful
to 92550594f4
Some checks failed
ci/woodpecker/push/test Pipeline failed
ci/woodpecker/pr/test Pipeline failed
2026-06-15 20:04:49 +00:00
Compare
rosa force-pushed renovate/theme-change-3.x from 92550594f4
Some checks failed
ci/woodpecker/push/test Pipeline failed
ci/woodpecker/pr/test Pipeline failed
to 074befd953
All checks were successful
ci/woodpecker/pr/test Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
2026-06-22 20:05:34 +00:00
Compare
rosa force-pushed renovate/theme-change-3.x from 074befd953
All checks were successful
ci/woodpecker/pr/test Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
to 3cd5dcdc12
All checks were successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful
2026-07-02 16:07:17 +00:00
Compare
rosa merged commit 83584cad33 into main 2026-07-22 16:46:44 +00:00
rosa deleted branch renovate/theme-change-3.x 2026-07-22 16:46:44 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
rosa/spacetraders_client!14
No description provided.