Skip to content

fix(deps): update [frontend] update dependencies#17027

Open
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/frontend-update-dependencies
Open

fix(deps): update [frontend] update dependencies#17027
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/frontend-update-dependencies

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 23, 2025

This PR contains the following updates:

Package Change Age Confidence
@storybook/addon-links (source) 10.1.1010.1.11 age confidence
@storybook/react (source) 10.1.1010.1.11 age confidence
@storybook/react-vite (source) 10.1.1010.1.11 age confidence
@storybook/vue3 (source) 10.1.1010.1.11 age confidence
@storybook/vue3-vite (source) 10.1.1010.1.11 age confidence
@tabler/icons-webfont (source) 3.35.03.36.1 age confidence
@typescript-eslint/eslint-plugin (source) 8.50.18.51.0 age confidence
@typescript-eslint/parser (source) 8.50.18.51.0 age confidence
harfbuzzjs 0.4.140.4.15 age confidence
mediabunny (source) 1.27.21.27.3 age confidence
msw (source) 2.12.62.12.7 age confidence
storybook (source) 10.1.1010.1.11 age confidence

Release Notes

storybookjs/storybook (@​storybook/addon-links)

v10.1.11

Compare Source

tabler/tabler-icons (@​tabler/icons-webfont)

v3.36.1: Releace 3.36.1

Compare Source

Changed
  • 2,433 icons have been optimized and fixed
  • outline/brand-adobe-premieroutline/brand-adobe-premiere (typo fix)
Fixed
  • React (@tabler/icons-react): Fixed TypeScript type definition for TablerIcon to properly handle ref forwarding
  • Webfont (@tabler/icons-webfont): Fixed font generation - icons now render correctly in webfont format

v3.36.0: Release 3.36.0

Compare Source

tabler-icons-3 36 0@​2x
18 new icons:
  • outline/alphabet-polish
  • outline/alphabet-runes
  • outline/blind
  • outline/brand-tabnine
  • outline/circle-asterisk
  • outline/deaf
  • outline/hexagon-asterisk
  • outline/ripple-down
  • outline/ripple-up
  • outline/rosette-asterisk
  • outline/settings-ai
  • outline/sparkles-2
  • outline/square-rotated-asterisk
  • outline/subtitles-ai
  • outline/subtitles-edit
  • outline/subtitles-off
  • outline/subtitles
  • outline/whisk
Fixed icons

Fixed over 2000 icons with improved category formatting, consistent newline usage, and enhanced accessibility tags.

New features
  • Svelte 5 (Runes) support: Added new @tabler/icons-svelte-runes package for Svelte 5 with Runes syntax
  • GitHub Actions workflow: Added automated workflow to sync icons to CDN
  • Enhanced accessibility: All outline icons now have proper categories and tags for improved accessibility
Performance improvements
  • Optimized build process: Refactored build-outline.mjs with:
    • Increased concurrency from 32 to 64 for faster processing
    • Parallel file processing and copying
    • Improved cache handling and error management
    • Better progress tracking and logging
  • Removed Python dependency: Replaced fix-outline.py with JavaScript implementation (fix-outline.mjs)
Other changes
  • Fixed ref types in icons-react package
  • Improved TypeScript configuration for better type checking
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.51.0

Compare Source

🚀 Features
  • eslint-plugin: add namespace to plugin meta (#​11885)
  • eslint-plugin: [no-useless-default-assignment] fix some cases to optional syntax (#​11871)
🩹 Fixes
  • eslint-plugin: [prefer-optional-chain] handle MemberExpression in final chain position (#​11835)
  • eslint-plugin: bump ts-api-utils to 2.2.0 (#​11881)
  • eslint-plugin: remove fixable from no-dynamic-delete rule (#​11876)
  • eslint-plugin: fix crash and false positives in no-useless-default-assignment (#​11845)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.51.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

harfbuzz/harfbuzzjs (harfbuzzjs)

v0.4.15

Compare Source

What's Changed

Full Changelog: harfbuzz/harfbuzzjs@v0.4.14...v0.4.15

Vanilagy/mediabunny (mediabunny)

v1.27.3

Compare Source

  • Added workaround to avoid AudioData.copyTo crashing the tab in WebKit (#​260)
mswjs/msw (msw)

v2.12.7

Compare Source

v2.12.7 (2025-12-27)

Bug Fixes

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 12:59 AM ( * 0 * * * ) in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Never, 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 dependencies Pull requests that update a dependency file label Dec 23, 2025
@github-actions github-actions bot added packages/frontend Client side specific issue/PR packages/sw labels Dec 23, 2025
@codecov
Copy link

codecov bot commented Dec 23, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 14.04%. Comparing base (4bc0026) to head (98d8c42).

Additional details and impacted files
@@             Coverage Diff              @@
##           develop   #17027       +/-   ##
============================================
- Coverage    61.78%   14.04%   -47.75%     
============================================
  Files         1156      240      -916     
  Lines       115374    11345   -104029     
  Branches      7856     3760     -4096     
============================================
- Hits         71287     1593    -69694     
+ Misses       41901     7612    -34289     
+ Partials      2186     2140       -46     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@kakkokari-gtyih
Copy link
Contributor

tabler v3.36.0はバグがあるため修正バージョンを待つ

@kakkokari-gtyih
Copy link
Contributor

tabler v3.36.0はバグがあるため修正バージョンを待つ

まだ出てない

@dosubot dosubot bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Jan 3, 2026
@renovate renovate bot force-pushed the renovate/frontend-update-dependencies branch from 76e8c23 to b736ba9 Compare January 3, 2026 09:58
@kakkokari-gtyih
Copy link
Contributor

kakkokari-gtyih commented Jan 4, 2026

typecheckが落ちているのは #17062 vuejs/language-tools#5917

@dosubot dosubot bot added size:S This PR changes 10-29 lines, ignoring generated files. and removed size:M This PR changes 30-99 lines, ignoring generated files. labels Jan 11, 2026
@renovate renovate bot force-pushed the renovate/frontend-update-dependencies branch from b736ba9 to 98d8c42 Compare January 11, 2026 06:11
@kakkokari-gtyih
Copy link
Contributor

tabler v3.36.0はバグがあるため修正バージョンを待つ

まだ出てない

3.36.1でアイコンの生成自体は修正されたものの一部クラスが生成されなくなっているためいったんスキップする

tabler/tabler-icons#1415

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

Labels

dependencies Pull requests that update a dependency file packages/frontend Client side specific issue/PR packages/sw size:S This PR changes 10-29 lines, ignoring generated files.

Projects

Development

Successfully merging this pull request may close these issues.

1 participant