Skip to content

Commit 8e16a49

Browse files
committed
Release v1.3.5
1 parent 83bf1d4 commit 8e16a49

10 files changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/release-on-vtag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
release:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v5 #see: https://github.com/actions/checkout/releases
14+
- uses: actions/checkout@v6 #see: https://github.com/actions/checkout/releases
1515
- uses: softprops/action-gh-release@v2 #see: https://github.com/softprops/action-gh-release/releases

.github/workflows/run-spec-on-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v5 #see: https://github.com/actions/checkout/releases
11+
- uses: actions/checkout@v6 #see: https://github.com/actions/checkout/releases
1212
- uses: actions/setup-node@v6 #see: https://github.com/actions/setup-node/releases
1313
- run: npm install
1414
- run: npm test

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022-2025 Individual contributors to run-scripts-util
3+
Copyright (c) 2022-2026 Individual contributors to run-scripts-util
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

dist/run-scripts.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! run-scripts-util v1.3.4 ~~ https://github.com/center-key/run-scripts-util ~~ MIT License
1+
//! run-scripts-util v1.3.5 ~~ https://github.com/center-key/run-scripts-util ~~ MIT License
22

33
export type Settings = {
44
continueOnError: boolean;

dist/run-scripts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! run-scripts-util v1.3.4 ~~ https://github.com/center-key/run-scripts-util ~~ MIT License
1+
//! run-scripts-util v1.3.5 ~~ https://github.com/center-key/run-scripts-util ~~ MIT License
22

33
import { cliArgvUtil } from 'cli-argv-util';
44
import { spawn, spawnSync } from 'node:child_process';

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "run-scripts-util",
3-
"version": "1.3.4",
3+
"version": "1.3.5",
44
"description": "Organize npm package.json scripts into groups of easy to manage commands (CLI tool designed for use in npm package.json scripts)",
55
"license": "MIT",
66
"type": "module",
@@ -91,23 +91,23 @@
9191
},
9292
"dependencies": {
9393
"chalk": "~5.6",
94-
"cli-argv-util": "~1.4",
94+
"cli-argv-util": "~1.5",
9595
"fancy-log": "~2.0"
9696
},
9797
"devDependencies": {
98-
"@eslint/js": "~9.39",
98+
"@eslint/js": "~10.0",
9999
"@types/fancy-log": "~2.0",
100-
"@types/node": "~25.0",
100+
"@types/node": "~25.3",
101101
"add-dist-header": "~1.6",
102102
"assert-deep-strict-equal": "~1.2",
103103
"copy-file-util": "~1.3",
104104
"copy-folder-util": "~1.2",
105-
"eslint": "~9.39",
105+
"eslint": "~10.0",
106106
"jshint": "~2.13",
107107
"mocha": "~11.7",
108108
"npm-run-all2": "~8.0",
109109
"rimraf": "~6.1",
110110
"typescript": "~5.9",
111-
"typescript-eslint": "~8.50"
111+
"typescript-eslint": "~8.56"
112112
}
113113
}

spec/target/a/release-on-vtag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
release:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v5 #see: https://github.com/actions/checkout/releases
14+
- uses: actions/checkout@v6 #see: https://github.com/actions/checkout/releases
1515
- uses: softprops/action-gh-release@v2 #see: https://github.com/softprops/action-gh-release/releases

spec/target/a/run-spec-on-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v5 #see: https://github.com/actions/checkout/releases
11+
- uses: actions/checkout@v6 #see: https://github.com/actions/checkout/releases
1212
- uses: actions/setup-node@v6 #see: https://github.com/actions/setup-node/releases
1313
- run: npm install
1414
- run: npm test

spec/target/c/2/last.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022-2025 Individual contributors to run-scripts-util
3+
Copyright (c) 2022-2026 Individual contributors to run-scripts-util
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

spec/target/d/folder name with spaces/LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022-2025 Individual contributors to run-scripts-util
3+
Copyright (c) 2022-2026 Individual contributors to run-scripts-util
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)