Skip to content

build(deps): bump the minor-updates group across 1 directory with 3 updates#1612

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-updates-1b91e09c9b
Open

build(deps): bump the minor-updates group across 1 directory with 3 updates#1612
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-updates-1b91e09c9b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-updates group with 3 updates in the / directory: tiptap-markdown, @lingui/macro and @playwright/test.

Updates tiptap-markdown from 0.8.10 to 0.9.0

Release notes

Sourced from tiptap-markdown's releases.

v0.9.0

Support Tiptap v3

Commits

Updates @lingui/macro from 5.1.2 to 5.9.5

Release notes

Sourced from @​lingui/macro's releases.

v5.9.5

5.9.5 (2026-04-06)

Bug Fixes

v5.9.4

5.9.4 (2026-03-27)

Bug Fixes

  • cli: really keep catalog extra from previous catalog (#2479) (c939113)

v5.9.3

5.9.3 (2026-03-13)

Bug Fixes

v5.9.2

5.9.2 (2026-02-23)

Bug Fixes

  • cli: extract performance caused by catalog sort (#2460) (f26a9d9)

v5.9.1

5.9.1 (2026-02-11)

Bug Fixes

  • macro: Ignore JSX comments when generating message ids (#2434) (c09deaa)

v5.9.0

5.9.0 (2026-01-23)

Features

  • message-utils: separate browser/node exports for generateMessageId (#2401) (2afe02f)

Bug Fixes

  • jsx-macro: skip unsupported attributes on Plural / Select (#2407) (e63992d)
  • cli: keep catalog extra from previous catalog (#2399) (25cfdde)

Refactoring

  • react: new JSX transform (#2387) (1231084) ⚠️ Potentially breaking change - requires React v16.14.0+

... (truncated)

Changelog

Sourced from @​lingui/macro's changelog.

5.9.5 (2026-04-06)

Note: Version bump only for package @​lingui/macro

5.9.4 (2026-03-27)

Note: Version bump only for package @​lingui/macro

5.9.3 (2026-03-13)

Note: Version bump only for package @​lingui/macro

5.9.2 (2026-02-23)

Note: Version bump only for package @​lingui/macro

5.9.1 (2026-02-11)

Note: Version bump only for package @​lingui/macro

5.9.0 (2026-01-23)

Note: Version bump only for package @​lingui/macro

5.8.0 (2026-01-16)

Note: Version bump only for package @​lingui/macro

5.7.0 (2025-12-12)

Note: Version bump only for package @​lingui/macro

5.6.1 (2025-11-28)

Note: Version bump only for package @​lingui/macro

5.6.0 (2025-11-12)

Note: Version bump only for package @​lingui/macro

5.5.2 (2025-10-30)

Note: Version bump only for package @​lingui/macro

5.5.1 (2025-10-10)

Note: Version bump only for package @​lingui/macro

5.5.0 (2025-09-12)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​lingui/macro since your current version.


Updates @playwright/test from 1.48.2 to 1.61.1

Release notes

Sourced from @​playwright/test's releases.

v1.61.1

Bug Fixes

  • #41365 [Bug]: Expect.Extend matcher with same name as default matcher in same expect instance overrides default matchers implementation to custom matcher
  • #41351 [Bug]: Playwright UI mode: apiRequestContext._wrapApiCall reports unexpected number of bytes (same test passes in headed mode)
  • #41360 [Bug]: Trace viewer: message times in websockets are downscaled by 1000
  • #41311 [Bug]: [Regression]: Sync loader throws "context.conditions?.includes is not a function" on Node 22.15
  • #41371 [Regression]: Sync ESM loader (registerHooks) fails to resolve extensionless .ts subpath imports across pnpm workspace symlinks

v1.61.0

🔑 WebAuthn passkeys

New Credentials virtual authenticator, available via browserContext.credentials, lets tests register passkeys and answer navigator.credentials.create() / navigator.credentials.get() ceremonies in the page — no real hardware key required, works in all browsers:

const context = await browser.newContext();
// Seed a passkey your backend provisioned for a test user.
await context.credentials.create('example.com', {
id: credentialId,
userHandle,
privateKey,
publicKey,
});
await context.credentials.install();
const page = await context.newPage();
await page.goto('https://example.com/login');
// The page's navigator.credentials.get() is answered with the seeded passkey.

You can also let the app register a passkey once in a setup test, read it back with credentials.get(), and seed it into later tests — see Credentials for details.

🗃️ Web Storage

New WebStorage API, available via page.localStorage and page.sessionStorage, reads and writes the page's storage for the current origin:

await page.localStorage.setItem('token', 'abc');
const token = await page.localStorage.getItem('token');
const items = await page.sessionStorage.items();

New APIs

Network

Browser and Screencast

... (truncated)

Commits
  • 39e3553 cherry-pick(#41399): fix(test): load require-reached files as commonjs in syn...
  • 4328122 chore: mark v1.61.1 (#41404)
  • 2c29a94 fix(tracing): stop recording websocket frames outside of chunks (#41398)
  • 4324b19 cherry-pick(#41367): fix(test): keep builtin expect matchers on base extend
  • 041e7e3 cherry-pick(#41364): fix(har): WebSocket message timestamps should be in mi...
  • b8a0fc3 cherry-pick(#41309, #43149): Revert "fix(firefox): treat `navigationCommitted...
  • b5a3175 cherry-pick(#41319): fix(loader): support other node versions
  • d4724a9 cherry-pick(#41290): feat(docker): add Ubuntu 26.04 (Resolute Raccoon) image
  • 1cc5a90 cherry-pick(#41295): chore: PLAYWRIGHT_TRACING_NO_WEBSOCKET_FRAMES and PLAYWR...
  • a6772bd cherry-pick(#41280): Revert "fix(trace-viewer): add keyboard navigation to `N...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​playwright/test since your current version.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 13, 2026
…pdates

Bumps the minor-updates group with 3 updates in the / directory: [tiptap-markdown](https://github.com/aguingand/tiptap-markdown), [@lingui/macro](https://github.com/lingui/js-lingui/tree/HEAD/packages/macro) and [@playwright/test](https://github.com/microsoft/playwright).


Updates `tiptap-markdown` from 0.8.10 to 0.9.0
- [Release notes](https://github.com/aguingand/tiptap-markdown/releases)
- [Commits](aguingand/tiptap-markdown@v0.8.10...v0.9.0)

Updates `@lingui/macro` from 5.1.2 to 5.9.5
- [Release notes](https://github.com/lingui/js-lingui/releases)
- [Changelog](https://github.com/lingui/js-lingui/blob/v5.9.5/packages/macro/CHANGELOG.md)
- [Commits](https://github.com/lingui/js-lingui/commits/v5.9.5/packages/macro)

Updates `@playwright/test` from 1.48.2 to 1.61.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.48.2...v1.61.1)

---
updated-dependencies:
- dependency-name: "@lingui/macro"
  dependency-version: 5.9.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@playwright/test"
  dependency-version: 1.61.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: tiptap-markdown
  dependency-version: 0.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/minor-updates-1b91e09c9b branch from 7f23854 to af4a501 Compare July 20, 2026 13:17
pull Bot pushed a commit to erickirt/fider that referenced this pull request Jul 20, 2026
Batch low-risk Dependabot updates into one branch/CI run.

Direct:
- dompurify 3.4.11 -> 3.4.12 (getfider#1613)
- prosemirror-markdown 1.13.4 -> 1.13.5 (getfider#1613)
- webpack 5.108.3 -> 5.108.4 (getfider#1613)

Transitive (via npm update):
- svgo 2.8.0 -> 2.8.3 (getfider#1611)
- ws 8.18.0 -> 8.21.0 (+ 7.5.10 -> 7.5.11) — remote DoS fix (getfider#1614)

Lockfile regenerated from main so firm ts-node + pinned nested typescript
survive. Skips getfider#1612 (tiptap 0.9 / lingui 5.9 / playwright 1.61 — incompatible
under current pins).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants