From 7da1f392eb5c63057f9b230eb5b17461be8f17d3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 10 Jul 2026 19:47:56 +0000 Subject: [PATCH] chore(release): 10.0.0 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- packages/oxlint-config/CHANGELOG.md | 7 +++++++ packages/oxlint-config/package.json | 2 +- packages/stylelint-config/CHANGELOG.md | 10 ++++++++++ packages/stylelint-config/package.json | 2 +- 6 files changed, 38 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17f125c..df494fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 881022d..306458b 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/packages/oxlint-config/CHANGELOG.md b/packages/oxlint-config/CHANGELOG.md index 3052158..69a233b 100644 --- a/packages/oxlint-config/CHANGELOG.md +++ b/packages/oxlint-config/CHANGELOG.md @@ -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 diff --git a/packages/oxlint-config/package.json b/packages/oxlint-config/package.json index 0ad25bc..7862798 100644 --- a/packages/oxlint-config/package.json +++ b/packages/oxlint-config/package.json @@ -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", diff --git a/packages/stylelint-config/CHANGELOG.md b/packages/stylelint-config/CHANGELOG.md index ce3f5ed..5936fdc 100644 --- a/packages/stylelint-config/CHANGELOG.md +++ b/packages/stylelint-config/CHANGELOG.md @@ -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 diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index e6137af..f5c25ac 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -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",