Skip to content

chore(deps): Update Node.js to v22 #1500

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
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 13, 2025

This PR contains the following updates:

Package Update Change
node (source) major 20 -> 22.15.0

Release Notes

nodejs/node (node)

v22.15.0

Compare Source

v22.14.0: 2025-02-11, Version 22.14.0 'Jod' (LTS), @​aduh95

Compare Source

Notable Changes
  • [82a9000e9e] - crypto: update root certificates to NSS 3.107 (Node.js GitHub Bot) #​56566
  • [b7fe54fc88] - (SEMVER-MINOR) fs: allow exclude option in globs to accept glob patterns (Daeyeon Jeong) #​56489
  • [3ac92ef607] - (SEMVER-MINOR) lib: add typescript support to STDIN eval (Marco Ippolito) #​56359
  • [1614e8e7bc] - (SEMVER-MINOR) module: add ERR_UNSUPPORTED_TYPESCRIPT_SYNTAX (Marco Ippolito) #​56610
  • [6d6cffa9cc] - (SEMVER-MINOR) module: add findPackageJSON util (Jacob Smith) #​55412
  • [d35333ae18] - (SEMVER-MINOR) process: add process.ref() and process.unref() methods (James M Snell) #​56400
  • [07ff3ddcb5] - (SEMVER-MINOR) sqlite: support TypedArray and DataView in StatementSync (Alex Yang) #​56385
  • [94d3fe1b62] - (SEMVER-MINOR) src: add --disable-sigusr1 to prevent signal i/o thread (Rafael Gonzaga) #​56441
  • [5afffb4415] - (SEMVER-MINOR) src,worker: add isInternalWorker (Carlos Espa) #​56469
  • [697a851fb3] - (SEMVER-MINOR) test_runner: add TestContext.prototype.waitFor() (Colin Ihrig) #​56595
  • [047537b48c] - (SEMVER-MINOR) test_runner: add t.assert.fileSnapshot() (Colin Ihrig) #​56459
  • [926cf84e95] - (SEMVER-MINOR) test_runner: add assert.register() API (Colin Ihrig) #​56434
  • [c658a8afdf] - (SEMVER-MINOR) worker: add eval ts input (Marco Ippolito) #​56394
Commits

v22.13.1: 2025-01-21, Version 22.13.1 'Jod' (LTS), @​RafaelGSS

Compare Source

This is a security release.

Notable Changes
  • CVE-2025-23083 - src,loader,permission: throw on InternalWorker use when permission model is enabled (High)
  • CVE-2025-23085 - src: fix HTTP2 mem leak on premature close and ERR_PROTO (Medium)
  • CVE-2025-23084 - path: fix path traversal in normalize() on Windows (Medium)

Dependency update:

  • CVE-2025-22150 - Use of Insufficiently Random Values in undici fetch() (Medium)
Commits

v22.13.0: 2025-01-07, Version 22.13.0 'Jod' (LTS), @​ruyadorno

Compare Source

Notable Changes
Stabilize Permission Model

Upgrades the Permission Model status from Active Development to Stable.

Contributed by Rafael Gonzaga #​56201

Graduate WebCryptoAPI Ed25519 and X25519 algorithms as stable

Following the merge of Curve25519 into the Web Cryptography API Editor's Draft the Ed25519 and X25519 algorithm identifiers are now stable and will no longer emit an ExperimentalWarning upon use.

Contributed by (Filip Skokan) #​56142

Other Notable Changes
  • [05d6227a88] - (SEMVER-MINOR) assert: add partialDeepStrictEqual (Giovanni Bucci) #​54630
  • [a933103499] - (SEMVER-MINOR) cli: implement --trace-env and --trace-env-[js|native]-stack (Joyee Cheung) #​55604
  • [ba9d5397de] - (SEMVER-MINOR) dgram: support blocklist in udp (theanarkh) #​56087
  • [f6d0c01303] - doc: stabilize util.styleText (Rafael Gonzaga) #​56265
  • [34c68827af] - doc: move typescript support to active development (Marco Ippolito) #​55536
  • [dd14b80350] - doc: add LJHarb to collaborators (Jordan Harband) #​56132
  • [5263086169] - (SEMVER-MINOR) doc: add report version and history section (Chengzhong Wu) #​56130
  • [8cb3c2018d] - (SEMVER-MINOR) doc: sort --report-exclude alphabetically (Rafael Gonzaga) #​55788
  • [55239a48b6] - (SEMVER-MINOR) doc,lib,src,test: unflag sqlite module (Colin Ihrig) #​55890
  • [7cbe3de1d8] - (SEMVER-MINOR) module: only emit require(esm) warning under --trace-require-module (Joyee Cheung) #​56194
  • [6575b76042] - (SEMVER-MINOR) module: add module.stripTypeScriptTypes (Marco Ippolito) #​55282
  • [bacfe6d5c9] - (SEMVER-MINOR) net: support blocklist in net.connect (theanarkh) #​56075
  • [b47888d390] - (SEMVER-MINOR) net: support blocklist for net.Server (theanarkh) #​56079
  • [566f0a1d25] - (SEMVER-MINOR) net: add SocketAddress.parse (James M Snell) #​56076
  • [ed7eab1421] - (SEMVER-MINOR) net: add net.BlockList.isBlockList(value) (James M Snell) #​56078
  • [ea4891856d] - (SEMVER-MINOR) process: deprecate features.{ipv6,uv} and features.tls_* (René) #​55545
  • [01eb308f26] - (SEMVER-MINOR) report: fix typos in report keys and bump the version (Yuan-Ming Hsu) #​56068
  • [97c38352d0] - (SEMVER-MINOR) sqlite: aggregate constants in a single property (Edigleysson Silva (Edy)) #​56213
  • [b4041e554a] - (SEMVER-MINOR) sqlite: add StatementSync.prototype.iterate method (tpoisseau) #​54213
  • [2e3ca1bbdd] - (SEMVER-MINOR) src: add cli option to preserve env vars on diagnostic reports (Rafael Gonzaga) #​55697
  • [bcfe9c80fc] - (SEMVER-MINOR) util: add sourcemap support to getCallSites (Marco Ippolito) #​55589
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

coderabbitai bot commented Mar 13, 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.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

github-actions bot commented Mar 13, 2025

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

github-actions bot commented Mar 13, 2025

📐🤏 Size check result (82ccfe1...6ab591a):

See full diff

Load all bricks together

Name Prev Now Diff
All bricks 4,424.57 KB 4,424.49 KB

Critical changes: None.

See full changes
Name Prev Now Diff
<core> 316.85 KB 316.92 KB
<react> 8.22 KB 8.22 KB 🟰
advanced 521.35 KB 521.28 KB
ai 288.25 KB 288.21 KB
api-market 10.59 KB 10.59 KB 🟰
basic 156.29 KB 156.29 KB 🟰
containers 95.59 KB 95.59 KB 🟰
data-view 642.96 KB 642.89 KB
diagram 180.23 KB 180.23 KB 🟰
form 325.02 KB 325.06 KB
form-platform 12.7 KB 12.7 KB 🟰
icons 66.22 KB 66.22 KB 🟰
illustrations 17.44 KB 17.44 KB 🟰
inject 56.26 KB 56.26 KB 🟰
markdown 249.33 KB 249.38 KB
mini-chart 7.83 KB 7.83 KB 🟰
nav 121.66 KB 121.66 KB 🟰
presentational 135.69 KB 135.69 KB 🟰
recent-history 33.18 KB 33.18 KB 🟰
shoelace 196.11 KB 196.11 KB 🟰
visual-builder 450.8 KB 450.76 KB
vs 848.84 KB 848.87 KB

Load bricks by each package

Critical changes:

Name Prev Now Diff
advanced 896.31 KB 842.71 KB 🟢 -53.6 KB
api-market 385.83 KB 333.27 KB 🟢 -52.56 KB
See full changes
Name Prev Now Diff
advanced 896.31 KB 842.71 KB 🟢 -53.6 KB
ai 598.14 KB 598.21 KB
api-market 385.83 KB 333.27 KB 🟢 -52.56 KB
basic 422.71 KB 422.68 KB
containers 252.58 KB 252.58 KB 🟰
data-view 800.29 KB 800.21 KB
diagram 263.66 KB 263.67 KB
form 678.49 KB 678.52 KB
form-platform 367.92 KB 367.92 KB 🟰
icons 123.82 KB 123.82 KB 🟰
illustrations 143.79 KB 143.79 KB 🟰
inject 56.26 KB 56.26 KB 🟰
markdown 446.14 KB 446.17 KB
mini-chart 81.65 KB 81.65 KB 🟰
nav 477.52 KB 477.52 KB 🟰
presentational 445.4 KB 445.39 KB
recent-history 312.36 KB 312.36 KB 🟰
shoelace 196.11 KB 196.11 KB 🟰
visual-builder 1,647.23 KB 1,647.28 KB
vs 1,145.83 KB 1,145.89 KB
widget-editors 0 KB 0 KB 🟰
Critical details for package advanced
Name Prev Now Diff
<self> 518.83 KB 521.85 KB 🔺 +3.02 KB
basic 97.56 KB 104.08 KB 🔺 +6.52 KB
form 96.66 KB 33.55 KB 🟢 -63.11 KB
shoelace 117.05 KB 117.01 KB
Critical details for package api-market
Name Prev Now Diff
form 77.01 KB 21.95 KB 🟢 -55.06 KB
nav 15.25 KB 17.75 KB 🔺 +2.5 KB

Load by each brick

Critical changes:

Name Prev Now Diff
eo-auto-complete 148.71 KB 202.95 KB 🔺 +54.24 KB
eo-checkbox 212.43 KB 158.18 KB 🟢 -54.25 KB
eo-date-picker 284.57 KB 338.84 KB 🔺 +54.27 KB
eo-nav-menu 381.2 KB 328.6 KB 🟢 -52.6 KB
eo-switch 202.29 KB 148.04 KB 🟢 -54.25 KB
eo-time-range-picker 283.79 KB 338.04 KB 🔺 +54.25 KB
form.general-checkbox 212.43 KB 158.18 KB 🟢 -54.25 KB
form.general-input 142.54 KB 196.79 KB 🔺 +54.25 KB
form.general-radio 151.09 KB 205.33 KB 🔺 +54.24 KB
See full changes
Name Prev Now Diff
advanced.capture-snapshot 52.37 KB 52.37 KB 🟰
advanced.general-cascader 269.75 KB 269.75 KB 🟰
advanced.general-table 381.35 KB 381.26 KB
advanced.pdf-viewer 201 KB 201.02 KB
ai.chat-agent 67.7 KB 67.7 KB 🟰
ai.chat-view 593.4 KB 593.36 KB
api-market.apis-directory-tree 333.3 KB 333.27 KB
basic.active-element-blur 8.58 KB 8.58 KB 🟰
basic.change-language 8.57 KB 8.57 KB 🟰
basic.copy-to-clipboard 8.74 KB 8.74 KB 🟰
basic.dropdown-button 280.79 KB 280.79 KB 🟰
basic.general-button 152.93 KB 152.93 KB 🟰
basic.general-image 148.48 KB 148.48 KB 🟰
basic.general-link 267.96 KB 267.96 KB 🟰
basic.general-menu 78.35 KB 78.35 KB 🟰
basic.general-menu-item 144.85 KB 144.85 KB 🟰
basic.general-popover 195.23 KB 195.23 KB 🟰
basic.general-tag 146.79 KB 146.79 KB 🟰
basic.general-tag-list 148.88 KB 148.88 KB 🟰
basic.general-text 352.39 KB 352.4 KB
basic.get-language 8.56 KB 8.56 KB 🟰
basic.home-redirect 23.6 KB 23.6 KB 🟰
basic.http-proxy-request 8.64 KB 8.64 KB 🟰
basic.http-request 8.56 KB 8.56 KB 🟰
basic.lock-body-scroll 23.29 KB 23.29 KB 🟰
basic.set-theme-by-apps 8.58 KB 8.58 KB 🟰
basic.set-timeout 8.58 KB 8.58 KB 🟰
basic.show-dialog 340.93 KB 340.93 KB 🟰
basic.show-notification 268 KB 267.96 KB
basic.show-watermark 10.32 KB 10.32 KB 🟰
basic.v3-widget-mate 8.55 KB 8.55 KB 🟰
containers.easy-view 67.04 KB 67.04 KB 🟰
containers.flex-layout 66.77 KB 66.77 KB 🟰
containers.general-card 164.59 KB 164.59 KB 🟰
containers.general-category 67.4 KB 67.4 KB 🟰
containers.general-drawer 158.41 KB 158.44 KB
containers.general-modal 165.25 KB 165.25 KB 🟰
containers.grid-layout 67.87 KB 67.87 KB 🟰
containers.micro-view 87.95 KB 87.95 KB 🟰
containers.search-bar 66.89 KB 66.89 KB 🟰
containers.tab-group 72.1 KB 72.1 KB 🟰
containers.tab-item 160 KB 160 KB 🟰
containers.tab-list 160 KB 160 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.3 KB 136.39 KB
data-view.basic-index-group 69.34 KB 69.34 KB 🟰
data-view.battery-chart 70.06 KB 70.06 KB 🟰
data-view.brick-notification 135.5 KB 135.58 KB
data-view.bubbles-indicator 169.3 KB 169.3 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.41 KB 83.41 KB 🟰
data-view.china-map 147.73 KB 147.82 KB
data-view.china-map-chart 379.09 KB 379.04 KB
data-view.complex-search 147.99 KB 148.08 KB
data-view.crystal-ball-indicator 163.69 KB 163.69 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.99 KB 68.99 KB 🟰
data-view.dropdown-menu 137.68 KB 137.59 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.7 KB 214.7 KB 🟰
data-view.globe-with-halo-indicator 164.7 KB 164.7 KB 🟰
data-view.globe-with-orbit-indicator 164.56 KB 164.56 KB 🟰
data-view.graph-layout-grid 86.5 KB 86.5 KB 🟰
data-view.graph-node 69.17 KB 69.17 KB 🟰
data-view.graph-text 77.67 KB 77.67 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.86 KB 68.86 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.47 KB 80.47 KB 🟰
data-view.particle-animation 69.86 KB 69.86 KB 🟰
data-view.progress-bar-list 72 KB 72 KB 🟰
data-view.radar-chart 70.91 KB 70.91 KB 🟰
data-view.simple-card-item 69.54 KB 69.54 KB 🟰
data-view.tabs-drawer 137.44 KB 137.53 KB
data-view.tabs-page-title 72.07 KB 72.07 KB 🟰
data-view.tech-mesh-base-view 68.42 KB 68.42 KB 🟰
data-view.title-text 69.63 KB 69.63 KB 🟰
data-view.top-title-bar 80.78 KB 80.78 KB 🟰
diagram.editable-label 67.66 KB 67.66 KB 🟰
diagram.experimental-node 67.11 KB 67.11 KB 🟰
eo-actions 277.7 KB 277.7 KB 🟰
eo-alert 139.75 KB 139.75 KB 🟰
eo-antd-icon 123.82 KB 123.82 KB 🟰
eo-app-bar-wrapper 68 KB 68 KB 🟰
eo-auto-complete 148.71 KB 202.95 KB 🔺 +54.24 KB
eo-avatar 259.91 KB 259.91 KB 🟰
eo-avatar-group 258.83 KB 258.83 KB 🟰
eo-banner 95.97 KB 95.97 KB 🟰
eo-breadcrumb 270.08 KB 270.08 KB 🟰
eo-breadcrumb-item 269.66 KB 269.64 KB
eo-broadcast-channel 78.74 KB 78.74 KB 🟰
eo-button 152.93 KB 152.93 KB 🟰
eo-card 164.59 KB 164.59 KB 🟰
eo-card-item 300.52 KB 300.52 KB 🟰
eo-carousel-text 75.32 KB 75.32 KB 🟰
eo-cascader 269.75 KB 269.75 KB 🟰
eo-category 67.4 KB 67.4 KB 🟰
eo-checkbox 212.43 KB 158.18 KB 🟢 -54.25 KB
eo-code-display 352.77 KB 352.73 KB
eo-color-picker 240.36 KB 240.3 KB
eo-content-layout 66.33 KB 66.33 KB 🟰
eo-context-menu 280.73 KB 280.73 KB 🟰
eo-counter-badge 145.53 KB 145.53 KB 🟰
eo-current-time 138.42 KB 138.42 KB 🟰
eo-date-picker 284.57 KB 338.84 KB 🔺 +54.27 KB
eo-descriptions 188.31 KB 188.31 KB 🟰
eo-diagram 122.45 KB 122.45 KB 🟰
eo-directory 281.76 KB 281.76 KB 🟰
eo-directory-tree 169.21 KB 169.21 KB 🟰
eo-directory-tree-internal-node 135 KB 135 KB 🟰
eo-directory-tree-leaf 134.31 KB 134.3 KB
eo-display-canvas 219.05 KB 219.09 KB
eo-divider 73.13 KB 73.13 KB 🟰
eo-draw-canvas 239.21 KB 239.21 KB 🟰
eo-drawer 158.44 KB 158.41 KB
eo-dropdown-actions 279.27 KB 279.28 KB
eo-dropdown-button 280.79 KB 280.79 KB 🟰
eo-dropdown-select 274.77 KB 274.8 KB
eo-dynamic-form-item 245.96 KB 245.96 KB 🟰
eo-easy-view 67.04 KB 67.04 KB 🟰
eo-easyops-avatar 261.81 KB 261.81 KB 🟰
eo-easyops-icon 123.82 KB 123.82 KB 🟰
eo-event-agent 23.2 KB 23.2 KB 🟰
eo-fa-icon 123.82 KB 123.82 KB 🟰
eo-flex-layout 66.77 KB 66.77 KB 🟰
eo-form 69.85 KB 69.85 KB 🟰
eo-form-item 76.32 KB 76.32 KB 🟰
eo-formatter-number 78.81 KB 78.81 KB 🟰
eo-frame-breadcrumb 284.38 KB 284.42 KB
eo-grid-layout 67.87 KB 67.87 KB 🟰
eo-humanize-time 284.26 KB 284.26 KB 🟰
eo-icon 123.82 KB 123.82 KB 🟰
eo-icon-select 265.97 KB 265.97 KB 🟰
eo-iframe 78.79 KB 78.79 KB 🟰
eo-illustration-message 139.59 KB 139.59 KB 🟰
eo-image 148.48 KB 148.48 KB 🟰
eo-img-icon 123.82 KB 123.82 KB 🟰
eo-info-card-item 286.92 KB 286.92 KB 🟰
eo-input 196.79 KB 196.79 KB 🟰
eo-launchpad-button 306.07 KB 306.07 KB 🟰
eo-launchpad-button-v2 316 KB 316 KB 🟰
eo-launchpad-quick-access 303.97 KB 303.93 KB
eo-launchpad-recent-visits 302.74 KB 302.74 KB 🟰
eo-link 267.96 KB 268 KB
eo-loading-container 145.01 KB 145.01 KB 🟰
eo-loading-step 165.67 KB 165.67 KB 🟰
eo-main-view 95.97 KB 95.97 KB 🟰
eo-markdown-display 140.58 KB 140.58 KB 🟰
eo-markdown-editor 408.3 KB 408.3 KB 🟰
eo-menu 78.35 KB 78.35 KB 🟰
eo-menu-group 78.29 KB 78.29 KB 🟰
eo-menu-item 144.85 KB 144.85 KB 🟰
eo-menu-item-sub-menu 145.29 KB 145.29 KB 🟰
eo-message-listener 78.51 KB 78.51 KB 🟰
eo-micro-view 87.95 KB 87.95 KB 🟰
eo-mini-actions 279.77 KB 279.77 KB 🟰
eo-mini-line-chart 81.65 KB 81.65 KB 🟰
eo-modal 165.25 KB 165.25 KB 🟰
eo-narrow-view 75.1 KB 75.1 KB 🟰
eo-nav-menu 381.2 KB 328.6 KB 🟢 -52.6 KB
eo-next-table 524.21 KB 524.25 KB
eo-page-title 78.49 KB 78.49 KB 🟰
eo-page-view 75.1 KB 75.1 KB 🟰
eo-pagination 305.83 KB 305.82 KB
eo-popover 195.23 KB 195.23 KB 🟰
eo-popup 148.11 KB 148.11 KB 🟰
eo-radio 151.09 KB 151.09 KB 🟰
eo-resizable-box 68.75 KB 68.75 KB 🟰
eo-search 200.83 KB 200.83 KB 🟰
eo-search-bar 66.89 KB 66.89 KB 🟰
eo-search-launchpad 306.64 KB 306.64 KB 🟰
eo-select 345.87 KB 345.87 KB 🟰
eo-sidebar 312.67 KB 312.65 KB
eo-sidebar-menu 293.66 KB 293.67 KB
eo-sidebar-menu-group 293.66 KB 293.66 KB 🟰
eo-sidebar-menu-item 278.53 KB 278.52 KB
eo-sidebar-menu-submenu 293.7 KB 293.69 KB
eo-sidebar-sub-menu 284.51 KB 284.51 KB 🟰
eo-spin 67.22 KB 67.22 KB 🟰
eo-statistics-card 139.61 KB 139.61 KB 🟰
eo-submit-buttons 230.44 KB 230.44 KB 🟰
eo-svg-icon 123.82 KB 123.82 KB 🟰
eo-switch 202.29 KB 148.04 KB 🟢 -54.25 KB
eo-tab-group 72.1 KB 72.1 KB 🟰
eo-tab-item 160 KB 160 KB 🟰
eo-tab-list 160 KB 160 KB 🟰
eo-table 381.35 KB 381.26 KB
eo-tag 146.79 KB 146.79 KB 🟰
eo-tag-list 148.88 KB 148.88 KB 🟰
eo-text 352.39 KB 352.39 KB 🟰
eo-text-tooltip 139.31 KB 139.31 KB 🟰
eo-textarea 85.52 KB 85.52 KB 🟰
eo-time-picker 214.48 KB 214.48 KB 🟰
eo-time-range-picker 283.79 KB 338.04 KB 🔺 +54.25 KB
eo-tooltip 267.96 KB 267.96 KB 🟰
eo-tree 138.42 KB 138.42 KB 🟰
eo-tree-select 282.65 KB 282.55 KB ↓ -0.1 KB
eo-upload-file 357.5 KB 357.5 KB 🟰
eo-upload-image 247.13 KB 247.13 KB 🟰
eo-user-or-user-group-select 367.92 KB 367.92 KB 🟰
eo-workbench-layout 352.58 KB 352.58 KB 🟰
eo-workbench-layout-v2 354.22 KB 354.22 KB 🟰
form.dynamic-form-item 245.96 KB 245.96 KB 🟰
form.general-checkbox 212.43 KB 158.18 KB 🟢 -54.25 KB
form.general-form 69.85 KB 69.85 KB 🟰
form.general-form-item 76.32 KB 76.32 KB 🟰
form.general-input 142.54 KB 196.79 KB 🔺 +54.25 KB
form.general-radio 151.09 KB 205.33 KB 🔺 +54.24 KB
form.general-search 146.58 KB 146.58 KB 🟰
form.general-select 345.87 KB 345.91 KB
form.general-switch 202.29 KB 202.29 KB 🟰
form.general-textarea 85.52 KB 85.52 KB 🟰
form.icon-select 265.97 KB 265.97 KB 🟰
form.submit-buttons 230.44 KB 230.44 KB 🟰
form.upload-image 247.13 KB 247.13 KB 🟰
icons.antd-icon 123.82 KB 123.82 KB 🟰
icons.easyops-icon 123.82 KB 123.82 KB 🟰
icons.fa-icon 123.82 KB 123.82 KB 🟰
icons.general-icon 123.82 KB 123.82 KB 🟰
icons.get-antd-icons 123.82 KB 123.82 KB 🟰
icons.get-easyops-icons 123.82 KB 123.82 KB 🟰
icons.get-fa-icons 123.82 KB 123.82 KB 🟰
icons.get-libs 123.82 KB 123.82 KB 🟰
icons.search-icons 123.82 KB 123.82 KB 🟰
illustrations.error-message 139.59 KB 139.59 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.29 KB 408.31 KB
nav.app-bar-wrapper 68 KB 68 KB 🟰
nav.easyops-navbar-alerts 280.97 KB 280.97 KB 🟰
nav.get-menu-config-options 7.85 KB 7.85 KB 🟰
nav.get-menu-config-tree 8.35 KB 8.35 KB 🟰
nav.launchpad-config 312.67 KB 312.67 KB 🟰
nav.nav-logo 277.54 KB 277.54 KB 🟰
nav.poll-announce 288.09 KB 288.09 KB 🟰
presentational.code-display 352.73 KB 352.73 KB 🟰
presentational.general-alert 139.75 KB 139.75 KB 🟰
presentational.general-descriptions 188.31 KB 188.31 KB 🟰
presentational.humanize-time 284.26 KB 284.3 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.27 KB 311.27 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.87 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.61 KB 7.61 KB 🟰
visual-builder.chat-conversation 337.65 KB 337.62 KB
visual-builder.chat-preview 69.57 KB 69.57 KB 🟰
visual-builder.check-editor-by-name 7.22 KB 7.22 KB 🟰
visual-builder.contract-select 170.97 KB 171 KB
visual-builder.generate-snippets-context-menu 290.48 KB 290.5 KB
visual-builder.get-config-by-data-for-ai 8.98 KB 8.98 KB 🟰
visual-builder.get-data-deps 7.23 KB 7.23 KB 🟰
visual-builder.get-dependency-tree 7.6 KB 7.6 KB 🟰
visual-builder.get-raw-data-system-prompts 11.83 KB 11.83 KB 🟰
visual-builder.inject-chat-preview-agent 8.17 KB 8.17 KB 🟰
visual-builder.page-arch-node 280.84 KB 280.84 KB 🟰
visual-builder.parse-path 8.85 KB 8.85 KB 🟰
visual-builder.pre-generated-config 79.96 KB 79.96 KB 🟰
visual-builder.pre-generated-config-preview 75.31 KB 75.31 KB 🟰
visual-builder.pre-generated-container 69.5 KB 69.5 KB 🟰
visual-builder.pre-generated-preview 69.55 KB 69.55 KB 🟰
visual-builder.pre-generated-table-view 67.15 KB 67.15 KB 🟰
visual-builder.property-editor 1,437.77 KB 1,438 KB 🔼 +0.23 KB
visual-builder.raw-data-preview 78.63 KB 78.63 KB 🟰
visual-builder.raw-metric-preview 71.45 KB 71.45 KB 🟰
visual-builder.workbench-action 279.6 KB 279.6 KB 🟰
visual-builder.workbench-action-list 285.06 KB 285.02 KB
visual-builder.workbench-history-action 300.34 KB 300.34 KB 🟰
visual-builder.workbench-pane 135.42 KB 135.39 KB
visual-builder.workbench-sidebar 68.03 KB 68.03 KB 🟰
visual-builder.workbench-tree 285.07 KB 285.11 KB
vs.code-editor 1,145.8 KB 1,145.91 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-checkbox
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-date-picker
Name Prev Now Diff
form/dist/chunks/1045.7ad43dc1.js 2.52 KB Del
form/dist/chunks/845.f6378665.js 82.97 KB 83 KB
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-nav-menu
Name Prev Now Diff
form/dist/chunks/react.b86c57e9.js 55.06 KB Del
nav/dist/chunks/4837.4464bee6.js 2.5 KB New
shoelace/dist/chunks/vendors.b87b1ad4.js 109.4 KB 109.36 KB
Critical details for brick eo-switch
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 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 form.general-checkbox
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 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 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

@renovate renovate bot force-pushed the renovate/node-22.x branch from af75e56 to f5d302d Compare April 23, 2025 12:53
@github-actions github-actions bot temporarily deployed to pull request April 23, 2025 12:56 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