Noel

Results 7 issues of Noel

Alright, here is some big improvements on the typings. This shouldn't be merged before #74 and #75 Overview of the changes: --- - Moved `test/` to `test/js` - Added new...

refactor
breaking

This is to allow the usage of our current docgen with Typescript files for our [collection](https://github.com/discordjs/collection) module

**Issue type:** [x?] question [x] bug report [ ] feature request [ ] documentation issue **Database system/driver:** [ ] `cordova` [ ] `mongodb` [ ] `mssql` [ ] `mysql` /...

bug
comp: migrations
driver: postgres
complexity: high

**Please describe the changes this PR makes and why it should be merged:** **Status and versioning classification:**

packages:builders
packages:collection
packages:discord.js
packages:rest
packages:voice
packages:ws
packages:proxy
packages:docgen
packages:proxy-container
packages:util
apps:guide
apps:website
packages:ui
packages:brokers
packages:core
packages:formatters
packages:next
packages:create-discord-bot
packages:api-extractor
packages:api-extractor-model

https://www.npmjs.com/package/bin-wrapper uses an outdated library called https://www.npmjs.com/package/os-filter-obj which doesn't support non-Intel arch: https://github.com/kevva/os-filter-obj/issues/3 This makes `swcx` currently not work via this wrapper. https://github.com/swc-project/cli/blob/df9b9ec04201ac353c3e794fed6fc29152fc4cb0/src/swcx/index.ts#L131 Removing `platform` and `arch` here, makes it...