Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 20, 2025

Bumps the development-dependencies group with 6 updates:

Package From To
@types/node 24.7.2 24.8.1
@zemd/eslint-ts 1.0.36 1.0.37
eslint 9.37.0 9.38.0
happy-dom 20.0.2 20.0.7
playwright 1.56.0 1.56.1
publint 0.3.14 0.3.15

Updates @types/node from 24.7.2 to 24.8.1

Commits

Updates @zemd/eslint-ts from 1.0.36 to 1.0.37

Release notes

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

@​zemd/eslint-ts@​1.0.37

Patch Changes

  • b69ea80: bump deps
Changelog

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

1.0.37

Patch Changes

  • b69ea80: bump deps
Commits

Updates eslint from 9.37.0 to 9.38.0

Release notes

Sourced from eslint's releases.

v9.38.0

Features

  • ce40f74 feat: update complexity rule to only highlight function header (#20048) (Atul Nair)
  • e37e590 feat: correct no-loss-of-precision false positives with e notation (#20187) (Francesco Trotta)

Bug Fixes

  • 50c3dfd fix: improve type support for isolated dependencies in pnpm (#20201) (Francesco Trotta)
  • a1f06a3 fix: correct SourceCode typings (#20114) (Pixel998)

Documentation

  • 462675a docs: improve web accessibility by hiding non-semantic character (#20205) (루밀LuMir)
  • c070e65 docs: correct formatting in no-irregular-whitespace rule documentation (#20203) (루밀LuMir)
  • b39e71a docs: Update README (GitHub Actions Bot)
  • cd39983 docs: move custom-formatters type descriptions to nodejs-api (#20190) (Percy Ma)

Chores

  • d17c795 chore: upgrade @​eslint/js@​9.38.0 (#20221) (Milos Djermanovic)
  • 25d0e33 chore: package.json update for @​eslint/js release (Jenkins)
  • c82b5ef refactor: Use types from @​eslint/core (#20168) (Nicholas C. Zakas)
  • ff31609 ci: add Node.js 25 to ci.yml (#20220) (루밀LuMir)
  • 004577e ci: bump github/codeql-action from 3 to 4 (#20211) (dependabot[bot])
  • eac71fb test: remove use of nodejsScope option of eslint-scope from tests (#20206) (Milos Djermanovic)
  • 4168a18 chore: fix typo in legacy-eslint.js (#20202) (Sweta Tanwar)
  • 205dbd2 chore: fix typos (#20200) (ntnyq)
  • dbb200e chore: use team member's username when name is not available in data (#20194) (Milos Djermanovic)
  • 8962089 chore: mark deprecated rules as available until v11.0.0 (#20184) (Pixel998)
Commits

Updates happy-dom from 20.0.2 to 20.0.7

Release notes

Sourced from happy-dom's releases.

v20.0.7

👷‍♂️ Patch fixes

  • Fix incorrect handling of >= operator in media query parser - By @​lkritsimas in task #1869

v20.0.6

👷‍♂️ Patch fixes

  • Changes implementation for DOMTokenList.forEach(), Headers.forEach() and NodeList.forEach() to be spec compliant - By @​ikeyan in task #1858

v20.0.5

👷‍♂️ Patch fixes

  • The setter TreeWalker.currentNode should validate if the value is a Node - By @​capricorn86 in task #1935

v20.0.4

👷‍♂️ Patch fixes

  • Only adds buttons to FormData if they are the submitter - By @​maxmil and @ karpiuMG in task #1859

v20.0.3

👷‍♂️ Patch fixes

  • Moves URL resolution to after checking if module preloading is enabled to prevent URL errors to be thrown when unresolvable - By @​iam-medvedev in task #1851
  • Fixes issue where CSS variables aren't parsed correctly when inside CSS functions - By @​fimion in task #1837
Commits
  • 7852969 fix: #1869 Fix incorrect handling of >= operator in media query parser (#...
  • aab20c3 fix: #1858 forEach should accept callback's this value and pass `this...
  • 0eb4e65 fix: #1935 The setter TreeWalker currentNode should validate if the value i...
  • 5da6c37 fix: #1859 Only add buttons to FormData if they are the submitter (#1860)
  • 45d6948 chore: #1856 Change IterableIterator return type to ArrayIterator (#1857)
  • 9e1bd67 fix: #1851 Moves URL resolution to after checking if module preloading is e...
  • 620fb2f fix: #1837 Fixes issue where CSS var() isn't parsed correctly when inside C...
  • See full diff in compare view

Updates playwright from 1.56.0 to 1.56.1

Release notes

Sourced from playwright's releases.

v1.56.1

Highlights

#37871 chore: allow local-network-access permission in chromium #37891 fix(agents): remove workspaceFolder ref from vscode mcp #37759 chore: rename agents to test agents #37757 chore(mcp): fallback to cwd when resolving test config

Browser Versions

  • Chromium 141.0.7390.37
  • Mozilla Firefox 142.0.1
  • WebKit 26.0
Commits
  • 54c7115 chore: revert "minimal vscode version notice" (#37892)
  • 7d45eb3 chore: mark v1.56.1 (#37784)
  • e6ef697 cherry-pick(#37871): chore: allow local-network-access permission in chromium
  • 932542c cherry-pick(#37891): fix(agents): remove workspaceFolder ref from vscode mcp
  • 0662dd2 cherry-pick(#37759): chore: rename agents to test agents
  • 919549e cherry-pick(#37758): docs: mention VS Code insiders in the agents docs
  • e593c64 cherry-pick(#37757): chore(mcp): fallback to cwd when resolving test config
  • a8a6e10 cherry-pick(#37755): chore(mcp): minimal vscode version notice
  • f36b2ee cherry-pick(#37731): docs: add agents video to agents page (#37733)
  • See full diff in compare view

Updates publint from 0.3.14 to 0.3.15

Release notes

Sourced from publint's releases.

publint@0.3.15

Patch Changes

  • Skip file existence checks when crawling subpath imports as they may be dev-only and not used after bundling or publish. This check may be improved in the future when publint can scan for files to see if the subpath imports are used. (0d72997)

  • Handle exports["default"] and exports['default'] for CJS_WITH_ESMODULE_DEFAULT_EXPORT rule (8285f77)

Changelog

Sourced from publint's changelog.

0.3.15

Patch Changes

  • Skip file existence checks when crawling subpath imports as they may be dev-only and not used after bundling or publish. This check may be improved in the future when publint can scan for files to see if the subpath imports are used. (0d72997)

  • Handle exports["default"] and exports['default'] for CJS_WITH_ESMODULE_DEFAULT_EXPORT rule (8285f77)

Commits
  • fa7e5a5 Release packages (#206)
  • 0d72997 Skip file existence checks for subpath imports
  • f5de690 Warn CJS with default export and __esModule marker using `exports.["default...
  • See full diff in compare view

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 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.7.2` | `24.8.1` |
| [@zemd/eslint-ts](https://github.com/zemd/eslint-flat-config/tree/HEAD/packages/ts) | `1.0.36` | `1.0.37` |
| [eslint](https://github.com/eslint/eslint) | `9.37.0` | `9.38.0` |
| [happy-dom](https://github.com/capricorn86/happy-dom) | `20.0.2` | `20.0.7` |
| [playwright](https://github.com/microsoft/playwright) | `1.56.0` | `1.56.1` |
| [publint](https://github.com/publint/publint/tree/HEAD/packages/publint) | `0.3.14` | `0.3.15` |


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

Updates `@zemd/eslint-ts` from 1.0.36 to 1.0.37
- [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@1.0.37/packages/ts)

Updates `eslint` from 9.37.0 to 9.38.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.37.0...v9.38.0)

Updates `happy-dom` from 20.0.2 to 20.0.7
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](capricorn86/happy-dom@v20.0.2...v20.0.7)

Updates `playwright` from 1.56.0 to 1.56.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.56.0...v1.56.1)

Updates `publint` from 0.3.14 to 0.3.15
- [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.15/packages/publint)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 24.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@zemd/eslint-ts"
  dependency-version: 1.0.37
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: eslint
  dependency-version: 9.38.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: happy-dom
  dependency-version: 20.0.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: playwright
  dependency-version: 1.56.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: publint
  dependency-version: 0.3.15
  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 Oct 20, 2025
@changeset-bot
Copy link

changeset-bot bot commented Oct 20, 2025

⚠️ No Changeset found

Latest commit: 4a80d21

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 950d254 into main Oct 20, 2025
2 checks passed
@zemd zemd deleted the dependabot/npm_and_yarn/development-dependencies-7ff7204e7a branch October 20, 2025 09:11
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