Skip to content

Commit

Permalink
feat: bump versions, change schedule to monthly
Browse files Browse the repository at this point in the history
upgrade prettier-plugin-pky/sh
  • Loading branch information
JounQin committed Apr 21, 2020
1 parent 0185dab commit ae34961
Show file tree
Hide file tree
Showing 12 changed files with 727 additions and 720 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,26 +25,26 @@
"type-coverage": "type-coverage --cache --detail --ignore-catch --ignore-files '**/*.d.ts' --strict"
},
"devDependencies": {
"@angular/core": "^9.1.0",
"@angular/core": "^9.1.2",
"@types/jest": "^25.2.1",
"@types/node": "^13.11.0",
"@types/react": "^16.9.32",
"@types/node": "^13.13.1",
"@types/react": "^16.9.34",
"@types/unist": "^2.0.3",
"core-js": "^3.6.4",
"core-js": "^3.6.5",
"lerna": "^3.20.2",
"npm-run-all": "^4.1.5",
"react": "^16.13.1",
"ts-jest": "25.3.0",
"tslint": "^6.1.1",
"type-coverage": "^2.4.2",
"typescript": "^3.8.3",
"vue": "^2.6.11",
"yarn-deduplicate": "^2.0.0"
},
"resolutions": {
"@babel/core": "^7.9.0",
"eslint-plugin-prettier": "^3.1.2",
"prettier": "^2.0.4",
"typescript": "^3.8.3"
"eslint-plugin-prettier": "^3.1.3",
"prettier": "^2.0.4"
},
"typeCoverage": {
"atLeast": 100
Expand Down
8 changes: 4 additions & 4 deletions packages/app-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
"@babel/core": "^7.9.0",
"@pkgr/es-modules": "^0.3.2",
"@pkgr/imagemin": "^0.4.3",
"browserslist": "^4.11.1",
"browserslist": "^4.12.0",
"eslint": "^6.8.0",
"husky": "^4.2.3",
"lint-staged": "^10.1.2",
"husky": "^4.2.5",
"lint-staged": "^10.1.6",
"postcss": "^7.0.27",
"prettier": "^2.0.4",
"stylelint": "^13.3.0",
"stylelint": "^13.3.2",
"tslib": "^1.11.1"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@babel/helper-plugin-utils": "^7.8.3",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/preset-env": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"@babel/preset-typescript": "^7.9.0",
"@pkgr/utils": "^0.4.3",
Expand All @@ -27,7 +27,7 @@
"babel-plugin-transform-remove-console": "^6.9.4",
"babel-plugin-transform-typescript-metadata": "^0.3.0",
"babel-preset-proposal-typescript": "^1.5.0",
"core-js": "^3.6.4",
"core-js": "^3.6.5",
"fast-async": "^7.0.6"
},
"publishConfig": {
Expand Down
10 changes: 5 additions & 5 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
},
"dependencies": {
"@pkgr/utils": "^0.4.3",
"@typescript-eslint/eslint-plugin": "^2.27.0",
"@typescript-eslint/eslint-plugin-tslint": "^2.27.0",
"@typescript-eslint/parser": "^2.27.0",
"@typescript-eslint/eslint-plugin": "^2.29.0",
"@typescript-eslint/eslint-plugin-tslint": "^2.29.0",
"@typescript-eslint/parser": "^2.29.0",
"babel-eslint": "^10.1.0",
"eslint-config-prettier": "^6.10.1",
"eslint-config-standard": "^14.1.1",
Expand All @@ -24,9 +24,9 @@
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jest": "^23.8.2",
"eslint-plugin-mdx": "^1.6.8",
"eslint-plugin-mdx": "^1.6.9",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^3.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/lib-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"@babel/core": "^7.9.0",
"@pkgr/rollup": "^0.10.3",
"eslint": "^6.8.0",
"husky": "^4.2.3",
"jest": "^25.2.7",
"lint-staged": "^10.1.2",
"husky": "^4.2.5",
"jest": "^25.4.0",
"lint-staged": "^10.1.6",
"prettier": "^2.0.4",
"tslib": "^1.11.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/lint-staged/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@prettier/plugin-ruby": "^0.18.1",
"cross-env": "^7.0.2",
"prettier": "^2.0.4",
"prettier-plugin-sh": "^0.3.0",
"prettier-plugin-sh": "^0.4.0",
"prettier-plugin-toml": "^0.3.1"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/postcss-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"cssnano": "^4.1.10",
"cssnano-preset-advanced": "^4.0.7",
"postcss-import": "^12.0.1",
"postcss-modules": "^1.5.0",
"postcss-normalize": "^8.0.1",
"postcss-modules": "^2.0.0",
"postcss-normalize": "^9.0.0",
"postcss-preset-env": "^6.7.0",
"postcss-url": "^8.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"dependencies": {
"@prettier/plugin-pug": "^1.2.0",
"@prettier/plugin-ruby": "^0.18.1",
"prettier-plugin-pkg": "^0.5.0",
"prettier-plugin-sh": "^0.3.0",
"prettier-plugin-pkg": "^0.6.2",
"prettier-plugin-sh": "^0.4.0",
"prettier-plugin-toml": "^0.3.1"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/renovate-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"default": {
"extends": [
"config:base",
"schedule:earlyMondays"
"schedule:monthly"
],
"automerge": true,
"major": {
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"stylelint-high-performance-animation": "^1.5.0",
"stylelint-no-unsupported-browser-features": "^4.0.0",
"stylelint-prettier": "^1.1.2",
"stylelint-scss": "^3.16.0"
"stylelint-scss": "^3.17.1"
},
"publishConfig": {
"access": "public"
Expand Down
1 change: 1 addition & 0 deletions packages/stylelint-config/scss/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ module.exports = {
'scss/at-import-partial-extension-blacklist': ['sass', 'scss'],
'scss/at-mixin-argumentless-call-parentheses': 'never',
'scss/at-rule-no-unknown': true,
'scss/comment-no-empty': true,
'scss/dollar-variable-default': [
true,
{
Expand Down
Loading

0 comments on commit ae34961

Please sign in to comment.