Skip to content

Update npm dependencies#815

Merged
No767 merged 1 commit into
react-rewritefrom
renovate/npm-dependencies
Jul 20, 2026
Merged

Update npm dependencies#815
No767 merged 1 commit into
react-rewritefrom
renovate/npm-dependencies

Conversation

@renovate

@renovate renovate Bot commented Jul 20, 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
@fontsource-variable/raleway (source) 5.2.85.3.0 age confidence
@tailwindcss/vite (source) 4.3.24.3.3 age confidence
@tanstack/react-form (source) 1.33.11.33.2 age confidence
@tanstack/react-router (source) 1.170.171.170.18 age confidence
@tanstack/router-plugin (source) 1.168.191.168.23 age confidence
eslint-plugin-better-tailwindcss 4.6.14.7.0 age confidence
eslint-plugin-react-dom (source) 5.14.55.17.2 age confidence
eslint-plugin-react-jsx (source) 5.14.55.17.2 age confidence
eslint-plugin-react-naming-convention (source) 5.14.55.17.2 age confidence
eslint-plugin-react-x (source) 5.14.55.17.2 age confidence
lucide-react (source) 1.24.01.25.0 age confidence
oxfmt (source) ^0.58.0^0.59.0 age confidence
oxlint (source) 1.73.01.74.0 age confidence
oxlint-plugin-react-doctor (source) ^0.7.8^0.8.0 age confidence
oxlint-tsgolint ^0.24.0^0.25.0 age confidence
pnpm (source) 11.12.011.15.0 age confidence
react-dropzone ^15.0.0^19.0.0 age confidence
shadcn (source) 4.13.04.13.1 age confidence
tailwindcss (source) 4.3.24.3.3 age confidence
typescript-eslint (source) 8.63.08.64.0 age confidence
vite (source) 8.1.48.1.5 age confidence

Release Notes

fontsource/font-files (@​fontsource-variable/raleway)

v5.3.0

Compare Source

tailwindlabs/tailwindcss (@​tailwindcss/vite)

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/form (@​tanstack/react-form)

v1.33.2

Compare Source

Patch Changes
TanStack/router (@​tanstack/react-router)

v1.170.18

Compare Source

Patch Changes
TanStack/router (@​tanstack/router-plugin)

v1.168.23

Compare Source

Patch Changes
  • #​7855 49f6863 - Preserve React component state during HMR when route components are declared with lowercase function names. The development-only React transforms cover split route component groups and unsplit root route component options, including shell, pending, and error components, without changing production output.

v1.168.22

Compare Source

Patch Changes

v1.168.21

Compare Source

Patch Changes

v1.168.20

Compare Source

Patch Changes
schoero/eslint-plugin-better-tailwindcss (eslint-plugin-better-tailwindcss)

v4.7.0

Compare Source

compare changes

Features
  • No concatenated classes (#​389)
  • enforce-consistent-line-wrapping: Add vueConvertToBinding option (#​388)
Fixes
  • Strict sorting order should be based on official sorting order (#​391)
Documentation
❤️ Contributors
Rel1cx/eslint-react (eslint-plugin-react-dom)

v5.17.2

Compare Source

📝 Documentation
  • @eslint-react/kit: added a README with quick start and API overview.
🏗️ Internal
  • @eslint-react/core: migrated JsxDetectionHint and related JSX detection helpers from @eslint-react/jsx. (#​1913)
  • @eslint-react/jsx: consolidated helpers into focused attribute, children, element, and text modules. (#​1914)
  • @eslint-react/var: renamed computeObjectType to resolveObjectType.
  • @local/testkit: extracted shared test helpers into a new local package. (#​1915)
  • Bumped tsdown to 0.22.9, eslint-plugin-jsdoc to 63.0.14, and pnpm to 11.13.1.

Full Changelog: Rel1cx/eslint-react@v5.17.1...v5.17.2

v5.17.1

Compare Source

🏗️ Internal
  • react-jsx/no-key-after-spread: reworked the attribute scan to a pipeline style using dropWhile and not from @local/eff, Check.is from @eslint-react/ast, and the new isAttribute helper from @eslint-react/jsx. (#​1912)
  • @eslint-react/jsx: added isAttribute for matching JSX attributes by name.
  • @local/eff: added dropWhile and takeWhile.
  • Bumped tsdown to 0.22.8, tsl-dx to 0.13.3, import-integrity-lint to 1.1.4, fumadocs to 16.11.5, and fumadocs-mdx to 15.2.0.

Full Changelog: Rel1cx/eslint-react@v5.17.0...v5.17.1

v5.17.0

Compare Source

🐞 Fixes
  • react-jsx/no-leaked-dollar: the intentional-$ exemption (e.g. <div>${price}</div>) is no longer defeated by surrounding whitespace or empty siblings — a lone $ before a single expression is now allowed whenever all other siblings are non-substantive. (#​1911)
  • react-jsx/no-leaked-semicolon: consecutive leaked semicolons (e.g. ;;) at the start of a JSX text node are now detected. (#​1911)
📝 Documentation
  • react-x/no-unnecessary-use-prefix: reorganized the rule examples.
🏗️ Internal
  • react-jsx: extracted the shared find-create-element-children-prop and remove-jsx-attribute rule helpers, removed dead Literal visitors from no-comment-textnodes and no-leaked-semicolon, simplified the no-key-after-spread attribute scan, and hoisted no-useless-fragment detection and fix helpers to module level. (#​1911)
  • @local/eff: synced the Function module with effect and added missing @category tags.
  • Unified JSDoc comment style across packages.

Full Changelog: Rel1cx/eslint-react@v5.16.1...v5.17.0

v5.16.1

Compare Source

🐞 Fixes
  • react-jsx/no-children-prop: React.createElement calls whose props argument is wrapped in a TypeScript type assertion (e.g. { children: "x" } as Props) are now reported; computed property keys written as template literals (e.g. { [children]: "x" }) are now recognized as the children prop; fixed a false positive where a computed identifier key in a createElement props object (e.g. { [propName]: "Children" }) was treated as the static children prop; the suggestion fix now escapes JSX-sensitive characters (<, >, {, }, &) when moving a string children prop value into element content. (#​1910)
  • react-jsx/no-children-prop-with-children: same createElement edge-case fixes as no-children-prop. (#​1910)
  • react-jsx/no-useless-fragment: allowExpressions: false now only flags fragments with a single expression child, matching the option's documented behavior, instead of flagging any fragment inside a JSX element; fragments with spread attributes (e.g. <Fragment {...props}>) are no longer auto-fixed; the auto-fixer now removes leading indentation when collapsing whitespace-only fragments. (#​1910)
  • react-jsx/no-leaked-dollar: $ character references (&#&#8203;36;, &#x24;) are no longer treated as leaked dollar signs; only a literal $ in the source is reported. (#​1910)
  • react-jsx/no-leaked-semicolon: leaked semicolons followed by spaces or tabs before a newline, including CRLF line endings, are now detected. (#​1910)
  • react-x/immutability: added useHistory to known navigation hooks, so navigation methods such as .push() are not treated as in-place mutations inside frozen callbacks.
🏗️ Internal
  • @eslint-react/ast: added Extract.getStaticPropertyName for resolving static property names from object properties. (#​1910)

Full Changelog: Rel1cx/eslint-react@v5.16.0...v5.16.1

v5.16.0

Compare Source

✨ New
  • @eslint-react/core: added support for hook calls written as tagged template literals. (#​1909)

    const x = useMotionValue(100);
    const transform = useMotionTemplate`transform(${x}px)`;
    //                ^^^ tagged template literal hook call
  • @eslint-react/jsx: findAttribute now resolves nested spread identifiers and nested object expression spreads. (#​1908)

🏗️ Internal
  • Added tests and per-rule changelogs for tagged template literal hook calls. (#​1909)

Full Changelog: Rel1cx/eslint-react@v5.15.0...v5.16.0

v5.15.0

Compare Source

📝 Documentation
  • Added a FAQ entry on improving analyzer accuracy to the website. (#​1907)
  • Fixed inconsistencies and omissions in internal documentation.
🏗️ Internal
  • Bumped typescript-eslint to 8.64.0, nx to 23.1.0, eslint-plugin-package-json to 1.6.0, and pnpm to 11.13.0.
  • Enabled strictBooleanExpressions in TSL and synchronized sample rule configurations. (#​1907)
  • Removed the website-specific changelog file.
  • Switched CI workflows to use pnpm/action-setup instead of installing pnpm globally via npm.

Full Changelog: Rel1cx/eslint-react@v5.14.10...v5.15.0

v5.14.10

Compare Source

🐞 Fixes
  • @eslint-react/ast: Extract.getCalleeName now returns null for computed member expressions (e.g. obj[foo](), obj["foo"](), obj[foo]()) instead of the property name, so callers don't treat dynamically chosen methods as static method names. (#​1906)
🏗️ Internal
  • Added unit tests for Extract.getCalleeName.

Full Changelog: Rel1cx/eslint-react@v5.14.9...v5.14.10

v5.14.9

Compare Source

🐞 Fixes
  • @eslint-react/ast: removed Extract.getPropertyName and added Extract.getCalleeName for simpler callee name resolution. (#​1905)
  • Rules that match calls by method name no longer treat computed string-literal property access as a static match (e.g. obj["foo"]() is no longer resolved to "foo"). This avoids relying on the runtime value of computed keys and aligns callee matching across the codebase. Affected rules:
    • react-dom/no-dangerously-set-innerhtml
    • react-dom/no-find-dom-node
    • react-dom/no-flush-sync
    • react-web-api/no-leaked-event-listener
    • react-web-api/no-leaked-fetch
    • react-x/globals
    • react-x/immutability
  • core.isJsxLike: no longer treats React['createElement'] calls as JSX-like, since the callee is accessed through a computed member expression.
🏗️ Internal
  • Simplified callee name checks across core, react-dom, react-web-api, and react-x rules using Extract.getCalleeName.
  • Bumped @effect/platform, effect, fumadocs-core, fumadocs-mdx, fumadocs-ui, postcss, pnpm, and tsdown.

Full Changelog: Rel1cx/eslint-react@v5.14.8...v5.14.9

v5.14.8

Compare Source

📝 Documentation
  • react-x: refreshed the React Compiler diff reports. (#​1903)
🏗️ Internal
  • react-x: moved the purity and refs resolvers into lib.ts. (#​1902)
  • Bumped tsdown, postcss, and fumadocs.

Full Changelog: Rel1cx/eslint-react@v5.14.7...v5.14.8

v5.14.7

Compare Source

🐞 Fixes
  • react-x/immutability: ignore navigation hook methods (e.g. useNavigate, useNavigation) as mutations. (#​1901)
🏗️ Internal
  • Refreshed pnpm lockfile.

Full Changelog: Rel1cx/eslint-react@v5.14.6...v5.14.7

v5.14.6

Compare Source

🐞 Fixes
  • react-x/immutability: ignore useRouter() navigation methods (e.g. .push()) as mutations when they appear inside frozen callbacks; aliases created through variable declarators are also recognized. (#​1898)
🏗️ Internal
  • Added Check.isExpression to @eslint-react/ast along with unit tests.
  • Bumped eslint, nx, dompurify, and pnpm.
  • Restored standalone quality workflows.
  • Simplified react-x/immutability analysis helpers by sharing initializer provenance checks for useRef() and useRouter() and using AST parent traversal for function-boundary detection.
  • Started running CI tests on Node.js 26.

Full Changelog: Rel1cx/eslint-react@v5.14.5...v5.14.6

lucide-icons/lucide (lucide-react)

v1.25.0

Compare Source

oxc-project/oxc (oxfmt)

v0.59.0

Compare Source

🐛 Bug Fixes
  • 415fe1e oxfmt: Error on ignorePatterns that cannot match files outside the config directory (#​24286) (leaysgur)
oxc-project/oxc (oxlint)

v1.74.0

Compare Source

🚀 Features
  • 0433a83 linter/eslint/no-inner-declarations: Add namespaces option (#​24044) (Boshen)
🐛 Bug Fixes
  • 8337835 linter: Error on ignorePatterns that cannot match files aoutside the config directory (#​24341) (leaysgur)
  • 2ce5a33 linter: Resolve ignorePatterns relative to the config dir (#​24339) (leaysgur)
⚡ Performance
  • 7f80cac linter/vue/prop-name-casing: Precompile ignoreProps regex pattern (#​24413) (connorshea)
  • 6272051 linter/typescript/no-require-imports: Compile allow patterns once (#​24417) (connorshea)
  • 33805b9 linter/jsdoc/require-param: Compile checkTypesPattern regex once (#​24420) (connorshea)
millionco/react-doctor (oxlint-plugin-react-doctor)

v0.8.1

Compare Source

v0.8.0

Compare Source

Patch Changes
  • #​1269 cf7ada5 Thanks @​aidenybai! - Detect cleanup leaks in React ref callbacks invoked directly from effects

  • #​1373 ac392cb Thanks @​aidenybai! - Allow hook-use-state to recognize concise-arrow returns as returned state tuples.

  • #​1277 b30fb80 Thanks @​aidenybai! - Fix no-pass-data-to-parent to detect parent callbacks stored in refs and refreshed by a preceding effect.

  • #​1353 0ff57fa Thanks @​aidenybai! - Detect no-hydration-branch-on-browser-global through local helpers and React useMemo.

  • #​1308 b2f3c9c Thanks @​aidenybai! - Fix effect-needs-cleanup to follow synchronous React ref callback chains so timers and subscriptions reached through multiple ref callbacks are not missed.

  • #​1283 9aa98b9 Thanks @​aidenybai! - Keep rn-no-falsy-and-render scoped to numeric gates rendered through React Native or unknown hosts, excluding proven DOM-host output in mixed-renderer projects.

  • #​1362 44d3ad8 Thanks @​aidenybai! - Resolve React hooks by binding identity across state and effect rules, including named imports, immutable aliases, namespace calls, and isomorphic effect aliases.

  • #​1351 3c90f14 Thanks @​aidenybai! - Avoid false positives from rendering-usetransition-loading when FileReader success and error callbacks complete the loading state.

  • #​1271 f563205 Thanks @​aidenybai! - Fix no-uncontrolled-input false positives for input types whose value is read-only in React, including types behind deep const aliases and constant ternaries.

  • #​1276 7eb7428 Thanks @​aidenybai! - Fix role-supports-aria-props false positives for native number inputs and unresolved input types.

  • #​1309 f59ec54 Thanks @​aidenybai! - Stop no-create-ref-in-function-component from warning on createRef values stored as initial React state.

  • #​1289 a86b5b0 Thanks @​aidenybai! - Fix no-render-in-render false positives from hooks in uninvoked nested closures

  • #​1294 d7d38d7 Thanks @​aidenybai! - Recognize browser reads gated by a local or project-imported useSyncExternalStore Hook with a false server snapshot.

  • #​1319 52fc179 Thanks @​aidenybai! - Preserve helper-owned gesture state when an effect also synchronizes it, and keep derived-state detection through transparent React hook receivers.

  • #​1292 1adf327 Thanks @​aidenybai! - Recognize immutable and isomorphic React effect aliases in no-chain-state-updates.

  • #​1263 194cc06 Thanks @​aidenybai! - Improve no-create-ref-in-function-component precision for render-local attachment refs while preserving stale-ref diagnostics.

  • #​1299 c88a39a Thanks @​aidenybai! - Prevent no-effect-chain from reporting clear-only state writes when their values cannot reach downstream guarded work.

  • #​1315 3e6dcfc Thanks @​skoshx! - Recognize matching htmlFor associations from components already treated as label renderers in
    control-has-associated-label.

  • #​1288 be6d64b Thanks @​aidenybai! - Fix async-parallel and server-sequential-independent-await to distinguish shadowed callback bindings from genuine result dependencies.

  • #​1355 0fbf728 Thanks @​aidenybai! - Avoid effect-needs-cleanup false positives for gesture listeners that synchronously remove themselves and their peer listeners.

  • #​1280 30e0ff0 Thanks @​aidenybai! - Align iframe-has-title with the accessibility rule's applicability boundary by ignoring frames proven hidden, excluded from sequential focus, or explicitly decorative while preserving diagnostics for uncertain and visible frames.

  • #​1333 11388bf Thanks @​aidenybai! - Detect parent callback synchronization through React wrappers, immutable aliases, refs, conditional branches, object members, and prop-initialized custom-hook state.

  • #​1343 71892af Thanks @​aidenybai! - Avoid effect-needs-cleanup false positives when a useSyncExternalStore subscribe callback returns a delegated disposer through a conditional or nullish fallback.

  • #​1282 81da42b Thanks @​aidenybai! - Avoid server-fetch-without-revalidate false positives for imported or local fetch implementations.

  • #​1286 e5d5753 Thanks @​aidenybai! - Prevent prefer-module-scope-static-value from recommending behavior-changing hoists for randomness accessed through proven global receivers.

  • #​1266 66a1db8 Thanks @​skoshx! - Fix a false positive in only-export-components for exported use[A-Z] custom hooks alongside component exports.

  • #​1320 b392093 Thanks @​skoshx! - Ignore parser-confirmed comments when artifact-env-leak scans generated JavaScript and TypeScript artifacts, while preserving executable env-leak detection.

  • #​1317 6c5c91b Thanks @​skoshx! - Avoid server-after-nonblocking diagnostics for side effects proven to run through Next.js after() callbacks.

  • #​1297 d8a20e0 Thanks @​aidenybai! - Recognize type- and write-proven falsy lazy initialization guards in no-ref-current-in-render.

  • #​1345 f441f59 Thanks @​aidenybai! - Avoid effect-needs-cleanup false positives for legacy unary media-query listeners with matching cleanup.

  • #​1303 174955c Thanks @​aidenybai! - Fix no-create-ref-in-function-component false positives for test-local components proven to be mounted only in independent React Testing Library roots.

  • #​1328 bd3655c Thanks @​aidenybai! - Detect immediate viewport state adoption in a mount effect that registers and cleans up a resize listener.

  • #​1350 db5fe10 Thanks @​aidenybai! - Avoid treating human-readable storage key names with camelCase segments as hardcoded secrets.

  • #​1363 c1e75f0 Thanks @​aidenybai! - Fix no-jsx-element-type false positives on private renderer factories that accurately return one JSX element.

  • #​1287 796a56d Thanks @​aidenybai! - Require native global Intl provenance before reporting formatter construction hoisting diagnostics.

  • #​1278 558118c Thanks @​aidenybai! - Fix interactive-supports-focus false positives on native content-editable editing hosts while preserving nested and disabled-host diagnostics.

  • #​1279 d4db626 Thanks @​aidenybai! - Fix no-reset-all-state-on-prop-change false positives for loading state completed by an exact async helper.

  • #​1349 a16e452 Thanks @​aidenybai! - Accept event listeners whose local AbortController is replaced through a React ref and aborted on unmount.

  • #​1281 d3f54c4 Thanks @​aidenybai! - Prevent nextjs-no-css-link from recommending local CSS imports for statically proven remote HTTP(S) stylesheets.

  • #​1360 e5a5f73 Thanks @​aidenybai! - Avoid effect-needs-cleanup false positives when listener disposers are retained in React refs and invoked during effect or callback-ref cleanup.

  • #​1301 6325f9c Thanks @​aidenybai! - Stop nextjs-no-img-element from prescribing next/image for exported JSX helpers proven to render only through ImageResponse or Satori.

  • #​1295 e86bc57 Thanks @​aidenybai! - Require semantic React component evidence before treating PascalCase function parameters as props.

  • #​1358 4f3848b Thanks @​aidenybai! - Resolve React effect, state setter, and dependency aliases by binding identity so chained and derived state diagnostics cannot be silenced by immutable renames.

  • #​1368 093619c Thanks @​aidenybai! - Fix effect-needs-cleanup false positives for generation-guarded nested subscriptions owned by an effect.

  • #​1274 21827da Thanks @​aidenybai! - Avoid reporting anchor-has-content for href-less anchors without link semantics.

  • #​1270 12e9592 Thanks @​aidenybai! - Avoid no-default-props false positives for stable class receivers, which React 19 continues to support.

  • #​1296 c7f61cd Thanks @​aidenybai! - Keep no-effect-chain quiet for effects that wait for a committed DOM node before focusing, scrolling, selecting, or measuring it.

  • #​1336 95f9937 Thanks @​aidenybai! - Disable no-chain-state-updates for React 18 and newer projects.

  • #​1354 0f11de1 Thanks @​aidenybai! - Recognize bounded render-derived equivalents in exhaustive-deps dependency lists.

  • #​1306 1b86dae Thanks @​aidenybai! - Fix prefer-module-scope-static-value false positives for per-render arrays and objects mutated through nested members.

  • #​1324 1a30f2c Thanks @​aidenybai! - Improve dangerous HTML sink precision for KaTeX output and unsafe fallbacks.

  • #​1347 9e55e1f Thanks @​aidenybai! - Avoid effect-needs-cleanup false positives for callback refs that release listeners from the previous node before replacing their ownership.

  • #​1352 c41f271 Thanks @​aidenybai! - Recognize stable values initialized once through ref.current ??= in exhaustive-deps.

  • #​1375 7e6cdf9 Thanks @​aidenybai! - Recognize transparent TypeScript wrappers on React and HTTP client call receivers.

  • #​1291 544356c Thanks @​aidenybai! - Fix prefer-use-effect-event false positives when a helper also executes synchronously.

  • #​1346 cc96f47 Thanks @​aidenybai! - Avoid effect-needs-cleanup false positives when locally observed resources are retained and exhaustively disconnected through the same collection.

  • #​1304 5f3ba37 Thanks @​aidenybai! - Avoid accessibility diagnostics for provenance-proven local unit-test fixtures and module mocks while preserving product and component-under-test findings.

  • #​1342 cf9acf2 Thanks @​aidenybai! - Avoid no-pass-data-to-parent false positives when destructured media-query hook state is forwarded to a parent after an external subscription update.

  • #​1293 f94d7b1 Thanks @​aidenybai! - Fix no-chain-state-updates false positives from stable useCallback dependencies whose bodies only write state.

  • #​1340 c245b9d Thanks @​aidenybai! - Avoid no-flush-sync false positives when an adjacent imperative DOM selection or focus handoff requires the React commit to finish synchronously.

  • [#​1272](https://redirect.gi

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • 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 enabled auto-merge (squash) July 20, 2026 16:47
@netlify

netlify Bot commented Jul 20, 2026

Copy link
Copy Markdown

Deploy Preview for ucmacm ready!

Name Link
🔨 Latest commit 63f39af
🔍 Latest deploy log https://app.netlify.com/projects/ucmacm/deploys/6a5e5108a3aeda00081e279e
😎 Deploy Preview https://deploy-preview-815--ucmacm.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 82
Accessibility: 97
Best Practices: 92
SEO: 83
PWA: 80
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@sonarqubecloud

Copy link
Copy Markdown

@No767
No767 disabled auto-merge July 20, 2026 16:48
@No767
No767 merged commit bf3be35 into react-rewrite Jul 20, 2026
10 of 11 checks passed
@No767
No767 deleted the renovate/npm-dependencies branch July 20, 2026 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant