Skip to content

chore(deps): update dependency eslint to v10.8.1 - #270

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/devdependencies-non-major
Open

chore(deps): update dependency eslint to v10.8.1#270
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/devdependencies-non-major

Conversation

@renovate

@renovate renovate Bot commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
eslint (source) 10.8.010.8.1 age confidence

Release Notes

eslint/eslint (eslint)

v10.8.1

Compare Source

Bug Fixes

  • 18eb0a7 fix: prevent ASI hazard in no-unused-labels autofix (#​21173) (dongkyu lee)
  • 151ba3f fix: false positives in getter-return and accessor-pairs (#​21163) (Grit)
  • 6898df9 fix: ignore meta-property names in id-denylist (#​21166) (Pixel)
  • 4d7db66 fix: ignore meta-property names in id-match (#​21167) (Pixel)
  • 677214e fix: handle ASI hazards in no-unused-vars removeVar suggestion (#​20935) (kuldeep kumar)

Documentation

  • 7d0cbf8 docs: Update README (GitHub Actions Bot)
  • 0a05812 docs: add missing backticks to no-duplicate-imports.js (#​21183) (Lee Daeun)
  • 678c90b docs: Update README (GitHub Actions Bot)
  • 8a10424 docs: Update README (GitHub Actions Bot)
  • 69bb948 docs: Update README (GitHub Actions Bot)

Chores


Configuration

📅 Schedule: (in timezone America/New_York)

  • Branch creation
    • "after 1am and before 8am"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Never, 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.

@renovate renovate Bot added dependencies Pull requests that update a dependency file js labels Aug 8, 2026
@sonarqubecloud

sonarqubecloud Bot commented Aug 8, 2026

Copy link
Copy Markdown

@codecov

codecov Bot commented Aug 8, 2026

Copy link
Copy Markdown

❌ 1 Tests Failed:

Tests completed Failed Passed Skipped
431 1 430 1
View the top 1 failed test(s) by shortest run time
tests/release_homebrew/test_release_homebrew.py::test_process_input_formula_skips_commit_for_non_git_repo
Stack Traces | 76.1s run time
Traceback (most recent call last):
  File ".../actions/actions/.venv/lib/python3.14........./site-packages/_pytest/runner.py", line 361, in from_call
    result: TResult | None = func()
                             ~~~~^^
  File ".../actions/actions/.venv/lib/python3.14........./site-packages/_pytest/runner.py", line 250, in <lambda>
    lambda: runtest_hook(item=item, **kwds),
            ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
  File ".../actions/actions/.venv/lib/python3.14....../site-packages/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
           ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File ".../actions/actions/.venv/lib/python3.14....../site-packages/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
           ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File ".../actions/actions/.venv/lib/python3.14............................../site-packages/pluggy/_callers.py", line 167, in _multicall
    raise exception
  File ".../actions/actions/.venv/lib/python3.14............................../site-packages/pluggy/_callers.py", line 139, in _multicall
    teardown.throw(exception)
    ~~~~~~~~~~~~~~^^^^^^^^^^^
  File ".../actions/actions/.venv/lib/python3.14.../site-packages/_pytest/logging.py", line 865, in pytest_runtest_call
    yield
  File ".../actions/actions/.venv/lib/python3.14............................../site-packages/pluggy/_callers.py", line 139, in _multicall
    teardown.throw(exception)
    ~~~~~~~~~~~~~~^^^^^^^^^^^
  File ".../actions/actions/.venv/lib/python3.14............................../site-packages/pluggy/_callers.py", line 53, in run_old_style_hookwrapper
    return result.get_result()
           ~~~~~~~~~~~~~~~~~^^
  File ".../actions/actions/.venv/lib/python3.14.../site-packages/pluggy/_result.py", line 103, in get_result
    raise exc.with_traceback(tb)
  File ".../actions/actions/.venv/lib/python3.14............................../site-packages/pluggy/_callers.py", line 38, in run_old_style_hookwrapper
    res = yield
          ^^^^^
  File ".../actions/actions/.venv/lib/python3.14............................../site-packages/pluggy/_callers.py", line 139, in _multicall
    teardown.throw(exception)
    ~~~~~~~~~~~~~~^^^^^^^^^^^
  File ".../actions/actions/.venv/lib/python3.14.../site-packages/_pytest/capture.py", line 900, in pytest_runtest_call
    return (yield)
            ^^^^^
  File ".../actions/actions/.venv/lib/python3.14............................../site-packages/pluggy/_callers.py", line 139, in _multicall
    teardown.throw(exception)
    ~~~~~~~~~~~~~~^^^^^^^^^^^
  File ".../actions/actions/.venv/lib/python3.14.../site-packages/_pytest/skipping.py", line 268, in pytest_runtest_call
    return (yield)
            ^^^^^
  File ".../actions/actions/.venv/lib/python3.14............................../site-packages/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File ".../actions/actions/.venv/lib/python3.14........./site-packages/_pytest/runner.py", line 184, in pytest_runtest_call
    item.runtest()
    ~~~~~~~~~~~~^^
  File ".../actions/actions/.venv/lib/python3.14....../site-packages/_pytest/python.py", line 1707, in runtest
    self.ihook.pytest_pyfunc_call(pyfuncitem=self)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
  File ".../actions/actions/.venv/lib/python3.14....../site-packages/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
           ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File ".../actions/actions/.venv/lib/python3.14....../site-packages/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
           ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File ".../actions/actions/.venv/lib/python3.14............................../site-packages/pluggy/_callers.py", line 167, in _multicall
    raise exception
  File ".../actions/actions/.venv/lib/python3.14............................../site-packages/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File ".../actions/actions/.venv/lib/python3.14....../site-packages/_pytest/python.py", line 167, in pytest_pyfunc_call
    result = testfunction(**testargs)
  File ".../tests/release_homebrew/test_release_homebrew.py", line 1719, in test_process_input_formula_skips_commit_for_non_git_repo
    formula = main.process_input_formula(
        formula_file=os.path.join(os.getcwd(), 'tests', 'release_homebrew', 'Formula', 'hello_world.rb'))
  File ".../actions/release_homebrew/main.py", line 651, in process_input_formula
    raise SystemExit(1, '::error:: Failed to tap Homebrew repository')
SystemExit: (1, '::error:: Failed to tap Homebrew repository')

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

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 js

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants