Skip to content

chore(deps): Update Node.js to v20.19.2 #58

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 13, 2025

This PR contains the following updates:

Package Update Change
node (source) minor 20 -> 20.19.2

Release Notes

nodejs/node (node)

v20.19.2

Compare Source

v20.19.1

Compare Source

v20.19.0: 2025-03-13, Version 20.19.0 'Iron' (LTS), @​marco-ippolito

Compare Source

Notable Changes
require(esm) is now enabled by default

Support for loading native ES modules using require() had been available on v20.x under the command line flag --experimental-require-module, and available by default on v22.x and v23.x. In this release, it is now no longer behind a flag on v20.x.

This feature has been tested on v23.x and v22.x, and we are looking for user feedback from v20.x to make more final tweaks before fully stabilizing it. When the Node.js instance encounters a native ES module in require() somewhere outside node_modules for the first time, it will emit an experimental warning unless require() comes from a path that contains node_modules. If there happens to be any regressions caused by this feature, users can report it to the Node.js issue tracker. Meanwhile this feature can also be disabled using --no-experimental-require-module as a workaround.

With this feature enabled, Node.js will no longer throw ERR_REQUIRE_ESM if require() is used to load a ES module. It can, however, throw ERR_REQUIRE_ASYNC_MODULE if the ES module being loaded or its dependencies contain top-level await. When the ES module is loaded successfully by require(), the returned object will either be a ES module namespace object similar to what's returned by import(), or what gets exported as "module.exports" in the ES module.

Users can check process.features.require_module to see whether require(esm) is enabled in the current Node.js instance. For packages, the "module-sync" exports condition can be used as a way to detect require(esm) support in the current Node.js instance and allow both require() and import to load the same native ES module. See the documentation for more details about this feature.

Contributed by Joyee Cheung in #​55085

Module syntax detection is now enabled by default

Module syntax detection (the --experimental-detect-module flag) is now
enabled by default. Use --no-experimental-detect-module to disable it if
needed.

Syntax detection attempts to run ambiguous files as CommonJS, and if the module
fails to parse as CommonJS due to ES module syntax, Node.js tries again and runs
the file as an ES module.
Ambiguous files are those with a .js or no extension, where the nearest parent
package.json has no "type" field (either "type": "module" or
"type": "commonjs").
Syntax detection should have no performance impact on CommonJS modules, but it
incurs a slight performance penalty for ES modules; add "type": "module" to
the nearest parent package.json file to eliminate the performance cost.
A use case unlocked by this feature is the ability to use ES module syntax in
extensionless scripts with no nearby package.json.

Thanks to Geoffrey Booth for making this work on #​53619.

Other Notable Changes
  • [285bb4ee14] - crypto: update root certificates to NSS 3.107 (Node.js GitHub Bot) #​56566
  • [73b5c16684] - (SEMVER-MINOR) worker: add postMessageToThread (Paolo Insogna) #​53682
  • [de313b2336] - (SEMVER-MINOR) module: only emit require(esm) warning under --trace-require-module (Joyee Cheung) #​56194
  • [4fba01911d] - (SEMVER-MINOR) process: add process.features.require_module (Joyee Cheung) #​55241
  • [df8a045afe] - (SEMVER-MINOR) module: implement the "module-sync" exports condition (Joyee Cheung) #​54648
  • [f9dc1eaef5] - (SEMVER-MINOR) module: add __esModule to require()'d ESM (Joyee Cheung) #​52166
Commits

v20.18.3: 2025-02-10, Version 20.18.3 'Iron' (LTS), @​marco-ippolito

Compare Source

Notable Changes
Commits

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

github-actions bot commented Mar 13, 2025

@github-actions github-actions bot temporarily deployed to pull request March 13, 2025 11:34 Inactive
Copy link

github-actions bot commented Mar 13, 2025

📐🤏 Size check result (d1b4e71...0116445):

See full diff

Load all bricks together

Name Prev Now Diff
All bricks 4,779.76 KB 4,727.21 KB 🟢 -52.55 KB

Critical changes:

Name Prev Now Diff
<react> 110.11 KB 55.06 KB 🟢 -55.05 KB
advanced 529.2 KB 531.66 KB 🔺 +2.46 KB
See full changes
Name Prev Now Diff
<core> 318.28 KB 318.28 KB 🟰
<react> 110.11 KB 55.06 KB 🟢 -55.05 KB
advanced 529.2 KB 531.66 KB 🔺 +2.46 KB
ai 288.72 KB 288.74 KB
ai-portal 165.94 KB 165.91 KB
api-market 10.6 KB 10.6 KB 🟰
basic 102.67 KB 102.67 KB 🟰
containers 95.6 KB 95.6 KB 🟰
data-view 642.95 KB 642.91 KB
diagram 180.23 KB 180.23 KB 🟰
form 325.61 KB 325.65 KB
form-platform 12.7 KB 12.7 KB 🟰
icons 66.25 KB 66.25 KB 🟰
illustrations 17.44 KB 17.44 KB 🟰
inject 56.26 KB 56.26 KB 🟰
markdown 261.81 KB 261.86 KB
mini-chart 16.05 KB 16.05 KB 🟰
nav 222.02 KB 222.04 KB
presentational 135.71 KB 135.71 KB 🟰
recent-history 33.18 KB 33.18 KB 🟰
shoelace 196.11 KB 196.11 KB 🟰
visual-builder 461.73 KB 461.7 KB
vs 848.86 KB 848.9 KB

Load bricks by each package

Critical changes:

Name Prev Now Diff
advanced 853.11 KB 906.65 KB 🔺 +53.54 KB
api-market 333.45 KB 386.01 KB 🔺 +52.56 KB
See full changes
Name Prev Now Diff
advanced 853.11 KB 906.65 KB 🔺 +53.54 KB
ai 598.78 KB 598.74 KB
ai-portal 453.5 KB 453.54 KB
api-market 333.45 KB 386.01 KB 🔺 +52.56 KB
basic 424.61 KB 424.65 KB
containers 252.65 KB 252.65 KB 🟰
data-view 800.31 KB 800.33 KB
diagram 263.69 KB 263.65 KB
form 679.14 KB 679.16 KB
form-platform 368.11 KB 368.11 KB 🟰
icons 123.85 KB 123.85 KB 🟰
illustrations 143.81 KB 143.81 KB 🟰
inject 56.26 KB 56.26 KB 🟰
markdown 458.64 KB 458.67 KB
mini-chart 81.65 KB 81.65 KB 🟰
nav 577.99 KB 578.02 KB
presentational 445.5 KB 445.53 KB
recent-history 312.42 KB 312.44 KB
shoelace 196.11 KB 196.11 KB 🟰
visual-builder 1,658.12 KB 1,658.07 KB
vs 1,146.08 KB 1,145.91 KB ↓ -0.17 KB
widget-editors 0 KB 0 KB 🟰
Critical details for package advanced
Name Prev Now Diff
<react> 55.06 KB 110.11 KB 🔺 +55.05 KB
<self> 532.19 KB 529.11 KB 🟢 -3.08 KB
basic 49.05 KB 42.53 KB 🟢 -6.52 KB
form 33.55 KB 41.6 KB 🔺 +8.05 KB
shoelace 117.01 KB 117.05 KB
Critical details for package api-market
Name Prev Now Diff
<react> 55.06 KB 110.11 KB 🔺 +55.05 KB
nav 17.79 KB 15.29 KB 🟢 -2.5 KB

Load by each brick

Critical changes:

Name Prev Now Diff
eo-auto-complete 148.73 KB 202.98 KB 🔺 +54.25 KB
eo-cascader 269.79 KB 322.35 KB 🔺 +52.56 KB
eo-checkbox 158.21 KB 212.46 KB 🔺 +54.25 KB
eo-directory-tree 169.28 KB 167.6 KB 🟢 -1.68 KB
eo-input 142.57 KB 196.81 KB 🔺 +54.24 KB
eo-radio 205.36 KB 151.11 KB 🟢 -54.25 KB
eo-time-range-picker 338.07 KB 283.82 KB 🟢 -54.25 KB
form.general-input 196.81 KB 142.57 KB 🟢 -54.24 KB
form.general-radio 151.11 KB 205.36 KB 🔺 +54.25 KB
nav.query-search 399.27 KB 451.81 KB 🔺 +52.54 KB
visual-builder.contract-select 223.54 KB 170.99 KB 🟢 -52.55 KB
See full changes
Name Prev Now Diff
advanced.capture-snapshot 52.38 KB 52.38 KB 🟰
advanced.general-cascader 269.79 KB 269.79 KB 🟰
advanced.general-table 381.27 KB 381.36 KB
advanced.pdf-viewer 201.02 KB 201.04 KB
ai-portal.chat-box 138.86 KB 138.86 KB 🟰
ai-portal.chat-history 290.32 KB 290.32 KB 🟰
ai-portal.cruise-canvas 429.33 KB 429.3 KB
ai-portal.home-container 66.24 KB 66.24 KB 🟰
ai.chat-agent 67.7 KB 67.7 KB 🟰
ai.chat-view 593.95 KB 593.98 KB
api-market.apis-directory-tree 333.45 KB 333.45 KB 🟰
basic.active-element-blur 8.61 KB 8.61 KB 🟰
basic.change-language 8.6 KB 8.6 KB 🟰
basic.copy-to-clipboard 8.76 KB 8.76 KB 🟰
basic.dropdown-button 280.85 KB 280.88 KB
basic.general-button 152.98 KB 152.98 KB 🟰
basic.general-image 148.53 KB 148.53 KB 🟰
basic.general-link 268.02 KB 268.02 KB 🟰
basic.general-menu 78.38 KB 78.38 KB 🟰
basic.general-menu-item 144.9 KB 144.9 KB 🟰
basic.general-popover 195.25 KB 195.29 KB
basic.general-tag 146.84 KB 146.84 KB 🟰
basic.general-tag-list 148.93 KB 148.93 KB 🟰
basic.general-text 352.92 KB 352.92 KB 🟰
basic.get-language 8.59 KB 8.59 KB 🟰
basic.home-redirect 23.63 KB 23.63 KB 🟰
basic.http-proxy-request 8.67 KB 8.67 KB 🟰
basic.http-request 8.59 KB 8.59 KB 🟰
basic.lock-body-scroll 23.31 KB 23.31 KB 🟰
basic.set-theme-by-apps 8.6 KB 8.6 KB 🟰
basic.set-timeout 8.6 KB 8.6 KB 🟰
basic.show-dialog 340.99 KB 340.99 KB 🟰
basic.show-notification 268.02 KB 268.02 KB 🟰
basic.show-watermark 10.34 KB 10.34 KB 🟰
basic.v3-widget-mate 8.58 KB 8.58 KB 🟰
containers.easy-view 67.04 KB 67.04 KB 🟰
containers.flex-layout 66.78 KB 66.78 KB 🟰
containers.general-card 164.66 KB 164.66 KB 🟰
containers.general-category 67.4 KB 67.4 KB 🟰
containers.general-drawer 158.49 KB 158.47 KB
containers.general-modal 165.31 KB 165.31 KB 🟰
containers.grid-layout 67.88 KB 67.88 KB 🟰
containers.micro-view 87.98 KB 87.98 KB 🟰
containers.search-bar 66.9 KB 66.9 KB 🟰
containers.tab-group 72.1 KB 72.1 KB 🟰
containers.tab-item 160.06 KB 160.06 KB 🟰
containers.tab-list 160.06 KB 160.06 KB 🟰
data-view.app-wall-card-item 70.05 KB 70.05 KB 🟰
data-view.app-wall-relation-line 69.72 KB 69.72 KB 🟰
data-view.app-wall-system-card 136.32 KB 136.41 KB
data-view.basic-index-group 69.33 KB 69.33 KB 🟰
data-view.battery-chart 70.05 KB 70.05 KB 🟰
data-view.brick-notification 135.52 KB 135.52 KB 🟰
data-view.bubbles-indicator 169.34 KB 169.34 KB 🟰
data-view.cabinet-app-layer 69.72 KB 69.72 KB 🟰
data-view.cabinet-button 69.31 KB 69.31 KB 🟰
data-view.cabinet-container 79.56 KB 79.56 KB 🟰
data-view.cabinet-graph 93.69 KB 93.69 KB 🟰
data-view.cabinet-node 70.13 KB 70.13 KB 🟰
data-view.cabinet-thumbnail 83.4 KB 83.4 KB 🟰
data-view.china-map 147.84 KB 147.75 KB
data-view.china-map-chart 379.04 KB 379.04 KB 🟰
data-view.complex-search 148.01 KB 148.01 KB 🟰
data-view.crystal-ball-indicator 163.74 KB 163.74 KB 🟰
data-view.data-display-flipper 69.24 KB 69.24 KB 🟰
data-view.data-display-flipper-fifth 69.13 KB 69.13 KB 🟰
data-view.data-display-flipper-sixth 68.98 KB 68.98 KB 🟰
data-view.dropdown-menu 137.7 KB 137.61 KB
data-view.gauge-chart 70.17 KB 70.17 KB 🟰
data-view.gear-background 115.42 KB 115.42 KB 🟰
data-view.globe-with-gear-indicator 214.75 KB 214.75 KB 🟰
data-view.globe-with-halo-indicator 164.75 KB 164.75 KB 🟰
data-view.globe-with-orbit-indicator 164.6 KB 164.6 KB 🟰
data-view.graph-layout-grid 86.5 KB 86.5 KB 🟰
data-view.graph-node 69.16 KB 69.16 KB 🟰
data-view.graph-text 77.66 KB 77.66 KB 🟰
data-view.grid-background 104.5 KB 104.5 KB 🟰
data-view.hi-tech-button 69.96 KB 69.96 KB 🟰
data-view.indicator-card 69.43 KB 69.43 KB 🟰
data-view.lights-component-title 68.85 KB 68.85 KB 🟰
data-view.loading-panel 73.21 KB 73.21 KB 🟰
data-view.modern-style-component-title 69.94 KB 69.94 KB 🟰
data-view.modern-style-page-title 70 KB 70 KB 🟰
data-view.modern-style-treemap 80.46 KB 80.46 KB 🟰
data-view.particle-animation 69.85 KB 69.85 KB 🟰
data-view.progress-bar-list 71.99 KB 71.99 KB 🟰
data-view.radar-chart 70.9 KB 70.9 KB 🟰
data-view.simple-card-item 69.54 KB 69.54 KB 🟰
data-view.tabs-drawer 137.46 KB 137.55 KB
data-view.tabs-page-title 72.07 KB 72.07 KB 🟰
data-view.tech-mesh-base-view 68.41 KB 68.41 KB 🟰
data-view.title-text 69.62 KB 69.62 KB 🟰
data-view.top-title-bar 80.77 KB 80.77 KB 🟰
diagram.editable-label 67.65 KB 67.65 KB 🟰
diagram.experimental-node 67.11 KB 67.11 KB 🟰
eo-actions 277.75 KB 277.75 KB 🟰
eo-alert 139.77 KB 139.77 KB 🟰
eo-antd-icon 123.85 KB 123.85 KB 🟰
eo-app-bar-wrapper 68.05 KB 68.05 KB 🟰
eo-auto-complete 148.73 KB 202.98 KB 🔺 +54.25 KB
eo-avatar 260 KB 259.96 KB
eo-avatar-group 258.92 KB 258.92 KB 🟰
eo-banner 96 KB 96 KB 🟰
eo-breadcrumb 270.13 KB 270.13 KB 🟰
eo-breadcrumb-item 269.69 KB 269.69 KB 🟰
eo-broadcast-channel 78.76 KB 78.76 KB 🟰
eo-button 152.98 KB 152.98 KB 🟰
eo-card 164.66 KB 164.66 KB 🟰
eo-card-item 300.69 KB 300.65 KB
eo-carousel-text 75.32 KB 75.32 KB 🟰
eo-cascader 269.79 KB 322.35 KB 🔺 +52.56 KB
eo-category 67.4 KB 67.4 KB 🟰
eo-checkbox 158.21 KB 212.46 KB 🔺 +54.25 KB
eo-code-display 352.79 KB 352.79 KB 🟰
eo-color-picker 240.34 KB 240.31 KB
eo-content-layout 66.34 KB 66.34 KB 🟰
eo-context-menu 280.78 KB 280.78 KB 🟰
eo-counter-badge 145.58 KB 145.58 KB 🟰
eo-current-time 138.44 KB 138.44 KB 🟰
eo-date-picker 338.87 KB 338.87 KB 🟰
eo-descriptions 188.36 KB 188.36 KB 🟰
eo-diagram 122.45 KB 122.45 KB 🟰
eo-directory 281.86 KB 281.86 KB 🟰
eo-directory-tree 169.28 KB 167.6 KB 🟢 -1.68 KB
eo-directory-tree-internal-node 135.07 KB 135.07 KB 🟰
eo-directory-tree-leaf 134.37 KB 134.37 KB 🟰
eo-display-canvas 219.05 KB 219.05 KB 🟰
eo-divider 73.13 KB 73.13 KB 🟰
eo-draw-canvas 239.2 KB 239.2 KB 🟰
eo-drawer 158.47 KB 158.49 KB
eo-dropdown-actions 279.32 KB 279.35 KB
eo-dropdown-button 280.88 KB 280.88 KB 🟰
eo-dropdown-select 274.82 KB 274.82 KB 🟰
eo-dynamic-form-item 246.02 KB 246.02 KB 🟰
eo-easy-view 67.04 KB 67.04 KB 🟰
eo-easyops-avatar 261.89 KB 261.89 KB 🟰
eo-easyops-icon 123.85 KB 123.85 KB 🟰
eo-event-agent 23.22 KB 23.22 KB 🟰
eo-fa-icon 123.85 KB 123.85 KB 🟰
eo-flex-layout 66.78 KB 66.78 KB 🟰
eo-form 69.85 KB 69.85 KB 🟰
eo-form-item 76.32 KB 76.32 KB 🟰
eo-formatter-number 78.84 KB 78.84 KB 🟰
eo-frame-breadcrumb 284.52 KB 284.52 KB 🟰
eo-grid-layout 67.88 KB 67.88 KB 🟰
eo-humanize-time 284.31 KB 284.31 KB 🟰
eo-icon 123.85 KB 123.85 KB 🟰
eo-icon-select 266.03 KB 266.03 KB 🟰
eo-iframe 78.82 KB 78.82 KB 🟰
eo-illustration-message 139.61 KB 139.6 KB
eo-image 148.53 KB 148.53 KB 🟰
eo-img-icon 123.85 KB 123.85 KB 🟰
eo-info-card-item 286.98 KB 287.01 KB
eo-input 142.57 KB 196.81 KB 🔺 +54.24 KB
eo-launchpad-button 306.23 KB 306.27 KB
eo-launchpad-button-v2 316.14 KB 316.11 KB
eo-launchpad-quick-access 304.07 KB 304.07 KB 🟰
eo-launchpad-recent-visits 302.84 KB 302.84 KB 🟰
eo-link 268.02 KB 268.06 KB
eo-loading-container 145.07 KB 145.07 KB 🟰
eo-loading-step 165.72 KB 165.72 KB 🟰
eo-main-view 96 KB 96 KB 🟰
eo-markdown-display 153.41 KB 153.41 KB 🟰
eo-markdown-editor 408.52 KB 408.51 KB
eo-menu 78.38 KB 78.38 KB 🟰
eo-menu-group 78.31 KB 78.31 KB 🟰
eo-menu-item 144.9 KB 144.9 KB 🟰
eo-menu-item-sub-menu 145.35 KB 145.35 KB 🟰
eo-message-listener 78.54 KB 78.54 KB 🟰
eo-micro-view 87.98 KB 87.98 KB 🟰
eo-mini-actions 279.89 KB 279.93 KB
eo-mini-line-chart 81.65 KB 81.65 KB 🟰
eo-modal 165.31 KB 165.31 KB 🟰
eo-narrow-view 75.11 KB 75.11 KB 🟰
eo-nav-menu 328.75 KB 328.76 KB
eo-next-table 523.86 KB 523.81 KB
eo-page-title 78.52 KB 78.52 KB 🟰
eo-page-view 75.11 KB 75.11 KB 🟰
eo-pagination 305.87 KB 305.87 KB 🟰
eo-popover 195.25 KB 195.25 KB 🟰
eo-popup 148.14 KB 148.14 KB 🟰
eo-radio 205.36 KB 151.11 KB 🟢 -54.25 KB
eo-resizable-box 68.75 KB 68.75 KB 🟰
eo-search 200.86 KB 200.86 KB 🟰
eo-search-bar 66.9 KB 66.9 KB 🟰
eo-search-launchpad 306.74 KB 306.74 KB 🟰
eo-select 346.06 KB 346.1 KB
eo-sidebar 312.84 KB 312.84 KB 🟰
eo-sidebar-menu 293.8 KB 293.76 KB
eo-sidebar-menu-group 293.76 KB 293.8 KB
eo-sidebar-menu-item 278.62 KB 278.62 KB 🟰
eo-sidebar-menu-submenu 293.76 KB 293.76 KB 🟰
eo-sidebar-sub-menu 284.63 KB 284.63 KB 🟰
eo-spin 67.22 KB 67.22 KB 🟰
eo-statistics-card 139.63 KB 139.63 KB 🟰
eo-submit-buttons 230.5 KB 230.5 KB 🟰
eo-svg-icon 123.85 KB 123.85 KB 🟰
eo-switch 202.32 KB 202.32 KB 🟰
eo-tab-group 72.1 KB 72.1 KB 🟰
eo-tab-item 160.06 KB 160.06 KB 🟰
eo-tab-list 160.06 KB 160.06 KB 🟰
eo-table 381.27 KB 381.36 KB
eo-tag 146.84 KB 146.84 KB 🟰
eo-tag-list 148.93 KB 148.93 KB 🟰
eo-text 352.92 KB 352.96 KB
eo-text-tooltip 139.32 KB 139.32 KB 🟰
eo-textarea 85.99 KB 85.99 KB 🟰
eo-time-picker 214.49 KB 214.49 KB 🟰
eo-time-range-picker 338.07 KB 283.82 KB 🟢 -54.25 KB
eo-tooltip 268.04 KB 268.02 KB
eo-tree 138.43 KB 138.43 KB 🟰
eo-tree-select 282.58 KB 282.58 KB 🟰
eo-upload-file 357.56 KB 357.56 KB 🟰
eo-upload-image 247.19 KB 247.19 KB 🟰
eo-user-or-user-group-select 368.11 KB 368.11 KB 🟰
eo-viewport 78.7 KB 78.7 KB 🟰
eo-workbench-layout 352.63 KB 352.67 KB
eo-workbench-layout-v2 349.45 KB 349.45 KB 🟰
form.dynamic-form-item 246.02 KB 246.02 KB 🟰
form.general-checkbox 158.21 KB 158.21 KB 🟰
form.general-form 69.85 KB 69.85 KB 🟰
form.general-form-item 76.32 KB 76.32 KB 🟰
form.general-input 196.81 KB 142.57 KB 🟢 -54.24 KB
form.general-radio 151.11 KB 205.36 KB 🔺 +54.25 KB
form.general-search 146.61 KB 146.61 KB 🟰
form.general-select 346.06 KB 346.08 KB
form.general-switch 148.07 KB 148.07 KB 🟰
form.general-textarea 85.99 KB 85.99 KB 🟰
form.icon-select 266.03 KB 266.03 KB 🟰
form.submit-buttons 230.5 KB 230.5 KB 🟰
form.upload-image 247.19 KB 247.19 KB 🟰
icons.antd-icon 123.85 KB 123.85 KB 🟰
icons.easyops-icon 123.85 KB 123.85 KB 🟰
icons.fa-icon 123.85 KB 123.85 KB 🟰
icons.general-icon 123.85 KB 123.85 KB 🟰
icons.get-antd-icons 123.85 KB 123.85 KB 🟰
icons.get-easyops-icons 123.85 KB 123.85 KB 🟰
icons.get-fa-icons 123.85 KB 123.85 KB 🟰
icons.get-libs 123.85 KB 123.85 KB 🟰
icons.search-icons 123.85 KB 123.85 KB 🟰
illustrations.error-message 139.61 KB 139.61 KB 🟰
illustrations.get-illustration 9.24 KB 9.24 KB 🟰
illustrations.get-illustrations-by-category 6.03 KB 6.03 KB 🟰
illustrations.loading-transition 66.55 KB 66.55 KB 🟰
illustrations.translate-illustration-config 9.24 KB 9.24 KB 🟰
inject.visual-builder-preview-agent 56.26 KB 56.26 KB 🟰
markdown.markdown-editor 408.51 KB 408.55 KB
nav.app-bar-wrapper 68.05 KB 68.05 KB 🟰
nav.easyops-navbar-alerts 281.07 KB 281.07 KB 🟰
nav.get-menu-config-options 7.9 KB 7.9 KB 🟰
nav.get-menu-config-tree 8.4 KB 8.4 KB 🟰
nav.launchpad-config 312.77 KB 312.8 KB
nav.nav-logo 277.64 KB 277.64 KB 🟰
nav.poll-announce 288.25 KB 288.25 KB 🟰
nav.query-search 399.27 KB 451.81 KB 🔺 +52.54 KB
presentational.code-display 352.79 KB 352.79 KB 🟰
presentational.general-alert 139.77 KB 139.77 KB 🟰
presentational.general-descriptions 188.36 KB 188.36 KB 🟰
presentational.humanize-time 284.31 KB 284.31 KB 🟰
recent-history.clear-history 28.99 KB 28.99 KB 🟰
recent-history.get-all-history 28.99 KB 28.99 KB 🟰
recent-history.push-history 28.99 KB 28.99 KB 🟰
recent-history.recent-visit 311.36 KB 311.32 KB
sl-alert 115.04 KB 115.04 KB 🟰
sl-animated-image 114.05 KB 114.05 KB 🟰
sl-animation 117.4 KB 117.4 KB 🟰
sl-avatar 114.04 KB 114.04 KB 🟰
sl-badge 114.05 KB 114.05 KB 🟰
sl-breadcrumb 114.84 KB 114.84 KB 🟰
sl-breadcrumb-item 114.84 KB 114.84 KB 🟰
sl-button 114.83 KB 114.83 KB 🟰
sl-button-group 114.05 KB 114.05 KB 🟰
sl-card 114.04 KB 114.04 KB 🟰
sl-carousel 114.83 KB 114.83 KB 🟰
sl-carousel-item 114.83 KB 114.83 KB 🟰
sl-checkbox 114.04 KB 114.04 KB 🟰
sl-color-picker 120.09 KB 120.09 KB 🟰
sl-details 114.83 KB 114.83 KB 🟰
sl-dialog 115.04 KB 115.04 KB 🟰
sl-divider 114.05 KB 114.05 KB 🟰
sl-drawer 114.83 KB 114.83 KB 🟰
sl-dropdown 115.03 KB 115.03 KB 🟰
sl-format-bytes 114.83 KB 114.83 KB 🟰
sl-format-date 114.82 KB 114.82 KB 🟰
sl-format-number 114.83 KB 114.83 KB 🟰
sl-icon 114.04 KB 114.04 KB 🟰
sl-icon-button 114.05 KB 114.05 KB 🟰
sl-image-comparer 114.84 KB 114.84 KB 🟰
sl-input 114.83 KB 114.83 KB 🟰
sl-menu 115.03 KB 115.03 KB 🟰
sl-menu-item 115.03 KB 115.03 KB 🟰
sl-menu-label 114.05 KB 114.05 KB 🟰
sl-mutation-observer 114.05 KB 114.05 KB 🟰
sl-option 114.83 KB 114.83 KB 🟰
sl-popup 115.03 KB 115.03 KB 🟰
sl-progress-bar 114.83 KB 114.83 KB 🟰
sl-progress-ring 114.83 KB 114.83 KB 🟰
sl-qr-code 118.72 KB 118.72 KB 🟰
sl-radio 114.05 KB 114.05 KB 🟰
sl-radio-button 114.05 KB 114.05 KB 🟰
sl-radio-group 114.05 KB 114.05 KB 🟰
sl-range 114.83 KB 114.83 KB 🟰
sl-rating 114.83 KB 114.83 KB 🟰
sl-relative-time 114.83 KB 114.83 KB 🟰
sl-resize-observer 114.05 KB 114.05 KB 🟰
sl-select 115.03 KB 115.03 KB 🟰
sl-skeleton 114.05 KB 114.05 KB 🟰
sl-spinner 114.83 KB 114.83 KB 🟰
sl-split-panel 114.83 KB 114.83 KB 🟰
sl-switch 114.05 KB 114.05 KB 🟰
sl-tab 114.83 KB 114.83 KB 🟰
sl-tab-group 114.83 KB 114.83 KB 🟰
sl-tab-panel 114.83 KB 114.83 KB 🟰
sl-tag 114.82 KB 114.82 KB 🟰
sl-textarea 114.04 KB 114.04 KB 🟰
sl-tooltip 115.04 KB 115.04 KB 🟰
sl-tree 114.83 KB 114.83 KB 🟰
sl-tree-item 114.83 KB 114.83 KB 🟰
sl-visually-hidden 114.05 KB 114.05 KB 🟰
visual-builder.batch-update-raw-data-generated-view 7.6 KB 7.6 KB 🟰
visual-builder.chat-conversation 348.64 KB 348.6 KB
visual-builder.chat-preview 69.56 KB 69.56 KB 🟰
visual-builder.check-editor-by-name 7.21 KB 7.21 KB 🟰
visual-builder.contract-select 223.54 KB 170.99 KB 🟢 -52.55 KB
visual-builder.generate-snippets-context-menu 290.55 KB 290.54 KB
visual-builder.get-config-by-data-for-ai 8.97 KB 8.97 KB 🟰
visual-builder.get-data-deps 7.22 KB 7.22 KB 🟰
visual-builder.get-dependency-tree 7.59 KB 7.59 KB 🟰
visual-builder.get-raw-data-system-prompts 11.82 KB 11.82 KB 🟰
visual-builder.inject-chat-preview-agent 8.16 KB 8.16 KB 🟰
visual-builder.page-arch-node 280.89 KB 280.89 KB 🟰
visual-builder.parse-path 8.84 KB 8.84 KB 🟰
visual-builder.pre-generated-config 79.94 KB 79.94 KB 🟰
visual-builder.pre-generated-config-preview 75.3 KB 75.3 KB 🟰
visual-builder.pre-generated-container 69.49 KB 69.49 KB 🟰
visual-builder.pre-generated-preview 69.54 KB 69.54 KB 🟰
visual-builder.pre-generated-table-view 67.13 KB 67.13 KB 🟰
visual-builder.property-editor 1,438.07 KB 1,438.02 KB
visual-builder.raw-data-preview 78.62 KB 78.62 KB 🟰
visual-builder.raw-metric-preview 71.44 KB 71.44 KB 🟰
visual-builder.workbench-action 279.65 KB 279.66 KB
visual-builder.workbench-action-list 285.07 KB 285.07 KB 🟰
visual-builder.workbench-history-action 300.41 KB 300.41 KB 🟰
visual-builder.workbench-pane 135.4 KB 135.4 KB 🟰
visual-builder.workbench-sidebar 68.02 KB 68.02 KB 🟰
visual-builder.workbench-tree 285.15 KB 285.12 KB
vs.code-editor 1,145.96 KB 1,146.07 KB 🔼 +0.11 KB
Critical details for brick eo-auto-complete
Name Prev Now Diff
form/dist/chunks/1045.7ad43dc1.js 2.52 KB Del
form/dist/chunks/8548.3d64fb28.js 0.83 KB Del
icons/dist/chunks/114.6546c4b7.js 1.59 KB New
icons/dist/chunks/144.ed687799.js 49.96 KB New
icons/dist/chunks/41.48c2e71e.js 3.53 KB New
icons/dist/chunks/45.e9943c86.js 2.52 KB New
Critical details for brick eo-cascader
Name Prev Now Diff
advanced/dist/chunks/4837.a78e6eb3.js 2.5 KB Del
form/dist/chunks/react.b86c57e9.js 55.06 KB New
Critical details for brick eo-checkbox
Name Prev Now Diff
form/dist/chunks/1045.7ad43dc1.js 2.52 KB Del
form/dist/chunks/8548.3d64fb28.js 0.83 KB Del
icons/dist/chunks/114.6546c4b7.js 1.59 KB New
icons/dist/chunks/144.ed687799.js 49.96 KB New
icons/dist/chunks/41.48c2e71e.js 3.53 KB New
icons/dist/chunks/45.e9943c86.js 2.52 KB New
Critical details for brick eo-directory-tree
Name Prev Now Diff
form/dist/chunks/1045.7ad43dc1.js 2.52 KB New
form/dist/chunks/8548.3d64fb28.js 0.83 KB New
form/dist/chunks/react.b86c57e9.js 55.06 KB New
nav/dist/chunks/1045.6f2ef8ee.js 2.52 KB Del
nav/dist/chunks/114.de520122.js 1.59 KB Del
nav/dist/chunks/3144.702dfbe9.js 49.96 KB Del
nav/dist/chunks/4041.457ae2a2.js 3.53 KB Del
nav/dist/chunks/4837.4464bee6.js 2.5 KB Del
Critical details for brick eo-input
Name Prev Now Diff
form/dist/chunks/1045.7ad43dc1.js 2.52 KB Del
form/dist/chunks/8548.3d64fb28.js 0.83 KB Del
icons/dist/chunks/114.6546c4b7.js 1.59 KB New
icons/dist/chunks/144.ed687799.js 49.96 KB New
icons/dist/chunks/41.48c2e71e.js 3.53 KB New
icons/dist/chunks/45.e9943c86.js 2.52 KB New
Critical details for brick eo-radio
Name Prev Now Diff
form/dist/chunks/1045.7ad43dc1.js 2.52 KB New
form/dist/chunks/8548.3d64fb28.js 0.83 KB New
icons/dist/chunks/114.6546c4b7.js 1.59 KB Del
icons/dist/chunks/144.ed687799.js 49.96 KB Del
icons/dist/chunks/41.48c2e71e.js 3.53 KB Del
icons/dist/chunks/45.e9943c86.js 2.52 KB Del
Critical details for brick eo-time-range-picker
Name Prev Now Diff
form/dist/chunks/1045.7ad43dc1.js 2.52 KB New
form/dist/chunks/8548.3d64fb28.js 0.83 KB New
icons/dist/chunks/114.6546c4b7.js 1.59 KB Del
icons/dist/chunks/144.ed687799.js 49.96 KB Del
icons/dist/chunks/41.48c2e71e.js 3.53 KB Del
icons/dist/chunks/45.e9943c86.js 2.52 KB Del
Critical details for brick form.general-input
Name Prev Now Diff
form/dist/chunks/1045.7ad43dc1.js 2.52 KB New
form/dist/chunks/8548.3d64fb28.js 0.83 KB New
icons/dist/chunks/114.6546c4b7.js 1.59 KB Del
icons/dist/chunks/144.ed687799.js 49.96 KB Del
icons/dist/chunks/41.48c2e71e.js 3.53 KB Del
icons/dist/chunks/45.e9943c86.js 2.52 KB Del
Critical details for brick form.general-radio
Name Prev Now Diff
form/dist/chunks/1045.7ad43dc1.js 2.52 KB Del
form/dist/chunks/8548.3d64fb28.js 0.83 KB Del
icons/dist/chunks/114.6546c4b7.js 1.59 KB New
icons/dist/chunks/144.ed687799.js 49.96 KB New
icons/dist/chunks/41.48c2e71e.js 3.53 KB New
icons/dist/chunks/45.e9943c86.js 2.52 KB New
Critical details for brick nav.query-search
Name Prev Now Diff
form/dist/chunks/react.b86c57e9.js 55.06 KB New
nav/dist/chunks/4837.4464bee6.js 2.5 KB Del
nav/dist/chunks/6302.cb4502ec.js 93.95 KB 93.93 KB
Critical details for brick visual-builder.contract-select
Name Prev Now Diff
form/dist/chunks/react.b86c57e9.js 55.06 KB Del
visual-builder/dist/chunks/4837.0f4319f6.js 2.5 KB New

@renovate renovate bot force-pushed the renovate/node-20.x branch from 145a7f3 to 4cef45c Compare March 13, 2025 13:48
@renovate renovate bot changed the title chore(deps): Update Node.js to v20.18.3 chore(deps): Update Node.js to v20.19.0 Mar 13, 2025
@github-actions github-actions bot temporarily deployed to pull request March 13, 2025 13:51 Inactive
@renovate renovate bot force-pushed the renovate/node-20.x branch from 4cef45c to 33bb0e4 Compare April 22, 2025 10:52
@renovate renovate bot changed the title chore(deps): Update Node.js to v20.19.0 chore(deps): Update Node.js to v20.19.1 Apr 22, 2025
@github-actions github-actions bot temporarily deployed to pull request April 22, 2025 10:55 Inactive
@renovate renovate bot force-pushed the renovate/node-20.x branch from 33bb0e4 to f3aa8b2 Compare May 14, 2025 23:10
@renovate renovate bot changed the title chore(deps): Update Node.js to v20.19.1 chore(deps): Update Node.js to v20.19.2 May 14, 2025
@github-actions github-actions bot temporarily deployed to pull request May 14, 2025 23:13 Inactive
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.

0 participants