[PR #6284] [MERGED] fix(deps): update docs #11129

Closed
opened 2026-02-05 14:34:00 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/6284
Author: @renovate[bot]
Created: 1/9/2024
Status: Merged
Merged: 1/10/2024
Merged by: @jrasm91

Base: mainHead: renovate/docs


📝 Commits (1)

📊 Changes

1 file changed (+12 additions, -12 deletions)

View changed files

📝 docs/package-lock.json (+12 -12)

📄 Description

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
clsx 2.0.0 -> 2.1.0 age adoption passing confidence
docusaurus-preset-openapi (source) ^0.6.3 -> ^0.7.0 age adoption passing confidence
postcss (source) 8.4.32 -> 8.4.33 age adoption passing confidence

Release Notes

lukeed/clsx (clsx)

v2.1.0

Compare Source

Features

  • Add new clsx/lite submodule for string-only usage: 1a49142

    This is a 140b version of clsx that is ideal for Tailwind and/or React contexts, which typically follow this clsx usage pattern:

    clsx('foo bar', props.maybe && 'conditional classes', props.className);
    

    Important: This clsx/lite module ignores all non-string arguments and is therefore not a 1:1 replacement for clsx itself!

    import { clsx } from 'clsx';
    import { clsx as lite } from 'clsx/lite';
    
    // strings-only usage is identical
    clsx('foo', null, 'bar', true && 'baz'); //=> "foo bar baz"
    lite('foo', null, 'bar', true && 'baz'); //=> "foo bar baz"
    
    // clsx/lite ignores all non-strings
    clsx('foo', { a: true, b: false, c: true }); //=> "foo a c"
    lite('foo', { a: true, b: false, c: true }); //=> "foo"
    

Full Changelog: https://github.com/lukeed/clsx/compare/v2.0.1...v2.1.0

v2.0.1

Compare Source

Patches

  • (perf) Cache arguments.length & array.length for 6% performance gain (#​26): deff09b
    Adds 5 bytes (+2%) for ~3% avg performance gain
    Thank you @​jalalazimi

Chores


Full Changelog: https://github.com/lukeed/clsx/compare/v2.0.0...v2.0.1

cloud-annotations/docusaurus-openapi (docusaurus-preset-openapi)

v0.7.2

Compare Source

Enhancements and bug fixes

  • Fix bash syntax highlighting (#​274)

v0.7.1

Compare Source

High-level enhancements

  • Bug fixes related to Docusaurus v3 migration

Other enhancements and bug fixes

  • Fix admonitions support in Docusaurus v3 (#​271)
  • Fix some MDXv3 migration bugs (#​270)

v0.7.0

Compare Source

High-level enhancements

  • Docusaurus v3 support (#​266)
  • Allow pressing enter to perform the 'Execute' action (#​255)
  • Render examples in a <code> block (#​256)

Other enhancements and bug fixes

  • Wrap code examples tabs in narrow browser windows (#​250)
  • Add border to form inputs when using light theme (#​252)
  • Fix: Page crash on half surrogate pair (#​261)
postcss/postcss (postcss)

v8.4.33

Compare Source

  • Fixed NoWorkResult behavior difference with normal mode (by Romain Menke).
  • Fixed NoWorkResult usage conditions (by @​ahmdammarr).

Configuration

📅 Schedule: Branch creation - "on tuesday" (UTC), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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/immich-app/immich/pull/6284 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 1/9/2024 **Status:** ✅ Merged **Merged:** 1/10/2024 **Merged by:** [@jrasm91](https://github.com/jrasm91) **Base:** `main` ← **Head:** `renovate/docs` --- ### 📝 Commits (1) - [`9c9f13f`](https://github.com/immich-app/immich/commit/9c9f13fa2e7dddc026f89f3fbba663bd1b7326b1) fix(deps): update docs ### 📊 Changes **1 file changed** (+12 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `docs/package-lock.json` (+12 -12) </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) | [`2.0.0` -> `2.1.0`](https://renovatebot.com/diffs/npm/clsx/2.0.0/2.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/clsx/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/clsx/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/clsx/2.0.0/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/clsx/2.0.0/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [docusaurus-preset-openapi](https://togithub.com/cloud-annotations/docusaurus-openapi) ([source](https://togithub.com/cloud-annotations/docusaurus-openapi/tree/HEAD/packages/docusaurus-preset-openapi)) | [`^0.6.3` -> `^0.7.0`](https://renovatebot.com/diffs/npm/docusaurus-preset-openapi/0.6.4/0.7.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/docusaurus-preset-openapi/0.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/docusaurus-preset-openapi/0.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/docusaurus-preset-openapi/0.6.4/0.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/docusaurus-preset-openapi/0.6.4/0.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [postcss](https://postcss.org/) ([source](https://togithub.com/postcss/postcss)) | [`8.4.32` -> `8.4.33`](https://renovatebot.com/diffs/npm/postcss/8.4.32/8.4.33) | [![age](https://developer.mend.io/api/mc/badges/age/npm/postcss/8.4.33?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/postcss/8.4.33?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/postcss/8.4.32/8.4.33?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/postcss/8.4.32/8.4.33?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>lukeed/clsx (clsx)</summary> ### [`v2.1.0`](https://togithub.com/lukeed/clsx/releases/tag/v2.1.0) [Compare Source](https://togithub.com/lukeed/clsx/compare/v2.0.1...v2.1.0) #### Features - Add new `clsx/lite` submodule for `string`-only usage: [`1a49142`](https://togithub.com/lukeed/clsx/commit/1a49142) *This is a **140b** version of `clsx` that is ideal for Tailwind and/or React contexts, which typically follow this `clsx` usage pattern:* ```js clsx('foo bar', props.maybe && 'conditional classes', props.className); ``` > **Important:** This `clsx/lite` module **ignores all non-string arguments** and is therefore not a 1:1 replacement for `clsx` itself! ```js import { clsx } from 'clsx'; import { clsx as lite } from 'clsx/lite'; // strings-only usage is identical clsx('foo', null, 'bar', true && 'baz'); //=> "foo bar baz" lite('foo', null, 'bar', true && 'baz'); //=> "foo bar baz" // clsx/lite ignores all non-strings clsx('foo', { a: true, b: false, c: true }); //=> "foo a c" lite('foo', { a: true, b: false, c: true }); //=> "foo" ``` *** > **Full Changelog**: https://github.com/lukeed/clsx/compare/v2.0.1...v2.1.0 ### [`v2.0.1`](https://togithub.com/lukeed/clsx/releases/tag/v2.0.1) [Compare Source](https://togithub.com/lukeed/clsx/compare/v2.0.0...v2.0.1) #### Patches - (perf) Cache `arguments.length` & `array.length` for 6% performance gain ([#&#8203;26](https://togithub.com/lukeed/clsx/issues/26)): [`deff09b`](https://togithub.com/lukeed/clsx/commit/deff09b) *Adds 5 bytes (+2%) for ~3% avg performance gain* *Thank you [@&#8203;jalalazimi](https://togithub.com/jalalazimi)* #### Chores - Update module size: [`bf64e71`](https://togithub.com/lukeed/clsx/commit/bf64e71) - Update benchmark results: [`855eec2`](https://togithub.com/lukeed/clsx/commit/855eec2), [`6e3b2b9`](https://togithub.com/lukeed/clsx/commit/6e3b2b9), - Replace `nyc` with `c8` in CI: [`6e2468e`](https://togithub.com/lukeed/clsx/commit/6e2468e) - Update Node CI matrix: [`308a238`](https://togithub.com/lukeed/clsx/commit/308a238) - Fix readme typos ([#&#8203;76](https://togithub.com/lukeed/clsx/issues/76), [#&#8203;82](https://togithub.com/lukeed/clsx/issues/82)): [`42354d3`](https://togithub.com/lukeed/clsx/commit/42354d3), [`4c9a55d`](https://togithub.com/lukeed/clsx/commit/4c9a55d) *Thank you [@&#8203;andipaetzold](https://togithub.com/andipaetzold) and [@&#8203;acusti](https://togithub.com/acusti)* *** > **Full Changelog**: https://github.com/lukeed/clsx/compare/v2.0.0...v2.0.1 </details> <details> <summary>cloud-annotations/docusaurus-openapi (docusaurus-preset-openapi)</summary> ### [`v0.7.2`](https://togithub.com/cloud-annotations/docusaurus-openapi/blob/HEAD/CHANGELOG.md#072-Dec-21-2023) [Compare Source](https://togithub.com/cloud-annotations/docusaurus-openapi/compare/v0.7.1...v0.7.2) Enhancements and bug fixes - Fix bash syntax highlighting ([#&#8203;274](https://togithub.com/cloud-annotations/docusaurus-openapi/pull/274)) ### [`v0.7.1`](https://togithub.com/cloud-annotations/docusaurus-openapi/blob/HEAD/CHANGELOG.md#071-Dec-18-2023) [Compare Source](https://togithub.com/cloud-annotations/docusaurus-openapi/compare/v0.7.0...v0.7.1) High-level enhancements - Bug fixes related to Docusaurus v3 migration Other enhancements and bug fixes - Fix admonitions support in Docusaurus v3 ([#&#8203;271](https://togithub.com/cloud-annotations/docusaurus-openapi/pull/271)) - Fix some MDXv3 migration bugs ([#&#8203;270](https://togithub.com/cloud-annotations/docusaurus-openapi/pull/270)) ### [`v0.7.0`](https://togithub.com/cloud-annotations/docusaurus-openapi/blob/HEAD/CHANGELOG.md#070-Dec-13-2023) [Compare Source](https://togithub.com/cloud-annotations/docusaurus-openapi/compare/v0.6.4...v0.7.0) High-level enhancements - Docusaurus v3 support ([#&#8203;266](https://togithub.com/cloud-annotations/docusaurus-openapi/pull/266)) - Allow pressing enter to perform the 'Execute' action ([#&#8203;255](https://togithub.com/cloud-annotations/docusaurus-openapi/pull/255)) - Render examples in a `<code>` block ([#&#8203;256](https://togithub.com/cloud-annotations/docusaurus-openapi/pull/256)) Other enhancements and bug fixes - Wrap code examples tabs in narrow browser windows ([#&#8203;250](https://togithub.com/cloud-annotations/docusaurus-openapi/pull/250)) - Add border to form inputs when using light theme ([#&#8203;252](https://togithub.com/cloud-annotations/docusaurus-openapi/pull/252)) - Fix: Page crash on half surrogate pair ([#&#8203;261](https://togithub.com/cloud-annotations/docusaurus-openapi/pull/261)) </details> <details> <summary>postcss/postcss (postcss)</summary> ### [`v8.4.33`](https://togithub.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8433) [Compare Source](https://togithub.com/postcss/postcss/compare/8.4.32...8.4.33) - Fixed `NoWorkResult` behavior difference with normal mode (by Romain Menke). - Fixed `NoWorkResult` usage conditions (by [@&#8203;ahmdammarr](https://togithub.com/ahmdammarr)). </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/immich-app/immich). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 14:34:00 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#11129