From 96b4e1460ea1a81ffce396533b8a9a1ef8379929 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 16:59:26 +0000 Subject: [PATCH 1/2] Bump the node group with 5 updates Bumps the node group with 5 updates: | Package | From | To | | --- | --- | --- | | [fp-ts](https://github.com/gcanti/fp-ts) | `2.16.2` | `2.16.5` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.12.2` | `20.12.4` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.4.0` | `7.5.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.4.0` | `7.5.0` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.4.3` | `5.4.4` | Updates `fp-ts` from 2.16.2 to 2.16.5 - [Release notes](https://github.com/gcanti/fp-ts/releases) - [Changelog](https://github.com/gcanti/fp-ts/blob/master/CHANGELOG.md) - [Commits](https://github.com/gcanti/fp-ts/commits/2.16.5) Updates `@types/node` from 20.12.2 to 20.12.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@typescript-eslint/eslint-plugin` from 7.4.0 to 7.5.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.5.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 7.4.0 to 7.5.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.5.0/packages/parser) Updates `typescript` from 5.4.3 to 5.4.4 - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.3...v5.4.4) --- updated-dependencies: - dependency-name: fp-ts dependency-type: direct:production update-type: version-update:semver-patch dependency-group: node - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: node - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: node - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: node - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch dependency-group: node ... Signed-off-by: dependabot[bot] --- package.json | 10 ++-- pnpm-lock.yaml | 144 ++++++++++++++++++++++++------------------------- 2 files changed, 77 insertions(+), 77 deletions(-) diff --git a/package.json b/package.json index 3b3e428..8706b8e 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@actions/exec": "^1.1.1", "@actions/io": "^1.1.3", "@actions/tool-cache": "^2.0.1", - "fp-ts": "^2.16.2", + "fp-ts": "^2.16.5", "js-yaml": "^4.1.0", "untildify": "^5.0.0", "which": "^4.0.0", @@ -37,10 +37,10 @@ }, "devDependencies": { "@types/js-yaml": "^4.0.9", - "@types/node": "^20.12.2", + "@types/node": "^20.12.4", "@types/which": "^3.0.3", - "@typescript-eslint/eslint-plugin": "^7.4.0", - "@typescript-eslint/parser": "^7.4.0", + "@typescript-eslint/eslint-plugin": "^7.5.0", + "@typescript-eslint/parser": "^7.5.0", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-config-standard": "^17.1.0", @@ -50,6 +50,6 @@ "eslint-plugin-promise": "^6.1.1", "prettier": "^3.2.5", "tsup": "^8.0.2", - "typescript": "^5.4.3" + "typescript": "^5.4.4" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index abf14e0..f7c2f37 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -21,8 +21,8 @@ dependencies: specifier: ^2.0.1 version: 2.0.1 fp-ts: - specifier: ^2.16.2 - version: 2.16.2 + specifier: ^2.16.5 + version: 2.16.5 js-yaml: specifier: ^4.1.0 version: 4.1.0 @@ -41,17 +41,17 @@ devDependencies: specifier: ^4.0.9 version: 4.0.9 '@types/node': - specifier: ^20.12.2 - version: 20.12.2 + specifier: ^20.12.4 + version: 20.12.4 '@types/which': specifier: ^3.0.3 version: 3.0.3 '@typescript-eslint/eslint-plugin': - specifier: ^7.4.0 - version: 7.4.0(@typescript-eslint/parser@7.4.0)(eslint@8.57.0)(typescript@5.4.3) + specifier: ^7.5.0 + version: 7.5.0(@typescript-eslint/parser@7.5.0)(eslint@8.57.0)(typescript@5.4.4) '@typescript-eslint/parser': - specifier: ^7.4.0 - version: 7.4.0(eslint@8.57.0)(typescript@5.4.3) + specifier: ^7.5.0 + version: 7.5.0(eslint@8.57.0)(typescript@5.4.4) eslint: specifier: ^8.57.0 version: 8.57.0 @@ -63,7 +63,7 @@ devDependencies: version: 17.1.0(eslint-plugin-import@2.29.1)(eslint-plugin-n@16.6.2)(eslint-plugin-promise@6.1.1)(eslint@8.57.0) eslint-plugin-import: specifier: ^2.29.1 - version: 2.29.1(@typescript-eslint/parser@7.4.0)(eslint@8.57.0) + version: 2.29.1(@typescript-eslint/parser@7.5.0)(eslint@8.57.0) eslint-plugin-n: specifier: ^16.6.2 version: 16.6.2(eslint@8.57.0) @@ -78,10 +78,10 @@ devDependencies: version: 3.2.5 tsup: specifier: ^8.0.2 - version: 8.0.2(typescript@5.4.3) + version: 8.0.2(typescript@5.4.4) typescript: - specifier: ^5.4.3 - version: 5.4.3 + specifier: ^5.4.4 + version: 5.4.4 packages: @@ -730,12 +730,12 @@ packages: /@types/node-fetch@2.6.10: resolution: {integrity: sha512-PPpPK6F9ALFTn59Ka3BaL+qGuipRfxNE8qVgkp0bVixeiR2c2/L+IVOiBdu9JhhT22sWnQEp6YyHGI2b2+CMcA==} dependencies: - '@types/node': 20.12.2 + '@types/node': 20.12.4 form-data: 4.0.0 dev: false - /@types/node@20.12.2: - resolution: {integrity: sha512-zQ0NYO87hyN6Xrclcqp7f8ZbXNbRfoGWNcMvHTPQp9UUrwI0mI7XBz+cu7/W6/VClYo2g63B0cjull/srU7LgQ==} + /@types/node@20.12.4: + resolution: {integrity: sha512-E+Fa9z3wSQpzgYQdYmme5X3OTuejnnTx88A6p6vkkJosR3KBz+HpE3kqNm98VE6cfLFcISx7zW7MsJkH6KwbTw==} dependencies: undici-types: 5.26.5 @@ -746,15 +746,15 @@ packages: /@types/tunnel@0.0.3: resolution: {integrity: sha512-sOUTGn6h1SfQ+gbgqC364jLFBw2lnFqkgF3q0WovEHRLMrVD1sd5aufqi/aJObLekJO+Aq5z646U4Oxy6shXMA==} dependencies: - '@types/node': 20.12.2 + '@types/node': 20.12.4 dev: false /@types/which@3.0.3: resolution: {integrity: sha512-2C1+XoY0huExTbs8MQv1DuS5FS86+SEjdM9F/+GS61gg5Hqbtj8ZiDSx8MfWcyei907fIPbfPGCOrNUTnVHY1g==} dev: true - /@typescript-eslint/eslint-plugin@7.4.0(@typescript-eslint/parser@7.4.0)(eslint@8.57.0)(typescript@5.4.3): - resolution: {integrity: sha512-yHMQ/oFaM7HZdVrVm/M2WHaNPgyuJH4WelkSVEWSSsir34kxW2kDJCxlXRhhGWEsMN0WAW/vLpKfKVcm8k+MPw==} + /@typescript-eslint/eslint-plugin@7.5.0(@typescript-eslint/parser@7.5.0)(eslint@8.57.0)(typescript@5.4.4): + resolution: {integrity: sha512-HpqNTH8Du34nLxbKgVMGljZMG0rJd2O9ecvr2QLYp+7512ty1j42KnsFwspPXg1Vh8an9YImf6CokUBltisZFQ==} engines: {node: ^18.18.0 || >=20.0.0} peerDependencies: '@typescript-eslint/parser': ^7.0.0 @@ -765,25 +765,25 @@ packages: optional: true dependencies: '@eslint-community/regexpp': 4.10.0 - '@typescript-eslint/parser': 7.4.0(eslint@8.57.0)(typescript@5.4.3) - '@typescript-eslint/scope-manager': 7.4.0 - '@typescript-eslint/type-utils': 7.4.0(eslint@8.57.0)(typescript@5.4.3) - '@typescript-eslint/utils': 7.4.0(eslint@8.57.0)(typescript@5.4.3) - '@typescript-eslint/visitor-keys': 7.4.0 + '@typescript-eslint/parser': 7.5.0(eslint@8.57.0)(typescript@5.4.4) + '@typescript-eslint/scope-manager': 7.5.0 + '@typescript-eslint/type-utils': 7.5.0(eslint@8.57.0)(typescript@5.4.4) + '@typescript-eslint/utils': 7.5.0(eslint@8.57.0)(typescript@5.4.4) + '@typescript-eslint/visitor-keys': 7.5.0 debug: 4.3.4 eslint: 8.57.0 graphemer: 1.4.0 ignore: 5.3.1 natural-compare: 1.4.0 semver: 7.6.0 - ts-api-utils: 1.3.0(typescript@5.4.3) - typescript: 5.4.3 + ts-api-utils: 1.3.0(typescript@5.4.4) + typescript: 5.4.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser@7.4.0(eslint@8.57.0)(typescript@5.4.3): - resolution: {integrity: sha512-ZvKHxHLusweEUVwrGRXXUVzFgnWhigo4JurEj0dGF1tbcGh6buL+ejDdjxOQxv6ytcY1uhun1p2sm8iWStlgLQ==} + /@typescript-eslint/parser@7.5.0(eslint@8.57.0)(typescript@5.4.4): + resolution: {integrity: sha512-cj+XGhNujfD2/wzR1tabNsidnYRaFfEkcULdcIyVBYcXjBvBKOes+mpMBP7hMpOyk+gBcfXsrg4NBGAStQyxjQ==} engines: {node: ^18.18.0 || >=20.0.0} peerDependencies: eslint: ^8.56.0 @@ -792,27 +792,27 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 7.4.0 - '@typescript-eslint/types': 7.4.0 - '@typescript-eslint/typescript-estree': 7.4.0(typescript@5.4.3) - '@typescript-eslint/visitor-keys': 7.4.0 + '@typescript-eslint/scope-manager': 7.5.0 + '@typescript-eslint/types': 7.5.0 + '@typescript-eslint/typescript-estree': 7.5.0(typescript@5.4.4) + '@typescript-eslint/visitor-keys': 7.5.0 debug: 4.3.4 eslint: 8.57.0 - typescript: 5.4.3 + typescript: 5.4.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/scope-manager@7.4.0: - resolution: {integrity: sha512-68VqENG5HK27ypafqLVs8qO+RkNc7TezCduYrx8YJpXq2QGZ30vmNZGJJJC48+MVn4G2dCV8m5ZTVnzRexTVtw==} + /@typescript-eslint/scope-manager@7.5.0: + resolution: {integrity: sha512-Z1r7uJY0MDeUlql9XJ6kRVgk/sP11sr3HKXn268HZyqL7i4cEfrdFuSSY/0tUqT37l5zT0tJOsuDP16kio85iA==} engines: {node: ^18.18.0 || >=20.0.0} dependencies: - '@typescript-eslint/types': 7.4.0 - '@typescript-eslint/visitor-keys': 7.4.0 + '@typescript-eslint/types': 7.5.0 + '@typescript-eslint/visitor-keys': 7.5.0 dev: true - /@typescript-eslint/type-utils@7.4.0(eslint@8.57.0)(typescript@5.4.3): - resolution: {integrity: sha512-247ETeHgr9WTRMqHbbQdzwzhuyaJ8dPTuyuUEMANqzMRB1rj/9qFIuIXK7l0FX9i9FXbHeBQl/4uz6mYuCE7Aw==} + /@typescript-eslint/type-utils@7.5.0(eslint@8.57.0)(typescript@5.4.4): + resolution: {integrity: sha512-A021Rj33+G8mx2Dqh0nMO9GyjjIBK3MqgVgZ2qlKf6CJy51wY/lkkFqq3TqqnH34XyAHUkq27IjlUkWlQRpLHw==} engines: {node: ^18.18.0 || >=20.0.0} peerDependencies: eslint: ^8.56.0 @@ -821,23 +821,23 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 7.4.0(typescript@5.4.3) - '@typescript-eslint/utils': 7.4.0(eslint@8.57.0)(typescript@5.4.3) + '@typescript-eslint/typescript-estree': 7.5.0(typescript@5.4.4) + '@typescript-eslint/utils': 7.5.0(eslint@8.57.0)(typescript@5.4.4) debug: 4.3.4 eslint: 8.57.0 - ts-api-utils: 1.3.0(typescript@5.4.3) - typescript: 5.4.3 + ts-api-utils: 1.3.0(typescript@5.4.4) + typescript: 5.4.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/types@7.4.0: - resolution: {integrity: sha512-mjQopsbffzJskos5B4HmbsadSJQWaRK0UxqQ7GuNA9Ga4bEKeiO6b2DnB6cM6bpc8lemaPseh0H9B/wyg+J7rw==} + /@typescript-eslint/types@7.5.0: + resolution: {integrity: sha512-tv5B4IHeAdhR7uS4+bf8Ov3k793VEVHd45viRRkehIUZxm0WF82VPiLgHzA/Xl4TGPg1ZD49vfxBKFPecD5/mg==} engines: {node: ^18.18.0 || >=20.0.0} dev: true - /@typescript-eslint/typescript-estree@7.4.0(typescript@5.4.3): - resolution: {integrity: sha512-A99j5AYoME/UBQ1ucEbbMEmGkN7SE0BvZFreSnTd1luq7yulcHdyGamZKizU7canpGDWGJ+Q6ZA9SyQobipePg==} + /@typescript-eslint/typescript-estree@7.5.0(typescript@5.4.4): + resolution: {integrity: sha512-YklQQfe0Rv2PZEueLTUffiQGKQneiIEKKnfIqPIOxgM9lKSZFCjT5Ad4VqRKj/U4+kQE3fa8YQpskViL7WjdPQ==} engines: {node: ^18.18.0 || >=20.0.0} peerDependencies: typescript: '*' @@ -845,21 +845,21 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 7.4.0 - '@typescript-eslint/visitor-keys': 7.4.0 + '@typescript-eslint/types': 7.5.0 + '@typescript-eslint/visitor-keys': 7.5.0 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 minimatch: 9.0.3 semver: 7.6.0 - ts-api-utils: 1.3.0(typescript@5.4.3) - typescript: 5.4.3 + ts-api-utils: 1.3.0(typescript@5.4.4) + typescript: 5.4.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/utils@7.4.0(eslint@8.57.0)(typescript@5.4.3): - resolution: {integrity: sha512-NQt9QLM4Tt8qrlBVY9lkMYzfYtNz8/6qwZg8pI3cMGlPnj6mOpRxxAm7BMJN9K0AiY+1BwJ5lVC650YJqYOuNg==} + /@typescript-eslint/utils@7.5.0(eslint@8.57.0)(typescript@5.4.4): + resolution: {integrity: sha512-3vZl9u0R+/FLQcpy2EHyRGNqAS/ofJ3Ji8aebilfJe+fobK8+LbIFmrHciLVDxjDoONmufDcnVSF38KwMEOjzw==} engines: {node: ^18.18.0 || >=20.0.0} peerDependencies: eslint: ^8.56.0 @@ -867,9 +867,9 @@ packages: '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) '@types/json-schema': 7.0.15 '@types/semver': 7.5.8 - '@typescript-eslint/scope-manager': 7.4.0 - '@typescript-eslint/types': 7.4.0 - '@typescript-eslint/typescript-estree': 7.4.0(typescript@5.4.3) + '@typescript-eslint/scope-manager': 7.5.0 + '@typescript-eslint/types': 7.5.0 + '@typescript-eslint/typescript-estree': 7.5.0(typescript@5.4.4) eslint: 8.57.0 semver: 7.6.0 transitivePeerDependencies: @@ -877,11 +877,11 @@ packages: - typescript dev: true - /@typescript-eslint/visitor-keys@7.4.0: - resolution: {integrity: sha512-0zkC7YM0iX5Y41homUUeW1CHtZR01K3ybjM1l6QczoMuay0XKtrb93kv95AxUGwdjGr64nNqnOCwmEl616N8CA==} + /@typescript-eslint/visitor-keys@7.5.0: + resolution: {integrity: sha512-mcuHM/QircmA6O7fy6nn2w/3ditQkj+SgtOc8DW3uQ10Yfj42amm2i+6F2K4YAOPNNTmE6iM1ynM6lrSwdendA==} engines: {node: ^18.18.0 || >=20.0.0} dependencies: - '@typescript-eslint/types': 7.4.0 + '@typescript-eslint/types': 7.5.0 eslint-visitor-keys: 3.4.3 dev: true @@ -1372,7 +1372,7 @@ packages: eslint-plugin-promise: ^6.0.0 dependencies: eslint: 8.57.0 - eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.4.0)(eslint@8.57.0) + eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.5.0)(eslint@8.57.0) eslint-plugin-n: 16.6.2(eslint@8.57.0) eslint-plugin-promise: 6.1.1(eslint@8.57.0) dev: true @@ -1387,7 +1387,7 @@ packages: - supports-color dev: true - /eslint-module-utils@2.8.0(@typescript-eslint/parser@7.4.0)(eslint-import-resolver-node@0.3.9)(eslint@8.57.0): + /eslint-module-utils@2.8.0(@typescript-eslint/parser@7.5.0)(eslint-import-resolver-node@0.3.9)(eslint@8.57.0): resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==} engines: {node: '>=4'} peerDependencies: @@ -1408,7 +1408,7 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 7.4.0(eslint@8.57.0)(typescript@5.4.3) + '@typescript-eslint/parser': 7.5.0(eslint@8.57.0)(typescript@5.4.4) debug: 3.2.7 eslint: 8.57.0 eslint-import-resolver-node: 0.3.9 @@ -1428,7 +1428,7 @@ packages: eslint-compat-utils: 0.1.2(eslint@8.57.0) dev: true - /eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.4.0)(eslint@8.57.0): + /eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.5.0)(eslint@8.57.0): resolution: {integrity: sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==} engines: {node: '>=4'} peerDependencies: @@ -1438,7 +1438,7 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 7.4.0(eslint@8.57.0)(typescript@5.4.3) + '@typescript-eslint/parser': 7.5.0(eslint@8.57.0)(typescript@5.4.4) array-includes: 3.1.7 array.prototype.findlastindex: 1.2.3 array.prototype.flat: 1.3.2 @@ -1447,7 +1447,7 @@ packages: doctrine: 2.1.0 eslint: 8.57.0 eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.8.0(@typescript-eslint/parser@7.4.0)(eslint-import-resolver-node@0.3.9)(eslint@8.57.0) + eslint-module-utils: 2.8.0(@typescript-eslint/parser@7.5.0)(eslint-import-resolver-node@0.3.9)(eslint@8.57.0) hasown: 2.0.0 is-core-module: 2.13.1 is-glob: 4.0.3 @@ -1731,8 +1731,8 @@ packages: mime-types: 2.1.35 dev: false - /fp-ts@2.16.2: - resolution: {integrity: sha512-CkqAjnIKFqvo3sCyoBTqgJvF+bHrSik584S9nhTjtBESLx26cbtVMR/T9a6ApChOcSDAaM3JydDmWDUn4EEXng==} + /fp-ts@2.16.5: + resolution: {integrity: sha512-N8T8PwMSeTKKtkm9lkj/zSTAnPC/aJIIrQhnHxxkL0KLsRCNUPANksJOlMXxcKKCo7H1ORP3No9EMD+fP0tsdA==} dev: false /fs.realpath@1.0.0: @@ -2820,13 +2820,13 @@ packages: hasBin: true dev: true - /ts-api-utils@1.3.0(typescript@5.4.3): + /ts-api-utils@1.3.0(typescript@5.4.4): resolution: {integrity: sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==} engines: {node: '>=16'} peerDependencies: typescript: '>=4.2.0' dependencies: - typescript: 5.4.3 + typescript: 5.4.4 dev: true /ts-interface-checker@0.1.13: @@ -2849,7 +2849,7 @@ packages: /tslib@2.6.2: resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==} - /tsup@8.0.2(typescript@5.4.3): + /tsup@8.0.2(typescript@5.4.4): resolution: {integrity: sha512-NY8xtQXdH7hDUAZwcQdY/Vzlw9johQsaqf7iwZ6g1DOUlFYQ5/AtVAjTvihhEyeRlGo4dLRVHtrRaL35M1daqQ==} engines: {node: '>=18'} hasBin: true @@ -2882,7 +2882,7 @@ packages: source-map: 0.8.0-beta.0 sucrase: 3.35.0 tree-kill: 1.2.2 - typescript: 5.4.3 + typescript: 5.4.4 transitivePeerDependencies: - supports-color - ts-node @@ -2943,8 +2943,8 @@ packages: is-typed-array: 1.1.12 dev: true - /typescript@5.4.3: - resolution: {integrity: sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==} + /typescript@5.4.4: + resolution: {integrity: sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==} engines: {node: '>=14.17'} hasBin: true dev: true From c615dbf6363cb029b1ab3c6c01e6b1396ba4f6be Mon Sep 17 00:00:00 2001 From: Pavel Zwerschke Date: Fri, 5 Apr 2024 19:11:31 +0200 Subject: [PATCH 2/2] build --- dist/licenses.txt | 4 ++-- dist/main.js | 60 +++++++++++++++++++++++++---------------------- dist/post.js | 50 +++++++++++++++++++++------------------ 3 files changed, 61 insertions(+), 53 deletions(-) diff --git a/dist/licenses.txt b/dist/licenses.txt index 165e929..113f524 100644 --- a/dist/licenses.txt +++ b/dist/licenses.txt @@ -412,7 +412,7 @@ IN THE SOFTWARE. --- -The following software may be included in this product: @types/node (20.11.16) +The following software may be included in this product: @types/node (20.12.4) This software contains the following license and notice below: MIT License @@ -755,7 +755,7 @@ Copyright (c) 2012 Felix Geisendörfer (felix@debuggable.com) and contributors --- -The following software may be included in this product: fp-ts (2.16.2) +The following software may be included in this product: fp-ts (2.16.5) This software contains the following license and notice below: MIT License diff --git a/dist/main.js b/dist/main.js index dd67c7e..00a0df2 100644 --- a/dist/main.js +++ b/dist/main.js @@ -21996,9 +21996,9 @@ var require_tool_cache = __commonJS({ } }); -// node_modules/.pnpm/fp-ts@2.16.2/node_modules/fp-ts/lib/function.js +// node_modules/.pnpm/fp-ts@2.16.5/node_modules/fp-ts/lib/function.js var require_function = __commonJS({ - "node_modules/.pnpm/fp-ts@2.16.2/node_modules/fp-ts/lib/function.js"(exports2) { + "node_modules/.pnpm/fp-ts@2.16.5/node_modules/fp-ts/lib/function.js"(exports2) { "use strict"; var __spreadArray6 = exports2 && exports2.__spreadArray || function(to, from, pack) { if (pack || arguments.length === 2) @@ -22287,9 +22287,9 @@ var require_function = __commonJS({ } }); -// node_modules/.pnpm/fp-ts@2.16.2/node_modules/fp-ts/lib/internal.js +// node_modules/.pnpm/fp-ts@2.16.5/node_modules/fp-ts/lib/internal.js var require_internal = __commonJS({ - "node_modules/.pnpm/fp-ts@2.16.2/node_modules/fp-ts/lib/internal.js"(exports2) { + "node_modules/.pnpm/fp-ts@2.16.5/node_modules/fp-ts/lib/internal.js"(exports2) { "use strict"; var __spreadArray6 = exports2 && exports2.__spreadArray || function(to, from, pack) { if (pack || arguments.length === 2) @@ -22430,9 +22430,9 @@ var require_internal = __commonJS({ } }); -// node_modules/.pnpm/fp-ts@2.16.2/node_modules/fp-ts/lib/Apply.js +// node_modules/.pnpm/fp-ts@2.16.5/node_modules/fp-ts/lib/Apply.js var require_Apply = __commonJS({ - "node_modules/.pnpm/fp-ts@2.16.2/node_modules/fp-ts/lib/Apply.js"(exports2) { + "node_modules/.pnpm/fp-ts@2.16.5/node_modules/fp-ts/lib/Apply.js"(exports2) { "use strict"; var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) { if (k2 === void 0) @@ -22680,9 +22680,9 @@ var require_Apply = __commonJS({ } }); -// node_modules/.pnpm/fp-ts@2.16.2/node_modules/fp-ts/lib/Functor.js +// node_modules/.pnpm/fp-ts@2.16.5/node_modules/fp-ts/lib/Functor.js var require_Functor = __commonJS({ - "node_modules/.pnpm/fp-ts@2.16.2/node_modules/fp-ts/lib/Functor.js"(exports2) { + "node_modules/.pnpm/fp-ts@2.16.5/node_modules/fp-ts/lib/Functor.js"(exports2) { "use strict"; Object.defineProperty(exports2, "__esModule", { value: true }); exports2.asUnit = exports2.as = exports2.getFunctorComposition = exports2.let = exports2.bindTo = exports2.flap = exports2.map = void 0; @@ -22756,9 +22756,9 @@ var require_Functor = __commonJS({ } }); -// node_modules/.pnpm/fp-ts@2.16.2/node_modules/fp-ts/lib/Applicative.js +// node_modules/.pnpm/fp-ts@2.16.5/node_modules/fp-ts/lib/Applicative.js var require_Applicative = __commonJS({ - "node_modules/.pnpm/fp-ts@2.16.2/node_modules/fp-ts/lib/Applicative.js"(exports2) { + "node_modules/.pnpm/fp-ts@2.16.5/node_modules/fp-ts/lib/Applicative.js"(exports2) { "use strict"; Object.defineProperty(exports2, "__esModule", { value: true }); exports2.getApplicativeComposition = exports2.getApplicativeMonoid = void 0; @@ -22792,9 +22792,9 @@ var require_Applicative = __commonJS({ } }); -// node_modules/.pnpm/fp-ts@2.16.2/node_modules/fp-ts/lib/Chain.js +// node_modules/.pnpm/fp-ts@2.16.5/node_modules/fp-ts/lib/Chain.js var require_Chain = __commonJS({ - "node_modules/.pnpm/fp-ts@2.16.2/node_modules/fp-ts/lib/Chain.js"(exports2) { + "node_modules/.pnpm/fp-ts@2.16.5/node_modules/fp-ts/lib/Chain.js"(exports2) { "use strict"; Object.defineProperty(exports2, "__esModule", { value: true }); exports2.bind = exports2.tap = exports2.chainFirst = void 0; @@ -22833,9 +22833,9 @@ var require_Chain = __commonJS({ } }); -// node_modules/.pnpm/fp-ts@2.16.2/node_modules/fp-ts/lib/ChainRec.js +// node_modules/.pnpm/fp-ts@2.16.5/node_modules/fp-ts/lib/ChainRec.js var require_ChainRec = __commonJS({ - "node_modules/.pnpm/fp-ts@2.16.2/node_modules/fp-ts/lib/ChainRec.js"(exports2) { + "node_modules/.pnpm/fp-ts@2.16.5/node_modules/fp-ts/lib/ChainRec.js"(exports2) { "use strict"; Object.defineProperty(exports2, "__esModule", { value: true }); exports2.tailRec = void 0; @@ -22850,9 +22850,9 @@ var require_ChainRec = __commonJS({ } }); -// node_modules/.pnpm/fp-ts@2.16.2/node_modules/fp-ts/lib/FromEither.js +// node_modules/.pnpm/fp-ts@2.16.5/node_modules/fp-ts/lib/FromEither.js var require_FromEither = __commonJS({ - "node_modules/.pnpm/fp-ts@2.16.2/node_modules/fp-ts/lib/FromEither.js"(exports2) { + "node_modules/.pnpm/fp-ts@2.16.5/node_modules/fp-ts/lib/FromEither.js"(exports2) { "use strict"; var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) { if (k2 === void 0) @@ -22974,9 +22974,9 @@ var require_FromEither = __commonJS({ } }); -// node_modules/.pnpm/fp-ts@2.16.2/node_modules/fp-ts/lib/Separated.js +// node_modules/.pnpm/fp-ts@2.16.5/node_modules/fp-ts/lib/Separated.js var require_Separated = __commonJS({ - "node_modules/.pnpm/fp-ts@2.16.2/node_modules/fp-ts/lib/Separated.js"(exports2) { + "node_modules/.pnpm/fp-ts@2.16.5/node_modules/fp-ts/lib/Separated.js"(exports2) { "use strict"; Object.defineProperty(exports2, "__esModule", { value: true }); exports2.right = exports2.left = exports2.flap = exports2.Functor = exports2.Bifunctor = exports2.URI = exports2.bimap = exports2.mapLeft = exports2.map = exports2.separated = void 0; @@ -23035,9 +23035,9 @@ var require_Separated = __commonJS({ } }); -// node_modules/.pnpm/fp-ts@2.16.2/node_modules/fp-ts/lib/Witherable.js +// node_modules/.pnpm/fp-ts@2.16.5/node_modules/fp-ts/lib/Witherable.js var require_Witherable = __commonJS({ - "node_modules/.pnpm/fp-ts@2.16.2/node_modules/fp-ts/lib/Witherable.js"(exports2) { + "node_modules/.pnpm/fp-ts@2.16.5/node_modules/fp-ts/lib/Witherable.js"(exports2) { "use strict"; var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) { if (k2 === void 0) @@ -23110,9 +23110,9 @@ var require_Witherable = __commonJS({ } }); -// node_modules/.pnpm/fp-ts@2.16.2/node_modules/fp-ts/lib/Either.js +// node_modules/.pnpm/fp-ts@2.16.5/node_modules/fp-ts/lib/Either.js var require_Either = __commonJS({ - "node_modules/.pnpm/fp-ts@2.16.2/node_modules/fp-ts/lib/Either.js"(exports2) { + "node_modules/.pnpm/fp-ts@2.16.5/node_modules/fp-ts/lib/Either.js"(exports2) { "use strict"; var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) { if (k2 === void 0) @@ -23583,7 +23583,11 @@ var require_Either = __commonJS({ exports2.chainNullableK = chainNullableK; exports2.toUnion = (0, exports2.foldW)(function_1.identity, function_1.identity); function toError(e) { - return e instanceof Error ? e : new Error(String(e)); + try { + return e instanceof Error ? e : new Error(String(e)); + } catch (error) { + return new Error(); + } } exports2.toError = toError; function elem(E) { @@ -78748,7 +78752,7 @@ var safeDump = renamed("safeDump", "dump"); var coreDefault = __toESM(require_core()); var import_exec = __toESM(require_exec()); -// node_modules/.pnpm/fp-ts@2.16.2/node_modules/fp-ts/es6/function.js +// node_modules/.pnpm/fp-ts@2.16.5/node_modules/fp-ts/es6/function.js var __spreadArray = function(to, from, pack) { if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) { @@ -78807,7 +78811,7 @@ var dual = function(arity, body2) { }; }; -// node_modules/.pnpm/fp-ts@2.16.2/node_modules/fp-ts/es6/internal.js +// node_modules/.pnpm/fp-ts@2.16.5/node_modules/fp-ts/es6/internal.js var isLeft = function(ma) { return ma._tag === "Left"; }; @@ -78815,7 +78819,7 @@ var right = function(a) { return { _tag: "Right", right: a }; }; -// node_modules/.pnpm/fp-ts@2.16.2/node_modules/fp-ts/es6/Functor.js +// node_modules/.pnpm/fp-ts@2.16.5/node_modules/fp-ts/es6/Functor.js function as(F) { return function(self2, b) { return F.map(self2, function() { @@ -78830,7 +78834,7 @@ function asUnit(F) { }; } -// node_modules/.pnpm/fp-ts@2.16.2/node_modules/fp-ts/es6/Chain.js +// node_modules/.pnpm/fp-ts@2.16.5/node_modules/fp-ts/es6/Chain.js function tap(M) { return function(first, f) { return M.chain(first, function(a) { @@ -78841,7 +78845,7 @@ function tap(M) { }; } -// node_modules/.pnpm/fp-ts@2.16.2/node_modules/fp-ts/es6/Either.js +// node_modules/.pnpm/fp-ts@2.16.5/node_modules/fp-ts/es6/Either.js var right2 = right; var flatMap = /* @__PURE__ */ dual(2, function(ma, f) { return isLeft2(ma) ? ma : f(ma.right); diff --git a/dist/post.js b/dist/post.js index 87e074e..5deccbb 100644 --- a/dist/post.js +++ b/dist/post.js @@ -18941,9 +18941,9 @@ Support boolean input list: \`true | True | TRUE | false | False | FALSE\``); } }); -// node_modules/.pnpm/fp-ts@2.16.2/node_modules/fp-ts/lib/function.js +// node_modules/.pnpm/fp-ts@2.16.5/node_modules/fp-ts/lib/function.js var require_function = __commonJS({ - "node_modules/.pnpm/fp-ts@2.16.2/node_modules/fp-ts/lib/function.js"(exports2) { + "node_modules/.pnpm/fp-ts@2.16.5/node_modules/fp-ts/lib/function.js"(exports2) { "use strict"; var __spreadArray5 = exports2 && exports2.__spreadArray || function(to, from, pack) { if (pack || arguments.length === 2) @@ -19232,9 +19232,9 @@ var require_function = __commonJS({ } }); -// node_modules/.pnpm/fp-ts@2.16.2/node_modules/fp-ts/lib/internal.js +// node_modules/.pnpm/fp-ts@2.16.5/node_modules/fp-ts/lib/internal.js var require_internal = __commonJS({ - "node_modules/.pnpm/fp-ts@2.16.2/node_modules/fp-ts/lib/internal.js"(exports2) { + "node_modules/.pnpm/fp-ts@2.16.5/node_modules/fp-ts/lib/internal.js"(exports2) { "use strict"; var __spreadArray5 = exports2 && exports2.__spreadArray || function(to, from, pack) { if (pack || arguments.length === 2) @@ -19375,9 +19375,9 @@ var require_internal = __commonJS({ } }); -// node_modules/.pnpm/fp-ts@2.16.2/node_modules/fp-ts/lib/Apply.js +// node_modules/.pnpm/fp-ts@2.16.5/node_modules/fp-ts/lib/Apply.js var require_Apply = __commonJS({ - "node_modules/.pnpm/fp-ts@2.16.2/node_modules/fp-ts/lib/Apply.js"(exports2) { + "node_modules/.pnpm/fp-ts@2.16.5/node_modules/fp-ts/lib/Apply.js"(exports2) { "use strict"; var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) { if (k2 === void 0) @@ -19625,9 +19625,9 @@ var require_Apply = __commonJS({ } }); -// node_modules/.pnpm/fp-ts@2.16.2/node_modules/fp-ts/lib/Functor.js +// node_modules/.pnpm/fp-ts@2.16.5/node_modules/fp-ts/lib/Functor.js var require_Functor = __commonJS({ - "node_modules/.pnpm/fp-ts@2.16.2/node_modules/fp-ts/lib/Functor.js"(exports2) { + "node_modules/.pnpm/fp-ts@2.16.5/node_modules/fp-ts/lib/Functor.js"(exports2) { "use strict"; Object.defineProperty(exports2, "__esModule", { value: true }); exports2.asUnit = exports2.as = exports2.getFunctorComposition = exports2.let = exports2.bindTo = exports2.flap = exports2.map = void 0; @@ -19701,9 +19701,9 @@ var require_Functor = __commonJS({ } }); -// node_modules/.pnpm/fp-ts@2.16.2/node_modules/fp-ts/lib/Applicative.js +// node_modules/.pnpm/fp-ts@2.16.5/node_modules/fp-ts/lib/Applicative.js var require_Applicative = __commonJS({ - "node_modules/.pnpm/fp-ts@2.16.2/node_modules/fp-ts/lib/Applicative.js"(exports2) { + "node_modules/.pnpm/fp-ts@2.16.5/node_modules/fp-ts/lib/Applicative.js"(exports2) { "use strict"; Object.defineProperty(exports2, "__esModule", { value: true }); exports2.getApplicativeComposition = exports2.getApplicativeMonoid = void 0; @@ -19737,9 +19737,9 @@ var require_Applicative = __commonJS({ } }); -// node_modules/.pnpm/fp-ts@2.16.2/node_modules/fp-ts/lib/Chain.js +// node_modules/.pnpm/fp-ts@2.16.5/node_modules/fp-ts/lib/Chain.js var require_Chain = __commonJS({ - "node_modules/.pnpm/fp-ts@2.16.2/node_modules/fp-ts/lib/Chain.js"(exports2) { + "node_modules/.pnpm/fp-ts@2.16.5/node_modules/fp-ts/lib/Chain.js"(exports2) { "use strict"; Object.defineProperty(exports2, "__esModule", { value: true }); exports2.bind = exports2.tap = exports2.chainFirst = void 0; @@ -19778,9 +19778,9 @@ var require_Chain = __commonJS({ } }); -// node_modules/.pnpm/fp-ts@2.16.2/node_modules/fp-ts/lib/ChainRec.js +// node_modules/.pnpm/fp-ts@2.16.5/node_modules/fp-ts/lib/ChainRec.js var require_ChainRec = __commonJS({ - "node_modules/.pnpm/fp-ts@2.16.2/node_modules/fp-ts/lib/ChainRec.js"(exports2) { + "node_modules/.pnpm/fp-ts@2.16.5/node_modules/fp-ts/lib/ChainRec.js"(exports2) { "use strict"; Object.defineProperty(exports2, "__esModule", { value: true }); exports2.tailRec = void 0; @@ -19795,9 +19795,9 @@ var require_ChainRec = __commonJS({ } }); -// node_modules/.pnpm/fp-ts@2.16.2/node_modules/fp-ts/lib/FromEither.js +// node_modules/.pnpm/fp-ts@2.16.5/node_modules/fp-ts/lib/FromEither.js var require_FromEither = __commonJS({ - "node_modules/.pnpm/fp-ts@2.16.2/node_modules/fp-ts/lib/FromEither.js"(exports2) { + "node_modules/.pnpm/fp-ts@2.16.5/node_modules/fp-ts/lib/FromEither.js"(exports2) { "use strict"; var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) { if (k2 === void 0) @@ -19919,9 +19919,9 @@ var require_FromEither = __commonJS({ } }); -// node_modules/.pnpm/fp-ts@2.16.2/node_modules/fp-ts/lib/Separated.js +// node_modules/.pnpm/fp-ts@2.16.5/node_modules/fp-ts/lib/Separated.js var require_Separated = __commonJS({ - "node_modules/.pnpm/fp-ts@2.16.2/node_modules/fp-ts/lib/Separated.js"(exports2) { + "node_modules/.pnpm/fp-ts@2.16.5/node_modules/fp-ts/lib/Separated.js"(exports2) { "use strict"; Object.defineProperty(exports2, "__esModule", { value: true }); exports2.right = exports2.left = exports2.flap = exports2.Functor = exports2.Bifunctor = exports2.URI = exports2.bimap = exports2.mapLeft = exports2.map = exports2.separated = void 0; @@ -19980,9 +19980,9 @@ var require_Separated = __commonJS({ } }); -// node_modules/.pnpm/fp-ts@2.16.2/node_modules/fp-ts/lib/Witherable.js +// node_modules/.pnpm/fp-ts@2.16.5/node_modules/fp-ts/lib/Witherable.js var require_Witherable = __commonJS({ - "node_modules/.pnpm/fp-ts@2.16.2/node_modules/fp-ts/lib/Witherable.js"(exports2) { + "node_modules/.pnpm/fp-ts@2.16.5/node_modules/fp-ts/lib/Witherable.js"(exports2) { "use strict"; var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) { if (k2 === void 0) @@ -20055,9 +20055,9 @@ var require_Witherable = __commonJS({ } }); -// node_modules/.pnpm/fp-ts@2.16.2/node_modules/fp-ts/lib/Either.js +// node_modules/.pnpm/fp-ts@2.16.5/node_modules/fp-ts/lib/Either.js var require_Either = __commonJS({ - "node_modules/.pnpm/fp-ts@2.16.2/node_modules/fp-ts/lib/Either.js"(exports2) { + "node_modules/.pnpm/fp-ts@2.16.5/node_modules/fp-ts/lib/Either.js"(exports2) { "use strict"; var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) { if (k2 === void 0) @@ -20528,7 +20528,11 @@ var require_Either = __commonJS({ exports2.chainNullableK = chainNullableK; exports2.toUnion = (0, exports2.foldW)(function_1.identity, function_1.identity); function toError(e) { - return e instanceof Error ? e : new Error(String(e)); + try { + return e instanceof Error ? e : new Error(String(e)); + } catch (error) { + return new Error(); + } } exports2.toError = toError; function elem(E) {