Skip to content

chore(deps): bump @igorjs/pure-test from 0.1.0 to 0.4.2#14

Open
dependabot[bot] wants to merge 4 commits into
mainfrom
dependabot/npm_and_yarn/igorjs/pure-test-0.4.2
Open

chore(deps): bump @igorjs/pure-test from 0.1.0 to 0.4.2#14
dependabot[bot] wants to merge 4 commits into
mainfrom
dependabot/npm_and_yarn/igorjs/pure-test-0.4.2

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Jun 2, 2026

Bumps @igorjs/pure-test from 0.1.0 to 0.4.2.

Release notes

Sourced from @​igorjs/pure-test's releases.

v0.4.2

What's Changed

CI

  • pin pnpm to 11.0.9 (mature) + add Node 23 to native matrix (a1d668b)
  • copy pnpm-workspace.yaml into docker images for allowBuilds config (f45cbd0)
  • replace dead pnpm.onlyBuiltDependencies with pnpm-workspace.yaml/allowBuilds (1f96b40)
  • whitelist sharp and workerd for pnpm 11 install scripts (adbf0c9)
  • bump pnpm to 11.1.2, refresh GitHub action versions, fix publish (eb55e6d)

Full Changelog: igorjs/pure-test@v0.4.1...v0.4.2

v0.4.1

What's Changed

Features

  • add soft-conflict warnings for redundant flag combos (08f2290)
  • add --runInBand and conflict detection (9c4a14f)
  • add --shard, --watch, parallel imports, bail-stops-import (6c9523a)
  • add Tier 1+2 features for Jest/Vitest parity (80b6fd3)
  • add --verbose streaming output and --force-exit flag (b70fc0f)
  • support beforeAll/afterAll/beforeEach/afterEach hooks (ef96c77)
  • add Deno-native adapter at /deno subpath (ac1f4cf)

Bug Fixes

  • replace banned Function type with explicit signatures (188b5b9)
  • add playwright and miniflare as pinned dev dependencies (caeaea9)
  • install playwright npm package before browser test (7ca45d6)

Refactoring

  • per-runtime files + c8 configs for accurate coverage (2a028df)
  • extract restoreEnvStub helper to reduce complexity (95fbd70)
  • extract helpers to fix complexity violations (92aaf4f)

Tests

  • fail-fast preflight check for playwright devDep (ca23c6b)
  • add per-runtime coverage orchestrator (Node + Deno) (2eda569)
  • push to ~98% via timer + mock + asymmetric matcher edges (d4419ef)
  • cover focus modifiers, no-process fallback, expect.any edges (10de5b1)
  • NO_COLOR + reset() + matcher error paths (d239905)
  • add 29 spawn-based CLI integration tests (8412d9e)
  • add c8, tests for reporters/extend/stubs/setters (61eec02)

Documentation

  • expand supports table; remove now-supported items from never-list (cff7b2d)
  • document new CLI flags, expect.extend, stubs, watch mode (e31e04c)
  • document /deno entry point and run adapter test in CI (9b208d4)

CI

  • add Node 26 LTS + skip CLI integration tests on Deno/Bun/distroless (bf804c1)

... (truncated)

Changelog

Sourced from @​igorjs/pure-test's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.4.1] - 2026-05-17

Added

  • Add soft-conflict warnings for redundant flag combos
  • Add --runInBand and conflict detection
  • Add --shard, --watch, parallel imports, bail-stops-import
  • Add Tier 1+2 features for Jest/Vitest parity
  • Add --verbose streaming output and --force-exit flag
  • Support beforeAll/afterAll/beforeEach/afterEach hooks
  • Add Deno-native adapter at /deno subpath

Fixed

  • Replace banned Function type with explicit signatures
  • Add playwright and miniflare as pinned dev dependencies
  • Install playwright npm package before browser test

[0.3.0] - 2026-05-05

Added

  • Add describe.each for parameterised suites
  • Add --bail / -b flag to stop on first failure
  • Export AsymmetricMatcher type and add JSDoc to all matchers
  • Add coloured terminal output to reporters
  • Add diff output for failed deep equality assertions
  • Add --grep / -t test name filtering
  • Add test retry support
  • Add test timeout support
  • Add getter/setter spying via spyOn accessor parameter
  • Add expect.assertions(n) and expect.hasAssertions()
  • Add email and UUID validation matchers
  • Add toMatchArray and toMatchUnsortedArray matchers
  • Complete Jest/Vitest matcher parity
  • Add toMatchObject, toHaveProperty, toStrictEqual, and asymmetric matchers
  • Add toHaveBeenCalled spy assertion matchers

Fixed

  • Validate UUID variant nibble per RFC 9562

Changed

  • Benchmark and update performance claims in README

[0.2.0] - 2026-05-06

Added

... (truncated)

Commits
  • 801f925 chore: bump to 0.4.2
  • a1d668b ci: pin pnpm to 11.0.9 (mature) + add Node 23 to native matrix
  • f45cbd0 ci: copy pnpm-workspace.yaml into docker images for allowBuilds config
  • 1f96b40 ci: replace dead pnpm.onlyBuiltDependencies with pnpm-workspace.yaml/allowBuilds
  • adbf0c9 ci: whitelist sharp and workerd for pnpm 11 install scripts
  • eb55e6d ci: bump pnpm to 11.1.2, refresh GitHub action versions, fix publish
  • eec4bf2 chore: bump to 0.4.1
  • 188b5b9 fix(expect): replace banned Function type with explicit signatures
  • cff7b2d docs(readme): expand supports table; remove now-supported items from never-list
  • 145a34b chore: add project .npmrc (save-exact + engine-strict)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​igorjs/pure-test since your current version.


Dependabot compatibility score

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)

Bumps [@igorjs/pure-test](https://github.com/igorjs/pure-test) from 0.1.0 to 0.4.2.
- [Release notes](https://github.com/igorjs/pure-test/releases)
- [Changelog](https://github.com/igorjs/pure-test/blob/main/CHANGELOG.md)
- [Commits](igorjs/pure-test@v0.1.0...v0.4.2)

---
updated-dependencies:
- dependency-name: "@igorjs/pure-test"
  dependency-version: 0.4.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added chore Maintenance dependencies Dependency updates labels Jun 2, 2026
@dependabot dependabot Bot requested a review from igorjs as a code owner June 2, 2026 02:32
@dependabot dependabot Bot added chore Maintenance dependencies Dependency updates labels Jun 2, 2026
@github-actions github-actions Bot added the size:m Medium change (50-249 lines) label Jun 2, 2026
@socket-security
Copy link
Copy Markdown

socket-security Bot commented Jun 7, 2026

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Added@​igorjs/​pure-test@​0.4.27710010091100
Added@​typescript/​native-preview@​7.0.0-dev.20260527.210010082100100

View full report

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Maintenance dependencies Dependency updates size:m Medium change (50-249 lines)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants