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

Open
rosa wants to merge 1 commit from renovate/theme-change-3.x into main
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.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

v2.5.2

Compare Source

v2.5.1

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.0/3.0.2) | ![age](https://developer.mend.io/api/mc/badges/age/npm/theme-change/3.0.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/theme-change/2.5.0/3.0.2?slim=true) | --- ### Release Notes <details> <summary>saadeghi/theme-change (theme-change)</summary> ### [`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) ### [`v2.5.2`](https://github.com/saadeghi/theme-change/compare/66e58c5d719901a852e51087462eb9278deaa45f...8511770e80218409c7e4607f266c61c50e4f4dd8) [Compare Source](https://github.com/saadeghi/theme-change/compare/66e58c5d719901a852e51087462eb9278deaa45f...8511770e80218409c7e4607f266c61c50e4f4dd8) ### [`v2.5.1`](https://github.com/saadeghi/theme-change/compare/v2.5.0...66e58c5d719901a852e51087462eb9278deaa45f) [Compare Source](https://github.com/saadeghi/theme-change/compare/v2.5.0...66e58c5d719901a852e51087462eb9278deaa45f) </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:eyJjcmVhdGVkSW5WZXIiOiI0My4yMTQuNCIsInVwZGF0ZWRJblZlciI6IjQzLjIxNC40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==-->
fix(deps): update dependency theme-change to v3
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/pr/build Pipeline was successful
ci/woodpecker/pr/lint Pipeline was successful
f6a09fb40c
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/pr/build Pipeline was successful
ci/woodpecker/pr/lint Pipeline was successful
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/theme-change-3.x:renovate/theme-change-3.x
git switch renovate/theme-change-3.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/theme-change-3.x
git switch renovate/theme-change-3.x
git rebase main
git switch main
git merge --ff-only renovate/theme-change-3.x
git switch renovate/theme-change-3.x
git rebase main
git switch main
git merge --no-ff renovate/theme-change-3.x
git switch main
git merge --squash renovate/theme-change-3.x
git switch main
git merge --ff-only renovate/theme-change-3.x
git switch main
git merge renovate/theme-change-3.x
git push origin main
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/cosmicrose.dev!9
No description provided.