Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2026

Bumps the development-dependencies group with 10 updates:

Package From To
@swc/core 1.15.8 1.15.10
@types/node 25.0.9 25.0.10
@vitest/browser 4.0.17 4.0.18
@vitest/browser-playwright 4.0.17 4.0.18
@zemd/eslint-ts 1.0.43 2.0.1
happy-dom 20.3.3 20.3.9
playwright 1.57.0 1.58.0
prettier 3.8.0 3.8.1
publint 0.3.16 0.3.17
vitest 4.0.17 4.0.18

Updates @swc/core from 1.15.8 to 1.15.10

Changelog

Sourced from @​swc/core's changelog.

[1.15.10] - 2026-01-19

Bug Fixes

  • (ci) Handle merged PRs separately in milestone manager (#11409) (3554268)

  • (es/compat) Preserve this context in nested arrow functions (#11423) (f2bdaf2)

  • (es/es2017) Replace this in arrow functions during async-to-generator (#11450) (a993da6)

Features

  • (bindings/wasm) Enable ecma_lints feature to support semantic error detection (#11414) (1faa4a5)

  • (es/hooks) Implement VisitMutHook for Either type (#11428) (395c85e)

  • (es/hooks) Implement VisitMutHook for Option (#11429) (0bf1954)

  • (es/hooks) Add VisitHook trait for immutable AST visitors (#11437) (3efb41d)

  • (es/minifier) Improve nested template literal evaluation (#11411) (147df2f)

  • (es/minifier) Remove inlined IIFE arg and param (#11436) (2bc5d40)

  • (es/minifier) Remove inlined IIFE arg and param (#11446) (baa1ae3)

Miscellaneous Tasks

... (truncated)

Commits
  • 073b0bb chore: Publish 1.15.10 with swc_core v55.0.1
  • f6afa7f chore: Update changelog
  • dadfc1e chore: Publish 1.15.10-nightly-20260119.1 with swc_core v55.0.1
  • 2361588 chore: Publish crates with swc_core v55.0.1
  • e9f78f0 chore(deps): Update browserslist-data to v0.1.5 (#11454)
  • baa1ae3 feat(es/minifier): Remove inlined IIFE arg and param (#11446)
  • ab917ab chore: Publish crates with swc_core v55.0.0
  • a993da6 fix(es/es2017): Replace this in arrow functions during async-to-generator (...
  • 764c3af chore: Fix collapsing of claude code reviews
  • affb6a2 ci: Collapse preivous claude[bot] PR review comments
  • Additional commits viewable in compare view

Updates @types/node from 25.0.9 to 25.0.10

Commits

Updates @vitest/browser from 4.0.17 to 4.0.18

Release notes

Sourced from @​vitest/browser's releases.

v4.0.18

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates @vitest/browser-playwright from 4.0.17 to 4.0.18

Release notes

Sourced from @​vitest/browser-playwright's releases.

v4.0.18

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates @zemd/eslint-ts from 1.0.43 to 2.0.1

Release notes

Sourced from @​zemd/eslint-ts's releases.

@​zemd/eslint-ts@​2.0.1

Patch Changes

  • Updated dependencies [51f48b5]
    • @​zemd/eslint-js@​2.0.1

@​zemd/eslint-ts@​2.0.0

Major Changes

  • 3ad0b02: Make sonarjs optional, migrate from tsup to tsdown

Patch Changes

  • Updated dependencies [3ad0b02]
    • @​zemd/eslint-common@​2.0.0
    • @​zemd/eslint-js@​2.0.0

@​zemd/eslint-ts@​1.0.44

Patch Changes

  • 2f7165c: Dependencies update
  • Updated dependencies [2f7165c]
    • @​zemd/eslint-js@​1.1.22
Changelog

Sourced from @​zemd/eslint-ts's changelog.

2.0.1

Patch Changes

  • Updated dependencies [51f48b5]
    • @​zemd/eslint-js@​2.0.1

2.0.0

Major Changes

  • 3ad0b02: Make sonarjs optional, migrate from tsup to tsdown

Patch Changes

  • Updated dependencies [3ad0b02]
    • @​zemd/eslint-common@​2.0.0
    • @​zemd/eslint-js@​2.0.0

1.0.44

Patch Changes

  • 2f7165c: Dependencies update
  • Updated dependencies [2f7165c]
    • @​zemd/eslint-js@​1.1.22
Commits

Updates happy-dom from 20.3.3 to 20.3.9

Release notes

Sourced from happy-dom's releases.

v20.3.9

👷‍♂️ Patch fixes

  • Accept Document nodes as valid boundary points in Selection API - By @​skoch13 in task #1952

v20.3.8

👷‍♂️ Patch fixes

  • The getters for the properties focusNode and focusOffset in the Selection API returned incorrect values - By @​skoch13 in task #1850

v20.3.7

👷‍♂️ Patch fixes

  • Updates README.md for the "@​happy-dom/server-renderer" package - By @​capricorn86 in task #2035

v20.3.6

👷‍♂️ Patch fixes

  • Fixes issue where it wasn't possible to toggle the "open" attribute of <details> by clicking on a child of the <summary> element - By @​Nxooah in task #1928

v20.3.5

👷‍♂️ Patch fixes

  • Use internal property for "location" in BrowserFrameURL to avoid mock interference - By @​marchaos in task #1964
  • Add optional chaining to the "hostname" and pathname" properties to check if they are undefined in CookieURLUtility - By @​marchaos in task #1968

v20.3.4

👷‍♂️ Patch fixes

Commits
  • d8a50dc fix: #1952 Accept Document nodes as valid boundary points in Selection API ...
  • 77a6cd0 fix: #1850 Selection API focusNode and focusOffset returning incorrect valu...
  • aa2dbb8 fix: #2035 Updates README.md for the server-renderer package (#2037)
  • 4d1c023 fix: #1928 Support details click firing the onToggle event handler (#1929)
  • 92940f6 chore: #2032 Fixes vitest config (#2033)
  • 1f808cc fix: #1964 Use internal PropertySymbol.location in BrowserFrameURL to avoid...
  • 0a37555 fix: #1968 Add optional chaining to CookieURLUtility for undefined hostname...
  • 1ad9eb2 chore: upgrade vitest (#1970)
  • 28f36e1 fix: #1912 Preserve attribute name case in CSS selectors for XML documents ...
  • 63b8f3d fix: #1949 Implement implicit closing of <p> elements per HTML spec (#2007)
  • Additional commits viewable in compare view

Updates playwright from 1.57.0 to 1.58.0

Release notes

Sourced from playwright's releases.

v1.58.0

📣 Playwright CLI+SKILLs 📣

We are adding a new token-efficient CLI mode of operation to Playwright with the skills located at playwright-cli. This brings the long-awaited official SKILL-focused CLI mode to our story and makes it more coding agent-friendly.

It is the first snapshot with the essential command set (which is already larger than the original MCP!), but we expect it to grow rapidly. Unlike the token use, that one we expect to go down since snapshots are no longer forced into the LLM!

Timeline

If you're using merged reports, the HTML report Speedboard tab now shows the Timeline:

Timeline chart in the HTML report

UI Mode and Trace Viewer Improvements

  • New 'system' theme option follows your OS dark/light mode preference
  • Search functionality (Cmd/Ctrl+F) is now available in code editors
  • Network details panel has been reorganized for better usability
  • JSON responses are now automatically formatted for readability

Thanks to @​cpAdm for contributing these improvements!

Miscellaneous

browserType.connectOverCDP() now accepts an isLocal option. When set to true, it tells Playwright that it runs on the same host as the CDP server, enabling file system optimizations.

Breaking Changes ⚠️

  • Removed _react and _vue selectors. See locators guide for alternatives.
  • Removed :light selector engine suffix. Use standard CSS selectors instead.
  • Option devtools from browserType.launch() has been removed. Use args: ['--auto-open-devtools-for-tabs'] instead.
  • Removed macOS 13 support for WebKit. We recommend to upgrade your macOS version, or keep using an older Playwright version.

Browser Versions

  • Chromium 145.0.7632.6
  • Mozilla Firefox 146.0.1
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 144
  • Microsoft Edge 144
Commits

Updates prettier from 3.8.0 to 3.8.1

Release notes

Sourced from prettier's releases.

3.8.1

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.8.1

diff

Include available printers in plugin type declarations (#18706 by @​porada)

// Input
import * as prettierPluginEstree from "prettier/plugins/estree";
// Prettier 3.8.0
// Property 'printers' does not exist on type 'typeof import("prettier/plugins/estree")'. ts(2339)
prettierPluginEstree.printers.estree; //=> any
// Prettier 3.8.1
prettierPluginEstree.printers.estree; //=> Printer
prettierPluginEstree.printers["estree-json"]; //=> Printer

Commits

Updates publint from 0.3.16 to 0.3.17

Release notes

Sourced from publint's releases.

publint@0.3.17

Patch Changes

  • Fix packing packages with pnpm when publishConfig.directory is set (#216)

  • Updated dependencies [2dcb107]:

    • @​publint/pack@​0.1.3
Changelog

Sourced from publint's changelog.

0.3.17

Patch Changes

  • Fix packing packages with pnpm when publishConfig.directory is set (#216)

  • Updated dependencies [2dcb107]:

    • @​publint/pack@​0.1.3
Commits

Updates vitest from 4.0.17 to 4.0.18

Release notes

Sourced from vitest's releases.

v4.0.18

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub
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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

Bumps the development-dependencies group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [@swc/core](https://github.com/swc-project/swc) | `1.15.8` | `1.15.10` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.0.9` | `25.0.10` |
| [@vitest/browser](https://github.com/vitest-dev/vitest/tree/HEAD/packages/browser) | `4.0.17` | `4.0.18` |
| [@vitest/browser-playwright](https://github.com/vitest-dev/vitest/tree/HEAD/packages/browser-playwright) | `4.0.17` | `4.0.18` |
| [@zemd/eslint-ts](https://github.com/zemd/eslint-flat-config/tree/HEAD/packages/ts) | `1.0.43` | `2.0.1` |
| [happy-dom](https://github.com/capricorn86/happy-dom) | `20.3.3` | `20.3.9` |
| [playwright](https://github.com/microsoft/playwright) | `1.57.0` | `1.58.0` |
| [prettier](https://github.com/prettier/prettier) | `3.8.0` | `3.8.1` |
| [publint](https://github.com/publint/publint/tree/HEAD/packages/publint) | `0.3.16` | `0.3.17` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.0.17` | `4.0.18` |


Updates `@swc/core` from 1.15.8 to 1.15.10
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.15.8...v1.15.10)

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

Updates `@vitest/browser` from 4.0.17 to 4.0.18
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.18/packages/browser)

Updates `@vitest/browser-playwright` from 4.0.17 to 4.0.18
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.18/packages/browser-playwright)

Updates `@zemd/eslint-ts` from 1.0.43 to 2.0.1
- [Release notes](https://github.com/zemd/eslint-flat-config/releases)
- [Changelog](https://github.com/zemd/eslint-flat-config/blob/main/packages/ts/CHANGELOG.md)
- [Commits](https://github.com/zemd/eslint-flat-config/commits/@zemd/eslint-ts@2.0.1/packages/ts)

Updates `happy-dom` from 20.3.3 to 20.3.9
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](capricorn86/happy-dom@v20.3.3...v20.3.9)

Updates `playwright` from 1.57.0 to 1.58.0
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.57.0...v1.58.0)

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

Updates `publint` from 0.3.16 to 0.3.17
- [Release notes](https://github.com/publint/publint/releases)
- [Changelog](https://github.com/publint/publint/blob/master/packages/publint/CHANGELOG.md)
- [Commits](https://github.com/publint/publint/commits/publint@0.3.17/packages/publint)

Updates `vitest` from 4.0.17 to 4.0.18
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.18/packages/vitest)

---
updated-dependencies:
- dependency-name: "@swc/core"
  dependency-version: 1.15.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@types/node"
  dependency-version: 25.0.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@vitest/browser"
  dependency-version: 4.0.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@vitest/browser-playwright"
  dependency-version: 4.0.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@zemd/eslint-ts"
  dependency-version: 2.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: happy-dom
  dependency-version: 20.3.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: playwright
  dependency-version: 1.58.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: prettier
  dependency-version: 3.8.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: publint
  dependency-version: 0.3.17
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: vitest
  dependency-version: 4.0.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

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 Jan 26, 2026
@changeset-bot
Copy link

changeset-bot bot commented Jan 26, 2026

⚠️ No Changeset found

Latest commit: 5ed5120

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@zemd zemd merged commit 570c66b into main Jan 26, 2026
2 checks passed
@zemd zemd deleted the dependabot/npm_and_yarn/development-dependencies-a4577fdfdc branch January 26, 2026 08:08
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.

2 participants