diff --git a/.changeset/angry-walls-cheer.md b/.changeset/angry-walls-cheer.md deleted file mode 100644 index 5e067722f468..000000000000 --- a/.changeset/angry-walls-cheer.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -"create-cloudflare": patch ---- - -fix: ensure shell scripts work on Windows - -Our use of `shell-quote` was causing problems on Windows where it was -escaping character (such as `@`) by placing a backslash in front. -This made Windows think that such path arguments, were at the root. - -For example, `npm install -D @cloudflare/workers-types` was being converted to -`npm install -D \@cloudflare/workers-types`, which resulted in errors like: - -``` -npm ERR! enoent ENOENT: no such file or directory, open 'D:\@cloudflare\workers-types\package.json' -``` - -Now we just rely directly on the Node.js `spawn` API to avoid any shell quoting -concerns. This has resulted in a slightly less streamlined experience for people -writing C3 plugins, but has the benefit that the developer doesn't have to worry -about quoting spawn arguments. - -Closes https://github.com/cloudflare/workers-sdk/issues/4282 diff --git a/.changeset/c3-frameworks-update-4432.md b/.changeset/c3-frameworks-update-4432.md deleted file mode 100644 index 1b5149cefc46..000000000000 --- a/.changeset/c3-frameworks-update-4432.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-cloudflare": patch ---- - -C3: Bumped `create-solid` from `0.3.9` to `0.3.10` diff --git a/.changeset/c3-frameworks-update-4465.md b/.changeset/c3-frameworks-update-4465.md deleted file mode 100644 index 789342e5dfc8..000000000000 --- a/.changeset/c3-frameworks-update-4465.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-cloudflare": patch ---- - -C3: Bumped `create-svelte` from `5.2.0` to `5.3.1` diff --git a/.changeset/c3-frameworks-update-4472.md b/.changeset/c3-frameworks-update-4472.md deleted file mode 100644 index c0d6046be328..000000000000 --- a/.changeset/c3-frameworks-update-4472.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-cloudflare": patch ---- - -C3: Bumped `nuxi` from `3.9.1` to `3.10.0` diff --git a/.changeset/c3-frameworks-update-4491.md b/.changeset/c3-frameworks-update-4491.md deleted file mode 100644 index f9eb14379f67..000000000000 --- a/.changeset/c3-frameworks-update-4491.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-cloudflare": patch ---- - -C3: Bumped `create-qwik` from `1.2.17` to `1.2.19` diff --git a/.changeset/c3-frameworks-update-4504.md b/.changeset/c3-frameworks-update-4504.md deleted file mode 100644 index 25af436429db..000000000000 --- a/.changeset/c3-frameworks-update-4504.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-cloudflare": patch ---- - -C3: Bumped `@angular/create` from `17.0.1` to `17.0.3` diff --git a/.changeset/c3-frameworks-update-4506.md b/.changeset/c3-frameworks-update-4506.md deleted file mode 100644 index 4c065d5a5417..000000000000 --- a/.changeset/c3-frameworks-update-4506.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-cloudflare": patch ---- - -C3: Bumped `gatsby` from `5.12.9` to `5.12.11` diff --git a/.changeset/c3-frameworks-update-4507.md b/.changeset/c3-frameworks-update-4507.md deleted file mode 100644 index fa7ca31a91e5..000000000000 --- a/.changeset/c3-frameworks-update-4507.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-cloudflare": patch ---- - -C3: Bumped `create-remix` from `2.2.0` to `2.3.1` diff --git a/.changeset/c3-frameworks-update-4508.md b/.changeset/c3-frameworks-update-4508.md deleted file mode 100644 index 2a57c7d0c4c1..000000000000 --- a/.changeset/c3-frameworks-update-4508.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-cloudflare": patch ---- - -C3: Bumped `create-svelte` from `5.3.1` to `5.3.2` diff --git a/.changeset/c3-frameworks-update-4530.md b/.changeset/c3-frameworks-update-4530.md deleted file mode 100644 index 0613068c796a..000000000000 --- a/.changeset/c3-frameworks-update-4530.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-cloudflare": patch ---- - -C3: Bumped `@angular/create` from `17.0.3` to `17.0.5` diff --git a/.changeset/early-lizards-knock.md b/.changeset/early-lizards-knock.md deleted file mode 100644 index 22559b8c23f1..000000000000 --- a/.changeset/early-lizards-knock.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"create-cloudflare": patch ---- - -Minor improvements when using the `--existing-script scriptName` flag: - -- Format the type as "Pre-existing Worker (from Dashboard)" -- Defaults the project name to `scriptName` diff --git a/.changeset/itchy-days-greet.md b/.changeset/itchy-days-greet.md deleted file mode 100644 index 9b17076b51e0..000000000000 --- a/.changeset/itchy-days-greet.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-cloudflare": minor ---- - -Change the default project type to the hello world worker script. diff --git a/.changeset/popular-dolls-enjoy.md b/.changeset/popular-dolls-enjoy.md deleted file mode 100644 index edb50a281299..000000000000 --- a/.changeset/popular-dolls-enjoy.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"create-cloudflare": patch ---- - -fix: update Nuxt template to work on Windows - -Rather than relying upon the non-Windows shell syntax to specify an environment variable, -we now update the `nuxt.config.ts` files to include the cloudflare preset. - -Fixes #4285 diff --git a/.changeset/real-students-poke.md b/.changeset/real-students-poke.md deleted file mode 100644 index be78f4593e2e..000000000000 --- a/.changeset/real-students-poke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-cloudflare": patch ---- - -fix: ensure Angular alter-polyfill script works on Windows diff --git a/.changeset/shiny-poets-smell.md b/.changeset/shiny-poets-smell.md deleted file mode 100644 index f78046498c8a..000000000000 --- a/.changeset/shiny-poets-smell.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"wrangler": minor ---- - -fix: change `wrangler (pages) dev` to listen on `localhost` by default - -Previously, Wrangler listened on all interfaces (`*`) by default. This change switches `wrangler (pages) dev` to just listen on local interfaces. Whilst this is technically a breaking change, we've decided the security benefits outweigh the potential disruption caused. If you need to access your dev server from another device on your network, you can use `wrangler (pages) dev --ip *` to restore the previous behaviour. diff --git a/.changeset/soft-chairs-share.md b/.changeset/soft-chairs-share.md deleted file mode 100644 index 8cd56cebb7e6..000000000000 --- a/.changeset/soft-chairs-share.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"miniflare": patch ---- - -fix: remove `__STATIC_CONTENT_MANIFEST` from module worker `env` - -When using Workers Sites with a module worker, the asset manifest must be imported from the `__STATIC_CONTENT_MANIFEST` virtual module. Miniflare provided this module, but also erroneously added `__STATIC_CONTENT_MANIFEST` to the `env` object too. Whilst this didn't break anything locally, it could cause users to develop Workers that ran locally, but not when deployed. This change ensures `env` doesn't contain `__STATIC_CONTENT_MANIFEST`. diff --git a/.changeset/tidy-planes-peel.md b/.changeset/tidy-planes-peel.md deleted file mode 100644 index 86d06774a636..000000000000 --- a/.changeset/tidy-planes-peel.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"create-cloudflare": minor ---- - -C3: Use latest version of `wrangler` and `@cloudflare/workers-types`. - -Also updates the `types` entry of the project's `tsconfig.json` to use type definitions corresponding to the latest compatibility date. diff --git a/packages/create-cloudflare/CHANGELOG.md b/packages/create-cloudflare/CHANGELOG.md index c683361645f9..adf52f4f169b 100644 --- a/packages/create-cloudflare/CHANGELOG.md +++ b/packages/create-cloudflare/CHANGELOG.md @@ -1,5 +1,69 @@ # create-cloudflare +## 2.8.0 + +### Minor Changes + +- [#4494](https://github.com/cloudflare/workers-sdk/pull/4494) [`9bea4e32`](https://github.com/cloudflare/workers-sdk/commit/9bea4e32c6da9217c9a50e498f15ba49446131e1) Thanks [@RamIdeas](https://github.com/RamIdeas)! - Change the default project type to the hello world worker script. + +* [#4525](https://github.com/cloudflare/workers-sdk/pull/4525) [`294ca542`](https://github.com/cloudflare/workers-sdk/commit/294ca542c6ad57685b97fd787bfc3fe47c3cae74) Thanks [@jculvey](https://github.com/jculvey)! - C3: Use latest version of `wrangler` and `@cloudflare/workers-types`. + + Also updates the `types` entry of the project's `tsconfig.json` to use type definitions corresponding to the latest compatibility date. + +### Patch Changes + +- [#4445](https://github.com/cloudflare/workers-sdk/pull/4445) [`652cc422`](https://github.com/cloudflare/workers-sdk/commit/652cc4222e28cb303c330c5264874b2ba2810dac) Thanks [@petebacondarwin](https://github.com/petebacondarwin)! - fix: ensure shell scripts work on Windows + + Our use of `shell-quote` was causing problems on Windows where it was + escaping character (such as `@`) by placing a backslash in front. + This made Windows think that such path arguments, were at the root. + + For example, `npm install -D @cloudflare/workers-types` was being converted to + `npm install -D \@cloudflare/workers-types`, which resulted in errors like: + + ``` + npm ERR! enoent ENOENT: no such file or directory, open 'D:\@cloudflare\workers-types\package.json' + ``` + + Now we just rely directly on the Node.js `spawn` API to avoid any shell quoting + concerns. This has resulted in a slightly less streamlined experience for people + writing C3 plugins, but has the benefit that the developer doesn't have to worry + about quoting spawn arguments. + + Closes https://github.com/cloudflare/workers-sdk/issues/4282 + +* [#4432](https://github.com/cloudflare/workers-sdk/pull/4432) [`04a2d0ed`](https://github.com/cloudflare/workers-sdk/commit/04a2d0ed6fca1c366cd891b54026c34e1c1a5701) Thanks [@dependabot](https://github.com/apps/dependabot)! - C3: Bumped `create-solid` from `0.3.9` to `0.3.10` + +- [#4465](https://github.com/cloudflare/workers-sdk/pull/4465) [`d79a68fd`](https://github.com/cloudflare/workers-sdk/commit/d79a68fd463e9de973ee87b0ed9566a936f24220) Thanks [@dependabot](https://github.com/apps/dependabot)! - C3: Bumped `create-svelte` from `5.2.0` to `5.3.1` + +* [#4472](https://github.com/cloudflare/workers-sdk/pull/4472) [`beed1575`](https://github.com/cloudflare/workers-sdk/commit/beed157532301dfc637f354a8d2814bc0544e7a3) Thanks [@dependabot](https://github.com/apps/dependabot)! - C3: Bumped `nuxi` from `3.9.1` to `3.10.0` + +- [#4491](https://github.com/cloudflare/workers-sdk/pull/4491) [`e6ddf8a7`](https://github.com/cloudflare/workers-sdk/commit/e6ddf8a71b11419bc46dbdddda748ef9fe84116c) Thanks [@dependabot](https://github.com/apps/dependabot)! - C3: Bumped `create-qwik` from `1.2.17` to `1.2.19` + +* [#4504](https://github.com/cloudflare/workers-sdk/pull/4504) [`3b5407a9`](https://github.com/cloudflare/workers-sdk/commit/3b5407a968189e60974233c5db8615162db37fd2) Thanks [@dependabot](https://github.com/apps/dependabot)! - C3: Bumped `@angular/create` from `17.0.1` to `17.0.3` + +- [#4506](https://github.com/cloudflare/workers-sdk/pull/4506) [`d8b5a01e`](https://github.com/cloudflare/workers-sdk/commit/d8b5a01e2b7be4a52de22989aec35cad580f9fb2) Thanks [@dependabot](https://github.com/apps/dependabot)! - C3: Bumped `gatsby` from `5.12.9` to `5.12.11` + +* [#4507](https://github.com/cloudflare/workers-sdk/pull/4507) [`743d15fe`](https://github.com/cloudflare/workers-sdk/commit/743d15fe76b6330f439e74596a7cadecc0bf85d2) Thanks [@dependabot](https://github.com/apps/dependabot)! - C3: Bumped `create-remix` from `2.2.0` to `2.3.1` + +- [#4508](https://github.com/cloudflare/workers-sdk/pull/4508) [`743df0af`](https://github.com/cloudflare/workers-sdk/commit/743df0af21cf2f8763be9403f3f00e6ecd47cef6) Thanks [@dependabot](https://github.com/apps/dependabot)! - C3: Bumped `create-svelte` from `5.3.1` to `5.3.2` + +* [#4530](https://github.com/cloudflare/workers-sdk/pull/4530) [`774b16c9`](https://github.com/cloudflare/workers-sdk/commit/774b16c9138bbe7e7d42a8a27048755191010167) Thanks [@dependabot](https://github.com/apps/dependabot)! - C3: Bumped `@angular/create` from `17.0.3` to `17.0.5` + +- [#4481](https://github.com/cloudflare/workers-sdk/pull/4481) [`18a4dd92`](https://github.com/cloudflare/workers-sdk/commit/18a4dd92456f955ccbb35567a88475beafda01c0) Thanks [@jculvey](https://github.com/jculvey)! - Minor improvements when using the `--existing-script scriptName` flag: + + - Format the type as "Pre-existing Worker (from Dashboard)" + - Defaults the project name to `scriptName` + +* [#4445](https://github.com/cloudflare/workers-sdk/pull/4445) [`652cc422`](https://github.com/cloudflare/workers-sdk/commit/652cc4222e28cb303c330c5264874b2ba2810dac) Thanks [@petebacondarwin](https://github.com/petebacondarwin)! - fix: update Nuxt template to work on Windows + + Rather than relying upon the non-Windows shell syntax to specify an environment variable, + we now update the `nuxt.config.ts` files to include the cloudflare preset. + + Fixes #4285 + +- [#4520](https://github.com/cloudflare/workers-sdk/pull/4520) [`1b945a07`](https://github.com/cloudflare/workers-sdk/commit/1b945a07bd5e7e299a955ea23e6c6e335bd8ba0a) Thanks [@petebacondarwin](https://github.com/petebacondarwin)! - fix: ensure Angular alter-polyfill script works on Windows + ## 2.7.1 ### Patch Changes diff --git a/packages/create-cloudflare/package.json b/packages/create-cloudflare/package.json index 325d2e86f118..f0309d3a11d4 100644 --- a/packages/create-cloudflare/package.json +++ b/packages/create-cloudflare/package.json @@ -1,6 +1,6 @@ { "name": "create-cloudflare", - "version": "2.7.1", + "version": "2.8.0", "description": "A CLI for creating and deploying new applications to Cloudflare.", "keywords": [ "cloudflare", diff --git a/packages/miniflare/CHANGELOG.md b/packages/miniflare/CHANGELOG.md index 99695a877650..47e2ceb577e5 100644 --- a/packages/miniflare/CHANGELOG.md +++ b/packages/miniflare/CHANGELOG.md @@ -1,5 +1,13 @@ # miniflare +## 3.20231030.2 + +### Patch Changes + +- [#4505](https://github.com/cloudflare/workers-sdk/pull/4505) [`1b348782`](https://github.com/cloudflare/workers-sdk/commit/1b34878287e3c98e8743e0a9c30b860107d4fcbe) Thanks [@mrbbot](https://github.com/mrbbot)! - fix: remove `__STATIC_CONTENT_MANIFEST` from module worker `env` + + When using Workers Sites with a module worker, the asset manifest must be imported from the `__STATIC_CONTENT_MANIFEST` virtual module. Miniflare provided this module, but also erroneously added `__STATIC_CONTENT_MANIFEST` to the `env` object too. Whilst this didn't break anything locally, it could cause users to develop Workers that ran locally, but not when deployed. This change ensures `env` doesn't contain `__STATIC_CONTENT_MANIFEST`. + ## 3.20231030.1 ### Minor Changes diff --git a/packages/miniflare/package.json b/packages/miniflare/package.json index a0151000dbb6..aee55ab0f06e 100644 --- a/packages/miniflare/package.json +++ b/packages/miniflare/package.json @@ -1,6 +1,6 @@ { "name": "miniflare", - "version": "3.20231030.1", + "version": "3.20231030.2", "description": "Fun, full-featured, fully-local simulator for Cloudflare Workers", "keywords": [ "cloudflare", diff --git a/packages/pages-shared/CHANGELOG.md b/packages/pages-shared/CHANGELOG.md index aa210f513393..2349a6b0b9de 100644 --- a/packages/pages-shared/CHANGELOG.md +++ b/packages/pages-shared/CHANGELOG.md @@ -1,5 +1,12 @@ # @cloudflare/pages-shared +## 0.11.2 + +### Patch Changes + +- Updated dependencies [[`1b348782`](https://github.com/cloudflare/workers-sdk/commit/1b34878287e3c98e8743e0a9c30b860107d4fcbe)]: + - miniflare@3.20231030.2 + ## 0.11.1 ### Patch Changes diff --git a/packages/pages-shared/package.json b/packages/pages-shared/package.json index d8bf6b0f9e48..66935a14df0d 100644 --- a/packages/pages-shared/package.json +++ b/packages/pages-shared/package.json @@ -1,6 +1,6 @@ { "name": "@cloudflare/pages-shared", - "version": "0.11.1", + "version": "0.11.2", "repository": { "type": "git", "url": "https://github.com/cloudflare/workers-sdk.git", diff --git a/packages/wrangler/CHANGELOG.md b/packages/wrangler/CHANGELOG.md index 2f5ba11d6404..810478f09fd4 100644 --- a/packages/wrangler/CHANGELOG.md +++ b/packages/wrangler/CHANGELOG.md @@ -1,5 +1,18 @@ # wrangler +## 3.18.0 + +### Minor Changes + +- [#4532](https://github.com/cloudflare/workers-sdk/pull/4532) [`311ffbd5`](https://github.com/cloudflare/workers-sdk/commit/311ffbd5064f8301ac6f0311bbe5630897923b93) Thanks [@mrbbot](https://github.com/mrbbot)! - fix: change `wrangler (pages) dev` to listen on `localhost` by default + + Previously, Wrangler listened on all interfaces (`*`) by default. This change switches `wrangler (pages) dev` to just listen on local interfaces. Whilst this is technically a breaking change, we've decided the security benefits outweigh the potential disruption caused. If you need to access your dev server from another device on your network, you can use `wrangler (pages) dev --ip *` to restore the previous behaviour. + +### Patch Changes + +- Updated dependencies [[`1b348782`](https://github.com/cloudflare/workers-sdk/commit/1b34878287e3c98e8743e0a9c30b860107d4fcbe)]: + - miniflare@3.20231030.2 + ## 3.17.1 ### Patch Changes diff --git a/packages/wrangler/package.json b/packages/wrangler/package.json index 558e8413bfcd..8e5af21c9196 100644 --- a/packages/wrangler/package.json +++ b/packages/wrangler/package.json @@ -1,6 +1,6 @@ { "name": "wrangler", - "version": "3.17.1", + "version": "3.18.0", "description": "Command-line interface for all things Cloudflare Workers", "keywords": [ "wrangler", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 97381ccef272..b9a7dfa64810 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -937,7 +937,7 @@ importers: version: 5.23.0 wrangler: specifier: ^3.5.1 - version: 3.16.0 + version: link:../wrangler packages/prerelease-registry: dependencies: @@ -1499,7 +1499,7 @@ importers: version: 6.5.1 wrangler: specifier: ^3.0.0 - version: 3.16.0 + version: link:../wrangler packages: @@ -3534,6 +3534,7 @@ packages: resolution: {integrity: sha512-MVbXLbTcAotOPUj0pAMhVtJ+3/kFkwJqc5qNOleOZTv6QkZZABDMS21dSrSlVswEHwrpWC03e4fWytjqKvuE2A==} dependencies: mime: 3.0.0 + dev: false /@cloudflare/kv-asset-handler@0.3.0: resolution: {integrity: sha512-9CB/MKf/wdvbfkUdfrj+OkEwZ5b7rws0eogJ4293h+7b6KX5toPwym+VQKmILafNB9YiehqY0DlNrDcDhdWHSQ==} @@ -3641,6 +3642,7 @@ packages: cpu: [x64] os: [darwin] requiresBuild: true + dev: false optional: true /@cloudflare/workerd-darwin-arm64@1.20231030.0: @@ -3649,6 +3651,7 @@ packages: cpu: [arm64] os: [darwin] requiresBuild: true + dev: false optional: true /@cloudflare/workerd-linux-64@1.20231030.0: @@ -3657,6 +3660,7 @@ packages: cpu: [x64] os: [linux] requiresBuild: true + dev: false optional: true /@cloudflare/workerd-linux-arm64@1.20231030.0: @@ -3665,6 +3669,7 @@ packages: cpu: [arm64] os: [linux] requiresBuild: true + dev: false optional: true /@cloudflare/workerd-windows-64@1.20231030.0: @@ -3673,6 +3678,7 @@ packages: cpu: [x64] os: [win32] requiresBuild: true + dev: false optional: true /@cloudflare/workers-types@3.18.0: @@ -3744,6 +3750,7 @@ packages: esbuild: '*' dependencies: esbuild: 0.17.19 + dev: false /@esbuild-plugins/node-modules-polyfill@0.2.2(esbuild@0.17.19): resolution: {integrity: sha512-LXV7QsWJxRuMYvKbiznh+U1ilIop3g2TeKRzUxOG5X3YITc8JyyTa90BmLwqqv0YnX4v32CSlG+vsziZp9dMvA==} @@ -3753,6 +3760,7 @@ packages: esbuild: 0.17.19 escape-string-regexp: 4.0.0 rollup-plugin-node-polyfills: 0.2.1 + dev: false /@esbuild/android-arm64@0.16.17: resolution: {integrity: sha512-MIGl6p5sc3RDTLLkYL1MyL8BMRN4tLMRCn+yRJJmEDvYZ2M7tmAf80hx1kbNEUX2KJ50RRtxZ4JHLvCfuB6kBg==} @@ -7673,6 +7681,7 @@ packages: resolution: {integrity: sha512-xvsWESUJn0JN421Xb9MQw6AsMHRCUknCe0Wjlxvjud80mU4E6hQf1A6NzQKcYNmYw62MfzEtXc+badstZP3JpQ==} dependencies: printable-characters: 1.0.42 + dev: false /assert@2.0.0: resolution: {integrity: sha512-se5Cd+js9dXJnu6Ag2JFc00t+HmHOen+8Q+L7O9zI0PqQXr20uk2J0XQqMxZEeo5U50o8Nvmmx7dZrl+Ufr35A==} @@ -8030,6 +8039,7 @@ packages: /blake3-wasm@2.1.5: resolution: {integrity: sha512-F1+K8EbfOZE49dtoPtmxUQrpXaBIl3ICvasLh+nJta0xkz+9kF/7uet9fLnwKqhDrmj6g+6K3Tw9yQPUg2ka5g==} + dev: false /blueimp-md5@2.19.0: resolution: {integrity: sha512-DRQrD6gJyy8FbiE4s+bDoXS9hiW3Vbx5uCdwvcCf3zLHL+Iv7LtGHLpr+GZV8rHG8tK766FGYBwRbu8pELTt+w==} @@ -8300,6 +8310,7 @@ packages: tslib: 2.5.3 transitivePeerDependencies: - supports-color + dev: false patched: true /capnpc-ts@0.7.0: @@ -9012,6 +9023,7 @@ packages: /data-uri-to-buffer@2.0.2: resolution: {integrity: sha512-ND9qDTLc6diwj+Xe5cdAgVTbLVdXbtxTJRXRhli8Mowuaan+0EJOtdqJ0QCHNSSPyoXGx9HX2/VMnKeC34AChA==} + dev: false /data-uri-to-buffer@3.0.1: resolution: {integrity: sha512-WboRycPNsVw3B3TL559F7kuBUM4d8CgMEvk6xEJlOp7OBPjt6G7z8WMWlD2rOFZLk6OYfFIUGsCOWzcQH9K2og==} @@ -10554,6 +10566,7 @@ packages: /estree-walker@0.6.1: resolution: {integrity: sha512-SqmZANLWS0mnatqbSfRP5g8OXZC12Fgg1IwNtLsyHDzJizORW4khDfjPqJZsemPWBB2uqykUah5YpQ6epsqC/w==} + dev: false /estree-walker@2.0.2: resolution: {integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==} @@ -11225,6 +11238,7 @@ packages: dependencies: data-uri-to-buffer: 2.0.2 source-map: 0.6.1 + dev: false /get-stream@4.1.0: resolution: {integrity: sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==} @@ -13514,6 +13528,7 @@ packages: resolution: {integrity: sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==} dependencies: sourcemap-codec: 1.4.8 + dev: false /magic-string@0.30.3: resolution: {integrity: sha512-B7xGbll2fG/VjP+SWg4sX3JynwIU0mjoTc6MPpKNuIvftk6u6vqhDnk1R80b8C2GBR6ywqy+1DcKBrevBg+bmw==} @@ -14120,29 +14135,6 @@ packages: engines: {node: '>=4'} dev: false - /miniflare@3.20231030.0: - resolution: {integrity: sha512-iCg1dNauUG+kNp7jizcNmV/1XFItuTDvD/6xIC34PrszgKxYCbBO2R72y5NEDJTwaqr5ohQI/320wuJ8GEe7nQ==} - engines: {node: '>=16.13'} - hasBin: true - dependencies: - acorn: 8.10.0 - acorn-walk: 8.2.0 - capnp-ts: 0.7.0(patch_hash=l4yimnxyvkiyj6alnps2ec3sii) - exit-hook: 2.2.1 - glob-to-regexp: 0.4.1 - source-map-support: 0.5.21 - stoppable: 1.1.0 - undici: 5.23.0 - workerd: 1.20231030.0 - ws: 8.13.0 - youch: 3.2.3 - zod: 3.22.3 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - dev: true - /minimatch@3.1.2: resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} dependencies: @@ -14424,6 +14416,7 @@ packages: /node-forge@1.3.0: resolution: {integrity: sha512-08ARB91bUi6zNKzVmaj3QO7cr397uiDT2nJ63cHjyNtCTWIgvS47j3eT0WfzUwS9+6Z5YshRaoasFkXCKrIYbA==} engines: {node: '>= 6.13.0'} + dev: false /node-int64@0.4.0: resolution: {integrity: sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==} @@ -15397,6 +15390,7 @@ packages: /printable-characters@1.0.42: resolution: {integrity: sha512-dKp+C4iXWK4vVYZmYSd0KBH5F/h1HoZRsbJ82AVKRO3PEo8L4lBS/vLwhVtpwwuYcoIsVY+1JYKR268yn480uQ==} + dev: false /prism-react-renderer@1.3.5(react@18.2.0): resolution: {integrity: sha512-IJ+MSwBWKG+SM3b2SUfdrhC+gu01QkV2KmRQgREThBfSQRoufqRfxfHUxpG1WcaFjP+kojcFyO9Qqtpgt3qLCg==} @@ -16257,16 +16251,19 @@ packages: estree-walker: 0.6.1 magic-string: 0.25.9 rollup-pluginutils: 2.8.2 + dev: false /rollup-plugin-node-polyfills@0.2.1: resolution: {integrity: sha512-4kCrKPTJ6sK4/gLL/U5QzVT8cxJcofO0OU74tnB19F40cmuAKSzH5/siithxlofFEjwvw1YAhPmbvGNA6jEroA==} dependencies: rollup-plugin-inject: 3.0.2 + dev: false /rollup-pluginutils@2.8.2: resolution: {integrity: sha512-EEp9NhnUkwY8aif6bxgovPHMoMoNr2FulJziTndpt5H9RdwC47GSGuII9XxpSdzVGM0GWrNPHV6ie1LTNJPaLQ==} dependencies: estree-walker: 0.6.1 + dev: false /rollup@3.25.1: resolution: {integrity: sha512-tywOR+rwIt5m2ZAWSe5AIJcTat8vGlnPFAv15ycCrw33t6iFsXZ6mzHVFh2psSjxQPmI+xgzMZZizUAukBI4aQ==} @@ -16401,6 +16398,7 @@ packages: engines: {node: '>=10'} dependencies: node-forge: 1.3.0 + dev: false /semiver@1.1.0: resolution: {integrity: sha512-QNI2ChmuioGC1/xjyYwyZYADILWyW6AmS1UH6gDj/SFUUUS4MBAWs/7mxnkRPc/F4iHezDP+O8t0dO8WHiEOdg==} @@ -16785,6 +16783,7 @@ packages: /sourcemap-codec@1.4.8: resolution: {integrity: sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==} deprecated: Please use @jridgewell/sourcemap-codec instead + dev: false /space-separated-tokens@2.0.2: resolution: {integrity: sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==} @@ -16863,6 +16862,7 @@ packages: dependencies: as-table: 1.0.55 get-source: 2.0.12 + dev: false /standard-as-callback@2.1.0: resolution: {integrity: sha512-qoRRSyROncaz1z0mvYqIE4lCd9p2R90i6GxW3uZv5ucSu8tU7B5HXUP1gG8pVZsYNVaXjk8ClXHPttLyxAL48A==} @@ -16888,6 +16888,7 @@ packages: /stoppable@1.1.0: resolution: {integrity: sha512-KXDYZ9dszj6bzvnEMRYvxgeTHU74QBFL54XKtP3nyMuJ81CFYtABZ3bAzL2EdFUaEwJOBOgENyFj3R7oTzDyyw==} engines: {node: '>=4', npm: '>=6'} + dev: false /stream-shift@1.0.1: resolution: {integrity: sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ==} @@ -18422,33 +18423,7 @@ packages: '@cloudflare/workerd-linux-64': 1.20231030.0 '@cloudflare/workerd-linux-arm64': 1.20231030.0 '@cloudflare/workerd-windows-64': 1.20231030.0 - - /wrangler@3.16.0: - resolution: {integrity: sha512-MIx35sSdFKE3hnfWB6xWUnrt3OiyKK+PQnc9kFLjksLESX0tLmEk1gdvThYHliY90kkelS+nbH48SUGTFAI5BA==} - engines: {node: '>=16.17.0'} - hasBin: true - dependencies: - '@cloudflare/kv-asset-handler': 0.2.0 - '@esbuild-plugins/node-globals-polyfill': 0.2.3(esbuild@0.17.19) - '@esbuild-plugins/node-modules-polyfill': 0.2.2(esbuild@0.17.19) - blake3-wasm: 2.1.5 - chokidar: 3.5.3 - esbuild: 0.17.19 - miniflare: 3.20231030.0 - nanoid: 3.3.6 - path-to-regexp: 6.2.0 - resolve.exports: 2.0.2 - selfsigned: 2.1.1 - source-map: 0.6.1 - source-map-support: 0.5.21 - xxhash-wasm: 1.0.1 - optionalDependencies: - fsevents: 2.3.2 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - dev: true + dev: false /wrap-ansi@6.2.0: resolution: {integrity: sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==} @@ -18539,6 +18514,7 @@ packages: optional: true utf-8-validate: optional: true + dev: false /xdg-app-paths@8.3.0: resolution: {integrity: sha512-mgxlWVZw0TNWHoGmXq+NC3uhCIc55dDpAlDkMQUaIAcQzysb0kxctwv//fvuW61/nAAeUBJMQ8mnZjMmuYwOcQ==} @@ -18599,6 +18575,7 @@ packages: /xxhash-wasm@1.0.1: resolution: {integrity: sha512-Lc9CTvDrH2vRoiaUzz25q7lRaviMhz90pkx6YxR9EPYtF99yOJnv2cB+CQ0hp/TLoqrUsk8z/W2EN31T568Azw==} + dev: false /y18n@4.0.3: resolution: {integrity: sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==} @@ -18718,6 +18695,7 @@ packages: cookie: 0.5.0 mustache: 4.2.0 stacktracey: 2.1.8 + dev: false /z-schema@5.0.3: resolution: {integrity: sha512-sGvEcBOTNum68x9jCpCVGPFJ6mWnkD0YxOcddDlJHRx3tKdB2q8pCHExMVZo/AV/6geuVJXG7hljDaWG8+5GDw==}