Skip to content
This repository was archived by the owner on Oct 27, 2022. It is now read-only.

Commit eca74d8

Browse files
author
Jonathan Stevens
committed
chore: Bump Version & Changelog from @videndum/action-masterminds
Signed-off-by: Jonathan Stevens <[email protected]>
1 parent f4f2f01 commit eca74d8

File tree

5 files changed

+220
-29
lines changed

5 files changed

+220
-29
lines changed

.prettier.json

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
{
2-
"arrowParens": "avoid",
3-
"bracketSpacing": true,
4-
"jsxBracketSameLine": true,
5-
"jsxSingleQuote": false,
6-
"printWidth": 80,
7-
"quoteProps": "as-needed",
8-
"semi": false,
9-
"singleQuote": true,
10-
"tabWidth": 2,
11-
"trailingComma": "none",
12-
"useTabs": false
2+
"$schema": "http://json.schemastore.org/prettierrc",
3+
4+
"printWidth": 80,
5+
"tabWidth": 2,
6+
"useTabs": true,
7+
"semi": false,
8+
"singleQuote": false,
9+
"quoteProps": "as-needed",
10+
"trailingComma": "none",
11+
"bracketSpacing": true,
12+
"arrowParens": "always",
13+
"insertPragma": true,
14+
"endOfLine": "crlf"
1315
}

