Skip to content

Update Javascript#552

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/js
Open

Update Javascript#552
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/js

Conversation

@renovate

@renovate renovate Bot commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@radix-ui/react-accordion (source) 1.2.161.2.17 age confidence
@radix-ui/react-alert-dialog (source) 1.1.191.1.20 age confidence
@radix-ui/react-aspect-ratio (source) 1.1.111.1.12 age confidence
@radix-ui/react-avatar (source) 1.2.21.2.3 age confidence
@radix-ui/react-checkbox (source) 1.3.71.3.8 age confidence
@radix-ui/react-collapsible (source) 1.1.161.1.17 age confidence
@radix-ui/react-context-menu (source) 2.3.32.3.4 age confidence
@radix-ui/react-dialog (source) 1.1.191.1.20 age confidence
@radix-ui/react-dropdown-menu (source) 2.1.202.1.21 age confidence
@radix-ui/react-hover-card (source) 1.1.191.1.20 age confidence
@radix-ui/react-label (source) 2.1.112.1.12 age confidence
@radix-ui/react-menubar (source) 1.1.201.1.21 age confidence
@radix-ui/react-navigation-menu (source) 1.2.181.2.19 age confidence
@radix-ui/react-popover (source) 1.1.191.1.20 age confidence
@radix-ui/react-progress (source) 1.1.121.1.13 age confidence
@radix-ui/react-radio-group (source) 1.4.31.4.4 age confidence
@radix-ui/react-scroll-area (source) 1.2.141.2.15 age confidence
@radix-ui/react-select (source) 2.3.32.3.4 age confidence
@radix-ui/react-separator (source) 1.1.111.1.12 age confidence
@radix-ui/react-slider (source) 1.4.31.4.4 age confidence
@radix-ui/react-switch (source) 1.3.31.3.4 age confidence
@radix-ui/react-tabs (source) 1.1.171.1.18 age confidence
@radix-ui/react-toast (source) 1.2.191.2.20 age confidence
@radix-ui/react-toggle (source) 1.1.141.1.15 age confidence
@radix-ui/react-toggle-group (source) 1.1.151.1.16 age confidence
@radix-ui/react-tooltip (source) 1.2.121.2.13 age confidence
@tailwindcss/postcss (source) 4.3.24.3.3 age confidence
@tanstack/react-query (source) 5.101.25.101.3 age confidence
autoprefixer 10.5.210.5.4 age confidence
eslint (source) 10.6.010.7.0 age confidence
lovable-tagger (source) 1.3.11.3.3 age confidence
lucide-react (source) 1.23.01.25.0 age confidence
postcss (source) 8.5.168.5.20 age confidence
react-hook-form (source) 7.81.07.82.0 age confidence
react-resizable-panels (source) 4.12.14.12.2 age confidence
recharts 3.9.23.10.0 age confidence
tailwindcss (source) 4.3.24.3.3 age confidence
typescript-eslint (source) 8.63.08.65.0 age confidence
vite (source) 8.1.38.1.5 age confidence

Release Notes

radix-ui/primitives (@​radix-ui/react-accordion)

v1.2.17

  • Improved tree-shaking so bundlers can drop unused components. Component parts are now marked /* @​__PURE__ */ and use named render functions instead of Component.displayName = ... assignments, which previously prevented dead-code elimination with some bundlers.
  • Updated dependencies: @radix-ui/react-collapsible@1.1.17, @radix-ui/react-use-controllable-state@1.2.4, @radix-ui/primitive@1.1.6, @radix-ui/react-collection@1.1.12, @radix-ui/react-compose-refs@1.1.3, @radix-ui/react-context@1.2.0, @radix-ui/react-direction@1.1.2, @radix-ui/react-id@1.1.2, @radix-ui/react-primitive@2.1.7
radix-ui/primitives (@​radix-ui/react-alert-dialog)

