Skip to content

Commit fe9be5d

Browse files
authoredMar 27, 2022
fix(deps): bump all (dev)Dependencies (#73)
1 parent ab20b23 commit fe9be5d

File tree

12 files changed

+487
-495
lines changed

12 files changed

+487
-495
lines changed
 

‎.changeset/shy-bees-divide.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
"@1stg/app-config": minor
3+
"@1stg/common-config": minor
4+
"@1stg/eslint-config": minor
5+
"@1stg/lib-config": minor
6+
"@1stg/lint-staged": patch
7+
"@1stg/markuplint-config": patch
8+
"@1stg/postcss-config": patch
9+
"@1stg/prettier-config": major
10+
"@1stg/renovate-config": minor
11+
---
12+
13+
fix(deps): bump all (dev)Dependencies

‎package.json

+7-6
Original file line numberDiff line numberDiff line change
@@ -31,25 +31,26 @@
3131
"@changesets/changelog-github": "^0.4.3",
3232
"@changesets/cli": "^2.21.1",
3333
"@types/jest": "^27.4.1",
34-
"@types/node": "^17.0.21",
35-
"@types/react": "^17.0.41",
34+
"@types/node": "^17.0.23",
35+
"@types/react": "^17.0.43",
3636
"@types/unist": "^2.0.6",
3737
"core-js": "^3.21.1",
3838
"enhanced-resolve": "^5.9.2",
39+
"markuplint": "^2.5.0",
3940
"patch-package": "^6.4.7",
4041
"postcss": "^8.4.12",
4142
"react": "^17.0.2",
4243
"rxjs": "^7.5.5",
4344
"svelte": "^3.46.4",
44-
"ts-jest": "^27.1.3",
45+
"ts-jest": "^27.1.4",
4546
"tslint": "^6.1.3",
4647
"type-coverage": "^2.21.1",
47-
"typescript": "^4.6.2",
48+
"typescript": "^4.6.3",
4849
"vue": "^3.2.31",
49-
"vue-tsc": "^0.33.2"
50+
"vue-tsc": "^0.33.9"
5051
},
5152
"resolutions": {
52-
"prettier": "^2.6.0"
53+
"prettier": "^2.6.1"
5354
},
5455
"typeCoverage": {
5556
"atLeast": 100,

‎packages/app-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@pkgr/imagemin": "^3.0.0",
1919
"browserslist": "^4.20.2",
2020
"postcss": "^8.4.12",
21-
"stylelint": "^14.6.0"
21+
"stylelint": "^14.6.1"
2222
},
2323
"publishConfig": {
2424
"access": "public"

‎packages/common-config/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
"@1stg/tsconfig": "^2.0.1",
2222
"@babel/core": "^7.17.8",
2323
"@commitlint/cli": "^16.2.3",
24-
"eslint": "^8.11.0",
24+
"eslint": "^8.12.0",
2525
"lint-staged": "^12.3.7",
2626
"npm-run-all": "^4.1.5",
27-
"prettier": "^2.6.0",
27+
"prettier": "^2.6.1",
2828
"simple-git-hooks": "^2.7.0",
2929
"tslib": "^2.3.1",
30-
"yarn-deduplicate": "^3.1.0"
30+
"yarn-deduplicate": "^4.0.0"
3131
},
3232
"publishConfig": {
3333
"access": "public"

‎packages/eslint-config/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,22 @@
1919
"@babel/eslint-parser": "^7.17.0",
2020
"@babel/eslint-plugin": "^7.17.7",
2121
"@pkgr/utils": "^2.0.2",
22-
"@typescript-eslint/eslint-plugin": "^5.15.0",
23-
"@typescript-eslint/eslint-plugin-tslint": "^5.15.0",
24-
"@typescript-eslint/parser": "^5.15.0",
22+
"@typescript-eslint/eslint-plugin": "^5.16.0",
23+
"@typescript-eslint/eslint-plugin-tslint": "^5.16.0",
24+
"@typescript-eslint/parser": "^5.16.0",
2525
"angular-eslint-template-parser": "^0.1.1",
2626
"eslint-config-prettier": "^8.5.0",
2727
"eslint-config-standard": "^16.0.3",
2828
"eslint-config-standard-jsx": "^10.0.0",
2929
"eslint-config-standard-react": "^11.0.1",
3030
"eslint-formatter-friendly": "^7.0.0",
31-
"eslint-import-resolver-typescript": "^2.5.0",
31+
"eslint-import-resolver-typescript": "^2.7.0",
3232
"eslint-plugin-eslint-comments": "^3.2.0",
3333
"eslint-plugin-import": "^2.25.4",
34-
"eslint-plugin-jest": "^26.1.2",
35-
"eslint-plugin-jsdoc": "^38.0.6",
34+
"eslint-plugin-jest": "^26.1.3",
35+
"eslint-plugin-jsdoc": "^38.0.7",
3636
"eslint-plugin-markup": "^0.8.0",
37-
"eslint-plugin-mdx": "^1.16.0",
37+
"eslint-plugin-mdx": "^1.17.0",
3838
"eslint-plugin-node": "^11.1.0",
3939
"eslint-plugin-prettier": "^4.0.0",
4040
"eslint-plugin-promise": "^6.0.0",

‎packages/lint-staged/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@1stg/tsconfig": "^2.0.1",
1717
"@pkgr/utils": "^2.0.2",
1818
"cross-env": "^7.0.3",
19-
"prettier": "^2.6.0"
19+
"prettier": "^2.6.1"
2020
},
2121
"publishConfig": {
2222
"access": "public"

‎packages/markuplint-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@markuplint/vue-parser": "^2.1.0",
17-
"@markuplint/vue-spec": "^2.0.1",
17+
"@markuplint/vue-spec": "^2.0.2",
1818
"markuplint-angular-parser": "^1.1.0"
1919
},
2020
"publishConfig": {

‎packages/postcss-config/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"dependencies": {
1515
"@pkgr/utils": "^2.0.2",
1616
"autoprefixer": "^10.4.4",
17-
"cssnano": "^5.1.4",
18-
"cssnano-preset-advanced": "^5.3.0",
19-
"postcss-import": "^14.0.2",
17+
"cssnano": "^5.1.5",
18+
"cssnano-preset-advanced": "^5.3.1",
19+
"postcss-import": "^14.1.0",
2020
"postcss-modules": "^4.3.1",
2121
"postcss-normalize": "^10.0.1",
2222
"postcss-preset-env": "^7.4.3",

‎packages/prettier-config/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"prettier": ">=1.18.0"
1010
},
1111
"dependencies": {
12-
"@prettier/plugin-pug": "^1.19.3",
12+
"@prettier/plugin-pug": "^1.20.0",
1313
"@prettier/plugin-ruby": "^2.0.0",
14-
"@prettier/plugin-xml": "^1.2.0",
14+
"@prettier/plugin-xml": "^2.0.1",
1515
"prettier-plugin-pkg": "^0.11.1",
1616
"prettier-plugin-sh": "^0.8.1",
1717
"prettier-plugin-svelte": "^2.6.0",

‎packages/renovate-config/package.json

+4
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
"major": {
1919
"automerge": false
2020
},
21+
"postUpdateOptions": [
22+
"npmDedupe",
23+
"yarnDedupeFewer"
24+
],
2125
"rangeStrategy": "bump"
2226
}
2327
}

‎patches/@markuplint+file-resolver+2.1.0.patch

-12
This file was deleted.

‎yarn.lock

+445-459
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.