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

chore(deps): update devdependencies (non-major) #3565

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

triple-bot
Copy link

@triple-bot triple-bot commented Feb 13, 2025

This PR contains the following updates:

Package Type Update Change
@types/node (source) devDependencies patch ^18.19.75 -> ^18.19.80
chromatic (source) devDependencies minor ^11.25.2 -> ^11.27.0
eslint-plugin-storybook devDependencies patch ^0.11.2 -> ^0.11.4
msw (source) devDependencies patch ^2.7.0 -> ^2.7.3
prettier (source) devDependencies minor ^3.4.2 -> ^3.5.3
ts-jest (source) devDependencies patch ^29.2.5 -> ^29.2.6
typescript (source) devDependencies minor 5.7.3 -> 5.8.2
vite-plugin-checker devDependencies minor ^0.8.0 -> ^0.9.0

Release Notes

chromaui/chromatic-cli (chromatic)

v11.27.0

Compare Source

🚀 Enhancement
Authors: 1

v11.26.1

Compare Source

🐛 Bug Fix
Authors: 1

v11.26.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
Authors: 2

storybookjs/eslint-plugin-storybook (eslint-plugin-storybook)

v0.11.4

Compare Source

🐛 Bug Fix
Authors: 1

v0.11.3

Compare Source

🐛 Bug Fix
📝 Documentation
🔩 Dependency Updates
Authors: 4

mswjs/msw (msw)

v2.7.3

Compare Source

v2.7.3 (2025-02-24)

Bug Fixes

v2.7.2

Compare Source

v2.7.2 (2025-02-24)

Bug Fixes

v2.7.1

Compare Source

v2.7.1 (2025-02-20)

Bug Fixes
prettier/prettier (prettier)

v3.5.3

Compare Source

diff

Flow: Fix missing parentheses in ConditionalTypeAnnotation (#​17196 by @​fisker)
// Input
type T<U> = 'a' | ('b' extends U ? 'c' : empty);
type T<U> = 'a' & ('b' extends U ? 'c' : empty);

// Prettier 3.5.2
type T<U> = "a" | "b" extends U ? "c" : empty;
type T<U> = "a" & "b" extends U ? "c" : empty;

// Prettier 3.5.3
type T<U> = "a" | ("b" extends U ? "c" : empty);
type T<U> = "a" & ("b" extends U ? "c" : empty);

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.

v3.5.1

Compare Source

diff

Fix CLI crash when cache for old version exists (#​17100 by @​sosukesuzuki)

Prettier 3.5 uses a different cache format than previous versions, Prettier 3.5.0 crashes when reading existing cache file, Prettier 3.5.1 fixed the problem.

Support dockercompose and github-actions-workflow in VSCode (#​17101 by @​remcohaszing)

Prettier now supports the dockercompose and github-actions-workflow languages in Visual Studio Code.

v3.5.0

Compare Source

diff

🔗 Release Notes

kulshekhar/ts-jest (ts-jest)

v29.2.6

Compare Source

microsoft/TypeScript (typescript)

v5.8.2: TypeScript 5.8

Compare Source

For release notes, check out the release announcement.

Downloads are available on:

fi3ework/vite-plugin-checker (vite-plugin-checker)

v0.9.0

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - "before 12pm" in timezone Asia/Seoul, 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 has been generated by Renovate Bot.

@triple-bot triple-bot requested a review from a team as a code owner February 13, 2025 01:07
@triple-bot triple-bot enabled auto-merge (rebase) February 13, 2025 01:07
@triple-bot
Copy link
Author

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@triple-bot triple-bot requested review from drakang4, dongoc and zhsks528 and removed request for a team February 13, 2025 01:07
Copy link

codecov bot commented Feb 13, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 14.02%. Comparing base (d0336f7) to head (90e656b).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3565   +/-   ##
=======================================
  Coverage   14.02%   14.02%           
=======================================
  Files         749      749           
  Lines       10579    10579           
  Branches     3649     3649           
=======================================
  Hits         1484     1484           
  Misses       8665     8665           
  Partials      430      430           

☔ 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.

@triple-bot triple-bot force-pushed the renovate/dev-dependencies-non-major branch 2 times, most recently from 5988b13 to 93683e6 Compare February 17, 2025 01:00
@triple-bot triple-bot changed the title chore(deps): update dependency prettier to ^3.5.0 chore(deps): update devdependencies (non-major) Feb 17, 2025
@triple-bot triple-bot force-pushed the renovate/dev-dependencies-non-major branch 11 times, most recently from e58fcc8 to 039e011 Compare February 24, 2025 02:09
@triple-bot triple-bot force-pushed the renovate/dev-dependencies-non-major branch 8 times, most recently from 0b0c4d2 to be05312 Compare March 3, 2025 00:41
@triple-bot triple-bot force-pushed the renovate/dev-dependencies-non-major branch 7 times, most recently from 254a6d7 to eba7b19 Compare March 10, 2025 00:47
@triple-bot triple-bot force-pushed the renovate/dev-dependencies-non-major branch 3 times, most recently from a048ce9 to 190702c Compare March 12, 2025 00:52
@triple-bot triple-bot force-pushed the renovate/dev-dependencies-non-major branch from 190702c to 90e656b Compare March 14, 2025 02:56
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