@pdkit/github
Advanced tools
+72
| ## @pdkit/github [1.0.2](https://github.com/justinm/pdkit/compare/@pdkit/github@1.0.1...@pdkit/github@1.0.2) (2022-03-27) | ||
| ### Dependencies | ||
| * **@pdkit/nodejs:** upgraded to 1.0.4 | ||
| ## @pdkit/github [1.0.1](https://github.com/justinm/pdkit/compare/@pdkit/github@1.0.0...@pdkit/github@1.0.1) (2022-03-27) | ||
| ### Bug Fixes | ||
| * add new step to authenticate yarn 2 ([b86f4d2](https://github.com/justinm/pdkit/commit/b86f4d222de23d97c93864c5bb7954133e8d52e1)) | ||
| * add registry to yarnrc ([671f167](https://github.com/justinm/pdkit/commit/671f167f634a117dfd04ccf9b14a4029e75e0ca1)) | ||
| * cli bin not creating in release and switch to using workspaces ([6cac682](https://github.com/justinm/pdkit/commit/6cac682160f2678ffff0f9b4c956a7d78cf3aade)) | ||
| * do not specify refs for checkout step ([3e916c5](https://github.com/justinm/pdkit/commit/3e916c5a92d722e67c299612a904a787f4a43c77)) | ||
| * duplicate setupnode job ([a71584c](https://github.com/justinm/pdkit/commit/a71584c3e14fc2b07f87833dc23d507a49508d13)) | ||
| * more release fixes ([82f64b0](https://github.com/justinm/pdkit/commit/82f64b03a6589193c343eca70b3363d9683c61c2)) | ||
| * package versions from bad release build ([819f31b](https://github.com/justinm/pdkit/commit/819f31b3a0c4816ba9ed4d9e4e450dae954d98f3)) | ||
| * proper quotes for yarn auth ([57ff96c](https://github.com/justinm/pdkit/commit/57ff96cd89013bdeb89069394bf814a1cc446630)) | ||
| * provide registryUrl for authenticating Yarn for publishing ([bcd1d8f](https://github.com/justinm/pdkit/commit/bcd1d8f5f7f3905e442c511e4a432735cea21a5b)) | ||
| * readding yarn cache and version issues ([f152e20](https://github.com/justinm/pdkit/commit/f152e2075ce7a145ec2c46f8d2a9edad13188186)) | ||
| * setup node with proper tool ([d132f17](https://github.com/justinm/pdkit/commit/d132f1733490b7d4d04d8c1f05aedb859379557e)) | ||
| * setup proper tools prior to install ([b0eb484](https://github.com/justinm/pdkit/commit/b0eb4840b8ad27f72d1dd50593951f360650fa60)) | ||
| * support yarn auth for releases ([2bea5fe](https://github.com/justinm/pdkit/commit/2bea5fe8089d0a8fc0095e3b1c0d52960e8e5fb0)) | ||
| * synth during yarn/npm release ([fa7201b](https://github.com/justinm/pdkit/commit/fa7201b4e075c283e2188a32678750914ebaac73)) | ||
| ### Dependencies | ||
| * **@pdkit/nodejs:** upgraded to 1.0.3 | ||
| # @pdkit/github 1.0.0 (2022-03-27) | ||
| ### Bug Fixes | ||
| * allow build workflow options to be passed into YarnGithubSupport.ts ([2cd6b10](https://github.com/justinm/pdkit/commit/2cd6b1013a41fab5227f318275d2712af255235f)) | ||
| * eslint + typescript extensions ([9fca14f](https://github.com/justinm/pdkit/commit/9fca14fdfdb5aefb4d5c11be15b3fa3d6d507c30)) | ||
| * more improvements to github actions support ([28bd2cc](https://github.com/justinm/pdkit/commit/28bd2cc951772a91521fd0957d9895f77673e177)) | ||
| * releases ([125b154](https://github.com/justinm/pdkit/commit/125b1540720b203d1b8e0c7acb28cb1b47f05862)) | ||
| * tasks overhaul again ([d984d63](https://github.com/justinm/pdkit/commit/d984d630bb31a0b5ee2d40bb6e7b4a5d260a2eb9)) | ||
| * yarn/npm github build workflow wrappers ([3cbd319](https://github.com/justinm/pdkit/commit/3cbd319671cc23005395d69005d405a04dc7bf93)) | ||
| ### Features | ||
| * add github cache support and yarn clean ([f28f518](https://github.com/justinm/pdkit/commit/f28f5183f706953cfbe961dd558e3f783e55fd5d)) | ||
| * adding yarn/npm github build workflow wrappers ([929c541](https://github.com/justinm/pdkit/commit/929c541a4eb31b9575cce31cfa721b75d2638240)) | ||
| * adds task support ([a32d404](https://github.com/justinm/pdkit/commit/a32d404b0c8a4ef15a2a7d810a8e53bc5982d133)) | ||
| * allow overriding github job step fields ([276d9f2](https://github.com/justinm/pdkit/commit/276d9f21bfe7f1ec4d827806573f287d33f93a6d)) | ||
| * cache support for release and enable releases for project ([28e112d](https://github.com/justinm/pdkit/commit/28e112d840ad7ff1b7784269e84b912f2b9eb4e4)) | ||
| * cli task support ([f02dbbe](https://github.com/justinm/pdkit/commit/f02dbbeb6f6ee87efb14e5dc2615652d58546364)) | ||
| * github build workflow ([6735a33](https://github.com/justinm/pdkit/commit/6735a33494b19a6a41b49ac1ff33bc53c68b4a94)) | ||
| * github workflows ([648a591](https://github.com/justinm/pdkit/commit/648a5914f22236c6e2a31b62741c16486a66abba)) | ||
| * improvements to release support ([d76a3fa](https://github.com/justinm/pdkit/commit/d76a3fa91c2ca8d2e9efa1aa9201dcb48535dd1d)) | ||
| * npm release github workflow + selfmutation support ([912f887](https://github.com/justinm/pdkit/commit/912f88795ecdc7951933869dacdf3d6e55107a87)) | ||
| * semantic release support ([b03e876](https://github.com/justinm/pdkit/commit/b03e876f068298074bfff72d853d0e549b727c3e)) | ||
| ### Dependencies | ||
| * **@pdkit/core:** upgraded to 1.0.0 |
+7
-6
| { | ||
| "name": "@pdkit/github", | ||
| "version": "1.0.0", | ||
| "version": "1.0.2", | ||
| "main": "./index.js", | ||
@@ -17,4 +17,4 @@ "scripts": { | ||
| "devDependencies": { | ||
| "@typescript-eslint/eslint-plugin": "5.16.0", | ||
| "@typescript-eslint/parser": "5.16.0", | ||
| "@typescript-eslint/eslint-plugin": "^5", | ||
| "@typescript-eslint/parser": "^5", | ||
| "eslint": "8.12.0", | ||
@@ -27,3 +27,3 @@ "eslint-config-prettier": "8.5.0", | ||
| "jest": "27.5.1", | ||
| "jest-junit": "13.0.0", | ||
| "jest-junit": "^13", | ||
| "json-schema": "0.4.0", | ||
@@ -172,3 +172,4 @@ "prettier": "2.6.1", | ||
| "dependencies": { | ||
| "@pdkit/core": "1.0.0", | ||
| "@pdkit/core": "1.1.0", | ||
| "@pdkit/nodejs": "1.0.4", | ||
| "constructs": "10.0.97" | ||
@@ -213,2 +214,2 @@ }, | ||
| } | ||
| } | ||
| } |
9137
100.64%2
100%3
50%+ Added
+ Added
+ Added
- Removed
Updated