Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 28, 2025

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@floating-ui/react-dom (source) 2.1.42.1.6 age adoption passing confidence
@iconify-json/material-symbols 1.2.281.2.50 age adoption passing confidence
@iconify-json/mingcute 1.2.31.2.6 age adoption passing confidence
@mdx-js/react (source) 3.1.03.1.1 age adoption passing confidence
@mdx-js/rollup (source) 3.1.03.1.1 age adoption passing confidence
@next/bundle-analyzer (source) 15.3.415.3.8 age adoption passing confidence
@​openpanel/nextjs 1.0.81.0.20 age adoption passing confidence
@radix-ui/react-avatar (source) 1.1.101.1.11 age adoption passing confidence
@radix-ui/react-dialog (source) 1.1.141.1.15 age adoption passing confidence
@radix-ui/react-dropdown-menu (source) 2.1.152.1.16 age adoption passing confidence
@radix-ui/react-label (source) 2.1.72.1.8 age adoption passing confidence
@radix-ui/react-scroll-area (source) 1.2.91.2.10 age adoption passing confidence
@radix-ui/react-select (source) 2.2.52.2.6 age adoption passing confidence
@radix-ui/react-slider (source) 1.3.51.3.6 age adoption passing confidence
@radix-ui/react-switch (source) 1.2.51.2.6 age adoption passing confidence
@radix-ui/react-tabs (source) 1.1.121.1.13 age adoption passing confidence
@simplewebauthn/browser (source) 13.1.013.1.2 age adoption passing confidence
@tailwindcss/typography 0.5.160.5.19 age adoption passing confidence
@types/chroma-js (source) 3.1.13.1.2 age adoption passing confidence
@types/node (source) 24.0.1024.0.15 age adoption passing confidence
@types/react (source) ^18.3.23^18.3.27 age adoption passing confidence
@types/react (source) 18.3.2318.3.27 age adoption passing confidence
autoprefixer 10.4.2110.4.23 age adoption passing confidence
chroma-js 3.1.23.1.4 age adoption passing confidence
code-inspector-plugin (source) 0.20.150.20.17 age adoption passing confidence
dayjs (source) 1.11.131.11.19 age adoption passing confidence
emoji-picker-react (source) 4.12.34.12.4 age adoption passing confidence
es-toolkit (source) 1.39.61.39.10 age adoption passing confidence
eslint-config-hyoban 4.0.84.0.10 age adoption passing confidence
immer ^10.1.1^10.1.3 age adoption passing confidence
katex (source) ^0.16.22^0.16.27 age adoption passing confidence
kbar 0.1.0-beta.450.1.0-beta.48 age adoption passing confidence
lint-staged 16.1.216.1.6 age adoption passing confidence
mermaid 11.10.011.10.1 age adoption passing confidence
nanoid ^5.1.5^5.1.6 age adoption passing confidence
simple-git-hooks 2.13.02.13.1 age adoption passing confidence
socket.io-client (source) 4.8.14.8.3 age adoption passing confidence
sonner (source) 2.0.52.0.7 age adoption passing confidence
tailwindcss (source) 3.4.173.4.19 age adoption passing confidence
unplugin-macros 0.17.00.17.2 age adoption passing confidence

Release Notes

floating-ui/floating-ui (@​floating-ui/react-dom)

v2.1.6

Compare Source

Patch Changes

v2.1.5

Compare Source

Patch Changes
mdx-js/mdx (@​mdx-js/react)

v3.1.1

Compare Source

Fix
Types
  • 933ab44 @mdx-js/mdx: add attributes to export/import declarations
Docs

Full Changelog: mdx-js/mdx@3.1.0...3.1.1

vercel/next.js (@​next/bundle-analyzer)

v15.3.8

Compare Source

Please see the Next.js Security Update for information about this security patch.

v15.3.7

Compare Source

v15.3.6

Compare Source

Please see CVE-2025-66478 for additional details about this release.

