Skip to content

chore(deps): Update dependency lint-staged to ^15.5.2 #61

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 Change Age Adoption Passing Confidence
lint-staged ^15.2.10 -> ^15.5.2 age adoption passing confidence

Release Notes

lint-staged/lint-staged (lint-staged)

v15.5.2

Compare Source

Patch Changes

v15.5.1

Compare Source

Patch Changes
  • #​1533 5d53534 Thanks @​iiroj! - Improve listing of staged files so that lint-staged doesn't crash when encountering an uninitialized submodule. This should result in less errors like:

    ✖ Failed to get staged files!
    

v15.5.0

Compare Source

Minor Changes
  • #​1526 630af5f Thanks @​iiroj! - Lint-staged no longer resets to the original state when preventing an empty git commit. This happens when your configured tasks reset all the staged changes, typically when trying to commit formatting changes which conflict with your linter setup like ESLint or Prettier.
Example with Prettier

By default Prettier prefers double quotes.

Previously
  1. Stage file.js with only double quotes " changed to '
  2. Run git commit -am "I don't like double quotes"
  3. Lint-staged runs prettier --write file.js, converting all the ' back to "
  4. Because there are now no changes, lint-staged fails, cancels the commit, and resets back to the original state
  5. Commit was not done, original state is restored and single quotes ' are staged
Now
  1. Stage file.js with only double-quotes " changed to '
  2. Run git commit -am "I don't like double quotes"
  3. Lint-staged runs prettier --write file.js, converting all the ' back to "
  4. Because there are now no changes, lint-staged fails and cancels the commit
  5. Commit was not done, and there are no staged changes

v15.4.3

Compare Source

Patch Changes
  • #​1512 cbfed1d Thanks @​tarik02! - Adjust TypeScript types for the default export so that it can be used as a value without error TS2693.

v15.4.2

Compare Source

Patch Changes
  • #​1509 8827ebf Thanks @​iiroj! - Change lint-staged's dependencies to use caret (^) ranges instead of tilde (~). This makes it easier for package managers to perform dependency management when minor-level updates are also permitted instead of just patch-level.

v15.4.1

Compare Source

Patch Changes

v15.4.0

Compare Source

Minor Changes
  • #​1500 a8ec1dd Thanks @​iiroj! - Lint-staged now provides TypeScript types for the configuration and main Node.js API. You can use the JSDoc syntax in your JS configuration files:

    /**
     * @​filename: lint-staged.config.js
     * @​type {import('lint-staged').Configuration}
     */
    export default {
      '*': 'prettier --write',
    }

    It's also possible to use the .ts file extension for the configuration if your Node.js version supports it. The --experimental-strip-types flag was introduced in Node.js v22.6.0 and unflagged in v23.6.0, enabling Node.js to execute TypeScript files without additional configuration.

    export NODE_OPTIONS="--experimental-strip-types"
    
    npx lint-staged --config lint-staged.config.ts
Patch Changes

v15.3.0

Compare Source

Minor Changes
  • #​1495 e69da9e Thanks @​iiroj! - Added more info to the debug logs so that "environment" info doesn't need to be added separately to GitHub issues.

  • #​1493 fa0fe98 Thanks @​iiroj! - Added more help messages around the automatic git stash that lint-staged creates as a backup (by default). The console output also displays the short git hash of the stash so that it's easier to recover lost files in case some fatal errors are encountered, or the process is killed before completing.

    For example:

    % npx lint-staged
    ✔ Backed up original state in git stash (20addf8)
    ✔ Running tasks for staged files...
    ✔ Applying modifications from tasks...
    ✔ Cleaning up temporary files...
    

    where the backup can be seen with git show 20addf8, or git stash list:

    % git stash list
    stash@{0}: lint-staged automatic backup (20addf8)
    

v15.2.11

Compare Source

Patch Changes
  • #​1484 bcfe309 Thanks @​wormsik! - Escape paths containing spaces when using the "shell" option.

  • #​1487 7dd8caa Thanks @​iiroj! - Do not treat submodule root paths as "staged files". This caused lint-staged to fail to a Git error when only updating the revision of a submodule.


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 14:01 Inactive
Copy link

github-actions bot commented Mar 13, 2025

📐🤏 Size check result (33e94fb...8641639):

See full diff

Load all bricks together

Name Prev Now Diff
All bricks 4,594.44 KB 4,594.5 KB

Critical changes: None.

See full changes
Name Prev Now Diff
<core> 318.21 KB 318.19 KB
<react> 55.06 KB 55.06 KB 🟰
advanced 522.59 KB 522.61 KB
ai 288.77 KB 288.74 KB
ai-portal 142.94 KB 142.94 KB 🟰
api-market 10.59 KB 10.59 KB 🟰
basic 102.35 KB 102.35 KB 🟰
containers 95.59 KB 95.59 KB 🟰
data-view 642.96 KB 642.92 KB
diagram 180.27 KB 180.27 KB 🟰
form 325.65 KB 325.64 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.85 KB
mini-chart 16.05 KB 16.05 KB 🟰
nav 121.65 KB 121.65 KB 🟰
presentational 135.69 KB 135.69 KB 🟰
recent-history 33.18 KB 33.18 KB 🟰
shoelace 196.08 KB 196.08 KB 🟰
visual-builder 461.71 KB 461.73 KB
vs 848.85 KB 848.91 KB

Load bricks by each package

Critical changes:

Name Prev Now Diff
advanced 844.07 KB 897.56 KB 🔺 +53.49 KB
See full changes
Name Prev Now Diff
advanced 844.07 KB 897.56 KB 🔺 +53.49 KB
ai 598.76 KB 598.72 KB
ai-portal 418.57 KB 418.65 KB
api-market 333.35 KB 333.31 KB
basic 424.3 KB 424.32 KB
containers 252.63 KB 252.63 KB 🟰
data-view 800.27 KB 800.35 KB
diagram 263.68 KB 263.65 KB
form 679.14 KB 679.19 KB
form-platform 368.1 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.67 KB 458.64 KB
mini-chart 81.65 KB 81.65 KB 🟰
nav 477.6 KB 477.59 KB
presentational 445.4 KB 445.44 KB
recent-history 312.4 KB 312.4 KB 🟰
shoelace 196.1 KB 196.11 KB
visual-builder 1,658.07 KB 1,658.12 KB
vs 1,146.08 KB 1,146.02 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> 523.12 KB 520.06 KB 🟢 -3.06 KB
basic 49.04 KB 42.52 KB 🟢 -6.52 KB
form 33.56 KB 41.61 KB 🔺 +8.05 KB
shoelace 117.05 KB 117.01 KB

Load by each brick

Critical changes:

Name Prev Now Diff
eo-auto-complete 202.98 KB 148.74 KB 🟢 -54.24 KB
eo-cascader 269.89 KB 322.36 KB 🔺 +52.47 KB
eo-checkbox 158.21 KB 212.46 KB 🔺 +54.25 KB
eo-date-picker 338.87 KB 284.6 KB 🟢 -54.27 KB
eo-directory-tree 167.55 KB 169.24 KB 🔺 +1.69 KB
eo-radio 151.12 KB 205.37 KB 🔺 +54.25 KB
form.general-input 196.82 KB 142.57 KB 🟢 -54.25 KB
form.general-radio 151.12 KB 205.37 KB 🔺 +54.25 KB
form.general-switch 202.32 KB 148.08 KB 🟢 -54.24 KB
See full changes
Name Prev Now Diff
advanced.capture-snapshot 52.37 KB 52.38 KB
advanced.general-cascader 269.79 KB 269.81 KB
advanced.general-table 381.36 KB 381.27 KB
advanced.pdf-viewer 201 KB 201.01 KB
ai-portal.chat-box 137.9 KB 137.9 KB 🟰
ai-portal.cruise-canvas 412.06 KB 412.06 KB 🟰
ai-portal.home-container 66.2 KB 66.2 KB 🟰
ai.chat-agent 67.7 KB 67.7 KB 🟰
ai.chat-view 593.9 KB 593.96 KB
api-market.apis-directory-tree 333.31 KB 333.31 KB 🟰
basic.active-element-blur 8.6 KB 8.6 KB 🟰
basic.change-language 8.59 KB 8.59 KB 🟰
basic.copy-to-clipboard 8.75 KB 8.75 KB 🟰
basic.dropdown-button 280.87 KB 280.83 KB
basic.general-button 152.97 KB 152.97 KB 🟰
basic.general-image 148.52 KB 148.52 KB 🟰
basic.general-link 268 KB 268 KB 🟰
basic.general-menu 78.36 KB 78.36 KB 🟰
basic.general-menu-item 144.89 KB 144.89 KB 🟰
basic.general-popover 195.25 KB 195.25 KB 🟰
basic.general-tag 146.83 KB 146.83 KB 🟰
basic.general-tag-list 148.92 KB 148.92 KB 🟰
basic.general-text 352.94 KB 352.94 KB 🟰
basic.get-language 8.58 KB 8.58 KB 🟰
basic.home-redirect 23.62 KB 23.62 KB 🟰
basic.http-proxy-request 8.66 KB 8.66 KB 🟰
basic.http-request 8.58 KB 8.58 KB 🟰
basic.lock-body-scroll 23.3 KB 23.3 KB 🟰
basic.set-theme-by-apps 8.59 KB 8.59 KB 🟰
basic.set-timeout 8.59 KB 8.59 KB 🟰
basic.show-dialog 340.97 KB 340.98 KB
basic.show-notification 268.03 KB 268 KB
basic.show-watermark 10.33 KB 10.33 KB 🟰
basic.v3-widget-mate 8.57 KB 8.57 KB 🟰
containers.easy-view 67.04 KB 67.04 KB 🟰
containers.flex-layout 66.77 KB 66.77 KB 🟰
containers.general-card 164.63 KB 164.63 KB 🟰
containers.general-category 67.4 KB 67.4 KB 🟰
containers.general-drawer 158.45 KB 158.48 KB
containers.general-modal 165.29 KB 165.29 KB 🟰
containers.grid-layout 67.87 KB 67.87 KB 🟰
containers.micro-view 87.96 KB 87.96 KB 🟰
containers.search-bar 66.89 KB 66.89 KB 🟰
containers.tab-group 72.1 KB 72.1 KB 🟰
containers.tab-item 160.04 KB 160.04 KB 🟰
containers.tab-list 160.04 KB 160.04 KB 🟰
data-view.app-wall-card-item 70.05 KB 70.05 KB 🟰
data-view.app-wall-relation-line 69.73 KB 69.72 KB
data-view.app-wall-system-card 136.42 KB 136.32 KB ↓ -0.1 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.61 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.32 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.85 KB 147.76 KB
data-view.china-map-chart 379.04 KB 379.08 KB
data-view.complex-search 148.02 KB 148.02 KB 🟰
data-view.crystal-ball-indicator 163.74 KB 163.73 KB
data-view.data-display-flipper 69.25 KB 69.24 KB
data-view.data-display-flipper-fifth 69.14 KB 69.13 KB
data-view.data-display-flipper-sixth 68.99 KB 68.99 KB 🟰
data-view.dropdown-menu 137.62 KB 137.62 KB 🟰
data-view.gauge-chart 70.17 KB 70.17 KB 🟰
data-view.gear-background 115.43 KB 115.42 KB
data-view.globe-with-gear-indicator 214.75 KB 214.74 KB
data-view.globe-with-halo-indicator 164.75 KB 164.74 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.17 KB 69.17 KB 🟰
data-view.graph-text 77.67 KB 77.67 KB 🟰
data-view.grid-background 104.51 KB 104.5 KB
data-view.hi-tech-button 69.97 KB 69.96 KB
data-view.indicator-card 69.44 KB 69.43 KB
data-view.lights-component-title 68.86 KB 68.86 KB 🟰
data-view.loading-panel 73.22 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.55 KB 69.54 KB
data-view.tabs-drawer 137.56 KB 137.46 KB ↓ -0.1 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.74 KB 277.74 KB 🟰
eo-alert 139.78 KB 139.77 KB
eo-antd-icon 123.85 KB 123.85 KB 🟰
eo-app-bar-wrapper 68 KB 68 KB 🟰
eo-auto-complete 202.98 KB 148.74 KB 🟢 -54.24 KB
eo-avatar 259.99 KB 259.95 KB
eo-avatar-group 258.87 KB 258.87 KB 🟰
eo-banner 95.99 KB 95.99 KB 🟰
eo-breadcrumb 270.12 KB 270.12 KB 🟰
eo-breadcrumb-item 269.68 KB 269.68 KB 🟰
eo-broadcast-channel 78.75 KB 78.75 KB 🟰
eo-button 152.97 KB 152.97 KB 🟰
eo-card 164.63 KB 164.63 KB 🟰
eo-card-item 300.56 KB 300.56 KB 🟰
eo-carousel-text 75.32 KB 75.32 KB 🟰
eo-cascader 269.89 KB 322.36 KB 🔺 +52.47 KB
eo-category 67.4 KB 67.4 KB 🟰
eo-checkbox 158.21 KB 212.46 KB 🔺 +54.25 KB
eo-code-display 352.78 KB 352.81 KB
eo-color-picker 240.3 KB 240.31 KB
eo-content-layout 66.33 KB 66.33 KB 🟰
eo-context-menu 280.77 KB 280.77 KB 🟰
eo-counter-badge 145.57 KB 145.57 KB 🟰
eo-current-time 138.45 KB 138.44 KB
eo-date-picker 338.87 KB 284.6 KB 🟢 -54.27 KB
eo-descriptions 188.35 KB 188.34 KB
eo-diagram 122.45 KB 122.45 KB 🟰
eo-directory 281.79 KB 281.79 KB 🟰
eo-directory-tree 167.55 KB 169.24 KB 🔺 +1.69 KB
eo-directory-tree-internal-node 135.03 KB 135.03 KB 🟰
eo-directory-tree-leaf 134.32 KB 134.33 KB
eo-display-canvas 219.06 KB 219.06 KB 🟰
eo-divider 73.13 KB 73.13 KB 🟰
eo-draw-canvas 239.23 KB 239.23 KB 🟰
eo-drawer 158.45 KB 158.48 KB
eo-dropdown-actions 279.31 KB 279.34 KB
eo-dropdown-button 280.87 KB 280.83 KB
eo-dropdown-select 274.85 KB 274.81 KB
eo-dynamic-form-item 246.01 KB 246.01 KB 🟰
eo-easy-view 67.04 KB 67.04 KB 🟰
eo-easyops-avatar 261.85 KB 261.85 KB 🟰
eo-easyops-icon 123.85 KB 123.85 KB 🟰
eo-event-agent 23.21 KB 23.21 KB 🟰
eo-fa-icon 123.85 KB 123.85 KB 🟰
eo-flex-layout 66.77 KB 66.77 KB 🟰
eo-form 69.85 KB 69.86 KB
eo-form-item 76.33 KB 76.33 KB 🟰
eo-formatter-number 78.82 KB 78.82 KB 🟰
eo-frame-breadcrumb 284.42 KB 284.42 KB 🟰
eo-grid-layout 67.87 KB 67.87 KB 🟰
eo-humanize-time 284.3 KB 284.33 KB
eo-icon 123.85 KB 123.85 KB 🟰
eo-icon-select 266.01 KB 266.02 KB
eo-iframe 78.8 KB 78.8 KB 🟰
eo-illustration-message 139.61 KB 139.6 KB
eo-image 148.52 KB 148.52 KB 🟰
eo-img-icon 123.85 KB 123.85 KB 🟰
eo-info-card-item 286.96 KB 286.96 KB 🟰
eo-input 142.57 KB 142.57 KB 🟰
eo-launchpad-button 306.15 KB 306.11 KB
eo-launchpad-button-v2 316.07 KB 316.05 KB
eo-launchpad-quick-access 304.01 KB 303.97 KB
eo-launchpad-recent-visits 302.78 KB 302.81 KB
eo-link 268 KB 268 KB 🟰
eo-loading-container 145.05 KB 145.05 KB 🟰
eo-loading-step 165.71 KB 165.71 KB 🟰
eo-main-view 95.99 KB 95.99 KB 🟰
eo-markdown-display 153.41 KB 153.41 KB 🟰
eo-markdown-editor 408.55 KB 408.55 KB 🟰
eo-menu 78.36 KB 78.36 KB 🟰
eo-menu-group 78.3 KB 78.3 KB 🟰
eo-menu-item 144.89 KB 144.89 KB 🟰
eo-menu-item-sub-menu 145.33 KB 145.33 KB 🟰
eo-message-listener 78.53 KB 78.53 KB 🟰
eo-micro-view 87.96 KB 87.96 KB 🟰
eo-mini-actions 279.81 KB 279.81 KB 🟰
eo-mini-line-chart 81.65 KB 81.65 KB 🟰
eo-modal 165.29 KB 165.29 KB 🟰
eo-narrow-view 75.1 KB 75.1 KB 🟰
eo-nav-menu 328.64 KB 328.67 KB
eo-next-table 524.28 KB 524.29 KB
eo-page-title 78.51 KB 78.51 KB 🟰
eo-page-view 75.1 KB 75.1 KB 🟰
eo-pagination 305.86 KB 305.9 KB
eo-popover 195.28 KB 195.28 KB 🟰
eo-popup 148.14 KB 148.14 KB 🟰
eo-radio 151.12 KB 205.37 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.89 KB 66.89 KB 🟰
eo-search-launchpad 306.67 KB 306.65 KB
eo-select 346.05 KB 346.08 KB
eo-sidebar 312.71 KB 312.68 KB
eo-sidebar-menu 293.7 KB 293.7 KB 🟰
eo-sidebar-menu-group 293.7 KB 293.7 KB 🟰
eo-sidebar-menu-item 278.55 KB 278.55 KB 🟰
eo-sidebar-menu-submenu 293.7 KB 293.7 KB 🟰
eo-sidebar-sub-menu 284.54 KB 284.54 KB 🟰
eo-spin 67.22 KB 67.22 KB 🟰
eo-statistics-card 139.64 KB 139.64 KB 🟰
eo-submit-buttons 230.48 KB 230.49 KB
eo-svg-icon 123.85 KB 123.85 KB 🟰
eo-switch 148.08 KB 148.08 KB 🟰
eo-tab-group 72.1 KB 72.1 KB 🟰
eo-tab-item 160.04 KB 160.04 KB 🟰
eo-tab-list 160.04 KB 160.04 KB 🟰
eo-table 381.26 KB 381.27 KB
eo-tag 146.83 KB 146.83 KB 🟰
eo-tag-list 148.92 KB 148.92 KB 🟰
eo-text 352.9 KB 352.91 KB
eo-text-tooltip 139.32 KB 139.32 KB 🟰
eo-textarea 85.99 KB 86 KB
eo-time-picker 214.49 KB 214.49 KB 🟰
eo-time-range-picker 338.05 KB 338.05 KB 🟰
eo-tooltip 268 KB 268 KB 🟰
eo-tree 138.42 KB 138.43 KB
eo-tree-select 282.58 KB 282.6 KB
eo-upload-file 357.55 KB 357.55 KB 🟰
eo-upload-image 247.18 KB 247.18 KB 🟰
eo-user-or-user-group-select 368.1 KB 368.14 KB
eo-viewport 78.48 KB 78.48 KB 🟰
eo-workbench-layout 352.65 KB 352.63 KB
eo-workbench-layout-v2 339.9 KB 339.92 KB
form.dynamic-form-item 246.01 KB 246.01 KB 🟰
form.general-checkbox 158.21 KB 158.22 KB
form.general-form 69.85 KB 69.86 KB
form.general-form-item 76.33 KB 76.33 KB 🟰
form.general-input 196.82 KB 142.57 KB 🟢 -54.25 KB
form.general-radio 151.12 KB 205.37 KB 🔺 +54.25 KB
form.general-search 200.86 KB 200.86 KB 🟰
form.general-select 346.05 KB 346.06 KB
form.general-switch 202.32 KB 148.08 KB 🟢 -54.24 KB
form.general-textarea 85.99 KB 86 KB
form.icon-select 266.01 KB 266.02 KB
form.submit-buttons 230.48 KB 230.49 KB
form.upload-image 247.18 KB 247.18 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.55 KB 408.54 KB
nav.app-bar-wrapper 68 KB 68 KB 🟰
nav.easyops-navbar-alerts 281.01 KB 281.01 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.74 KB 312.72 KB
nav.nav-logo 277.57 KB 277.61 KB
nav.poll-announce 288.13 KB 288.13 KB 🟰
presentational.code-display 352.78 KB 352.77 KB
presentational.general-alert 139.78 KB 139.77 KB
presentational.general-descriptions 188.35 KB 188.34 KB
presentational.humanize-time 284.3 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.31 KB 311.31 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.07 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 348.6 KB 348.6 KB 🟰
visual-builder.chat-preview 69.57 KB 69.57 KB 🟰
visual-builder.check-editor-by-name 7.21 KB 7.21 KB 🟰
visual-builder.contract-select 171.03 KB 171.03 KB 🟰
visual-builder.generate-snippets-context-menu 290.52 KB 290.52 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.82 KB 11.82 KB 🟰
visual-builder.inject-chat-preview-agent 8.17 KB 8.17 KB 🟰
visual-builder.page-arch-node 280.88 KB 280.88 KB 🟰
visual-builder.parse-path 8.85 KB 8.85 KB 🟰
visual-builder.pre-generated-config 79.95 KB 79.95 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.14 KB 67.14 KB 🟰
visual-builder.property-editor 1,437.85 KB 1,437.93 KB
visual-builder.raw-data-preview 78.63 KB 78.63 KB 🟰
visual-builder.raw-metric-preview 71.44 KB 71.44 KB 🟰
visual-builder.workbench-action 279.64 KB 279.64 KB 🟰
visual-builder.workbench-action-list 285.06 KB 285.06 KB 🟰
visual-builder.workbench-history-action 300.37 KB 300.37 KB 🟰
visual-builder.workbench-pane 135.44 KB 135.41 KB
visual-builder.workbench-sidebar 68.03 KB 68.03 KB 🟰
visual-builder.workbench-tree 285.11 KB 285.11 KB 🟰
vs.code-editor 1,146.04 KB 1,146 KB
Critical details for brick eo-auto-complete
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/index.639c1295.js 6.12 KB Del
form/dist/index.927290fa.js 6.12 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-cascader
Name Prev Now Diff
advanced/dist/chunks/1045.96a924fb.js 2.53 KB Del
advanced/dist/chunks/114.e11973ce.js 1.61 KB Del
advanced/dist/chunks/3144.a8b62897.js 50.01 KB Del
advanced/dist/chunks/4041.806ee88e.js 3.54 KB Del
advanced/dist/chunks/4837.a78e6eb3.js 2.5 KB Del
advanced/dist/index.66743f46.js 6.36 KB Del
advanced/dist/index.ce4da540.js 6.37 KB New
form/dist/chunks/react.b86c57e9.js 55.06 KB New
form/dist/index.639c1295.js 6.12 KB Del
form/dist/index.927290fa.js 6.12 KB New
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 Del
form/dist/chunks/8548.3d64fb28.js 0.83 KB Del
form/dist/index.639c1295.js 6.12 KB Del
form/dist/index.927290fa.js 6.12 KB New
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-date-picker
Name Prev Now Diff
form/dist/chunks/1045.7ad43dc1.js 2.52 KB New
form/dist/chunks/845.f6378665.js 83 KB 82.97 KB
form/dist/chunks/8548.3d64fb28.js 0.83 KB New
form/dist/index.639c1295.js 6.12 KB Del
form/dist/index.927290fa.js 6.12 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-directory-tree
Name Prev Now Diff
form/dist/chunks/1045.7ad43dc1.js 2.52 KB Del
form/dist/chunks/8548.3d64fb28.js 0.83 KB Del
form/dist/chunks/react.b86c57e9.js 55.06 KB Del
form/dist/index.639c1295.js 6.12 KB Del
form/dist/index.927290fa.js 6.12 KB New
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
nav/dist/chunks/4837.4464bee6.js 2.5 KB New
nav/dist/index.01bc3c21.js 6.41 KB New
nav/dist/index.1b177761.js 6.41 KB Del
Critical details for brick eo-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
form/dist/index.639c1295.js 6.12 KB Del
form/dist/index.927290fa.js 6.12 KB New
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-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
form/dist/index.639c1295.js 6.12 KB Del
form/dist/index.927290fa.js 6.12 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
form/dist/index.639c1295.js 6.12 KB Del
form/dist/index.927290fa.js 6.12 KB New
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-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
form/dist/index.639c1295.js 6.12 KB Del
form/dist/index.927290fa.js 6.12 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

@renovate renovate bot force-pushed the renovate/lint-staged-15.x branch from 931873f to 225aa5f Compare April 11, 2025 18:13
@renovate renovate bot changed the title chore(deps): Update dependency lint-staged to ^15.5.0 chore(deps): Update dependency lint-staged to ^15.5.1 Apr 11, 2025
Copy link

codecov bot commented Apr 11, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.18%. Comparing base (33e94fb) to head (0417ab8).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #61   +/-   ##
=======================================
  Coverage   85.18%   85.18%           
=======================================
  Files         433      433           
  Lines       13871    13871           
  Branches     2184     2184           
=======================================
  Hits        11816    11816           
  Misses       1670     1670           
  Partials      385      385           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions github-actions bot temporarily deployed to pull request April 11, 2025 18:26 Inactive
@renovate renovate bot force-pushed the renovate/lint-staged-15.x branch from 225aa5f to 0417ab8 Compare May 6, 2025 15:28
@renovate renovate bot changed the title chore(deps): Update dependency lint-staged to ^15.5.1 chore(deps): Update dependency lint-staged to ^15.5.2 May 6, 2025
@github-actions github-actions bot temporarily deployed to pull request May 6, 2025 15:41 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