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

build(deps-dev): bump webpack from 5.90.3 to 5.97.1 #2365

Merged
merged 1 commit into from
Jan 6, 2025

build(deps-dev): bump webpack from 5.90.3 to 5.97.1

7698116
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

build(deps-dev): bump webpack from 5.90.3 to 5.97.1 #2365

build(deps-dev): bump webpack from 5.90.3 to 5.97.1
7698116
Select commit
Loading
Failed to load commit list.
GitHub Actions / ESLint Report Analysis succeeded Jan 6, 2025 in 0s

ESLint Report Analysis

0 ESLint error(s) and 0 ESLint warning(s) found in pull request changed files.
0 ESLint error(s) and 4 ESLint warning(s) found in files outside of the pull request.

Details

Pull Request Changed Files ESLint Results:

0 ESLint error(s) and 0 ESLint warning(s) found

Non-Pull Request Changed Files ESLint Results:

0 ESLint error(s) and 4 ESLint warning(s) found

4 Warning(s):

packages/stepper/src/Step.tsx line 141

  • Start Line: 141
  • End Line: 141
  • Message: React Hook useEffect has missing dependencies: 'handleChange', 'isCurrent', 'stepKey', and 'stepKeys'. Either include them or remove the dependency array.
    • From: [react-hooks/exhaustive-deps]

packages/stepper/src/StepperControls.tsx line 42

  • Start Line: 42
  • End Line: 42
  • Message: React Hook useCallback has a missing dependency: 'stepKeys'. Either include it or remove the dependency array.
    • From: [react-hooks/exhaustive-deps]

packages/stepper/src/StepperControls.tsx line 48

  • Start Line: 48
  • End Line: 48
  • Message: React Hook useCallback has a missing dependency: 'stepKeys'. Either include it or remove the dependency array.
    • From: [react-hooks/exhaustive-deps]

packages/utils/src/create-element.ts line 69

  • Start Line: 69
  • End Line: 70
  • Message: Delete
    • From: [prettier/prettier]