CHANGELOG.md

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,97 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 0.4.0-alpha.7 (2021-08-06)
7+
8+
9+
### Bug Fixes
10+
11+
* Deprecating set-env and add-path commands 472a91e
12+
* **label-mastermind,@videndum/release-mastermind:** label capitalisation adjustments ab59810
13+
* **label:** attempt to fix labeler issues cdf67ac, closes #166
14+
* **release:** external project (#60) 63c1d7e, closes #60 #59
15+
* **release:** project not found 9d8dea7
16+
* **util:** versioning error #84 (#85) d3cafb4, closes #84 #85 #84
17+
* **workflow:** typo in project assign config 3045f8c
18+
19+
20+
### Features
21+
22+
* **@videndum/convention-mastermind,@videndum/label-mastermind,@videndum/release-mastermind:** schema for JSON - allows for simpler configuration creation 4b340db
23+
* allconfigs 447486e
24+
* **convention-mastermind,@videndum/release-mastermind:** convention updates to allow for multiple conventions 504279b
25+
* **convention:** extract conventions (#64) 7a0add9, closes #64
26+
* **label:** onColumn (#53) bdb6d09, closes #53
27+
28+
29+
### Reverts
30+
31+
* cb7b372add75730e3b57c2caee6a7ec7cca8516d 51a1ef9
32+
33+
34+
35+
36+
37+
# 0.4.0-alpha.6 (2021-08-05)
38+
39+
40+
### Bug Fixes
41+
42+
* Deprecating set-env and add-path commands 472a91e
43+
* **label-mastermind,@videndum/release-mastermind:** label capitalisation adjustments ab59810
44+
* **label:** attempt to fix labeler issues cdf67ac, closes #166
45+
* **release:** external project (#60) 63c1d7e, closes #60 #59
46+
* **release:** project not found 9d8dea7
47+
* **util:** versioning error #84 (#85) d3cafb4, closes #84 #85 #84
48+
* **workflow:** typo in project assign config 3045f8c
49+
50+
51+
### Features
52+
53+
* allconfigs 447486e
54+
* **convention-mastermind,@videndum/release-mastermind:** convention updates to allow for multiple conventions 504279b
55+
* **convention:** extract conventions (#64) 7a0add9, closes #64
56+
* **label:** onColumn (#53) bdb6d09, closes #53
57+
58+
59+
### Reverts
60+
61+
* cb7b372add75730e3b57c2caee6a7ec7cca8516d 51a1ef9
62+
63+
64+
65+
66+
67+
# 0.4.0-alpha.5 (2021-08-05)
68+
69+
70+
### Bug Fixes
71+
72+
* Deprecating set-env and add-path commands 472a91e
73+
* **label-mastermind,@videndum/release-mastermind:** label capitalisation adjustments ab59810
74+
* **label:** attempt to fix labeler issues cdf67ac, closes #166
75+
* **release:** external project (#60) 63c1d7e, closes #60 #59
76+
* **release:** project not found 9d8dea7
77+
* **util:** versioning error #84 (#85) d3cafb4, closes #84 #85 #84
78+
* **workflow:** typo in project assign config 3045f8c
79+
80+
81+
### Features
82+
83+
* allconfigs 447486e
84+
* **convention-mastermind,@videndum/release-mastermind:** convention updates to allow for multiple conventions 504279b
85+
* **convention:** extract conventions (#64) 7a0add9, closes #64
86+
* **label:** onColumn (#53) bdb6d09, closes #53
87+
88+
89+
### Reverts
90+
91+
* cb7b372add75730e3b57c2caee6a7ec7cca8516d 51a1ef9
92+
93+
94+
95+
96+
697
# 0.4.0-alpha.4 (2021-08-03)
798

899

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@videndum/github-secrets",
3-
"version": "0.4.0-alpha.4",
3+
"version": "0.4.0-alpha.7",
44
"description": "",
55
"repository": {
66
"type": "",
@@ -49,6 +49,7 @@
4949
"prettier-plugin-sh": "^0.7.1",
5050
"prettier-standard": "^16.4.1",
5151
"ts-jest": "^26.4.4",
52-
"typescript": "^4.0.5"
52+
"typescript": "^4.0.5",
53+
"typescript-json-schema": "^0.50.1"
5354
}
5455
}

tsconfig.json

Lines changed: 41 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,43 @@
11
{
2-
"compilerOptions": {
3-
"target": "es6" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019' or 'ESNEXT'. */,
4-
"module": "commonjs" /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */,
5-
"outDir": "./lib" /* Redirect output structure to the directory. */,
6-
"rootDir": "./src" /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */,
7-
"strict": true /* Enable all strict type-checking options. */,
8-
"noImplicitAny": true /* Raise error on expressions and declarations with an implied 'any' type. */,
9-
"esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */,
10-
"resolveJsonModule": true
11-
},
12-
"exclude": ["node_modules", "**/*.test.ts"]
2+
"compilerOptions": {
3+
// Configs
4+
"rootDir": "src",
5+
"outDir": "lib",
6+
"declaration": true,
7+
"sourceMap": true,
8+
"declarationMap": true,
9+
// Compile
10+
"target": "esnext",
11+
"module": "commonjs",
12+
"moduleResolution": "node",
13+
"resolveJsonModule": true,
14+
"esModuleInterop": true,
15+
"emitDecoratorMetadata": true,
16+
"importHelpers": true,
17+
"skipLibCheck": true,
18+
// Format
19+
"pretty": true,
20+
"experimentalDecorators": true,
21+
"removeComments": true,
22+
"forceConsistentCasingInFileNames": true,
23+
// Enforce
24+
"strict": true,
25+
"alwaysStrict": true,
26+
"strictBindCallApply": true,
27+
"strictFunctionTypes": true,
28+
"strictNullChecks": true,
29+
"strictPropertyInitialization": true,
30+
"noFallthroughCasesInSwitch": true,
31+
"noImplicitReturns": true,
32+
"noUnusedLocals": true,
33+
"noEmitHelpers": true,
34+
"noImplicitThis": true,
35+
"noImplicitAny": true,
36+
"noUncheckedIndexedAccess": true,
37+
"noUnusedParameters": true
38+
},
39+
"exclude": ["node_modules", "**/*.test.ts", "lib", "dist"],
40+
"typedocOptions": {
41+
"readme": "none"
42+
}
1343
}

yarn.lock

Lines changed: 72 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1066,6 +1066,11 @@
10661066
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.6.tgz#f4c7ec43e81b319a9815115031709f26987891f0"
10671067
integrity sha512-3c+yGKvVP5Y9TYBEibGNR+kLtijnj7mYrXRg+WpFb2X9xm04g/DXYkfg4hmzJQosc9snFNUPkbYIhu+KAm6jJw==
10681068

1069+
"@types/json-schema@^7.0.7":
1070+
version "7.0.9"
1071+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
1072+
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
1073+
10691074
"@types/json5@^0.0.29":
10701075
version "0.0.29"
10711076
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
@@ -1081,6 +1086,11 @@
10811086
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.4.2.tgz#0a95d7fd950cb1eaca0ce11031d72e8f680b775a"
10821087
integrity sha512-vxyhOzFCm+jC/T5KugbVsYy1DbQM0h3NCFUrVbu0+pYa/nr+heeucpqxpa8j4pUmIGLPYzboY9zIdOF0niFAjQ==
10831088

1089+
"@types/node@^14.14.33":
1090+
version "14.17.9"
1091+
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.17.9.tgz#b97c057e6138adb7b720df2bd0264b03c9f504fd"
1092+
integrity sha512-CMjgRNsks27IDwI785YMY0KLt3co/c0cQ5foxHYv/shC2w8oOnVwz5Ubq1QG5KzrcW+AXk6gzdnxIkDnTvzu3g==
1093+
10841094
"@types/normalize-package-data@^2.4.0":
10851095
version "2.4.0"
10861096
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e"
@@ -1350,6 +1360,11 @@ anymatch@^3.0.3:
13501360
normalize-path "^3.0.0"
13511361
picomatch "^2.0.4"
13521362

1363+
arg@^4.1.0:
1364+
version "4.1.3"
1365+
resolved "https://registry.yarnpkg.com/arg/-/arg-4.1.3.tgz#269fc7ad5b8e42cb63c896d5666017261c144089"
1366+
integrity sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==
1367+
13531368
argparse@^1.0.7:
13541369
version "1.0.10"
13551370
resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.10.tgz#bcd6791ea5ae09725e17e5ad988134cd40b3d911"
@@ -1979,6 +1994,11 @@ [email protected], cosmiconfig@^5.2.1:
19791994
js-yaml "^3.13.1"
19801995
parse-json "^4.0.0"
19811996

1997+
create-require@^1.1.0:
1998+
version "1.1.1"
1999+
resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
2000+
integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==
2001+
19822002
cross-spawn@^6.0.0, cross-spawn@^6.0.5:
19832003
version "6.0.5"
19842004
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
@@ -2171,7 +2191,7 @@ diff-sequences@^27.0.6:
21712191
resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-27.0.6.tgz#3305cb2e55a033924054695cc66019fd7f8e5723"
21722192
integrity sha512-ag6wfpBFyNXZ0p8pcuIDS//D8H062ZQJ3fzYxjpmeKjnz8W4pekL3AI8VohmyZmsWW2PWaHgjsmqR6L13101VQ==
21732193

2174-
[email protected], diff@^4.0.2:
2194+
[email protected], diff@^4.0.1, diff@^4.0.2:
21752195
version "4.0.2"
21762196
resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.2.tgz#60f3aecb89d5fae520c11aa19efc2bb982aade7d"
21772197
integrity sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==
@@ -2952,6 +2972,18 @@ glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4:
29522972
once "^1.3.0"
29532973
path-is-absolute "^1.0.0"
29542974

2975+
glob@^7.1.6:
2976+
version "7.1.7"
2977+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.7.tgz#3b193e9233f01d42d0b3f78294bbeeb418f94a90"
2978+
integrity sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==
2979+
dependencies:
2980+
fs.realpath "^1.0.0"
2981+
inflight "^1.0.4"
2982+
inherits "2"
2983+
minimatch "^3.0.4"
2984+
once "^1.3.0"
2985+
path-is-absolute "^1.0.0"
2986+
29552987
globals@^11.1.0:
29562988
version "11.12.0"
29572989
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
@@ -4344,7 +4376,7 @@ json-stable-stringify-without-jsonify@^1.0.1:
43444376
resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651"
43454377
integrity sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=
43464378

4347-
4379+
[email protected], json-stable-stringify@^1.0.1:
43484380
version "1.0.1"
43494381
resolved "https://registry.yarnpkg.com/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz#9a759d39c5f2ff503fd5300646ed445f88c4f9af"
43504382
integrity sha1-mnWdOcXy/1A/1TAGRu1EX4jE+a8=
@@ -4601,7 +4633,7 @@ make-dir@^3.0.0:
46014633
dependencies:
46024634
semver "^6.0.0"
46034635

4604-
4636+
[email protected], make-error@^1.1.1:
46054637
version "1.3.6"
46064638
resolved "https://registry.yarnpkg.com/make-error/-/make-error-1.3.6.tgz#2eb2e37ea9b67c4891f684a1394799af484cf7a2"
46074639
integrity sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==
@@ -5962,7 +5994,7 @@ source-map-resolve@^0.5.0:
59625994
source-map-url "^0.4.0"
59635995
urix "^0.1.0"
59645996

5965-
source-map-support@^0.5.6:
5997+
source-map-support@^0.5.17, source-map-support@^0.5.6:
59665998
version "0.5.19"
59675999
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.19.tgz#a98b62f86dcaf4f67399648c085291ab9e8fed61"
59686000
integrity sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==
@@ -6409,6 +6441,18 @@ ts-jest@^26.4.4:
64096441
semver "7.x"
64106442
yargs-parser "20.x"
64116443

6444+
ts-node@^9.1.1:
6445+
version "9.1.1"
6446+
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-9.1.1.tgz#51a9a450a3e959401bda5f004a72d54b936d376d"
6447+
integrity sha512-hPlt7ZACERQGf03M253ytLY3dHbGNGrAq9qIHWUY9XHYl1z7wYngSr3OQ5xmui8o2AaxsONxIzjafLUiWBo1Fg==
6448+
dependencies:
6449+
arg "^4.1.0"
6450+
create-require "^1.1.0"
6451+
diff "^4.0.1"
6452+
make-error "^1.1.1"
6453+
source-map-support "^0.5.17"
6454+
yn "3.1.1"
6455+
64126456
tsconfig-paths@^3.9.0:
64136457
version "3.9.0"
64146458
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.9.0.tgz#098547a6c4448807e8fcb8eae081064ee9a3c90b"
@@ -6495,11 +6539,29 @@ typedarray-to-buffer@^3.1.5:
64956539
dependencies:
64966540
is-typedarray "^1.0.0"
64976541

6542+
typescript-json-schema@^0.50.1:
6543+
version "0.50.1"
6544+
resolved "https://registry.yarnpkg.com/typescript-json-schema/-/typescript-json-schema-0.50.1.tgz#48041eb9f6efbdf4ba88c3e3af9433601f7a2b47"
6545+
integrity sha512-GCof/SDoiTDl0qzPonNEV4CHyCsZEIIf+mZtlrjoD8vURCcEzEfa2deRuxYid8Znp/e27eDR7Cjg8jgGrimBCA==
6546+
dependencies:
6547+
"@types/json-schema" "^7.0.7"
6548+
"@types/node" "^14.14.33"
6549+
glob "^7.1.6"
6550+
json-stable-stringify "^1.0.1"
6551+
ts-node "^9.1.1"
6552+
typescript "~4.2.3"
6553+
yargs "^16.2.0"
6554+
64986555
typescript@^4.0.5:
64996556
version "4.1.3"
65006557
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.3.tgz#519d582bd94cba0cf8934c7d8e8467e473f53bb7"
65016558
integrity sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg==
65026559

6560+
typescript@~4.2.3:
6561+
version "4.2.4"
6562+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.4.tgz#8610b59747de028fda898a8aef0e103f156d0961"
6563+
integrity sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==
6564+
65036565
uglify-js@^3.1.4:
65046566
version "3.13.5"
65056567
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.13.5.tgz#5d71d6dbba64cf441f32929b1efce7365bb4f113"
@@ -6914,7 +6976,7 @@ yargs@^15.4.1:
69146976
y18n "^4.0.0"
69156977
yargs-parser "^18.1.2"
69166978

6917-
yargs@^16.0.3:
6979+
yargs@^16.0.3, yargs@^16.2.0:
69186980
version "16.2.0"
69196981
resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66"
69206982
integrity sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==
@@ -6926,3 +6988,8 @@ yargs@^16.0.3:
69266988
string-width "^4.2.0"
69276989
y18n "^5.0.5"
69286990
yargs-parser "^20.2.2"
6991+
6992+
6993+
version "3.1.1"
6994+
resolved "https://registry.yarnpkg.com/yn/-/yn-3.1.1.tgz#1e87401a09d767c1d5eab26a6e4c185182d2eb50"
6995+
integrity sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==

0 commit comments

Comments
 (0)