diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index b471275d..4bb7aa5f 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -21,7 +21,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: 🛑 Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.9.0 + uses: styfle/cancel-workflow-action@0.9.1 - name: ⬇️ Checkout repo uses: actions/checkout@v2 @@ -51,7 +51,7 @@ jobs: github.ref) && github.event_name == 'push' }} steps: - name: 🛑 Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.9.0 + uses: styfle/cancel-workflow-action@0.9.1 - name: ⬇️ Checkout repo uses: actions/checkout@v2 @@ -72,7 +72,7 @@ jobs: - name: 🚀 Release uses: cycjimmy/semantic-release-action@v2 with: - semantic_version: 17 + semantic_version: 18 branches: | [ '+([0-9])?(.{+([0-9]),x}).x', diff --git a/package.json b/package.json index 3b03883d..a528b4b1 100644 --- a/package.json +++ b/package.json @@ -3,9 +3,8 @@ "version": "0.0.0-semantically-released", "description": "CLI for common scripts for my projects", "engines": { - "node": ">=10.18", - "npm": ">=6", - "yarn": ">=1" + "node": "^12.22.0 || ^14.17.0 || >=16.0.0", + "npm": ">=6" }, "bin": { "kcd-scripts": "dist/index.js" @@ -32,62 +31,62 @@ "author": "Kent C. Dodds (https://kentcdodds.com)", "license": "MIT", "dependencies": { - "@babel/cli": "^7.14.5", - "@babel/core": "^7.14.6", - "@babel/plugin-proposal-class-properties": "^7.14.5", - "@babel/plugin-transform-modules-commonjs": "^7.14.5", - "@babel/plugin-transform-runtime": "^7.14.5", - "@babel/preset-env": "^7.14.7", - "@babel/preset-react": "^7.14.5", - "@babel/preset-typescript": "^7.14.5", - "@babel/runtime": "^7.14.6", + "@babel/cli": "^7.16.7", + "@babel/core": "^7.16.7", + "@babel/plugin-proposal-class-properties": "^7.16.7", + "@babel/plugin-transform-modules-commonjs": "^7.16.7", + "@babel/plugin-transform-runtime": "^7.16.7", + "@babel/preset-env": "^7.16.7", + "@babel/preset-react": "^7.16.7", + "@babel/preset-typescript": "^7.16.7", + "@babel/runtime": "^7.16.7", "@rollup/plugin-babel": "^5.3.0", - "@rollup/plugin-commonjs": "^19.0.1", + "@rollup/plugin-commonjs": "^21.0.1", "@rollup/plugin-json": "^4.1.0", - "@rollup/plugin-node-resolve": "^13.0.2", - "@rollup/plugin-replace": "^3.0.0", - "@types/jest": "^26.0.24", + "@rollup/plugin-node-resolve": "^13.1.3", + "@rollup/plugin-replace": "^3.0.1", + "@types/jest": "^27.4.0", "arrify": "^2.0.1", - "babel-jest": "^27.0.6", + "babel-jest": "^27.4.6", "babel-plugin-macros": "^3.1.0", "babel-plugin-minify-dead-code-elimination": "^0.5.1", "babel-plugin-module-resolver": "^4.1.0", "babel-plugin-transform-inline-environment-variables": "^0.4.3", "babel-plugin-transform-react-remove-prop-types": "^0.4.24", - "browserslist": "^4.16.6", + "browserslist": "^4.19.1", "builtin-modules": "^3.2.0", - "chalk": "^4.1.1", - "concurrently": "^6.2.0", - "cosmiconfig": "^7.0.0", + "chalk": "^4.1.2", + "concurrently": "^7.0.0", + "cosmiconfig": "^7.0.1", "cpy": "^8.1.2", "cross-env": "^7.0.3", "cross-spawn": "^7.0.3", - "doctoc": "^2.0.1", - "eslint": "^7.31.0", - "eslint-config-kentcdodds": "^19.1.0", - "glob": "^7.1.7", + "doctoc": "^2.1.0", + "eslint": "^8.6.0", + "eslint-config-kentcdodds": "^20.0.0", + "glob": "^7.2.0", "husky": "^4.3.8", - "is-ci": "^3.0.0", - "jest": "^27.0.6", + "is-ci": "^3.0.1", + "jest": "^27.4.7", "jest-serializer-path": "^0.1.15", "jest-snapshot-serializer-raw": "^1.2.0", - "jest-watch-typeahead": "^0.6.4", - "lint-staged": "^11.0.1", + "jest-watch-typeahead": "^1.0.0", + "lint-staged": "^12.1.5", "lodash.camelcase": "^4.3.0", "lodash.has": "^4.5.2", "lodash.omit": "^4.5.0", "mkdirp": "^1.0.4", - "prettier": "2.3.2", + "prettier": "2.5.1", "read-pkg-up": "^7.0.1", - "resolve": "^1.20.0", + "resolve": "^1.21.0", "rimraf": "^3.0.2", - "rollup": "^2.53.2", + "rollup": "^2.63.0", "rollup-plugin-node-builtins": "^2.1.2", "rollup-plugin-node-globals": "^1.4.0", "rollup-plugin-terser": "^7.0.2", "semver": "^7.3.5", "which": "^2.0.2", - "yargs-parser": "^20.2.9" + "yargs-parser": "^21.0.0" }, "devDependencies": { "jest-in-case": "^1.0.2",