Releases: rstackjs/rsbuild-plugin-arethetypeswrong
Releases · rstackjs/rsbuild-plugin-arethetypeswrong
v0.3.1
What's Changed
- fix(deps): upgrade Rslib 0.20.2 to fix runtime error by @Timeless0911 in #42
- chore(release): v0.3.1 by @colinaaa in #43
New Contributors
- @Timeless0911 made their first contribution in #42
Full Changelog: v0.3.0...v0.3.1
v0.3.0
💥 Breaking Changes
This plugin now requires Node.js >= v20.12.0.
What's Changed
- chore(deps): update actions/setup-node action to v6 by @renovate[bot] in #29
- chore(deps): update all non-major dependencies by @renovate[bot] in #28
- fix: resolve ignored resolutions for problems without resolutionKind by @colinaaa in #30
- perf: reduce bundle size by @colinaaa in #31
- chore(deps): update dependency typescript to v6 by @renovate[bot] in #32
- chore(deps): update js-devtools/npm-publish action to v4 by @renovate[bot] in #33
- chore: update @rsbuild/core to 2.0.0-beta.10 by @colinaaa in #35
- test: migrate from vitest to rstest by @colinaaa in #36
- fix: flaky tests due to corepack concurrency on Windows by @colinaaa in #39
- docs: add AGENTS.md for AI coding agents by @colinaaa in #38
- chore(release): v0.3.0 by @colinaaa in #40
- ci: bump node version to 24 and remove global npm update by @colinaaa in #41
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- chore(config): migrate Renovate config by @renovate[bot] in #22
- chore(deps): update all non-major dependencies by @renovate[bot] in #23
- chore(deps): update actions/checkout action to v6 by @renovate[bot] in #24
- chore: upgrade to Rsbuild v2.0.0-beta.4 by @colinaaa in #25
- chore: release 0.2.0 by @colinaaa in #26
- chore(release): change repository.url by @colinaaa in #27
New Contributors
Full Changelog: v0.1.1...v0.2.0
v0.1.1
v0.1.0
This is the initial release of rsbuild-plugin-arethetypeswrong. Try it out with Rslib / Rsbuild:
import { pluginAreTheTypesWrong } from "rsbuild-plugin-arethetypeswrong";
export default {
plugins: [pluginAreTheTypesWrong()],
};What's Changed
New Contributors
Full Changelog: https://github.com/colinaaa/rsbuild-plugin-arethetypeswrong/commits/v0.1.0