Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Feb 24, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 22, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@storybook/addon-actions (source) 8.5.6 -> 8.5.8 age adoption passing confidence
@storybook/addon-essentials (source) 8.5.6 -> 8.5.8 age adoption passing confidence
@storybook/addon-interactions (source) 8.5.6 -> 8.5.8 age adoption passing confidence
@storybook/addon-links (source) 8.5.6 -> 8.5.8 age adoption passing confidence
@storybook/addon-mdx-gfm (source) 8.5.6 -> 8.5.8 age adoption passing confidence
@storybook/addon-storysource (source) 8.5.6 -> 8.5.8 age adoption passing confidence
@storybook/blocks (source) 8.5.6 -> 8.5.8 age adoption passing confidence
@storybook/components (source) 8.5.6 -> 8.5.8 age adoption passing confidence
@storybook/core-events (source) 8.5.6 -> 8.5.8 age adoption passing confidence
@storybook/manager-api (source) 8.5.6 -> 8.5.8 age adoption passing confidence
@storybook/preview-api (source) 8.5.6 -> 8.5.8 age adoption passing confidence
@storybook/react (source) 8.5.6 -> 8.5.8 age adoption passing confidence
@storybook/react-vite (source) 8.5.6 -> 8.5.8 age adoption passing confidence
@storybook/test (source) 8.5.6 -> 8.5.8 age adoption passing confidence
@storybook/theming (source) 8.5.6 -> 8.5.8 age adoption passing confidence
@storybook/types (source) 8.5.6 -> 8.5.8 age adoption passing confidence
@storybook/vue3 (source) 8.5.6 -> 8.5.8 age adoption passing confidence
@storybook/vue3-vite (source) 8.5.6 -> 8.5.8 age adoption passing confidence
@types/node (source) 22.13.4 -> 22.13.5 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 8.24.0 -> 8.24.1 age adoption passing confidence
@typescript-eslint/parser (source) 8.24.0 -> 8.24.1 age adoption passing confidence
@vitest/coverage-v8 (source) 3.0.5 -> 3.0.6 age adoption passing confidence
chart.js (source) 4.4.7 -> 4.4.8 age adoption passing confidence
happy-dom 17.1.0 -> 17.1.4 age adoption passing confidence
msw (source) 2.7.0 -> 2.7.1 age adoption passing confidence
prettier (source) 3.5.1 -> 3.5.2 age adoption passing confidence
rollup (source) 4.34.7 -> 4.34.8 age adoption passing confidence
storybook (source) 8.5.6 -> 8.5.8 age adoption passing confidence
uuid 11.0.5 -> 11.1.0 age adoption passing confidence
vite (source) 6.1.0 -> 6.1.1 age adoption passing confidence
vitest (source) 3.0.5 -> 3.0.6 age adoption passing confidence
vue-component-type-helpers (source) 2.2.2 -> 2.2.4 age adoption passing confidence
vue-tsc (source) 2.2.2 -> 2.2.4 age adoption passing confidence

Release Notes

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

v8.5.8

Compare Source

v8.5.7

Compare Source

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

v8.24.1

Compare Source

