Commit Graph

15 Commits

Author SHA1 Message Date
1e2b46108f Update eslint versions
Supports the new TS version
2023-09-13 14:45:34 -07:00
c19df22319 Update all samples to use TS 5.2.2 2023-09-11 13:29:22 -07:00
3ca4acdff2 Bump extensions to TS 5.1
Picks up TS 5.1.3 for building extensions

Also bumps `@types/node` to resolve typings conflicts with new TS version
2023-06-05 14:34:14 -07:00
01f2f6d736 Npm Audit fixes
Also fixes run-command to not stop if it fails on one sample
2023-04-24 14:34:53 -07:00
a4a557c49d Bump samples to use TS 5.0 2023-03-20 14:42:14 -07:00
4a232d8b4e Pick up TS 4.9 for building samples 2023-01-30 10:35:24 -08:00
e1df717218 Make sure all samples are extending the eslint base configs 2022-12-06 15:03:41 -08:00
76c78944b5 eamodio.tsl-problem-matcher changed id (#715)
Co-authored-by: Henrik Jensen <henrik-jensen@users.noreply.github.com>
2022-12-02 16:01:57 +01:00
2f83557a56 Run format on repo 2022-11-04 14:27:02 -07:00
42e83bf2f3 Bump eslint versions and update lint scripts
Pick up latest eslint to avoid a nasty warning about using an unsupported version of TS

Also updates the eslint script to be more scoped on which files it checks
2022-11-04 13:52:32 -07:00
b56a580d1e Pick up latest TS for building samples 2022-09-27 15:01:41 -07:00
519619525e Fix some npm audit issues
This also removes `mocha` from examples that were not using them since mocha pulls in lots of deps that then have security advisories
2022-09-27 09:34:52 -07:00
bcfdcba774 Update id of renderer
From https://github.com/microsoft/vscode/issues/153873
2022-06-30 16:15:17 -07:00
5b10219434 Bump eslint TS versions
This fixes the warnings about using an unsupported version of typescript
2022-06-28 15:25:09 -07:00
30e22b38ce Add extended markdown notebook renderer sample
This demonstrates how one notebook renderer can extend another one
2022-06-27 17:06:11 -07:00