This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@cloudflare/workers-types](https://redirect.github.com/cloudflare/workerd) | [`4.20241112.0` -> `4.20241202.0`](https://renovatebot.com/diffs/npm/@cloudflare%2fworkers-types/4.20241112.0/4.20241202.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
| [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`20.17.8` -> `20.17.9`](https://renovatebot.com/diffs/npm/@types%2fnode/20.17.8/20.17.9) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
| [pnpm](https://pnpm.io) ([source](https://redirect.github.com/pnpm/pnpm/tree/HEAD/pnpm)) | [`9.14.2` -> `9.14.4`](https://renovatebot.com/diffs/npm/pnpm/9.14.2/9.14.4) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
| [prettier](https://prettier.io) ([source](https://redirect.github.com/prettier/prettier)) | [`3.4.0` -> `3.4.1`](https://renovatebot.com/diffs/npm/prettier/3.4.0/3.4.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
| [tldts](https://redirect.github.com/remusao/tldts) | [`6.1.64` -> `6.1.65`](https://renovatebot.com/diffs/npm/tldts/6.1.64/6.1.65) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
| [wrangler](https://redirect.github.com/cloudflare/workers-sdk) ([source](https://redirect.github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler)) | [`3.90.0` -> `3.91.0`](https://renovatebot.com/diffs/npm/wrangler/3.90.0/3.91.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
<details>
<summary>cloudflare/workerd (@​cloudflare/workers-types)</summary>
### [`v4.20241202.0`](https://redirect.github.com/cloudflare/workerd/compare/c4a25d4b39fceff3fc1ed0bdaf024b178c8850af...b879eb9e87be1d315b9a107730d506dd5c1f9090)
[Compare Source](https://redirect.github.com/cloudflare/workerd/compare/c4a25d4b39fceff3fc1ed0bdaf024b178c8850af...b879eb9e87be1d315b9a107730d506dd5c1f9090)
### [`v4.20241127.0`](https://redirect.github.com/cloudflare/workerd/compare/7b28eb50329d5fbe5a4d09e65ce64b334c5a3b7a...c4a25d4b39fceff3fc1ed0bdaf024b178c8850af)
[Compare Source](https://redirect.github.com/cloudflare/workerd/compare/7b28eb50329d5fbe5a4d09e65ce64b334c5a3b7a...c4a25d4b39fceff3fc1ed0bdaf024b178c8850af)
</details>
<details>
<summary>pnpm/pnpm (pnpm)</summary>
### [`v9.14.4`](https://redirect.github.com/pnpm/pnpm/compare/v9.14.3...v9.14.4)
[Compare Source](https://redirect.github.com/pnpm/pnpm/compare/v9.14.3...v9.14.4)
### [`v9.14.3`](https://redirect.github.com/pnpm/pnpm/compare/v9.14.2...v9.14.3)
[Compare Source](https://redirect.github.com/pnpm/pnpm/compare/v9.14.2...v9.14.3)
</details>
<details>
<summary>prettier/prettier (prettier)</summary>
### [`v3.4.1`](https://redirect.github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#341)
[Compare Source](https://redirect.github.com/prettier/prettier/compare/3.4.0...3.4.1)
[diff](https://redirect.github.com/prettier/prettier/compare/3.4.0...3.4.1)
##### Remove unnecessary parentheses around assignment in `v-on` ([#​16887](https://redirect.github.com/prettier/prettier/pull/16887) by [@​fisker](https://redirect.github.com/fisker))
<!-- prettier-ignore -->
```vue
<!-- Input -->
<template>
<button @​click="foo += 2">Click</button>
</template>
<!-- Prettier 3.4.0 -->
<template>
<button @​click="(foo += 2)">Click</button>
</template>
<!-- Prettier 3.4.1 -->
<template>
<button @​click="foo += 2">Click</button>
</template>
```
</details>
<details>
<summary>remusao/tldts (tldts)</summary>
### [`v6.1.65`](https://redirect.github.com/remusao/tldts/blob/HEAD/CHANGELOG.md#v6165-Sat-Nov-30-2024)
[Compare Source](https://redirect.github.com/remusao/tldts/compare/v6.1.64...v6.1.65)
##### :scroll: Update Public Suffix List
- `tldts-experimental`, `tldts-icann`, `tldts`
- Update upstream public suffix list [#​2221](https://redirect.github.com/remusao/tldts/pull/2221) ([@​remusao](https://redirect.github.com/remusao))
##### :nut_and_bolt: Dependencies
- Bump [@​types/node](https://redirect.github.com/types/node) from 22.9.1 to 22.10.1 [#​2226](https://redirect.github.com/remusao/tldts/pull/2226) ([@​dependabot\[bot\]](https://redirect.github.com/dependabot\[bot]))
- Bump typescript from 5.6.3 to 5.7.2 [#​2223](https://redirect.github.com/remusao/tldts/pull/2223) ([@​dependabot\[bot\]](https://redirect.github.com/dependabot\[bot]))
- Bump rollup from 4.27.3 to 4.27.4 [#​2222](https://redirect.github.com/remusao/tldts/pull/2222) ([@​dependabot\[bot\]](https://redirect.github.com/dependabot\[bot]))
##### Authors: 2
- [@​dependabot\[bot\]](https://redirect.github.com/dependabot\[bot])
- Rémi ([@​remusao](https://redirect.github.com/remusao))
***
</details>
<details>
<summary>cloudflare/workers-sdk (wrangler)</summary>
### [`v3.91.0`](https://redirect.github.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3910)
[Compare Source](https://redirect.github.com/cloudflare/workers-sdk/compare/wrangler@3.90.0...wrangler@3.91.0)
##### Minor Changes
- [#​7230](https://redirect.github.com/cloudflare/workers-sdk/pull/7230) [`6fe9533`](https://redirect.github.com/cloudflare/workers-sdk/commit/6fe9533897b61ae9ef6566b5d2bdf09698566c24) Thanks [@​penalosa](https://redirect.github.com/penalosa)! - Turn on `wrangler.json(c)` support by default
Wrangler now supports both JSON (`wrangler.json`) and TOML (`wrangler.toml`) for it's configuration file. The format of Wrangler's configuration file is exactly the same across both languages, except that the syntax is `JSON` rather than `TOML`. e.g.
```toml
name = "worker-ts"
main = "src/index.ts"
compatibility_date = "2023-05-04"
```
would be interpreted the same as the equivalent JSON
```json
{
"name": "worker-ts",
"main": "src/index.ts",
"compatibility_date": "2023-05-04"
}
```
- [#​7330](https://redirect.github.com/cloudflare/workers-sdk/pull/7330) [`219109a`](https://redirect.github.com/cloudflare/workers-sdk/commit/219109aec71bbb40dc92c18f69a2d473e455f216) Thanks [@​jonesphillip](https://redirect.github.com/jonesphillip)! - Added Oceania (oc) location hint as acceptable choice when creating an R2 bucket.
- [#​7227](https://redirect.github.com/cloudflare/workers-sdk/pull/7227) [`02a0e1e`](https://redirect.github.com/cloudflare/workers-sdk/commit/02a0e1e186706eaec46048252068713f04698384) Thanks [@​taylorlee](https://redirect.github.com/taylorlee)! - Add `preview_urls` toggle to `wrangler.toml`
The current Preview URLs (beta) feature routes to version preview urls based on the status of the `workers_dev` config value. Beta users have requested the ability to enable deployment urls and preview urls separately on `workers.dev`, and the new `previews_enabled` field of the enable-subdomain API will allow that. This change separates the `workers_dev` and `preview_urls` behavior during `wrangler triggers deploy` and `wrangler versions upload`. `preview_urls` defaults to true, and does not implicitly depend on routes the way `workers_dev` does.
- [#​7308](https://redirect.github.com/cloudflare/workers-sdk/pull/7308) [`1b1d01a`](https://redirect.github.com/cloudflare/workers-sdk/commit/1b1d01a5492fda28e6cfb116f99b81057d840fc5) Thanks [@​gpanders](https://redirect.github.com/gpanders)! - Add a default image for cloudchamber create and modify commands
- [#​7232](https://redirect.github.com/cloudflare/workers-sdk/pull/7232) [`7da76de`](https://redirect.github.com/cloudflare/workers-sdk/commit/7da76deec98360365dded46ba2bf90b14f27aacb) Thanks [@​toddmantell](https://redirect.github.com/toddmantell)! - feat: implement queues info command
This command allows users to get information on individual queues.
To run this command use the queues info command with the name of a queue in the user's account.
`wrangler queues info my-queue-name`
##### Patch Changes
- [#​7319](https://redirect.github.com/cloudflare/workers-sdk/pull/7319) [`5a2c93d`](https://redirect.github.com/cloudflare/workers-sdk/commit/5a2c93d111b4d18ced7001e6583d07384301907a) Thanks [@​vicb](https://redirect.github.com/vicb)! - chore(wrangler): update unenv dependency version
Pulls in the implementation of module.findSourceMap
- Updated dependencies \[[`0d314ed`](https://redirect.github.com/cloudflare/workers-sdk/commit/0d314ed14145d50b8fd00fdae8b31fb043f4d31a), [`476e5df`](https://redirect.github.com/cloudflare/workers-sdk/commit/476e5df5d9f0a2aa3d713160994da3e2a752418e)]:
- [@​cloudflare/workers-shared](https://redirect.github.com/cloudflare/workers-shared)[@​0](https://redirect.github.com/0).9.0
- miniflare@3.20241106.1
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/toeverything/affine-workers).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->