Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 5, 2025

Bumps the eslint group with 7 updates in the / directory:

Package From To
eslint 8.57.1 9.21.0
eslint-config-prettier 9.1.0 10.0.2
eslint-plugin-ember 12.2.1 12.5.0
eslint-plugin-ember-template-lint 0.15.0 0.21.0
eslint-plugin-import 2.30.0 2.31.0
eslint-plugin-n 17.10.3 17.16.2
eslint-plugin-prettier 5.2.1 5.2.3

Updates eslint from 8.57.1 to 9.21.0

Release notes

Sourced from eslint's releases.

v9.21.0

Features

  • 418717f feat: introduce new deprecated types for rules (#19238) (fnx)
  • 5c5b802 feat: Add --ext CLI option (#19405) (Milos Djermanovic)

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

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

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)

... (truncated)

Changelog

Sourced from eslint's changelog.

v9.21.0 - February 21, 2025

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

v9.20.1 - February 11, 2025

  • fe3ccb2 docs: allow typing in search box while dropdown is open (#19424) (Amaresh S M)
  • 274f054 fix: fix RuleContext type (#19417) (Francesco Trotta)
  • 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 - February 7, 2025

  • 979097a chore: upgrade @​eslint/js@​9.20.0 (#19412) (Francesco Trotta)
  • 031734e chore: package.json update for @​eslint/js release (Jenkins)
  • 91d4d9f fix: Bring types in sync with @​eslint/core (#19157) (Nicholas C. Zakas)
  • b7012c8 docs: rewrite examples with var using let and const (#19407) (Mueez Javaid Hashmi)
  • d4c47c3 test: avoid empty config warning in test output (#19408) (Milos Djermanovic)
  • e89a54a feat: change behavior of inactive flags (#19386) (Milos Djermanovic)
  • fa25c7a fix: Emit warning when empty config file is used (#19399) (Nicholas C. Zakas)
  • 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)
  • 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)
  • 758c66b docs: Explain what frozen rules mean (#19382) (Nicholas C. Zakas)
  • 67dd82a chore: update dependency @​eslint/json to ^0.10.0 (#19387) (renovate[bot])
  • 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)

... (truncated)

Commits

Updates eslint-config-prettier from 9.1.0 to 10.0.2

Release notes

Sourced from eslint-config-prettier's releases.

v10.0.2

Patch Changes

v10.0.1

eslint-config-prettier

10.0.1

What's Changed

New Contributors

Full Changelog: prettier/eslint-config-prettier@v9.1.0...v10.0.1

v10.0.0

Major Changes

Changelog

Sourced from eslint-config-prettier's changelog.

10.0.2

Patch Changes

10.0.0

Major Changes

Versions before 10.0.0

Commits
Maintainer changes

This version was pushed to npm by jounqin, a new releaser for eslint-config-prettier since your current version.


Updates eslint-plugin-ember from 12.2.1 to 12.5.0

Release notes

Sourced from eslint-plugin-ember's releases.

v12.5.0-eslint-plugin-ember

Release (2025-01-30)

eslint-plugin-ember 12.5.0 (minor)

🚀 Enhancement

🏠 Internal

Committers: 2

v12.3.3-eslint-plugin-ember

Release (2024-11-22)

eslint-plugin-ember 12.3.3 (patch)

🐛 Bug Fix

  • eslint-plugin-ember

Committers: 1

v12.3.2-eslint-plugin-ember

Release (2024-11-21)

eslint-plugin-ember 12.3.2 (patch)

🐛 Bug Fix

Committers: 1

v12.3.1-eslint-plugin-ember

Release (2024-10-25)

eslint-plugin-ember 12.3.1 (patch)

🐛 Bug Fix

  • eslint-plugin-ember
    • #2200 Fix no-component-lifecycle-hook in double extended classic component (@​wagenet)

... (truncated)

Changelog

Sourced from eslint-plugin-ember's changelog.

Changelog

Release (2025-01-30)

eslint-plugin-ember 12.5.0 (minor)

🚀 Enhancement

🏠 Internal

Committers: 2

Release (2025-01-30)

eslint-plugin-ember 12.4.0 (minor)

🚀 Enhancement

Committers: 1

Release (2024-11-22)

eslint-plugin-ember 12.3.3 (patch)

🐛 Bug Fix

  • eslint-plugin-ember

Committers: 1

Release (2024-11-21)

eslint-plugin-ember 12.3.2 (patch)

🐛 Bug Fix

Committers: 1

... (truncated)

Commits

Updates eslint-plugin-ember-template-lint from 0.15.0 to 0.21.0

Changelog

Sourced from eslint-plugin-ember-template-lint's changelog.

Changelog

0.20.0 (2024-11-26)

🐛 Bug Fix

Committers: 1

0.16.0 (2024-11-25)

🚀 Enhancement

Committers: 1

0.10.0 (2023-06-06)

🐛 Bug Fix

Committers: 1

0.9.0 (2023-05-31)

... (truncated)

Commits

Updates eslint-plugin-import from 2.30.0 to 2.31.0

Release notes

Sourced from eslint-plugin-import's releases.

v2.31.0

Added

Fixed

Changed

#3073: import-js/eslint-plugin-import#3073 #3072: import-js/eslint-plugin-import#3072 #3071: import-js/eslint-plugin-import#3071 #3070: import-js/eslint-plugin-import#3070 #3068: import-js/eslint-plugin-import#3068 #3066: import-js/eslint-plugin-import#3066 #3065: import-js/eslint-plugin-import#3065 #3062: import-js/eslint-plugin-import#3062 #3052: import-js/eslint-plugin-import#3052 #3043: import-js/eslint-plugin-import#3043 #3032: import-js/eslint-plugin-import#3032 #2996: import-js/eslint-plugin-import#2996 #2817: import-js/eslint-plugin-import#2817 [@​akwodkiewicz]: https://github.com/akwodkiewicz [@​joshuaobrien]: https://github.com/joshuaobrien [@​liuxingbaoyu]: https://github.com/liuxingbaoyu [@​manuth]: https://github.com/manuth [@​michaelfaith]: https://github.com/michaelfaith [@​phryneas]: https://github.com/phryneas

... (truncated)

Changelog

Sourced from eslint-plugin-import's changelog.

[2.31.0] - 2024-10-03

Added

Fixed

  • ExportMap / flat config: include languageOptions in context (#3052, thanks [@​michaelfaith])
  • [no-named-as-default]: Allow using an identifier if the export is both a named and a default export (#3032, thanks [@​akwodkiewicz])
  • [export]: False positive for exported overloaded functions in TS (#3065, thanks [@​liuxingbaoyu])
  • exportMap: export map cache is tainted by unreliable parse results (#3062, thanks [@​michaelfaith])
  • exportMap: improve cacheKey when using flat config (#3072, thanks [@​michaelfaith])
  • adjust "is source type module" checks for flat config (#2996, thanks [@​G-Rath])

Changed

Commits
  • 91f809b v2.31.0
  • 3f1ac24 [utils] [refactor] parse: avoid using a regex here
  • d225176 [New] extensions: add the checkTypeImports option
  • 5a51b9a [Tests] rule-tester: try this babel class workaround
  • d66cde0 [New] support eslint v9
  • d27a639 [Fix] adjust "is source type module" checks for flat config
  • 1fa8a07 [Refactor] create sourceType helper
  • 0bc1355 [Tests] no-default-export, no-named-export: add test cases with non-modu...
  • 55fa203 [Tests] no-default-export, no-named-export: add test case
  • 6be20df [Docs] no-restricted-paths: fix grammar
  • Additional commits viewable in compare view

Updates eslint-plugin-n from 17.10.3 to 17.16.2

Release notes

Sourced from eslint-plugin-n's releases.

v17.16.2

17.16.2 (2025-03-04)

🩹 Fixes

  • Revert "feat: add support for ignoring sync methods from certain locations" (#416) (0779e2f)

v17.16.1

17.16.1 (2025-03-02)

🩹 Fixes

🧹 Chores

  • package: explicitly declare js module type (#410) (9f09931)

v17.16.0

17.16.0 (2025-02-23)

🌟 Features

  • add support for ignoring sync methods from certain locations (#392) (5544f20)

🩹 Fixes

  • False-positive no-extraneous-import when using the tsconfig > paths alias import (#408) (f486492)

🧹 Chores

v17.15.1

17.15.1 (2024-12-20)

🩹 Fixes

  • Promise.withResolvers is supported since node 22.11 (#398) (c5bcb3a)

v17.15.0

17.15.0 (2024-12-10)

... (truncated)

Changelog

Sourced from eslint-plugin-n's changelog.

17.16.2 (2025-03-04)

🩹 Fixes

  • Revert "feat: add support for ignoring sync methods from certain locations" (#416) (0779e2f)

17.16.1 (2025-03-02)

🩹 Fixes

🧹 Chores

  • package: explicitly declare js module type (#410) (9f09931)

17.16.0 (2025-02-23)

🌟 Features

  • add support for ignoring sync methods from certain locations (#392) (5544f20)

🩹 Fixes

  • False-positive no-extraneous-import when using the tsconfig > paths alias import (#408) (f486492)

🧹 Chores

17.15.1 (2024-12-20)

🩹 Fixes

  • Promise.withResolvers is supported since node 22.11 (#398) (c5bcb3a)

17.15.0 (2024-12-10)

🌟 Features

  • no-unsupported: support node 22.12.0 (#393) (af4f774)

... (truncated)

Commits
  • 067b9bf chore(master): release 17.16.2 (#417)
  • 0779e2f fix: Revert "feat: add support for ignoring sync methods from certain locatio...
  • 90de242 chore(master): release 17.16.1 (#412)
  • 9f09931 chore(package): explicitly declare js module type (#410)
  • 340312e fix: patch new eslint options types (#411)
  • 17a60cd chore(master): release 17.16.0 (#402)
  • f486492 fix: False-positive no-extraneous-import when using the tsconfig > paths ...
  • 5544f20 feat: add support for ignoring sync methods from certain locations (#392)
  • 4efe60f perf: improve prefer-node-protocol's performance (#406)
  • 86a5242 refactor: eslint v8 compat (#397)
  • Additional commits viewable in compare view

Updates eslint-plugin-prettier from 5.2.1 to 5.2.3

Release notes

Sourced from eslint-plugin-prettier's releases.

v5.2.3

Patch Changes

v5.2.2

Patch Changes

What's Changed

New Contributors

Full Changelog: prettier/eslint-plugin-prettier@v5.2.1...v5.2.2

Changelog

Sourced from eslint-plugin-prettier's changelog.

5.2.3

Patch Changes

5.2.2

Patch Changes

Bumps the eslint group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [eslint](https://github.com/eslint/eslint) | `8.57.1` | `9.21.0` |
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `9.1.0` | `10.0.2` |
| [eslint-plugin-ember](https://github.com/ember-cli/eslint-plugin-ember) | `12.2.1` | `12.5.0` |
| [eslint-plugin-ember-template-lint](https://github.com/patricklx/eslint-plugin-ember-template-lint) | `0.15.0` | `0.21.0` |
| [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.30.0` | `2.31.0` |
| [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) | `17.10.3` | `17.16.2` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.2.1` | `5.2.3` |



Updates `eslint` from 8.57.1 to 9.21.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.57.1...v9.21.0)

Updates `eslint-config-prettier` from 9.1.0 to 10.0.2
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v9.1.0...v10.0.2)

Updates `eslint-plugin-ember` from 12.2.1 to 12.5.0
- [Release notes](https://github.com/ember-cli/eslint-plugin-ember/releases)
- [Changelog](https://github.com/ember-cli/eslint-plugin-ember/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ember-cli/eslint-plugin-ember/commits)

Updates `eslint-plugin-ember-template-lint` from 0.15.0 to 0.21.0
- [Release notes](https://github.com/patricklx/eslint-plugin-ember-template-lint/releases)
- [Changelog](https://github.com/patricklx/eslint-plugin-ember-template-lint/blob/main/CHANGELOG.md)
- [Commits](patricklx/eslint-plugin-ember-template-lint@v0.15.0...v0.21.0)

Updates `eslint-plugin-import` from 2.30.0 to 2.31.0
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](import-js/eslint-plugin-import@v2.30.0...v2.31.0)

Updates `eslint-plugin-n` from 17.10.3 to 17.16.2
- [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases)
- [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md)
- [Commits](eslint-community/eslint-plugin-n@v17.10.3...v17.16.2)

Updates `eslint-plugin-prettier` from 5.2.1 to 5.2.3
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.2.1...v5.2.3)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: eslint
- dependency-name: eslint-config-prettier
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: eslint
- dependency-name: eslint-plugin-ember
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint-plugin-ember-template-lint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint-plugin-import
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint-plugin-n
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint-plugin-prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: eslint
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 5, 2025
@coderabbitai
Copy link
Contributor

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


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
Copy link

github-actions bot commented Mar 5, 2025

Test Results

  1 files  ±0    1 suites  ±0   6m 38s ⏱️ - 1m 39s
622 tests ±0  578 ✅ +2  44 💤 ±0  0 ❌ ±0 
622 runs  ±0  578 ✅ +4  44 💤 ±0  0 ❌  - 2 

Results for commit 7db6645. ± Comparison against base commit cf0616c.

@codecov
Copy link

codecov bot commented Mar 5, 2025

Bundle Report

Changes will decrease total bundle size by 193.12kB (-0.53%) ⬇️. This is within the configured threshold ✅

Detailed changes
Bundle name Size Change
client-array-push 36.21MB -193.12kB (-0.53%) ⬇️

Affected Assets, Files, and Routes:

view changes for bundle: client-array-push

Assets Changed:

Asset Name Size Change Total Size Change (%)
assets/chunk.*.js -481 bytes 5.96kB -7.47%
assets/chunk.*.js -481 bytes 4.07kB -10.57%
assets/chunk.*.js -481 bytes 5.6kB -7.91%
assets/chunk.*.js -481 bytes 4.28kB -10.09%
assets/chunk.*.js -481 bytes 1.09kB -30.56%
assets/chunk.*.js -481 bytes 11.22kB -4.11%
assets/chunk.*.js -481 bytes 3.57kB -11.88%
assets/chunk.*.js -481 bytes 8.91kB -5.12%
assets/chunk.*.js -481 bytes 15.1kB -3.09%
assets/chunk.*.js -481 bytes 2.56kB -15.8%
assets/chunk.*.js -481 bytes 954 bytes -33.52%
assets/chunk.*.js -481 bytes 5.43kB -8.13%
assets/chunk.*.js -481 bytes 9.71kB -4.72%
assets/chunk.*.js -481 bytes 1.33kB -26.53%
assets/chunk.*.js -481 bytes 16.51kB -2.83%
assets/chunk.*.js -481 bytes 12.76kB -3.63%
assets/chunk.*.js -481 bytes 4.39kB -9.86%
assets/chunk.*.js -481 bytes 9.29kB -4.92%
assets/chunk.*.js -481 bytes 6.9kB -6.52%
assets/chunk.*.js -481 bytes 32.73kB -1.45%
assets/chunk.*.js -481 bytes 13.95kB -3.33%
assets/chunk.*.js -481 bytes 9.98kB -4.6%
assets/chunk.*.js -481 bytes 9.62kB -4.76%
assets/chunk.*.js -481 bytes 3.57kB -11.87%
assets/chunk.*.js -481 bytes 11.64kB -3.97%
assets/chunk.*.js -481 bytes 2.18kB -18.06%
assets/chunk.*.js -481 bytes 16.12kB -2.9%
assets/chunk.*.js -481 bytes 5.66kB -7.84%
assets/chunk.*.js -481 bytes 5.6kB -7.9%
assets/chunk.*.js -481 bytes 6.68kB -6.72%
assets/chunk.*.js -481 bytes 6.37kB -7.02%
assets/chunk.*.js -481 bytes 2.23kB -17.72%
assets/chunk.*.js -481 bytes 8.39kB -5.42%
assets/chunk.*.js -481 bytes 7.9kB -5.74%
assets/chunk.*.js -481 bytes 5.68kB -7.8%
assets/chunk.*.js -481 bytes 6.11kB -7.29%
assets/chunk.*.js -481 bytes 18.33kB -2.56%
assets/chunk.*.js -481 bytes 7.16kB -6.29%
assets/chunk.*.js -481 bytes 17.32kB -2.7%
assets/chunk.*.js -481 bytes 8.26kB -5.5%
assets/chunk.*.js -481 bytes 6.45kB -6.94%
assets/chunk.*.js -481 bytes 17.36kB -2.7%
assets/chunk.*.js -481 bytes 8.08kB -5.62%
assets/chunk.*.js -481 bytes 13.4kB -3.46%
assets/chunk.*.js -481 bytes 16.75kB -2.79%
assets/chunk.*.js -481 bytes 5.84kB -7.61%
assets/chunk.*.js -481 bytes 5.3kB -8.33%
assets/chunk.*.js -481 bytes 4.11kB -10.48%
assets/chunk.*.js -481 bytes 4.16kB -10.37%
assets/chunk.*.js -481 bytes 18.45kB -2.54%
assets/chunk.*.js -495 bytes 234.06kB -0.21%
assets/chunk.*.js -481 bytes 14.63kB -3.18%
assets/chunk.*.js -481 bytes 14.35kB -3.24%
assets/chunk.*.js -481 bytes 4.87kB -9.0%
assets/chunk.*.js -481 bytes 9.52kB -4.81%
assets/chunk.*.js -481 bytes 6.49kB -6.9%
assets/chunk.*.js -481 bytes 10.99kB -4.19%
assets/chunk.*.js -481 bytes 2.58kB -15.69%
assets/chunk.*.js -481 bytes 5.26kB -8.37%
assets/chunk.*.js -481 bytes 3.9kB -10.97%
assets/chunk.*.js -481 bytes 5.52kB -8.02%
assets/chunk.*.js -481 bytes 4.73kB -9.23%
assets/chunk.*.js -481 bytes 3.31kB -12.7%
assets/chunk.*.js -481 bytes 737 bytes -39.49%
assets/chunk.*.js -481 bytes 2.88kB -14.33%
assets/chunk.*.js -481 bytes 2.06kB -18.91%
assets/chunk.*.js -481 bytes 1.82kB -20.91%
assets/chunk.*.js -481 bytes 6.21kB -7.19%
assets/chunk.*.js -481 bytes 4.07kB -10.58%
assets/chunk.*.js -481 bytes 3.73kB -11.42%
assets/chunk.*.js -481 bytes 1.9kB -20.24%
assets/chunk.*.js -481 bytes 9.01kB -5.07%
assets/chunk.*.js -481 bytes 17.32kB -2.7%
assets/chunk.*.js -481 bytes 5.32kB -8.3%
assets/chunk.*.js -481 bytes 4.28kB -10.1%
assets/chunk.*.js -481 bytes 14.47kB -3.22%
assets/chunk.*.js -481 bytes 1.97kB -19.61%
assets/chunk.*.js -481 bytes 6.71kB -6.69%
assets/chunk.*.js -481 bytes 1.94kB -19.89%
assets/chunk.*.js -481 bytes 12.86kB -3.61%
assets/chunk.*.js -481 bytes 13.85kB -3.36%
assets/chunk.*.js -481 bytes 13.02kB -3.56%
assets/chunk.*.js -481 bytes 4.29kB -10.09%
assets/chunk.*.js -481 bytes 4.78kB -9.14%
assets/chunk.*.js -481 bytes 2.41kB -16.61%
assets/chunk.*.js -481 bytes 755 bytes -38.92%
assets/chunk.*.js -481 bytes 198.94kB -0.24%
assets/chunk.*.js -481 bytes 8.76kB -5.2%
assets/chunk.*.js -481 bytes 2.09kB -18.69%
assets/chunk.*.js -481 bytes 101.64kB -0.47%
assets/chunk.*.js -481 bytes 15.05kB -3.1%
assets/chunk.*.js -481 bytes 11.6kB -3.98%
assets/chunk.*.js -481 bytes 15.77kB -2.96%
assets/chunk.*.js -481 bytes 4.59kB -9.49%
assets/chunk.*.js -481 bytes 1.16kB -29.38%
assets/chunk.*.js -481 bytes 8.12kB -5.59%
assets/chunk.*.js -481 bytes 6.56kB -6.83%
assets/chunk.*.js -481 bytes 11.38kB -4.06%
assets/chunk.*.js -481 bytes 9.31kB -4.91%
assets/chunk.*.js -481 bytes 6.58kB -6.82%
assets/chunk.*.js -481 bytes 17.32kB -2.7%
assets/chunk.*.js -481 bytes 3.6kB -11.8%
assets/chunk.*.js -481 bytes 6.93kB -6.49%
assets/chunk.*.js -481 bytes 11.0kB -4.19%
assets/chunk.*.js -481 bytes 8.2kB -5.54%
assets/chunk.*.js -481 bytes 16.42kB -2.85%
assets/chunk.*.js -481 bytes 929 bytes -34.11%
assets/chunk.*.js -481 bytes 7.27kB -6.21%
assets/chunk.*.js -481 bytes 9.61kB -4.77%
assets/chunk.*.js -481 bytes 15.81kB -2.95%
assets/chunk.*.js -481 bytes 6.74kB -6.66%
assets/chunk.*.js -481 bytes 5.29kB -8.33%
assets/chunk.*.js -481 bytes 3.72kB -11.46%
assets/chunk.*.js -481 bytes 2.3kB -17.3%
assets/chunk.*.js -481 bytes 3.8kB -11.24%
assets/chunk.*.js -483 bytes 299.22kB -0.16%
assets/chunk.*.js -481 bytes 3.75kB -11.36%
assets/chunk.*.js -481 bytes 2.13kB -18.41%
assets/chunk.*.js -481 bytes 4.16kB -10.38%
assets/chunk.*.js -481 bytes 9.55kB -4.79%
assets/chunk.*.js -481 bytes 7.79kB -5.81%
assets/chunk.*.js -481 bytes 3.58kB -11.83%
assets/chunk.*.js -481 bytes 5.31kB -8.3%
assets/chunk.*.js -481 bytes 14.08kB -3.3%
assets/chunk.*.js -481 bytes 1.72kB -21.84%
assets/chunk.*.js -481 bytes 198.22kB -0.24%
assets/chunk.*.js -481 bytes 4.59kB -9.49%
assets/chunk.*.js -481 bytes 6.67kB -6.72%
assets/chunk.*.js -481 bytes 13.56kB -3.42%
assets/chunk.*.js -481 bytes 3.35kB -12.54%
assets/chunk.*.js -481 bytes 5.72kB -7.75%
assets/chunk.*.js -481 bytes 10.81kB -4.26%
assets/chunk.*.js -481 bytes 4.04kB -10.64%
assets/chunk.*.js -481 bytes 3.88kB -11.02%
assets/chunk.*.js -481 bytes 4.18kB -10.31%
assets/chunk.*.js -481 bytes 2.42kB -16.61%
assets/chunk.*.js -481 bytes 3.75kB -11.38%
assets/chunk.*.js -481 bytes 14.23kB -3.27%
assets/chunk.*.js -481 bytes 6.13kB -7.28%
assets/chunk.*.js -481 bytes 8.74kB -5.21%
assets/chunk.*.js -481 bytes 7.44kB -6.07%
assets/chunk.*.js -481 bytes 3.89kB -11.01%
assets/chunk.*.js -481 bytes 13.92kB -3.34%
assets/chunk.*.js -481 bytes 8.65kB -5.27%
assets/chunk.*.js -481 bytes 7.92kB -5.72%
assets/chunk.*.js -481 bytes 4.35kB -9.95%
assets/chunk.*.js -481 bytes 3.81kB -11.2%
assets/chunk.*.js -481 bytes 6.77kB -6.64%
assets/chunk.*.js -481 bytes 1.58kB -23.3%
assets/chunk.*.js -481 bytes 6.84kB -6.57%
assets/chunk.*.js -481 bytes 6.59kB -6.8%
assets/chunk.*.js -481 bytes 4.23kB -10.21%
assets/chunk.*.js -481 bytes 6.54kB -6.85%
assets/chunk.*.js -481 bytes 9.2kB -4.97%
assets/chunk.*.js -481 bytes 3.5kB -12.09%
assets/chunk.*.js -497 bytes 331.75kB -0.15%
assets/chunk.*.js -481 bytes 4.34kB -9.98%
assets/chunk.*.js -481 bytes 9.91kB -4.63%
assets/chunk.*.js -481 bytes 6.46kB -6.93%
assets/chunk.*.js -481 bytes 5.6kB -7.9%
assets/chunk.*.js -481 bytes 14.63kB -3.18%
assets/chunk.*.js -481 bytes 9.05kB -5.04%
assets/chunk.*.js -481 bytes 1.27kB -27.41%
assets/chunk.*.js -481 bytes 4.13kB -10.44%
assets/chunk.*.js -481 bytes 3.29kB -12.75%
assets/chunk.*.js -481 bytes 10.8kB -4.26%
assets/chunk.*.js -481 bytes 10.69kB -4.3%
assets/chunk.*.js -481 bytes 3.61kB -11.77%
assets/chunk.*.js -481 bytes 2.19kB -17.97%
assets/chunk.*.js -481 bytes 10.35kB -4.44%
assets/chunk.*.js -481 bytes 7.01kB -6.42%
assets/chunk.*.js -481 bytes 1.96kB -19.73%
assets/chunk.*.js -481 bytes 13.87kB -3.35%
assets/chunk.*.js -481 bytes 8.08kB -5.62%
assets/chunk.*.js -481 bytes 7.48kB -6.04%
assets/chunk.*.js -481 bytes 7.08kB -6.36%
assets/chunk.*.js -481 bytes 7.04kB -6.4%
assets/chunk.*.js -481 bytes 2.47kB -16.32%
assets/chunk.*.js -481 bytes 804.87kB -0.06%
assets/chunk.*.js -481 bytes 9.2kB -4.97%
assets/chunk.*.js -481 bytes 6.98kB -6.44%
assets/chunk.*.js -481 bytes 7.93kB -5.72%
assets/chunk.*.js -481 bytes 6.12kB -7.28%
assets/chunk.*.js -481 bytes 2.22kB -17.83%
assets/chunk.*.js -481 bytes 8.01kB -5.66%
assets/chunk.*.js -481 bytes 1.97kB -19.61%
assets/chunk.*.js -481 bytes 4.15kB -10.39%
assets/chunk.*.js -481 bytes 13.81kB -3.37%
assets/chunk.*.js -481 bytes 5.01kB -8.76%
assets/chunk.*.js -481 bytes 116.81kB -0.41%
assets/chunk.*.js -481 bytes 20.43kB -2.3%
assets/chunk.*.js -481 bytes 26.01kB -1.82%
assets/chunk.*.js -481 bytes 3.07kB -13.54%
assets/chunk.*.js -481 bytes 24.13kB -1.95%
assets/chunk.*.js -481 bytes 31.75kB -1.49%
assets/chunk.*.js -481 bytes 98.43kB -0.49%
assets/chunk.*.js -481 bytes 710.29kB -0.07%
assets/chunk.*.js -481 bytes 10.95kB -4.21%
assets/chunk.*.js -481 bytes 57.18kB -0.83%
assets/chunk.*.js -481 bytes 1.85kB -20.67%
assets/chunk.*.js -481 bytes 18.82kB -2.49%
assets/chunk.*.js -481 bytes 2.7kB -15.13%
assets/chunk.*.js -481 bytes 53.94kB -0.88%
assets/chunk.*.js -481 bytes 17.8kB -2.63%
assets/chunk.*.js -498 bytes 405.58kB -0.12%
assets/chunk.*.js -481 bytes 15.42kB -3.02%
assets/chunk.*.js -481 bytes 2.69kB -15.17%
assets/chunk.*.js -481 bytes 3.14kB -13.29%
assets/chunk.*.js -481 bytes 1.19kB -28.75%
assets/chunk.*.js -481 bytes 5.58kB -7.93%
assets/chunk.*.js -481 bytes 2.98kB -13.91%
assets/chunk.*.js -481 bytes 93.69kB -0.51%
assets/chunk.*.js -481 bytes 33.69kB -1.41%
assets/chunk.*.js -481 bytes 3.54kB -11.97%
assets/chunk.*.js -481 bytes 14.79kB -3.15%
assets/chunk.*.js -481 bytes 102.66kB -0.47%
assets/chunk.*.js -481 bytes 21.96kB -2.14%
assets/chunk.*.js -481 bytes 33.78kB -1.4%
assets/chunk.*.js -481 bytes 25.47kB -1.85%
assets/chunk.*.js -481 bytes 4.65kB -9.37%
assets/chunk.*.js -481 bytes 22.68kB -2.08%
assets/chunk.*.js -481 bytes 1.09kB -30.6%
assets/chunk.*.js -481 bytes 45.81kB -1.04%
assets/chunk.*.js -481 bytes 14.74kB -3.16%
assets/chunk.*.js -481 bytes 91.18kB -0.52%
assets/chunk.*.js -481 bytes 24.51kB -1.92%
assets/chunk.*.js -481 bytes 3.82kB -11.17%
assets/chunk.*.js -481 bytes 3.17kB -13.19%
assets/chunk.*.js -481 bytes 2.83kB -14.51%
assets/chunk.*.js -481 bytes 23.98kB -1.97%
assets/chunk.*.js -481 bytes 2.79kB -14.72%
assets/chunk.*.js -481 bytes 11.69kB -3.95%
assets/chunk.*.js -481 bytes 18.86kB -2.49%
assets/chunk.*.js -481 bytes 4.37kB -9.91%
assets/chunk.*.js -481 bytes 3.53kB -11.99%
assets/chunk.*.js -481 bytes 1.57kB -23.43%
assets/chunk.*.js -481 bytes 18.82kB -2.49%
assets/chunk.*.js -481 bytes 56.94kB -0.84%
assets/chunk.*.js -481 bytes 3.4kB -12.39%
assets/chunk.*.js -481 bytes 20.82kB -2.26%
assets/chunk.*.js -481 bytes 2.51kB -16.07%
assets/chunk.*.js -481 bytes 74.2kB -0.64%
assets/chunk.*.js -481 bytes 19.85kB -2.37%
assets/chunk.*.js -481 bytes 94.99kB -0.5%
assets/chunk.*.js -481 bytes 33.68kB -1.41%
assets/chunk.*.js -481 bytes 36.55kB -1.3%
assets/chunk.*.js -481 bytes 18.83kB -2.49%
assets/chunk.*.js -481 bytes 28.69kB -1.65%
assets/chunk.*.js -481 bytes 3.36kB -12.51%
assets/chunk.*.js -481 bytes 140.55kB -0.34%
assets/chunk.*.js -481 bytes 28.38kB -1.67%
assets/chunk.*.js -481 bytes 9.49kB -4.82%
assets/chunk.*.js -481 bytes 2.24kB -17.7%
assets/chunk.*.js -481 bytes 5.02kB -8.74%
assets/chunk.*.js -481 bytes 2.33kB -17.08%
assets/chunk.*.js -481 bytes 175.9kB -0.27%
assets/chunk.*.js -481 bytes 91.72kB -0.52%
assets/chunk.*.js -481 bytes 45.81kB -1.04%
assets/chunk.*.js -481 bytes 18.7kB -2.51%
assets/chunk.*.js -481 bytes 54.01kB -0.88%
assets/chunk.*.js -481 bytes 4.4kB -9.86%
assets/chunk.*.js -481 bytes 2.51kB -16.06%
assets/chunk.*.js -481 bytes 52.6kB -0.91%
assets/chunk.*.js -481 bytes 622.53kB -0.08%
assets/chunk.*.js -481 bytes 10.13kB -4.53%
assets/chunk.*.js -481 bytes 31.52kB -1.5%
assets/chunk.*.js -481 bytes 26.68kB -1.77%
assets/chunk.*.js -481 bytes 21.78kB -2.16%
assets/chunk.*.js -481 bytes 33.94kB -1.4%
assets/chunk.*.js -481 bytes 15.14kB -3.08%
assets/chunk.*.js -2.45kB 2.46MB -0.1%
assets/chunk.*.js -481 bytes 3.64kB -11.68%
assets/chunk.*.js -481 bytes 33.31kB -1.42%
assets/chunk.*.js -481 bytes 12.16kB -3.8%
assets/chunk.*.js -481 bytes 2.74kB -14.94%
assets/chunk.*.js -481 bytes 19.46kB -2.41%
assets/chunk.*.js -481 bytes 13.18kB -3.52%
assets/chunk.*.js -481 bytes 41.04kB -1.16%
assets/chunk.*.js -481 bytes 21.21kB -2.22%
assets/chunk.*.js -481 bytes 84.8kB -0.56%
assets/chunk.*.js -481 bytes 3.16kB -13.22%
assets/chunk.*.js -481 bytes 2.99kB -13.86%
assets/chunk.*.js -481 bytes 72.88kB -0.66%
assets/chunk.*.js -481 bytes 21.27kB -2.21%
assets/chunk.*.js -481 bytes 13.93kB -3.34%
assets/chunk.*.js -422 bytes 30.74kB -1.35%
assets/chunk.*.js -481 bytes 35.76kB -1.33%
assets/chunk.*.js -481 bytes 2.53kB -15.97%
assets/chunk.*.js -481 bytes 19.01kB -2.47%
assets/chunk.*.js -481 bytes 108.03kB -0.44%
assets/chunk.*.js -481 bytes 40.71kB -1.17%
assets/chunk.*.js -481 bytes 29.11kB -1.63%
assets/chunk.*.js -481 bytes 87.37kB -0.55%
assets/chunk.*.js -481 bytes 2.73kB -14.96%
assets/chunk.*.js -481 bytes 50.12kB -0.95%
assets/chunk.*.js -481 bytes 21.75kB -2.16%
assets/chunk.*.js -481 bytes 20.36kB -2.31%
assets/chunk.*.js -481 bytes 13.11kB -3.54%
assets/chunk.*.js -481 bytes 19.98kB -2.35%
assets/chunk.*.js -481 bytes 97.81kB -0.49%
assets/chunk.*.js -481 bytes 12.04kB -3.84%
assets/chunk.*.js -481 bytes 53.65kB -0.89%
assets/chunk.*.js -481 bytes 209.21kB -0.23%
assets/chunk.*.js -481 bytes 201.2kB -0.24%
assets/chunk.*.js -481 bytes 31.0kB -1.53%
assets/chunk.*.js -481 bytes 2.64kB -15.41%
assets/chunk.*.js -481 bytes 20.69kB -2.27%
assets/chunk.*.js -540 bytes 30.68kB -1.73%
assets/chunk.*.js -481 bytes 19.32kB -2.43%
assets/chunk.*.js -481 bytes 26.96kB -1.75%
assets/chunk.*.js -481 bytes 25.98kB -1.82%
assets/chunk.*.js -487 bytes 107.92kB -0.45%
assets/chunk.*.js -481 bytes 20.24kB -2.32%
assets/chunk.*.js -481 bytes 26.92kB -1.76%
assets/chunk.*.js -483 bytes 62.46kB -0.77%
assets/chunk.*.js -481 bytes 61.6kB -0.77%
assets/chunk.*.js -481 bytes 859 bytes -35.9%
assets/chunk.*.js -481 bytes 68.98kB -0.69%
assets/chunk.*.js -481 bytes 1.23kB -28.18%
assets/chunk.*.js -481 bytes 42.91kB -1.11%
assets/chunk.*.js -481 bytes 61.83kB -0.77%
assets/chunk.*.js -481 bytes 22.45kB -2.1%
assets/chunk.*.js -481 bytes 48.73kB -0.98%
assets/chunk.*.js -481 bytes 35.49kB -1.34%
assets/chunk.*.js -494 bytes 161.85kB -0.3%
assets/chunk.*.js -481 bytes 21.26kB -2.21%
assets/chunk.*.js -481 bytes 43.62kB -1.09%
assets/chunk.*.js -481 bytes 501 bytes -48.98%
assets/chunk.*.js -481 bytes 21.95kB -2.14%
assets/chunk.*.js -481 bytes 2.72kB -15.05%
assets/chunk.*.js -481 bytes 23.58kB -2.0%
assets/chunk.*.js -481 bytes 3.02kB -13.74%
assets/chunk.*.js -481 bytes 18.81kB -2.49%
assets/chunk.*.js -481 bytes 3.04kB -13.65%
assets/chunk.*.js -481 bytes 21.96kB -2.14%
assets/chunk.*.js -481 bytes 12.55kB -3.69%
assets/chunk.*.js -481 bytes 5.18kB -8.5%
assets/chunk.*.js -481 bytes 17.98kB -2.61%
assets/chunk.*.js -481 bytes 45.81kB -1.04%
assets/chunk.*.js -481 bytes 20.69kB -2.27%
assets/chunk.*.js -481 bytes 51.66kB -0.92%
assets/chunk.*.js -481 bytes 61.2kB -0.78%
assets/chunk.*.js -481 bytes 25.92kB -1.82%
assets/chunk.*.js -481 bytes 3.11kB -13.41%
assets/chunk.*.js -481 bytes 71.02kB -0.67%
assets/chunk.*.js -481 bytes 22.29kB -2.11%
assets/chunk.*.js -481 bytes 1.04kB -31.6%
assets/chunk.*.js -481 bytes 23.35kB -2.02%
assets/chunk.*.js -481 bytes 2.8kB -14.64%
assets/chunk.*.js -481 bytes 17.56kB -2.67%
assets/chunk.*.js -481 bytes 78.57kB -0.61%
assets/chunk.*.js -481 bytes 34.03kB -1.39%
assets/chunk.*.js -600 bytes 30.74kB -1.91%
assets/chunk.*.js -481 bytes 73.86kB -0.65%
assets/chunk.*.js -481 bytes 20.97kB -2.24%
assets/chunk.*.js -481 bytes 116.49kB -0.41%
assets/chunk.*.js -481 bytes 47.02kB -1.01%
assets/chunk.*.js -481 bytes 27.13kB -1.74%
assets/chunk.*.js -481 bytes 43.2kB -1.1%
assets/chunk.*.js -483 bytes 26.23kB -1.81%
assets/chunk.*.js -481 bytes 37.06kB -1.28%
assets/chunk.*.js -481 bytes 14.75kB -3.16%
assets/chunk.*.js -481 bytes 33.87kB -1.4%
assets/chunk.*.js -481 bytes 4.5kB -9.65%
assets/chunk.*.js -481 bytes 53.94kB -0.88%
assets/chunk.*.js -481 bytes 12.73kB -3.64%
assets/chunk.*.js -481 bytes 35.62kB -1.33%
assets/chunk.*.js -481 bytes 5.21kB -8.46%
assets/chunk.*.js -481 bytes 211.89kB -0.23%
assets/chunk.*.js -481 bytes 3.39kB -12.42%
assets/chunk.*.js -481 bytes 1.16kB -29.31%
assets/chunk.*.js -481 bytes 23.24kB -2.03%
assets/chunk.*.js -481 bytes 45.81kB -1.04%
assets/chunk.*.js -481 bytes 1.41kB -25.4%
assets/chunk.*.js -481 bytes 43.47kB -1.09%
assets/chunk.*.js -481 bytes 34.56kB -1.37%
assets/chunk.*.js -481 bytes 31.06kB -1.53%
assets/chunk.*.js -481 bytes 37.24kB -1.28%
assets/chunk.*.js -481 bytes 895 bytes -34.96%
assets/chunk.*.js -481 bytes 44.54kB -1.07%
assets/chunk.*.js -481 bytes 5.03kB -8.73%
assets/chunk.*.js -481 bytes 33.1kB -1.43%
assets/chunk.*.js -481 bytes 11.89kB -3.89%
assets/chunk.*.js -481 bytes 66.16kB -0.72%
assets/chunk.*.js -481 bytes 27.68kB -1.71%
assets/chunk.*.js -481 bytes 40.69kB -1.17%
assets/chunk.*.js -481 bytes 18.83kB -2.49%
assets/chunk.*.js -481 bytes 1.01kB -32.17%
assets/chunk.*.js -481 bytes 27.94kB -1.69%
assets/chunk.*.js -481 bytes 25.49kB -1.85%
assets/chunk.*.js -481 bytes 268.79kB -0.18%
assets/chunk.*.js -481 bytes 28.32kB -1.67%
assets/chunk.*.js -481 bytes 2.85kB -14.42%
assets/chunk.*.js -481 bytes 37.34kB -1.27%
assets/chunk.*.js -481 bytes 11.94kB -3.87%
assets/chunk.*.js -483 bytes 53.02kB -0.9%
assets/chunk.*.js -481 bytes 959 bytes -33.4%

@codecov
Copy link

codecov bot commented Mar 5, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

✅ All tests successful. No failed tests found.

Additional details and impacted files

📢 Thoughts on this report? Let us know!

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 10, 2025

Superseded by #2726.

@dependabot dependabot bot closed this Mar 10, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/eslint-f6673a355a branch March 10, 2025 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant