Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 6, 2025

This PR contains the following updates:

Update Change
lockFileMaintenance All locks refreshed

🔧 This Pull Request updates lock files to use the latest dependency versions.


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

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

@renovate renovate bot added the bot:renovate This is from bot 'renovate' label Oct 6, 2025
@changeset-bot
Copy link

changeset-bot bot commented Oct 6, 2025

⚠️ No Changeset found

Latest commit: 653651e

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

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Oct 6, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@relativeci
Copy link

relativeci bot commented Oct 6, 2025

React Example

#6342 Bundle Size — 236.33KiB (0%).

653651e(current) vs 40c3a1a main#6331(baseline)

Bundle metrics  no changes
                 Current
#6342
     Baseline
#6331
No change  Initial JS 0B 0B
No change  Initial CSS 0B 0B
No change  Cache Invalidation 0% 0%
No change  Chunks 0 0
No change  Assets 4 4
No change  Modules 162 162
No change  Duplicate Modules 65 65
No change  Duplicate Code 46.71% 46.71%
No change  Packages 2 2
No change  Duplicate Packages 0 0
Bundle size by type  no changes
                 Current
#6342
     Baseline
#6331
No change  IMG 145.76KiB 145.76KiB
No change  Other 90.57KiB 90.57KiB

Bundle analysis reportBranch renovate/lock-file-maintenanceProject dashboard


Generated by RelativeCIDocumentationReport issue

@relativeci
Copy link

relativeci bot commented Oct 6, 2025

Web Explorer

#6502 Bundle Size — 377.67KiB (0%).

653651e(current) vs 40c3a1a main#6491(baseline)

Bundle metrics  Change 1 change
                 Current
#6502
     Baseline
#6491
No change  Initial JS 146.31KiB 146.31KiB
No change  Initial CSS 32.38KiB 32.38KiB
Change  Cache Invalidation 0% 7.35%
No change  Chunks 8 8
No change  Assets 8 8
Change  Modules 230(+0.44%) 229
No change  Duplicate Modules 16 16
No change  Duplicate Code 2.95% 2.95%
No change  Packages 4 4
No change  Duplicate Packages 0 0
Bundle size by type  no changes
                 Current
#6502
     Baseline
#6491
No change  JS 243.35KiB 243.35KiB
No change  Other 101.94KiB 101.94KiB
No change  CSS 32.38KiB 32.38KiB

Bundle analysis reportBranch renovate/lock-file-maintenanceProject dashboard


Generated by RelativeCIDocumentationReport issue

@codspeed-hq
Copy link

codspeed-hq bot commented Oct 6, 2025

CodSpeed Performance Report

Merging #1873 will not alter performance

Comparing renovate/lock-file-maintenance (653651e) with main (40c3a1a)

Summary

✅ 63 untouched
⏩ 3 skipped1

Footnotes

  1. 3 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

@renovate renovate bot force-pushed the renovate/lock-file-maintenance branch from aaf4174 to 3c1483e Compare October 6, 2025 10:57
@codecov
Copy link

codecov bot commented Oct 6, 2025

❌ 3 Tests Failed:

Tests completed Failed Passed Skipped
3525 3 3522 387
View the top 3 failed test(s) by shortest run time
swc_plugin_snapshot::tests::should_extract_css_id
Stack Traces | 0.205s run time
thread 'tests::should_extract_css_id' panicked at .../home/runner/.cargo.../registry/src/index.crates.io-1949cf8c6b5b557f/testing-18.0.0/src/output.rs:186:13:
assertion failed: `(left == right)`: Actual:
import * as ReactLynx from "@lynx-js/react";
const __snapshot_da39a_test_1 = ReactLynx.createSnapshot("__snapshot_da39a_test_1", function() {
    const pageId = ReactLynx.__pageId;
    const el = __CreateView(pageId);
    __SetInlineStyles(el, "background-color: red;");
    return [
        el
    ];
}, null, null, 100, globDynamicComponentEntry, null);
/**
 * @jsxCSSId 100
 */ <__snapshot_da39a_test_1/>;
const __snapshot_da39a_test_2 = ReactLynx.createSnapshot("__snapshot_da39a_test_2", function() {
    const pageId = ReactLynx.__pageId;
    const el = __CreateView(pageId);
    return [
        el
    ];
}, [
    function(ctx) {
        if (ctx.__elements) {
            __SetInlineStyles(ctx.__elements[0], ctx.__values[0]);
        }
    }
], null, 100, globDynamicComponentEntry, null);
<__snapshot_da39a_test_2 values={[
    `background-color: red; width: ${w};`
]}/>;
const __snapshot_da39a_test_3 = ReactLynx.createSnapshot("__snapshot_da39a_test_3", function() {
    const pageId = ReactLynx.__pageId;
    const el = __CreateView(pageId);
    return [
        el
    ];
}, [
    function(ctx) {
        if (ctx.__elements) {
            __SetInlineStyles(ctx.__elements[0], ctx.__values[0]);
        }
    }
], null, 100, globDynamicComponentEntry, null);
<__snapshot_da39a_test_3 values={[
    {
        backgroundColor: "red",
        width: w,
        height: "100rpx"
    }
]}/>;
const __snapshot_da39a_test_4 = ReactLynx.createSnapshot("__snapshot_da39a_test_4", function() {
    const pageId = ReactLynx.__pageId;
    const el = __CreateView(pageId);
    return [
        el
    ];
}, [
    function(ctx) {
        if (ctx.__elements) {
            __SetInlineStyles(ctx.__elements[0], ctx.__values[0]);
        }
    }
], null, 100, globDynamicComponentEntry, null);
<__snapshot_da39a_test_4 values={[
    {
        backgroundColor: "red",
        ...style
    }
]}/>;


