Skip to content

Commit

Permalink
chore: bump all (dev)Dependencies, update node engine (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Sep 20, 2022
1 parent 5e0cd53 commit 02236f3
Show file tree
Hide file tree
Showing 20 changed files with 2,251 additions and 2,224 deletions.
17 changes: 17 additions & 0 deletions .changeset/moody-rabbits-deliver.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
"@1stg/app-config": minor
"@1stg/babel-preset": patch
"@1stg/commitlint-config": minor
"@1stg/common-config": minor
"@1stg/eslint-config": minor
"@1stg/lib-config": minor
"@1stg/lint-staged": patch
"@1stg/postcss-config": major
"@1stg/prettier-config": patch
"@1stg/remark-preset": major
"@1stg/simple-git-hooks": patch
"@1stg/stylelint-config": patch
"@1stg/tsconfig": patch
---

chore: bump all (dev)Dependencies, update node engine
29 changes: 15 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"workspaces": [
"packages/*"
],
"packageManager": "pnpm@7.9.5",
"packageManager": "pnpm@7.12.1",
"scripts": {
"check": "run-p check:*",
"check:eslint": "eslint-config-prettier .eslintrc.js",
"check:stylelint": "stylelint-config-prettier-check",
"codesandbox:install": "npx pnpm@7.9.5 i --no-frozen-lockfile",
"codesandbox:install": "npx pnpm@7.12.1 i --no-frozen-lockfile",
"lint": "run-p lint:*",
"lint:es": "eslint . --cache -f friendly",
"lint:style": "stylelint . --cache",
Expand All @@ -27,6 +27,7 @@
"version": "changeset version"
},
"devDependencies": {
"@1stg/app-config": "workspace:*",
"@1stg/babel-preset": "workspace:*",
"@1stg/browserslist-config": "workspace:*",
"@1stg/commitlint-config": "workspace:*",
Expand All @@ -42,27 +43,27 @@
"@1stg/simple-git-hooks": "workspace:*",
"@1stg/stylelint-config": "workspace:*",
"@1stg/tsconfig": "workspace:*",
"@angular/compiler": "^14.1.3",
"@angular/compiler-cli": "^14.1.3",
"@angular/core": "^14.1.3",
"@angular/compiler": "^14.2.2",
"@angular/compiler-cli": "^14.2.2",
"@angular/core": "^14.2.2",
"@changesets/changelog-github": "^0.4.6",
"@changesets/cli": "^2.24.4",
"@types/babel__core": "^7.1.19",
"@types/jest": "^28.1.8",
"@types/node": "^18.7.13",
"@types/react": "^18.0.18",
"@types/jest": "^29.0.3",
"@types/node": "^18.7.18",
"@types/react": "^18.0.20",
"@types/unist": "^2.0.6",
"@vitest/coverage-istanbul": "^0.22.1",
"@vitest/coverage-istanbul": "^0.23.4",
"postcss": "^8.4.16",
"react": "^18.2.0",
"rxjs": "^7.5.6",
"simple-git-hooks": "^2.8.0",
"svelte": "^3.49.0",
"svelte": "^3.50.1",
"type-coverage": "^2.22.0",
"typescript": "^4.7.4",
"vitest": "^0.22.1",
"vue": "^3.2.37",
"vue-tsc": "^0.40.1"
"typescript": "^4.8.3",
"vitest": "^0.23.4",
"vue": "^3.2.39",
"vue-tsc": "^0.40.13"
},
"resolutions": {
"prettier": "^2.7.1"
Expand Down
10 changes: 5 additions & 5 deletions packages/app-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@
"funding": "https://www.patreon.com/1stG",
"license": "MIT",
"engines": {
"node": "^12.20.0 || ^14.18.0 || >=16.0.0"
"node": "^14.18.0 || >=16.0.0"
},
"dependencies": {
"@1stg/browserslist-config": "^1.2.4",
"@1stg/common-config": "^7.1.1",
"@1stg/postcss-config": "^3.3.1",
"@1stg/stylelint-config": "^4.8.1",
"@pkgr/es-modules": "^0.6.2",
"@pkgr/imagemin": "^3.1.1",
"browserslist": "^4.21.3",
"@pkgr/es-modules": "^0.6.3",
"@pkgr/imagemin": "^3.1.2",
"browserslist": "^4.21.4",
"postcss": "^8.4.16",
"stylelint": "^14.11.0"
"stylelint": "^14.12.0"
},
"publishConfig": {
"access": "public"
Expand Down
10 changes: 5 additions & 5 deletions packages/babel-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"@babel/core": ">=7.14.1"
},
"dependencies": {
"@babel/helper-plugin-utils": "^7.18.9",
"@babel/helper-plugin-utils": "^7.19.0",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"@babel/plugin-proposal-decorators": "^7.19.1",
"@babel/preset-env": "^7.19.1",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@pkgr/utils": "^2.3.0",
"@pkgr/utils": "^2.3.1",
"@vue/babel-helper-vue-jsx-merge-props": "^1.4.0",
"@vue/babel-plugin-jsx": "^1.1.1",
"@vue/babel-preset-jsx": "^1.4.0",
Expand All @@ -29,7 +29,7 @@
"babel-plugin-transform-remove-console": "^6.9.4",
"babel-plugin-transform-typescript-metadata": "^0.3.2",
"babel-preset-proposal-typescript": "^3.0.0",
"core-js": "^3.25.0",
"core-js": "^3.25.2",
"fast-async": "^7.0.6"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions packages/commitlint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"funding": "https://www.patreon.com/1stG",
"license": "MIT",
"engines": {
"node": "^12.20.0 || ^14.18.0 || >=16.0.0"
"node": "^14.18.0 || >=16.0.0"
},
"dependencies": {
"@commitlint/config-conventional": "^17.0.3",
"@commitlint/config-conventional": "^17.1.0",
"@commitlint/config-lerna-scopes": "^17.0.2",
"@pkgr/utils": "^2.3.0"
"@pkgr/utils": "^2.3.1"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions packages/common-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"funding": "https://www.patreon.com/1stG",
"license": "MIT",
"engines": {
"node": "^12.20.0 || ^14.18.0 || >=16.0.0"
"node": "^14.18.0 || >=16.0.0"
},
"dependencies": {
"@1stg/babel-preset": "^3.2.2",
Expand All @@ -20,9 +20,9 @@
"@1stg/remark-preset": "^1.0.1",
"@1stg/simple-git-hooks": "^0.2.2",
"@1stg/tsconfig": "^2.3.1",
"@babel/core": "^7.18.13",
"@commitlint/cli": "^17.0.3",
"eslint": "^8.22.0",
"@babel/core": "^7.19.1",
"@commitlint/cli": "^17.1.2",
"eslint": "^8.23.1",
"lint-staged": "^13.0.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
Expand Down
46 changes: 23 additions & 23 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,52 +8,52 @@
"funding": "https://www.patreon.com/1stG",
"license": "MIT",
"engines": {
"node": "^12.20.0 || ^14.18.0 || >=16.0.0"
"node": "^14.18.0 || >=16.0.0"
},
"peerDependencies": {
"eslint": ">=6.0.0"
"eslint": ">=8.0.0"
},
"dependencies": {
"@1stg/config": "^0.2.1",
"@angular-eslint/eslint-plugin": "^14.0.3",
"@angular-eslint/eslint-plugin-template": "^14.0.3",
"@angular-eslint/template-parser": "^14.0.3",
"@babel/eslint-parser": "^7.18.9",
"@babel/eslint-plugin": "^7.18.10",
"@pkgr/utils": "^2.3.0",
"@typescript-eslint/eslint-plugin": "^5.35.1",
"@typescript-eslint/parser": "^5.35.1",
"@angular-eslint/eslint-plugin": "^14.1.1",
"@angular-eslint/eslint-plugin-template": "^14.1.1",
"@angular-eslint/template-parser": "^14.1.1",
"@babel/eslint-parser": "^7.19.1",
"@babel/eslint-plugin": "^7.19.1",
"@pkgr/utils": "^2.3.1",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"angular-eslint-template-parser": "^0.1.1",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^17.0.0",
"eslint-config-standard-jsx": "^11.0.0",
"eslint-config-standard-react": "^11.0.1",
"eslint-formatter-friendly": "^7.0.0",
"eslint-import-resolver-typescript": "^3.5.0",
"eslint-import-resolver-typescript": "^3.5.1",
"eslint-plugin-css": "^0.6.0",
"eslint-plugin-es-x": "^5.2.1",
"eslint-plugin-es-x": "^5.3.1",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "npm:eslint-plugin-i@^2.26.0",
"eslint-plugin-jest": "^26.8.7",
"eslint-plugin-import": "npm:eslint-plugin-i@^2.26.0-2",
"eslint-plugin-jest": "^27.0.4",
"eslint-plugin-jsdoc": "^39.3.6",
"eslint-plugin-json-schema-validator": "^4.0.1",
"eslint-plugin-json-schema-validator": "^4.0.2",
"eslint-plugin-jsonc": "^2.4.0",
"eslint-plugin-markup": "^0.10.1",
"eslint-plugin-mdx": "^2.0.2",
"eslint-plugin-markup": "^0.10.2",
"eslint-plugin-mdx": "^2.0.5",
"eslint-plugin-n": "^15.2.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.0.1",
"eslint-plugin-react": "^7.31.0",
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-regexp": "^1.9.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-sonar": "^0.9.1",
"eslint-plugin-simple-import-sort": "^8.0.0",
"eslint-plugin-sonar": "^0.9.2",
"eslint-plugin-sonarjs": "^0.15.0",
"eslint-plugin-svelte": "^2.7.0",
"eslint-plugin-svelte": "^2.8.0",
"eslint-plugin-toml": "^0.3.1",
"eslint-plugin-unicorn": "^43.0.2",
"eslint-plugin-vue": "^9.4.0",
"eslint-plugin-yml": "^1.1.0"
"eslint-plugin-vue": "^9.5.1",
"eslint-plugin-yml": "^1.2.0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/lib-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"funding": "https://www.patreon.com/1stG",
"license": "MIT",
"engines": {
"node": "^12.20.0 || ^14.18.0 || >=16.0.0"
"node": "^14.18.0 || >=16.0.0"
},
"dependencies": {
"@1stg/common-config": "^7.1.1",
"@pkgr/rollup": "^3.2.0"
"@pkgr/rollup": "^3.2.1"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/lint-staged/_utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const path = require('node:path')

const { isPkgAvailable, tryFile, tryPkg } = require('@pkgr/utils')

exports.tsConfig = path.relative(
exports.tsconfig = path.relative(
process.cwd(),
tryFile(path.resolve('tsconfig.staged.json')) ||
tryFile(path.resolve('tsconfig.base.json')) ||
Expand Down
4 changes: 2 additions & 2 deletions packages/lint-staged/ngc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const { tsConfig, typeCoverage } = require('./_utils')
const { tsconfig, typeCoverage } = require('./_utils')

module.exports = {
...require('./base'),
'*.{html,ts}': () => `ngc -p ${tsConfig} --noEmit`,
'*.{html,ts}': () => `ngc -p ${tsconfig} --noEmit`,
'*.ts?(x)': () => [typeCoverage].filter(Boolean),
}
2 changes: 1 addition & 1 deletion packages/lint-staged/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@1stg/config": "^0.2.1",
"@1stg/prettier-config": "^3.9.1",
"@1stg/tsconfig": "^2.3.1",
"@pkgr/utils": "^2.3.0",
"@pkgr/utils": "^2.3.1",
"prettier": "^2.7.1"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/lint-staged/tsc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const { tsConfig, typeCoverage } = require('./_utils')
const { tsconfig, typeCoverage } = require('./_utils')

module.exports = {
...require('./base'),
'*.ts?(x)': () =>
[`tsc -p ${tsConfig} --noEmit`, typeCoverage].filter(Boolean),
[`tsc -p ${tsconfig} --noEmit`, typeCoverage].filter(Boolean),
}
4 changes: 2 additions & 2 deletions packages/lint-staged/vue-tsc.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
const { tsConfig, typeCoverage } = require('./_utils')
const { tsconfig, typeCoverage } = require('./_utils')

module.exports = {
...require('./base'),
'*.{vue,ts,tsx}': () =>
[
`vue-tsc -p ${tsConfig} --noEmit --incremental false`,
`vue-tsc -p ${tsconfig} --noEmit --incremental false`,
typeCoverage,
].filter(Boolean),
}
10 changes: 5 additions & 5 deletions packages/postcss-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@
"funding": "https://www.patreon.com/1stG",
"license": "MIT",
"engines": {
"node": "^12.20.0 || ^14.18.0 || >=16.0.0"
"node": "^14.18.0 || >=16.0.0"
},
"peerDependencies": {
"postcss": ">=7.0.0"
},
"dependencies": {
"@pkgr/utils": "^2.3.0",
"autoprefixer": "^10.4.8",
"@pkgr/utils": "^2.3.1",
"autoprefixer": "^10.4.11",
"cssnano": "^5.1.13",
"cssnano-preset-advanced": "^5.3.8",
"postcss-import": "^14.1.0",
"postcss-import": "^15.0.0",
"postcss-modules": "^5.0.0",
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^7.8.0",
"postcss-preset-env": "^7.8.2",
"postcss-url": "^10.1.3"
},
"publishConfig": {
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 @@ -12,10 +12,10 @@
"dependencies": {
"@1stg/config": "^0.2.1",
"@prettier/plugin-pug": "^2.2.0",
"@prettier/plugin-ruby": "^3.2.0",
"@prettier/plugin-ruby": "^3.2.1",
"@prettier/plugin-xml": "^2.2.0",
"prettier-plugin-ini": "^1.1.0",
"prettier-plugin-pkg": "^0.17.0",
"prettier-plugin-pkg": "^0.17.1",
"prettier-plugin-properties": "^0.2.0",
"prettier-plugin-sh": "^0.12.8",
"prettier-plugin-stylus": "^0.0.1-beta.8",
Expand Down
6 changes: 3 additions & 3 deletions packages/remark-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"funding": "https://www.patreon.com/1stG",
"license": "MIT",
"engines": {
"node": "^12.20.0 || ^14.18.0 || >=16.0.0"
"node": "^14.18.0 || >=16.0.0"
},
"main": "index.js",
"dependencies": {
Expand All @@ -20,8 +20,8 @@
"remark-preset-lint-consistent": "^5.1.1",
"remark-preset-lint-markdown-style-guide": "^5.1.2",
"remark-preset-lint-recommended": "^6.1.2",
"remark-preset-prettier": "^1.0.2",
"remark-validate-links": "^12.0.0"
"remark-preset-prettier": "^2.0.1",
"remark-validate-links": "^12.1.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/simple-git-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"simple-git-hooks": ">=2.2.0"
},
"dependencies": {
"@pkgr/utils": "^2.3.0"
"@pkgr/utils": "^2.3.1"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
},
"dependencies": {
"@1stg/config": "^0.2.1",
"@pkgr/utils": "^2.3.0",
"@pkgr/utils": "^2.3.1",
"@stylelint/postcss-css-in-js": "^0.38.0",
"postcss-html": "^1.5.0",
"postcss-less": "^6.0.0",
"postcss-markdown": "^1.2.0",
"postcss-scss": "^4.0.4",
"postcss-scss": "^4.0.5",
"postcss-syntax": "^0.36.2",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^28.0.0",
"stylelint-high-performance-animation": "^1.6.0",
"stylelint-no-unsupported-browser-features": "^5.0.3",
"stylelint-no-unsupported-browser-features": "^5.0.4",
"stylelint-prettier": "^2.0.0",
"stylelint-scss": "^4.3.0",
"stylelint-stylus": "^0.17.0"
Expand Down
Loading

0 comments on commit 02236f3

Please sign in to comment.