Skip to content

deps(node): bump the node-development-minor-and-patch group across 1 directory with 11 updates - #370

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/node-development-minor-and-patch-ed36869409
Open

deps(node): bump the node-development-minor-and-patch group across 1 directory with 11 updates#370
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/node-development-minor-and-patch-ed36869409

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 16, 2026

Copy link
Copy Markdown
Contributor

Bumps the node-development-minor-and-patch group with 11 updates in the / directory:

Package From To
@types/node 26.1.2 26.2.0
tegami 1.2.7 1.3.5
tsx 4.23.1 4.23.12
@playwright/test 1.58.2 1.62.1
@tanstack/router-plugin 1.168.23 1.168.30
@testing-library/jest-dom 7.0.0 7.0.1
@testing-library/user-event 14.6.1 14.6.4
oxlint 1.76.0 1.78.0
@axe-core/playwright 4.12.1 4.13.0
next-validate-link 1.6.6 1.6.7
postcss 8.5.25 8.5.26

Updates @types/node from 26.1.2 to 26.2.0

Commits

Updates tegami from 1.2.7 to 1.3.5

Release notes

Sourced from tegami's releases.

tegami@1.3.5

Encode scoped npm package names in registry lookups (9598975)

Publish status checks no longer request https://registry.npmjs.org/@scope/name/… with a raw @. Scoped package names are percent-encoded in the registry URL, so lookups succeed against registries that reject unescaped path segments.

Guard await using on drafts that were already applied (9598975)

Draft's Symbol.asyncDispose now calls apply() only when the draft can still be applied, so disposing an already-applied draft no longer throws.

Match exit-prerelease for major and minor bumps (9598975)

The exit-prerelease draft condition now treats any move from a prerelease version to a non-prerelease version as a match. Major and minor bumps that leave a prerelease (for example 1.0.0-beta.12.0.0) are recognized, not only patch-level semver.inc(..., "release") results.

tegami@1.3.4

Fix deno.jsonc parsing (6ab3c34)

Resolving a Deno workspace no longer fails with failed to parse "…/deno.jsonc". The published bundle inlined jsonc-parser's UMD build, whose internal require("./impl/…") calls were left as runtime requires that could not be resolved from dist/. The bundler now prefers the package's ESM build.

tegami@1.3.3

Bound the checks & releases a plan runs at once (bb938c0)

Release creation, the release checks behind a plan's status, and the npm registry lookups of npm pretrust now run at most unstable_maxChunk (5 by default) at a time, instead of firing one request per package or git tag at once. Release checks also stop as soon as one is missing.

Skip version request updates that change nothing (bb938c0)

The version pull/merge request is now only updated when its title or body actually changed, removing one write request per run.

Limit concurrent status checks (d8d2ff4)

Publish plan status checks now respect unstable_maxChunk like publish tasks do, instead of checking every task at once. Remaining checks are skipped as soon as a task reports pending.

tegami@1.3.2

Fix git tag task on re-runs (2cf70aa)

The git plugin now resolves the local and origin state of the release tags up-front, and only creates & pushes the tags that are actually missing.

Re-running a publish for versions that were already released no longer fails: tags that exist on origin are left untouched instead of being recreated at the current commit and rejected by the push.

Warn on unknown packages entry in changelogs (da794b3)

tegami@1.3.1

Fix publish task system regressions (b215293)

Dry runs no longer create GitHub/GitLab releases: release tasks now honor dryRun, matching the git tag task and the documented PublishOptions.dryRun contract.

afterPublish hooks run again for failed publishes, restoring the documented lifecycle contract, and they can observe the outcome through the package's publishResult during the hook.

Publish status checks no longer risk crashing on an unhandled rejection when a synchronously pending task (e.g. a waiting publish group) resolves the status before async task checks settle.

The tegami publish CLI reports every failed publish task with its error message and a proper exit code, instead of printing only the aggregate count.

... (truncated)

Commits
  • d4994c1 Version Packages (#86)
  • 9598975 update snapshots
  • d0f5de2 fix(draft): support major and minor bumps when matching exit-prerelease condi...
  • 9a41d23 fix(npm,draft): encode scoped package names in registry URL and guard Symbol....
  • ad5e709 Version Packages (#82)
  • 8ba31e2 feat(gradle): support gradle
  • 6ab3c34 fix(core): bundling issues of tsdown
  • db105e6 Version Packages (#79)
  • bb938c0 fix(core): avoid rate limits
  • d8d2ff4 feat(core): limit concurrent status checks
  • Additional commits viewable in compare view

Updates tsx from 4.23.1 to 4.23.12

Release notes

Sourced from tsx's releases.

v4.23.12

4.23.12 (2026-08-10)

Bug Fixes

  • shim import.meta when tokens are split by comments or newlines (#829) (ed9d330), closes #828

This release is also available on:

v4.23.11

4.23.11 (2026-08-07)

Bug Fixes

  • preserve async ESM require fallback (55cbece)

This release is also available on:

v4.23.10

4.23.10 (2026-08-07)

Bug Fixes


This release is also available on:

v4.23.9

4.23.9 (2026-08-06)

Bug Fixes

  • map Node test locations (2f55884)
  • support data URLs in tsImport (b94f46f)

This release is also available on:

v4.23.8

... (truncated)

Commits
  • ed9d330 fix: shim import.meta when tokens are split by comments or newlines (#829)
  • 651f5be test: cover CommonJS TypeScript import.meta paths
  • bd3bc64 test: cover CommonJS loader source fallback
  • 55cbece fix: preserve async ESM require fallback
  • 6c5ba85 docs: document CommonJS default interop
  • ec1bcd5 fix: support nyc coverage discovery (#710)
  • b6e5b48 docs: clarify CommonJS default imports
  • 2f55884 fix: map Node test locations
  • de935d5 docs: document Node source-map stack formatting
  • b94f46f fix: support data URLs in tsImport
  • Additional commits viewable in compare view

Updates @playwright/test from 1.58.2 to 1.62.1

Release notes

Sourced from @​playwright/test's releases.

v1.62.1

Bug Fixes

  • #41989 [Regression]: tsconfig "extends" bare specifier isn't resolved via node_modules walk-up like tsc (fatal since 1.62)
  • #41998 [Regression]: directory-form tsconfig project references ("path": "../pkg") fail to resolve (fatal since 1.62)
  • #41985 Accessibility snapshot drops button name when text is nested inside spans with aria-hidden SVG
  • #42000 [Regression]: page.evaluate() arg of a branded primitive type (string & { brand }) no longer type-checks since 1.62
  • #42013 [BUG]Image-type actionable elements are not presented in the snapshot.

v1.62.0

🧱 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 });
</tr></table>

... (truncated)

Commits
  • 26a9e47 cherry-pick(#42043): docs: release notes for v1.62 Python, Java, and .NET (#4...
  • 0a81d5d cherry-pick(#42040): docs(release-notes): mention the isolated headless clipb...
  • 8376826 cherry-pick(#42034): fix(aria): keep icon-only clickable elements in ai snaps...
  • 66c5cc9 chore: mark v1.62.1 (#42020)
  • 9672bc3 cherry-pick(#42009): fix(types): support branded primitives in evaluate argum...
  • 4325804 cherry-pick(#41988): fix(aria): preserve names from collapsed text contributors
  • 9632f8e cherry-pick(#42005): fix(tsconfig): do not throw when "extends"/"references" ...
  • e3950d9 chore: mark v1.62.0 (#41981)
  • f07e0f7 cherry-pick(#41940): docs: release notes for v1.62 (#41967)
  • 05a306c cherry-pick(#41964): Revert "feat(routeFromHar): add interceptAPIRequests opt...
  • Additional commits viewable in compare view

Updates @tanstack/router-plugin from 1.168.23 to 1.168.30

Release notes

Sourced from @​tanstack/router-plugin's releases.

@​tanstack/router-plugin@​1.168.30

Patch Changes

Changelog

Sourced from @​tanstack/router-plugin's changelog.

1.168.30

Patch Changes

1.168.29

Patch Changes

  • Updated dependencies [51138a8]:
    • @​tanstack/router-core@​1.171.21
    • @​tanstack/react-router@​1.170.25
    • @​tanstack/router-generator@​1.167.27

1.168.28

Patch Changes

  • Updated dependencies [44a8c3e, 5253e70]:
    • @​tanstack/router-core@​1.171.20
    • @​tanstack/react-router@​1.170.24
    • @​tanstack/router-generator@​1.167.26

1.168.27

Patch Changes

  • Updated dependencies [ea3a665]:
    • @​tanstack/react-router@​1.170.22
    • @​tanstack/router-core@​1.171.19
    • @​tanstack/router-generator@​1.167.25

1.168.26

Patch Changes

1.168.25

Patch Changes

... (truncated)

Commits

Updates @testing-library/jest-dom from 7.0.0 to 7.0.1

Release notes

Sourced from @​testing-library/jest-dom's releases.

v7.0.1

7.0.1 (2026-08-09)

Bug Fixes

  • declare vitest as an optional peer dependency (#733) (3782c78)
Commits

Updates @testing-library/user-event from 14.6.1 to 14.6.4

Release notes

Sourced from @​testing-library/user-event's releases.

v14.6.4

14.6.4 (2026-08-11)

Bug Fixes

v14.6.3

14.6.3 (2026-08-03)

Bug Fixes

v14.6.2

14.6.2 (2026-08-03)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​testing-library/user-event since your current version.


Updates oxlint from 1.76.0 to 1.78.0

Changelog

Sourced from oxlint's changelog.

[1.78.0] - 2026-08-10

🚀 Features

  • ccb8fe8 linter/jsdoc: Implement no-blank-blocks rule (#25207) (Mikhail Baev)
  • d4a897c linter/eslint: Implement one-var rule (#24470) (Cole Ellison)
  • 5ab9340 linter/jsx-a11y/anchor-has-content: Add options to match eslint (#24571) (Cole Ellison)

🐛 Bug Fixes

  • 9573937 linter/typescript: Validate ban-ts-comment description_format (#25320) (Mikhail Baev)

[1.77.0] - 2026-08-03

🐛 Bug Fixes

  • 5c0fa61 linter/eslint/no-warning-comments: Unify config structs and remove manual options docs (#25151) (Mikhail Baev)

📚 Documentation

  • 9dc7756 linter/typescript/no-unnecessary-condition: Clarify options (#25110) (camc314)
Commits
  • c42d639 release(apps): oxlint v1.78.0 && oxfmt v0.63.0 (#25473)
  • ccb8fe8 feat(linter/jsdoc): implement no-blank-blocks rule (#25207)
  • 9573937 fix(linter/typescript): validate ban-ts-comment description_format (#25320)
  • d4a897c feat(linter/eslint): implement one-var rule (#24470)
  • 5ab9340 feat(linter/jsx-a11y/anchor-has-content): add options to match eslint (#24571)
  • 9a423f2 release(apps): oxlint v1.77.0 && oxfmt v0.62.0 (#25251)
  • 5c0fa61 fix(linter/eslint/no-warning-comments): unify config structs and remove manua...
  • 9dc7756 docs(linter/typescript/no-unnecessary-condition): clarify options (#25110)
  • See full diff in compare view

Updates @axe-core/playwright from 4.12.1 to 4.13.0

Release notes

Sourced from @​axe-core/playwright's releases.

Release 4.13.0

What's Changed

Full Changelog: dequelabs/axe-core-npm@v4.11.3...v4.13.0

Changelog

Sourced from @​axe-core/playwright's changelog.

4.13.0 (2026-08-10)

Features

Commits

Updates next-validate-link from 1.6.6 to 1.6.7

Release notes

Sourced from next-validate-link's releases.

next-validate-link@1.6.7

Bump deps (b2b852e)

Changelog

Sourced from next-validate-link's changelog.

next-validate-link@1.6.7

Bump deps

next-validate-link

Commits

Updates postcss from 8.5.25 to 8.5.26

Release notes

Sourced from postcss's releases.

8.5.26

  • Fixed list.split() regression (by @​lazerg).
  • Track symlinks in path protection in source map loading (by @​drengir1).
Changelog

Sourced from postcss's changelog.

8.5.26

  • Fixed list.split() regression (by @​lazerg).
  • Track symlinks in path protection in source map loading (by @​drengir1).
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…directory with 11 updates

Bumps the node-development-minor-and-patch group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `26.1.2` | `26.2.0` |
| [tegami](https://github.com/fuma-nama/tegami) | `1.2.7` | `1.3.5` |
| [tsx](https://github.com/privatenumber/tsx) | `4.23.1` | `4.23.12` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.58.2` | `1.62.1` |
| [@tanstack/router-plugin](https://github.com/TanStack/router/tree/HEAD/packages/router-plugin) | `1.168.23` | `1.168.30` |
| [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `7.0.0` | `7.0.1` |
| [@testing-library/user-event](https://github.com/testing-library/user-event) | `14.6.1` | `14.6.4` |
| [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) | `1.76.0` | `1.78.0` |
| [@axe-core/playwright](https://github.com/dequelabs/axe-core-npm) | `4.12.1` | `4.13.0` |
| [next-validate-link](https://github.com/fuma-nama/next-validate-link) | `1.6.6` | `1.6.7` |
| [postcss](https://github.com/postcss/postcss) | `8.5.25` | `8.5.26` |



Updates `@types/node` from 26.1.2 to 26.2.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `tegami` from 1.2.7 to 1.3.5
- [Release notes](https://github.com/fuma-nama/tegami/releases)
- [Commits](https://github.com/fuma-nama/tegami/compare/tegami@1.2.7...tegami@1.3.5)

Updates `tsx` from 4.23.1 to 4.23.12
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.23.1...v4.23.12)

Updates `@playwright/test` from 1.58.2 to 1.62.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.58.2...v1.62.1)

Updates `@tanstack/router-plugin` from 1.168.23 to 1.168.30
- [Release notes](https://github.com/TanStack/router/releases)
- [Changelog](https://github.com/TanStack/router/blob/main/packages/router-plugin/CHANGELOG.md)
- [Commits](https://github.com/TanStack/router/commits/@tanstack/router-plugin@1.168.30/packages/router-plugin)

Updates `@testing-library/jest-dom` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](testing-library/jest-dom@v7.0.0...v7.0.1)

Updates `@testing-library/user-event` from 14.6.1 to 14.6.4
- [Release notes](https://github.com/testing-library/user-event/releases)
- [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md)
- [Commits](testing-library/user-event@v14.6.1...v14.6.4)

Updates `oxlint` from 1.76.0 to 1.78.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v1.78.0/npm/oxlint)

Updates `@axe-core/playwright` from 4.12.1 to 4.13.0
- [Release notes](https://github.com/dequelabs/axe-core-npm/releases)
- [Changelog](https://github.com/dequelabs/axe-core-npm/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/dequelabs/axe-core-npm/commits/v4.13.0)

Updates `next-validate-link` from 1.6.6 to 1.6.7
- [Release notes](https://github.com/fuma-nama/next-validate-link/releases)
- [Changelog](https://github.com/fuma-nama/next-validate-link/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/fuma-nama/next-validate-link/compare/next-validate-link@1.6.6...next-validate-link@1.6.7)

Updates `postcss` from 8.5.25 to 8.5.26
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.5.25...8.5.26)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 26.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: node-development-minor-and-patch
- dependency-name: tegami
  dependency-version: 1.3.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: node-development-minor-and-patch
- dependency-name: tsx
  dependency-version: 4.23.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: node-development-minor-and-patch
- dependency-name: "@playwright/test"
  dependency-version: 1.62.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: node-development-minor-and-patch
- dependency-name: "@tanstack/router-plugin"
  dependency-version: 1.168.30
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: node-development-minor-and-patch
- dependency-name: "@testing-library/jest-dom"
  dependency-version: 7.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: node-development-minor-and-patch
- dependency-name: "@testing-library/user-event"
  dependency-version: 14.6.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: node-development-minor-and-patch
- dependency-name: oxlint
  dependency-version: 1.78.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: node-development-minor-and-patch
- dependency-name: "@axe-core/playwright"
  dependency-version: 4.13.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: node-development-minor-and-patch
- dependency-name: next-validate-link
  dependency-version: 1.6.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: node-development-minor-and-patch
- dependency-name: postcss
  dependency-version: 8.5.26
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: node-development-minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 16, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Tegami

This repository uses Tegami to manage releases. When your changes affect published packages, add a changelog file under .tegami/ before merging.

Create a changelog → · Changelog format

Release preview

Package Bump Version
orgmemory minor 0.5.00.6.0

This PR does not add changelog files. Pending changelogs from other branches are included in the preview above.

Run pnpm run tegami locally to create a changelog interactively.

Managed by Tegami.

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