Skip to content

chore: Eslint upgrade - #176

Merged
pan-kot merged 1 commit into
mainfrom
eslint-upgrade
Sep 17, 2026
Merged

pan-kot merged 1 commit into
mainfrom
eslint-upgrade

Conversation

@pan-kot

@pan-kot pan-kot commented Sep 16, 2026

Copy link
Copy Markdown
Member

Description

I am upgrading eslint configs in all remaining repos. Full list of PRs:

How has this been tested?

Review checklist

The following items are to be evaluated by the author(s) and the reviewer(s).

Correctness

  • Changes include appropriate documentation updates.
  • Changes are backward-compatible if not indicated, see CONTRIBUTING.md.
  • Changes do not include unsupported browser features, see CONTRIBUTING.md.
  • Changes were manually tested for accessibility, see accessibility guidelines.

Security

Testing

  • Changes are covered with new/existing unit tests?
  • Changes are covered with new/existing integration tests?

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@codecov

codecov Bot commented Sep 16, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.00%. Comparing base (d3ce4c7) to head (21fc083).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #176      +/-   ##
==========================================
+ Coverage   87.86%   88.00%   +0.13%     
==========================================
  Files          25       25              
  Lines         346      350       +4     
  Branches       94       97       +3     
==========================================
+ Hits          304      308       +4     
  Misses         42       42              

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 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.

Comment thread src/avatar/index.tsx
@@ -1,5 +1,6 @@
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
"use client";

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we need to add "use client"?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pan-kot
pan-kot added this pull request to the merge queue Sep 17, 2026
Merged via the queue into main with commit 2e6bf99 Sep 17, 2026
47 of 50 checks passed
@pan-kot
pan-kot deleted the eslint-upgrade branch September 17, 2026 12:07
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.

2 participants