Skip to content

chore(deps): update dependency clsx to v2.1.1#321

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/clsx-2.x-lockfile
Open

chore(deps): update dependency clsx to v2.1.1#321
renovate[bot] wants to merge 1 commit intomainfrom
renovate/clsx-2.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 23, 2024

This PR contains the following updates:

Package Change Age Confidence
clsx 2.1.02.1.1 age confidence

Release Notes

lukeed/clsx (clsx)

v2.1.1

Compare Source

Patches

Chores

  • Add licenses.dev badge: 684509c
    This service recursively analyzes entire dependency graphs to ensure that a package (or your project) is using permissive licenses. For example, here's a results table for polka@next and a larger astro example.

Full Changelog: lukeed/clsx@v2.1.0...v2.1.1


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, check this box

This PR was generated by Mend Renovate. View the repository job log.

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 23, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
chat-chat ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 9, 2025 1:17pm

@renovate renovate bot force-pushed the renovate/clsx-2.x-lockfile branch from 2857973 to 31eabea Compare May 28, 2024 08:12
@renovate renovate bot force-pushed the renovate/clsx-2.x-lockfile branch from 31eabea to 221e850 Compare January 23, 2025 18:10
@renovate renovate bot force-pushed the renovate/clsx-2.x-lockfile branch from 221e850 to 9bafa48 Compare January 30, 2025 14:26
@renovate renovate bot force-pushed the renovate/clsx-2.x-lockfile branch from 9bafa48 to 6a37b54 Compare February 9, 2025 13:13
@renovate renovate bot force-pushed the renovate/clsx-2.x-lockfile branch from 6a37b54 to 00babae Compare March 3, 2025 16:13
@renovate renovate bot force-pushed the renovate/clsx-2.x-lockfile branch 3 times, most recently from 70b1a44 to c7f63ba Compare March 17, 2025 17:16
@renovate renovate bot force-pushed the renovate/clsx-2.x-lockfile branch from c7f63ba to 4b51b21 Compare April 1, 2025 12:25
@renovate renovate bot force-pushed the renovate/clsx-2.x-lockfile branch from 4b51b21 to 8b6dcfa Compare April 24, 2025 06:28
@renovate renovate bot force-pushed the renovate/clsx-2.x-lockfile branch from 8b6dcfa to d907468 Compare May 19, 2025 16:45
@renovate renovate bot force-pushed the renovate/clsx-2.x-lockfile branch 2 times, most recently from 6b1303c to d6a12b6 Compare June 4, 2025 06:00
@renovate renovate bot force-pushed the renovate/clsx-2.x-lockfile branch from d6a12b6 to 8086cbd Compare June 22, 2025 15:15
@renovate renovate bot force-pushed the renovate/clsx-2.x-lockfile branch from 8086cbd to fbf1381 Compare July 2, 2025 14:03
@renovate renovate bot force-pushed the renovate/clsx-2.x-lockfile branch 2 times, most recently from 6fb8750 to 6552caa Compare August 13, 2025 17:51
@renovate renovate bot force-pushed the renovate/clsx-2.x-lockfile branch from 6552caa to 4a26a6d Compare August 19, 2025 18:40
@renovate renovate bot force-pushed the renovate/clsx-2.x-lockfile branch from 4a26a6d to 107dea3 Compare August 31, 2025 09:47
@renovate renovate bot changed the title fix(deps): update dependency clsx to v2.1.1 chore(deps): update dependency clsx to v2.1.1 Sep 25, 2025
@renovate renovate bot force-pushed the renovate/clsx-2.x-lockfile branch from 107dea3 to c3cacd5 Compare September 25, 2025 18:53
@renovate renovate bot force-pushed the renovate/clsx-2.x-lockfile branch from c3cacd5 to 216a401 Compare November 10, 2025 16:13
@renovate renovate bot force-pushed the renovate/clsx-2.x-lockfile branch from 216a401 to 65c4030 Compare November 18, 2025 15:03
@renovate renovate bot force-pushed the renovate/clsx-2.x-lockfile branch from 65c4030 to d017129 Compare December 31, 2025 16:44
@renovate renovate bot force-pushed the renovate/clsx-2.x-lockfile branch 2 times, most recently from fead10c to 3634d6e Compare January 23, 2026 17:35
@renovate renovate bot force-pushed the renovate/clsx-2.x-lockfile branch from 3634d6e to aed9cec Compare February 2, 2026 21:37
@renovate renovate bot force-pushed the renovate/clsx-2.x-lockfile branch from aed9cec to 2d38737 Compare February 12, 2026 16:42
@renovate renovate bot force-pushed the renovate/clsx-2.x-lockfile branch from 2d38737 to 90f45fc Compare March 5, 2026 20:58
@renovate renovate bot force-pushed the renovate/clsx-2.x-lockfile branch from 90f45fc to 2a894bb Compare March 13, 2026 10:51
Copy link
Copy Markdown

@JiwaniZakir JiwaniZakir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The lockfile changes here go well beyond the stated clsx 2.1.0 → 2.1.1 patch bump — several transitive dependencies were updated and, more notably, three deprecated packages are now flagged in pnpm-lock.yaml: @azure/openai@1.0.0-beta.12 (marked as retired, with a migration guide to the stable SDK), @humanwhocodes/config-array@0.11.14, and @humanwhocodes/object-schema@2.0.3. The @azure/openai deprecation in particular deserves attention; if the project actively uses Azure OpenAI (the package appears in the importers section), this isn't just a lockfile noise issue — callers relying on @azure/openai beta APIs will eventually break. The acorn-import-assertions@1.9.0 rename to acorn-import-attributes is similarly worth tracking. It would be worth separating the Azure OpenAI migration into its own PR rather than leaving a retired dependency silently sitting in the dependency tree after this merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant