dependabot[bot]
795b1858a1
Bump @tootallnate/once and jsdom in /extensions/notebook-renderers ( #299312 )
...
Removes [@tootallnate/once](https://github.com/TooTallNate/once ). It's no longer used after updating ancestor dependency [jsdom](https://github.com/jsdom/jsdom ). These dependencies need to be updated together.
Removes `@tootallnate/once`
Updates `jsdom` from 21.1.1 to 28.1.0
- [Release notes](https://github.com/jsdom/jsdom/releases )
- [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md )
- [Commits](https://github.com/jsdom/jsdom/compare/21.1.1...28.1.0 )
---
updated-dependencies:
- dependency-name: "@tootallnate/once"
dependency-version:
dependency-type: indirect
- dependency-name: jsdom
dependency-version: 28.1.0
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-05 21:47:05 -08:00
Raymond Zhao
e987c5242e
chore: bump extension versions ( #295040 )
2026-02-13 04:15:03 +05:00
Matt Bierner
03561955b7
Clean up esbuilding of extensions
...
- Make sure we still always type check using `tsgo --noEmit`
- Align names of esbuild files
- Convert all esbuild files to typescript. We use the `.mts` extension to avoid annoying node warnings about using pacakges
2026-02-11 14:57:16 -08:00
Matt Bierner
98b069c041
Work towards getting isolated built-in extension compiles
...
For #271167
This makes it so our built-in extensions can mostly be built using `tsc` on the command line. Previously the extensions were picking up a lot of typing info from the root `node_modules` that meant they weren't truly independent
2025-10-13 11:03:20 -07:00
Matt Bierner
f272e51947
Convert esbuild scripts to modules
...
Planning to convert to typescript but want to do it in a few smaller steps
2025-08-07 20:04:44 -07:00
易良
f6790fc1a0
feat: Add the logo of the built-in extension ( #192999 )
...
* feat: Add the logo of the built-in extension
* chore(extension): add compressed icon
---------
Co-authored-by: Martin Aeschlimann <martinae@microsoft.com >
2023-10-05 10:40:24 -07:00
aamunger
11c5e141ab
added notebook output renderer tests
2023-03-16 12:10:24 -07:00
Matt Bierner
82687c84ee
Add hook for extending built-in html renderer ( #154316 )
...
Fixes #153836
Lets extension register a hook that is invoked after the html element is renderered
2022-07-11 08:21:02 -07:00
rebornix
d5d7e03cfc
Move stream renderer to extension, support merging.
2022-02-08 12:54:56 -08:00
rebornix
c70522765b
re #142429 . error output w/ dup ansi handling
2022-02-07 16:07:04 -08:00
rebornix
88e5c12d3d
re #142429 . javascript renderer
2022-02-07 14:06:35 -08:00
rebornix
ac308c3e03
re #142429 . html/svg renderer
2022-02-07 13:58:30 -08:00
rebornix
f2b7964599
re #142429 . Image renderer moved to extension.
2022-02-07 12:49:20 -08:00