Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
chore(release): v0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Aug 29, 2023
1 parent c87b64c commit 84c40ab
Show file tree
Hide file tree
Showing 4 changed files with 87 additions and 4 deletions.
43 changes: 43 additions & 0 deletions packages/nuxt-vitest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Changelog


## v0.10.3

[compare changes](https://github.com/danielroe/nuxt-vitest/compare/0.10.2...v0.10.3)

### 🚀 Enhancements

- **vitest-environment-nuxt:** Allow mocking imports within setup files ([#274](https://github.com/danielroe/nuxt-vitest/pull/274))
- Add `renderSuspended` for use with testing-library ([#302](https://github.com/danielroe/nuxt-vitest/pull/302))

### 🩹 Fixes

- Add node10 types for `vitest-environment-nuxt` ([#307](https://github.com/danielroe/nuxt-vitest/pull/307))
- Add explicit dependencies ([32308a6](https://github.com/danielroe/nuxt-vitest/commit/32308a6))
- **nuxt-vitest:** Default rootId to undefined rather than `false` ([2c95dd0](https://github.com/danielroe/nuxt-vitest/commit/2c95dd0))
- Drop `whatwg-fetch` polyfill and update to nuxt v3.7 ([#320](https://github.com/danielroe/nuxt-vitest/pull/320))
- Do not inline polyfill ([c87b64c](https://github.com/danielroe/nuxt-vitest/commit/c87b64c))

### 📖 Documentation

- Include `vi.hoisted` as an example with `mockNuxtImport` ([#305](https://github.com/danielroe/nuxt-vitest/pull/305))

### 🏡 Chore

- Skip test for now ([a3dcf71](https://github.com/danielroe/nuxt-vitest/commit/a3dcf71))
- Fix tests on Windows ([#306](https://github.com/danielroe/nuxt-vitest/pull/306))
- Upgrade deps and use inferred `.d.mts` and `.d.cts` types ([#319](https://github.com/danielroe/nuxt-vitest/pull/319))
- Switch to changelogen ([ed27b72](https://github.com/danielroe/nuxt-vitest/commit/ed27b72))

### ✅ Tests

- Correct test assertion ([14c7b01](https://github.com/danielroe/nuxt-vitest/commit/14c7b01))

### ❤️ Contributors

- Daniel Roe <[email protected]>
- Oskar Olsson
- Joaquín Sánchez ([@userquin](http://github.com/userquin))
- Julien Huang <[email protected]>
- Marijn Kok <[email protected]>

4 changes: 2 additions & 2 deletions packages/nuxt-vitest/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nuxt-vitest",
"type": "module",
"version": "0.10.2",
"version": "0.10.3",
"license": "MIT",
"repository": "danielroe/nuxt-vitest",
"keywords": [
Expand Down Expand Up @@ -64,4 +64,4 @@
"nuxt": "3.7.0",
"vitest": "0.33.0"
}
}
}
40 changes: 40 additions & 0 deletions packages/vitest-environment-nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,45 @@


## v0.10.3

[compare changes](https://github.com/danielroe/nuxt-vitest/compare/0.10.2...v0.10.3)

### 🚀 Enhancements

- **vitest-environment-nuxt:** Allow mocking imports within setup files ([#274](https://github.com/danielroe/nuxt-vitest/pull/274))
- Add `renderSuspended` for use with testing-library ([#302](https://github.com/danielroe/nuxt-vitest/pull/302))

### 🩹 Fixes

- Add node10 types for `vitest-environment-nuxt` ([#307](https://github.com/danielroe/nuxt-vitest/pull/307))
- Add explicit dependencies ([32308a6](https://github.com/danielroe/nuxt-vitest/commit/32308a6))
- **nuxt-vitest:** Default rootId to undefined rather than `false` ([2c95dd0](https://github.com/danielroe/nuxt-vitest/commit/2c95dd0))
- Drop `whatwg-fetch` polyfill and update to nuxt v3.7 ([#320](https://github.com/danielroe/nuxt-vitest/pull/320))
- Do not inline polyfill ([c87b64c](https://github.com/danielroe/nuxt-vitest/commit/c87b64c))

### 📖 Documentation

- Include `vi.hoisted` as an example with `mockNuxtImport` ([#305](https://github.com/danielroe/nuxt-vitest/pull/305))

### 🏡 Chore

- Skip test for now ([a3dcf71](https://github.com/danielroe/nuxt-vitest/commit/a3dcf71))
- Fix tests on Windows ([#306](https://github.com/danielroe/nuxt-vitest/pull/306))
- Upgrade deps and use inferred `.d.mts` and `.d.cts` types ([#319](https://github.com/danielroe/nuxt-vitest/pull/319))
- Switch to changelogen ([ed27b72](https://github.com/danielroe/nuxt-vitest/commit/ed27b72))

### ✅ Tests

- Correct test assertion ([14c7b01](https://github.com/danielroe/nuxt-vitest/commit/14c7b01))

### ❤️ Contributors

- Daniel Roe <[email protected]>
- Oskar Olsson
- Joaquín Sánchez ([@userquin](http://github.com/userquin))
- Julien Huang <[email protected]>
- Marijn Kok <[email protected]>

## [0.4.2](https://github.com/danielroe/vitest-environment-nuxt/compare/0.4.1...0.4.2) (2023-01-18)


Expand Down
4 changes: 2 additions & 2 deletions packages/vitest-environment-nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vitest-environment-nuxt",
"version": "0.10.2",
"version": "0.10.3",
"description": "An vitest environment with support for testing code that needs a Nuxt runtime environment.",
"repository": "danielroe/nuxt-vitest",
"keywords": [
Expand Down Expand Up @@ -83,4 +83,4 @@
"optional": true
}
}
}
}

0 comments on commit 84c40ab

Please sign in to comment.