From bda0754fa09108d8aef1a526acbf3cd44a5b33af Mon Sep 17 00:00:00 2001 From: JounQin Date: Wed, 17 Aug 2022 23:23:10 +0800 Subject: [PATCH] docs: remove deprecated packages --- CHANGELOG.md | 4 +- packages/husky-config/CHANGELOG.md | 166 ----------------------------- packages/husky-config/README.md | 27 ----- packages/husky-config/index.js | 6 -- packages/husky-config/package.json | 48 --------- 5 files changed, 1 insertion(+), 250 deletions(-) delete mode 100644 packages/husky-config/CHANGELOG.md delete mode 100644 packages/husky-config/README.md delete mode 100644 packages/husky-config/index.js delete mode 100644 packages/husky-config/package.json diff --git a/CHANGELOG.md b/CHANGELOG.md index 6496fd16..0f81b08e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,14 +10,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - [@1stg/common-config](./packages/common-config/CHANGELOG.md) - [@1stg/config](./packages/config/CHANGELOG.md) - [@1stg/eslint-config](./packages/eslint-config/CHANGELOG.md) -- [@1stg/husky-config](./packages/husky-config/CHANGELOG.md) - [@1stg/lib-config](./packages/lib-config/CHANGELOG.md) - [@1stg/lint-staged](./packages/lint-staged/CHANGELOG.md) - [@1stg/markuplint-config](./packages/markuplint-config/CHANGELOG.md) - [@1stg/postcss-config](./packages/postcss-config/CHANGELOG.md) - [@1stg/prettier-config](./packages/prettier-config/CHANGELOG.md) -- [@1stg/remark-config](./packages/remark-config/CHANGELOG.md) +- [@1stg/remark-preset](./packages/remark-preset/CHANGELOG.md) - [@1stg/renovate-config](./packages/renovate-config/CHANGELOG.md) - [@1stg/stylelint-config](./packages/stylelint-config/CHANGELOG.md) - [@1stg/tsconfig](./packages/tsconfig/CHANGELOG.md) -- [@1stg/tslint-config](./packages/tslint-config/CHANGELOG.md) diff --git a/packages/husky-config/CHANGELOG.md b/packages/husky-config/CHANGELOG.md deleted file mode 100644 index 57214b4b..00000000 --- a/packages/husky-config/CHANGELOG.md +++ /dev/null @@ -1,166 +0,0 @@ -# Change Log - -## 1.0.7 - -### Patch Changes - -- [#123](https://github.com/1stG/configs/pull/123) [`4f70fd3`](https://github.com/1stG/configs/commit/4f70fd3aeff6b1b66ccb607fcb61f59977d773c1) Thanks [@JounQin](https://github.com/JounQin)! - docs: add README files - -## 1.0.6 - -### Patch Changes - -- [#111](https://github.com/1stG/configs/pull/111) [`eb18aaa`](https://github.com/1stG/configs/commit/eb18aaa48903fcc5eb7bf04b34a5b06858936aa7) Thanks [@JounQin](https://github.com/JounQin)! - chore: add donate and funding fields - -## 1.0.5 - -### Patch Changes - -- [#107](https://github.com/1stG/configs/pull/107) [`720e694`](https://github.com/1stG/configs/commit/720e694b2f7d9173738a4338b94fa455f70dabe3) Thanks [@JounQin](https://github.com/JounQin)! - chore: add website info in author field - -## 1.0.4 - -### Patch Changes - -- [#18](https://github.com/1stG/configs/pull/18) [`397cba1`](https://github.com/1stG/configs/commit/397cba1c6abc657ac4f7d54868d113e3012a05e0) Thanks [@JounQin](https://github.com/JounQin)! - feat!: bump deps, require node 12, use changesets - -## [1.0.3](https://github.com/1stG/configs/compare/@1stg/husky-config@1.0.2...@1stg/husky-config@1.0.3) (2021-03-23) - -### Bug Fixes - -- @commitlint/cli should be installed automatically ([d69b4fb](https://github.com/1stG/configs/commit/d69b4fb2b42e2bfed76e4509c57b82a52f12d68c)) - -## [1.0.2](https://github.com/1stG/configs/compare/@1stg/husky-config@1.0.1...@1stg/husky-config@1.0.2) (2021-02-28) - -### Bug Fixes - -- **stylelint-config:** use official stylelint-prettier ([39599d8](https://github.com/1stG/configs/commit/39599d84cc4121d2a6c81272dabf718a1df9c628)) - -## [1.0.1](https://github.com/1stG/configs/compare/@1stg/husky-config@1.0.0...@1stg/husky-config@1.0.1) (2021-02-23) - -### Bug Fixes - -- **eslint-config:** no-negated-condition is not auto-fixable, so disable in loose mode ([68196ad](https://github.com/1stG/configs/commit/68196ad34fbab181f6be4e2bdf63d8ba9de5ecb5)) - -# [1.0.0](https://github.com/1stG/configs/compare/@1stg/husky-config@0.8.0...@1stg/husky-config@1.0.0) (2021-01-26) - -**Note:** Version bump only for package @1stg/husky-config - -# [0.8.0](https://github.com/1stG/configs/compare/@1stg/husky-config@0.7.3...@1stg/husky-config@0.8.0) (2020-11-27) - -### Features - -- upgrade all deps ([b615c2d](https://github.com/1stG/configs/commit/b615c2d6806898fcfeffda3048523a6e5286085c)) - -## [0.7.3](https://github.com/1stG/configs/compare/@1stg/husky-config@0.7.2...@1stg/husky-config@0.7.3) (2020-07-07) - -**Note:** Version bump only for package @1stg/husky-config - -## 0.7.2 (2020-02-12) - -### Bug Fixes - -- **dpes:** upgrade husky ([abc4f63](https://github.com/1stG/configs/commit/abc4f6394e7866d954fc25162fff404fcbbe14ad)) - -## 0.7.1 (2020-02-11) - -### Bug Fixes - -- **eslint-config:** set sortCharacterClasses false for regex-shorthand ([a60f2e2](https://github.com/1stG/configs/commit/a60f2e2bf9f0925aa19b917254ec180501b579ca)) - -# 0.7.0 (2020-02-11) - -### Features - -- **eslint-config:** disable some too strict unicorn rules ([337ee1c](https://github.com/1stG/configs/commit/337ee1cf8253b861773a41898572c5e4584ee05b)) - -## 0.6.2 (2020-02-07) - -### Bug Fixes - -- **lint-staged:** remove `git add` commands ([6595d7f](https://github.com/1stG/configs/commit/6595d7f9c745fa70c60136e26a459da83b686600)) - -## 0.6.1 (2020-02-07) - -### Bug Fixes - -- downgrade husky temporarily, remove `git add` in lint-staged config ([50c4532](https://github.com/1stG/configs/commit/50c453214ffab7459e3b7b977a9cb6219941b012)) - -# 0.6.0 (2020-02-01) - -### Features - -- **prettier-config:** add next config for babel-ts parser ([0804cc8](https://github.com/1stG/configs/commit/0804cc8a71e1f0c7de2dab0b5f26bf9d3ff2b7a4)) - -## 0.5.1 (2020-02-01) - -### Bug Fixes - -- **prettier-config:** add arrowParens avoid to prevent regression via prettier 2.0 ([1336067](https://github.com/1stG/configs/commit/1336067722a0f86c3040a185b01ba1b9aaee112d)) - -# 0.5.0 (2020-01-31) - -### Features - -- **tslint-config:** migrate rxjs-tslint to @rxts/rxjs-tslint ([a46a510](https://github.com/1stG/configs/commit/a46a510829a8eacbdda062223e2fd7749a899779)) - -## 0.4.6 (2020-01-28) - -### Bug Fixes - -- **deps:** bump all (dev)Dependencies, migrate to GitHub Actions ([8b3b84c](https://github.com/1stG/configs/commit/8b3b84cdba15439891bb5650d11dbac51ceb8eca)) - -## [0.4.5](https://github.com/1stG/configs/compare/@1stg/husky-config@0.4.4...@1stg/husky-config@0.4.5) (2020-01-26) - -### Bug Fixes - -- **deps:** bump all (dev)Dependencies, ignore UPPER_CASE markdown filenames ([a679e88](https://github.com/1stG/configs/commit/a679e88b31383b94d889a9a7de9aff1b14d2e91c)) - -## [0.4.4](https://github.com/1stG/configs/compare/@1stg/husky-config@0.4.3...@1stg/husky-config@0.4.4) (2020-01-17) - -### Bug Fixes - -- **deps:** bump all (dev)Dependencies ([2faaabd](https://github.com/1stG/configs/commit/2faaabd1de4072bbad92a891457c714aec468f99)) - -## [0.4.3](https://github.com/1stG/configs/compare/@1stg/husky-config@0.4.2...@1stg/husky-config@0.4.3) (2020-01-12) - -**Note:** Version bump only for package @1stg/husky-config - -## [0.4.2](https://github.com/1stG/configs/compare/@1stg/husky-config@0.4.1...@1stg/husky-config@0.4.2) (2019-12-11) - -### Bug Fixes - -- **deps:** bump all (dev)Dependencies, support prettier .\*shrc files ([cab346c](https://github.com/1stG/configs/commit/cab346c8d6b41197bfddc2ff408e92e58816661d)) - -## [0.4.1](https://github.com/1stG/configs/compare/@1stg/husky-config@0.4.0...@1stg/husky-config@0.4.1) (2019-11-18) - -### Bug Fixes - -- **deps:** bump (dev)Dependencies ([1a02a42](https://github.com/1stG/configs/commit/1a02a42ea2b786a8f59c46214fc05e82291febd4)) - -# [0.4.0](https://github.com/1stG/configs/compare/@1stg/husky-config@0.3.2...@1stg/husky-config@0.4.0) (2019-10-31) - -### Features - -- enable sonar for eslint/tslint, refactor dependencies declaration ([a27422f](https://github.com/1stG/configs/commit/a27422fa05e87f5d3800ca63a4c7ef3ba052b715)) - -## [0.3.2](https://github.com/1stG/configs/compare/@1stg/husky-config@0.3.1...@1stg/husky-config@0.3.2) (2019-10-20) - -### Bug Fixes - -- a lot of tiny improvements ([06fb545](https://github.com/1stG/configs/commit/06fb545d9687e6da47b3e367bdb1b89553fc3c86)) - -## 0.3.1 (2019-10-05) - -### Bug Fixes - -- **deps:** upgrade buggy/outdated (dev)Dependencies ([7dceac0](https://github.com/1stG/configs/commit/7dceac0)) -- **lint-staged:** add tsc --noEmit for tsx? files via function... ([6091744](https://github.com/1stG/configs/commit/6091744)) - -# 0.3.0 (2019-09-01) - -### Features - -- enhance eslint-config and more useful tsconfig files ([acae220](https://github.com/1stG/configs/commit/acae220)) -- first blood, should just work ([f925e8e](https://github.com/1stG/configs/commit/f925e8e)) -- upgrade eslint/stylelint-scss, consider mdx content as jsx ([032e9bf](https://github.com/1stG/configs/commit/032e9bf)) diff --git a/packages/husky-config/README.md b/packages/husky-config/README.md deleted file mode 100644 index a52627b4..00000000 --- a/packages/husky-config/README.md +++ /dev/null @@ -1,27 +0,0 @@ -# @1stg/husky-config - -Personal but Shareable husky Configuration for all 1stG.me projects - -## Sponsors - -| 1stG | RxTS | UnTS | -| ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | -| [![1stG Open Collective backers and sponsors](https://opencollective.com/1stG/organizations.svg)](https://opencollective.com/1stG) | [![RxTS Open Collective backers and sponsors](https://opencollective.com/rxts/organizations.svg)](https://opencollective.com/rxts) | [![UnTS Open Collective backers and sponsors](https://opencollective.com/unts/organizations.svg)](https://opencollective.com/unts) | - -## Backers - -| 1stG | RxTS | UnTS | -| -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | -| [![1stG Open Collective backers and sponsors](https://opencollective.com/1stG/individuals.svg)](https://opencollective.com/1stG) | [![RxTS Open Collective backers and sponsors](https://opencollective.com/rxts/individuals.svg)](https://opencollective.com/rxts) | [![UnTS Open Collective backers and sponsors](https://opencollective.com/unts/individuals.svg)](https://opencollective.com/unts) | - -## Changelog - -Detailed changes for each release are documented in [CHANGELOG.md](./CHANGELOG.md). - -## License - -[MIT][] © [JounQin][]@[1stG.me][] - -[1stg.me]: https://www.1stg.me -[jounqin]: https://GitHub.com/JounQin -[mit]: http://opensource.org/licenses/MIT diff --git a/packages/husky-config/index.js b/packages/husky-config/index.js deleted file mode 100644 index 2d3038ec..00000000 --- a/packages/husky-config/index.js +++ /dev/null @@ -1,6 +0,0 @@ -module.exports = { - hooks: { - 'pre-commit': 'lint-staged', - 'commit-msg': 'commitlint -E HUSKY_GIT_PARAMS', - }, -} diff --git a/packages/husky-config/package.json b/packages/husky-config/package.json deleted file mode 100644 index 590bfcb8..00000000 --- a/packages/husky-config/package.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "name": "@1stg/husky-config", - "version": "1.0.7", - "description": "Personal but Shareable husky Configuration for all 1stG.me projects", - "repository": "git+https://github.com/1stG/configs.git", - "author": "JounQin (https://www.1stG.me) ", - "donate": { - "recipients": [ - { - "name": "unts", - "platform": "opencollective", - "address": "https://opencollective.com/unts", - "weight": 60 - }, - { - "name": "rxts", - "platform": "opencollective", - "address": "https://opencollective.com/rxts", - "weight": 20 - }, - { - "name": "1stG", - "email": "i@1stg.me", - "weight": 20, - "platforms": [ - { - "platform": "opencollective", - "address": "https://opencollective.com/1stG" - }, - { - "platform": "patreon", - "address": "https://www.patreon.com/1stG" - } - ] - } - ] - }, - "funding": "https://www.patreon.com/1stG", - "license": "MIT", - "peerDependencies": { - "@commitlint/cli": ">=11.0.0", - "husky": ">=3.0.0 && <5.0.0", - "lint-staged": ">=9.0.0" - }, - "publishConfig": { - "access": "public" - } -}