Skip to content

Commit 4b4cec8

Browse files
committed
Merge branch 'release/release-v0.x' of github.com:codingtools/cdt into snyk-upgrade-790a6457ed995f9b57434e0d6834c8a0
# Conflicts: # package.json
2 parents 0b1ee4c + 2ef28ee commit 4b4cec8

File tree

3 files changed

+63
-46
lines changed

3 files changed

+63
-46
lines changed

package-lock.json

Lines changed: 43 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@
1616
"@oclif/plugin-commands": "^1.3.0",
1717
"@oclif/plugin-help": "^2.2.3",
1818
"@oclif/plugin-warn-if-update-available": "^1.7.0",
19-
"avsc": "^5.5.1",
19+
"avsc": "^5.5.2",
2020
"axios": "^0.21.1",
2121
"chalk": "^3.0.0",
2222
"codecov": "^3.8.0",
2323
"crypto-js": "^4.0.0",
2424
"detect-character-encoding": "^0.8.0",
2525
"encoding-japanese": "^1.0.30",
2626
"jshashes": "^1.0.8",
27-
"json-2-csv": "^3.7.7",
27+
"json-2-csv": "^3.7.8",
2828
"minify": "^6.0.1",
29-
"moment": "2.29.0",
29+
"moment": "2.29.1",
3030
"moment-timezone": "^0.5.31",
3131
"nyc": "^15.1.0",
3232
"ora": "^5.1.0",

test/resources/scripts/pr_helper.sh

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
PR=159
2+
3+
# checkout pr
4+
gh pr checkout $PR
5+
6+
7+
# npm install
8+
npm install
9+
npm test
10+
11+
# GIT PUSH and then checks ( validate )
12+
# watching checks running
13+
watch -n 3 "gh pr checks $PR"
14+
15+
#MERGE PR
16+
gh pr merge $PR -d -m
17+

0 commit comments

Comments
 (0)