File tree Expand file tree Collapse file tree 16 files changed +58
-8
lines changed
npm-package-json-lint-config Expand file tree Collapse file tree 16 files changed +58
-8
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 8.0.0] ( https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.34...v8.0.0 ) (2025-07-07)
7+
8+ ### Features
9+
10+ * ** eslint-config:** migrate to stylistic plugin ([ e5393ad] ( https://github.com/TrigenSoftware/scripts/commit/e5393ade8c3b5a5a3e14a5114aee131c3dc5aebe ) )
11+ * ** scripts:** enhacne output streaming ([ a56fc43] ( https://github.com/TrigenSoftware/scripts/commit/a56fc43bbf83484e9d205be7ffa258b16970694c ) )
12+ * ** stylelint-config:** introduce stylelint config ([ #107 ] ( https://github.com/TrigenSoftware/scripts/issues/107 ) ) ([ a3437f3] ( https://github.com/TrigenSoftware/scripts/commit/a3437f3f375b5e6c5bd6e904c58cefd9b13ce698 ) )
13+
14+ ### Bug Fixes
15+
16+ * ** deps:** update dependency @octokit/rest to v22 ([ #90 ] ( https://github.com/TrigenSoftware/scripts/issues/90 ) ) ([ 9aee0a1] ( https://github.com/TrigenSoftware/scripts/commit/9aee0a1d20db458d0f05fc77fbeada4a01033c6c ) )
17+ * ** deps:** update dependency npm-package-json-lint to v9 ([ #104 ] ( https://github.com/TrigenSoftware/scripts/issues/104 ) ) ([ 30502c4] ( https://github.com/TrigenSoftware/scripts/commit/30502c4d4af0befcd61affd3053e9b98f361ad80 ) )
18+ * ** deps:** update dependency npm-package-json-lint-config-default to v8 ([ #105 ] ( https://github.com/TrigenSoftware/scripts/issues/105 ) ) ([ 466a941] ( https://github.com/TrigenSoftware/scripts/commit/466a941ae43bc53de69b95191f2c49c4a096022e ) )
19+ * ** deps:** update dependency p-limit to v6 ([ #106 ] ( https://github.com/TrigenSoftware/scripts/issues/106 ) ) ([ 7853178] ( https://github.com/TrigenSoftware/scripts/commit/785317899c62fd09bc5b5560696d81f379609f7b ) )
20+ * ** eslint-config:** turn off radix ([ f83d1fd] ( https://github.com/TrigenSoftware/scripts/commit/f83d1fd5f51549f2090047da1f8864d244d5d869 ) )
21+
622## [ 8.0.0-alpha.34] ( https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.33...v8.0.0-alpha.34 ) (2025-07-06)
723
824### Features
Original file line number Diff line number Diff line change 22 "name" : " scripts" ,
33 "type" : " module" ,
44 "private" : true ,
5- "version" : " 8.0.0-alpha.34 " ,
5+ "version" : " 8.0.0" ,
66 "description" : " Scripts and configs for TrigenSoftware's projects." ,
77 "author" : " dangreen" ,
88 "license" : " MIT" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 8.0.0] ( https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.34...v8.0.0 ) (2025-07-07)
7+
68## [ 8.0.0-alpha.33] ( https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.32...v8.0.0-alpha.33 ) (2025-01-01)
79
810** Note:** Version bump only for package @trigen/browserslist-config
Original file line number Diff line number Diff line change 11{
22 "name" : " @trigen/browserslist-config" ,
3- "version" : " 8.0.0-alpha.33 " ,
3+ "version" : " 8.0.0" ,
44 "description" : " Trigen's Browserslist config." ,
55 "author" : " dangreen" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 8.0.0] ( https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.34...v8.0.0 ) (2025-07-07)
7+
8+ ### Features
9+
10+ * migrate to stylistic plugin ([ e5393ad] ( https://github.com/TrigenSoftware/scripts/commit/e5393ade8c3b5a5a3e14a5114aee131c3dc5aebe ) )
11+
12+ ### Bug Fixes
13+
14+ * turn off radix ([ f83d1fd] ( https://github.com/TrigenSoftware/scripts/commit/f83d1fd5f51549f2090047da1f8864d244d5d869 ) )
15+
616## [ 8.0.0-alpha.34] ( https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.33...v8.0.0-alpha.34 ) (2025-07-06)
717
818### Features
Original file line number Diff line number Diff line change 11{
22 "name" : " @trigen/eslint-config" ,
33 "type" : " module" ,
4- "version" : " 8.0.0-alpha.34 " ,
4+ "version" : " 8.0.0" ,
55 "description" : " Trigen's ESLint config." ,
66 "author" : " dangreen" ,
77 "license" : " MIT" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 8.0.0] ( https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.34...v8.0.0 ) (2025-07-07)
7+
68## [ 8.0.0-alpha.33] ( https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.32...v8.0.0-alpha.33 ) (2025-01-01)
79
810### Bug Fixes
Original file line number Diff line number Diff line change 11{
22 "name" : " @trigen/lint-package-json" ,
33 "type" : " module" ,
4- "version" : " 8.0.0-alpha.33 " ,
4+ "version" : " 8.0.0" ,
55 "description" : " Shortcut to run npm-package-json-lint with @trigen/npm-package-json-lint-config." ,
66 "author" : " dangreen" ,
77 "license" : " MIT" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 8.0.0] ( https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.34...v8.0.0 ) (2025-07-07)
7+
68## [ 8.0.0-alpha.33] ( https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.32...v8.0.0-alpha.33 ) (2025-01-01)
79
810### Bug Fixes
Original file line number Diff line number Diff line change 11{
22 "name" : " @trigen/npm-package-json-lint-config" ,
3- "version" : " 8.0.0-alpha.33 " ,
3+ "version" : " 8.0.0" ,
44 "description" : " Trigen's npm-package-json-lint config." ,
55 "author" : " dangreen" ,
66 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments