diff --git a/.changeset/hungry-mayflies-tan.md b/.changeset/hungry-mayflies-tan.md deleted file mode 100644 index d3a752d7..00000000 --- a/.changeset/hungry-mayflies-tan.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@1stg/app-config": patch -"@1stg/common-config": patch -"@1stg/eslint-config": patch -"@1stg/lib-config": patch -"@1stg/lint-staged": patch ---- - -fix(eslint): move prefer-optional-chain to type awared section diff --git a/.changeset/sixty-ears-explode.md b/.changeset/sixty-ears-explode.md deleted file mode 100644 index f3f9f4a5..00000000 --- a/.changeset/sixty-ears-explode.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@1stg/app-config": patch -"@1stg/lint-staged": patch -"@1stg/stylelint-config": minor ---- - -chore(deps): bump `stylelint-stylus@0.17` diff --git a/packages/app-config/CHANGELOG.md b/packages/app-config/CHANGELOG.md index 8575bd22..b26bc565 100644 --- a/packages/app-config/CHANGELOG.md +++ b/packages/app-config/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 7.1.1 + +### Patch Changes + +- [#162](https://github.com/1stG/configs/pull/162) [`434e27e`](https://github.com/1stG/configs/commit/434e27e251534630728801bc7efd386d48d58ad1) Thanks [@JounQin](https://github.com/JounQin)! - fix(eslint): move prefer-optional-chain to type awared section + +- [#162](https://github.com/1stG/configs/pull/162) [`434e27e`](https://github.com/1stG/configs/commit/434e27e251534630728801bc7efd386d48d58ad1) Thanks [@JounQin](https://github.com/JounQin)! - chore(deps): bump `stylelint-stylus@0.17` + +- Updated dependencies [[`434e27e`](https://github.com/1stG/configs/commit/434e27e251534630728801bc7efd386d48d58ad1), [`434e27e`](https://github.com/1stG/configs/commit/434e27e251534630728801bc7efd386d48d58ad1)]: + - @1stg/common-config@7.0.1 + - @1stg/stylelint-config@4.8.0 + ## 7.1.0 ### Minor Changes diff --git a/packages/app-config/package.json b/packages/app-config/package.json index 1b0d6da4..6c08bca6 100644 --- a/packages/app-config/package.json +++ b/packages/app-config/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/app-config", - "version": "7.1.0", + "version": "7.1.1", "description": "Personal but Shareable App Configuration for all 1stG.me projects", "repository": "git+https://github.com/1stG/configs.git", "homepage": "https://github.com/1stG/configs/tree/master/packages/app-config", @@ -43,9 +43,9 @@ }, "dependencies": { "@1stg/browserslist-config": "^1.2.3", - "@1stg/common-config": "^7.0.0", + "@1stg/common-config": "^7.0.1", "@1stg/postcss-config": "^3.3.0", - "@1stg/stylelint-config": "^4.7.0", + "@1stg/stylelint-config": "^4.8.0", "@pkgr/es-modules": "^0.6.2", "@pkgr/imagemin": "^3.1.1", "browserslist": "^4.21.3", diff --git a/packages/common-config/CHANGELOG.md b/packages/common-config/CHANGELOG.md index ac34fdd4..88515add 100644 --- a/packages/common-config/CHANGELOG.md +++ b/packages/common-config/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 7.0.1 + +### Patch Changes + +- [#162](https://github.com/1stG/configs/pull/162) [`434e27e`](https://github.com/1stG/configs/commit/434e27e251534630728801bc7efd386d48d58ad1) Thanks [@JounQin](https://github.com/JounQin)! - fix(eslint): move prefer-optional-chain to type awared section + +- Updated dependencies [[`434e27e`](https://github.com/1stG/configs/commit/434e27e251534630728801bc7efd386d48d58ad1), [`434e27e`](https://github.com/1stG/configs/commit/434e27e251534630728801bc7efd386d48d58ad1)]: + - @1stg/eslint-config@5.5.1 + - @1stg/lint-staged@3.3.3 + ## 7.0.0 ### Major Changes diff --git a/packages/common-config/package.json b/packages/common-config/package.json index d8f5b402..453ea97d 100644 --- a/packages/common-config/package.json +++ b/packages/common-config/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/common-config", - "version": "7.0.0", + "version": "7.0.1", "description": "Personal but Shareable Common Configuration for all 1stG.me projects", "repository": "git+https://github.com/1stG/configs.git", "homepage": "https://github.com/1stG/configs/tree/master/packages/common-config", @@ -44,8 +44,8 @@ "dependencies": { "@1stg/babel-preset": "^3.1.4", "@1stg/commitlint-config": "^3.1.4", - "@1stg/eslint-config": "^5.5.0", - "@1stg/lint-staged": "^3.3.2", + "@1stg/eslint-config": "^5.5.1", + "@1stg/lint-staged": "^3.3.3", "@1stg/markuplint-config": "^2.2.0", "@1stg/prettier-config": "^3.9.0", "@1stg/remark-preset": "^1.0.0", diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 6e613edc..5010f351 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 5.5.1 + +### Patch Changes + +- [#162](https://github.com/1stG/configs/pull/162) [`434e27e`](https://github.com/1stG/configs/commit/434e27e251534630728801bc7efd386d48d58ad1) Thanks [@JounQin](https://github.com/JounQin)! - fix(eslint): move prefer-optional-chain to type awared section + ## 5.5.0 ### Minor Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 2451ca53..808ea00f 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/eslint-config", - "version": "5.5.0", + "version": "5.5.1", "description": "Personal but Shareable ESLint Configuration for all 1stG.me projects", "repository": "git+https://github.com/1stG/configs.git", "homepage": "https://github.com/1stG/configs/tree/master/packages/eslint-config", diff --git a/packages/lib-config/CHANGELOG.md b/packages/lib-config/CHANGELOG.md index 4c824636..b0b68c1a 100644 --- a/packages/lib-config/CHANGELOG.md +++ b/packages/lib-config/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 10.1.1 + +### Patch Changes + +- [#162](https://github.com/1stG/configs/pull/162) [`434e27e`](https://github.com/1stG/configs/commit/434e27e251534630728801bc7efd386d48d58ad1) Thanks [@JounQin](https://github.com/JounQin)! - fix(eslint): move prefer-optional-chain to type awared section + +- Updated dependencies [[`434e27e`](https://github.com/1stG/configs/commit/434e27e251534630728801bc7efd386d48d58ad1)]: + - @1stg/common-config@7.0.1 + ## 10.1.0 ### Minor Changes diff --git a/packages/lib-config/package.json b/packages/lib-config/package.json index 191afe39..8d7582a9 100644 --- a/packages/lib-config/package.json +++ b/packages/lib-config/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/lib-config", - "version": "10.1.0", + "version": "10.1.1", "description": "Personal but Shareable Library Configuration for all 1stG.me projects", "repository": "git+https://github.com/1stG/configs.git", "homepage": "https://github.com/1stG/configs/tree/master/packages/lib-config", @@ -42,7 +42,7 @@ "node": "^12.20.0 || ^14.18.0 || >=16.0.0" }, "dependencies": { - "@1stg/common-config": "^7.0.0", + "@1stg/common-config": "^7.0.1", "@pkgr/rollup": "^3.2.0" }, "publishConfig": { diff --git a/packages/lint-staged/CHANGELOG.md b/packages/lint-staged/CHANGELOG.md index 0bb34b57..7b62002a 100644 --- a/packages/lint-staged/CHANGELOG.md +++ b/packages/lint-staged/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 3.3.3 + +### Patch Changes + +- [#162](https://github.com/1stG/configs/pull/162) [`434e27e`](https://github.com/1stG/configs/commit/434e27e251534630728801bc7efd386d48d58ad1) Thanks [@JounQin](https://github.com/JounQin)! - fix(eslint): move prefer-optional-chain to type awared section + +- [#162](https://github.com/1stG/configs/pull/162) [`434e27e`](https://github.com/1stG/configs/commit/434e27e251534630728801bc7efd386d48d58ad1) Thanks [@JounQin](https://github.com/JounQin)! - chore(deps): bump `stylelint-stylus@0.17` + ## 3.3.2 ### Patch Changes diff --git a/packages/lint-staged/package.json b/packages/lint-staged/package.json index ac4382cf..60a4fab9 100644 --- a/packages/lint-staged/package.json +++ b/packages/lint-staged/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/lint-staged", - "version": "3.3.2", + "version": "3.3.3", "description": "Personal but Shareable lint-staged Configuration for all 1stG.me projects", "repository": "git+https://github.com/1stG/configs.git", "author": "JounQin (https://www.1stG.me) ", diff --git a/packages/stylelint-config/CHANGELOG.md b/packages/stylelint-config/CHANGELOG.md index f536a477..6d4fce03 100644 --- a/packages/stylelint-config/CHANGELOG.md +++ b/packages/stylelint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 4.8.0 + +### Minor Changes + +- [#162](https://github.com/1stG/configs/pull/162) [`434e27e`](https://github.com/1stG/configs/commit/434e27e251534630728801bc7efd386d48d58ad1) Thanks [@JounQin](https://github.com/JounQin)! - chore(deps): bump `stylelint-stylus@0.17` + ## 4.7.0 ### Minor Changes diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index 81c2449a..378eb1a7 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/stylelint-config", - "version": "4.7.0", + "version": "4.8.0", "description": "Personal but Shareable Stylelint Configuration for all 1stG.me projects", "repository": "git+https://github.com/1stG/configs.git", "author": "JounQin (https://www.1stG.me) ", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f43c2efd..7c6fb3a1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -84,9 +84,9 @@ importers: packages/app-config: specifiers: '@1stg/browserslist-config': ^1.2.3 - '@1stg/common-config': ^7.0.0 + '@1stg/common-config': ^7.0.1 '@1stg/postcss-config': ^3.3.0 - '@1stg/stylelint-config': ^4.7.0 + '@1stg/stylelint-config': ^4.8.0 '@pkgr/es-modules': ^0.6.2 '@pkgr/imagemin': ^3.1.1 browserslist: ^4.21.3 @@ -165,8 +165,8 @@ importers: specifiers: '@1stg/babel-preset': ^3.1.4 '@1stg/commitlint-config': ^3.1.4 - '@1stg/eslint-config': ^5.5.0 - '@1stg/lint-staged': ^3.3.2 + '@1stg/eslint-config': ^5.5.1 + '@1stg/lint-staged': ^3.3.3 '@1stg/markuplint-config': ^2.2.0 '@1stg/prettier-config': ^3.9.0 '@1stg/remark-preset': ^1.0.0 @@ -290,7 +290,7 @@ importers: packages/lib-config: specifiers: - '@1stg/common-config': ^7.0.0 + '@1stg/common-config': ^7.0.1 '@pkgr/rollup': ^3.2.0 dependencies: '@1stg/common-config': link:../common-config @@ -3359,7 +3359,7 @@ packages: '@types/node': 18.0.6 chalk: 4.1.2 cosmiconfig: 7.0.1 - cosmiconfig-typescript-loader: 2.0.2_tdn3ypgnfy6bmey2q4hu5jonwi + cosmiconfig-typescript-loader: 2.0.2_4zav32yaxxyiay2tbjqjsn6j64 lodash: 4.17.21 resolve-from: 5.0.0 typescript: 4.7.4 @@ -5979,11 +5979,12 @@ packages: resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} dev: false - /cosmiconfig-typescript-loader/2.0.2_tdn3ypgnfy6bmey2q4hu5jonwi: + /cosmiconfig-typescript-loader/2.0.2_4zav32yaxxyiay2tbjqjsn6j64: resolution: {integrity: sha512-KmE+bMjWMXJbkWCeY4FJX/npHuZPNr9XF9q9CIQ/bpFwi1qHfCmSiKarrCcRa0LO4fWjk93pVoeRtJAkTGcYNw==} engines: {node: '>=12', npm: '>=6'} peerDependencies: '@types/node': '*' + cosmiconfig: '>=7' typescript: '>=3' dependencies: '@types/node': 18.0.6