🩹 Fixes
  • eslint-plugin: [class-methods-use-this] check accessor methods with a function initializer (#​10796)
  • eslint-plugin: [no-misused-promises] don't report on static accessor properties (#​10814)
  • eslint-plugin: [no-deprecated] don't report on deprecated accessor property declaration (#​10813)
  • eslint-plugin: [explicit-member-accessibility] check accessor class properties for missing accessibility modifier (#​10805)
  • eslint-plugin: [explicit-module-boundary-types] check accessor class properties with a function initializer (#​10804)
  • eslint-plugin: [prefer-return-this-type] check accessor properties with a function initializer (#​10794)
  • eslint-plugin: [consistent-generic-constructors] check accessor class properties (#​10789)
  • eslint-plugin: [no-unsafe-assignment] report on an any value assigned as an initializer of an accessor property (#​10785)
  • eslint-plugin: [no-unnecessary-template-expression] ignore enum and enum members (#​10782)
  • eslint-plugin: [no-inferrable-types] handle accessor (#​10780)
❤️ Thank You
  • Ronen Amiel
  • YeonJuan

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

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

v8.24.1

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.

vitest-dev/vitest (@​vitest/coverage-v8)

v3.0.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
chartjs/Chart.js (chart.js)

v4.4.8

Compare Source

Essential Links

  • #​12034 [fix] Handle non-primitives in isNumber

Bugs Fixed

  • #​12035 Export ...ParsedData interfaces
  • #​12012 Fix helpers `Chart` type
  • #​11991 Bugfix: TypeError in Interaction due to out-of-bounds index
  • #​11986 Bugfix: return nearest non-null point on interaction when spanGaps=true
  • #​11984 Bugfix: span gaps over null values beyond scale limits

Types

Documentation

Development

Thanks to @​etimberg, @​joshkel, @​marisst, @​pensono and @​prems51

capricorn86/happy-dom (happy-dom)

v17.1.4

Compare Source

v17.1.3

Compare Source

👷‍♂️ Patch fixes
  • Fixes incorrect handling of attribute prefixes when iterating NamedNodeMap - By @​capricorn86 in task #​1728
    • This caused attribute names to be incorrectly returned in Element.getAttributeNames() when attributes where using prefixes

v17.1.2

Compare Source

👷‍♂️ Patch fixes
  • AbortSignal.reason can have any type - By @​btea in task #​1718
  • When aborting a request, AbortSignal.reason should be the object used when the promise is rejected - By @​btea in task #​1718

v17.1.1

Compare Source

🎨 Features
👷‍♂️ Patch fixes
  • Fixes issue where it was not possible to nest @media, @supports and @container rules - By @​capricorn86 in task #​1727
  • Fixes issue where CSSStyleSheet was instantiated internally without a Window context, causing errors to not be thrown correctly in CSSStyleSheet methods - By @​capricorn86 in task #​1727
  • Changes errors thrown in CSSStyleSheet methods, so that they work according to spec - By @​capricorn86 in task #​1727
mswjs/msw (msw)

v2.7.1

Compare Source

v2.7.1 (2025-02-20)

Bug Fixes
prettier/prettier (prettier)

v3.5.2

Compare Source

diff

Remove module-sync condition (#​17156 by @​fisker)

In Prettier 3.5.0, we added module-sync condition to package.json, so that require("prettier") can use ESM version, but turns out it doesn't work if CommonJS and ESM plugins both imports builtin plugins. To solve this problem, we decide simply remove the module-sync condition, so require("prettier") will still use the CommonJS version, we'll revisit until require(ESM) feature is more stable.

rollup/rollup (rollup)

v4.34.8

Compare Source

2025-02-17

Bug Fixes
  • Do not make assumptions about the value of nested paths in logical expressions if the expression cannot be simplified (#​5846)
Pull Requests
  • #​5846: return UnknownValue if the usedbranch is unkown and the path is not empty (@​TrickyPi)
uuidjs/uuid (uuid)

v11.1.0

Compare Source

Features
  • update TS types to allowUint8Array subtypes for buffer option (#​865) (a5231e7)
vitejs/vite (vite)

v6.1.1

Compare Source

vuejs/language-tools (vue-component-type-helpers)

v2.2.4

Compare Source

Features
  • feat(language-service): map sfc compiler errors outside the template inner content (#​5045) - Thanks to @​KazariEX!
  • feat(language-core): introduce options to control type inference of $attrs, $el, $refs and $slots (#​5135) - Thanks to @​KazariEX!
  • feat(language-core): enhance single root nodes collection (#​4819) - Thanks to @​KazariEX!
Bug Fixes
  • fix(language-core): move generateSfcBlockSection to the end to fix missing comma errors (#​5184) - Thanks to @​zhiyuanzmj!
  • fix(language-core): handle edge case of default slot name mismatch - Thanks to @​KazariEX!
  • fix(language-core): combine dollar variable keys from the upper level interface - Thanks to @​KazariEX!
  • fix(language-core): hoist the variables that may cause TS4081 (#​5192) - Thanks to @​KazariEX!
  • fix(language-core): adjust regex match for @vue-generic to improve offset calculation (#​5193) - Thanks to @​Gehbt!
  • fix(language-core): correct codegen of native element refs - Thanks to @​KazariEX!
  • fix(language-core): ignore latex block content (#​5151) - Thanks to @​KazariEX!
  • fix(language-core): do not emit undefined for model with default value (#​5198) - Thanks to @​RylanBueckert-Broadsign!
  • fix(language-service): typescript-semantic renaming first in style blocks (#​4685) - Thanks to @​KazariEX!
  • fix(typescript-plugin): prevent removed components from appearing in the completion list - Thanks to @​KazariEX!
Other Changes
  • refactor(language-core): drop invalid v-scope implemention - Thanks to @​KazariEX!
  • refactor(language-core): improve type declaration of v-for - Thanks to @​KazariEX!
  • test: enable declaration to track more errors - Thanks to @​KazariEX!
  • refactor(language-core): remove semantic highlight of style module names - Thanks to @​KazariEX!
  • chore(language-core): add docs for @vue-expect-error support (#​5176) - Thanks to @​machty!
  • ci: upload extension as artifact for each commit - Thanks to @​KazariEX!

Configuration

📅 Schedule: Branch creation - "* 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: 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 was generated by Mend Renovate. View the repository job log.

@github-actions github-actions bot added packages/frontend Client side specific issue/PR packages/sw labels Feb 22, 2025
Copy link

codecov bot commented Feb 22, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 14.59%. Comparing base (d1504a5) to head (97851f3).
Report is 3 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff              @@
##           develop   #15542       +/-   ##
============================================
- Coverage    40.90%   14.59%   -26.31%     
============================================
  Files         1609      770      -839     
  Lines       161931    68494    -93437     
  Branches      3812     1231     -2581     
============================================
- Hits         66236     9996    -56240     
+ Misses       95209    58078    -37131     
+ Partials       486      420       -66     

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

@renovate renovate bot force-pushed the renovate/frontend-update-dependencies branch 4 times, most recently from c00a234 to 9562a3e Compare February 24, 2025 05:09
@renovate renovate bot force-pushed the renovate/frontend-update-dependencies branch from 9562a3e to 97851f3 Compare February 24, 2025 05:13
@kakkokari-gtyih kakkokari-gtyih merged commit 5dc99e6 into develop Feb 24, 2025
8 of 9 checks passed
@kakkokari-gtyih kakkokari-gtyih deleted the renovate/frontend-update-dependencies branch February 24, 2025 05:13
harumaki2000 pushed a commit to harumaki2000/misskey-layp that referenced this pull request Feb 26, 2025
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
LemonDouble pushed a commit to LemonDouble/misskey that referenced this pull request Mar 1, 2025
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
DA-TENSHI pushed a commit to SHINANOSKEY-Projekt/SHINANOSKEY that referenced this pull request Mar 6, 2025
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
packages/frontend Client side specific issue/PR packages/sw
Projects
Development

Successfully merging this pull request may close these issues.

1 participant