cobalt

Results 15 issues of cobalt

this is unusable in typescript. v3.0.0 types the return value of `await res.json()` as `unknown` which means "this is dangerous info, you have no idea what it is. don't touch...

TypeScript

![image](https://user-images.githubusercontent.com/61329810/124337411-175d3c00-db68-11eb-9e16-034f690b678b.png) most demos have nothing changed, like that ^ some do, but most don't

**Please describe the changes this PR makes and why it should be merged:** Adds support for passing `null` to setters that set optional values to easily reset them, like `Embed`...

semver:patch
packages:builders
packages:discord.js
blocked

**Please describe the changes this PR makes and why it should be merged:** Fixes #8501 Check the message id when a `MessageComponentInteraction` is passed, and ignore the interaction id if...

semver:patch
packages:discord.js

Resolves none ### Changes added VSC settings file ### Reason for changes this adds automatic autocomplete and checking to all json files in this repo (only in vsc tho) without...

priority: 4
scope: meta

**Please describe the changes this PR makes and why it should be merged:** Resolves #8647 **Status and versioning classification:** - This PR changes the library's interface (methods or parameters added)

semver:minor
packages:discord.js

### Description Resolves #4173 Related to #3888 ### Checklist - did you ... - [-] Add an entry in `CHANGES.md` if necessary? - [-] Add / update tests if necessary?...

### Description Simplified the logic for adding trailing commas. Turned out it was actually a bit simpler than I thought. See https://github.com/psf/black/pull/4164#discussion_r1466689991 ### Checklist - did you ... - [-]...

### Description Resolves #4220. Black moved the + at the end of the line to the start of the next line, then unintentionally moved any comments as well. This could...

There is currently no way to toggle the new `--unstable` style added in Black 24.1.0.