Skip to content

Commit af649e7

Browse files
committedJun 25, 2022
feat: bump deps, update node engine setting
1 parent a5a670d commit af649e7

File tree

16 files changed

+453
-471
lines changed

16 files changed

+453
-471
lines changed
 

‎.changeset/spotty-hairs-lie.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
'@1stg/app-config': minor
3+
'@1stg/babel-preset': minor
4+
'@1stg/browserslist-config': minor
5+
'@1stg/commitlint-config': minor
6+
'@1stg/common-config': minor
7+
'@1stg/eslint-config': minor
8+
'@1stg/lib-config': minor
9+
'@1stg/lint-staged': minor
10+
'@1stg/markuplint-config': minor
11+
'@1stg/postcss-config': minor
12+
'@1stg/prettier-config': minor
13+
'@1stg/remark-config': minor
14+
'@1stg/stylelint-config': minor
15+
'@1stg/tsconfig': minor
16+
---
17+
18+
feat: bump deps, update node engine setting

‎package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
"typecov": "type-coverage"
2525
},
2626
"devDependencies": {
27-
"@angular/compiler": "^14.0.2",
28-
"@angular/compiler-cli": "^14.0.2",
29-
"@angular/core": "^14.0.2",
27+
"@angular/compiler": "^14.0.3",
28+
"@angular/compiler-cli": "^14.0.3",
29+
"@angular/core": "^14.0.3",
3030
"@changesets/changelog-github": "^0.4.5",
3131
"@changesets/cli": "^2.23.0",
32-
"@types/jest": "^28.1.2",
32+
"@types/jest": "^28.1.3",
3333
"@types/node": "^18.0.0",
3434
"@types/react": "^18.0.14",
3535
"@types/unist": "^2.0.6",

‎packages/app-config/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"author": "JounQin <admin@1stg.me>",
88
"license": "MIT",
99
"engines": {
10-
"node": ">=14"
10+
"node": "^12.20 || ^14.18.0 || >=16.0.0"
1111
},
1212
"dependencies": {
1313
"@1stg/browserslist-config": "^1.1.0",
@@ -16,7 +16,7 @@
1616
"@1stg/stylelint-config": "^4.2.0",
1717
"@pkgr/es-modules": "^0.6.0",
1818
"@pkgr/imagemin": "^3.1.0",
19-
"browserslist": "^4.20.4",
19+
"browserslist": "^4.21.0",
2020
"postcss": "^8.4.14",
2121
"stylelint": "^14.9.1"
2222
},

‎packages/babel-preset/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"author": "JounQin <admin@1stg.me>",
77
"license": "MIT",
88
"engines": {
9-
"node": ">=14"
9+
"node": "^12.20 || ^14.18.0 || >=16.0.0"
1010
},
1111
"peerDependencies": {
1212
"@babel/core": ">=7.14.1"
@@ -28,7 +28,7 @@
2828
"babel-plugin-transform-remove-console": "^6.9.4",
2929
"babel-plugin-transform-typescript-metadata": "^0.3.2",
3030
"babel-preset-proposal-typescript": "^2.2.0",
31-
"core-js": "^3.23.1",
31+
"core-js": "^3.23.2",
3232
"fast-async": "^7.0.6"
3333
},
3434
"publishConfig": {

‎packages/commitlint-config/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"author": "JounQin <admin@1stg.me>",
77
"license": "MIT",
88
"engines": {
9-
"node": ">=14"
9+
"node": "^12.20 || ^14.18.0 || >=16.0.0"
1010
},
1111
"dependencies": {
12-
"@commitlint/config-conventional": "^17.0.2",
12+
"@commitlint/config-conventional": "^17.0.3",
1313
"@commitlint/config-lerna-scopes": "^17.0.2",
1414
"@pkgr/utils": "^2.2.0"
1515
},

‎packages/common-config/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"author": "JounQin <admin@1stg.me>",
88
"license": "MIT",
99
"engines": {
10-
"node": ">=14"
10+
"node": "^12.20 || ^14.18.0 || >=16.0.0"
1111
},
1212
"dependencies": {
1313
"@1stg/babel-preset": "^3.0.0",
@@ -20,9 +20,9 @@
2020
"@1stg/simple-git-hooks": "^0.1.2",
2121
"@1stg/tsconfig": "^2.1.0",
2222
"@babel/core": "^7.18.5",
23-
"@commitlint/cli": "^17.0.2",
23+
"@commitlint/cli": "^17.0.3",
2424
"eslint": "^8.18.0",
25-
"lint-staged": "^13.0.2",
25+
"lint-staged": "^13.0.3",
2626
"npm-run-all": "^4.1.5",
2727
"prettier": "^2.7.1",
2828
"simple-git-hooks": "^2.8.0",

‎packages/eslint-config/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,27 @@
77
"author": "JounQin <admin@1stg.me>",
88
"license": "MIT",
99
"engines": {
10-
"node": ">=14"
10+
"node": "^12.20 || ^14.18.0 || >=16.0.0"
1111
},
1212
"peerDependencies": {
1313
"eslint": ">=6.0.0"
1414
},
1515
"dependencies": {
16-
"@angular-eslint/eslint-plugin": "^13.5.0",
17-
"@angular-eslint/eslint-plugin-template": "^13.5.0",
18-
"@angular-eslint/template-parser": "^13.5.0",
16+
"@angular-eslint/eslint-plugin": "^14.0.0",
17+
"@angular-eslint/eslint-plugin-template": "^14.0.0",
18+
"@angular-eslint/template-parser": "^14.0.0",
1919
"@babel/eslint-parser": "^7.18.2",
2020
"@babel/eslint-plugin": "^7.17.7",
2121
"@pkgr/utils": "^2.2.0",
22-
"@typescript-eslint/eslint-plugin": "^5.28.0",
23-
"@typescript-eslint/parser": "^5.28.0",
22+
"@typescript-eslint/eslint-plugin": "^5.29.0",
23+
"@typescript-eslint/parser": "^5.29.0",
2424
"angular-eslint-template-parser": "^0.1.1",
2525
"eslint-config-prettier": "^8.5.0",
2626
"eslint-config-standard": "^17.0.0",
2727
"eslint-config-standard-jsx": "^11.0.0",
2828
"eslint-config-standard-react": "^11.0.1",
2929
"eslint-formatter-friendly": "^7.0.0",
30-
"eslint-import-resolver-typescript": "^2.7.1",
30+
"eslint-import-resolver-typescript": "^3.0.0",
3131
"eslint-plugin-eslint-comments": "^3.2.0",
3232
"eslint-plugin-import": "^2.26.0",
3333
"eslint-plugin-jest": "^26.5.3",
@@ -37,7 +37,7 @@
3737
"eslint-plugin-n": "^15.2.3",
3838
"eslint-plugin-prettier": "^4.0.0",
3939
"eslint-plugin-promise": "^6.0.0",
40-
"eslint-plugin-react": "^7.30.0",
40+
"eslint-plugin-react": "^7.30.1",
4141
"eslint-plugin-react-hooks": "^4.6.0",
4242
"eslint-plugin-simple-import-sort": "^7.0.0",
4343
"eslint-plugin-sonar": "^0.8.0",

‎packages/lib-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"author": "JounQin <admin@1stg.me>",
88
"license": "MIT",
99
"engines": {
10-
"node": ">=14"
10+
"node": "^12.20 || ^14.18.0 || >=16.0.0"
1111
},
1212
"dependencies": {
1313
"@1stg/common-config": "^4.2.3",

‎packages/lint-staged/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"author": "JounQin <admin@1stg.me>",
77
"license": "MIT",
88
"engines": {
9-
"node": ">=14"
9+
"node": "^12.20 || ^14.18.0 || >=16.0.0"
1010
},
1111
"peerDependencies": {
1212
"lint-staged": ">=10.0.0"

‎packages/markuplint-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"author": "JounQin <admin@1stg.me>",
88
"license": "MIT",
99
"engines": {
10-
"node": ">=14"
10+
"node": "^12.20 || ^14.18.0 || >=16.0.0"
1111
},
1212
"peerDependencies": {
1313
"markuplint": "^2.0.0"

‎packages/postcss-config/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"author": "JounQin <admin@1stg.me>",
77
"license": "MIT",
88
"engines": {
9-
"node": ">=14"
9+
"node": "^12.20 || ^14.18.0 || >=16.0.0"
1010
},
1111
"peerDependencies": {
1212
"postcss": ">=7.0.0"
@@ -19,7 +19,7 @@
1919
"postcss-import": "^14.1.0",
2020
"postcss-modules": "^4.3.1",
2121
"postcss-normalize": "^10.0.1",
22-
"postcss-preset-env": "^7.7.1",
22+
"postcss-preset-env": "^7.7.2",
2323
"postcss-url": "^10.1.3"
2424
},
2525
"publishConfig": {

‎packages/prettier-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"prettier": ">=1.18.0"
1010
},
1111
"dependencies": {
12-
"@prettier/plugin-pug": "^2.1.0",
12+
"@prettier/plugin-pug": "^2.1.1",
1313
"@prettier/plugin-ruby": "^3.1.2",
1414
"@prettier/plugin-xml": "^2.2.0",
1515
"prettier-plugin-pkg": "^0.14.0",

‎packages/remark-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"author": "JounQin <admin@1stg.me>",
88
"license": "MIT",
99
"engines": {
10-
"node": ">=14"
10+
"node": "^12.20 || ^14.18.0 || >=16.0.0"
1111
},
1212
"main": "index.js",
1313
"module": "index.js",

‎packages/stylelint-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"author": "JounQin <admin@1stg.me>",
77
"license": "MIT",
88
"engines": {
9-
"node": ">=14"
9+
"node": "^12.20 || ^14.18.0 || >=16.0.0"
1010
},
1111
"peerDependencies": {
1212
"stylelint": ">=13.0.0"

‎packages/tsconfig/tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"compilerOptions": {
3+
"allowSyntheticDefaultImports": true,
34
"esModuleInterop": true,
45
"experimentalDecorators": true,
56
"forceConsistentCasingInFileNames": true,

‎yarn.lock

+405-442
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.