v1.1.20

  • Improved tree-shaking so bundlers can drop unused components. Component parts are now marked /* @​__PURE__ */ and use named render functions instead of Component.displayName = ... assignments, which previously prevented dead-code elimination with some bundlers.
  • Updated dependencies: @radix-ui/react-dialog@1.1.20, @radix-ui/primitive@1.1.6, @radix-ui/react-compose-refs@1.1.3, @radix-ui/react-context@1.2.0, @radix-ui/react-primitive@2.1.7
radix-ui/primitives (@​radix-ui/react-aspect-ratio)

v1.1.12

  • Improved tree-shaking so bundlers can drop unused components. Component parts are now marked /* @​__PURE__ */ and use named render functions instead of Component.displayName = ... assignments, which previously prevented dead-code elimination with some bundlers.
  • Updated dependencies: @radix-ui/react-primitive@2.1.7
radix-ui/primitives (@​radix-ui/react-avatar)

v1.2.3

  • Improved tree-shaking so bundlers can drop unused components. Component parts are now marked /* @​__PURE__ */ and use named render functions instead of Component.displayName = ... assignments, which previously prevented dead-code elimination with some bundlers.
  • Fix dev-only checks with conditional exports to drop dev-warnings from production builds.
  • Updated dependencies: @radix-ui/primitive@1.1.6, @radix-ui/react-context@1.2.0, @radix-ui/react-primitive@2.1.7, @radix-ui/react-use-callback-ref@1.1.2, @radix-ui/react-use-is-hydrated@0.1.1, @radix-ui/react-use-layout-effect@1.1.2
radix-ui/primitives (@​radix-ui/react-checkbox)

v1.3.8

  • Improved tree-shaking so bundlers can drop unused components. Component parts are now marked /* @​__PURE__ */ and use named render functions instead of Component.displayName = ... assignments, which previously prevented dead-code elimination with some bundlers.
  • Fixed a bug where updating a Checkbox, Switch, or RadioGroup value programmatically (eg. a "select all" control) while inside a <form> would dispatch a click event from the hidden bubble input that propagated to ancestor onClick handlers.
  • Updated dependencies: @radix-ui/react-presence@1.1.8, @radix-ui/react-use-controllable-state@1.2.4, @radix-ui/primitive@1.1.6, @radix-ui/react-compose-refs@1.1.3, @radix-ui/react-context@1.2.0, @radix-ui/react-primitive@2.1.7, @radix-ui/react-use-size@1.1.2
radix-ui/primitives (@​radix-ui/react-collapsible)

v1.1.17

  • Improved tree-shaking so bundlers can drop unused components. Component parts are now marked /* @&#8203;__PURE__ */ and use named render functions instead of Component.displayName = ... assignments, which previously prevented dead-code elimination with some bundlers.
  • Updated dependencies: @radix-ui/react-presence@1.1.8, @radix-ui/react-use-controllable-state@1.2.4, @radix-ui/primitive@1.1.6, @radix-ui/react-compose-refs@1.1.3, @radix-ui/react-context@1.2.0, @radix-ui/react-id@1.1.2, @radix-ui/react-primitive@2.1.7, @radix-ui/react-use-layout-effect@1.1.2
radix-ui/primitives (@​radix-ui/react-context-menu)

v2.3.4

  • Improved tree-shaking so bundlers can drop unused components. Component parts are now marked /* @&#8203;__PURE__ */ and use named render functions instead of Component.displayName = ... assignments, which previously prevented dead-code elimination with some bundlers.
  • Fix dev-only checks with conditional exports to drop dev-warnings from production builds.
  • Updated dependencies: @radix-ui/react-menu@2.1.21, @radix-ui/react-use-controllable-state@1.2.4, @radix-ui/primitive@1.1.6, @radix-ui/react-context@1.2.0, @radix-ui/react-primitive@2.1.7
radix-ui/primitives (@​radix-ui/react-dialog)

v1.1.20

  • Fixed broken ARIA references in Dialogs where a title or description elements are not rendered.
  • Improved tree-shaking so bundlers can drop unused components. Component parts are now marked /* @&#8203;__PURE__ */ and use named render functions instead of Component.displayName = ... assignments, which previously prevented dead-code elimination with some bundlers.
  • Updated dependencies: @radix-ui/react-dismissable-layer@1.1.16, @radix-ui/react-focus-scope@1.1.13, @radix-ui/react-portal@1.1.14, @radix-ui/react-presence@1.1.8, @radix-ui/react-use-controllable-state@1.2.4, @radix-ui/primitive@1.1.6, @radix-ui/react-compose-refs@1.1.3, @radix-ui/react-context@1.2.0, @radix-ui/react-focus-guards@1.1.4, @radix-ui/react-id@1.1.2, @radix-ui/react-primitive@2.1.7, @radix-ui/react-slot@1.3.0, @radix-ui/react-use-layout-effect@1.1.2
radix-ui/primitives (@​radix-ui/react-dropdown-menu)

v2.1.21

  • Improved tree-shaking so bundlers can drop unused components. Component parts are now marked /* @&#8203;__PURE__ */ and use named render functions instead of Component.displayName = ... assignments, which previously prevented dead-code elimination with some bundlers.
  • Updated dependencies: @radix-ui/react-menu@2.1.21, @radix-ui/react-use-controllable-state@1.2.4, @radix-ui/primitive@1.1.6, @radix-ui/react-compose-refs@1.1.3, @radix-ui/react-context@1.2.0, @radix-ui/react-id@1.1.2, @radix-ui/react-primitive@2.1.7
radix-ui/primitives (@​radix-ui/react-hover-card)

v1.1.20

  • Improved tree-shaking so bundlers can drop unused components. Component parts are now marked /* @&#8203;__PURE__ */ and use named render functions instead of Component.displayName = ... assignments, which previously prevented dead-code elimination with some bundlers.
  • Updated dependencies: @radix-ui/react-popper@1.3.4, @radix-ui/react-dismissable-layer@1.1.16, @radix-ui/react-portal@1.1.14, @radix-ui/react-presence@1.1.8, @radix-ui/react-use-controllable-state@1.2.4, @radix-ui/primitive@1.1.6, @radix-ui/react-compose-refs@1.1.3, @radix-ui/react-context@1.2.0, @radix-ui/react-primitive@2.1.7
radix-ui/primitives (@​radix-ui/react-label)

v2.1.12

  • Improved tree-shaking so bundlers can drop unused components. Component parts are now marked /* @&#8203;__PURE__ */ and use named render functions instead of Component.displayName = ... assignments, which previously prevented dead-code elimination with some bundlers.
  • Updated dependencies: @radix-ui/react-primitive@2.1.7
radix-ui/primitives (@​radix-ui/react-menubar)

v1.1.21

  • Improved tree-shaking so bundlers can drop unused components. Component parts are now marked /* @&#8203;__PURE__ */ and use named render functions instead of Component.displayName = ... assignments, which previously prevented dead-code elimination with some bundlers.
  • Updated dependencies: @radix-ui/react-menu@2.1.21, @radix-ui/react-roving-focus@1.1.16, @radix-ui/react-use-controllable-state@1.2.4, @radix-ui/primitive@1.1.6, @radix-ui/react-collection@1.1.12, @radix-ui/react-compose-refs@1.1.3, @radix-ui/react-context@1.2.0, @radix-ui/react-direction@1.1.2, @radix-ui/react-id@1.1.2, @radix-ui/react-primitive@2.1.7
radix-ui/primitives (@​radix-ui/react-navigation-menu)

v1.2.19

  • Improved tree-shaking so bundlers can drop unused components. Component parts are now marked /* @&#8203;__PURE__ */ and use named render functions instead of Component.displayName = ... assignments, which previously prevented dead-code elimination with some bundlers.
  • Updated dependencies: @radix-ui/react-dismissable-layer@1.1.16, @radix-ui/react-presence@1.1.8, @radix-ui/react-visually-hidden@1.2.8, @radix-ui/react-use-controllable-state@1.2.4, @radix-ui/primitive@1.1.6, @radix-ui/react-collection@1.1.12, @radix-ui/react-compose-refs@1.1.3, @radix-ui/react-context@1.2.0, @radix-ui/react-direction@1.1.2, @radix-ui/react-id@1.1.2, @radix-ui/react-primitive@2.1.7, @radix-ui/react-use-callback-ref@1.1.2, @radix-ui/react-use-layout-effect@1.1.2, @radix-ui/react-use-previous@1.1.2
radix-ui/primitives (@​radix-ui/react-popover)

v1.1.20

  • Improved tree-shaking so bundlers can drop unused components. Component parts are now marked /* @&#8203;__PURE__ */ and use named render functions instead of Component.displayName = ... assignments, which previously prevented dead-code elimination with some bundlers.
  • Updated dependencies: @radix-ui/react-popper@1.3.4, @radix-ui/react-dismissable-layer@1.1.16, @radix-ui/react-focus-scope@1.1.13, @radix-ui/react-portal@1.1.14, @radix-ui/react-presence@1.1.8, @radix-ui/react-use-controllable-state@1.2.4, @radix-ui/primitive@1.1.6, @radix-ui/react-compose-refs@1.1.3, @radix-ui/react-context@1.2.0, @radix-ui/react-focus-guards@1.1.4, @radix-ui/react-id@1.1.2, @radix-ui/react-primitive@2.1.7, @radix-ui/react-slot@1.3.0
radix-ui/primitives (@​radix-ui/react-progress)

v1.1.13

  • Improved tree-shaking so bundlers can drop unused components. Component parts are now marked /* @&#8203;__PURE__ */ and use named render functions instead of Component.displayName = ... assignments, which previously prevented dead-code elimination with some bundlers.
  • Updated dependencies: @radix-ui/react-context@1.2.0, @radix-ui/react-primitive@2.1.7
radix-ui/primitives (@​radix-ui/react-radio-group)

v1.4.4

  • Improved tree-shaking so bundlers can drop unused components. Component parts are now marked /* @&#8203;__PURE__ */ and use named render functions instead of Component.displayName = ... assignments, which previously prevented dead-code elimination with some bundlers.
  • Fixed a bug where updating a Checkbox, Switch, or RadioGroup value programmatically (eg. a "select all" control) while inside a <form> would dispatch a click event from the hidden bubble input that propagated to ancestor onClick handlers.
  • Updated dependencies: @radix-ui/react-presence@1.1.8, @radix-ui/react-roving-focus@1.1.16, @radix-ui/react-use-controllable-state@1.2.4, @radix-ui/primitive@1.1.6, @radix-ui/react-compose-refs@1.1.3, @radix-ui/react-context@1.2.0, @radix-ui/react-direction@1.1.2, @radix-ui/react-primitive@2.1.7, @radix-ui/react-use-size@1.1.2
radix-ui/primitives (@​radix-ui/react-scroll-area)

v1.2.15

  • Improved tree-shaking so bundlers can drop unused components. Component parts are now marked /* @&#8203;__PURE__ */ and use named render functions instead of Component.displayName = ... assignments, which previously prevented dead-code elimination with some bundlers.
  • Updated dependencies: @radix-ui/react-presence@1.1.8, @radix-ui/primitive@1.1.6, @radix-ui/number@1.1.2, @radix-ui/react-compose-refs@1.1.3, @radix-ui/react-context@1.2.0, @radix-ui/react-direction@1.1.2, @radix-ui/react-primitive@2.1.7, @radix-ui/react-use-callback-ref@1.1.2, @radix-ui/react-use-layout-effect@1.1.2
radix-ui/primitives (@​radix-ui/react-select)

v2.3.4

  • Improved tree-shaking so bundlers can drop unused components. Component parts are now marked /* @&#8203;__PURE__ */ and use named render functions instead of Component.displayName = ... assignments, which previously prevented dead-code elimination with some bundlers.
  • Updated dependencies: @radix-ui/react-popper@1.3.4, @radix-ui/react-dismissable-layer@1.1.16, @radix-ui/react-focus-scope@1.1.13, @radix-ui/react-portal@1.1.14, @radix-ui/react-presence@1.1.8, @radix-ui/react-visually-hidden@1.2.8, @radix-ui/react-use-controllable-state@1.2.4, @radix-ui/primitive@1.1.6, @radix-ui/number@1.1.2, @radix-ui/react-collection@1.1.12, @radix-ui/react-compose-refs@1.1.3, @radix-ui/react-context@1.2.0, @radix-ui/react-direction@1.1.2, @radix-ui/react-focus-guards@1.1.4, @radix-ui/react-id@1.1.2, @radix-ui/react-primitive@2.1.7, @radix-ui/react-slot@1.3.0, @radix-ui/react-use-callback-ref@1.1.2, @radix-ui/react-use-layout-effect@1.1.2, @radix-ui/react-use-previous@1.1.2
radix-ui/primitives (@​radix-ui/react-separator)

v1.1.12

  • Improved tree-shaking so bundlers can drop unused components. Component parts are now marked /* @&#8203;__PURE__ */ and use named render functions instead of Component.displayName = ... assignments, which previously prevented dead-code elimination with some bundlers.
  • Updated dependencies: @radix-ui/react-primitive@2.1.7
radix-ui/primitives (@​radix-ui/react-slider)

v1.4.4

  • Fixed a bug where onValueCommit was not called when a slider thumb was dragged across another thumb.
  • Improved tree-shaking so bundlers can drop unused components. Component parts are now marked /* @&#8203;__PURE__ */ and use named render functions instead of Component.displayName = ... assignments, which previously prevented dead-code elimination with some bundlers.
  • Updated dependencies: @radix-ui/react-use-controllable-state@1.2.4, @radix-ui/primitive@1.1.6, @radix-ui/number@1.1.2, @radix-ui/react-collection@1.1.12, @radix-ui/react-compose-refs@1.1.3, @radix-ui/react-context@1.2.0, @radix-ui/react-direction@1.1.2, @radix-ui/react-primitive@2.1.7, @radix-ui/react-use-layout-effect@1.1.2, @radix-ui/react-use-previous@1.1.2, @radix-ui/react-use-size@1.1.2
radix-ui/primitives (@​radix-ui/react-switch)

v1.3.4

  • Improved tree-shaking so bundlers can drop unused components. Component parts are now marked /* @&#8203;__PURE__ */ and use named render functions instead of Component.displayName = ... assignments, which previously prevented dead-code elimination with some bundlers.
  • Fixed a bug where updating a Checkbox, Switch, or RadioGroup value programmatically (eg. a "select all" control) while inside a <form> would dispatch a click event from the hidden bubble input that propagated to ancestor onClick handlers.
  • Updated dependencies: @radix-ui/react-use-controllable-state@1.2.4, @radix-ui/primitive@1.1.6, @radix-ui/react-compose-refs@1.1.3, @radix-ui/react-context@1.2.0, @radix-ui/react-primitive@2.1.7, @radix-ui/react-use-size@1.1.2
radix-ui/primitives (@​radix-ui/react-tabs)

v1.1.18

  • Improved tree-shaking so bundlers can drop unused components. Component parts are now marked /* @&#8203;__PURE__ */ and use named render functions instead of Component.displayName = ... assignments, which previously prevented dead-code elimination with some bundlers.
  • Updated dependencies: @radix-ui/react-presence@1.1.8, @radix-ui/react-roving-focus@1.1.16, @radix-ui/react-use-controllable-state@1.2.4, @radix-ui/primitive@1.1.6, @radix-ui/react-context@1.2.0, @radix-ui/react-direction@1.1.2, @radix-ui/react-id@1.1.2, @radix-ui/react-primitive@2.1.7
radix-ui/primitives (@​radix-ui/react-toast)

v1.2.20

  • Improved tree-shaking so bundlers can drop unused components. Component parts are now marked /* @&#8203;__PURE__ */ and use named render functions instead of Component.displayName = ... assignments, which previously prevented dead-code elimination with some bundlers.
  • Fixed Toast removing non-focused toasts when pressing Escape.
  • Updated dependencies: @radix-ui/react-dismissable-layer@1.1.16, @radix-ui/react-portal@1.1.14, @radix-ui/react-presence@1.1.8, @radix-ui/react-visually-hidden@1.2.8, @radix-ui/react-use-controllable-state@1.2.4, @radix-ui/primitive@1.1.6, @radix-ui/react-collection@1.1.12, @radix-ui/react-compose-refs@1.1.3, @radix-ui/react-context@1.2.0, @radix-ui/react-primitive@2.1.7, @radix-ui/react-use-callback-ref@1.1.2, @radix-ui/react-use-layout-effect@1.1.2
radix-ui/primitives (@​radix-ui/react-toggle)

v1.1.15

  • Improved tree-shaking so bundlers can drop unused components. Component parts are now marked /* @&#8203;__PURE__ */ and use named render functions instead of Component.displayName = ... assignments, which previously prevented dead-code elimination with some bundlers.
  • Updated dependencies: @radix-ui/react-use-controllable-state@1.2.4, @radix-ui/primitive@1.1.6, @radix-ui/react-primitive@2.1.7
radix-ui/primitives (@​radix-ui/react-toggle-group)

v1.1.16

  • Improved tree-shaking so bundlers can drop unused components. Component parts are now marked /* @&#8203;__PURE__ */ and use named render functions instead of Component.displayName = ... assignments, which previously prevented dead-code elimination with some bundlers.
  • Updated dependencies: @radix-ui/react-roving-focus@1.1.16, @radix-ui/react-toggle@1.1.15, @radix-ui/react-use-controllable-state@1.2.4, @radix-ui/primitive@1.1.6, @radix-ui/react-context@1.2.0, @radix-ui/react-direction@1.1.2, @radix-ui/react-primitive@2.1.7
radix-ui/primitives (@​radix-ui/react-tooltip)

v1.2.13

  • Fixed a bug where Tooltip.Content children were mounted to the DOM twice.
  • Improved tree-shaking so bundlers can drop unused components. Component parts are now marked /* @&#8203;__PURE__ */ and use named render functions instead of Component.displayName = ... assignments, which previously prevented dead-code elimination with some bundlers.
  • Updated dependencies: @radix-ui/react-popper@1.3.4, @radix-ui/react-dismissable-layer@1.1.16, @radix-ui/react-portal@1.1.14, @radix-ui/react-presence@1.1.8, @radix-ui/react-visually-hidden@1.2.8, @radix-ui/react-use-controllable-state@1.2.4, @radix-ui/primitive@1.1.6, @radix-ui/react-compose-refs@1.1.3, @radix-ui/react-context@1.2.0, @radix-ui/react-id@1.1.2, @radix-ui/react-primitive@2.1.7, @radix-ui/react-slot@1.3.0, @radix-ui/react-use-layout-effect@1.1.2
tailwindlabs/tailwindcss (@​tailwindcss/postcss)

v4.3.3

Compare Source

Fixed
  • Support --watch --poll[=ms] in @tailwindcss/cli when filesystem events are unreliable or unavailable (#​20297)
  • Canonicalization: match arbitrary hex colors against theme colors case-insensitively (e.g. bg-[#fff] and bg-[#FFF]bg-white) (#​20298)
  • Prevent Preflight from overriding Firefox's native iframe:focus-visible outline styles (#​20292)
  • Ensure theme('colors.foo') in JS plugins resolves correctly when both --color-foo and --color-foo-bar exist (#​20299)
  • Ensure fractional opacity modifiers work with named shadow sizes like shadow-sm/12.5, text-shadow-sm/12.5, drop-shadow-sm/12.5, and inset-shadow-sm/12.5 (#​20302)
  • Parse selectors like [data-foo]div as two selectors instead of one (#​20303)
  • Ensure @tailwindcss/postcss rebuilds when a preprocessor like Sass changes the input CSS without changing the input file on disk (#​20310)
  • Ensure CSS nesting is handled even when Lightning CSS isn't run, such as in @tailwindcss/browser and Tailwind Play (#​20124)
  • Prevent achromatic theme colors from shifting hue when mixed in polar color spaces like oklch (#​20314)
  • Ensure --spacing(0) is optimized to 0px instead of 0 so it remains a <length> when used in calc(…) (#​20319)
  • Load @parcel/watcher only when needed in @tailwindcss/cli --watch mode, so one-off builds and --watch --poll work when @parcel/watcher can't be loaded (#​20325)
  • Use explicit platform fonts instead of system-ui and ui-sans-serif so CJK text respects the page's lang attribute on Windows (#​20318)
  • Prevent @tailwindcss/upgrade from rewriting ignored files when run from a subdirectory (#​20329)
  • Ensure earlier @source rules pointing to nested files are scanned when later @source rules point to files in parent folders (#​20335)
  • Prevent @tailwindcss/vite from triggering full page reloads when scanned files are processed by Vite but haven't been loaded as modules yet (#​20336)
TanStack/query (@​tanstack/react-query)

v5.101.3

Compare Source

Patch Changes
postcss/autoprefixer (autoprefixer)

v10.5.4

Compare Source

v10.5.3

Compare Source

eslint/eslint (eslint)

v10.7.0

Compare Source

Features

  • cf2a9bf feat: add errorClassNames option to preserve-caught-error rule (#​21032) (sethamus)
  • f8b873a feat: max-nested-callbacks option for constructor callbacks (#​21063) (fnx)
  • 557fde8 feat: support computed Number.parseInt member access in radix rule (#​21041) (Pixel)
  • 0b4a73b feat: add suggestions to no-compare-neg-zero (#​21034) (den$)
  • 96cdd42 feat: report invalid signed numeric radix values in radix rule (#​21030) (Pixel)

Bug Fixes

  • 3e7bf15 fix: apply ignoreClassesWithImplements to class expressions (#​21069) (Pixel)
  • 0d7d70c fix: insert cause outside wrapping parens in preserve-caught-error (#​21062) (Mahin Anowar)
  • 75ec753 fix: handle static template literals in eqeqeq rule (#​21058) (Pixel)
  • b717a22 fix: prevent eqeqeq null option from reporting non-equality operators (#​21057) (Pixel)
  • e35b05f fix: avoid no-invalid-regexp false positive for shadowed RegExp (#​21051) (Pixel)
  • a3172b6 fix: avoid no-control-regex false positive for shadowed RegExp (#​21050) (Pixel)
  • d1f637e fix: parenthesize sequence expression operands in no-implicit-coercion (#​21045) (spokodev)
  • 8859baf fix: avoid prefer-numeric-literals false positive for shadowed globals (#​21047) (한국)
  • a9e5961 fix: use-isnan false positive on shadowed NaN/Number (#​20958) (sethamus)
  • 8a240a7 fix: avoid false positives in radix rule for spread arguments (#​21044) (Pixel)

Documentation

  • c30d808 docs: Update README (GitHub Actions Bot)
  • 5139800 docs: document ESLint migration codemods in v9 and v10 guides (#​20980) (Alex Bit)
  • 04174cb docs: Update README (GitHub Actions Bot)
  • 026e130 docs: update semver policy for bug fixes (#​21048) (Milos Djermanovic)
  • 9d42fef docs: Update README (GitHub Actions Bot)
  • b230159 docs: Update README (GitHub Actions Bot)
  • 0129972 docs: correct **/.js glob to **/*.js in config files guide (#​21036) (EduardF1)

Chores

lucide-icons/lucide (lucide-react)

v1.25.0

Compare Source

v1.24.0: Version 1.24.0

Compare Source

What's Changed

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Europe/London)

  • Branch creation
    • "before 10am on friday"
  • 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added dependencies Renovatebot and dependabot updates frontend javascript Pull requests that update javascript code labels Jul 10, 2026
@renovate
renovate Bot enabled auto-merge (squash) July 10, 2026 02:02
@renovate renovate Bot added the frontend label Jul 10, 2026
@github-actions

github-actions Bot commented Jul 10, 2026

Copy link
Copy Markdown

Caution

[High Risk] Replacing the 10.0.101.34 backend will break the NLB feed path during cutover

The change replaces the EC2 instance that currently serves 10.0.101.34 and the public EIP 13.134.236.98, while the fraud-ingest NLB target group txn-feed-terraform-example is configured as an ip target group and currently forwards to the literal backend 10.0.101.34:9090. Because the instance replacement does not preserve the primary private IP in the plan, the backend identity behind that target will change during rollout even though the target group attachment must be recreated.

When Terraform replaces that instance, the NLB will keep sending traffic to the old IP until the attachment is updated and the replacement host passes health checks on 9090. That creates a real cutover gap for the fraud/core API feed path, and any clients using the public EIP or the NLB during that window will see connection failures until the new instance is attached and healthy.
View reasoning tree here.

Caution

[High Risk] Single-target load balancer attachments will cause backend outages during replacement

The change is replacing the load balancer target group attachments at the same time as the EC2 backends they reference are being replaced. 540044833068.eu-west-2.elbv2-target-group.api-207c90ee-tg currently has a single healthy instance target, i-0bf4039822e01f430, and 540044833068.eu-west-2.elbv2-target-group.txn-feed-terraform-example currently has a single healthy IP target, 10.0.101.34:9090, which belongs to 540044833068.eu-west-2.ec2-instance.i-0cff13d553da3fe3a. That instance also holds Elastic IP 13.134.236.98, and it is being replaced in this plan.

When Terraform replaces those attachments and instances, AWS will stop routing to the old targets as soon as they are deregistered, while the new targets will not receive traffic until registration completes and health checks pass. Because these target groups currently show only one healthy backend each, there is no spare capacity to keep routing during the handover. Requests through the api-207c90ee-alb ALB, the fraud-ingest-terraform-example NLB, and clients using 13.134.236.98 or port 9090 will see a real gap in service until the new backends become healthy.
View reasoning tree here.

Caution

[High Risk] Single-target instance replacement will cause transient health-check failures and production alarm noise

This change replaces the only registered backend behind both load balancers: 540044833068.eu-west-2.ec2-instance.i-0bf4039822e01f430 is the sole target in api-207c90ee-tg, and 540044833068.eu-west-2.ec2-instance.i-0cff13d553da3fe3a currently provides the only registered IP target 10.0.101.34:9090 in txn-feed-terraform-example. The corresponding aws_lb_target_group_attachment resources are also being replaced, and the production EIP 13.134.236.98 is being reassociated to a new instance.

Because each target group has only one backend, there is no spare healthy target while the old target deregisters and the replacement instance boots, attaches, and passes initial health checks. The ALB alarm will fire as soon as that single target becomes unhealthy, and the Route53 HTTPS /health check against 13.134.236.98:443 can fail during EIP movement and instance startup, causing the production health alarm to page. The likely outcome is brief request failures or timeouts plus unhealthy-target and production health-check alarms during apply.
View reasoning tree here.

Signals

Routine → Multiple compute and infrastructure resources showing unusual update patterns at only 1 event/week for the last 2-5 months, with related resources also changing just 2-3 events/week for the last 5 months, which is infrequent compared to typical patterns.

Additional Change Details: Items 94 Edges 179 model|risks_v6 ✨Encryption Key State Risk ✨KMS Key Creation

View in Overmind

@renovate
renovate Bot force-pushed the renovate/js branch 9 times, most recently from acf56aa to 42aa3ff Compare July 17, 2026 10:13
@renovate
renovate Bot force-pushed the renovate/js branch 3 times, most recently from 59fbb86 to 8333b18 Compare July 20, 2026 04:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Renovatebot and dependabot updates frontend javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants