Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/sync-tooling.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 6.4.2

### Patch Changes

- [#30](https://github.com/marko-js/testing-library/pull/30) [`96b0cd1`](https://github.com/marko-js/testing-library/commit/96b0cd1a769d407a916b58f16a292301e4ad3233) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Modernize tooling to match marko-js/prettier: ESLint flat config, Prettier 3, Husky 9, changesets, rolldown for bundling, and Vitest (jsdom + node projects via @marko/vite) for testing. Upgrade dependencies to latest (Marko 5, jsdom 29, @testing-library/jest-dom 6, TypeScript 6, etc.).

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [6.4.1](https://github.com/marko-js/testing-library/compare/v6.4.0...v6.4.1) (2025-08-15)
Expand Down
72 changes: 2 additions & 70 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@marko/testing-library",
"version": "6.4.1",
"version": "6.4.2",
"description": "Simple and complete Marko testing utilities that encourage good testing practices.",
"keywords": [
"marko",
Expand Down