From 41760ce4ca367041b9ef582e54bc83e63f46d066 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 13:16:55 +0000 Subject: [PATCH 1/5] chore(deps): bump crate-ci/typos from 1.19.0 to 1.20.4 Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.19.0 to 1.20.4. - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](https://github.com/crate-ci/typos/compare/v1.19.0...v1.20.4) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7fffb05..b84cd8e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,4 +51,4 @@ jobs: uses: actions/checkout@v4 - name: Run typos - uses: crate-ci/typos@v1.19.0 + uses: crate-ci/typos@v1.20.4 From e805ffd6fad790966cbedd274d6421e8e538316a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 13:37:45 +0000 Subject: [PATCH 2/5] chore(deps-dev): bump typescript from 5.4.3 to 5.4.4 Bumps [typescript](https://github.com/Microsoft/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: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 15 ++++++++------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 03f7952..f63043d 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "npm-run-all2": "^6.1.2", "prettier": "3.2.5", "rollup-plugin-visualizer": "^5.12.0", - "typescript": "^5.3.3", + "typescript": "^5.4.4", "vite": "^5.1.5", "vite-plugin-babel": "^1.2.0" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 733dad1..6bd6f07 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -40,7 +40,7 @@ dependencies: version: 0.15.1 nostr-tools: specifier: ^2.3.1 - version: 2.3.2(typescript@5.4.3) + version: 2.3.2(typescript@5.4.4) react: specifier: ^18.2.0 version: 18.2.0 @@ -83,8 +83,8 @@ devDependencies: specifier: ^5.12.0 version: 5.12.0 typescript: - specifier: ^5.3.3 - version: 5.4.3 + specifier: ^5.4.4 + version: 5.4.4 vite: specifier: ^5.1.5 version: 5.2.7(@types/node@20.12.2) @@ -2930,6 +2930,7 @@ packages: chalk: 3.0.0 diff-match-patch: 1.0.5 dev: false + bundledDependencies: [] /lines-and-columns@1.2.4: resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} @@ -2988,7 +2989,7 @@ packages: '@nostr-fetch/kernel': 0.15.1 dev: false - /nostr-tools@2.3.2(typescript@5.4.3): + /nostr-tools@2.3.2(typescript@5.4.4): resolution: {integrity: sha512-8ceZ2ItkAGjR5b9+QOkkV9KWBOK0WPlpFrPPXmbWnNMcnlj9zB7rjdYPK2sV/OK4Ty9J3xL6+bvYKY77gup5EQ==} peerDependencies: typescript: '>=5.0.0' @@ -3002,7 +3003,7 @@ packages: '@scure/base': 1.1.1 '@scure/bip32': 1.3.1 '@scure/bip39': 1.2.1 - typescript: 5.4.3 + typescript: 5.4.4 optionalDependencies: nostr-wasm: 0.1.0 dev: false @@ -3476,8 +3477,8 @@ packages: resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==} dev: false - /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 From c6b96568332dfc18f09b9cc09f7262b8e2ad48e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 13:38:23 +0000 Subject: [PATCH 3/5] chore(deps-dev): bump @types/node from 20.12.2 to 20.12.5 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.12.2 to 20.12.5. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 19 ++++++++++--------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 03f7952..5542692 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "devDependencies": { "@biomejs/biome": "^1.6.3", "@tsconfig/strictest": "^2.0.3", - "@types/node": "^20.12.2", + "@types/node": "^20.12.5", "@types/react": "^18.2.53", "@types/react-dom": "^18.2.18", "@vitejs/plugin-react": "^4.2.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 733dad1..b1ce687 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -56,8 +56,8 @@ devDependencies: specifier: ^2.0.3 version: 2.0.5 '@types/node': - specifier: ^20.12.2 - version: 20.12.2 + specifier: ^20.12.5 + version: 20.12.5 '@types/react': specifier: ^18.2.53 version: 18.2.73 @@ -87,7 +87,7 @@ devDependencies: version: 5.4.3 vite: specifier: ^5.1.5 - version: 5.2.7(@types/node@20.12.2) + version: 5.2.7(@types/node@20.12.5) vite-plugin-babel: specifier: ^1.2.0 version: 1.2.0(@babel/core@7.24.3)(vite@5.2.7) @@ -2337,8 +2337,8 @@ packages: resolution: {integrity: sha512-t7dhREVv6dbNj0q17X12j7yDG4bD/DHYX7o5/DbDxobP0HnGPgpRz2Ej77aL7TZT3DSw13fqUTj8J4mMnqa7WA==} dev: false - /@types/node@20.12.2: - resolution: {integrity: sha512-zQ0NYO87hyN6Xrclcqp7f8ZbXNbRfoGWNcMvHTPQp9UUrwI0mI7XBz+cu7/W6/VClYo2g63B0cjull/srU7LgQ==} + /@types/node@20.12.5: + resolution: {integrity: sha512-BD+BjQ9LS/D8ST9p5uqBxghlN+S42iuNxjsUGjeZobe/ciXzk2qb1B6IXc6AnRLS+yFJRpN2IPEHMzwspfDJNw==} dependencies: undici-types: 5.26.5 dev: true @@ -2373,7 +2373,7 @@ packages: '@babel/plugin-transform-react-jsx-source': 7.24.1(@babel/core@7.24.3) '@types/babel__core': 7.20.5 react-refresh: 0.14.0 - vite: 5.2.7(@types/node@20.12.2) + vite: 5.2.7(@types/node@20.12.5) transitivePeerDependencies: - supports-color dev: true @@ -2930,6 +2930,7 @@ packages: chalk: 3.0.0 diff-match-patch: 1.0.5 dev: false + bundledDependencies: [] /lines-and-columns@1.2.4: resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} @@ -3569,10 +3570,10 @@ packages: vite: ^2.7.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 dependencies: '@babel/core': 7.24.3 - vite: 5.2.7(@types/node@20.12.2) + vite: 5.2.7(@types/node@20.12.5) dev: true - /vite@5.2.7(@types/node@20.12.2): + /vite@5.2.7(@types/node@20.12.5): resolution: {integrity: sha512-k14PWOKLI6pMaSzAuGtT+Cf0YmIx12z9YGon39onaJNy8DLBfBJrzg9FQEmkAM5lpHBZs9wksWAsyF/HkpEwJA==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true @@ -3600,7 +3601,7 @@ packages: terser: optional: true dependencies: - '@types/node': 20.12.2 + '@types/node': 20.12.5 esbuild: 0.20.2 postcss: 8.4.38 rollup: 4.13.2 From 53653cf155997e01656544fada53c8ca4b6ebb5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 13:38:39 +0000 Subject: [PATCH 4/5] chore(deps-dev): bump @types/react-dom from 18.2.23 to 18.2.24 Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 18.2.23 to 18.2.24. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) --- updated-dependencies: - dependency-name: "@types/react-dom" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 03f7952..7310d9d 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@tsconfig/strictest": "^2.0.3", "@types/node": "^20.12.2", "@types/react": "^18.2.53", - "@types/react-dom": "^18.2.18", + "@types/react-dom": "^18.2.24", "@vitejs/plugin-react": "^4.2.1", "esbuild": "^0.20.0", "esbuild-register": "^3.5.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 733dad1..45e39d0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -62,8 +62,8 @@ devDependencies: specifier: ^18.2.53 version: 18.2.73 '@types/react-dom': - specifier: ^18.2.18 - version: 18.2.23 + specifier: ^18.2.24 + version: 18.2.24 '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.7) @@ -2350,8 +2350,8 @@ packages: /@types/prop-types@15.7.12: resolution: {integrity: sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==} - /@types/react-dom@18.2.23: - resolution: {integrity: sha512-ZQ71wgGOTmDYpnav2knkjr3qXdAFu0vsk8Ci5w3pGAIdj7/kKAyn+VsQDhXsmzzzepAiI9leWMmubXz690AI/A==} + /@types/react-dom@18.2.24: + resolution: {integrity: sha512-cN6upcKd8zkGy4HU9F1+/s98Hrp6D4MOcippK4PoE8OZRngohHZpbJn1GsaDLz87MqvHNoT13nHvNqM9ocRHZg==} dependencies: '@types/react': 18.2.73 dev: true @@ -2930,6 +2930,7 @@ packages: chalk: 3.0.0 diff-match-patch: 1.0.5 dev: false + bundledDependencies: [] /lines-and-columns@1.2.4: resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} From edf56440ec8d5516a9250fd76b5d8b6e1ed71e22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 13:38:56 +0000 Subject: [PATCH 5/5] chore(deps): bump jotai from 2.7.2 to 2.8.0 Bumps [jotai](https://github.com/pmndrs/jotai) from 2.7.2 to 2.8.0. - [Release notes](https://github.com/pmndrs/jotai/releases) - [Commits](https://github.com/pmndrs/jotai/compare/v2.7.2...v2.8.0) --- updated-dependencies: - dependency-name: jotai dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 03f7952..6712223 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "date-fns": "^3.3.1", "dayzed": "^3.2.3", "framer-motion": "^11.0.24", - "jotai": "^2.7.2", + "jotai": "^2.8.0", "jotai-devtools": "^0.8.0", "nostr-fetch": "^0.15.0", "nostr-tools": "^2.3.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 733dad1..cfe6930 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -30,8 +30,8 @@ dependencies: specifier: ^11.0.24 version: 11.0.24(react-dom@18.2.0)(react@18.2.0) jotai: - specifier: ^2.7.2 - version: 2.7.2(@types/react@18.2.73)(react@18.2.0) + specifier: ^2.8.0 + version: 2.8.0(@types/react@18.2.73)(react@18.2.0) jotai-devtools: specifier: ^0.8.0 version: 0.8.0(@emotion/react@11.11.4)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(redux@5.0.1) @@ -2882,8 +2882,8 @@ packages: - redux dev: false - /jotai@2.7.2(@types/react@18.2.73)(react@18.2.0): - resolution: {integrity: sha512-6Ft5kpNu8p93Ssf1Faoza3hYQZRIYp7rioK8MwTTFnbQKwUyZElwquPwl1h6U0uo9hC0jr+ghO3gcSjc6P35/Q==} + /jotai@2.8.0(@types/react@18.2.73)(react@18.2.0): + resolution: {integrity: sha512-yZNMC36FdLOksOr8qga0yLf14miCJlEThlp5DeFJNnqzm2+ZG7wLcJzoOyij5K6U6Xlc5ljQqPDlJRgqW0Y18g==} engines: {node: '>=12.20.0'} peerDependencies: '@types/react': '>=17.0.0' @@ -2930,6 +2930,7 @@ packages: chalk: 3.0.0 diff-match-patch: 1.0.5 dev: false + bundledDependencies: [] /lines-and-columns@1.2.4: resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==}