Skip to content

chore(deps): update all non-major dependencies - #344

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/all-minor-patch
Jul 27, 2026
Merged

chore(deps): update all non-major dependencies#344
renovate[bot] merged 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence Type Update
@e18e/eslint-plugin 0.5.10.6.0 age confidence devDependencies minor
actions/checkout v6.0.3v6.1.0 age confidence action minor
eslint (source) 10.7.010.8.0 age confidence devDependencies minor
happy-dom 20.11.020.11.1 age confidence devDependencies patch
playwright (source) 1.61.11.62.0 age confidence devDependencies minor
prettier (source) 3.9.53.9.6 age confidence devDependencies patch
typescript-eslint (source) 8.64.08.65.0 age confidence devDependencies minor
vite-plugin-checker 0.14.40.14.5 age confidence devDependencies patch

Release Notes

e18e/eslint-plugin (@​e18e/eslint-plugin)

v0.6.0

Compare Source

What's Changed

  • chore(deps-dev): bump the development-dependencies group with 7 updates by @​dependabot[bot] in #​126
  • chore(deps): bump semver from 7.8.2 to 7.8.4 in the production-dependencies group by @​dependabot[bot] in #​125
  • chore(deps-dev): bump the development-dependencies group with 7 updates by @​dependabot[bot] in #​130
  • chore(deps): bump semver from 7.8.4 to 7.8.5 in the production-dependencies group by @​dependabot[bot] in #​129
  • chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 in the github-actions group by @​dependabot[bot] in #​128
  • fix(prefer-array-to-sorted): skip non-array iterable spreads by @​webpro in #​134
  • feat(prefer-charcode-at-in-loop): add rule by @​webpro in #​138
  • feat(prefer-slice-over-split-index): add rule by @​webpro in #​137
  • chore(deps-dev): bump the development-dependencies group with 7 updates by @​dependabot[bot] in #​140
  • feat(prefer-throw-if-no-entry): add rule by @​webpro in #​139
  • fix(prefer-flatmap-over-map-flat): drop blank fixer line by @​webpro in #​136
  • fix(prefer-spread-syntax): skip non-array concat receivers by @​webpro in #​135
  • chore(deps-dev): bump the development-dependencies group with 8 updates by @​dependabot[bot] in #​142
  • chore(deps): bump module-replacements from 3.0.0-beta.8 to 3.0.0 in the production-dependencies group by @​dependabot[bot] in #​141
  • chore(deps): bump actions/setup-node from 6.4.0 to 7.0.0 in the github-actions group by @​dependabot[bot] in #​143

Full Changelog: e18e/eslint-plugin@0.5.1...0.6.0

actions/checkout (actions/checkout)

v6.1.0

Compare Source

eslint/eslint (eslint)

v10.8.0

Compare Source

Features

Bug Fixes

  • 6b8d2f7 fix: escape reserved characters in rule id in html formatter (#​21129) (Francesco Trotta)
  • 9091071 fix: prevent no-unreachable-loop crash when all loop types are ignored (#​21116) (Pixel)
  • e23fafe fix: prefer-object-spread add semicolon when adding parenthesis (#​21081) (synthex-byte)
  • 20b5ad0 fix: quadratic-time regex in prefer-template (#​21096) (Milos Djermanovic)
  • 8b6f6c0 fix: apply ignore configs to computed methods in class-methods-use-this (#​21094) (Pixel)
  • b2c608c fix: NewExpression with parenthesized callee in preserve-caught-error (#​21083) (Francesco Trotta)

Documentation

  • 6ddf858 docs: fix broken Specify Parser Options anchor link (#​21106) (Minsu)
  • 784dfbe docs: Clarify no-eq-null description (#​21120) (Park Harin)
  • 7ec733a docs: Fix typos and grammar in glossary (#​21095) (Marry (Subin Yang))
  • 92bb13f docs: replace quake link (#​21108) (Jung Hyeon Jun)
  • 68eb4a5 docs: fix broken Specify Globals anchor links in rule pages (#​21103) (Minsu)
  • d28f697 docs: replace Code Climate CLI links with Qlty CLI links (#​21099) (Jung Hyeon Jun)
  • eccc68d docs: correct --suppressions-location option description (#​21093) (Ga eun Lee)
  • c5963f7 docs: Update README (GitHub Actions Bot)

Chores

  • 4fbf46d test: pin webpack version to 5.108.4 (#​21137) (Francesco Trotta)
  • 2d063e2 chore: update HTTP URLs to HTTPS in JSDoc and comments (#​21101) (Bo Hyun Kim)
  • eccbe7b test: add error locations to no-class-assign (#​21123) (devoil)
  • e7d1e43 ci: bump actions/setup-go from 6 to 7 (#​21118) (dependabot[bot])
  • e9d66d0 ci: bump actions/setup-node from 6 to 7 (#​21119) (dependabot[bot])
  • ee225b6 test: Add error location details to no-eq-null rule (#​21117) (Park Harin)
  • 044a627 chore: update minimatch to ^10.2.5 (#​21107) (김채영)
  • fb09aa8 chore: update ecosystem plugins (#​21115) (ESLint Bot)
  • 5abd878 test: add error locations to no-proto (#​21114) (Gihyeon Jeong / 정기현)
  • 9715887 test: Add error location details to no-div-regex (#​21110) (Park Harin)
  • a746ec6 test: add error locations to no-new-wrappers (#​21109) (Gihyeon Jeong / 정기현)
  • 8dde645 test: add error locations to no-ex-assign (#​21102) (devoil)
  • 13ab0ec test: add error locations to no-label-var (#​21098) (Gihyeon Jeong / 정기현)
  • a99906f test: Add error location details to no-delete-var rule (#​21105) (Park Harin)
  • c47e8dc chore: add missing backticks to languages/js/index.js (#​21104) (beeen)
  • 0174428 chore: add missing backticks to translate-cli-options.js (#​21097) (dongkyu lee)
  • 3d36589 chore: add missing backticks to serialization.js (#​21091) (이규환)
  • dcc9312 test: add error locations to eqeqeq (#​21090) (Ga eun Lee)
  • 2710b18 ci: Add explicit permissions to rebuild-docs-sites workflow (#​21089) (Marry (Subin Yang))
  • 5d2f866 chore: update dependency prettier to v3.9.5 (#​21086) (renovate[bot])
  • d584e31 chore: fix failing ecosystem test for eslint-plugin-unicorn (#​21084) (Francesco Trotta)
  • bf3eda0 chore: update ecosystem plugins (#​21079) (ESLint Bot)
capricorn86/happy-dom (happy-dom)

v20.11.1

Compare Source

microsoft/playwright (playwright)

v1.62.0

Compare Source

🧱 New component testing model

Component testing moves to a stories and galleries model.
A story wraps your component in one specific scenario — hard-coded props, mock data, providers — and a

gallery page that you serve renders stories on demand. The new fixtures.mount() fixture navigates
to the gallery, mounts a story by id, and returns a Locator scoped to the story's root element:

test('click should expand', async ({ mount }) => {
  const component = await mount('components/Expandable/Stateful');
  await component.getByRole('button').click();
  await expect(component.getByTestId('expanded')).toHaveValue('true');
});

Pass a story type as a template argument to type-check its props, and use update(props) /
unmount() on the returned locator to re-render or tear down within a test.

🛑 Cancel operations with AbortSignal

Most operations and web-first assertions now accept a signal option that takes an
AbortSignal, letting you
cancel long-running actions, navigations, waits, and assertions:

const controller = new AbortController();
setTimeout(() => controller.abort(), 1000);

await page.getByRole('button', { name: 'Submit' }).click({ signal: controller.signal });
await expect(page.getByText('Done')).toBeVisible({ signal: controller.signal });

Providing a signal does not disable the default timeout; pass timeout: 0 to disable it.

🖼️ WebP screenshots

expect(page).toHaveScreenshot() and expect(locator).toHaveScreenshot()
can now store snapshots in the WebP format — just give the snapshot a .webp name:

// Visual comparisons store the golden snapshot as lossless WebP.
await expect(page).toHaveScreenshot('homepage.webp');

// Standalone screenshots can trade quality for size with lossy WebP.
await page.screenshot({ path: 'homepage.webp', quality: 50 });

page.screenshot() and locator.screenshot() also accept webp as a type,
where quality 100 (the default) is lossless and lower values use lossy compression.

🧩 Custom test filtering with Reporter.preprocess()

New reporter.preprocess() hook runs after the configuration is resolved and before
reporter.onBegin(), letting a reporter mark individual tests as skipped, excluded,
fixed, or failing through a TestRun object:

class MyReporter {
  async preprocess({ config, suite, testRun }) {
    for (const test of suite.allTests()) {
      if (shouldSkip(test))
        testRun.skip(test);
    }
  }
}
🔁 Isolated retries

New testConfig.retryStrategy controls when failed tests are retried. The default
'immediate' retries as soon as a worker is free; 'isolated' runs all retries at the end,
one by one in a single worker, to minimize interference with the rest of the suite:

// playwright.config.ts
export default defineConfig({
  retries: 2,
  retryStrategy: 'isolated',
});
New APIs
Browser and Context
  • New option credentials includes the context's virtual WebAuthn Credentials (passkeys) in the storage state, so they can be persisted and re-seeded into later contexts.
Actions
  • New scroll option ("auto" | "none") on actions to opt out of Playwright's automatic scroll-into-view.
Network
Evaluation
Command line & MCP
Reporters
  • The HTML report's Merge files grouping — previously only a UI toggle — can now be enabled from the config with the new mergeFiles reporter option:
// playwright.config.ts
export default defineConfig({
  reporter: [['html', { mergeFiles: true }]],
});
Announcements
  • ⚠️ Debian 11 is not supported anymore.
Browser Versions
  • Chromium 151.0.7922.34
  • Mozilla Firefox 153.0
  • WebKit 26.5

This version was also tested against the following stable channels:

  • Google Chrome 151
  • Microsoft Edge 151
prettier/prettier (prettier)

v3.9.6

Compare Source

typescript-eslint/typescript-eslint (typescript-eslint)

v8.65.0

Compare Source

🚀 Features
  • add warning when TS 7 is detected (#​12529)
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

fi3ework/vite-plugin-checker (vite-plugin-checker)

v0.14.5

Compare Source

v0.14.5 is the next minor release.

👉 Changelog

compare changes

🚀 Enhancements
  • eslint,stylelint,biome,oxlint: schedule lint runs across checkers (#​707)
  • typescript: add experimental support for TypeScript 7 (#​779)
🩹 Fixes
  • typescript: import absolute typescriptPath via file URL on Windows (4ebec51)
  • oxlint: guard runOxlint against spawn errors (#​730)
  • eslint: fix path resolution for changed files (#​778)
  • checker: don't crash when a watched file is removed mid-lint (#​773)
  • emit un-based runtime specifier for virtual entry with custom base (#​782)
✅ Tests
  • migrate to vitest workspaces (#​503)
🎉 New Contributors
❤️ Contributors

Configuration

📅 Schedule: (in timezone Etc/Utc)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@netlify

netlify Bot commented Jul 27, 2026

Copy link
Copy Markdown

Deploy Preview for solid-clock ready!

Name Link
🔨 Latest commit 813c653
🔍 Latest deploy log https://app.netlify.com/projects/solid-clock/deploys/6a66a9dffaa87100087c87a1
😎 Deploy Preview https://deploy-preview-344--solid-clock.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@renovate
renovate Bot merged commit 2fbe254 into main Jul 27, 2026
6 checks passed
@renovate
renovate Bot deleted the renovate/all-minor-patch branch July 27, 2026 04:37
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