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 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 8.0.0] ( https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.34...v8.0.0 ) (2025-07-08)
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
+
6
22
## [ 8.0.0-alpha.34] ( https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.33...v8.0.0-alpha.34 ) (2025-07-06)
7
23
8
24
### Features
Original file line number Diff line number Diff line change 2
2
"name" : " scripts" ,
3
3
"type" : " module" ,
4
4
"private" : true ,
5
- "version" : " 8.0.0-alpha.34 " ,
5
+ "version" : " 8.0.0" ,
6
6
"description" : " Scripts and configs for TrigenSoftware's projects." ,
7
7
"author" : " dangreen" ,
8
8
"license" : " MIT" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 8.0.0] ( https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.34...v8.0.0 ) (2025-07-08)
7
+
6
8
## [ 8.0.0-alpha.33] ( https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.32...v8.0.0-alpha.33 ) (2025-01-01)
7
9
8
10
** Note:** Version bump only for package @trigen/browserslist-config
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @trigen/browserslist-config" ,
3
- "version" : " 8.0.0-alpha.33 " ,
3
+ "version" : " 8.0.0" ,
4
4
"description" : " Trigen's Browserslist config." ,
5
5
"author" : " dangreen" ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 8.0.0] ( https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.34...v8.0.0 ) (2025-07-08)
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
+
6
16
## [ 8.0.0-alpha.34] ( https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.33...v8.0.0-alpha.34 ) (2025-07-06)
7
17
8
18
### Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @trigen/eslint-config" ,
3
3
"type" : " module" ,
4
- "version" : " 8.0.0-alpha.34 " ,
4
+ "version" : " 8.0.0" ,
5
5
"description" : " Trigen's ESLint config." ,
6
6
"author" : " dangreen" ,
7
7
"license" : " MIT" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 8.0.0] ( https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.34...v8.0.0 ) (2025-07-08)
7
+
6
8
## [ 8.0.0-alpha.33] ( https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.32...v8.0.0-alpha.33 ) (2025-01-01)
7
9
8
10
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @trigen/lint-package-json" ,
3
3
"type" : " module" ,
4
- "version" : " 8.0.0-alpha.33 " ,
4
+ "version" : " 8.0.0" ,
5
5
"description" : " Shortcut to run npm-package-json-lint with @trigen/npm-package-json-lint-config." ,
6
6
"author" : " dangreen" ,
7
7
"license" : " MIT" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 8.0.0] ( https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.34...v8.0.0 ) (2025-07-08)
7
+
6
8
## [ 8.0.0-alpha.33] ( https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.32...v8.0.0-alpha.33 ) (2025-01-01)
7
9
8
10
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @trigen/npm-package-json-lint-config" ,
3
- "version" : " 8.0.0-alpha.33 " ,
3
+ "version" : " 8.0.0" ,
4
4
"description" : " Trigen's npm-package-json-lint config." ,
5
5
"author" : " dangreen" ,
6
6
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments