Skip to content

Commit f2bf726

Browse files
author
Elad Ben-Israel
committed
chore: upgrade projen
1 parent 351f8b0 commit f2bf726

4 files changed

Lines changed: 9 additions & 15 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v2
12-
- run: npx projen@0.3.12
12+
- run: npx projen@0.3.14
1313
- run: yarn install --frozen-lockfile
1414
- name: Anti-tamper check after bootstrapping
1515
run: git diff --exit-code

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2
13-
- run: npx projen@0.3.12
13+
- run: npx projen@0.3.14
1414
- run: yarn install --frozen-lockfile
1515
- name: Anti-tamper check after bootstrapping
1616
run: git diff --exit-code

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
},
1313
"scripts": {
1414
"projen": "node .projenrc.js && yarn install",
15-
"projen:upgrade": "chmod +w package.json && yarn upgrade -L projen && chmod -w package.json && yarn projen",
16-
"test": "yarn eslint && jest --passWithNoTests",
1715
"no-changes": "(git log --oneline -1 | grep -q \"chore(release):\") && echo \"No changes to release.\"",
1816
"bump": "yarn --silent no-changes || standard-version",
1917
"release": "yarn --silent no-changes || (yarn bump && git push --follow-tags origin master)",
18+
"projen:upgrade": "chmod +w package.json && yarn upgrade -L projen && chmod -w package.json && yarn projen",
2019
"compile": "tsc",
2120
"watch": "tsc -w",
2221
"package": "rm -fr dist && mkdir -p dist/js && yarn pack && mv *.tgz dist/js/",
2322
"build": "yarn compile && yarn test && yarn run package",
2423
"eslint": "eslint . --ext .ts",
24+
"test": "yarn eslint && jest --passWithNoTests",
2525
"test:watch": "jest --watch",
2626
"test:update": "jest --updateSnapshot"
2727
},
@@ -33,7 +33,7 @@
3333
"devDependencies": {
3434
"@types/ncp": "^2.0.4",
3535
"@types/fs-extra": "^8.1.0",
36-
"projen": "^0.3.12",
36+
"projen": "^0.3.14",
3737
"standard-version": "^8.0.1",
3838
"typescript": "^3.9.5",
3939
"@typescript-eslint/eslint-plugin": "^2.31.0",

yarn.lock

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1332,11 +1332,6 @@ concat-stream@^2.0.0:
13321332
readable-stream "^3.0.2"
13331333
typedarray "^0.0.6"
13341334

1335-
constructs@2.0.1:
1336-
version "2.0.1"
1337-
resolved "https://registry.yarnpkg.com/constructs/-/constructs-2.0.1.tgz#274d6b8ce6a698813495c444466b0c745349ddb5"
1338-
integrity sha512-edR85YFGI9TBT9byAo5vAfI0PRi+jFGzinwN3RAJwKfv6Yc9x9kALYfoEmgotp95qT7/k/iUQWHrH9BMJeqpdg==
1339-
13401335
contains-path@^0.1.0:
13411336
version "0.1.0"
13421337
resolved "https://registry.yarnpkg.com/contains-path/-/contains-path-0.1.0.tgz#fe8cf184ff6670b6baef01a9d4861a5cbec4120a"
@@ -4517,12 +4512,11 @@ progress@^2.0.0:
45174512
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"
45184513
integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==
45194514

4520-
projen@^0.3.12:
4521-
version "0.3.12"
4522-
resolved "https://registry.yarnpkg.com/projen/-/projen-0.3.12.tgz#d3c90f152890de34b4c199fce89785c374fece95"
4523-
integrity sha512-/n5FsPREQBua44gOJHaGILIaE2y9L/aMNguT4CI5++IKaQ+rFLZs0jT8oT0g4AmEvJTZ9P0zhCGjoMl+gWxvKg==
4515+
projen@^0.3.14:
4516+
version "0.3.14"
4517+
resolved "https://registry.yarnpkg.com/projen/-/projen-0.3.14.tgz#3d949b67c95b244be0818449c027cdec25c76170"
4518+
integrity sha512-H/7xKvsTarmmisphGAsJ3oThb+FZDFpneyE5ghgSdfAeBGwNcXHSs5MpNd4hePIsTUyebopyZ2HEdpfwCeWjzw==
45244519
dependencies:
4525-
constructs "2.0.1"
45264520
decamelize "^4.0.0"
45274521
fs-extra "^9.0.1"
45284522
yaml "^1.9.2"

0 commit comments

Comments
 (0)