Skip to content

build(deps): bump the actions-deps group with 4 updates - #8353

Merged
ardatan merged 2 commits into
masterfrom
dependabot/npm_and_yarn/actions-deps-016fb24b08
Aug 7, 2026
Merged

build(deps): bump the actions-deps group with 4 updates#8353
ardatan merged 2 commits into
masterfrom
dependabot/npm_and_yarn/actions-deps-016fb24b08

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the actions-deps group with 4 updates: tsx, ws, puppeteer and postcss.

Updates tsx from 4.23.4 to 4.23.5

Release notes

Sourced from tsx's releases.

v4.23.5

4.23.5 (2026-08-02)

Bug Fixes

  • detect the Node inspector enabled via NODE_OPTIONS (3c1d051)

This release is also available on:

Commits
  • c55004d test: remove legacy PTY retry
  • e368161 chore(deps): update pty-spawn to 1.1.1
  • 8d39496 ci: validate GitHub Actions workflows
  • 6fe724e test: clean up timed-out PTY attempts
  • e0a0536 ci: skip unused Windows Node cache
  • 6d6dd84 ci: remove broken lock automation
  • 3c1d051 fix: detect the Node inspector enabled via NODE_OPTIONS
  • 40380a4 ci: lock down the release toolchain
  • f217b6b ci: restrict releases to public repository
  • See full diff in compare view

Updates ws from 8.21.1 to 8.21.2

Release notes

Sourced from ws's releases.

8.21.2

Bug fixes

  • Fixed a test for CITGM (2eb3be0b).
Commits
  • 787ebf2 [dist] 8.21.2
  • b4d62eb Revert "[ci] Trust Coveralls Homebrew tap"
  • e4bb883 [security] Use GitHub PVR as main reporting channel
  • 2eb3be0 [test] Skip test on Node.js versions where it does not apply
  • See full diff in compare view

Updates puppeteer from 25.4.0 to 25.5.0

Release notes

Sourced from puppeteer's releases.

puppeteer-core: v25.5.0

25.5.0 (2026-08-04)

🎉 Features

🛠️ Fixes

  • disable WebUIOmniboxPopup and WebUIOmniboxAimPopup features (#15278) (5dc2964)
  • do not override the user agent when nothing is emulated (#15274) (39c4653)
  • forward headers to browserURL HTTP discovery and WebSocket connection (#15238) (948d870)
  • reject PWA access if network conditions are configured (#15271) (6eb2b8c)
  • roll to Chrome 151.0.7922.71 (#15272) (a7f07db)
  • roll to Firefox 153.0.1 (#15269) (dd365cc)

📄 Documentation

🏗️ Refactor

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 3.0.6 to 3.1.0

puppeteer: v25.5.0

25.5.0 (2026-08-04)

♻️ Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies

... (truncated)

Changelog

Sourced from puppeteer's changelog.

25.5.0 (2026-08-04)

♻️ Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 3.0.6 to 3.1.0

🎉 Features

🛠️ Fixes

  • disable WebUIOmniboxPopup and WebUIOmniboxAimPopup features (#15278) (5dc2964)
  • do not override the user agent when nothing is emulated (#15274) (39c4653)
  • forward headers to browserURL HTTP discovery and WebSocket connection (#15238) (948d870)
  • reject PWA access if network conditions are configured (#15271) (6eb2b8c)
  • roll to Chrome 151.0.7922.71 (#15272) (a7f07db)
  • roll to Firefox 153.0.1 (#15269) (dd365cc)

📄 Documentation

🏗️ Refactor

Commits

Updates postcss from 8.5.25 to 8.5.23

Changelog

Sourced from postcss's changelog.

8.5.25

  • Fixed 8.5.17 visitor regression.
  • Fixed list.split() for non-string values (by @​amir-rezaei).

8.5.24

  • Preserve the BOM after the processing (by @​hdimer).

8.5.23

  • Do not load source map without opts.from for security reasons.

8.5.22

8.5.21

8.5.20

8.5.19

  • Fixed cleaning before for new nodes inserted to Root (by @​MahinAnowar).

8.5.18

  • Restricted loading previous source maps file to the opts.from folder for security reasons (use unsafeMap: true to disable the check).

8.5.17

  • Fixed Maximum call stack size exceeded error.
  • Fixed Prototype hijacking for postcss.fromJSON().
  • Fixed Input#origin() for unmapped end position (by @​chatman-media).

8.5.16

8.5.15

... (truncated)

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

Bumps the actions-deps group with 4 updates: [tsx](https://github.com/privatenumber/tsx), [ws](https://github.com/websockets/ws), [puppeteer](https://github.com/puppeteer/puppeteer) and [postcss](https://github.com/postcss/postcss).


Updates `tsx` from 4.23.4 to 4.23.5
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.23.4...v4.23.5)

Updates `ws` from 8.21.1 to 8.21.2
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.21.1...8.21.2)

Updates `puppeteer` from 25.4.0 to 25.5.0
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](puppeteer/puppeteer@puppeteer-v25.4.0...puppeteer-v25.5.0)

Updates `postcss` from 8.5.25 to 8.5.23
- [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.23)

---
updated-dependencies:
- dependency-name: tsx
  dependency-version: 4.23.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: actions-deps
- dependency-name: ws
  dependency-version: 8.21.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions-deps
- dependency-name: puppeteer
  dependency-version: 25.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: actions-deps
- dependency-name: postcss
  dependency-version: 8.5.23
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: actions-deps
...

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 7, 2026
@changeset-bot

changeset-bot Bot commented Aug 7, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 6b57e41

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

@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

🚀 Snapshot Release (alpha)

The latest changes of this PR are available as alpha on npm (based on the declared changesets):

Package Version Info
@graphql-tools/executor 2.0.0-alpha-20260807131718-eac69e9a805071b34d049bc9effe51674ffc09f4 npm ↗︎ unpkg ↗︎
@graphql-tools/executor-apollo-link 2.0.13-alpha-20260807131718-eac69e9a805071b34d049bc9effe51674ffc09f4 npm ↗︎ unpkg ↗︎
@graphql-tools/executor-envelop 4.0.13-alpha-20260807131718-eac69e9a805071b34d049bc9effe51674ffc09f4 npm ↗︎ unpkg ↗︎
@graphql-tools/executor-legacy-ws 1.1.33-alpha-20260807131718-eac69e9a805071b34d049bc9effe51674ffc09f4 npm ↗︎ unpkg ↗︎
@graphql-tools/executor-urql-exchange 1.0.35-alpha-20260807131718-eac69e9a805071b34d049bc9effe51674ffc09f4 npm ↗︎ unpkg ↗︎
@graphql-tools/executor-yoga 3.0.43-alpha-20260807131718-eac69e9a805071b34d049bc9effe51674ffc09f4 npm ↗︎ unpkg ↗︎
@graphql-tools/graphql-tag-pluck 8.3.36-alpha-20260807131718-eac69e9a805071b34d049bc9effe51674ffc09f4 npm ↗︎ unpkg ↗︎
graphql-tools 9.0.34-alpha-20260807131718-eac69e9a805071b34d049bc9effe51674ffc09f4 npm ↗︎ unpkg ↗︎
@graphql-tools/import 7.1.19-alpha-20260807131718-eac69e9a805071b34d049bc9effe51674ffc09f4 npm ↗︎ unpkg ↗︎
@graphql-tools/links 10.0.13-alpha-20260807131718-eac69e9a805071b34d049bc9effe51674ffc09f4 npm ↗︎ unpkg ↗︎
@graphql-tools/load 8.1.16-alpha-20260807131718-eac69e9a805071b34d049bc9effe51674ffc09f4 npm ↗︎ unpkg ↗︎
@graphql-tools/apollo-engine-loader 8.0.35-alpha-20260807131718-eac69e9a805071b34d049bc9effe51674ffc09f4 npm ↗︎ unpkg ↗︎
@graphql-tools/code-file-loader 8.1.37-alpha-20260807131718-eac69e9a805071b34d049bc9effe51674ffc09f4 npm ↗︎ unpkg ↗︎
@graphql-tools/git-loader 8.0.41-alpha-20260807131718-eac69e9a805071b34d049bc9effe51674ffc09f4 npm ↗︎ unpkg ↗︎
@graphql-tools/github-loader 9.1.7-alpha-20260807131718-eac69e9a805071b34d049bc9effe51674ffc09f4 npm ↗︎ unpkg ↗︎
@graphql-tools/graphql-file-loader 8.1.19-alpha-20260807131718-eac69e9a805071b34d049bc9effe51674ffc09f4 npm ↗︎ unpkg ↗︎
@graphql-tools/json-file-loader 8.0.33-alpha-20260807131718-eac69e9a805071b34d049bc9effe51674ffc09f4 npm ↗︎ unpkg ↗︎
@graphql-tools/module-loader 8.0.33-alpha-20260807131718-eac69e9a805071b34d049bc9effe51674ffc09f4 npm ↗︎ unpkg ↗︎
@graphql-tools/url-loader 9.1.7-alpha-20260807131718-eac69e9a805071b34d049bc9effe51674ffc09f4 npm ↗︎ unpkg ↗︎
@graphql-tools/merge 9.2.3-alpha-20260807131718-eac69e9a805071b34d049bc9effe51674ffc09f4 npm ↗︎ unpkg ↗︎
@graphql-tools/mock 9.1.13-alpha-20260807131718-eac69e9a805071b34d049bc9effe51674ffc09f4 npm ↗︎ unpkg ↗︎
@graphql-tools/node-require 7.0.45-alpha-20260807131718-eac69e9a805071b34d049bc9effe51674ffc09f4 npm ↗︎ unpkg ↗︎
@graphql-tools/relay-operation-optimizer 7.1.9-alpha-20260807131718-eac69e9a805071b34d049bc9effe51674ffc09f4 npm ↗︎ unpkg ↗︎
@graphql-tools/resolvers-composition 7.0.36-alpha-20260807131718-eac69e9a805071b34d049bc9effe51674ffc09f4 npm ↗︎ unpkg ↗︎
@graphql-tools/schema 10.1.0-alpha-20260807131718-eac69e9a805071b34d049bc9effe51674ffc09f4 npm ↗︎ unpkg ↗︎
@graphql-tools/utils 12.0.0-alpha-20260807131718-eac69e9a805071b34d049bc9effe51674ffc09f4 npm ↗︎ unpkg ↗︎

@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

💻 Website Preview

The latest changes are available as preview in: https://pr-8353.graphql-tools-8ja.pages.dev

@ardatan
ardatan merged commit 755d699 into master Aug 7, 2026
44 checks passed
@ardatan
ardatan deleted the dependabot/npm_and_yarn/actions-deps-016fb24b08 branch August 7, 2026 13:27
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.

1 participant