Skip to content

Update all non-major dependencies - #219

Merged
lazka merged 1 commit into
mainfrom
renovate/all-minor-patch
Aug 3, 2026
Merged

Update all non-major dependencies#219
lazka merged 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
eslint (source) 10.7.010.8.0 age confidence
eslint-plugin-jsdoc 63.2.063.3.2 age confidence
globals 17.7.017.8.0 age confidence
i18next-cli 1.66.21.67.3 age confidence
playwright (source) 1.61.11.62.0 age confidence
playwright-core (source) 1.61.11.62.0 age confidence

Release Notes

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)
gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)

v63.3.2

Compare Source

Bug Fixes
  • require-example: support fixer with 1-line JSDoc blocks; fixes #​1736 (36f8e9e)

v63.3.1

Compare Source

Bug Fixes
  • normalize-see-links: minimally escape link targets instead of encodeURI (#​1735) (ae27cd2)

v63.3.0

Compare Source

Features
  • normalize-see-links: autofix delimiter-colliding labels via escape round-trip (#​1734) (cfe9cdb)

v63.2.2

Compare Source

Bug Fixes

v63.2.1

Compare Source

Bug Fixes
sindresorhus/globals (globals)

v17.8.0

Compare Source


i18next/i18next-cli (i18next-cli)

v1.67.3

Compare Source

  • feat(lint): new opt-in lint.checkPunctuationConcatenation flags punctuation glued
    onto a translation, e.g. <label><Trans>Email</Trans>:</label> or
    <div>- <Trans>item</Trans></div>. Punctuation spacing and form differ across
    languages (French needs a narrow no-break space before :, CJK uses fullwidth ,
    RTL reorders), so it belongs inside the translation or in semantic markup. Accepts
    the same values as checkConcatenation ('warn' / 'error' / 'off' / boolean)
    and defaults to 'off', since keeping punctuation out of a translation is often
    deliberate. Individual occurrences can be suppressed with the
    i18next-instrument-ignore directive
    (#​275).

v1.67.2

Compare Source

  • fix(lint): broaden the checkConcatenation JSX detection to flag any ≥2 adjacent
    translation units rendered as direct siblings — a <Trans> component or a
    {t(...)} expression. This now catches <Trans>…</Trans>{t('…')},
    {t('a')}{t('b')} and two <Trans> separated only by whitespace, in addition to
    the previous "<Trans> … text … <Trans>" case. Single translations next to
    plain literal text or punctuation are still not flagged
    (#​275).

v1.67.1

Compare Source

  • feat(lint): lint.checkConcatenation now accepts a severity level in addition to
    a boolean: 'error' reports concatenation issues as errors so the lint command
    exits non-zero (fails CI), 'warn' (or true, the default) reports them as
    non-failing warnings, and 'off' (or false) disables the check. Previously the
    concatenation check could only warn; making it fail the build required a custom
    plugin (#​275).

v1.67.0

Compare Source

  • feat(lint): detect string concatenation involving translated strings, an i18n
    anti-pattern that breaks in languages which reorder or inflect the pieces. The
    linter now flags JavaScript concatenation where an operand is a t() call
    (e.g. t('greeting') + ', ' + name) and sentences split across multiple
    <Trans> components joined by literal text
    (e.g. <p><Trans>…</Trans> and <Trans>…</Trans></p>). It deliberately does not
    flag t() used only as a nested call argument (e.g. arr.indexOf(t('x')) + 1)
    or concatenation inside t() arguments (e.g. t('prefix.' + suffix)). Enabled
    by default; disable with lint.checkConcatenation: false
    (#​275).
  • feat(lint): lint issues now carry an optional severity ('error' | 'warning').
    Concatenation issues are reported as warnings — they are printed but do not
    fail the run (the lint command exits non-zero only when there are errors), so
    adding this check does not break existing CI pipelines. Hardcoded-string and
    interpolation issues remain errors. Plugins may set severity on the issues
    they emit (defaults to 'error' when omitted).
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

Configuration

📅 Schedule: (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: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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.

@lazka
lazka merged commit 937b61f into main Aug 3, 2026
8 checks passed
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.

1 participant