Skip to content
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

chore(deps): Update dependency eslint to v9 #1249

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 29, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint (source) ^8.57.1 -> ^9.22.0 age adoption passing confidence

Release Notes

eslint/eslint (eslint)

v9.22.0

Compare Source

v9.21.0

Compare Source

Features
Bug Fixes
  • db5340d fix: update missing plugin message template (#​19445) (Milos Djermanovic)
  • d8ffdd4 fix: do not exit process on rule crash (#​19436) (Francesco Trotta)
Documentation
  • c5561ea docs: Update README (GitHub Actions Bot)
  • 80b0485 docs: replace var with let and const in rule example (#​19434) (Tanuj Kanti)
  • f67d5e8 docs: Update README (GitHub Actions Bot)
  • 75afc61 docs: Update README (GitHub Actions Bot)
  • 0636cab docs: Update Eleventy from v2 to v3 (#​19415) (Amaresh S M)
  • dd7d930 docs: Update README (GitHub Actions Bot)
Chores
  • a8c9a9f chore: update @eslint/eslintrc and @eslint/js (#​19453) (Francesco Trotta)
  • 265e0cf chore: package.json update for @​eslint/js release (Jenkins)
  • 3401b85 test: add test for Rule.ReportDescriptor type (#​19449) (Francesco Trotta)
  • e497aa7 chore: update rewrite dependencies (#​19448) (Francesco Trotta)
  • dab5478 chore: better error message for missing plugin in config (#​19402) (Tanuj Kanti)
  • ebfe2eb chore: set js language for bug report issue config block (#​19439) (Josh Goldberg ✨)
  • 5fd211d test: processors can return subpaths (#​19425) (Milos Djermanovic)

v9.20.1

Compare Source

Bug Fixes

Documentation

  • fe3ccb2 docs: allow typing in search box while dropdown is open (#​19424) (Amaresh S M)
  • 93c78a5 docs: Add instructions for pnpm compat (#​19422) (Nicholas C. Zakas)
  • b476a93 docs: Fix Keyboard Navigation for Search Results (#​19416) (Amaresh S M)
  • ccb60c0 docs: Update README (GitHub Actions Bot)

v9.20.0

Compare Source

Features
  • e89a54a feat: change behavior of inactive flags (#​19386) (Milos Djermanovic)
Bug Fixes
  • 91d4d9f fix: Bring types in sync with @​eslint/core (#​19157) (Nicholas C. Zakas)
  • fa25c7a fix: Emit warning when empty config file is used (#​19399) (Nicholas C. Zakas)
  • 31a9fd0 fix: Clearer error message for wrong plugin format (#​19380) (Nicholas C. Zakas)
  • 61d99e3 fix: Better error message for unserializable parser (#​19384) (Nicholas C. Zakas)
  • db1b9a6 fix: Ensure module scope is checked for references in consistent-this (#​19383) (Nicholas C. Zakas)
  • 8bcd820 fix: arrow-body-style crash with single-token body (#​19379) (Milos Djermanovic)
Documentation
  • b7012c8 docs: rewrite examples with var using let and const (#​19407) (Mueez Javaid Hashmi)
  • 6406376 docs: Update README (GitHub Actions Bot)
  • 350f2b9 docs: rewrite some examples with var using let and const (#​19404) (Mueez Javaid Hashmi)
  • 93c325a docs: rewrite examples with var using let and const (#​19398) (Mueez Javaid Hashmi)
  • 56ff404 docs: replace var with let or const in rules docs (#​19396) (Daniel Harbrueger)
  • 4053226 docs: change sourceType in no-eval examples (#​19393) (Milos Djermanovic)
  • 1324af0 docs: replace var with let and const in rules docs (#​19392) (Daniel Harbrueger)
  • 8b87e00 docs: replace var with const and let in rules (#​19389) (Tanuj Kanti)
  • 758c66b docs: Explain what frozen rules mean (#​19382) (Nicholas C. Zakas)
  • 0ef8bb8 docs: additional checks for rule examples (#​19358) (Milos Djermanovic)
  • 58ab2f6 docs: fix order of installation steps in getting started (#​19326) (Tanuj Kanti)
Chores

v9.19.0

Compare Source

Features
  • 1637b8e feat: add --report-unused-inline-configs (#​19201) (Josh Goldberg ✨)
Bug Fixes
  • aae6717 fix: sync rule type header comments automatically (#​19276) (Francesco Trotta)
Documentation
  • cfea9ab docs: Clarify overrideConfig option (#​19370) (Nicholas C. Zakas)
  • 2b84f66 docs: Update README (#​19362) (Nicholas C. Zakas)
  • 044f93c docs: clarify frozen rule description (#​19351) (Pavel)
  • 797ee7c docs: fix Bluesky links (#​19368) (Milos Djermanovic)
  • 81a9c0e docs: Update README (GitHub Actions Bot)
  • 093fb3d docs: replace var with let and const in rule examples (#​19365) (Tanuj Kanti)
  • 417de32 docs: replace var with const in rule examples (#​19352) (jj)
  • 17f2aae docs: update getting-started config to match default generated config (#​19308) (0xDev)
  • 8a0a5a8 docs: better global ignores instruction (#​19297) (Jacopo Marrone)
  • 6671a2c docs: Update README (GitHub Actions Bot)
  • e39d3f2 docs: fix divider for rule category (#​19264) (Tanuj Kanti)
  • e0cf53f docs: fix search result box position for small screens (#​19328) (Tanuj Kanti)
  • f92a680 docs: replace var with let or const in rule examples (#​19331) (Ravi Teja Kolla)
  • b04b84b docs: revert accidental changes in TS config files docs (#​19336) (Francesco Trotta)
Chores

v9.18.0

Compare Source

Features
  • e84e6e2 feat: Report allowed methods for no-console rule (#​19306) (Anna Bocharova)
  • 8efc2d0 feat: unflag TypeScript config files (#​19266) (Francesco Trotta)
  • 87a9352 feat: check imports and class names in no-shadow-restricted-names (#​19272) (Milos Djermanovic)
Bug Fixes
Documentation
  • d9c23c5 docs: replace var with const in rule examples (#​19325) (Tanuj Kanti)
  • 8e1a898 docs: add tabs to cli code blocks (#​18784) (Jay)
  • f3aeefb docs: rewrite using let and const in rule examples (#​19320) (PoloSpark)
  • 0b680b3 docs: Update README (GitHub Actions Bot)
  • 98c86a9 docs: Edit this page button link to different branches (#​19228) (Tanuj Kanti)
  • 6947901 docs: remove hardcoded edit link (#​19323) (Milos Djermanovic)
  • 03f2f44 docs: rewrite var with const in rules examples (#​19317) (Thiago)
  • 26c3003 docs: Clarify dangers of eslint:all (#​19318) (Nicholas C. Zakas)
  • c038257 docs: add eqeqeq in related rules to no-eq-null (#​19310) (루밀LuMir)
  • 89c8fc5 docs: rewrite examples with var using let and const (#​19315) (Amaresh S M)
  • db574c4 docs: add missing backticks to no-void (#​19313) (루밀LuMir)
  • 8d943c3 docs: add missing backticks to default-case-last (#​19311) (루밀LuMir)
  • 36ef8bb docs: rewrite examples with var using let and const (#​19298) (Amaresh S M)
  • 1610c9e docs: add missing backticks to no-else-return (#​19309) (루밀LuMir)
  • df409d8 docs: Update README (GitHub Actions Bot)
  • 2e84213 docs: Fix Horizontal Scroll Overflow in Rule Description on Mobile View (#​19304) (Amaresh S M)
  • 6e7361b docs: replace var with let and const in rule example (#​19302) (Tanuj Kanti)
  • 069af5e docs: rewrite var using const in rule examples (#​19303) (Kim GyeonWon)
  • 064e35d docs: remove 'I hope to' comments from scope-manager-interface (#​19300) (Josh Goldberg ✨)
  • 8e00305 docs: replace var with const in rule examples (#​19299) (Tanuj Kanti)
  • a559009 docs: Add warning about extending core rules (#​19295) (Nicholas C. Zakas)
  • 0bfdf6c docs: Update README (GitHub Actions Bot)
  • ce0b9ff docs: add navigation link for code explorer (#​19285) (Tanuj Kanti)
  • e255cc9 docs: add bluesky icon to footer (#​19290) (Tanuj Kanti)
  • 5d64851 docs: remove outdated info about environments (#​19296) (Francesco Trotta)
  • eec01f0 docs: switch rule examples config format to languageOptions (#​19277) (Milos Djermanovic)
  • b36ca0a docs: Fixing Focus Order by Rearranging Element Sequence (#​19241) (Amaresh S M)
  • d122c8a docs: add missing backticks to sort-imports (#​19282) (루밀LuMir)
  • 0367a70 docs: update custom parser docs (#​19288) (Francesco Trotta)
  • 8c07ebb docs: add border-radius to hX:target selector styles (#​19270) (루밀LuMir)
  • eff7c57 docs: add limitation section in no-loop-func (#​19287) (Tanuj Kanti)
  • 5db226f docs: add missing backticks in various parts of the documentation (#​19269) (루밀LuMir)
  • 789edbb docs: Update README (GitHub Actions Bot)
  • 613c06a docs: mark rules that are frozen with ❄️ (#​19231) (Amaresh S M)
  • 43172ec docs: Update README (GitHub Actions Bot)
  • ac8b3c4 docs: fix description of overrideConfigFile option (#​19262) (Milos Djermanovic)
  • bbb9b46 docs: Update README (GitHub Actions Bot)
  • 995b492 docs: fix inconsistent divider in rule categories box (#​19249) (Tanuj Kanti)
  • f76d05d docs: Refactor search result handling with better event listener cleanup (#​19252) (Amaresh S M)
  • c5f3d7d docs: Update README (GitHub Actions Bot)
Chores

v9.17.0

Compare Source

Features

Bug Fixes

  • 67d683d fix: fix crash when message.fix is nullish (#​19168) (ntnyq)
  • c618707 fix: ignore vars with non-identifier references in no-useless-assignment (#​19200) (YeonJuan)

Documentation

  • 3c22d2a docs: update yoda to Yoda in yoda.md for consistency (#​19230) (루밀LuMir)
  • e0a2203 docs: add missing backticks to no-sequences (#​19233) (루밀LuMir)
  • 4cc4881 docs: Update README (GitHub Actions Bot)
  • 3db6fdf docs: [no-await-in-loop] expand on benefits and inapplicability (#​19211) (Kirk Waiblinger)
  • bf2a4f6 docs: add missing backticks to func-style (#​19227) (루밀LuMir)
  • ba098bd docs: add missing header to prefer-spread (#​19224) (루밀LuMir)
  • b607ae6 docs: update description of no-param-reassign (#​19220) (루밀LuMir)
  • 1eb424d docs: add missing backticks to prefer-destructuring (#​19223) (루밀LuMir)
  • 85998d1 docs: add missing backticks to no-unneeded-ternary (#​19222) (루밀LuMir)
  • b75b32c docs: add missing backticks to no-new-func (#​19219) (루밀LuMir)
  • a7700bc docs: add missing backticks to id-length (#​19217) (루밀LuMir)
  • e2bb429 docs: add missing backticks to complexity.md (#​19214) (루밀LuMir)
  • 045d716 docs: add missing ) to id-denylist (#​19213) (루밀LuMir)
  • 7fe4114 docs: Update README (GitHub Actions Bot)
  • c743ba6 docs: add CSS language to no-restricted-syntax (#​19208) (Milos Djermanovic)
  • 1416d70 docs: add missing backticks to eqeqeq (#​19207) (루밀LuMir)
  • b950c1b docs: add missing backticks to prefer-object-spread (#​19206) (루밀LuMir)
  • 8a941cb docs: update docs and description of require-unicode-regexp (#​19205) (루밀LuMir)
  • cbab228 docs: Update README (GitHub Actions Bot)
  • f2257ce docs: update comments and description of no-script-url (#​19203) (루밀LuMir)
  • 365f0f4 docs: add missing backtick to default-case-last (#​19202) (루밀LuMir)
  • e6b84f5 docs: add missing punctuation in document (#​19161) (루밀LuMir)
  • c88708e docs: replace quote with backtick in description of for-direction (#​19199) (루밀LuMir)
  • a76f233 docs: use higher contrast color tokens for code comments (#​19187) (Josh Goldberg ✨)
  • db19502 docs: Update README (GitHub Actions Bot)

Chores

v9.16.0

Compare Source

Features
  • 8f70eb1 feat: Add ignoreComputedKeys option in sort-keys rule (#​19162) (Milos Djermanovic)
Documentation
  • 9eefc8f docs: fix typos in use-isnan (#​19190) (루밀LuMir)
  • 0c8cea8 docs: switch the order of words in no-unreachable (#​19189) (루밀LuMir)
  • 0c19417 docs: add missing backtick to no-async-promise-executor (#​19188) (루밀LuMir)
  • 8df9276 docs: add backtick in -0 in description of no-compare-neg-zero (#​19186) (루밀LuMir)
  • 7e16e3f docs: fix caseSensitive option's title of sort-keys (#​19183) (Tanuj Kanti)
  • 0c6b842 docs: fix typos in migration-guide.md (#​19180) (루밀LuMir)
  • 353266e docs: fix a typo in debug.md (#​19179) (루밀LuMir)
  • 5ff318a docs: delete unnecessary horizontal rule(---) in nodejs-api (#​19175) (루밀LuMir)
  • 576bcc5 docs: mark more rules as handled by TypeScript (#​19164) (Tanuj Kanti)
  • 742d054 docs: note that no-restricted-syntax can be used with any language (#​19148) (Milos Djermanovic)
Chores

v9.15.0

Compare Source

Features
  • 01557ce feat: Implement Language#normalizeLanguageOptions() (#​19104) (Nicholas C. Zakas)
  • 2edc0e2 feat: add meta.defaultOptions (#​17656) (Josh Goldberg ✨)
  • bdec50e feat: fix no-useless-computed-key false negative with __proto__ (#​19123) (Milos Djermanovic)
  • 3087c9e feat: add meta object to @eslint/js plugin (#​19095) (Francesco Trotta)
Bug Fixes
Documentation
  • d927920 docs: fix styles in no-js mode (#​18916) (Tanuj Kanti)
  • 09bc2a8 docs: Update README (GitHub Actions Bot)
  • 39089c8 docs: add no-useless-computed-key examples with object patterns (#​19109) (Milos Djermanovic)
  • 895c60f docs: add missing messageId property and suggestion properties (#​19122) (fnx)
  • 298625e docs: Change CLI -c to use flat config (#​19103) (Nicholas C. Zakas)
  • 522d8a3 docs: add deprecation on indent, quotes and semi rule types (#​19090) (Marco Pasqualetti)
Chores

v9.14.0

Compare Source

Features
  • 3fa009f feat: add support for Import Attributes and RegExp Modifiers (#​19076) (Milos Djermanovic)
  • b0faee3 feat: add types for the @eslint/js package (#​19010) (Nitin Kumar)
Bug Fixes
  • 24d0172 fix: enable retry concurrency limit for readFile() (#​19077) (Nicholas C. Zakas)
  • b442067 fix: Don't crash when directory is deleted during traversal. (#​19067) (Nicholas C. Zakas)
  • d474443 fix: avoid call stack overflow while processing globs (#​19035) (Livia Medeiros)
Documentation
Build Related
Chores

v9.13.0

Compare Source

Features
Bug Fixes
Documentation
  • abdbfa8 docs: mark LintMessage#nodeType as deprecated (#​19019) (Nitin Kumar)
  • 19e68d3 docs: update deprecated rules type definitions (#​19018) (Nitin Kumar)
  • 7dd402d docs: Update examples of passing multiple values to a CLI option (#​19006) (Milos Djermanovic)
  • 5dcbc51 docs: Add example with side-effect imports to no-restricted-imports (#​18997) (Milos Djermanovic)
  • 1ee87ca docs: Update README (GitHub Actions Bot)
  • 2c3dbdc docs: Use prerendered sponsors for README (#​18988) (Milos Djermanovic)
Chores

v9.12.0

Compare Source

Features
Bug Fixes
Documentation

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 Jul 29, 2024

@github-actions github-actions bot temporarily deployed to pull request July 29, 2024 06:24 Inactive
@renovate renovate bot force-pushed the renovate/major-eslint-monorepo branch from f4ca65e to 35d6407 Compare July 29, 2024 07:51
@github-actions github-actions bot temporarily deployed to pull request July 29, 2024 08:05 Inactive
@renovate renovate bot force-pushed the renovate/major-eslint-monorepo branch from 35d6407 to 90819a8 Compare August 9, 2024 23:27
@github-actions github-actions bot temporarily deployed to pull request August 9, 2024 23:42 Inactive
@renovate renovate bot force-pushed the renovate/major-eslint-monorepo branch from 90819a8 to 2562dc0 Compare August 23, 2024 22:32
@github-actions github-actions bot temporarily deployed to pull request August 23, 2024 22:47 Inactive
@renovate renovate bot force-pushed the renovate/major-eslint-monorepo branch from 2562dc0 to 13836be Compare September 6, 2024 21:02
@github-actions github-actions bot temporarily deployed to pull request September 6, 2024 21:17 Inactive
@renovate renovate bot force-pushed the renovate/major-eslint-monorepo branch from 13836be to 75acee4 Compare September 20, 2024 19:33
Copy link

codecov bot commented Sep 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.46%. Comparing base (46e47f5) to head (55e1eec).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1249   +/-   ##
=======================================
  Coverage   90.46%   90.46%           
=======================================
  Files         124      124           
  Lines        2768     2768           
  Branches      379      379           
=======================================
  Hits         2504     2504           
  Misses        170      170           
  Partials       94       94           
🚀 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 September 20, 2024 19:48 Inactive
@renovate renovate bot force-pushed the renovate/major-eslint-monorepo branch from 75acee4 to ed6e0b1 Compare September 23, 2024 21:17
@github-actions github-actions bot temporarily deployed to pull request September 23, 2024 21:33 Inactive
@renovate renovate bot force-pushed the renovate/major-eslint-monorepo branch from ed6e0b1 to 8ac7d69 Compare October 4, 2024 22:30
@github-actions github-actions bot temporarily deployed to pull request October 4, 2024 22:44 Inactive
Copy link

github-actions bot commented Oct 4, 2024

📐🤏 Size check result (46e47f5...c7f5fdc):

See full diff

Load all bricks together

Summary:

Name Prev Now Diff
All bricks 4,359.4 KB New

Distributions:

Name Prev Now Diff
<core> 311.54 KB New
advanced 515.21 KB New
ai 285.14 KB New
api-market 10.56 KB New
basic 156.05 KB New
containers 95.04 KB New
data-view 639.73 KB New
diagram 176.59 KB New
form 323.26 KB New
form-platform 12.7 KB New
icons 64.09 KB New
illustrations 17.31 KB New
inject 56.23 KB New
markdown 249.08 KB New
mini-chart 10.61 KB New
nav 121.41 KB New
presentational 134.41 KB New
recent-history 32.53 KB New
shoelace 185.58 KB New
visual-builder 434.93 KB New
vs 838.96 KB New

Load bricks by each package

Name Prev Now Diff
advanced 825.08 KB New
ai 581.09 KB New
api-market 319.24 KB New
basic 356.16 KB New
containers 249.54 KB New
data-view 795 KB New
diagram 259.98 KB New
form 610.34 KB New
form-platform 301.4 KB New
icons 121.78 KB New
illustrations 141.62 KB New
inject 56.23 KB New
markdown 443.84 KB New
mini-chart 76.29 KB New
nav 463.23 KB New
presentational 430.17 KB New
recent-history 300.41 KB New
shoelace 185.54 KB New
visual-builder 1,607.32 KB New
vs 1,121.99 KB New
widget-editors 0 KB New

Load by each brick

Name Prev Now Diff
advanced.capture-snapshot 52.37 KB New
advanced.general-cascader 319.71 KB New
advanced.general-table 378.18 KB New
advanced.pdf-viewer 199.19 KB New
ai.chat-agent 67.79 KB New
ai.chat-view 576.39 KB New
api-market.apis-directory-tree 319.2 KB New
basic.active-element-blur 8.59 KB New
basic.change-language 8.58 KB New
basic.copy-to-clipboard 8.74 KB New
basic.dropdown-button 269.47 KB New
basic.general-button 150.44 KB New
basic.general-image 146.41 KB New
basic.general-link 256.66 KB New
basic.general-menu 78.41 KB New
basic.general-menu-item 142.78 KB New
basic.general-popover 186.48 KB New
basic.general-tag 144.73 KB New
basic.general-tag-list 146.83 KB New
basic.general-text 285.84 KB New
basic.get-language 8.57 KB New
basic.home-redirect 23.48 KB New
basic.http-proxy-request 8.65 KB New
basic.http-request 8.57 KB New
basic.lock-body-scroll 23.16 KB New
basic.set-theme-by-apps 8.58 KB New
basic.set-timeout 8.58 KB New
basic.show-dialog 274.37 KB New
basic.show-notification 256.66 KB New
basic.show-watermark 10.33 KB New
basic.v3-widget-mate 8.56 KB New
containers.easy-view 67.12 KB New
containers.flex-layout 66.85 KB New
containers.general-card 162.06 KB New
containers.general-category 67.48 KB New
containers.general-drawer 156.25 KB New
containers.general-modal 162.75 KB New
containers.grid-layout 67.94 KB New
containers.micro-view 88.01 KB New
containers.search-bar 66.97 KB New
containers.tab-group 72.13 KB New
containers.tab-item 157.88 KB New
containers.tab-list 157.88 KB New
data-view.app-wall-card-item 70.07 KB New
data-view.app-wall-relation-line 69.77 KB New
data-view.app-wall-system-card 134.28 KB New
data-view.basic-index-group 69.36 KB New
data-view.battery-chart 70.09 KB New
data-view.brick-notification 133.51 KB New
data-view.bubbles-indicator 167.22 KB New
data-view.cabinet-app-layer 69.76 KB New
data-view.cabinet-button 69.37 KB New
data-view.cabinet-container 79.64 KB New
data-view.cabinet-graph 93.81 KB New
data-view.cabinet-node 70.17 KB New
data-view.cabinet-thumbnail 83.46 KB New
data-view.china-map 145.75 KB New
data-view.china-map-chart 376.32 KB New
data-view.complex-search 146 KB New
data-view.crystal-ball-indicator 161.61 KB New
data-view.data-display-flipper 69.31 KB New
data-view.data-display-flipper-fifth 69.17 KB New
data-view.data-display-flipper-sixth 69.03 KB New
data-view.dropdown-menu 135.61 KB New
data-view.gauge-chart 70.23 KB New
data-view.gear-background 115.33 KB New
data-view.globe-with-gear-indicator 212.47 KB New
data-view.globe-with-halo-indicator 162.61 KB New
data-view.globe-with-orbit-indicator 162.43 KB New
data-view.graph-layout-grid 86.55 KB New
data-view.graph-node 69.23 KB New
data-view.graph-text 77.7 KB New
data-view.grid-background 104.57 KB New
data-view.hi-tech-button 70 KB New
data-view.indicator-card 69.47 KB New
data-view.lights-component-title 68.9 KB New
data-view.loading-panel 73.28 KB New
data-view.modern-style-component-title 69.97 KB New
data-view.modern-style-page-title 70.01 KB New
data-view.modern-style-treemap 80.56 KB New
data-view.particle-animation 69.9 KB New
data-view.progress-bar-list 72.07 KB New
data-view.radar-chart 70.94 KB New
data-view.simple-card-item 69.58 KB New
data-view.tabs-drawer 135.42 KB New
data-view.tabs-page-title 72.12 KB New
data-view.tech-mesh-base-view 68.47 KB New
data-view.title-text 69.66 KB New
data-view.top-title-bar 80.84 KB New
diagram.editable-label 67.75 KB New
diagram.experimental-node 67.2 KB New
eo-actions 266.36 KB New
eo-alert 137.7 KB New
eo-antd-icon 121.78 KB New
eo-app-bar-wrapper 68.09 KB New
eo-auto-complete 146.52 KB New
eo-avatar 249.08 KB New
eo-avatar-group 248 KB New
eo-banner 96.01 KB New
eo-breadcrumb 258.78 KB New
eo-breadcrumb-item 258.34 KB New
eo-broadcast-channel 78.81 KB New
eo-button 150.44 KB New
eo-card 162.06 KB New
eo-card-item 286.62 KB New
eo-carousel-text 75.36 KB New
eo-cascader 266.97 KB New
eo-category 67.48 KB New
eo-checkbox 210.37 KB New
eo-code-display 340.34 KB New
eo-color-picker 238.98 KB New
eo-content-layout 66.41 KB New
eo-context-menu 269.39 KB New
eo-counter-badge 143.46 KB New
eo-current-time 136.38 KB New
eo-date-picker 281.01 KB New
eo-descriptions 183.22 KB New
eo-diagram 121.47 KB New
eo-directory 267.95 KB New
eo-directory-tree 166.93 KB New
eo-directory-tree-internal-node 132.95 KB New
eo-directory-tree-leaf 132.26 KB New
eo-display-canvas 215.55 KB New
eo-divider 73.17 KB New
eo-draw-canvas 235.55 KB New
eo-drawer 156.26 KB New
eo-dropdown-actions 267.93 KB New
eo-dropdown-button 269.47 KB New
eo-dropdown-select 263.93 KB New
eo-dynamic-form-item 188.19 KB New
eo-easy-view 67.12 KB New
eo-easyops-avatar 250.97 KB New
eo-easyops-icon 121.78 KB New
eo-event-agent 23.07 KB New
eo-fa-icon 121.78 KB New
eo-flex-layout 66.85 KB New
eo-form 69.99 KB New
eo-form-item 76.29 KB New
eo-formatter-number 78.88 KB New
eo-frame-breadcrumb 270.58 KB New
eo-grid-layout 67.94 KB New
eo-humanize-time 272.91 KB New
eo-icon 121.78 KB New
eo-icon-select 208.16 KB New
eo-iframe 78.86 KB New
eo-illustration-message 137.42 KB New
eo-image 146.41 KB New
eo-img-icon 121.78 KB New
eo-info-card-item 273.09 KB New
eo-input 194.73 KB New
eo-launchpad-button 294.65 KB New
eo-launchpad-button-v2 301.95 KB New
eo-launchpad-quick-access 289.9 KB New
eo-launchpad-recent-visits 288.73 KB New
eo-link 256.66 KB New
eo-loading-container 142.94 KB New
eo-loading-step 163.48 KB New
eo-main-view 96.01 KB New
eo-markdown-display 140.96 KB New
eo-markdown-editor 405.63 KB New
eo-menu 78.41 KB New
eo-menu-group 78.35 KB New
eo-menu-item 142.78 KB New
eo-menu-item-sub-menu 143.22 KB New
eo-message-listener 78.58 KB New
eo-micro-view 88.01 KB New
eo-mini-actions 268.44 KB New
eo-mini-line-chart 76.29 KB New
eo-modal 162.75 KB New
eo-narrow-view 75.16 KB New
eo-nav-menu 314.48 KB New
eo-next-table 509.57 KB New
eo-page-title 78.56 KB New
eo-page-view 75.16 KB New
eo-pagination 294.42 KB New
eo-popover 186.48 KB New
eo-popup 145.59 KB New
eo-radio 148.91 KB New
eo-resizable-box 68.83 KB New
eo-search 198.78 KB New
eo-search-bar 66.97 KB New
eo-search-launchpad 292.56 KB New
eo-select 335.01 KB New
eo-sidebar 298.83 KB New
eo-sidebar-menu 282.37 KB New
eo-sidebar-menu-group 282.36 KB New
eo-sidebar-menu-item 267.21 KB New
eo-sidebar-menu-submenu 282.36 KB New
eo-sidebar-sub-menu 273.19 KB New
eo-spin 67.3 KB New
eo-statistics-card 137.57 KB New
eo-submit-buttons 172.71 KB New
eo-svg-icon 121.78 KB New
eo-switch 145.86 KB New
eo-tab-group 72.13 KB New
eo-tab-item 157.88 KB New
eo-tab-list 157.88 KB New
eo-table 378.13 KB New
eo-tag 144.73 KB New
eo-tag-list 146.83 KB New
eo-text 285.81 KB New
eo-text-tooltip 139.31 KB New
eo-textarea 85.46 KB New
eo-time-picker 213.08 KB New
eo-time-range-picker 334.57 KB New
eo-tooltip 256.66 KB New
eo-tree 138.17 KB New
eo-tree-select 279.68 KB New
eo-upload-file 290.98 KB New
eo-upload-image 189.33 KB New
eo-user-or-user-group-select 301.4 KB New
eo-workbench-layout 338.22 KB New
eo-workbench-layout-v2 339.7 KB New
form.dynamic-form-item 188.19 KB New
form.general-checkbox 156.01 KB New
form.general-form 69.99 KB New
form.general-form-item 76.29 KB New
form.general-input 194.73 KB New
form.general-radio 203.27 KB New
form.general-search 198.78 KB New
form.general-select 335.01 KB New
form.general-switch 145.86 KB New
form.general-textarea 85.46 KB New
form.icon-select 208.16 KB New
form.submit-buttons 172.71 KB New
form.upload-image 189.33 KB New
icons.antd-icon 121.78 KB New
icons.easyops-icon 121.78 KB New
icons.fa-icon 121.78 KB New
icons.general-icon 121.78 KB New
icons.get-antd-icons 121.78 KB New
icons.get-easyops-icons 121.78 KB New
icons.get-fa-icons 121.78 KB New
icons.get-libs 121.78 KB New
icons.search-icons 121.78 KB New
illustrations.error-message 137.4 KB New
illustrations.get-illustration 9.12 KB New
illustrations.get-illustrations-by-category 6.02 KB New
illustrations.loading-transition 66.64 KB New
illustrations.translate-illustration-config 9.12 KB New
inject.visual-builder-preview-agent 56.23 KB New
markdown.markdown-editor 405.61 KB New
nav.app-bar-wrapper 68.09 KB New
nav.easyops-navbar-alerts 267.16 KB New
nav.get-menu-config-options 7.84 KB New
nav.get-menu-config-tree 8.34 KB New
nav.launchpad-config 298.67 KB New
nav.nav-logo 266.24 KB New
nav.poll-announce 276.81 KB New
presentational.code-display 340.34 KB New
presentational.general-alert 137.7 KB New
presentational.general-descriptions 183.22 KB New
presentational.humanize-time 272.91 KB New
recent-history.clear-history 28.36 KB New
recent-history.get-all-history 28.36 KB New
recent-history.push-history 28.36 KB New
recent-history.recent-visit 299.31 KB New
sl-alert 106.22 KB New
sl-animated-image 105.29 KB New
sl-animation 108.64 KB New
sl-avatar 105.28 KB New
sl-badge 105.28 KB New
sl-breadcrumb 106.02 KB New
sl-breadcrumb-item 106.02 KB New
sl-button 106.02 KB New
sl-button-group 105.29 KB New
sl-card 105.28 KB New
sl-carousel 106.02 KB New
sl-carousel-item 106.02 KB New
sl-checkbox 105.29 KB New
sl-color-picker 111.05 KB New
sl-details 106.02 KB New
sl-dialog 106.22 KB New
sl-divider 105.29 KB New
sl-drawer 106.02 KB New
sl-dropdown 106.22 KB New
sl-format-bytes 106.02 KB New
sl-format-date 106.02 KB New
sl-format-number 106.02 KB New
sl-icon 105.28 KB New
sl-icon-button 105.29 KB New
sl-image-comparer 106.03 KB New
sl-input 106.02 KB New
sl-menu 106.22 KB New
sl-menu-item 106.22 KB New
sl-menu-label 105.29 KB New
sl-mutation-observer 105.29 KB New
sl-option 106.02 KB New
sl-popup 106.22 KB New
sl-progress-bar 106.02 KB New
sl-progress-ring 106.02 KB New
sl-qr-code 109.96 KB New
sl-radio 105.28 KB New
sl-radio-button 105.29 KB New
sl-radio-group 105.29 KB New
sl-range 106.01 KB New
sl-rating 106.02 KB New
sl-relative-time 106.02 KB New
sl-resize-observer 105.29 KB New
sl-select 106.22 KB New
sl-skeleton 105.29 KB New
sl-spinner 106.02 KB New
sl-split-panel 106.02 KB New
sl-switch 105.28 KB New
sl-tab 106.02 KB New
sl-tab-group 106.02 KB New
sl-tab-panel 106.02 KB New
sl-tag 106.01 KB New
sl-textarea 105.28 KB New
sl-tooltip 106.22 KB New
sl-tree 106.02 KB New
sl-tree-item 106.02 KB New
sl-visually-hidden 105.29 KB New
visual-builder.batch-update-raw-data-generated-view 7.59 KB New
visual-builder.chat-conversation 327.02 KB New
visual-builder.chat-preview 69.64 KB New
visual-builder.check-editor-by-name 7.21 KB New
visual-builder.contract-select 167.03 KB New
visual-builder.generate-snippets-context-menu 279.17 KB New
visual-builder.get-config-by-data-for-ai 8.4 KB New
visual-builder.get-data-deps 7.22 KB New
visual-builder.get-dependency-tree 7.59 KB New
visual-builder.get-raw-data-system-prompts 11.81 KB New
visual-builder.inject-chat-preview-agent 8.17 KB New
visual-builder.page-arch-node 269.5 KB New
visual-builder.parse-path 8.84 KB New
visual-builder.pre-generated-config 78.3 KB New
visual-builder.pre-generated-config-preview 75.4 KB New
visual-builder.pre-generated-container 70.02 KB New
visual-builder.pre-generated-preview 69.62 KB New
visual-builder.pre-generated-table-view 67.24 KB New
visual-builder.property-editor 1,407.04 KB New
visual-builder.raw-data-preview 78.7 KB New
visual-builder.workbench-action 268.27 KB New
visual-builder.workbench-action-list 273.7 KB New
visual-builder.workbench-history-action 288.94 KB New
visual-builder.workbench-pane 133.35 KB New
visual-builder.workbench-sidebar 68.12 KB New
visual-builder.workbench-tree 273.75 KB New
vs.code-editor 1,122.11 KB New

@renovate renovate bot force-pushed the renovate/major-eslint-monorepo branch from 8ac7d69 to 1f2e9d3 Compare October 18, 2024 23:40
@github-actions github-actions bot temporarily deployed to pull request October 18, 2024 23:55 Inactive
@renovate renovate bot force-pushed the renovate/major-eslint-monorepo branch from 1f2e9d3 to 39e3b30 Compare November 1, 2024 19:15
Copy link

coderabbitai bot commented Nov 1, 2024

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.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 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 docstrings to generate docstrings for 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.

@github-actions github-actions bot temporarily deployed to pull request November 1, 2024 19:30 Inactive
@renovate renovate bot force-pushed the renovate/major-eslint-monorepo branch from 39e3b30 to e8382ea Compare November 12, 2024 01:26
@github-actions github-actions bot temporarily deployed to pull request November 12, 2024 01:42 Inactive
@renovate renovate bot force-pushed the renovate/major-eslint-monorepo branch from e8382ea to 1643260 Compare November 12, 2024 02:47
@github-actions github-actions bot temporarily deployed to pull request November 12, 2024 03:02 Inactive
@renovate renovate bot force-pushed the renovate/major-eslint-monorepo branch from 1643260 to de8891f Compare November 15, 2024 19:33
@github-actions github-actions bot temporarily deployed to pull request November 15, 2024 19:49 Inactive
@renovate renovate bot force-pushed the renovate/major-eslint-monorepo branch from de8891f to 6693635 Compare November 29, 2024 22:43
@github-actions github-actions bot temporarily deployed to pull request November 29, 2024 22:58 Inactive
@renovate renovate bot force-pushed the renovate/major-eslint-monorepo branch from 6693635 to dd093bc Compare December 13, 2024 22:16
@github-actions github-actions bot temporarily deployed to pull request December 13, 2024 22:32 Inactive
@renovate renovate bot force-pushed the renovate/major-eslint-monorepo branch from dd093bc to 4684ae5 Compare January 10, 2025 22:24
@github-actions github-actions bot temporarily deployed to pull request January 10, 2025 22:40 Inactive
@renovate renovate bot force-pushed the renovate/major-eslint-monorepo branch 2 times, most recently from 86c0519 to 192ddbf Compare January 12, 2025 11:43
@github-actions github-actions bot temporarily deployed to pull request January 12, 2025 11:49 Inactive
@renovate renovate bot force-pushed the renovate/major-eslint-monorepo branch from 192ddbf to 9008024 Compare January 24, 2025 21:33
@github-actions github-actions bot temporarily deployed to pull request January 24, 2025 21:38 Inactive
@renovate renovate bot force-pushed the renovate/major-eslint-monorepo branch from 9008024 to ea5a0ae Compare February 8, 2025 01:37
@github-actions github-actions bot temporarily deployed to pull request February 8, 2025 01:42 Inactive
@renovate renovate bot force-pushed the renovate/major-eslint-monorepo branch from ea5a0ae to 315473e Compare February 11, 2025 17:23
@github-actions github-actions bot temporarily deployed to pull request February 11, 2025 17:28 Inactive
@renovate renovate bot force-pushed the renovate/major-eslint-monorepo branch from 315473e to c15c7be Compare February 21, 2025 22:09
@github-actions github-actions bot temporarily deployed to pull request February 21, 2025 22:14 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