Skip to content
This repository was archived by the owner on May 15, 2021. It is now read-only.

Commit 68484bd

Browse files
Merge pull request #74 from technote-space/release/next-v1.7.2
release: v1.7.3
2 parents 2eceddd + c1a7b24 commit 68484bd

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@technote-space/auto-cancel-redundant-workflow",
3-
"version": "1.7.2",
3+
"version": "1.7.3",
44
"description": "GitHub Actions to automatically cancel redundant workflow.",
55
"keywords": [
66
"github",
@@ -32,9 +32,9 @@
3232
"release": "yarn release-ga --test",
3333
"test": "yarn lint && yarn cover",
3434
"update": "npx npm-check-updates -u && yarn install && yarn upgrade && yarn audit",
35-
"postinstall": "husky install",
36-
"prepublishOnly": "pinst --disable",
37-
"postpublish": "pinst --enable"
35+
"postinstall": "[ -n \"$CI\" ] || [ ! -f node_modules/.bin/husky ] || husky install",
36+
"prepublishOnly": "[ -n \"$CI\" ] || [ ! -f node_modules/.bin/pinst ] || pinst --disable",
37+
"postpublish": "[ -n \"$CI\" ] || [ ! -f node_modules/.bin/pinst ] || pinst --enable"
3838
},
3939
"dependencies": {
4040
"@actions/core": "^1.2.6",
@@ -50,7 +50,7 @@
5050
"@commitlint/cli": "^12.0.0",
5151
"@commitlint/config-conventional": "^12.0.0",
5252
"@technote-space/github-action-test-helper": "^0.7.2",
53-
"@technote-space/release-github-actions-cli": "^1.8.0",
53+
"@technote-space/release-github-actions-cli": "^1.8.4",
5454
"@types/jest": "^26.0.20",
5555
"@types/node": "^14.14.31",
5656
"@typescript-eslint/eslint-plugin": "^4.15.2",

yarn.lock

+19-19
Original file line numberDiff line numberDiff line change
@@ -791,15 +791,15 @@
791791
dependencies:
792792
"@sinonjs/commons" "^1.7.0"
793793

794-
"@technote-space/filter-github-action@^0.5.16":
794+
"@technote-space/filter-github-action@^0.5.18":
795795
version "0.5.18"
796796
resolved "https://registry.yarnpkg.com/@technote-space/filter-github-action/-/filter-github-action-0.5.18.tgz#147f9af36bcb79e38b9d197ebdaad546990722bd"
797797
integrity sha512-JeIuxmPxb93GRhxAcemWKqz9Gw3O5t6h2np1ad3PtMQb7XIPfVtATnb62GjaOu++hmP+MgkvVpgNYtChjy40PQ==
798798
dependencies:
799799
"@actions/core" "^1.2.6"
800800
"@actions/github" "^4.0.0"
801801

802-
"@technote-space/github-action-helper@^5.0.0", "@technote-space/github-action-helper@^5.2.0", "@technote-space/github-action-helper@^5.2.2":
802+
"@technote-space/github-action-helper@^5.2.2":
803803
version "5.2.2"
804804
resolved "https://registry.yarnpkg.com/@technote-space/github-action-helper/-/github-action-helper-5.2.2.tgz#c0a687819e5d31c30d97e0ef09c83f62e416e084"
805805
integrity sha512-rAEjfe/kU5cYPC0TLmVsX3HUTcPdwCF+9Zf1dtnnSHr7JtGfA7eu+YuRgsftvVsEJrrkMSdHToRYApQhb4DDoA==
@@ -812,7 +812,7 @@
812812
shell-escape "^0.2.0"
813813
sprintf-js "^1.1.2"
814814

815-
"@technote-space/github-action-log-helper@^0.1.17", "@technote-space/github-action-log-helper@^0.1.19":
815+
"@technote-space/github-action-log-helper@^0.1.19":
816816
version "0.1.19"
817817
resolved "https://registry.yarnpkg.com/@technote-space/github-action-log-helper/-/github-action-log-helper-0.1.19.tgz#070caf85b7bd638c749e2345ae35334251efd872"
818818
integrity sha512-S93VGD0RsgbtI7Goh/f9hRHpS+0lblbcDr62yabt3IbdFLQRSPXrrw0YceGHH1718UYNRZav9pOhpB7c9qBtqw==
@@ -830,29 +830,29 @@
830830
"@octokit/plugin-rest-endpoint-methods" "^4.11.0"
831831
js-yaml "^4.0.0"
832832

833-
"@technote-space/release-github-actions-cli@^1.8.0":
834-
version "1.8.0"
835-
resolved "https://registry.yarnpkg.com/@technote-space/release-github-actions-cli/-/release-github-actions-cli-1.8.0.tgz#b9f924f92ba40aa59b94c73b3c2a1b604e6e1cd7"
836-
integrity sha512-KQhBbyRln0xuQcLNG/KhqqtyBk6gp3L+Zk/k29g+6oCN2O/DpHmP0f7Y+35GIMaiHsVIP3GxZnzqg8zNyk7g3w==
833+
"@technote-space/release-github-actions-cli@^1.8.4":
834+
version "1.8.4"
835+
resolved "https://registry.yarnpkg.com/@technote-space/release-github-actions-cli/-/release-github-actions-cli-1.8.4.tgz#1e2dd3a5723a524f6faa3f2ef57983c71846da1d"
836+
integrity sha512-yx9IlTkFWPIHDGyssXm0bz7sTSGJ3MejOEVnYPymGIcm+IVmVagN1nDaZI3+LpjZtJauIgAFV3c5pLZSYaTZFw==
837837
dependencies:
838-
"@technote-space/github-action-helper" "^5.0.0"
839-
"@technote-space/github-action-log-helper" "^0.1.17"
840-
"@technote-space/release-github-actions" "^7.0.0"
841-
commander "^7.0.0"
838+
"@technote-space/github-action-helper" "^5.2.2"
839+
"@technote-space/github-action-log-helper" "^0.1.19"
840+
"@technote-space/release-github-actions" "^7.0.2"
841+
commander "^7.1.0"
842842
cosmiconfig "^7.0.0"
843843
dotenv "^8.2.0"
844844
js-yaml "^4.0.0"
845845

846-
"@technote-space/release-github-actions@^7.0.0":
847-
version "7.0.1"
848-
resolved "https://registry.yarnpkg.com/@technote-space/release-github-actions/-/release-github-actions-7.0.1.tgz#b081b14d05fa662be0e37a89262256a999f33b6c"
849-
integrity sha512-wHmIxBDYlQxc70gfgr2Us3P+q464AG02qdscOkAgAD12ESvx2MOW09A+qrFSKjQW95if4CAv0TTWgsR/+DtwFQ==
846+
"@technote-space/release-github-actions@^7.0.2":
847+
version "7.0.3"
848+
resolved "https://registry.yarnpkg.com/@technote-space/release-github-actions/-/release-github-actions-7.0.3.tgz#6afad8c77fe0856a84ecfaa95dd93494d4ab7d21"
849+
integrity sha512-HQ6uuSJGDKns5HCZE2wEzg9qv93tcLN85InYYkP99oXtkiGqEY4Lwg6weZVO7tScveO6JU/7IBc6pBBbRiCoaA==
850850
dependencies:
851851
"@actions/core" "^1.2.6"
852852
"@actions/github" "^4.0.0"
853-
"@technote-space/filter-github-action" "^0.5.16"
854-
"@technote-space/github-action-helper" "^5.2.0"
855-
"@technote-space/github-action-log-helper" "^0.1.17"
853+
"@technote-space/filter-github-action" "^0.5.18"
854+
"@technote-space/github-action-helper" "^5.2.2"
855+
"@technote-space/github-action-log-helper" "^0.1.19"
856856
memize "^1.1.0"
857857

858858
"@types/babel__core@^7.0.0", "@types/babel__core@^7.1.7":
@@ -1596,7 +1596,7 @@ commander@^6.2.0:
15961596
resolved "https://registry.yarnpkg.com/commander/-/commander-6.2.1.tgz#0792eb682dfbc325999bb2b84fddddba110ac73c"
15971597
integrity sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==
15981598

1599-
commander@^7.0.0:
1599+
commander@^7.1.0:
16001600
version "7.1.0"
16011601
resolved "https://registry.yarnpkg.com/commander/-/commander-7.1.0.tgz#f2eaecf131f10e36e07d894698226e36ae0eb5ff"
16021602
integrity sha512-pRxBna3MJe6HKnBGsDyMv8ETbptw3axEdYHoqNh7gu5oDcew8fs0xnivZGm06Ogk8zGAJ9VX+OPEr2GXEQK4dg==

0 commit comments

Comments
 (0)