From e5dc687ee85d3f72f3a2086c3d8bb6054653e3dd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 20:13:05 +0800 Subject: [PATCH] chore(deps): update dependency @silverhand/essentials to v2.1.0 (#2732) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/cli/package.json | 2 +- packages/console/package.json | 2 +- packages/core/package.json | 2 +- packages/integration-tests/package.json | 2 +- packages/phrases-ui/package.json | 2 +- packages/phrases/package.json | 2 +- packages/schemas/package.json | 2 +- packages/shared/package.json | 2 +- packages/toolkit/connector-kit/package.json | 2 +- packages/toolkit/core-kit/package.json | 2 +- packages/ui/package.json | 2 +- pnpm-lock.yaml | 48 ++++++++++----------- 12 files changed, 35 insertions(+), 35 deletions(-) diff --git a/packages/cli/package.json b/packages/cli/package.json index da8783485..0768ebfe2 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -46,7 +46,7 @@ "@logto/core-kit": "workspace:*", "@logto/schemas": "workspace:*", "@logto/shared": "workspace:*", - "@silverhand/essentials": "2.0.0", + "@silverhand/essentials": "2.1.0", "chalk": "^5.0.0", "decamelize": "^6.0.0", "dotenv": "^16.0.0", diff --git a/packages/console/package.json b/packages/console/package.json index 1cdd31bff..434fb2a16 100644 --- a/packages/console/package.json +++ b/packages/console/package.json @@ -32,7 +32,7 @@ "@parcel/transformer-svg-react": "2.8.2", "@silverhand/eslint-config": "1.3.0", "@silverhand/eslint-config-react": "1.3.0", - "@silverhand/essentials": "2.0.0", + "@silverhand/essentials": "2.1.0", "@silverhand/ts-config": "1.2.1", "@silverhand/ts-config-react": "1.2.1", "@tsconfig/docusaurus": "^1.0.5", diff --git a/packages/core/package.json b/packages/core/package.json index 80f10e2bc..0c5eca54a 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -33,7 +33,7 @@ "@logto/phrases-ui": "workspace:*", "@logto/schemas": "workspace:*", "@logto/shared": "workspace:*", - "@silverhand/essentials": "2.0.0", + "@silverhand/essentials": "2.1.0", "@withtyped/postgres": "^0.3.1", "@withtyped/server": "^0.3.1", "chalk": "^5.0.0", diff --git a/packages/integration-tests/package.json b/packages/integration-tests/package.json index 0612bbe5a..b2491d351 100644 --- a/packages/integration-tests/package.json +++ b/packages/integration-tests/package.json @@ -26,7 +26,7 @@ "@logto/schemas": "workspace:*", "@peculiar/webcrypto": "^1.3.3", "@silverhand/eslint-config": "1.3.0", - "@silverhand/essentials": "2.0.0", + "@silverhand/essentials": "2.1.0", "@silverhand/ts-config": "1.2.1", "@types/jest": "^29.1.2", "@types/jest-environment-puppeteer": "^5.0.2", diff --git a/packages/phrases-ui/package.json b/packages/phrases-ui/package.json index 2b5592d7f..dfd2961c9 100644 --- a/packages/phrases-ui/package.json +++ b/packages/phrases-ui/package.json @@ -35,7 +35,7 @@ "dependencies": { "@logto/core-kit": "workspace:*", "@logto/language-kit": "workspace:*", - "@silverhand/essentials": "2.0.0", + "@silverhand/essentials": "2.1.0", "zod": "^3.20.2" }, "devDependencies": { diff --git a/packages/phrases/package.json b/packages/phrases/package.json index dd035610a..4d11fe97b 100644 --- a/packages/phrases/package.json +++ b/packages/phrases/package.json @@ -35,7 +35,7 @@ "dependencies": { "@logto/core-kit": "workspace:*", "@logto/language-kit": "workspace:*", - "@silverhand/essentials": "2.0.0", + "@silverhand/essentials": "2.1.0", "zod": "^3.20.2" }, "devDependencies": { diff --git a/packages/schemas/package.json b/packages/schemas/package.json index 931bf0045..a99c899a4 100644 --- a/packages/schemas/package.json +++ b/packages/schemas/package.json @@ -40,7 +40,7 @@ }, "devDependencies": { "@silverhand/eslint-config": "1.3.0", - "@silverhand/essentials": "2.0.0", + "@silverhand/essentials": "2.1.0", "@silverhand/ts-config": "1.2.1", "@types/jest": "^29.1.2", "@types/node": "^16.0.0", diff --git a/packages/shared/package.json b/packages/shared/package.json index 4e73af089..80d3bf5d2 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -54,7 +54,7 @@ "prettier": "@silverhand/eslint-config/.prettierrc", "dependencies": { "@logto/schemas": "workspace:*", - "@silverhand/essentials": "2.0.0", + "@silverhand/essentials": "2.1.0", "find-up": "^6.3.0", "nanoid": "^4.0.0", "slonik": "^30.0.0" diff --git a/packages/toolkit/connector-kit/package.json b/packages/toolkit/connector-kit/package.json index cc32d05f8..5e180febf 100644 --- a/packages/toolkit/connector-kit/package.json +++ b/packages/toolkit/connector-kit/package.json @@ -31,7 +31,7 @@ "dependencies": { "@logto/core-kit": "workspace:*", "@logto/language-kit": "workspace:*", - "@silverhand/essentials": "2.0.0" + "@silverhand/essentials": "2.1.0" }, "optionalDependencies": { "zod": "^3.20.2" diff --git a/packages/toolkit/core-kit/package.json b/packages/toolkit/core-kit/package.json index d4bf9f4f3..c3ccb3a4b 100644 --- a/packages/toolkit/core-kit/package.json +++ b/packages/toolkit/core-kit/package.json @@ -51,7 +51,7 @@ "@rollup/plugin-typescript": "^10.0.1", "@silverhand/eslint-config": "1.3.0", "@silverhand/eslint-config-react": "1.3.0", - "@silverhand/essentials": "2.0.0", + "@silverhand/essentials": "2.1.0", "@silverhand/ts-config": "1.2.1", "@types/color": "^3.0.3", "@types/jest": "^29.0.3", diff --git a/packages/ui/package.json b/packages/ui/package.json index 5ef2100fb..840a458c3 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -28,7 +28,7 @@ "@peculiar/webcrypto": "^1.3.3", "@silverhand/eslint-config": "1.3.0", "@silverhand/eslint-config-react": "1.3.0", - "@silverhand/essentials": "2.0.0", + "@silverhand/essentials": "2.1.0", "@silverhand/jest-config": "1.2.2", "@silverhand/ts-config": "1.2.1", "@silverhand/ts-config-react": "1.2.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c67822e18..9bc732354 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -27,7 +27,7 @@ importers: '@logto/schemas': workspace:* '@logto/shared': workspace:* '@silverhand/eslint-config': 1.3.0 - '@silverhand/essentials': 2.0.0 + '@silverhand/essentials': 2.1.0 '@silverhand/ts-config': 1.2.1 '@types/fs-extra': ^9.0.13 '@types/inquirer': ^8.2.1 @@ -65,7 +65,7 @@ importers: '@logto/core-kit': link:../toolkit/core-kit '@logto/schemas': link:../schemas '@logto/shared': link:../shared - '@silverhand/essentials': 2.0.0 + '@silverhand/essentials': 2.1.0 chalk: 5.1.2 decamelize: 6.0.0 dotenv: 16.0.0 @@ -118,7 +118,7 @@ importers: '@parcel/transformer-svg-react': 2.8.2 '@silverhand/eslint-config': 1.3.0 '@silverhand/eslint-config-react': 1.3.0 - '@silverhand/essentials': 2.0.0 + '@silverhand/essentials': 2.1.0 '@silverhand/ts-config': 1.2.1 '@silverhand/ts-config-react': 1.2.1 '@tsconfig/docusaurus': ^1.0.5 @@ -187,7 +187,7 @@ importers: '@parcel/transformer-svg-react': 2.8.2_@parcel+core@2.8.2 '@silverhand/eslint-config': 1.3.0_k3lfx77tsvurbevhk73p7ygch4 '@silverhand/eslint-config-react': 1.3.0_kvwdjz5hpaxioiksuaratzdsqy - '@silverhand/essentials': 2.0.0 + '@silverhand/essentials': 2.1.0 '@silverhand/ts-config': 1.2.1_typescript@4.9.4 '@silverhand/ts-config-react': 1.2.1_typescript@4.9.4 '@tsconfig/docusaurus': 1.0.5 @@ -253,7 +253,7 @@ importers: '@logto/schemas': workspace:* '@logto/shared': workspace:* '@silverhand/eslint-config': 1.3.0 - '@silverhand/essentials': 2.0.0 + '@silverhand/essentials': 2.1.0 '@silverhand/ts-config': 1.2.1 '@types/debug': ^4.1.7 '@types/etag': ^1.8.1 @@ -326,7 +326,7 @@ importers: '@logto/phrases-ui': link:../phrases-ui '@logto/schemas': link:../schemas '@logto/shared': link:../shared - '@silverhand/essentials': 2.0.0 + '@silverhand/essentials': 2.1.0 '@withtyped/postgres': 0.3.1_@withtyped+server@0.3.1 '@withtyped/server': 0.3.1 chalk: 5.1.2 @@ -465,7 +465,7 @@ importers: '@logto/schemas': workspace:* '@peculiar/webcrypto': ^1.3.3 '@silverhand/eslint-config': 1.3.0 - '@silverhand/essentials': 2.0.0 + '@silverhand/essentials': 2.1.0 '@silverhand/ts-config': 1.2.1 '@types/jest': ^29.1.2 '@types/jest-environment-puppeteer': ^5.0.2 @@ -492,7 +492,7 @@ importers: '@logto/schemas': link:../schemas '@peculiar/webcrypto': 1.3.3 '@silverhand/eslint-config': 1.3.0_k3lfx77tsvurbevhk73p7ygch4 - '@silverhand/essentials': 2.0.0 + '@silverhand/essentials': 2.1.0 '@silverhand/ts-config': 1.2.1_typescript@4.9.4 '@types/jest': 29.1.2 '@types/jest-environment-puppeteer': 5.0.2 @@ -515,7 +515,7 @@ importers: '@logto/core-kit': workspace:* '@logto/language-kit': workspace:* '@silverhand/eslint-config': 1.3.0 - '@silverhand/essentials': 2.0.0 + '@silverhand/essentials': 2.1.0 '@silverhand/ts-config': 1.2.1 eslint: ^8.21.0 lint-staged: ^13.0.0 @@ -525,7 +525,7 @@ importers: dependencies: '@logto/core-kit': link:../toolkit/core-kit '@logto/language-kit': link:../toolkit/language-kit - '@silverhand/essentials': 2.0.0 + '@silverhand/essentials': 2.1.0 zod: 3.20.2 devDependencies: '@silverhand/eslint-config': 1.3.0_k3lfx77tsvurbevhk73p7ygch4 @@ -540,7 +540,7 @@ importers: '@logto/core-kit': workspace:* '@logto/language-kit': workspace:* '@silverhand/eslint-config': 1.3.0 - '@silverhand/essentials': 2.0.0 + '@silverhand/essentials': 2.1.0 '@silverhand/ts-config': 1.2.1 eslint: ^8.21.0 lint-staged: ^13.0.0 @@ -550,7 +550,7 @@ importers: dependencies: '@logto/core-kit': link:../toolkit/core-kit '@logto/language-kit': link:../toolkit/language-kit - '@silverhand/essentials': 2.0.0 + '@silverhand/essentials': 2.1.0 zod: 3.20.2 devDependencies: '@silverhand/eslint-config': 1.3.0_k3lfx77tsvurbevhk73p7ygch4 @@ -568,7 +568,7 @@ importers: '@logto/phrases': workspace:* '@logto/phrases-ui': workspace:* '@silverhand/eslint-config': 1.3.0 - '@silverhand/essentials': 2.0.0 + '@silverhand/essentials': 2.1.0 '@silverhand/ts-config': 1.2.1 '@types/jest': ^29.1.2 '@types/node': ^16.0.0 @@ -593,7 +593,7 @@ importers: zod: 3.20.2 devDependencies: '@silverhand/eslint-config': 1.3.0_k3lfx77tsvurbevhk73p7ygch4 - '@silverhand/essentials': 2.0.0 + '@silverhand/essentials': 2.1.0 '@silverhand/ts-config': 1.2.1_typescript@4.9.4 '@types/jest': 29.1.2 '@types/node': 16.11.12 @@ -611,7 +611,7 @@ importers: specifiers: '@logto/schemas': workspace:* '@silverhand/eslint-config': 1.3.0 - '@silverhand/essentials': 2.0.0 + '@silverhand/essentials': 2.1.0 '@silverhand/ts-config': 1.2.1 '@types/jest': ^29.1.2 '@types/node': ^16.0.0 @@ -625,7 +625,7 @@ importers: typescript: ^4.9.4 dependencies: '@logto/schemas': link:../schemas - '@silverhand/essentials': 2.0.0 + '@silverhand/essentials': 2.1.0 find-up: 6.3.0 nanoid: 4.0.0 slonik: 30.1.2 @@ -646,7 +646,7 @@ importers: '@logto/language-kit': workspace:* '@rollup/plugin-typescript': ^10.0.1 '@silverhand/eslint-config': 1.3.0 - '@silverhand/essentials': 2.0.0 + '@silverhand/essentials': 2.1.0 '@silverhand/ts-config': 1.2.1 '@types/node': ^16.3.1 eslint: ^8.21.0 @@ -659,7 +659,7 @@ importers: dependencies: '@logto/core-kit': link:../core-kit '@logto/language-kit': link:../language-kit - '@silverhand/essentials': 2.0.0 + '@silverhand/essentials': 2.1.0 optionalDependencies: zod: 3.20.2 devDependencies: @@ -681,7 +681,7 @@ importers: '@rollup/plugin-typescript': ^10.0.1 '@silverhand/eslint-config': 1.3.0 '@silverhand/eslint-config-react': 1.3.0 - '@silverhand/essentials': 2.0.0 + '@silverhand/essentials': 2.1.0 '@silverhand/ts-config': 1.2.1 '@types/color': ^3.0.3 '@types/jest': ^29.0.3 @@ -711,7 +711,7 @@ importers: '@rollup/plugin-typescript': 10.0.1_ksuudmkloucy44p3irodiuckje '@silverhand/eslint-config': 1.3.0_k3lfx77tsvurbevhk73p7ygch4 '@silverhand/eslint-config-react': 1.3.0_5rwnaekeqjwkki32tn67stomfe - '@silverhand/essentials': 2.0.0 + '@silverhand/essentials': 2.1.0 '@silverhand/ts-config': 1.2.1_typescript@4.9.4 '@types/color': 3.0.3 '@types/jest': 29.1.2 @@ -774,7 +774,7 @@ importers: '@peculiar/webcrypto': ^1.3.3 '@silverhand/eslint-config': 1.3.0 '@silverhand/eslint-config-react': 1.3.0 - '@silverhand/essentials': 2.0.0 + '@silverhand/essentials': 2.1.0 '@silverhand/jest-config': 1.2.2 '@silverhand/ts-config': 1.2.1 '@silverhand/ts-config-react': 1.2.1 @@ -828,7 +828,7 @@ importers: '@peculiar/webcrypto': 1.3.3 '@silverhand/eslint-config': 1.3.0_k3lfx77tsvurbevhk73p7ygch4 '@silverhand/eslint-config-react': 1.3.0_kvwdjz5hpaxioiksuaratzdsqy - '@silverhand/essentials': 2.0.0 + '@silverhand/essentials': 2.1.0 '@silverhand/jest-config': 1.2.2_ky6c64xxalg2hsll4xx3evq2dy '@silverhand/ts-config': 1.2.1_typescript@4.9.4 '@silverhand/ts-config-react': 1.2.1_typescript@4.9.4 @@ -3489,8 +3489,8 @@ packages: lodash.pick: 4.4.0 dev: true - /@silverhand/essentials/2.0.0: - resolution: {integrity: sha512-Qbwerm5eCbvpb+yIMYhKtpaoBzfnNjpo3oyFQd4rM90Fkn6KP2F6+hUeU1YQtzNKUQUVervWwcqM3JYPUXuLcg==} + /@silverhand/essentials/2.1.0: + resolution: {integrity: sha512-1/f+FZ+9+fq0GSueTp+8+7dY7SuXGc0b+k6Bsuod7HqMAZdJr42TUy6lphriThshiaAC/I9ZhXyKkphTkHfa9Q==} engines: {node: ^16.13.0 || ^18.12.0 || ^19.2.0, pnpm: ^7} /@silverhand/jest-config/1.2.2_ky6c64xxalg2hsll4xx3evq2dy: