Skip to content

Bump tmp and testcafe - #23

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-35f000474b
Open

Bump tmp and testcafe#23
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-35f000474b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 21, 2026

Copy link
Copy Markdown
Contributor

Bumps tmp to 0.2.5 and updates ancestor dependency testcafe. These dependencies need to be updated together.

Updates tmp from 0.0.28 to 0.2.5

Changelog

Sourced from tmp's changelog.

v0.2.2 (2024-02-28)

🐛 Bug Fix

📝 Documentation

Committers: 5

v0.2.1 (2020-04-28)

🚀 Enhancement

🏠 Internal

Committers: 1

v0.2.0 (2020-04-25)

🚀 Enhancement

🐛 Bug Fix

📝 Documentation

🏠 Internal

... (truncated)

Commits

Updates testcafe from 1.20.1 to 3.7.4

Release notes

Sourced from testcafe's releases.

v3.7.4

What's Changed

Full Changelog: DevExpress/testcafe@v3.7.3...v3.7.4

v3.7.3

What's Changed

Full Changelog: DevExpress/testcafe@v3.7.2...v3.7.3

v3.7.2 (2025-02-18)

Bug Fixes

  • TestCafe incorrectly processes angular functions in proxy mode. (3035)
  • A browser throws a SyntaxError in proxy mode. (8368)
  • Docker Image cannot run test for pages in foreign languages. (8362)
  • [Native Automation] TestCafe does not maximize the window after a resizeMethod call. (8360)
  • lru-cache conflicts with TypeScript's latest types. (3036)

v3.7.2-rc.1

What's Changed

Full Changelog: DevExpress/testcafe@v3.7.1...v3.7.2-rc.1

... (truncated)

Changelog

Sourced from testcafe's changelog.

Changelog

v3.7.2 (2025-02-18)

Bug Fixes

  • TestCafe incorrectly processes angular functions in proxy mode. (3035)
  • A browser throws a SyntaxError in proxy mode. (8368)
  • Docker Image cannot run test for pages in foreign languages. (8362)
  • [Native Automation] TestCafe does not maximize the window after a resizeMethod call. (8360)
  • lru-cache conflicts with TypeScript's latest types. (3036)

v3.7.1 (2024-12-18)

Bug Fixes

  • The 'click' event is raised when a draggable element was dropped. (8250)
  • Unable to type text in the CodeMirror editor after it was clicked. (8321)
  • Angular functions can work incorrectly in proxy mode. (8221)

TestCafe v3.7.0 Released

The TestCafe v3.7.0 update includes the capability to use Metadata as an interface, esm configuration file option, and a number of bug fixes.

meta-readmore

Declare Metadata Interface

Earlier versions of TestCafe supported Metadata as a type. In TestCafe v3.7.0 and higher, you should declare Metadata as an interface.

// testcafe.global.d.ts
declare module "testcafe" {
	global {
		interface Metadata {
			manual?: boolean,
		}
	}
}

New Configuration File Option: esm

Earlier versions of TestCafe supported the ESM Module from the CLI only. In TestCafe v3.7.0 and higher, you can use the esm configuration file option. Note that this option only works with Node.js 18.19-18.xx, and 20.8.0 and up.

Bug Fixes

  • CDP client tab creation causes a WebSocket connection closed error in Chrome v130 (#8286).
  • An unhandled promise rejection occurs while launching sub-windows (#8258).
  • Assertions that perform visibility checks fail despite elements being visible on the page (#8237).

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for testcafe since your current version.


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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [tmp](https://github.com/raszi/node-tmp) to 0.2.5 and updates ancestor dependency [testcafe](https://github.com/DevExpress/testcafe). These dependencies need to be updated together.


Updates `tmp` from 0.0.28 to 0.2.5
- [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md)
- [Commits](raszi/node-tmp@v0.0.28...v0.2.5)

Updates `testcafe` from 1.20.1 to 3.7.4
- [Release notes](https://github.com/DevExpress/testcafe/releases)
- [Changelog](https://github.com/DevExpress/testcafe/blob/master/CHANGELOG.md)
- [Commits](DevExpress/testcafe@v1.20.1...v3.7.4)

---
updated-dependencies:
- dependency-name: tmp
  dependency-version: 0.2.5
  dependency-type: indirect
- dependency-name: testcafe
  dependency-version: 3.7.4
  dependency-type: direct:development
...

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 Feb 21, 2026
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