Skip to content

fix(deps): update all non-major dependencies#281

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch
Open

fix(deps): update all non-major dependencies#281
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jan 12, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@rollup/plugin-commonjs (source) 29.0.029.0.2 age confidence
@types/node (source) 24.10.124.12.2 age confidence
@types/react (source) 18.3.2718.3.28 age confidence
@vitejs/plugin-react-swc (source) 4.2.24.3.0 age confidence
@zendeskgarden/eslint-config (source) 47.0.047.1.0 age confidence
@zendeskgarden/react-forms (source) 9.12.29.15.0 age confidence
@zendeskgarden/react-theming (source) 9.12.29.15.0 age confidence
@zendeskgarden/react-typography (source) 9.12.29.15.0 age confidence
@zendeskgarden/scripts (source) 2.5.02.5.3 age confidence
@zendeskgarden/svg-icons (source) 8.1.08.3.0 age confidence
autoprefixer 10.4.2210.4.27 age confidence
commit-and-tag-version 12.6.112.7.1 age confidence
eslint (source) 9.39.19.39.4 age confidence
jest (source) 30.2.030.3.0 age confidence
markdownlint-cli 0.46.00.48.0 age confidence
postcss (source) 8.5.68.5.9 age confidence
prettier (source) 3.7.43.8.2 age confidence
rollup (source) 4.59.04.60.1 age confidence
rollup-plugin-delete 3.0.13.0.2 age confidence
styled-components (source) 6.1.196.4.0 age confidence
tailwindcss (source) 3.4.183.4.19 age confidence
ts-jest (source) 29.4.629.4.9 age confidence

Release Notes

rollup/plugins (@​rollup/plugin-commonjs)

v29.0.2

2026-03-06

Bugfixes
  • commonjs: conditional exports (#​1952)

v29.0.1

2026-03-05

Bugfixes
  • commonjs: correctly replaces shorthand "global" property in object (#​1957)
vitejs/vite-plugin-react (@​vitejs/plugin-react-swc)

v4.3.0

Compare Source

Add Vite 8 to peerDependencies range #​1142

This plugin is compatible with Vite 8.

v4.2.3

Compare Source

zendeskgarden/eslint-config (@​zendeskgarden/eslint-config)

v47.1.0

Compare Source

Features
  • add automatic .gitignore pattern support via eslint-config-flat-gitignore (#​258) (8e3e196)
Bug Fixes
zendeskgarden/react-components (@​zendeskgarden/react-forms)

v9.15.0

Compare Source

🚀 New Feature
🌱 Internal

v9.14.2

Compare Source

🐛 Bug Fix
  • dropdowns

v9.14.1

Compare Source

🐛 Bug Fix
  • forms
    • #​2090 fix(forms): constrain height for radio/checkbox/toggle with hidden label (@​jzempel)

v9.14.0

Compare Source

🚀 New Feature
  • dropdowns
    • #​2088 feat(dropdowns): allow Menu to independently use theme-provided window and document objects (@​ze-flo)
  • .template, accordions, avatars, breadcrumbs, buttons, chrome, colorpickers, datepickers, draggable, dropdowns.legacy, dropdowns, forms, grid, loaders, modals, notifications, pagination, tables, tabs, tags, theming, tooltips, typography
    • #​2086 feat: add getHueColor utility for improved color variable usage and fix getColor to accept valid RGBA (@​jzempel)
🌱 Internal

v9.13.0

Compare Source

🚀 New Feature
🐛 Bug Fix

v9.12.6

Compare Source

🐛 Bug Fix
🌱 Internal

v9.12.5

Compare Source

🐛 Bug Fix

v9.12.4

Compare Source

🐛 Bug Fix
  • colorpickers, modals
🌱 Internal

v9.12.3

Compare Source

🐛 Bug Fix
  • accordions, buttons, chrome, colorpickers, datepickers, dropdowns, forms, grid, modals, pagination, tables, tabs, tags, tooltips
  • modals
zendeskgarden/scripts (@​zendeskgarden/scripts)

v2.5.3

Compare Source

Bug Fixes
  • docgen: downgrade to react-docgen-typescript@2.2.2 for correct component name parsing (#​317) (659d971)

v2.5.2

Compare Source

v2.5.1

Compare Source

Bug Fixes
  • netlify-bandwidth: hack to handle null included bytes returned by the Netlify API (#​316) (ad4694f)
zendeskgarden/svg-icons (@​zendeskgarden/svg-icons)

v8.3.0

Compare Source

Features

v8.2.0

Compare Source

Features
postcss/autoprefixer (autoprefixer)

v10.4.27

Compare Source

  • Removed development key from package.json.

v10.4.26

Compare Source

  • Reduced package size.

v10.4.25

Compare Source

  • Fixed broken gradients on CSS Custom Properties (by @​serger777).

v10.4.24

Compare Source

  • Made Autoprefixer a little faster (by @​Cherry).

v10.4.23

Compare Source

absolute-version/commit-and-tag-version (commit-and-tag-version)

v12.7.1

Compare Source

Bug Fixes

v12.7.0

Compare Source

Features
Bug Fixes
eslint/eslint (eslint)

v9.39.4

Compare Source

Bug Fixes

Documentation

Chores

v9.39.3

Compare Source

Bug Fixes

  • 791bf8d fix: restore TypeScript 4.0 compatibility in types (#​20504) (sethamus)

Chores

v9.39.2

Compare Source

jestjs/jest (jest)

v30.3.0

Compare Source

Features
  • [jest-config] Add defineConfig and mergeConfig helpers for type-safe Jest config (#​15844)
  • [jest-fake-timers] Add setTimerTickMode to configure how timers advance
  • [*] Reduce token usage when run through LLMs (3f17932)
Fixes
  • [jest-config] Keep CLI coverage output when using --json with --outputFile (#​15918)
  • [jest-mock] Use Symbol from test environment (#​15858)
  • [jest-reporters] Fix issue where console output not displayed for GHA reporter even with silent: false option (#​15864)
  • [jest-runtime] Fix issue where user cannot utilize dynamic import despite specifying --experimental-vm-modules Node option (#​15842)
  • [jest-test-sequencer] Fix issue where failed tests due to compilation errors not getting re-executed even with --onlyFailures CLI option (#​15851)
  • [jest-util] Make sure process.features.require_module is false (#​15867)
Chore & Maintenance
  • [*] Replace remaining micromatch uses with picomatch
  • [deps] Update to sinon/fake-timers v15
  • [docs] Update V30 migration guide to notify users on jest.mock() work with case-sensitive path (#​15849)
  • Updated Twitter icon to match the latest brand guidelines (#​15869)
igorshubovych/markdownlint-cli (markdownlint-cli)

v0.48.0

Compare Source

  • Update all dependencies via Dependabot

v0.47.0

Compare Source

  • Add output and exit code support for warnings
  • Update markdownlint dependency to 0.40.0
    • Improve MD011/MD013/MD051/MD060
  • Update all dependencies via Dependabot
postcss/postcss (postcss)

v8.5.9

Compare Source

  • Speed up source map encoding paring in case of the error.

v8.5.8

Compare Source

  • Fixed Processor#version.

v8.5.7

Compare Source

  • Improved source map annotation cleaning performance (by CodeAnt AI).
prettier/prettier (prettier)

v3.8.2

Compare Source

v3.8.1

Compare Source

v3.8.0

Compare Source

diff

🔗 Release note

rollup/rollup (rollup)

v4.60.1

Compare Source

2026-03-30

Bug Fixes
  • Resolve a situation where side effect imports could be dropped due to a caching issue (#​6286)
Pull Requests

v4.60.0

Compare Source

2026-03-22

Features
  • Support source phase imports as long as they are external (#​6279)
Pull Requests

v4.59.1

Compare Source

2026-03-21

Bug Fixes
  • Fix a crash when using lazy dynamic imports with moduleSideEffects:false (#​6306)
Pull Requests
vladshcherbin/rollup-plugin-delete (rollup-plugin-delete)

v3.0.2

Compare Source

Patches
  • Simplify verbose, dryRun message: 413d930
  • Replace vitest with node test runner: 8ee4a64
  • Add tsdown, update exports: b89d5ce
styled-components/styled-components (styled-components)

v6.4.0

Compare Source

Minor Changes
  • b0f3d29: .attrs() improvements: props supplied via attrs are now automatically made optional on the resulting component (previously required even when attrs provided a default). Also fixes a bug where the attrs callback received a mutable props object that could be changed by subsequent attrs processing; it now receives an immutable snapshot.

  • 2a973d8: Dropped IE11 support: ES2015 build target, inlined unitless CSS properties (removing @​emotion/unitless dependency), removed legacy React class statics from hoist and other unnecessary code.

  • 9e07d95: Add createTheme(defaultTheme, options?) for CSS variable theming that works across RSC and client components.

    Returns an object with the same shape where every leaf is var(--prefix-path, fallback). Pass it to ThemeProvider for stable class name hashes across themes (no hydration mismatch on light/dark switch).

    const theme = createTheme({ colors: { primary: '#​0070f3' } });
    // theme.colors.primary → "var(--sc-colors-primary, #​0070f3)"
    // theme.raw → original object
    // theme.vars.colors.primary → "--sc-colors-primary"
    // theme.resolve(el?) → computed values from DOM (client-only)
    // theme.GlobalStyle → component that emits CSS var declarations

    vars exposes bare CSS custom property names (same shape as the theme) for use in createGlobalStyle dark mode overrides without hand-writing variable names:

    const { vars } = createTheme({ colors: { bg: '#fff', text: '#​000' } });
    
    const DarkOverrides = createGlobalStyle`
      @​media (prefers-color-scheme: dark) {
        :root {
          ${vars.colors.bg}: #​111;
          ${vars.colors.text}: #eee;
        }
      }
    `;

    Options: prefix (default "sc"), selector (default ":root", use ":host" for Shadow DOM).

  • 79cc7b4: Add first-class CSP nonce support. Nonces can now be configured via StyleSheetManager's nonce prop (recommended for Next.js, Remix), ServerStyleSheet's constructor, <meta property="csp-nonce"> (Vite convention), <meta name="sc-nonce">, or the legacy __webpack_nonce__ global.

  • b0f3d29: Rearchitect createGlobalStyle to use shared stylesheet groups.

    All instances of a createGlobalStyle component now share a single stylesheet group, registered once at definition time. This fixes unmounting one instance removing styles needed by others (#​5695), styles scattering after remount (#​3146), and group ID leaks during SSR (#​3022).

    CSS injection order is now fully determined at definition time (lower group ID = earlier in stylesheet). Render order no longer affects CSS order. Keyframes defined before a component correctly appear before that component's rules.

    Also fixes: O(n^2) performance regression in jsdom test environments from unbounded rule accumulation, and stale static global styles during client-side HMR (effect deps now include the globalStyle reference so module re-evaluation triggers re-injection).

  • b0f3d29: Significant render performance improvements via three-layer memoization and hot-path micro-optimizations. Client-only; server renders are unaffected.

    Re-renders that don't change styling now skip style resolution entirely. Components sharing the same CSS (e.g., list items) benefit from cross-sibling caching. Hot-path changes include forEachfor/for...of, template literal → manual concat, and reduced allocations.

    Benchmarks vs 6.3.12:

    • Parent re-render (most common): 3.3x faster
    • First mount: 1.7-2.5x faster
    • Prop cycling: 2.3-2.4x faster
    • 10K heavy layouts: 1.9x faster
    • No regressions on any benchmark
  • 9ada92b: React Server Components support: inline style injection, deduplication, and a new stylisPluginRSC for child-index selector fixes.

    Inline style injection: RSC-rendered styled components emit <style data-styled> tags alongside their elements. CSS is deduplicated per render via React.cache (React 19+). Extended components use :where() zero-specificity wrapping on base CSS so extensions always win the cascade regardless of injection order.

    StyleSheetManager works in RSC: stylisPlugins and shouldForwardProp are now applied in server component environments where React context is unavailable.

    stylisPluginRSC — opt-in stylis plugin that fixes :first-child, :last-child, :nth-child(), and :nth-last-child() selectors broken by inline <style> tags shifting child indices. Rewrites them using CSS Selectors Level 4 of S syntax to exclude styled-components style tags from the count.

    import { StyleSheetManager, stylisPluginRSC } from 'styled-components';
    
    <StyleSheetManager stylisPlugins={[stylisPluginRSC]}>{children}</StyleSheetManager>;

    The plugin rewrites :first-child, :last-child, :nth-child(), and :nth-last-child() using CSS Selectors Level 4 of S syntax to exclude injected style tags from the child count.

    Browser support: Chrome 111+, Firefox 113+, Safari 9+ (~93% global). In unsupported browsers, the entire CSS rule is dropped — only opt in if your audience supports it. Use :first-of-type / :nth-of-type() as a universally compatible alternative.

    HMR: Stale styles during client-side HMR are detected and invalidated when module re-evaluation creates new component instances while IDs remain stable (SWC plugin assigns IDs by file location). createGlobalStyle additionally clears stale sheet entries when the instance changes between renders.

    The plugin is fully tree-shakeable — zero bytes in bundles that don't import it.

Patch Changes
  • b0f3d29: Expose as and forwardedAs props in React.ComponentProps extraction for styled components
  • 553cbb4: Fix memory leak in long-running apps using components with free-form string interpolations (e.g. color: ${p => p.$dynamicValue} where the value comes from unbounded user input).
  • b0f3d29: React Native improvements: replaced postcss with a lightweight CSS declaration parser, fixing nanoid crashes in Expo/Metro (#​5705) and improving parse speed 4-6x. Parent re-renders with unchanged children are 2.6-3.2x faster via cache-first render. Updated native component alias list (removed 5 dead components, added 4 missing). Added react-native as an optional peer dependency.
  • 74e8b76: Smaller install footprint via unused dependency cleanup.

v6.3.12

Compare Source

Patch Changes
  • db4f940: Fix test performance regression in 6.3.x by eliminating double style rendering in createGlobalStyle and removing unnecessary DOM queries during cleanup in client/test environments.
  • 1203f80: Fix React Native crash caused by document references in the native build. The native bundle no longer includes DOM code, resolving compatibility with RN 0.79+ and Hermes.
  • 5ef3804: Gracefully handle CSS syntax errors in React Native instead of crashing. Missing semicolons and other syntax issues now log a warning in development and produce an empty style object instead of throwing a fatal error.
  • a777f5a: Preserve explicitly passed undefined props instead of stripping them. This fixes compatibility with libraries like MUI and Radix UI that pass undefined to reset inherited defaults (e.g., role={undefined}). Props set to undefined via .attrs() are still stripped as before.

v6.3.11

Compare Source

Patch Changes
  • 752f5ec: fix: resolve "React is not defined" ReferenceError introduced in 6.3.10 when loading the CJS build in Node.js

v6.3.10

Compare Source

Patch Changes
  • f674224: fix: RSC style tags for extended components have correct href and include base CSS (#​5663)

    • Fix spaces in <style href> attribute that caused React 19 hydration failures when using styled() inheritance
    • Fix missing base component CSS in RSC output when only the extended component renders
    • Emit a separate <style> tag per inheritance level with content-aware hrefs, enabling React 19 deduplication of shared base styles
    • Preserve correct CSS ordering (base before extended) for proper specificity override behavior
  • f674224: Reduce standalone/browser bundle size by making IS_RSC a build-time constant, enabling dead code elimination of RSC-specific branches

v6.3.9

Compare Source

Patch Changes
  • ca61aca: Fix CSS block comments containing // (e.g. URLs) causing subsequent styles to not be applied.
  • a2cd792: Fix createGlobalStyle styles not being removed when unmounted in RSC environments. React 19's precedence attribute on style tags makes them persist as permanent resources; global styles now render without precedence so they follow normal component lifecycle.
  • dbe0aae: In RSC environments, theme is now undefined instead of {} for styled components, matching the existing behavior of withTheme and createGlobalStyle. This ensures accessing theme properties without a ThemeProvider correctly throws rather than silently returni

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "on Monday every 9 weeks of the year starting on the 3rd week"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner January 12, 2026 00:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 7b7c29b to 2fbfa23 Compare January 19, 2026 13:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from dc375b6 to b5307ba Compare January 27, 2026 08:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 0f99e3b to 7ad3aec Compare February 5, 2026 16:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 16b67b9 to 466543e Compare February 13, 2026 03:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 2e01b7c to 10f6f3e Compare February 22, 2026 17:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 10f6f3e to 0c5c6e5 Compare February 25, 2026 19:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 8d4748f to 882f626 Compare March 7, 2026 00:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from a8dc476 to da08d5e Compare March 12, 2026 18:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from f3218f0 to 914e1a2 Compare March 22, 2026 13:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 95895e5 to ad84ee8 Compare April 3, 2026 10:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 1bb9619 to 1f659d9 Compare April 9, 2026 16:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1f659d9 to 2a49a3c Compare April 10, 2026 05:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

0 participants