Skip to content

chore(deps): update all dev dependencies j:kit-282#7587

Merged
alexprudhomme merged 1 commit into
mainfrom
renovate/dev
May 21, 2026
Merged

chore(deps): update all dev dependencies j:kit-282#7587
alexprudhomme merged 1 commit into
mainfrom
renovate/dev

Conversation

@renovate-coveo
Copy link
Copy Markdown
Contributor

@renovate-coveo renovate-coveo Bot commented May 19, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@rslib/core (source) 0.21.30.21.5 age adoption passing confidence
@storybook/addon-a11y (source) 10.3.610.4.0 age adoption passing confidence
@storybook/addon-docs (source) 10.3.610.4.0 age adoption passing confidence
@storybook/addon-vitest (source) 10.3.610.4.0 age adoption passing confidence
@storybook/icons 2.0.12.0.2 age adoption passing confidence
@storybook/web-components-vite (source) 10.3.610.4.0 age adoption passing confidence
@tailwindcss/postcss (source) 4.2.44.3.0 age adoption passing confidence
@tailwindcss/vite (source) 4.2.44.3.0 age adoption passing confidence
knip (source) 6.9.06.13.1 age adoption passing confidence
lit-html (source) 3.3.23.3.3 age adoption passing confidence
msw (source) 2.14.22.14.6 age adoption passing confidence
oxfmt (source) 0.47.00.49.0 age adoption passing confidence
oxlint (source) 1.62.01.64.0 age adoption passing confidence
postcss (source) 8.5.128.5.14 age adoption passing confidence
publint (source) 0.3.180.3.21 age adoption passing confidence
rollup (source) 4.60.24.60.3 age adoption passing confidence
semver 7.7.47.8.0 age adoption passing confidence
storybook (source) 10.3.610.4.0 age adoption passing confidence
tailwindcss (source) 4.2.44.3.0 age adoption passing confidence
turbo (source) 2.9.62.9.12 age adoption passing confidence
vite (source) 8.0.118.0.13 age adoption passing confidence
vitest (source) 4.1.54.1.6 age adoption passing confidence
wait-on 9.0.59.0.10 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

web-infra-dev/rslib (@​rslib/core)

v0.21.5

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Other Changes

New Contributors

Full Changelog: web-infra-dev/rslib@v0.21.4...v0.21.5

v0.21.4

Compare Source

What's Changed

New Features 🎉
Document 📖
Other Changes

Full Changelog: web-infra-dev/rslib@v0.21.3...v0.21.4

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

v10.4.0

Compare Source

AI-assisted setup, change-aware review, and stronger framework support

Storybook 10.4 contains hundreds of fixes and improvements including:

  • 🤖 Agentic Setup: New CLI workflow for AI-assisted Storybook setup and onboarding
  • 🔍 Change review: Sidebar filtering to highlight new, modified, and related stories based on git changes
  • 🧭 Sidebar review tools: Status filtering, URL-persisted filters, and clearer review signals in the sidebar
  • ⚛️ TanStack React: New @storybook/tanstack-react framework with routing and server function support
  • 🧩 React MCP: Faster, more accurate component docgen powered by the TypeScript Language Server
  • 📱 React Native: Zero config RN project initialization
  • 🤝 Sharing: Easily publish and share your local Storybook with teammates, powered by Chromatic
List of all updates
storybookjs/icons (@​storybook/icons)

v2.0.2

Compare Source

Patch Changes
  • 4c2f998: Add Checklist, Files, PopOut and StatusNew icons
tailwindlabs/tailwindcss (@​tailwindcss/postcss)

v4.3.0

Compare Source

Added
  • Add @container-size utility (#​18901)
  • Add scrollbar-{auto,thin,none} utilities for scrollbar-width, and scrollbar-thumb-* / scrollbar-track-* color utilities for scrollbar-color (#​19981, #​20019)
  • Add scrollbar-gutter-* utilities (#​20018)
  • Add zoom-* utilities (#​20020)
  • Add tab-* utilities (#​20022)
  • Allow using @variant with stacked variants (e.g. @variant hover:focus { … }) (#​19996)
  • Allow using @variant with compound variants (e.g. @variant hover, focus { … }) (#​19996)
  • Support --default(…) in --value(…) and --modifier(…) for functional @utility definitions (#​19989)
Fixed
  • Ensure @plugin resolves package JavaScript entries instead of browser CSS entries when using @tailwindcss/vite (#​19949)
  • Fix relative @import and @plugin paths resolving from the wrong directory when using @tailwindcss/vite (#​19965)
  • Ensure CSS files containing @variant are processed by @tailwindcss/vite (#​19966)
  • Resolve imports relative to base when result.opts.from is not provided when using @tailwindcss/postcss (#​19980)
  • Canonicalization: preserve significant _ whitespace in arbitrary values (#​19986)
  • Canonicalization: add parentheses when removing whitespace from arbitrary values would hurt readability (e.g. w-[calc(100%---spacing(60))]w-[calc(100%-(--spacing(60)))]) (#​19986)
  • Canonicalization: preserve the original unit in arbitrary values instead of normalizing to base units (e.g. -mt-[20in]mt-[-20in], not mt-[-1920px]) (#​19988)
  • Canonicalization: migrate arbitrary :has() variants from [&:has(…)] to has-[…] (#​19991)
  • Upgrade: don’t migrate inline style attributes (e.g. style="flex-grow: 1"style="flex-grow: 1", not style="grow: 1") (#​19918)
  • Allow multiple @utility definitions with the same name but different value types (#​19777)
  • Export missing PluginWithConfig type from tailwindcss/plugin to fix errors when inferring plugin config types (#​19707)
  • Ensure start and end legacy utilities without values do not generate CSS (#​20003)
  • Ensure --value(…) is required in functional @utility definitions (#​20005)
  • Canonicalization: preserve required whitespace around operators in negated arbitrary values (e.g. -left-[(var(--a)+var(--b))]) (#​20011)
webpro-nl/knip (knip)

v6.13.1: Release 6.13.1

Compare Source

  • Add jest.config.{cts,mts} (#​1743) (44738d6) - thanks @​joshkel!
  • Update ecosystem tests (74420a6)
  • Fix export * as re-exported namespace case (5923af4)
  • Add .mts and .cts config files to some plugins (69d1e83)
  • Docusaurus: ignore @generated/*, handle local plugin paths (ce5f767)
  • Nx: expand {projectRoot} / {workspaceRoot} token variables (8715312)

v6.13.0: Release 6.13.0

Compare Source

v6.12.2: Release 6.12.2

Compare Source

  • Fix symbol reporter file paths with --directory (#​1733) (d54074d) - thanks @​cyphercodes!
  • fix(webpack): reference TS loaders for .ts/.cts config (close #​1732) (f37c5da)
  • fix(serverless-framework): skip functions without handler (close #​1735) (616739d)
  • ci(integration): disable minimumReleaseAge for test installs (081dfc8)
  • ci(snapshots): query — add CreateQueriesOptions to unused types (5dd0b8a)

v6.12.1: Release 6.12.1

Compare Source

v6.12.0: Release 6.12.0

Compare Source

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone America/Toronto)

  • Branch creation
    • "before 4:00am on Tuesday"
  • Automerge
    • "after 9:00am and before 12:00pm on tuesday, wednesday, thursday"

🚦 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 has been generated by Mend Renovate.

@renovate-coveo renovate-coveo Bot added the dependencies Pull requests that update a dependency file label May 19, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 19, 2026

⚠️ No Changeset found

Latest commit: 877398f

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@svcsnykcoveo
Copy link
Copy Markdown

svcsnykcoveo commented May 19, 2026

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues
Code Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@chromatic-com
Copy link
Copy Markdown

chromatic-com Bot commented May 19, 2026

Important

Testing in progress…

🟢 UI Tests: 366 tests unchanged
UI Review: Comparing 366 stories…
Storybook icon Storybook Publish: 366 stories published

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented May 19, 2026

@coveo/atomic

npm i https://pkg.pr.new/@coveo/atomic@7587

@coveo/atomic-hosted-page

npm i https://pkg.pr.new/@coveo/atomic-hosted-page@7587

@coveo/atomic-legacy

npm i https://pkg.pr.new/@coveo/atomic-legacy@7587

@coveo/atomic-react

npm i https://pkg.pr.new/@coveo/atomic-react@7587

@coveo/auth

npm i https://pkg.pr.new/@coveo/auth@7587

@coveo/bueno

npm i https://pkg.pr.new/@coveo/bueno@7587

@coveo/create-atomic

npm i https://pkg.pr.new/@coveo/create-atomic@7587

@coveo/create-atomic-component

npm i https://pkg.pr.new/@coveo/create-atomic-component@7587

@coveo/create-atomic-component-project

npm i https://pkg.pr.new/@coveo/create-atomic-component-project@7587

@coveo/create-atomic-result-component

npm i https://pkg.pr.new/@coveo/create-atomic-result-component@7587

@coveo/create-atomic-rollup-plugin

npm i https://pkg.pr.new/@coveo/create-atomic-rollup-plugin@7587

@coveo/headless

npm i https://pkg.pr.new/@coveo/headless@7587

@coveo/headless-react

npm i https://pkg.pr.new/@coveo/headless-react@7587

@coveo/shopify

npm i https://pkg.pr.new/@coveo/shopify@7587

commit: 877398f

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 19, 2026

🔗 Scratch Orgs ready to test this PR:

@alexprudhomme alexprudhomme enabled auto-merge May 21, 2026 11:44
@alexprudhomme alexprudhomme added this pull request to the merge queue May 21, 2026
@renovate-coveo
Copy link
Copy Markdown
Contributor Author

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.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants