[PR #59] [MERGED] Update dependency clsx to v1.2.1 #70

Closed
opened 2026-02-27 14:57:00 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbootxyz/netboot.xyz-docs/pull/59
Author: @renovate[bot]
Created: 7/3/2022
Status: Merged
Merged: 7/18/2022
Merged by: @antonym

Base: masterHead: renovate/clsx-1.x


📝 Commits (1)

  • a9cb61e Update dependency clsx to v1.2.1

📊 Changes

2 files changed (+2 additions, -7 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+1 -6)

📄 Description

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
clsx 1.1.1 -> 1.2.1 age adoption passing confidence

Release Notes

lukeed/clsx

v1.2.1

Compare Source

Patches

  • Ensure CommonJS and UMD entrypoints have the named clsx export too

Chores


Full Changelog: https://github.com/lukeed/clsx/compare/v1.2.0...v1.2.1

v1.2.0

Compare Source

Features
  • Add named clsx export alias (#​43, #​44): 56ab81f
    Thank you @​danikaze~!

    This is purely an alias for the default export so that TypeScript users can avoid the esModuleInterop setting. In other words, the follow import statements are effectively identical, but the latter is preferred by TypeScript:

    import clsx from 'clsx';
    // or
    import { clsx } from 'clsx';
    

    Important: Just to reiterate, both still work!

Chores

Full Changelog: https://github.com/lukeed/clsx/compare/v1.1.1...v1.2.0


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 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, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbootxyz/netboot.xyz-docs/pull/59 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 7/3/2022 **Status:** ✅ Merged **Merged:** 7/18/2022 **Merged by:** [@antonym](https://github.com/antonym) **Base:** `master` ← **Head:** `renovate/clsx-1.x` --- ### 📝 Commits (1) - [`a9cb61e`](https://github.com/netbootxyz/netboot.xyz-docs/commit/a9cb61ecde716c305e51e8a9d2a87ddf2aacacd1) Update dependency clsx to v1.2.1 ### 📊 Changes **2 files changed** (+2 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+1 -6) </details> ### 📄 Description [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [clsx](https://togithub.com/lukeed/clsx) | [`1.1.1` -> `1.2.1`](https://renovatebot.com/diffs/npm/clsx/1.1.1/1.2.1) | [![age](https://badges.renovateapi.com/packages/npm/clsx/1.2.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/clsx/1.2.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/clsx/1.2.1/compatibility-slim/1.1.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/clsx/1.2.1/confidence-slim/1.1.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>lukeed/clsx</summary> ### [`v1.2.1`](https://togithub.com/lukeed/clsx/releases/tag/v1.2.1) [Compare Source](https://togithub.com/lukeed/clsx/compare/v1.2.0...v1.2.1) #### Patches - Ensure CommonJS and UMD entrypoints have the named `clsx` export too #### Chores - Build CJS & UMD files manually ([#&#8203;50](https://togithub.com/lukeed/clsx/issues/50)): [`3712966`](https://togithub.com/lukeed/clsx/commit/3712966), [`2114f5b`](https://togithub.com/lukeed/clsx/commit/2114f5b) *** > **Full Changelog**: https://github.com/lukeed/clsx/compare/v1.2.0...v1.2.1 ### [`v1.2.0`](https://togithub.com/lukeed/clsx/releases/tag/v1.2.0) [Compare Source](https://togithub.com/lukeed/clsx/compare/v1.1.1...v1.2.0) ##### Features - Add named `clsx` export alias ([#&#8203;43](https://togithub.com/lukeed/clsx/issues/43), [#&#8203;44](https://togithub.com/lukeed/clsx/issues/44)): [`56ab81f`](https://togithub.com/lukeed/clsx/commit/56ab81f) *Thank you [@&#8203;danikaze](https://togithub.com/danikaze)~!*<br> This is purely an alias for the default export so that TypeScript users can avoid the `esModuleInterop` setting. In other words, the follow `import` statements are effectively identical, but the latter is preferred by TypeScript: ```js import clsx from 'clsx'; // or import { clsx } from 'clsx'; ``` > **Important:** Just to reiterate, both still work! ##### Chores - Migrate from `tape` to [`uvu`](https://togithub.com/lukeed/uvu) for tests: [`1c36d10`](https://togithub.com/lukeed/clsx/commit/1c36d10) - Add Node 14 and Node 16 to CI test matrix: [`bc4f827`](https://togithub.com/lukeed/clsx/commit/bc4f827) - Update "string variadic" tests ([#&#8203;30](https://togithub.com/lukeed/clsx/issues/30)): [`74cefa6`](https://togithub.com/lukeed/clsx/commit/74cefa6) *Thank you [@&#8203;gingerrific](https://togithub.com/gingerrific)~!* - Enable [GitHub Sponsors](https://togithub.com/sponsors/lukeed) button: [`400b848`](https://togithub.com/lukeed/clsx/commit/400b848) *** > **Full Changelog**: https://github.com/lukeed/clsx/compare/v1.1.1...v1.2.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 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, click this checkbox. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/netbootxyz/netboot.xyz-docs). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMTcuNCIsInVwZGF0ZWRJblZlciI6IjMyLjExNy40In0=--> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 14:57:00 +03:00
Sign in to join this conversation.
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
starred/netboot.xyz-docs#70
No description provided.