Diff < left / right > :
</**
< * @jsxCSSId 100
< */ import * as ReactLynx from "@lynx-js/react";
>import * as ReactLynx from "@lynx-js/react";
 const __snapshot_da39a_test_1 = ReactLynx.createSnapshot("__snapshot_da39a_test_1", function() {
     const pageId = ReactLynx.__pageId;
     const el = __CreateView(pageId);
     __SetInlineStyles(el, "background-color: red;");
     return [
         el
     ];
 }, null, null, 100, globDynamicComponentEntry, null);
<<__snapshot_da39a_test_1/>;
>/**
> * @jsxCSSId 100
> */ <__snapshot_da39a_test_1/>;
 const __snapshot_da39a_test_2 = ReactLynx.createSnapshot("__snapshot_da39a_test_2", function() {
     const pageId = ReactLynx.__pageId;
     const el = __CreateView(pageId);
     return [
         el
     ];
 }, [
     function(ctx) {
         if (ctx.__elements) {
             __SetInlineStyles(ctx.__elements[0], ctx.__values[0]);
         }
     }
 ], null, 100, globDynamicComponentEntry, null);
 <__snapshot_da39a_test_2 values={[
     `background-color: red; width: ${w};`
 ]}/>;
 const __snapshot_da39a_test_3 = ReactLynx.createSnapshot("__snapshot_da39a_test_3", function() {
     const pageId = ReactLynx.__pageId;
     const el = __CreateView(pageId);
     return [
         el
     ];
 }, [
     function(ctx) {
         if (ctx.__elements) {
             __SetInlineStyles(ctx.__elements[0], ctx.__values[0]);
         }
     }
 ], null, 100, globDynamicComponentEntry, null);
 <__snapshot_da39a_test_3 values={[
     {
         backgroundColor: "red",
         width: w,
         height: "100rpx"
     }
 ]}/>;
 const __snapshot_da39a_test_4 = ReactLynx.createSnapshot("__snapshot_da39a_test_4", function() {
     const pageId = ReactLynx.__pageId;
     const el = __CreateView(pageId);
     return [
         el
     ];
 }, [
     function(ctx) {
         if (ctx.__elements) {
             __SetInlineStyles(ctx.__elements[0], ctx.__values[0]);
         }
     }
 ], null, 100, globDynamicComponentEntry, null);
 <__snapshot_da39a_test_4 values={[
     {
         backgroundColor: "red",
         ...style
     }
 ]}/>;
 


note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
react.spec.ts::reactlynx3 tests › apis › api-globalThis
Stack Traces | 7.46s run time
react.spec.ts:1801:5 api-globalThis
react.spec.ts::reactlynx3 tests › apis › api-set-release-bts
Stack Traces | 10.4s run time
react.spec.ts:1345:5 api-set-release-bts
react.spec.ts::reactlynx3 tests › basic › basic-setsate-with-cb
Stack Traces | 11s run time
react.spec.ts:167:5 basic-setsate-with-cb
react.spec.ts::reactlynx3 tests › apis › api-global-disallowed-vars
Stack Traces | 12.1s run time
react.spec.ts:1782:5 api-global-disallowed-vars
react.spec.ts::reactlynx3 tests › elements › x-viewpager-ng › basic-element-x-viewpager-ng-bindchange
Stack Traces | 12.4s run time
react.spec.ts:2789:7 basic-element-x-viewpager-ng-bindchange
react.spec.ts::reactlynx3 tests › basic › basic-mts-bindtouchstart
Stack Traces | 14.8s run time
react.spec.ts:377:5 basic-mts-bindtouchstart
react.spec.ts::reactlynx3 tests › basic › basic-reload-page-only-one
Stack Traces | 15.2s run time
react.spec.ts:93:5 basic-reload-page-only-one

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

@renovate renovate bot force-pushed the renovate/lock-file-maintenance branch 2 times, most recently from 1cf6db8 to 5e58f05 Compare October 15, 2025 04:03
@renovate renovate bot force-pushed the renovate/lock-file-maintenance branch from 5e58f05 to cfa4289 Compare October 21, 2025 10:03
@renovate renovate bot force-pushed the renovate/lock-file-maintenance branch 5 times, most recently from 3e61751 to efe5b2e Compare November 8, 2025 03:56
@renovate renovate bot force-pushed the renovate/lock-file-maintenance branch from efe5b2e to 4e2d385 Compare November 10, 2025 20:55
@renovate renovate bot force-pushed the renovate/lock-file-maintenance branch 3 times, most recently from c221500 to deeb65a Compare November 21, 2025 03:45
@renovate renovate bot force-pushed the renovate/lock-file-maintenance branch from deeb65a to 9be16ee Compare December 1, 2025 03:25
@renovate renovate bot force-pushed the renovate/lock-file-maintenance branch from 9be16ee to 653651e Compare December 3, 2025 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bot:renovate This is from bot 'renovate'

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant