Skip to content

Commit 7e7a463

Browse files
feat: update dependencies (#225)
BREAKING CHANGE: Requires Node@^12.22.0 || ^14.17.0 || >=16.0.0 BREAKING CHANGE: ESLint v8.x will now be used to lint your code
1 parent fec3fea commit 7e7a463

File tree

2 files changed

+35
-36
lines changed

2 files changed

+35
-36
lines changed

.github/workflows/validate.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ${{ matrix.os }}
2222
steps:
2323
- name: 🛑 Cancel Previous Runs
24-
uses: styfle/[email protected].0
24+
uses: styfle/[email protected].1
2525

2626
- name: ⬇️ Checkout repo
2727
uses: actions/checkout@v2
@@ -51,7 +51,7 @@ jobs:
5151
github.ref) && github.event_name == 'push' }}
5252
steps:
5353
- name: 🛑 Cancel Previous Runs
54-
uses: styfle/[email protected].0
54+
uses: styfle/[email protected].1
5555

5656
- name: ⬇️ Checkout repo
5757
uses: actions/checkout@v2
@@ -72,7 +72,7 @@ jobs:
7272
- name: 🚀 Release
7373
uses: cycjimmy/semantic-release-action@v2
7474
with:
75-
semantic_version: 17
75+
semantic_version: 18
7676
branches: |
7777
[
7878
'+([0-9])?(.{+([0-9]),x}).x',

package.json

+32-33
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
"version": "0.0.0-semantically-released",
44
"description": "CLI for common scripts for my projects",
55
"engines": {
6-
"node": ">=10.18",
7-
"npm": ">=6",
8-
"yarn": ">=1"
6+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0",
7+
"npm": ">=6"
98
},
109
"bin": {
1110
"kcd-scripts": "dist/index.js"
@@ -32,62 +31,62 @@
3231
"author": "Kent C. Dodds <[email protected]> (https://kentcdodds.com)",
3332
"license": "MIT",
3433
"dependencies": {
35-
"@babel/cli": "^7.14.5",
36-
"@babel/core": "^7.14.6",
37-
"@babel/plugin-proposal-class-properties": "^7.14.5",
38-
"@babel/plugin-transform-modules-commonjs": "^7.14.5",
39-
"@babel/plugin-transform-runtime": "^7.14.5",
40-
"@babel/preset-env": "^7.14.7",
41-
"@babel/preset-react": "^7.14.5",
42-
"@babel/preset-typescript": "^7.14.5",
43-
"@babel/runtime": "^7.14.6",
34+
"@babel/cli": "^7.16.7",
35+
"@babel/core": "^7.16.7",
36+
"@babel/plugin-proposal-class-properties": "^7.16.7",
37+
"@babel/plugin-transform-modules-commonjs": "^7.16.7",
38+
"@babel/plugin-transform-runtime": "^7.16.7",
39+
"@babel/preset-env": "^7.16.7",
40+
"@babel/preset-react": "^7.16.7",
41+
"@babel/preset-typescript": "^7.16.7",
42+
"@babel/runtime": "^7.16.7",
4443
"@rollup/plugin-babel": "^5.3.0",
45-
"@rollup/plugin-commonjs": "^19.0.1",
44+
"@rollup/plugin-commonjs": "^21.0.1",
4645
"@rollup/plugin-json": "^4.1.0",
47-
"@rollup/plugin-node-resolve": "^13.0.2",
48-
"@rollup/plugin-replace": "^3.0.0",
49-
"@types/jest": "^26.0.24",
46+
"@rollup/plugin-node-resolve": "^13.1.3",
47+
"@rollup/plugin-replace": "^3.0.1",
48+
"@types/jest": "^27.4.0",
5049
"arrify": "^2.0.1",
51-
"babel-jest": "^27.0.6",
50+
"babel-jest": "^27.4.6",
5251
"babel-plugin-macros": "^3.1.0",
5352
"babel-plugin-minify-dead-code-elimination": "^0.5.1",
5453
"babel-plugin-module-resolver": "^4.1.0",
5554
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
5655
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
57-
"browserslist": "^4.16.6",
56+
"browserslist": "^4.19.1",
5857
"builtin-modules": "^3.2.0",
59-
"chalk": "^4.1.1",
60-
"concurrently": "^6.2.0",
61-
"cosmiconfig": "^7.0.0",
58+
"chalk": "^4.1.2",
59+
"concurrently": "^7.0.0",
60+
"cosmiconfig": "^7.0.1",
6261
"cpy": "^8.1.2",
6362
"cross-env": "^7.0.3",
6463
"cross-spawn": "^7.0.3",
65-
"doctoc": "^2.0.1",
66-
"eslint": "^7.31.0",
67-
"eslint-config-kentcdodds": "^19.1.0",
68-
"glob": "^7.1.7",
64+
"doctoc": "^2.1.0",
65+
"eslint": "^8.6.0",
66+
"eslint-config-kentcdodds": "^20.0.0",
67+
"glob": "^7.2.0",
6968
"husky": "^4.3.8",
70-
"is-ci": "^3.0.0",
71-
"jest": "^27.0.6",
69+
"is-ci": "^3.0.1",
70+
"jest": "^27.4.7",
7271
"jest-serializer-path": "^0.1.15",
7372
"jest-snapshot-serializer-raw": "^1.2.0",
74-
"jest-watch-typeahead": "^0.6.4",
75-
"lint-staged": "^11.0.1",
73+
"jest-watch-typeahead": "^1.0.0",
74+
"lint-staged": "^12.1.5",
7675
"lodash.camelcase": "^4.3.0",
7776
"lodash.has": "^4.5.2",
7877
"lodash.omit": "^4.5.0",
7978
"mkdirp": "^1.0.4",
80-
"prettier": "2.3.2",
79+
"prettier": "2.5.1",
8180
"read-pkg-up": "^7.0.1",
82-
"resolve": "^1.20.0",
81+
"resolve": "^1.21.0",
8382
"rimraf": "^3.0.2",
84-
"rollup": "^2.53.2",
83+
"rollup": "^2.63.0",
8584
"rollup-plugin-node-builtins": "^2.1.2",
8685
"rollup-plugin-node-globals": "^1.4.0",
8786
"rollup-plugin-terser": "^7.0.2",
8887
"semver": "^7.3.5",
8988
"which": "^2.0.2",
90-
"yargs-parser": "^20.2.9"
89+
"yargs-parser": "^21.0.0"
9190
},
9291
"devDependencies": {
9392
"jest-in-case": "^1.0.2",

0 commit comments

Comments
 (0)