Skip to content

Releases: MH4GF/dependency-cruiser-report-action

v2.2.0

11 Jun 06:18
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

Maintenance 👨‍💻

  • chore(deps): bump yaml from 2.2.1 to 2.2.2 by @dependabot in #232
  • refactor: update linter and formatter by @MH4GF in #243
  • fix: declare dependency version in package.json by @MH4GF in #246

Full Changelog: v2.1.0...v2.2.0

v2.1.0

09 Apr 07:40
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

  • feat: support auto detect cjs and json config file by @MH4GF in #228

Maintenance 👨‍💻

  • chore(deps): bump actions/setup-node from 3.5.1 to 3.6.0 by @dependabot in #211
  • chore(deps-dev): bump eslint-plugin-import from 2.26.0 to 2.27.5 by @dependabot in #214
  • chore(deps): bump tj-actions/changed-files from 35.2.0 to 35.7.8 by @dependabot in #222
  • chore(deps-dev): bump lint-staged from 13.0.3 to 13.2.0 by @dependabot in #224
  • chore(deps-dev): bump eslint from 8.26.0 to 8.37.0 by @dependabot in #226
  • chore(deps-dev): bump dependency-cruiser from 12.3.0 to 12.11.1 by @dependabot in #229
  • chore(deps-dev): bump eslint from 8.37.0 to 8.38.0 by @dependabot in #230
  • chore(deps-dev): bump vitest from 0.26.2 to 0.29.8 by @dependabot in #225

Full Changelog: v2.0.3...v2.1.0

v2.0.3

11 Jan 06:40
Compare
Choose a tag to compare

What's Changed

Maintenance 👨‍💻

Full Changelog: v2.0.2...v2.0.3

v2.0.2

02 Jan 08:49
Compare
Choose a tag to compare

What's Changed

Maintenance 👨‍💻

Full Changelog: v2.0.1...v2.0.2

v2.0.1

12 Nov 12:34
ad1ff6d
Compare
Choose a tag to compare

Maintenance

Full Changelog: v2.0.0...v2.0.1

v2.0.0

26 Oct 13:22
25d5172
Compare
Choose a tag to compare

🔥 BREAKING CHANGE

Features

  • feat: add option for working-directory by @MH4GF in #176
    • This has changed the unique key for creating and updating reports as issue comments. Therefore, two comments may be created before and after a version upgrade.
    • However, it will only happen once. You do not need to fix anything.

Maintenance

  • Bump tj-actions/changed-files from 29.0.4 to 33.0.0 by @dependabot in #178
    • With this update, set-output warning is no longer displayed.
  • Bump actions/setup-node from 3.4.1 to 3.5.0 by @dependabot in #168
  • Bump @typescript-eslint/parser from 5.36.2 to 5.38.1 by @dependabot in #171
  • Bump @actions/core from 1.9.1 to 1.10.0 by @dependabot in #170
  • Bump typescript from 4.7.4 to 4.8.4 by @dependabot in #173
  • Bump @typescript-eslint/eslint-plugin from 5.30.4 to 5.41.0 by @dependabot in #180
  • Bump @actions/github from 5.0.3 to 5.1.1 by @dependabot in #172

Full Changelog: v1.0.0...v2.0.0

v2.0.0-pre.0

25 Oct 06:24
0cc8d3b
Compare
Choose a tag to compare
Pre-release

🔥 BREAKING CHANGE

Features

  • feat: add option for working-directory by @MH4GF in #176
    • This has changed the unique key for creating and updating reports as issue comments. Therefore, two comments may be created before and after a version upgrade.
    • However, it will only happen once. You do not need to fix anything.

Full Changelog: v1.0.0...v2.0.0-pre.0

v1.0.0

19 Sep 13:17
9337c2b
Compare
Choose a tag to compare

Bump major version 🎉

This is a major version, but no major changes have been made.
After using it for several months in a work project, I decided to release it as a stable version because it is stable as a feature.

The v1 branch is now maintained, making it easier to specify the version. like this: uses: MH4GF/dependency-cruiser-report-action@v1

Full Changelog: v0.1.5...v1.0.0

v0.1.5

19 Sep 13:03
40aad57
Compare
Choose a tag to compare

Maintainance 👨‍💻

Full Changelog: v0.1.3...v0.1.5

v0.1.3

29 Jun 13:48
Compare
Choose a tag to compare

Bugfix

  • bugfix(option): fix an issue that fail if the only change diff is a deletion by @MH4GF in #97

Maintenance

Full Changelog: v0.1.2...v0.1.3