Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.


## [10.0.0](https://github.com/TrigenSoftware/scripts/compare/v9.3.0...v10.0.0) (2026-07-10)

### ⚠ BREAKING CHANGES

* **stylelint-config:** require stylelint 17

### Features

* **oxlint-config:** add func-style rule ([e37030b](https://github.com/TrigenSoftware/scripts/commit/e37030b3fee067286458301bce59959867fc131d))
* **oxlint-config:** support interfaces and type literals in member-ordering rule ([b4d05de](https://github.com/TrigenSoftware/scripts/commit/b4d05deded8d62ef0791f04036784627d8d2d866))
* **stylelint-config:** require stylelint 17 ([a5d49c0](https://github.com/TrigenSoftware/scripts/commit/a5d49c0b80372109c9232027549d39881930335e))

### Bug Fixes

* **deps:** update dependency @simple-libs/child-process-utils to v2 ([#181](https://github.com/TrigenSoftware/scripts/issues/181)) ([ac1ab63](https://github.com/TrigenSoftware/scripts/commit/ac1ab63e2e5d38cfbc276486a829a0f3d82bd80b))
* **deps:** update dependency @simple-libs/stream-utils to v2 ([#184](https://github.com/TrigenSoftware/scripts/issues/184)) ([45d5c3b](https://github.com/TrigenSoftware/scripts/commit/45d5c3bfa28d134e4c0ef272de48edc18a88a713))
* **deps:** update dependency npm-package-json-lint to v10 ([#180](https://github.com/TrigenSoftware/scripts/issues/180)) ([5371873](https://github.com/TrigenSoftware/scripts/commit/537187343104a5dba0e50605dc2c092bd43549af))

## [9.3.0](https://github.com/TrigenSoftware/scripts/compare/v9.2.3...v9.3.0) (2026-06-25)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "scripts",
"type": "module",
"private": true,
"version": "9.3.0",
"version": "10.0.0",
"description": "Scripts and configs for TrigenSoftware's projects.",
"author": "dangreen",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/oxlint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.0.0](https://github.com/TrigenSoftware/scripts/compare/v9.3.0...v10.0.0) (2026-07-10)

### Features

* add func-style rule ([e37030b](https://github.com/TrigenSoftware/scripts/commit/e37030b3fee067286458301bce59959867fc131d))
* support interfaces and type literals in member-ordering rule ([b4d05de](https://github.com/TrigenSoftware/scripts/commit/b4d05deded8d62ef0791f04036784627d8d2d866))

## [9.3.0](https://github.com/TrigenSoftware/scripts/compare/v9.2.3...v9.3.0) (2026-06-25)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/oxlint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@trigen/oxlint-config",
"type": "module",
"version": "9.3.0",
"version": "10.0.0",
"description": "Trigen's Oxlint config.",
"author": "dangreen",
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions packages/stylelint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.0.0](https://github.com/TrigenSoftware/scripts/compare/v9.0.0...v10.0.0) (2026-07-10)

### ⚠ BREAKING CHANGES

* require stylelint 17

### Features

* require stylelint 17 ([a5d49c0](https://github.com/TrigenSoftware/scripts/commit/a5d49c0b80372109c9232027549d39881930335e))

## [9.0.0](https://github.com/TrigenSoftware/scripts/compare/v8.4.0...v9.0.0) (2026-06-01)

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@trigen/stylelint-config",
"type": "module",
"version": "9.0.0",
"version": "10.0.0",
"description": "Trigen's Stylelint config.",
"author": "dangreen",
"license": "MIT",
Expand Down