From 4cf283caf477e7ab9a038379dc98f248fe7b2219 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 23:21:08 +0000 Subject: [PATCH] chore(deps): bump the all-deps group across 1 directory with 8 updates Bumps the all-deps group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [marked](https://github.com/markedjs/marked) | `18.0.2` | `18.0.3` | | [vinext](https://github.com/cloudflare/vinext) | `0.0.44` | `0.0.47` | | [@cloudflare/vite-plugin](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/vite-plugin-cloudflare) | `1.33.1` | `1.35.0` | | [@cloudflare/workers-types](https://github.com/cloudflare/workerd) | `4.20260424.1` | `4.20260504.1` | | [@vitejs/plugin-rsc](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-rsc) | `0.5.24` | `0.5.25` | | [oxfmt](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt) | `0.46.0` | `0.47.0` | | [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) | `1.61.0` | `1.62.0` | | [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) | `4.84.1` | `4.87.0` | Updates `marked` from 18.0.2 to 18.0.3 - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v18.0.2...v18.0.3) Updates `vinext` from 0.0.44 to 0.0.47 - [Release notes](https://github.com/cloudflare/vinext/releases) - [Commits](https://github.com/cloudflare/vinext/compare/v0.0.44...v0.0.47) Updates `@cloudflare/vite-plugin` from 1.33.1 to 1.35.0 - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/vite-plugin-cloudflare/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/@cloudflare/vite-plugin@1.35.0/packages/vite-plugin-cloudflare) Updates `@cloudflare/workers-types` from 4.20260424.1 to 4.20260504.1 - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) Updates `@vitejs/plugin-rsc` from 0.5.24 to 0.5.25 - [Release notes](https://github.com/vitejs/vite-plugin-react/releases) - [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-rsc/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-rsc@0.5.25/packages/plugin-rsc) Updates `oxfmt` from 0.46.0 to 0.47.0 - [Release notes](https://github.com/oxc-project/oxc/releases) - [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md) - [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.47.0/npm/oxfmt) Updates `oxlint` from 1.61.0 to 1.62.0 - [Release notes](https://github.com/oxc-project/oxc/releases) - [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md) - [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v1.62.0/npm/oxlint) Updates `wrangler` from 4.84.1 to 4.87.0 - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.87.0/packages/wrangler) --- updated-dependencies: - dependency-name: marked dependency-version: 18.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: vinext dependency-version: 0.0.47 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: "@cloudflare/vite-plugin" dependency-version: 1.35.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-deps - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260504.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-deps - dependency-name: "@vitejs/plugin-rsc" dependency-version: 0.5.25 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: oxfmt dependency-version: 0.47.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-deps - dependency-name: oxlint dependency-version: 1.62.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-deps - dependency-name: wrangler dependency-version: 4.87.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-deps ... Signed-off-by: dependabot[bot] --- package.json | 16 +- yarn.lock | 507 ++++++++++++++++++++++++++------------------------- 2 files changed, 263 insertions(+), 260 deletions(-) diff --git a/package.json b/package.json index ed90d72..a9c381e 100644 --- a/package.json +++ b/package.json @@ -24,30 +24,30 @@ "@tailwindcss/postcss": "^4.2.4", "@tailwindcss/vite": "^4.2.4", "@vitejs/plugin-react": "^6.0.1", - "marked": "^18.0.2", + "marked": "^18.0.3", "react": "^19.2.5", "react-dom": "^19.2.5", "shiki": "^4.0.2", "tailwindcss": "^4.2.4", - "vinext": "^0.0.44", + "vinext": "^0.0.47", "vite": "^8.0.10" }, "devDependencies": { - "@cloudflare/vite-plugin": "^1.33.1", - "@cloudflare/workers-types": "^4.20260424.1", + "@cloudflare/vite-plugin": "^1.35.0", + "@cloudflare/workers-types": "^4.20260504.1", "@types/node": "^25.6.0", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", - "@vitejs/plugin-rsc": "^0.5.24", + "@vitejs/plugin-rsc": "^0.5.25", "@vitest/coverage-v8": "^4.1.5", "husky": "^9.1.7", "lint-staged": "^16.4.0", - "oxfmt": "^0.46.0", - "oxlint": "^1.61.0", + "oxfmt": "^0.47.0", + "oxlint": "^1.62.0", "react-server-dom-webpack": "^19.2.5", "typescript": "^6.0.3", "vitest": "^4.1.5", - "wrangler": "^4.84.1" + "wrangler": "^4.87.0" }, "lint-staged": { "*.{ts,tsx,js,jsx}": [ diff --git a/yarn.lock b/yarn.lock index 1bb6f8c..e2fa224 100644 --- a/yarn.lock +++ b/yarn.lock @@ -54,81 +54,81 @@ __metadata: languageName: node linkType: hard -"@cloudflare/kv-asset-handler@npm:0.4.2": - version: 0.4.2 - resolution: "@cloudflare/kv-asset-handler@npm:0.4.2" - checksum: 10c0/c8877851ce069b04d32d50a640c9c0faaab054970204f64a4111bac3dd85f177c001a0b57d32f7e65269e3896268b8f94605f31e4fa06253a6a5779587a63d17 +"@cloudflare/kv-asset-handler@npm:0.5.0": + version: 0.5.0 + resolution: "@cloudflare/kv-asset-handler@npm:0.5.0" + checksum: 10c0/46863066ff1628aa76946db6ecb5088ae64ba15d7bda7e4935bd1ab1dcf080cef9cd0920205c9508721153365ef1305984e3584e7ad2dd1c9454df984f441edb languageName: node linkType: hard -"@cloudflare/unenv-preset@npm:2.16.0": - version: 2.16.0 - resolution: "@cloudflare/unenv-preset@npm:2.16.0" +"@cloudflare/unenv-preset@npm:2.16.1": + version: 2.16.1 + resolution: "@cloudflare/unenv-preset@npm:2.16.1" peerDependencies: unenv: 2.0.0-rc.24 - workerd: 1.20260301.1 || ~1.20260302.1 || ~1.20260303.1 || ~1.20260304.1 || >1.20260305.0 <2.0.0-0 + workerd: ">1.20260305.0 <2.0.0-0" peerDependenciesMeta: workerd: optional: true - checksum: 10c0/ddb2939cd05b5a0cb17d44b98a11b5c8e24dc6fa31171e98d8f1d7ffbb9cd35fde2ad2873715dc90db63183d6768ea43256ce3e4eb8c359542a2051f2d8bd919 + checksum: 10c0/08c9bd9ef488a14fd5330eb2c0829fc221f97f12295f8263dc8e3a6816ebd1a629e7255a3619b8bb688f1f58deafe28042c4e90ea84c926438c768f235f82ad9 languageName: node linkType: hard -"@cloudflare/vite-plugin@npm:^1.33.1": - version: 1.33.1 - resolution: "@cloudflare/vite-plugin@npm:1.33.1" +"@cloudflare/vite-plugin@npm:^1.35.0": + version: 1.35.0 + resolution: "@cloudflare/vite-plugin@npm:1.35.0" dependencies: - "@cloudflare/unenv-preset": "npm:2.16.0" - miniflare: "npm:4.20260421.0" + "@cloudflare/unenv-preset": "npm:2.16.1" + miniflare: "npm:4.20260430.0" unenv: "npm:2.0.0-rc.24" - wrangler: "npm:4.84.1" + wrangler: "npm:4.87.0" ws: "npm:8.18.0" peerDependencies: vite: ^6.1.0 || ^7.0.0 || ^8.0.0 - wrangler: ^4.84.1 - checksum: 10c0/97832dc4080e53c9b6b9a430896e5d581b7a57272a1efeb0c59d74cba569b3fee5f09ffa63c974ff295d6e1c63811ae0b158874c6e01bf9fafc61eeae493fc8c + wrangler: ^4.87.0 + checksum: 10c0/61a949a6279ad50028241c66d4aaefd6d221139848bced921d2c473cf5d00da63057468c30a7f958b8c7bc26641dfe73ad2cbe02ccf63fd1d9f9088ae0bf2bbc languageName: node linkType: hard -"@cloudflare/workerd-darwin-64@npm:1.20260421.1": - version: 1.20260421.1 - resolution: "@cloudflare/workerd-darwin-64@npm:1.20260421.1" +"@cloudflare/workerd-darwin-64@npm:1.20260430.1": + version: 1.20260430.1 + resolution: "@cloudflare/workerd-darwin-64@npm:1.20260430.1" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@cloudflare/workerd-darwin-arm64@npm:1.20260421.1": - version: 1.20260421.1 - resolution: "@cloudflare/workerd-darwin-arm64@npm:1.20260421.1" +"@cloudflare/workerd-darwin-arm64@npm:1.20260430.1": + version: 1.20260430.1 + resolution: "@cloudflare/workerd-darwin-arm64@npm:1.20260430.1" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@cloudflare/workerd-linux-64@npm:1.20260421.1": - version: 1.20260421.1 - resolution: "@cloudflare/workerd-linux-64@npm:1.20260421.1" +"@cloudflare/workerd-linux-64@npm:1.20260430.1": + version: 1.20260430.1 + resolution: "@cloudflare/workerd-linux-64@npm:1.20260430.1" conditions: os=linux & cpu=x64 languageName: node linkType: hard -"@cloudflare/workerd-linux-arm64@npm:1.20260421.1": - version: 1.20260421.1 - resolution: "@cloudflare/workerd-linux-arm64@npm:1.20260421.1" +"@cloudflare/workerd-linux-arm64@npm:1.20260430.1": + version: 1.20260430.1 + resolution: "@cloudflare/workerd-linux-arm64@npm:1.20260430.1" conditions: os=linux & cpu=arm64 languageName: node linkType: hard -"@cloudflare/workerd-windows-64@npm:1.20260421.1": - version: 1.20260421.1 - resolution: "@cloudflare/workerd-windows-64@npm:1.20260421.1" +"@cloudflare/workerd-windows-64@npm:1.20260430.1": + version: 1.20260430.1 + resolution: "@cloudflare/workerd-windows-64@npm:1.20260430.1" conditions: os=win32 & cpu=x64 languageName: node linkType: hard -"@cloudflare/workers-types@npm:^4.20260424.1": - version: 4.20260424.1 - resolution: "@cloudflare/workers-types@npm:4.20260424.1" - checksum: 10c0/82d25c277051927d3dc3fa0b21947b19c478cf71f70180af50a119cd3ac1740ae86aaf65ebad2144aa206a78c05427436d3847e44eb1108404df900e679ee08e +"@cloudflare/workers-types@npm:^4.20260504.1": + version: 4.20260504.1 + resolution: "@cloudflare/workers-types@npm:4.20260504.1" + checksum: 10c0/164400b0785253362ce3624510a63d3bdb6e1cd7623dbca8fe4077a54b48d793c26111d580e796e99218a9b626e18c2fa9cb69a9c8e6eaf90c5eef0b113b377e languageName: node linkType: hard @@ -687,268 +687,268 @@ __metadata: languageName: node linkType: hard -"@oxfmt/binding-android-arm-eabi@npm:0.46.0": - version: 0.46.0 - resolution: "@oxfmt/binding-android-arm-eabi@npm:0.46.0" +"@oxfmt/binding-android-arm-eabi@npm:0.47.0": + version: 0.47.0 + resolution: "@oxfmt/binding-android-arm-eabi@npm:0.47.0" conditions: os=android & cpu=arm languageName: node linkType: hard -"@oxfmt/binding-android-arm64@npm:0.46.0": - version: 0.46.0 - resolution: "@oxfmt/binding-android-arm64@npm:0.46.0" +"@oxfmt/binding-android-arm64@npm:0.47.0": + version: 0.47.0 + resolution: "@oxfmt/binding-android-arm64@npm:0.47.0" conditions: os=android & cpu=arm64 languageName: node linkType: hard -"@oxfmt/binding-darwin-arm64@npm:0.46.0": - version: 0.46.0 - resolution: "@oxfmt/binding-darwin-arm64@npm:0.46.0" +"@oxfmt/binding-darwin-arm64@npm:0.47.0": + version: 0.47.0 + resolution: "@oxfmt/binding-darwin-arm64@npm:0.47.0" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@oxfmt/binding-darwin-x64@npm:0.46.0": - version: 0.46.0 - resolution: "@oxfmt/binding-darwin-x64@npm:0.46.0" +"@oxfmt/binding-darwin-x64@npm:0.47.0": + version: 0.47.0 + resolution: "@oxfmt/binding-darwin-x64@npm:0.47.0" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@oxfmt/binding-freebsd-x64@npm:0.46.0": - version: 0.46.0 - resolution: "@oxfmt/binding-freebsd-x64@npm:0.46.0" +"@oxfmt/binding-freebsd-x64@npm:0.47.0": + version: 0.47.0 + resolution: "@oxfmt/binding-freebsd-x64@npm:0.47.0" conditions: os=freebsd & cpu=x64 languageName: node linkType: hard -"@oxfmt/binding-linux-arm-gnueabihf@npm:0.46.0": - version: 0.46.0 - resolution: "@oxfmt/binding-linux-arm-gnueabihf@npm:0.46.0" +"@oxfmt/binding-linux-arm-gnueabihf@npm:0.47.0": + version: 0.47.0 + resolution: "@oxfmt/binding-linux-arm-gnueabihf@npm:0.47.0" conditions: os=linux & cpu=arm languageName: node linkType: hard -"@oxfmt/binding-linux-arm-musleabihf@npm:0.46.0": - version: 0.46.0 - resolution: "@oxfmt/binding-linux-arm-musleabihf@npm:0.46.0" +"@oxfmt/binding-linux-arm-musleabihf@npm:0.47.0": + version: 0.47.0 + resolution: "@oxfmt/binding-linux-arm-musleabihf@npm:0.47.0" conditions: os=linux & cpu=arm languageName: node linkType: hard -"@oxfmt/binding-linux-arm64-gnu@npm:0.46.0": - version: 0.46.0 - resolution: "@oxfmt/binding-linux-arm64-gnu@npm:0.46.0" +"@oxfmt/binding-linux-arm64-gnu@npm:0.47.0": + version: 0.47.0 + resolution: "@oxfmt/binding-linux-arm64-gnu@npm:0.47.0" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@oxfmt/binding-linux-arm64-musl@npm:0.46.0": - version: 0.46.0 - resolution: "@oxfmt/binding-linux-arm64-musl@npm:0.46.0" +"@oxfmt/binding-linux-arm64-musl@npm:0.47.0": + version: 0.47.0 + resolution: "@oxfmt/binding-linux-arm64-musl@npm:0.47.0" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@oxfmt/binding-linux-ppc64-gnu@npm:0.46.0": - version: 0.46.0 - resolution: "@oxfmt/binding-linux-ppc64-gnu@npm:0.46.0" +"@oxfmt/binding-linux-ppc64-gnu@npm:0.47.0": + version: 0.47.0 + resolution: "@oxfmt/binding-linux-ppc64-gnu@npm:0.47.0" conditions: os=linux & cpu=ppc64 & libc=glibc languageName: node linkType: hard -"@oxfmt/binding-linux-riscv64-gnu@npm:0.46.0": - version: 0.46.0 - resolution: "@oxfmt/binding-linux-riscv64-gnu@npm:0.46.0" +"@oxfmt/binding-linux-riscv64-gnu@npm:0.47.0": + version: 0.47.0 + resolution: "@oxfmt/binding-linux-riscv64-gnu@npm:0.47.0" conditions: os=linux & cpu=riscv64 & libc=glibc languageName: node linkType: hard -"@oxfmt/binding-linux-riscv64-musl@npm:0.46.0": - version: 0.46.0 - resolution: "@oxfmt/binding-linux-riscv64-musl@npm:0.46.0" +"@oxfmt/binding-linux-riscv64-musl@npm:0.47.0": + version: 0.47.0 + resolution: "@oxfmt/binding-linux-riscv64-musl@npm:0.47.0" conditions: os=linux & cpu=riscv64 & libc=musl languageName: node linkType: hard -"@oxfmt/binding-linux-s390x-gnu@npm:0.46.0": - version: 0.46.0 - resolution: "@oxfmt/binding-linux-s390x-gnu@npm:0.46.0" +"@oxfmt/binding-linux-s390x-gnu@npm:0.47.0": + version: 0.47.0 + resolution: "@oxfmt/binding-linux-s390x-gnu@npm:0.47.0" conditions: os=linux & cpu=s390x & libc=glibc languageName: node linkType: hard -"@oxfmt/binding-linux-x64-gnu@npm:0.46.0": - version: 0.46.0 - resolution: "@oxfmt/binding-linux-x64-gnu@npm:0.46.0" +"@oxfmt/binding-linux-x64-gnu@npm:0.47.0": + version: 0.47.0 + resolution: "@oxfmt/binding-linux-x64-gnu@npm:0.47.0" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@oxfmt/binding-linux-x64-musl@npm:0.46.0": - version: 0.46.0 - resolution: "@oxfmt/binding-linux-x64-musl@npm:0.46.0" +"@oxfmt/binding-linux-x64-musl@npm:0.47.0": + version: 0.47.0 + resolution: "@oxfmt/binding-linux-x64-musl@npm:0.47.0" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@oxfmt/binding-openharmony-arm64@npm:0.46.0": - version: 0.46.0 - resolution: "@oxfmt/binding-openharmony-arm64@npm:0.46.0" +"@oxfmt/binding-openharmony-arm64@npm:0.47.0": + version: 0.47.0 + resolution: "@oxfmt/binding-openharmony-arm64@npm:0.47.0" conditions: os=openharmony & cpu=arm64 languageName: node linkType: hard -"@oxfmt/binding-win32-arm64-msvc@npm:0.46.0": - version: 0.46.0 - resolution: "@oxfmt/binding-win32-arm64-msvc@npm:0.46.0" +"@oxfmt/binding-win32-arm64-msvc@npm:0.47.0": + version: 0.47.0 + resolution: "@oxfmt/binding-win32-arm64-msvc@npm:0.47.0" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@oxfmt/binding-win32-ia32-msvc@npm:0.46.0": - version: 0.46.0 - resolution: "@oxfmt/binding-win32-ia32-msvc@npm:0.46.0" +"@oxfmt/binding-win32-ia32-msvc@npm:0.47.0": + version: 0.47.0 + resolution: "@oxfmt/binding-win32-ia32-msvc@npm:0.47.0" conditions: os=win32 & cpu=ia32 languageName: node linkType: hard -"@oxfmt/binding-win32-x64-msvc@npm:0.46.0": - version: 0.46.0 - resolution: "@oxfmt/binding-win32-x64-msvc@npm:0.46.0" +"@oxfmt/binding-win32-x64-msvc@npm:0.47.0": + version: 0.47.0 + resolution: "@oxfmt/binding-win32-x64-msvc@npm:0.47.0" conditions: os=win32 & cpu=x64 languageName: node linkType: hard -"@oxlint/binding-android-arm-eabi@npm:1.61.0": - version: 1.61.0 - resolution: "@oxlint/binding-android-arm-eabi@npm:1.61.0" +"@oxlint/binding-android-arm-eabi@npm:1.62.0": + version: 1.62.0 + resolution: "@oxlint/binding-android-arm-eabi@npm:1.62.0" conditions: os=android & cpu=arm languageName: node linkType: hard -"@oxlint/binding-android-arm64@npm:1.61.0": - version: 1.61.0 - resolution: "@oxlint/binding-android-arm64@npm:1.61.0" +"@oxlint/binding-android-arm64@npm:1.62.0": + version: 1.62.0 + resolution: "@oxlint/binding-android-arm64@npm:1.62.0" conditions: os=android & cpu=arm64 languageName: node linkType: hard -"@oxlint/binding-darwin-arm64@npm:1.61.0": - version: 1.61.0 - resolution: "@oxlint/binding-darwin-arm64@npm:1.61.0" +"@oxlint/binding-darwin-arm64@npm:1.62.0": + version: 1.62.0 + resolution: "@oxlint/binding-darwin-arm64@npm:1.62.0" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@oxlint/binding-darwin-x64@npm:1.61.0": - version: 1.61.0 - resolution: "@oxlint/binding-darwin-x64@npm:1.61.0" +"@oxlint/binding-darwin-x64@npm:1.62.0": + version: 1.62.0 + resolution: "@oxlint/binding-darwin-x64@npm:1.62.0" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@oxlint/binding-freebsd-x64@npm:1.61.0": - version: 1.61.0 - resolution: "@oxlint/binding-freebsd-x64@npm:1.61.0" +"@oxlint/binding-freebsd-x64@npm:1.62.0": + version: 1.62.0 + resolution: "@oxlint/binding-freebsd-x64@npm:1.62.0" conditions: os=freebsd & cpu=x64 languageName: node linkType: hard -"@oxlint/binding-linux-arm-gnueabihf@npm:1.61.0": - version: 1.61.0 - resolution: "@oxlint/binding-linux-arm-gnueabihf@npm:1.61.0" +"@oxlint/binding-linux-arm-gnueabihf@npm:1.62.0": + version: 1.62.0 + resolution: "@oxlint/binding-linux-arm-gnueabihf@npm:1.62.0" conditions: os=linux & cpu=arm languageName: node linkType: hard -"@oxlint/binding-linux-arm-musleabihf@npm:1.61.0": - version: 1.61.0 - resolution: "@oxlint/binding-linux-arm-musleabihf@npm:1.61.0" +"@oxlint/binding-linux-arm-musleabihf@npm:1.62.0": + version: 1.62.0 + resolution: "@oxlint/binding-linux-arm-musleabihf@npm:1.62.0" conditions: os=linux & cpu=arm languageName: node linkType: hard -"@oxlint/binding-linux-arm64-gnu@npm:1.61.0": - version: 1.61.0 - resolution: "@oxlint/binding-linux-arm64-gnu@npm:1.61.0" +"@oxlint/binding-linux-arm64-gnu@npm:1.62.0": + version: 1.62.0 + resolution: "@oxlint/binding-linux-arm64-gnu@npm:1.62.0" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@oxlint/binding-linux-arm64-musl@npm:1.61.0": - version: 1.61.0 - resolution: "@oxlint/binding-linux-arm64-musl@npm:1.61.0" +"@oxlint/binding-linux-arm64-musl@npm:1.62.0": + version: 1.62.0 + resolution: "@oxlint/binding-linux-arm64-musl@npm:1.62.0" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@oxlint/binding-linux-ppc64-gnu@npm:1.61.0": - version: 1.61.0 - resolution: "@oxlint/binding-linux-ppc64-gnu@npm:1.61.0" +"@oxlint/binding-linux-ppc64-gnu@npm:1.62.0": + version: 1.62.0 + resolution: "@oxlint/binding-linux-ppc64-gnu@npm:1.62.0" conditions: os=linux & cpu=ppc64 & libc=glibc languageName: node linkType: hard -"@oxlint/binding-linux-riscv64-gnu@npm:1.61.0": - version: 1.61.0 - resolution: "@oxlint/binding-linux-riscv64-gnu@npm:1.61.0" +"@oxlint/binding-linux-riscv64-gnu@npm:1.62.0": + version: 1.62.0 + resolution: "@oxlint/binding-linux-riscv64-gnu@npm:1.62.0" conditions: os=linux & cpu=riscv64 & libc=glibc languageName: node linkType: hard -"@oxlint/binding-linux-riscv64-musl@npm:1.61.0": - version: 1.61.0 - resolution: "@oxlint/binding-linux-riscv64-musl@npm:1.61.0" +"@oxlint/binding-linux-riscv64-musl@npm:1.62.0": + version: 1.62.0 + resolution: "@oxlint/binding-linux-riscv64-musl@npm:1.62.0" conditions: os=linux & cpu=riscv64 & libc=musl languageName: node linkType: hard -"@oxlint/binding-linux-s390x-gnu@npm:1.61.0": - version: 1.61.0 - resolution: "@oxlint/binding-linux-s390x-gnu@npm:1.61.0" +"@oxlint/binding-linux-s390x-gnu@npm:1.62.0": + version: 1.62.0 + resolution: "@oxlint/binding-linux-s390x-gnu@npm:1.62.0" conditions: os=linux & cpu=s390x & libc=glibc languageName: node linkType: hard -"@oxlint/binding-linux-x64-gnu@npm:1.61.0": - version: 1.61.0 - resolution: "@oxlint/binding-linux-x64-gnu@npm:1.61.0" +"@oxlint/binding-linux-x64-gnu@npm:1.62.0": + version: 1.62.0 + resolution: "@oxlint/binding-linux-x64-gnu@npm:1.62.0" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@oxlint/binding-linux-x64-musl@npm:1.61.0": - version: 1.61.0 - resolution: "@oxlint/binding-linux-x64-musl@npm:1.61.0" +"@oxlint/binding-linux-x64-musl@npm:1.62.0": + version: 1.62.0 + resolution: "@oxlint/binding-linux-x64-musl@npm:1.62.0" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@oxlint/binding-openharmony-arm64@npm:1.61.0": - version: 1.61.0 - resolution: "@oxlint/binding-openharmony-arm64@npm:1.61.0" +"@oxlint/binding-openharmony-arm64@npm:1.62.0": + version: 1.62.0 + resolution: "@oxlint/binding-openharmony-arm64@npm:1.62.0" conditions: os=openharmony & cpu=arm64 languageName: node linkType: hard -"@oxlint/binding-win32-arm64-msvc@npm:1.61.0": - version: 1.61.0 - resolution: "@oxlint/binding-win32-arm64-msvc@npm:1.61.0" +"@oxlint/binding-win32-arm64-msvc@npm:1.62.0": + version: 1.62.0 + resolution: "@oxlint/binding-win32-arm64-msvc@npm:1.62.0" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@oxlint/binding-win32-ia32-msvc@npm:1.61.0": - version: 1.61.0 - resolution: "@oxlint/binding-win32-ia32-msvc@npm:1.61.0" +"@oxlint/binding-win32-ia32-msvc@npm:1.62.0": + version: 1.62.0 + resolution: "@oxlint/binding-win32-ia32-msvc@npm:1.62.0" conditions: os=win32 & cpu=ia32 languageName: node linkType: hard -"@oxlint/binding-win32-x64-msvc@npm:1.61.0": - version: 1.61.0 - resolution: "@oxlint/binding-win32-x64-msvc@npm:1.61.0" +"@oxlint/binding-win32-x64-msvc@npm:1.62.0": + version: 1.62.0 + resolution: "@oxlint/binding-win32-x64-msvc@npm:1.62.0" conditions: os=win32 & cpu=x64 languageName: node linkType: hard @@ -1096,13 +1096,6 @@ __metadata: languageName: node linkType: hard -"@rolldown/pluginutils@npm:1.0.0-rc.15": - version: 1.0.0-rc.15 - resolution: "@rolldown/pluginutils@npm:1.0.0-rc.15" - checksum: 10c0/15eef6a65ee6b2d07405c16999c2333c40d8aeea60bbc35e04957992fe6477c7b278d3f02679688bb928ad2ef3fbd3a6149c116d7dc9928ebf8d1434a0591674 - languageName: node - linkType: hard - "@rolldown/pluginutils@npm:1.0.0-rc.17": version: 1.0.0-rc.17 resolution: "@rolldown/pluginutils@npm:1.0.0-rc.17" @@ -1552,11 +1545,11 @@ __metadata: languageName: node linkType: hard -"@vitejs/plugin-rsc@npm:^0.5.24": - version: 0.5.24 - resolution: "@vitejs/plugin-rsc@npm:0.5.24" +"@vitejs/plugin-rsc@npm:^0.5.25": + version: 0.5.25 + resolution: "@vitejs/plugin-rsc@npm:0.5.25" dependencies: - "@rolldown/pluginutils": "npm:1.0.0-rc.15" + "@rolldown/pluginutils": "npm:1.0.0-rc.17" es-module-lexer: "npm:^2.0.0" estree-walker: "npm:^3.0.3" magic-string: "npm:^0.30.21" @@ -1572,7 +1565,7 @@ __metadata: peerDependenciesMeta: react-server-dom-webpack: optional: true - checksum: 10c0/16fe6faed603356b04e7db9f36e6e9d320206b2b25ff2193504207decb0389d8d094ee5752a15940e31d35a5a23da553f88004a3883783f5a7b5c5cde6c59fc2 + checksum: 10c0/f27a9ac4e432a648461bd73695165fb5f4928c60eec58b1f21f5bd3a3f32c0d73d73bd0a8cb3eddd146bdf9eb39b3485245edcc861455bd3b306e5469840a58a languageName: node linkType: hard @@ -1766,31 +1759,31 @@ __metadata: version: 0.0.0-use.local resolution: "blog-pessoal@workspace:." dependencies: - "@cloudflare/vite-plugin": "npm:^1.33.1" - "@cloudflare/workers-types": "npm:^4.20260424.1" + "@cloudflare/vite-plugin": "npm:^1.35.0" + "@cloudflare/workers-types": "npm:^4.20260504.1" "@tailwindcss/postcss": "npm:^4.2.4" "@tailwindcss/vite": "npm:^4.2.4" "@types/node": "npm:^25.6.0" "@types/react": "npm:^19.2.14" "@types/react-dom": "npm:^19.2.3" "@vitejs/plugin-react": "npm:^6.0.1" - "@vitejs/plugin-rsc": "npm:^0.5.24" + "@vitejs/plugin-rsc": "npm:^0.5.25" "@vitest/coverage-v8": "npm:^4.1.5" husky: "npm:^9.1.7" lint-staged: "npm:^16.4.0" - marked: "npm:^18.0.2" - oxfmt: "npm:^0.46.0" - oxlint: "npm:^1.61.0" + marked: "npm:^18.0.3" + oxfmt: "npm:^0.47.0" + oxlint: "npm:^1.62.0" react: "npm:^19.2.5" react-dom: "npm:^19.2.5" react-server-dom-webpack: "npm:^19.2.5" shiki: "npm:^4.0.2" tailwindcss: "npm:^4.2.4" typescript: "npm:^6.0.3" - vinext: "npm:^0.0.44" + vinext: "npm:^0.0.47" vite: "npm:^8.0.10" vitest: "npm:^4.1.5" - wrangler: "npm:^4.84.1" + wrangler: "npm:^4.87.0" languageName: unknown linkType: soft @@ -2336,6 +2329,15 @@ __metadata: languageName: node linkType: hard +"image-size@npm:2.0.2": + version: 2.0.2 + resolution: "image-size@npm:2.0.2" + bin: + image-size: bin/image-size.js + checksum: 10c0/f09dd0f7cf8511cd20e4f756bdb5a7cb6d2240de3323f41bde266bed8373392a293892bf12e907e2995f52833fd88dd27cf6b1a52ab93968afc716cb78cd7b79 + languageName: node + linkType: hard + "is-extglob@npm:^2.1.1": version: 2.1.1 resolution: "is-extglob@npm:2.1.1" @@ -2635,12 +2637,12 @@ __metadata: languageName: node linkType: hard -"marked@npm:^18.0.2": - version: 18.0.2 - resolution: "marked@npm:18.0.2" +"marked@npm:^18.0.3": + version: 18.0.3 + resolution: "marked@npm:18.0.3" bin: marked: bin/marked.js - checksum: 10c0/d04f58c0dee158a8069dad88de549b0039f2af7e1f0fd078aa783f360655e39296662f6c722dc6dd94c1c9ce9ba7ca9355ee1d8d77dd7b9a2f8162ebac6d9bbd + checksum: 10c0/f2943a439acf17942058f8e4c51373e0f8aa88194b55625ffa22db7955b9c2752fe9bdd4a31498f667d30e5667bab2c27e3f2f56a1045f53b693f000a6199840 languageName: node linkType: hard @@ -2727,19 +2729,19 @@ __metadata: languageName: node linkType: hard -"miniflare@npm:4.20260421.0": - version: 4.20260421.0 - resolution: "miniflare@npm:4.20260421.0" +"miniflare@npm:4.20260430.0": + version: 4.20260430.0 + resolution: "miniflare@npm:4.20260430.0" dependencies: "@cspotcode/source-map-support": "npm:0.8.1" sharp: "npm:^0.34.5" undici: "npm:7.24.8" - workerd: "npm:1.20260421.1" + workerd: "npm:1.20260430.1" ws: "npm:8.18.0" youch: "npm:4.1.0-beta.10" bin: miniflare: bootstrap.js - checksum: 10c0/3a74aae66399a4fa194516b2bc03034cdb850c15ce7d514c10d6e54556020c10b71cbadc05e150a5d277b7dc1c3951f29efe1f5288b7eaea333e2d0a7700f860 + checksum: 10c0/de3c3907c3885f31f6b6ead8f9fdc198c11ed3dc09d618ce43651006d65cb3bcf110021b3d0bb2a999c5de80f1df65b5a67e8a431ecbdc02c756d402334e9cfe languageName: node linkType: hard @@ -2847,29 +2849,29 @@ __metadata: languageName: node linkType: hard -"oxfmt@npm:^0.46.0": - version: 0.46.0 - resolution: "oxfmt@npm:0.46.0" - dependencies: - "@oxfmt/binding-android-arm-eabi": "npm:0.46.0" - "@oxfmt/binding-android-arm64": "npm:0.46.0" - "@oxfmt/binding-darwin-arm64": "npm:0.46.0" - "@oxfmt/binding-darwin-x64": "npm:0.46.0" - "@oxfmt/binding-freebsd-x64": "npm:0.46.0" - "@oxfmt/binding-linux-arm-gnueabihf": "npm:0.46.0" - "@oxfmt/binding-linux-arm-musleabihf": "npm:0.46.0" - "@oxfmt/binding-linux-arm64-gnu": "npm:0.46.0" - "@oxfmt/binding-linux-arm64-musl": "npm:0.46.0" - "@oxfmt/binding-linux-ppc64-gnu": "npm:0.46.0" - "@oxfmt/binding-linux-riscv64-gnu": "npm:0.46.0" - "@oxfmt/binding-linux-riscv64-musl": "npm:0.46.0" - "@oxfmt/binding-linux-s390x-gnu": "npm:0.46.0" - "@oxfmt/binding-linux-x64-gnu": "npm:0.46.0" - "@oxfmt/binding-linux-x64-musl": "npm:0.46.0" - "@oxfmt/binding-openharmony-arm64": "npm:0.46.0" - "@oxfmt/binding-win32-arm64-msvc": "npm:0.46.0" - "@oxfmt/binding-win32-ia32-msvc": "npm:0.46.0" - "@oxfmt/binding-win32-x64-msvc": "npm:0.46.0" +"oxfmt@npm:^0.47.0": + version: 0.47.0 + resolution: "oxfmt@npm:0.47.0" + dependencies: + "@oxfmt/binding-android-arm-eabi": "npm:0.47.0" + "@oxfmt/binding-android-arm64": "npm:0.47.0" + "@oxfmt/binding-darwin-arm64": "npm:0.47.0" + "@oxfmt/binding-darwin-x64": "npm:0.47.0" + "@oxfmt/binding-freebsd-x64": "npm:0.47.0" + "@oxfmt/binding-linux-arm-gnueabihf": "npm:0.47.0" + "@oxfmt/binding-linux-arm-musleabihf": "npm:0.47.0" + "@oxfmt/binding-linux-arm64-gnu": "npm:0.47.0" + "@oxfmt/binding-linux-arm64-musl": "npm:0.47.0" + "@oxfmt/binding-linux-ppc64-gnu": "npm:0.47.0" + "@oxfmt/binding-linux-riscv64-gnu": "npm:0.47.0" + "@oxfmt/binding-linux-riscv64-musl": "npm:0.47.0" + "@oxfmt/binding-linux-s390x-gnu": "npm:0.47.0" + "@oxfmt/binding-linux-x64-gnu": "npm:0.47.0" + "@oxfmt/binding-linux-x64-musl": "npm:0.47.0" + "@oxfmt/binding-openharmony-arm64": "npm:0.47.0" + "@oxfmt/binding-win32-arm64-msvc": "npm:0.47.0" + "@oxfmt/binding-win32-ia32-msvc": "npm:0.47.0" + "@oxfmt/binding-win32-x64-msvc": "npm:0.47.0" tinypool: "npm:2.1.0" dependenciesMeta: "@oxfmt/binding-android-arm-eabi": @@ -2912,33 +2914,33 @@ __metadata: optional: true bin: oxfmt: bin/oxfmt - checksum: 10c0/bc258840802ac8f66a2a24fc7a5b87d668d0da41d3033811aa30583483b1f66299c3648e34edbe45b4c97d061cbbec208a439a498b1a2ccefd94d73b780fef46 - languageName: node - linkType: hard - -"oxlint@npm:^1.61.0": - version: 1.61.0 - resolution: "oxlint@npm:1.61.0" - dependencies: - "@oxlint/binding-android-arm-eabi": "npm:1.61.0" - "@oxlint/binding-android-arm64": "npm:1.61.0" - "@oxlint/binding-darwin-arm64": "npm:1.61.0" - "@oxlint/binding-darwin-x64": "npm:1.61.0" - "@oxlint/binding-freebsd-x64": "npm:1.61.0" - "@oxlint/binding-linux-arm-gnueabihf": "npm:1.61.0" - "@oxlint/binding-linux-arm-musleabihf": "npm:1.61.0" - "@oxlint/binding-linux-arm64-gnu": "npm:1.61.0" - "@oxlint/binding-linux-arm64-musl": "npm:1.61.0" - "@oxlint/binding-linux-ppc64-gnu": "npm:1.61.0" - "@oxlint/binding-linux-riscv64-gnu": "npm:1.61.0" - "@oxlint/binding-linux-riscv64-musl": "npm:1.61.0" - "@oxlint/binding-linux-s390x-gnu": "npm:1.61.0" - "@oxlint/binding-linux-x64-gnu": "npm:1.61.0" - "@oxlint/binding-linux-x64-musl": "npm:1.61.0" - "@oxlint/binding-openharmony-arm64": "npm:1.61.0" - "@oxlint/binding-win32-arm64-msvc": "npm:1.61.0" - "@oxlint/binding-win32-ia32-msvc": "npm:1.61.0" - "@oxlint/binding-win32-x64-msvc": "npm:1.61.0" + checksum: 10c0/2651c383e1a35d88e573a74e714e618cb0dcc0ec9c522dcbd822baa75aa2d793bd657d8abdfbb3e27f0a9886be174ebe620f842a7c0e86a18c7b591d59f649c1 + languageName: node + linkType: hard + +"oxlint@npm:^1.62.0": + version: 1.62.0 + resolution: "oxlint@npm:1.62.0" + dependencies: + "@oxlint/binding-android-arm-eabi": "npm:1.62.0" + "@oxlint/binding-android-arm64": "npm:1.62.0" + "@oxlint/binding-darwin-arm64": "npm:1.62.0" + "@oxlint/binding-darwin-x64": "npm:1.62.0" + "@oxlint/binding-freebsd-x64": "npm:1.62.0" + "@oxlint/binding-linux-arm-gnueabihf": "npm:1.62.0" + "@oxlint/binding-linux-arm-musleabihf": "npm:1.62.0" + "@oxlint/binding-linux-arm64-gnu": "npm:1.62.0" + "@oxlint/binding-linux-arm64-musl": "npm:1.62.0" + "@oxlint/binding-linux-ppc64-gnu": "npm:1.62.0" + "@oxlint/binding-linux-riscv64-gnu": "npm:1.62.0" + "@oxlint/binding-linux-riscv64-musl": "npm:1.62.0" + "@oxlint/binding-linux-s390x-gnu": "npm:1.62.0" + "@oxlint/binding-linux-x64-gnu": "npm:1.62.0" + "@oxlint/binding-linux-x64-musl": "npm:1.62.0" + "@oxlint/binding-openharmony-arm64": "npm:1.62.0" + "@oxlint/binding-win32-arm64-msvc": "npm:1.62.0" + "@oxlint/binding-win32-ia32-msvc": "npm:1.62.0" + "@oxlint/binding-win32-x64-msvc": "npm:1.62.0" peerDependencies: oxlint-tsgolint: ">=0.18.0" dependenciesMeta: @@ -2985,7 +2987,7 @@ __metadata: optional: true bin: oxlint: bin/oxlint - checksum: 10c0/9f041882e722479a1f1a2f9da57279b9a9f67d45c6ce45a9984bf4134f68ff01d5a0b91162f73968444c84ea4a2627094a26da392455f141e26b74c34ec895d4 + checksum: 10c0/12045a9ab4054d25d56d55edf73e64dbe9418aeb84e46e5aacfbfe49a50a29d9897dc078e86c3a82c2adeec38df2e756431644d6df78a94265850952f49117bf languageName: node linkType: hard @@ -3765,12 +3767,13 @@ __metadata: languageName: node linkType: hard -"vinext@npm:^0.0.44": - version: 0.0.44 - resolution: "vinext@npm:0.0.44" +"vinext@npm:^0.0.47": + version: 0.0.47 + resolution: "vinext@npm:0.0.47" dependencies: "@unpic/react": "npm:^1.0.2" "@vercel/og": "npm:^0.8.6" + image-size: "npm:2.0.2" magic-string: "npm:^0.30.21" vite-plugin-commonjs: "npm:^0.10.4" vite-tsconfig-paths: "npm:^6.1.1" @@ -3791,7 +3794,7 @@ __metadata: optional: true bin: vinext: dist/cli.js - checksum: 10c0/325ee24dd9d8266493520231e430c6f2787179189cf114218f9ec5751f6ba44b1b66637137b05267cbe8c6f56c3a99d2fff02ff4a23f0152465df0529383f94e + checksum: 10c0/17daaf07933e5e675268c9fc4189059d1389166864de8692a390dd201ed5270df6aa5fc0e189c2f254e876546ef577e310079d7cb81ca9885dbd2e67299ffa05 languageName: node linkType: hard @@ -3998,15 +4001,15 @@ __metadata: languageName: node linkType: hard -"workerd@npm:1.20260421.1": - version: 1.20260421.1 - resolution: "workerd@npm:1.20260421.1" +"workerd@npm:1.20260430.1": + version: 1.20260430.1 + resolution: "workerd@npm:1.20260430.1" dependencies: - "@cloudflare/workerd-darwin-64": "npm:1.20260421.1" - "@cloudflare/workerd-darwin-arm64": "npm:1.20260421.1" - "@cloudflare/workerd-linux-64": "npm:1.20260421.1" - "@cloudflare/workerd-linux-arm64": "npm:1.20260421.1" - "@cloudflare/workerd-windows-64": "npm:1.20260421.1" + "@cloudflare/workerd-darwin-64": "npm:1.20260430.1" + "@cloudflare/workerd-darwin-arm64": "npm:1.20260430.1" + "@cloudflare/workerd-linux-64": "npm:1.20260430.1" + "@cloudflare/workerd-linux-arm64": "npm:1.20260430.1" + "@cloudflare/workerd-windows-64": "npm:1.20260430.1" dependenciesMeta: "@cloudflare/workerd-darwin-64": optional: true @@ -4020,25 +4023,25 @@ __metadata: optional: true bin: workerd: bin/workerd - checksum: 10c0/fee7c72e8e3a22b8a98d02c9926f8d4827b6f5aa0c1065463457331b9245473e471ad64221757304026b143c2fc2a2a9bea958a6170561ab93b963ec36e2c428 + checksum: 10c0/b661f65b4afa33ee117d34758e0e7eae96b615abfc96843cfc33ab0fb92c1875bbf00ba62c701b595b410581095da12b7ac15271b09d583b58d39b31bf89441f languageName: node linkType: hard -"wrangler@npm:4.84.1, wrangler@npm:^4.84.1": - version: 4.84.1 - resolution: "wrangler@npm:4.84.1" +"wrangler@npm:4.87.0, wrangler@npm:^4.87.0": + version: 4.87.0 + resolution: "wrangler@npm:4.87.0" dependencies: - "@cloudflare/kv-asset-handler": "npm:0.4.2" - "@cloudflare/unenv-preset": "npm:2.16.0" + "@cloudflare/kv-asset-handler": "npm:0.5.0" + "@cloudflare/unenv-preset": "npm:2.16.1" blake3-wasm: "npm:2.1.5" esbuild: "npm:0.27.3" fsevents: "npm:~2.3.2" - miniflare: "npm:4.20260421.0" + miniflare: "npm:4.20260430.0" path-to-regexp: "npm:6.3.0" unenv: "npm:2.0.0-rc.24" - workerd: "npm:1.20260421.1" + workerd: "npm:1.20260430.1" peerDependencies: - "@cloudflare/workers-types": ^4.20260421.1 + "@cloudflare/workers-types": ^4.20260430.1 dependenciesMeta: fsevents: optional: true @@ -4048,7 +4051,7 @@ __metadata: bin: wrangler: bin/wrangler.js wrangler2: bin/wrangler.js - checksum: 10c0/cebf371687f278969e32592ddc327490c4efc7300537af06d1e60656a6d82e06100f1204a47d274c0ce57df3659bc0544c42848b9c3cbbeaeec209bdf180e277 + checksum: 10c0/cfe6bf371f547d56523ad01a9894d80c98a818eff77fd68815edb99886a4e07e95ba6060eb098951a0312c4e0a7e4431844fa89a49abff992a33609abd1ed5e7 languageName: node linkType: hard