Madeline
4ede702657
Fixed npm run tsnode throwing error about ES modules for node-fetch. Probably was api package.json still included node-fetch 3, but bundle still had v2
2022-03-06 10:52:19 +03:00
Madeline
68f6fe58d5
Tsnode support ( #580 )
...
* ts-node support. debugging is slightly wonky as vscode will not allow breakpoints in modules that aren't bundle, yet.
* apparently ts-node compilerOptions.path wasn't needed? on windows I could've sworn it was.
* Cleaned up tsconfig.json a bit ( moved tsnode config to own file ).
Fixed breakpoints for all modules under tsnode
* Removed Microsoft Corp advert
* Remove one more Microsoft Corp. ad
Signed-off-by: Erkin Alp Güney <erkinalp9035@gmail.com>
* Added `tsnode` npm script
* Added `typescript-cached-transpile` package to help improve performance
Co-authored-by: Erkin Alp Güney <erkinalp9035@gmail.com>
2022-03-06 09:18:35 +03:00
dependabot[bot]
2c8bdf26e4
Bump url-parse from 1.5.7 to 1.5.10 in /bundle
...
Bumps [url-parse](https://github.com/unshiftio/url-parse ) from 1.5.7 to 1.5.10.
- [Release notes](https://github.com/unshiftio/url-parse/releases )
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.7...1.5.10 )
---
updated-dependencies:
- dependency-name: url-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-02-28 04:55:22 +00:00
Erkin Alp Güney
d5a37aadce
Merge pull request #621 from fosscord/origin/dev/erkinalp/self-bans
...
Allow self-banning
2022-02-25 18:13:59 +03:00
dependabot[bot]
a5af14eddb
Bump url-parse from 1.5.3 to 1.5.7 in /bundle
...
Bumps [url-parse](https://github.com/unshiftio/url-parse ) from 1.5.3 to 1.5.7.
- [Release notes](https://github.com/unshiftio/url-parse/releases )
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.3...1.5.7 )
---
updated-dependencies:
- dependency-name: url-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-02-19 10:56:51 +03:00
dependabot[bot]
ff30109f9b
Bump vm2 from 3.9.5 to 3.9.7 in /bundle ( #634 )
...
Bumps [vm2](https://github.com/patriksimek/vm2 ) from 3.9.5 to 3.9.7.
- [Release notes](https://github.com/patriksimek/vm2/releases )
- [Changelog](https://github.com/patriksimek/vm2/blob/master/CHANGELOG.md )
- [Commits](https://github.com/patriksimek/vm2/compare/3.9.5...3.9.7 )
---
updated-dependencies:
- dependency-name: vm2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-15 08:02:19 +03:00
Erkin Alp Güney
340c0d7899
Merge branch 'master' into origin/dev/erkinalp/self-bans
2022-02-04 23:43:31 +03:00
Erkin Alp Güney
7944ae3242
automated security fixes applied ( #619 )
2022-02-04 23:14:48 +03:00
Erkin Alp Güney
9b3942dcfd
attempt to fix self-bans
2022-02-04 10:07:02 +03:00
Madeline
108829140a
revert dependabot PRs that update node-fetch to v3
2022-01-24 17:06:31 +11:00
dependabot[bot]
e4d8e29bb6
Bump node-fetch from 2.6.5 to 2.6.7 in /bundle
...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch ) from 2.6.5 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases )
- [Changelog](https://github.com/node-fetch/node-fetch/blob/main/docs/CHANGELOG.md )
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.5...v2.6.7 )
---
updated-dependencies:
- dependency-name: node-fetch
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-01-23 07:46:26 +03:00
The Arcane Brony
07768ecb68
Add env name in sentry, set default sentry endpoint
2021-12-26 18:19:31 +01:00
The Arcane Brony
579515f67c
Restore package locks
2021-12-26 16:41:22 +01:00
The Arcane Brony
02235067f9
Repo cleanup, remove fs-extras
2021-12-21 11:56:33 +01:00
The Arcane Brony
8146eb082e
Fix dependencies
2021-11-11 22:32:46 +01:00
Flam3rboy
c812026527
⬆️ update packages
2021-10-24 12:59:25 +02:00
KagurazakaNyaa
1e3aba2422
Proxy support for external network access
2021-10-24 02:17:07 +08:00
Flam3rboy
01fb2dbf4d
⚡ use better-sqlite3 as default db
2021-10-18 22:55:54 +02:00
Flam3rboy
4aeb7b3b4a
⬆️ update sqlite3
2021-10-17 01:39:41 +02:00
Flam3rboy
aec3834fe5
⬆️ update mnjsf
2021-10-16 21:48:57 +02:00
Flam3rboy
c48eb95af0
🔒 update modules
2021-10-15 23:51:31 +02:00
Flam3rboy
182de09ccc
🐛 fix unittests
2021-10-15 13:00:23 +02:00
Hayden Young
c020d2f959
chore: update ts-node during npm run setup
2021-10-15 09:46:28 +00:00
Flam3rboy
dbe2258d97
🎨 clean up dependencies
2021-10-10 11:03:04 +02:00
Flam3rboy
826b2c9820
🐛 fix build
2021-10-09 01:44:44 +02:00
Flam3rboy
3b74fa9299
✨ bundle build script
2021-10-08 10:43:43 +02:00
Flam3rboy
8bb38139c2
🐛 fix swc config
2021-10-07 18:21:17 +02:00
The Arcane Brony
7db9086dd0
Compiler test
2021-10-06 18:20:22 +02:00
Flam3rboy
d99e5c565a
⬆️ update packages
2021-10-06 17:39:32 +02:00
Flam3rboy
2bd5c06bf1
⬆️ update mnjsf
2021-10-05 19:32:42 +02:00
Flam3rboy
7b63016872
✨ generalize primary column to work with mongodb object id
2021-10-04 22:43:51 +02:00
Flam3rboy
b1c1b681b9
Merge branch 'master' of http://github.com/fosscord/fosscord-server
2021-10-04 22:06:17 +02:00
Flam3rboy
7b58dc3a3d
⬆️ update dependencies
2021-10-04 22:01:05 +02:00
Flam3rboy
b584af656d
🚧 different db engines
2021-10-04 21:57:24 +02:00
uurgothat
1882beef0c
replace chalk with nanocolors
2021-10-04 22:39:50 +03:00
uurgothat
d4ddf3acf0
Rainbow the logs
2021-10-04 22:01:08 +03:00
Flam3rboy
c398c1512e
🐛 fix (pre) install scripts
2021-09-23 16:03:50 +02:00
Flam3rboy
912d1c31d8
🎨 rewrite imports
2021-09-20 23:34:54 +02:00
Flam3rboy
16a3d1b334
Merge branch 'master' into unittests
2021-09-20 21:49:42 +02:00
Flam3rboy
b862780990
🚚 move file handle to utility
2021-09-19 19:05:26 +02:00
Flam3rboy
c220f27894
🐛 fix bundle debug
2021-09-19 18:45:09 +02:00
Flam3rboy
1e331b7c9d
🎨 use typescript plugin that converts to relative paths
2021-09-18 01:50:20 +02:00
Flam3rboy
bd9cc4c537
⬆️ fix + update dependencies
2021-09-16 20:46:22 +02:00
Flam3rboy
60535f5159
🎨 remove long relatives paths -> short module paths
2021-09-12 21:09:29 +02:00
Flam3rboy
c7ed245433
⬆️ update dependencies
2021-09-03 03:38:40 +02:00
Flam3rboy
cc8c5359ce
🐛 db query fixes
2021-08-31 17:58:47 +02:00
Flam3rboy
c3a1740c76
fix bundle
2021-08-29 16:58:53 +02:00
Flam3rboy
65157aac9c
🔊 verbose error handler
2021-08-17 20:37:13 +02:00
Flam3rboy
04355a6661
🐛 fix bundle postinstall
2021-08-15 22:32:57 +02:00
Flam3rboy
d0bb45e0c4
🐛 fix server bundle
2021-08-15 21:56:30 +02:00