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
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### ⚠ BREAKING CHANGES

* **browserslist-config,eslint-config,lint-package-json,npm-package-json-lint-config,oxlint-config,project-files,scripts,stylelint-config:** node >= 22 now is minimal supported version
* **lint-package-json,npm-package-json-lint-config:** package type changed to `module` (#161)
* **browserslist-config:** package type changed to `module` (#159)

### Features

* **browserslist-config,eslint-config,lint-package-json,npm-package-json-lint-config,oxlint-config,project-files,scripts,stylelint-config:** node >= 22 now is minimal supported version ([fbfaf0d](https://github.com/TrigenSoftware/scripts/commit/fbfaf0d6cdf19a0c1e8128b67b8e472c5844533e))
* **browserslist-config:** package type changed to `module` ([#159](https://github.com/TrigenSoftware/scripts/issues/159)) ([64e020a](https://github.com/TrigenSoftware/scripts/commit/64e020ab6e3a23bf0fd449e3fabc4b2fe9dd1fa5))
* **lint-package-json,npm-package-json-lint-config:** package type changed to `module` ([#161](https://github.com/TrigenSoftware/scripts/issues/161)) ([5d3076d](https://github.com/TrigenSoftware/scripts/commit/5d3076d933a8863314e2ed58c57477cedf0af822))
* **oxlint-config:** brand new oxlint config ([#162](https://github.com/TrigenSoftware/scripts/issues/162)) ([073316d](https://github.com/TrigenSoftware/scripts/commit/073316d95569906318add265217c5b5b03fa7afd))

### Bug Fixes

* **deps:** update dependency stylelint-gamut to v2 ([#152](https://github.com/TrigenSoftware/scripts/issues/152)) ([abeb0f9](https://github.com/TrigenSoftware/scripts/commit/abeb0f99c2441e57a278675affd9b86f3084d08c))

## [8.4.0](https://github.com/TrigenSoftware/scripts/compare/v8.3.1...v8.4.0) (2026-03-29)

### 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": "8.4.0",
"version": "9.0.0",
"description": "Scripts and configs for TrigenSoftware's projects.",
"author": "dangreen",
"license": "MIT",
Expand Down
12 changes: 12 additions & 0 deletions packages/browserslist-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### ⚠ BREAKING CHANGES

* node >= 22 now is minimal supported version
* package type changed to `module` (#159)

### Features

* node >= 22 now is minimal supported version ([fbfaf0d](https://github.com/TrigenSoftware/scripts/commit/fbfaf0d6cdf19a0c1e8128b67b8e472c5844533e))
* package type changed to `module` ([#159](https://github.com/TrigenSoftware/scripts/issues/159)) ([64e020a](https://github.com/TrigenSoftware/scripts/commit/64e020ab6e3a23bf0fd449e3fabc4b2fe9dd1fa5))

## [8.0.0](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.34...v8.0.0) (2025-07-08)

## [8.0.0-alpha.33](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.32...v8.0.0-alpha.33) (2025-01-01)
Expand Down
2 changes: 1 addition & 1 deletion packages/browserslist-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@trigen/browserslist-config",
"type": "module",
"version": "8.0.0",
"version": "9.0.0",
"description": "Trigen's Browserslist config.",
"author": "dangreen",
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions packages/eslint-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.

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

### ⚠ BREAKING CHANGES

* node >= 22 now is minimal supported version

### Features

* node >= 22 now is minimal supported version ([fbfaf0d](https://github.com/TrigenSoftware/scripts/commit/fbfaf0d6cdf19a0c1e8128b67b8e472c5844533e))

## [8.4.0](https://github.com/TrigenSoftware/scripts/compare/v8.3.1...v8.4.0) (2026-03-29)

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

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

### ⚠ BREAKING CHANGES

* node >= 22 now is minimal supported version
* package type changed to `module` (#161)

### Features

* node >= 22 now is minimal supported version ([fbfaf0d](https://github.com/TrigenSoftware/scripts/commit/fbfaf0d6cdf19a0c1e8128b67b8e472c5844533e))
* package type changed to `module` ([#161](https://github.com/TrigenSoftware/scripts/issues/161)) ([5d3076d](https://github.com/TrigenSoftware/scripts/commit/5d3076d933a8863314e2ed58c57477cedf0af822))

## [8.0.0](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.34...v8.0.0) (2025-07-08)

## [8.0.0-alpha.33](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.32...v8.0.0-alpha.33) (2025-01-01)
Expand Down
2 changes: 1 addition & 1 deletion packages/lint-package-json/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@trigen/lint-package-json",
"type": "module",
"version": "8.0.0",
"version": "9.0.0",
"description": "Shortcut to run npm-package-json-lint with @trigen/npm-package-json-lint-config.",
"author": "dangreen",
"license": "MIT",
Expand Down
12 changes: 12 additions & 0 deletions packages/npm-package-json-lint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### ⚠ BREAKING CHANGES

* node >= 22 now is minimal supported version
* package type changed to `module` (#161)

### Features

* node >= 22 now is minimal supported version ([fbfaf0d](https://github.com/TrigenSoftware/scripts/commit/fbfaf0d6cdf19a0c1e8128b67b8e472c5844533e))
* package type changed to `module` ([#161](https://github.com/TrigenSoftware/scripts/issues/161)) ([5d3076d](https://github.com/TrigenSoftware/scripts/commit/5d3076d933a8863314e2ed58c57477cedf0af822))

## [8.0.0](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.34...v8.0.0) (2025-07-08)

## [8.0.0-alpha.33](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.32...v8.0.0-alpha.33) (2025-01-01)
Expand Down
2 changes: 1 addition & 1 deletion packages/npm-package-json-lint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@trigen/npm-package-json-lint-config",
"type": "module",
"version": "8.0.0",
"version": "9.0.0",
"description": "Trigen's npm-package-json-lint config.",
"author": "dangreen",
"license": "MIT",
Expand Down
15 changes: 15 additions & 0 deletions packages/oxlint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### ⚠ BREAKING CHANGES

* node >= 22 now is minimal supported version

### Features

* brand new oxlint config ([#162](https://github.com/TrigenSoftware/scripts/issues/162)) ([073316d](https://github.com/TrigenSoftware/scripts/commit/073316d95569906318add265217c5b5b03fa7afd))
* node >= 22 now is minimal supported version ([fbfaf0d](https://github.com/TrigenSoftware/scripts/commit/fbfaf0d6cdf19a0c1e8128b67b8e472c5844533e))
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": "8.4.0",
"version": "9.0.0",
"description": "Trigen's Oxlint config.",
"author": "dangreen",
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions packages/project-files/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.

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

### ⚠ BREAKING CHANGES

* node >= 22 now is minimal supported version

### Features

* node >= 22 now is minimal supported version ([fbfaf0d](https://github.com/TrigenSoftware/scripts/commit/fbfaf0d6cdf19a0c1e8128b67b8e472c5844533e))

## [8.0.0](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.34...v8.0.0) (2025-07-08)

## [8.0.0-alpha.33](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.32...v8.0.0-alpha.33) (2025-01-01)
Expand Down
2 changes: 1 addition & 1 deletion packages/project-files/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@trigen/project-files",
"type": "module",
"version": "8.0.0",
"version": "9.0.0",
"description": "CLI tool for download snippets files.",
"author": "dangreen",
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions packages/scripts/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.

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

### ⚠ BREAKING CHANGES

* node >= 22 now is minimal supported version

### Features

* node >= 22 now is minimal supported version ([fbfaf0d](https://github.com/TrigenSoftware/scripts/commit/fbfaf0d6cdf19a0c1e8128b67b8e472c5844533e))

## [8.0.4](https://github.com/TrigenSoftware/scripts/compare/v8.0.3...v8.0.4) (2025-07-13)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@trigen/scripts",
"type": "module",
"version": "8.0.4",
"version": "9.0.0",
"description": "CLI tool for running scripts.",
"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.

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

### ⚠ BREAKING CHANGES

* node >= 22 now is minimal supported version

### Features

* node >= 22 now is minimal supported version ([fbfaf0d](https://github.com/TrigenSoftware/scripts/commit/fbfaf0d6cdf19a0c1e8128b67b8e472c5844533e))

## [8.0.0](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.34...v8.0.0) (2025-07-08)

### Features
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": "8.0.0",
"version": "9.0.0",
"description": "Trigen's Stylelint config.",
"author": "dangreen",
"license": "MIT",
Expand Down