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: update devdependencies (non-major) (patch) #4708

Merged
merged 1 commit into from
Jun 10, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 10, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) ^7.24.6 -> ^7.24.7 age adoption passing confidence
@babel/preset-env (source) ^7.24.6 -> ^7.24.7 age adoption passing confidence
@babel/preset-react (source) ^7.24.6 -> ^7.24.7 age adoption passing confidence
@babel/preset-typescript (source) ^7.24.6 -> ^7.24.7 age adoption passing confidence
@storybook/addon-a11y (source) ^8.1.5 -> ^8.1.6 age adoption passing confidence
@storybook/addon-actions (source) ^8.1.5 -> ^8.1.6 age adoption passing confidence
@storybook/addon-essentials (source) ^8.1.5 -> ^8.1.6 age adoption passing confidence
@storybook/addon-interactions (source) ^8.1.5 -> ^8.1.6 age adoption passing confidence
@storybook/addon-storysource (source) ^8.1.5 -> ^8.1.6 age adoption passing confidence
@storybook/addon-viewport (source) ^8.1.5 -> ^8.1.6 age adoption passing confidence
@storybook/blocks (source) ^8.1.5 -> ^8.1.6 age adoption passing confidence
@storybook/cli (source) ^8.1.5 -> ^8.1.6 age adoption passing confidence
@storybook/manager-api (source) ^8.1.5 -> ^8.1.6 age adoption passing confidence
@storybook/react (source) ^8.1.5 -> ^8.1.6 age adoption passing confidence
@storybook/react-webpack5 (source) ^8.1.5 -> ^8.1.6 age adoption passing confidence
@storybook/source-loader (source) ^8.1.5 -> ^8.1.6 age adoption passing confidence
@storybook/test (source) ^8.1.5 -> ^8.1.6 age adoption passing confidence
@storybook/theming (source) ^8.1.5 -> ^8.1.6 age adoption passing confidence
@swc/core (source) ^1.5.24 -> ^1.5.25 age adoption passing confidence
@types/node (source) ^20.12.14 -> ^20.14.2 age adoption passing confidence
chromatic (source) ^11.4.1 -> ^11.5.3 age adoption passing confidence
prettier (source) ^3.3.0 -> ^3.3.1 age adoption passing confidence
storybook (source) ^8.1.5 -> ^8.1.6 age adoption passing confidence
tailwindcss (source) ^3.4.3 -> ^3.4.4 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.24.7

Compare Source

🐛 Bug Fix
🏠 Internal
  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
storybookjs/storybook (@​storybook/addon-a11y)

v8.1.6

Compare Source

swc-project/swc (@​swc/core)

v1.5.25

Compare Source

Bug Fixes
Features
Performance
chromaui/chromatic-cli (chromatic)

v11.5.3

Compare Source

🐛 Bug Fix
Authors: 1

v11.5.2

Compare Source

🐛 Bug Fix
Authors: 1

v11.5.1

Compare Source

🐛 Bug Fix
Authors: 2

prettier/prettier (prettier)

v3.3.1

Compare Source

diff

Preserve empty lines in front matter (#​16347 by @​fisker)
<!-- Input -->
---
foo:
  - bar1

  - bar2

  - bar3
---
Markdown

<!-- Prettier 3.3.0 -->

---
foo:
  - bar1
  - bar2
  - bar3
---

Markdown

<!-- Prettier 3.3.1 -->
---
foo:
  - bar1

  - bar2

  - bar3
---

Markdown
Preserve explicit language in front matter (#​16348 by @​fisker)
<!-- Input -->
---yaml
title: Hello
slug: home
---

<!-- Prettier 3.3.0 -->
---
title: Hello
slug: home
---

<!-- Prettier 3.3.1 -->
---yaml
title: Hello
slug: home
---
Avoid line breaks in import attributes (#​16349 by @​fisker)
// Input
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" };

// Prettier 3.3.0
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type:
  "json" };

// Prettier 3.3.1
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" };

Configuration

📅 Schedule: Branch creation - "after 8am and before 5pm on Monday" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

@renovate renovate bot requested a review from a team as a code owner June 10, 2024 00:31
@renovate renovate bot added the renovate label Jun 10, 2024
@renovate renovate bot requested review from yt-ymmt and moshisora and removed request for a team June 10, 2024 00:31
@renovate renovate bot enabled auto-merge (squash) June 10, 2024 00:31
@renovate renovate bot merged commit 5b08689 into master Jun 10, 2024
8 checks passed
@renovate renovate bot deleted the renovate/patch-devdependencies-(non-major) branch June 10, 2024 00:36
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.

0 participants