Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sxzz/test-utils
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.1
Choose a base ref
...
head repository: sxzz/test-utils
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.2
Choose a head ref
  • 10 commits
  • 8 files changed
  • 2 contributors

Commits on Feb 10, 2025

  1. fix(deps): update all non-major dependencies (#29)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 10, 2025
    Copy the full SHA
    1878752 View commit details

Commits on Feb 17, 2025

  1. fix(deps): update all non-major dependencies (#30)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 17, 2025
    Copy the full SHA
    a5d594f View commit details

Commits on Feb 19, 2025

  1. chore: cleanup settings

    sxzz committed Feb 19, 2025
    Copy the full SHA
    436cad2 View commit details

Commits on Feb 24, 2025

  1. fix(deps): update all non-major dependencies (#31)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 24, 2025
    Copy the full SHA
    1dedf7e View commit details

Commits on Mar 3, 2025

  1. chore(deps): update all non-major dependencies (#32)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 3, 2025
    Copy the full SHA
    2d3fcc8 View commit details

Commits on Mar 10, 2025

  1. chore(deps): update dependency @sxzz/eslint-config to v6 (#34)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 10, 2025
    Copy the full SHA
    77e8337 View commit details
  2. chore(deps): update all non-major dependencies (#33)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 10, 2025
    Copy the full SHA
    8ca0fc8 View commit details
  3. refactor: small tweak

    sxzz committed Mar 10, 2025
    Copy the full SHA
    4d35055 View commit details
  4. chore: upgrade deps

    sxzz committed Mar 10, 2025
    Copy the full SHA
    d9f4f7d View commit details
  5. chore: release v0.5.2

    sxzz committed Mar 10, 2025
    Copy the full SHA
    412123b View commit details
Showing with 1,274 additions and 1,294 deletions.
  1. +2 −2 .github/workflows/unit-test.yml
  2. +1 −1 .vscode/settings.json
  3. +3 −0 README.md
  4. +16 −16 package.json
  5. +1,236 −1,265 pnpm-lock.yaml
  6. +5 −5 src/index.ts
  7. +7 −4 src/rolldown.ts
  8. +4 −1 src/snapshot.ts
4 changes: 2 additions & 2 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v4.0.0
uses: pnpm/action-setup@v4.1.0

- name: Set node LTS
uses: actions/setup-node@v4
@@ -45,7 +45,7 @@ jobs:
uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v4.0.0
uses: pnpm/action-setup@v4.1.0

- name: Set node ${{ matrix.node }}
uses: actions/setup-node@v4
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"editor.formatOnSave": true,
"exportall.config.folderListener": ["/src"],
"exportall.config.relExclusion": ["/src/internal.ts"]
"exportall.config.semis": false
}
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -4,6 +4,9 @@

Collection of common test utils.

- Tree-shakable ESM
- Lightweight and fast

## Install

```bash
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sxzz/test-utils",
"version": "0.5.1",
"packageManager": "pnpm@10.2.0",
"version": "0.5.2",
"packageManager": "pnpm@10.6.2",
"description": "Collection of common test utils.",
"type": "module",
"license": "MIT",
@@ -57,23 +57,23 @@
}
},
"dependencies": {
"tinyglobby": "^0.2.10",
"unplugin-utils": "^0.2.0"
"tinyglobby": "^0.2.12",
"unplugin-utils": "^0.2.4"
},
"devDependencies": {
"@sxzz/eslint-config": "^5.0.1",
"@sxzz/prettier-config": "^2.1.1",
"@types/node": "^22.13.1",
"bumpp": "^10.0.2",
"esbuild": "^0.24.2",
"eslint": "^9.19.0",
"prettier": "^3.4.2",
"@sxzz/eslint-config": "^6.0.1",
"@sxzz/prettier-config": "^2.2.1",
"@types/node": "^22.13.10",
"bumpp": "^10.0.3",
"esbuild": "^0.25.1",
"eslint": "^9.22.0",
"prettier": "^3.5.3",
"rolldown": "^1.0.0-beta.3",
"rollup": "^4.34.4",
"tsdown": "^0.5.7",
"tsx": "^4.19.2",
"typescript": "^5.7.3",
"vitest": "^3.0.5"
"rollup": "^4.35.0",
"tsdown": "^0.6.5",
"tsx": "^4.19.3",
"typescript": "^5.8.2",
"vitest": "^3.0.8"
},
"engines": {
"node": ">=20.18.0"
Loading