Skip to content

Releases: ren-yamanashi/awscdk-lint

oxlint-plugin-awscdk: v0.1.4

Choose a tag to compare

@github-actions github-actions released this 22 Jul 03:42
1a70169

0.1.4 (2026-07-22)

Bug Fixes

  • allow default value for props in construct-constructor-property (#510) (3a787ae)
  • oxlint-plugin-awscdk: drop safeGetSymbolOfType after corsa-oxlint 0.50.0 (#499) (4bdcf38)
  • oxlint-plugin-awscdk: pass resolveFrom anchor to corsa-oxlint definePlugin (#503) (7beb8a2)

eslint-plugin-awscdk: v4.4.0

Choose a tag to compare

@github-actions github-actions released this 22 Jul 03:55
b14f45d

4.4.0 (2026-07-22)

Features

Bug Fixes

  • allow default value for props in construct-constructor-property (#510) (3a787ae)
  • update links and copy to reflect awscdk-lint repo rename (#484) (df44ac2)
  • update repository URLs to reflect package renaming to awscdk-lint (#481) (81c3cf2)

oxlint-plugin-awscdk: v0.1.3

Choose a tag to compare

@github-actions github-actions released this 29 Jun 09:25
5eebf8b

0.1.3 (2026-06-29)

Bug Fixes

  • oxlint-plugin-awscdk: apply safe symbol lookup to remaining checker callers (#495) (1a25d8b)

oxlint-plugin-awscdk: v0.1.2

Choose a tag to compare

@github-actions github-actions released this 26 Jun 07:05
941ee74

0.1.2 (2026-06-26)

Bug Fixes

  • add support for resolving bundled tsgo executable in oxlint configuration (#486) (985e5bc)
  • update links and copy to reflect awscdk-lint repo rename (#484) (df44ac2)
  • update repository URLs to reflect package renaming to awscdk-lint (#481) (81c3cf2)

oxlint-plugin-awscdk@0.1.1

Choose a tag to compare

@ren-yamanashi ren-yamanashi released this 25 Jun 16:29
7a7c0f7

🎉 Initial release of oxlint-plugin-awscdk!

This is the first published version of oxlint-plugin-awscdk — the Oxlint counterpart of eslint-plugin-awscdk. Both packages share the same AWS CDK lint rule set under the awscdk-lint project, so you can pick the linter that fits your project.

⚠️ Experimental. This package is in an early, experimental stage. The public API, rule set, preset contents, and config shape may change without notice prior to the first stable (1.0.0) release. It also depends on corsa-oxlint, which has not yet reached a stable release.

What's included

  • All AWS CDK lint rules from eslint-plugin-awscdk, ported to Oxlint
  • recommended and strict preset configs (mirroring the ESLint plugin)

Installation

npm install -D oxlint-plugin-awscdk

Getting started

// oxlint.config.ts
import { defineConfig } from "oxlint";
import cdkPlugin from "oxlint-plugin-awscdk";

export default defineConfig({
  extends: [cdkPlugin.configs.recommended], // or .strict
});

See Getting Started (Oxlint) for the full guide.

Feedback

Please open an issue if you run into bugs or have suggestions — feedback during this experimental phase will help shape the API toward 1.0.

eslint-plugin-awscdk@4.3.3

Choose a tag to compare

@github-actions github-actions released this 12 May 09:56
7a0482f

What's Changed

  • chore: bump the dependencies group with 10 updates by @dependabot[bot] in #421
  • chore: bump the dependencies group with 10 updates by @dependabot[bot] in #424
  • chore: bump the dependencies group with 12 updates by @dependabot[bot] in #426
  • chore: bump the dependencies group with 9 updates by @dependabot[bot] in #430
  • fix(require-passing-this): should not flag resources defined outside Construct class by @ren-yamanashi in #431
  • fix(no-variable-construct-id): should not flag functions outside Construct classes by @ren-yamanashi in #433

Full Changelog: v4.3.2...v4.3.3

eslint-plugin-awscdk@4.3.2

Choose a tag to compare

@github-actions github-actions released this 05 Apr 07:02
f313d42

What's Changed

Full Changelog: v4.3.0...v4.3.2

eslint-cdk-plugin@3.4.9

Choose a tag to compare

@github-actions github-actions released this 05 Apr 07:30
621d34c

Full Changelog: v3.4.7...v3.4.9

eslint-plugin-awscdk@4.3.0

Choose a tag to compare

@github-actions github-actions released this 14 Mar 10:41
cef325c

What's Changed

Full Changelog: v4.2.1...v4.3.0

eslint-plugin-awscdk@4.2.1

Choose a tag to compare

@github-actions github-actions released this 20 Feb 13:32
0d8c305

What's Changed

Full Changelog: v4.2.0...v4.2.1