Skip to content

Commit 6bc0bed

Browse files
authored
refactor: update all dependencies to latest versions (#93)
* refactor: update actions cache to 1.0.7 - Make caching more verbose - Use GNU tar on macOS if available - Fixes permissions issue extracting archives with GNU tar on macOS * refactor: update actions core to 1.4.0 - Prepend newline for set-output - Added the getBooleanInput function - Added the trimWhitespace option to getInput - Added the getMultilineInput function * refactor: update actions exec to 1.1.0 - Better error for bad cwd - Add getExecOutput function - Fix stdline dropping large output * refactor: update actions io to 1.1.1 - Add findInPath method to locate all matching executables in the system path - Fixed a bug where we incorrectly escaped paths for rmrf * refactor: update actions tool-cache to 1.7.1 - Force overwrite on default when extracted compressed files - Export isExplicitVersion and evaluateVersions functions - Allow arbirtary headers when downloading tools to the tc - Update to latest @actions/io verison - Fallback to os-releases file to get linux version * refactor: update jest to 27 * refactor: update node types to 14.17.3 * refactor: update semver and types to latest version * refactor: update typescript to latest version * refactor: update eslint to latest version * refactor: update husky to 6.0.0 * chore: rebuild yarn lockfile and build files
1 parent 9c0e696 commit 6bc0bed

6 files changed

Lines changed: 87201 additions & 85091 deletions

File tree

.husky/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
_

.husky/pre-commit

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/sh
2+
. "$(dirname "$0")/_/husky.sh"
3+
4+
yarn build
5+
git add build

0 commit comments

Comments
 (0)