v15.3.5

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • Turbopack: list assert/strict as external (#​80884)
  • omit searchParam data from FlightRouterState before transport (#​80734)
  • bugfix: propagate staleTime to seeded prefetch entry (#​81263)
Misc Changes
  • document turbopack trace viewer (#​78184)
Credits

Huge thanks to @​ztanner, @​mischnic, and @​bgw for helping!

radix-ui/primitives (@​radix-ui/react-select)

v2.2.6

MasterKale/SimpleWebAuthn (@​simplewebauthn/browser)

v13.1.2

Compare Source

Changes

  • [browser] [server] Exported the ResidentKeyRequirement type to help with type inference
    (#​704)
tailwindlabs/tailwindcss-typography (@​tailwindcss/typography)

v0.5.19

Compare Source

Fixed
  • Fixed broken color styles (#​405)

v0.5.18

Compare Source

Fixed
  • Fixed undefined variable error (#​403)

v0.5.17

Compare Source

Added
  • Add modifiers for description list elements (#​357)
  • Add prose-picture modifier (#​367)
Fixed
  • Include unit in hr border-width value (#​379)
  • Ensure <kbd> styles work with Tailwind CSS v4 (#​387)
Changed
  • Remove lodash dependencies (#​402)
postcss/autoprefixer (autoprefixer)

v10.4.23

Compare Source

v10.4.22

Compare Source

  • Fixed stretch prefixes on new Can I Use database.
  • Updated fraction.js.
gka/chroma.js (chroma-js)

v3.1.4

Compare Source

What's Changed

Full Changelog: gka/chroma.js@v3.1.3...v3.1.4

iamkun/dayjs (dayjs)

v1.11.19

Compare Source

Bug Fixes
  • added usage warnings for diff + updated unit tests (#​2948) (269a7a9)
  • dont instantiate regexes within ar locale functions to avoid performance overhead (#​2898) (af5e9f0)
  • replace italian locale "un' ora fa" with "un'ora fa", add tests for it (#​2930) (9e9f76c)
  • Updated Belarusian locale with relative time (#​2656) (1d8746c)

v1.11.18

Compare Source

Bug Fixes
  • error semantic-release dependency (8cfb313)

v1.11.17

Compare Source

Bug Fixes

v1.11.16

Compare Source

Bug Fixes
  • test release workflow (no code changes) (c38c428)

v1.11.15

Compare Source

Bug Fixes

v1.11.14

Compare Source

Bug Fixes
  • .utcOffset(0, true) result and its clone are different bug (#​2505) (fefdcd4)
ealush/emoji-picker-react (emoji-picker-react)

v4.12.4

Compare Source

toss/es-toolkit (es-toolkit)

v1.39.10

Compare Source

Released on August 17th, 2025.

  • Fixed defaultsDeep to properly handle deep merging of objects in arrays
  • Fixed several documentation issues and examples across multiple functions

We sincerely thank @​wo-o29, @​thwlckd, @​kilimandzharov, and @​dayongkr for their contributions. We appreciate your great efforts!

v1.39.9

Compare Source

Released on August 10th, 2025.

  • Fixed mergeWith to properly handle null values returned from customizer function.
  • Fixed cloneDeepWith to properly handle customizer returning null values.
  • Fixed some of the documentation issues.

We sincerely thank @​raon0211, @​joshkel, and @​Najeong-Kim for their contributions. We appreciate your great efforts!

v1.39.8

Compare Source

Released on July 25th, 2025.

  • Aligned the types of fill, pullAll, pullAllBy, pullAllWith, pullAt, remove, and reverse in our compatibility library with the latest Lodash types (@types/lodash v4.17.20).

v1.39.7

Compare Source

Released on July 9th, 2025.

  • Fixed a compatibility issue with Lodash's debounce and throttle functions.
  • Remove useless source map for reduce bundle size.
  • Fix some of the documentation issues.

We sincerely thank @​dayongkr, @​cobocho, @​raon0211, and @​D-Sketon for their contributions. We appreciate your great efforts!

hyoban/eslint-config-hyoban (eslint-config-hyoban)

v4.0.10

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.0.9

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
immerjs/immer (immer)

v10.1.3

Compare Source

Bug Fixes

v10.1.2

Compare Source

Bug Fixes
KaTeX/KaTeX (katex)

v0.16.27

Compare Source

Features
  • support equals sign and surrounding whitespace in \htmlData attribute values (#​4112) (c77aaec)

v0.16.26

Compare Source

Bug Fixes
  • \mathop followed by integral symbol (6fbad18)

v0.16.25

Compare Source

Features

v0.16.24

Compare Source

Features

v0.16.23

Compare Source

Bug Fixes
timc1/kbar (kbar)

v0.1.0-beta.48

Compare Source

Bug fixes

Fixes an issue where the active index resets when actions are registered async (2473c30)

v0.1.0-beta.47

Compare Source

Bug fixes

  • Fixes an issue where the active index resets when actions are registered async (2473c30)

v0.1.0-beta.46

Compare Source

lint-staged/lint-staged (lint-staged)

v16.1.6

Compare Source

Patch Changes
  • #​1610 e93578e Thanks @​iiroj! - Try to improve terminating of subprocess of tasks by using SIGKILL, and only calling pidtree when the the main task process has a known pid.

v16.1.5

Compare Source

Patch Changes

v16.1.4

Compare Source

Patch Changes
  • #​1604 90b37b0 Thanks @​iiroj! - Add another types field to package.json to make even more sure NPM detects that lint-staged includes built-in TypeScript type definitions.

v16.1.3

Compare Source

Patch Changes
  • #​1602 7ea700b Thanks @​dword-design! - Add the types field to package.json to make sure NPM detects lint-staged includes built-in TypeScript type definitions.
mermaid-js/mermaid (mermaid)

v11.10.1

Compare Source

Patch Changes
ai/nanoid (nanoid)

v5.1.6

Compare Source

  • Fixed infinite loop on 0 size for customAlphabet.
toplenboren/simple-git-hooks (simple-git-hooks)

v2.13.1

Compare Source

Patch Changes
socketio/socket.io (socket.io-client)

v4.8.3

Compare Source

v4.8.2

Compare Source

Bug Fixes
  • bundle: do not mangle the "_placeholder" attribute (bis) (cdae019)
  • drain queue before emitting "connect" (#​5259) (d19928e)
Dependencies
emilkowalski/sonner (sonner)

v2.0.7

Compare Source

Sonner now supports multiple <Toaster /> components, see more here.

What's Changed

New Contributors

Full Changelog: emilkowalski/sonner@v2.0.6...v2.0.7

v2.0.6

Compare Source

What's Changed

New Contributors

Full Changelog: emilkowalski/sonner@v2.0.5...v2.0.6

tailwindlabs/tailwindcss (tailwindcss)

v3.4.19

Compare Source

v3.4.18

Compare Source

Fixed
  • Improve support for raw supports-[…] queries in arbitrary values (#​13605)
  • Fix require.cache error when loaded through a TypeScript file in Node 22.18+ (#​18665)
  • Support import.meta.resolve(…) in configs for new enough Node.js versions (#​18938)
  • Allow using newer versions of postcss-load-config for better ESM and TypeScript PostCSS config support with the CLI (#​18938)
  • Remove irrelevant utility rules when matching important classes (#​19030)
unplugin/unplugin-macros (unplugin-macros)

v0.17.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.17.1

Compare Source

   🐞 Bug Fixes
  • deps:
    • Update all non-major dependencies  -  in #​80 (ced80)
    • Update all non-major dependencies  -  in #​81 [(86d4e)](

Configuration

📅 Schedule: Branch creation - "after 9pm,before 9am" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Jul 28, 2025
@renovate renovate bot enabled auto-merge (squash) July 28, 2025 13:07
@vercel
Copy link

vercel bot commented Jul 28, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
shiro Error Error Dec 31, 2025 3:49pm

@github-actions
Copy link

📦 Next.js Bundle Analysis for Shiro

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from ef70aa9 to 28d6889 Compare July 29, 2025 16:56
@github-actions
Copy link

📦 Next.js Bundle Analysis for Shiro

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

@github-actions
Copy link

📦 Next.js Bundle Analysis for Shiro

This analysis was generated by the Next.js Bundle Analysis action. 🤖

🎉 Global Bundle Size Decreased

Page Size (compressed)
global 87.35 KB (-2 B)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

@github-actions
Copy link

github-actions bot commented Aug 1, 2025

📦 Next.js Bundle Analysis for Shiro

This analysis was generated by the Next.js Bundle Analysis action. 🤖

🎉 Global Bundle Size Decreased

Page Size (compressed)
global 87.35 KB (-2 B)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

@github-actions
Copy link

github-actions bot commented Aug 2, 2025

📦 Next.js Bundle Analysis for Shiro

This analysis was generated by the Next.js Bundle Analysis action. 🤖

🎉 Global Bundle Size Decreased

Page Size (compressed)
global 87.35 KB (-1 B)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

@github-actions
Copy link

github-actions bot commented Aug 3, 2025

📦 Next.js Bundle Analysis for Shiro

This analysis was generated by the Next.js Bundle Analysis action. 🤖

🎉 Global Bundle Size Decreased

Page Size (compressed)
global 87.35 KB (-2 B)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

@github-actions
Copy link

github-actions bot commented Aug 8, 2025

📦 Next.js Bundle Analysis for Shiro

This analysis was generated by the Next.js Bundle Analysis action. 🤖

🎉 Global Bundle Size Decreased

Page Size (compressed)
global 87.35 KB (-1 B)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

@github-actions
Copy link

📦 Next.js Bundle Analysis for Shiro

This analysis was generated by the Next.js Bundle Analysis action. 🤖

🎉 Global Bundle Size Decreased

Page Size (compressed)
global 87.35 KB (-2 B)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

@github-actions
Copy link

📦 Next.js Bundle Analysis for Shiro

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

@github-actions
Copy link

📦 Next.js Bundle Analysis for Shiro

This analysis was generated by the Next.js Bundle Analysis action. 🤖

🎉 Global Bundle Size Decreased

Page Size (compressed)
global 87.35 KB (-2 B)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from d23792c to 3212cc3 Compare November 28, 2025 00:51
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 3212cc3 to 7c93fce Compare December 3, 2025 18:26
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 7c93fce to 7a1f782 Compare December 6, 2025 18:37
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 7a1f782 to 55a496c Compare December 7, 2025 18:13
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 55a496c to e3dc841 Compare December 10, 2025 19:58
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from e3dc841 to 9ad80ab Compare December 10, 2025 22:50
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 9ad80ab to 762619d Compare December 13, 2025 22:06
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 762619d to 45caaec Compare December 14, 2025 17:52
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 45caaec to 84c5aab Compare December 15, 2025 00:34
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 84c5aab to c16e09b Compare December 18, 2025 19:54
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch 2 times, most recently from 639d60d to d4e2bd3 Compare December 19, 2025 17:59
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from d4e2bd3 to 9f6e9dc Compare December 25, 2025 16:48
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 9f6e9dc to 3a5a226 Compare December 26, 2025 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant