Skip to content

build(deps): bump the production-dependencies group with 5 updates#3579

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-5749bbd03d
Open

build(deps): bump the production-dependencies group with 5 updates#3579
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-5749bbd03d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 4, 2026

Copy link
Copy Markdown
Contributor

Bumps the production-dependencies group with 5 updates:

Package From To
@stylexjs/stylex 0.18.3 0.19.0
lucide-react 1.18.0 1.21.0
recharts 3.8.1 3.9.0
unplugin 3.0.0 3.2.0
@clack/prompts 1.5.1 1.6.0

Updates @stylexjs/stylex from 0.18.3 to 0.19.0

Changelog

Sourced from @​stylexjs/stylex's changelog.

0.19.0 (Jun 14, 2026)

  • New @stylexjs/atoms package for inline atomic styles.
  • ESLint 10 compatibility.
  • Add gap auto-fix for legacy-expand-shorthands and skip single-value gap and flex in valid-shorthands.
  • Extend textWrap validation with pretty and stable values.
  • Fix sx prop runtime stylex import injection.
  • Fix pseudo-element + pseudo-class selector ordering.
  • Fix aliased theme file resolution to absolute paths.
  • Fix sort-keys autofix ordering.
  • Fix media type parenthesization in and chains in the style value parser.
Commits

Updates lucide-react from 1.18.0 to 1.21.0

Release notes

Sourced from lucide-react's releases.

Version 1.21.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.20.0...1.21.0

Version 1.20.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.19.0...1.20.0

Version 1.19.0

What's Changed

... (truncated)

Commits
  • 5ff536e ci(release.yml): Fix workflow and remove version scripts in package scripts...
  • See full diff in compare view

Updates recharts from 3.8.1 to 3.9.0

Release notes

Sourced from recharts's releases.

v3.9.0

What's Changed

Animations

3.9 comes with new animations! There are several bug fixes and what's best, all animations are now fully customizable.

See the animations guide on https://recharts.github.io/en-US/guide/animations/

New features other than animations

Bugfixes

Tree-shaking

We now have focused tree-shaking tests that allow us to observe exactly which components end up in the final bundle and why. I have also removed some unnecessary loops and you should see the final bundle size decrease somewhat as a result.

... (truncated)

Commits

Updates unplugin from 3.0.0 to 3.2.0

Release notes

Sourced from unplugin's releases.

v3.2.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • df47aa2 chore: release v3.2.0
  • cc05acd fix: declare optional peer types (#606)
  • de9a2ef chore: update deps
  • a0b0bc4 fix(bun): respect loader returned from load hook + feat(bun): support plugin....
  • 0fc3092 chore: add npm bugs metadata [ci skip] (#609)
  • 94dadfe feat(bun): sanitize plugin names for namespaces (#599)
  • 33c628c fix(bun): consume plugin.bun (#603)
  • 11bea2a test: support vite 8 and bun tree-shaking
  • 1623b46 chore: migrate tsdown config
  • fbe0bd5 test: support unloader v0.9
  • Additional commits viewable in compare view

Updates @clack/prompts from 1.5.1 to 1.6.0

Release notes

Sourced from @​clack/prompts's releases.

@​clack/prompts@​1.6.0

Minor Changes

  • #568 f87933f Thanks @​florian-lefebvre! - Updates default formatter of note() to note dim lines anymore

    If you want the old behavior, provide a format() function:

    import { note } from '@clack/prompts';
    +import { styleText } from 'node:util';
    note(
    'You can edit the file src/index.jsx',
    'Next steps.'
    
    { format: (text) => styleText('dim', text) }
    );
  • #567 cc6aab5 Thanks @​dreyfus92! - Add keyboard instruction footers to select, multiselect, and groupMultiselect in the active state, matching autocomplete. No option — always shown.

  • Patch Changes

    Changelog

    Sourced from @​clack/prompts's changelog.

    1.6.0

    Minor Changes

    • #568 f87933f Thanks @​florian-lefebvre! - Updates default formatter of note() to note dim lines anymore

      If you want the old behavior, provide a format() function:

      import { note } from '@clack/prompts';
      +import { styleText } from 'node:util';
      note(
      'You can edit the file src/index.jsx',
      'Next steps.'
      
      { format: (text) => styleText('dim', text) }
      );
  • #567 cc6aab5 Thanks @​dreyfus92! - Add keyboard instruction footers to select, multiselect, and groupMultiselect in the active state, matching autocomplete. No option — always shown.

  • Patch Changes

    Commits

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
    • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
    • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
    • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
    • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
    • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

    Bumps the production-dependencies group with 5 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [@stylexjs/stylex](https://github.com/facebook/stylex) | `0.18.3` | `0.19.0` |
    | [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `1.18.0` | `1.21.0` |
    | [recharts](https://github.com/recharts/recharts) | `3.8.1` | `3.9.0` |
    | [unplugin](https://github.com/unjs/unplugin) | `3.0.0` | `3.2.0` |
    | [@clack/prompts](https://github.com/bombshell-dev/clack/tree/HEAD/packages/prompts) | `1.5.1` | `1.6.0` |
    
    
    Updates `@stylexjs/stylex` from 0.18.3 to 0.19.0
    - [Release notes](https://github.com/facebook/stylex/releases)
    - [Changelog](https://github.com/facebook/stylex/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/facebook/stylex/commits/0.19.0)
    
    Updates `lucide-react` from 1.18.0 to 1.21.0
    - [Release notes](https://github.com/lucide-icons/lucide/releases)
    - [Commits](https://github.com/lucide-icons/lucide/commits/1.21.0/packages/lucide-react)
    
    Updates `recharts` from 3.8.1 to 3.9.0
    - [Release notes](https://github.com/recharts/recharts/releases)
    - [Changelog](https://github.com/recharts/recharts/blob/main/CHANGELOG.md)
    - [Commits](recharts/recharts@v3.8.1...v3.9.0)
    
    Updates `unplugin` from 3.0.0 to 3.2.0
    - [Release notes](https://github.com/unjs/unplugin/releases)
    - [Changelog](https://github.com/unjs/unplugin/blob/main/CHANGELOG.md)
    - [Commits](unjs/unplugin@v3.0.0...v3.2.0)
    
    Updates `@clack/prompts` from 1.5.1 to 1.6.0
    - [Release notes](https://github.com/bombshell-dev/clack/releases)
    - [Changelog](https://github.com/bombshell-dev/clack/blob/main/packages/prompts/CHANGELOG.md)
    - [Commits](https://github.com/bombshell-dev/clack/commits/@clack/prompts@1.6.0/packages/prompts)
    
    ---
    updated-dependencies:
    - dependency-name: "@stylexjs/stylex"
      dependency-version: 0.19.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production-dependencies
    - dependency-name: lucide-react
      dependency-version: 1.21.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production-dependencies
    - dependency-name: recharts
      dependency-version: 3.9.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production-dependencies
    - dependency-name: unplugin
      dependency-version: 3.2.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production-dependencies
    - dependency-name: "@clack/prompts"
      dependency-version: 1.6.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    @dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 4, 2026
    @vercel

    vercel Bot commented Jul 4, 2026

    Copy link
    Copy Markdown

    The latest updates on your projects. Learn more about Vercel for GitHub.

    Project Deployment Actions Updated (UTC)
    astryx Error Error Jul 4, 2026 7:52pm

    Request Review

    @meta-cla meta-cla Bot added the CLA Signed This label is managed by the Meta Open Source bot. label Jul 4, 2026
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

    Labels

    CLA Signed This label is managed by the Meta Open Source bot. dependencies Pull requests that update a dependency file

    Projects

    None yet

    Development

    Successfully merging this pull request may close these issues.

    0 participants