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) #4724

Merged
merged 3 commits into from
Jun 20, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 17, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@storybook/addon-a11y (source) ^8.1.6 -> ^8.1.10 age adoption passing confidence
@storybook/addon-actions (source) ^8.1.6 -> ^8.1.10 age adoption passing confidence
@storybook/addon-essentials (source) ^8.1.6 -> ^8.1.10 age adoption passing confidence
@storybook/addon-interactions (source) ^8.1.6 -> ^8.1.10 age adoption passing confidence
@storybook/addon-storysource (source) ^8.1.6 -> ^8.1.10 age adoption passing confidence
@storybook/addon-viewport (source) ^8.1.6 -> ^8.1.10 age adoption passing confidence
@storybook/blocks (source) ^8.1.6 -> ^8.1.10 age adoption passing confidence
@storybook/cli (source) ^8.1.6 -> ^8.1.10 age adoption passing confidence
@storybook/manager-api (source) ^8.1.6 -> ^8.1.10 age adoption passing confidence
@storybook/react (source) ^8.1.6 -> ^8.1.10 age adoption passing confidence
@storybook/react-webpack5 (source) ^8.1.6 -> ^8.1.10 age adoption passing confidence
@storybook/source-loader (source) ^8.1.6 -> ^8.1.10 age adoption passing confidence
@storybook/test (source) ^8.1.6 -> ^8.1.10 age adoption passing confidence
@storybook/theming (source) ^8.1.6 -> ^8.1.10 age adoption passing confidence
@swc/core (source) ^1.5.25 -> ^1.5.29 age adoption passing confidence
@types/node (source) ^20.14.2 -> ^20.14.6 age adoption passing confidence
chromatic (source) ^11.5.3 -> ^11.5.4 age adoption passing confidence
eslint-config-next (source) ^14.2.3 -> ^14.2.4 age adoption passing confidence
eslint-config-smarthr ^6.32.0 -> ^6.32.1 age adoption passing confidence
glob 10.4.1 -> 10.4.2 age adoption passing confidence
lint-staged ^15.2.5 -> ^15.2.7 age adoption passing confidence
prettier (source) ^3.3.1 -> ^3.3.2 age adoption passing confidence
puppeteer (source) ^22.10.0 -> ^22.10.1 age adoption passing confidence
storybook (source) ^8.1.6 -> ^8.1.10 age adoption passing confidence
testcafe (source) 3.6.0 -> 3.6.1 age adoption passing confidence

Release Notes

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

v8.1.10

Compare Source

v8.1.9

Compare Source

v8.1.8

Compare Source

v8.1.7

Compare Source

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

v1.5.29

Compare Source

Bug Fixes
Performance

v1.5.28

Compare Source

Bug Fixes

v1.5.27

Compare Source

chromaui/chromatic-cli (chromatic)

v11.5.4

Compare Source

🐛 Bug Fix
Authors: 1

vercel/next.js (eslint-config-next)

v14.2.4

Compare Source

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

Core Changes
  • fix: ensure route handlers properly track dynamic access (#​66446)
  • fix NextRequest proxy in edge runtime (#​66551)
  • Fix next/dynamic with babel and src dir (#​65177)
  • Use vercel deployment url for metadataBase fallbacks (#​65089)
  • fix(next/image): detect react@19 for fetchPriority prop (#​65235)
  • Fix loading navigation with metadata and prefetch (#​66447)
  • prevent duplicate RSC fetch when action redirects (#​66620)
  • ensure router cache updates reference the latest cache values (#​66681)
  • Prevent append of trailing slash in cases where path ends with a file extension (#​66636)
  • Fix inconsistency with 404 getStaticProps cache-control (#​66674)
  • Use addDependency to track metadata route file changes (#​66714)
  • Add timeout/retry handling for fetch cache (#​66652)
  • fix: app-router prefetch crash when an invalid URL is passed to Link (#​66755)
Credits

Huge thanks to @​ztanner, @​ijjk, @​wbinnssmith, @​huozhi, and @​lubieowoce for helping!

kufu/eslint-config-smarthr (eslint-config-smarthr)

v6.32.1

Compare Source

isaacs/node-glob (glob)

v10.4.2

Compare Source

okonet/lint-staged (lint-staged)

v15.2.7

Compare Source

Patch Changes
  • #​1440 a51be80 Thanks @​iiroj! - In the previous version the native git rev-parse --show-toplevel command was taken into use for resolving the current git repo root. This version drops the --path-format=absolute option to support earlier git versions since it's also the default behavior. If you are still having trouble, please try upgrading git to the latest version.

v15.2.6

Compare Source

Patch Changes
  • #​1433 119adb2 Thanks @​iiroj! - Use native "git rev-parse" commands to determine git repo root directory and the .git config directory, instead of using custom logic. This hopefully makes path resolution more robust on non-POSIX systems.
prettier/prettier (prettier)

v3.3.2

Compare Source

diff

Fix handlebars path expressions starts with @ (#​16358 by @​Princeyadav05)
{{! Input }}
<div>{{@&#8203;x.y.z}}</div>

{{! Prettier 3.3.1 }}
<div>{{@&#8203;x}}</div>

{{! Prettier 3.3.2 }}
<div>{{@&#8203;x.y.z}}</div>
puppeteer/puppeteer (puppeteer)

v22.10.1: puppeteer: v22.10.1

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 22.10.0 to 22.10.1
DevExpress/testcafe (testcafe)

v3.6.1

Compare Source

Bug Fixes
  • TestCafe incorrectly calculates the dimensions of multi-line elements. (#​8179)
  • TestCafe incorrectly executes the resizeWindow method if you maximize the target window first. (#​8157)

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 17, 2024 00:55
@renovate renovate bot requested review from moshisora and s-sasaki-0529 and removed request for a team June 17, 2024 00:55
@renovate renovate bot added the renovate label Jun 17, 2024
@renovate renovate bot enabled auto-merge (squash) June 17, 2024 00:55
@s-sasaki-0529
Copy link
Contributor

E2E 落ちるようになった?
Storybook と testcafe のバージョン上がってるからその影響あるのかも。リトライしてダメそうなら調べる。

@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch from 8f719ca to 5d11f0b Compare June 20, 2024 01:04
@s-sasaki-0529 s-sasaki-0529 self-assigned this Jun 20, 2024
Copy link
Contributor

@s-sasaki-0529 s-sasaki-0529 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

E2E 確定で落ちるようになったっぽいので調べます。

Copy link
Contributor Author

renovate bot commented Jun 20, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@@ -19,7 +19,7 @@ test('テーブルに横スクロールが発生したときだけ、`fixed`を
.resizeWindow(500, 500)
.expect(targetCell.hasClass('fixed'))
.ok()
.maximizeWindow()
.resizeWindow(1280, 720)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

testcafe のバージョンアップによって、maximizeWindow() の仕様が変わりました (あるべき姿になった?)
DevExpress/testcafe#8157

ここではウィンドウ幅を広げることで fixed クラスが剥がれることを確認したので、明示的に 1280x720 に広げて確認するように修正しました。

Copy link
Contributor

@s-sasaki-0529 s-sasaki-0529 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

テストコード修正だん

@renovate renovate bot merged commit b1627d1 into master Jun 20, 2024
8 checks passed
@renovate renovate bot deleted the renovate/patch-devdependencies-(non-major) branch June 20, 2024 10:15
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.

None yet

1 participant