Skip to content

Releases: rstackjs/rsbuild-plugin-arethetypeswrong

v0.3.1

30 Mar 09:38
a219ebd

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.3.1

v0.3.0

29 Mar 16:11
dc5b161

Choose a tag to compare

💥 Breaking Changes

This plugin now requires Node.js >= v20.12.0.

  • feat!: replace picocolors with node:util styleText by @colinaaa in #37

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

13 Feb 06:36
c8ab6c4

Choose a tag to compare

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

18 Aug 06:20
b9481f8

Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

10 Aug 16:51
0cc7e5f

Choose a tag to compare

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