Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump up all non-major dependencies (#20)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [tldts](https://redirect.github.com/remusao/tldts) | [`6.1.44` -> `6.1.46`](https://renovatebot.com/diffs/npm/tldts/6.1.44/6.1.46) | [![age](https://developer.mend.io/api/mc/badges/age/npm/tldts/6.1.46?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/tldts/6.1.46?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/tldts/6.1.44/6.1.46?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/tldts/6.1.44/6.1.46?slim=true)](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.77.0` -> `3.78.5`](https://renovatebot.com/diffs/npm/wrangler/3.77.0/3.78.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/wrangler/3.78.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/wrangler/3.78.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/wrangler/3.77.0/3.78.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/wrangler/3.77.0/3.78.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>remusao/tldts (tldts)</summary> ### [`v6.1.46`](https://redirect.github.com/remusao/tldts/blob/HEAD/CHANGELOG.md#v6146-Sun-Sep-15-2024) [Compare Source](https://redirect.github.com/remusao/tldts/compare/v6.1.45...v6.1.46) ##### 📜 Update Public Suffix List - `tldts-icann`, `tldts` - Update upstream public suffix list [#​2152](https://redirect.github.com/remusao/tldts/pull/2152) ([@​remusao](https://redirect.github.com/remusao)) ##### Authors: 1 - Rémi ([@​remusao](https://redirect.github.com/remusao)) *** ### [`v6.1.45`](https://redirect.github.com/remusao/tldts/blob/HEAD/CHANGELOG.md#v6145-Fri-Sep-13-2024) [Compare Source](https://redirect.github.com/remusao/tldts/compare/v6.1.44...v6.1.45) ##### 📜 Update Public Suffix List - `tldts-experimental`, `tldts` - Update upstream public suffix list [#​2149](https://redirect.github.com/remusao/tldts/pull/2149) ([@​remusao](https://redirect.github.com/remusao)) ##### 🔩 Dependencies - Bump [@​types/mocha](https://redirect.github.com/types/mocha) from 10.0.7 to 10.0.8 [#​2151](https://redirect.github.com/remusao/tldts/pull/2151) ([@​dependabot\[bot\]](https://redirect.github.com/dependabot\[bot])) - Bump rollup from 4.21.2 to 4.21.3 [#​2150](https://redirect.github.com/remusao/tldts/pull/2150) ([@​dependabot\[bot\]](https://redirect.github.com/dependabot\[bot])) - Bump typescript from 5.5.4 to 5.6.2 [#​2148](https://redirect.github.com/remusao/tldts/pull/2148) ([@​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.78.5`](https://redirect.github.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3785) [Compare Source](https://redirect.github.com/cloudflare/workers-sdk/compare/[email protected]@3.78.5) ##### Patch Changes - [#​6744](https://redirect.github.com/cloudflare/workers-sdk/pull/6744) [`e3136f9`](https://redirect.github.com/cloudflare/workers-sdk/commit/e3136f9354517b448d557341a429f0820dea33a0) Thanks [@​petebacondarwin](https://redirect.github.com/petebacondarwin)! - chore: update unenv dependency version - [#​6749](https://redirect.github.com/cloudflare/workers-sdk/pull/6749) [`9a06f88`](https://redirect.github.com/cloudflare/workers-sdk/commit/9a06f88dac311a2ff64df6bdc7ae90418bd0ec6c) Thanks [@​CarmenPopoviciu](https://redirect.github.com/CarmenPopoviciu)! - fix: Throw error when attempting to configure Workers with assets and tail consumers Tail Workers are currently not supported for Workers with assets. This commit ensures we throw a corresponding error if users are attempting to configure `tail_consumers` via their configuration file, for a Worker with assets. This validation is applied for all `wrangler dev`, `wrangler deploy`, `wrangler versions upload`. - [#​6746](https://redirect.github.com/cloudflare/workers-sdk/pull/6746) [`0deb42b`](https://redirect.github.com/cloudflare/workers-sdk/commit/0deb42b2b6b5960d0bd79884471805069c0f29b0) Thanks [@​GregBrimble](https://redirect.github.com/GregBrimble)! - fix: Fix assets upload message to correctly report number of uploaded assets - [#​6745](https://redirect.github.com/cloudflare/workers-sdk/pull/6745) [`6dbbb88`](https://redirect.github.com/cloudflare/workers-sdk/commit/6dbbb880966caa58f29f5aafff764af57988db63) Thanks [@​jonesphillip](https://redirect.github.com/jonesphillip)! - fix: r2 bucket notification get \<bucket_name> has been marked deprecated in favor of r2 bucket notification list \<bucket_name> to reflect behavior. - Updated dependencies \[[`2407c41`](https://redirect.github.com/cloudflare/workers-sdk/commit/2407c41484f29845a64ccffd9368bc5d234eb831)]: - [email protected] ### [`v3.78.4`](https://redirect.github.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3784) ##### Patch Changes - [#​6706](https://redirect.github.com/cloudflare/workers-sdk/pull/6706) [`1c42466`](https://redirect.github.com/cloudflare/workers-sdk/commit/1c4246631e4fe248e584e7db6a73810b9a87ea9f) Thanks [@​jkoe-cf](https://redirect.github.com/jkoe-cf)! - fix: making explicit to only send a body if there are rule ids specified in the config delete - [#​6714](https://redirect.github.com/cloudflare/workers-sdk/pull/6714) [`62082aa`](https://redirect.github.com/cloudflare/workers-sdk/commit/62082aa75b767368d0a5c8c59a24a5f91a1b0c73) Thanks [@​OilyLime](https://redirect.github.com/OilyLime)! - fix: rough edges when creating and updating Hyperdrive over Access configs - [#​6705](https://redirect.github.com/cloudflare/workers-sdk/pull/6705) [`ea60a52`](https://redirect.github.com/cloudflare/workers-sdk/commit/ea60a52a4e350b6c439d734618e3cd4187f3f2d5) Thanks [@​emily-shen](https://redirect.github.com/emily-shen)! - fix: include compatability date in static-asset only uploads (experimental feature) ### [`v3.78.3`](https://redirect.github.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3783) ##### Patch Changes - [#​6686](https://redirect.github.com/cloudflare/workers-sdk/pull/6686) [`2c8506f`](https://redirect.github.com/cloudflare/workers-sdk/commit/2c8506f874171f4ccdf99357855389841578d348) Thanks [@​DaniFoldi](https://redirect.github.com/DaniFoldi)! - fix: Bump path-to-regexp dependency version - [#​6329](https://redirect.github.com/cloudflare/workers-sdk/pull/6329) [`c135de4`](https://redirect.github.com/cloudflare/workers-sdk/commit/c135de4707234e11f7f6438bea6a7067e8f284f9) Thanks [@​penalosa](https://redirect.github.com/penalosa)! - chore: Cache generated runtime types - Updated dependencies \[[`5b5dd95`](https://redirect.github.com/cloudflare/workers-sdk/commit/5b5dd9573b2c43023cbcba0fbcc3e374465e745e)]: - [email protected] ### [`v3.78.2`](https://redirect.github.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3782) [Compare Source](https://redirect.github.com/cloudflare/workers-sdk/compare/[email protected]@3.78.2) ##### Patch Changes - Updated dependencies \[[`7a8bb17`](https://redirect.github.com/cloudflare/workers-sdk/commit/7a8bb17a5f35e11cba336ca1bc5ea16413291bc7)]: - [@​cloudflare/workers-shared](https://redirect.github.com/cloudflare/workers-shared)[@​0](https://redirect.github.com/0).5.3 - [email protected] ### [`v3.78.1`](https://redirect.github.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3781) [Compare Source](https://redirect.github.com/cloudflare/workers-sdk/compare/[email protected]@3.78.1) ##### Patch Changes - Updated dependencies \[[`31bfd37`](https://redirect.github.com/cloudflare/workers-sdk/commit/31bfd374cf6764c1e8a4491518c58cb112010340), [`5d8547e`](https://redirect.github.com/cloudflare/workers-sdk/commit/5d8547e26e9f5e2eb9516b17a096cd1ea9f63469)]: - [@​cloudflare/workers-shared](https://redirect.github.com/cloudflare/workers-shared)[@​0](https://redirect.github.com/0).5.2 - [email protected] ### [`v3.78.0`](https://redirect.github.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3780) [Compare Source](https://redirect.github.com/cloudflare/workers-sdk/compare/[email protected]@3.78.0) ##### Minor Changes - [#​6643](https://redirect.github.com/cloudflare/workers-sdk/pull/6643) [`f30c61f`](https://redirect.github.com/cloudflare/workers-sdk/commit/f30c61f1f59ee010c53d3696ad19fe309d315cb9) Thanks [@​WalshyDev](https://redirect.github.com/WalshyDev)! - feat: add "Deployment alias URL" to `wrangler pages deploy` if an alias is available for this deployment. - [#​6415](https://redirect.github.com/cloudflare/workers-sdk/pull/6415) [`b27b741`](https://redirect.github.com/cloudflare/workers-sdk/commit/b27b741809babae34f95641b968dacb0db77a815) Thanks [@​irvinebroque](https://redirect.github.com/irvinebroque)! - chore: Redirect `wrangler generate [template name]` and `wrangler init` to `npm create cloudflare` - [#​6647](https://redirect.github.com/cloudflare/workers-sdk/pull/6647) [`d68e8c9`](https://redirect.github.com/cloudflare/workers-sdk/commit/d68e8c996ba40eaaf4a3b237f89880bdaafd0113) Thanks [@​joshthoward](https://redirect.github.com/joshthoward)! - feat: Configure SQLite backed Durable Objects in local dev - [#​6696](https://redirect.github.com/cloudflare/workers-sdk/pull/6696) [`0a9e90a`](https://redirect.github.com/cloudflare/workers-sdk/commit/0a9e90a309106c21c9e8ac2982d500c16aacb1e2) Thanks [@​penalosa](https://redirect.github.com/penalosa)! - feat: Support `WRANGLER_CI_MATCH_TAG` environment variable. When set, this will ensure that `wrangler deploy` and `wrangler versions upload` only deploy to Workers which match the provided tag. - [#​6702](https://redirect.github.com/cloudflare/workers-sdk/pull/6702) [`aa603ab`](https://redirect.github.com/cloudflare/workers-sdk/commit/aa603ab82fbc35212de19fd1957055493118a73b) Thanks [@​hhoughgg](https://redirect.github.com/hhoughgg)! - feat: Hide `wrangler pipelines` until release ##### Patch Changes - [#​6699](https://redirect.github.com/cloudflare/workers-sdk/pull/6699) [`2507304`](https://redirect.github.com/cloudflare/workers-sdk/commit/2507304d9680e9968173560fe57f3e909f293fd7) Thanks [@​joshthoward](https://redirect.github.com/joshthoward)! - fix: Bugs when warning users using SQLite in Durable Objects in remote dev - [#​6693](https://redirect.github.com/cloudflare/workers-sdk/pull/6693) [`0737e0f`](https://redirect.github.com/cloudflare/workers-sdk/commit/0737e0f78baa98d2cec27e96edefc86500445429) Thanks [@​GregBrimble](https://redirect.github.com/GregBrimble)! - fix: Persist Workers Assets when doing `wrangler versions secrets put/bulk` - Updated dependencies \[[`d68e8c9`](https://redirect.github.com/cloudflare/workers-sdk/commit/d68e8c996ba40eaaf4a3b237f89880bdaafd0113), [`fed1fda`](https://redirect.github.com/cloudflare/workers-sdk/commit/fed1fda90d1434b5ce214656249b0ad723ce48c1)]: - [email protected] - [@​cloudflare/workers-shared](https://redirect.github.com/cloudflare/workers-shared)[@​0](https://redirect.github.com/0).5.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:eyJjcmVhdGVkSW5WZXIiOiIzOC43NC4xIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
- Loading branch information