Releases: antoine-coulon/skott
skott@0.35.9
Patch Changes
-
#201
41e2cdbThanks @copilot-swe-agent! - Upgradeeffectdependency from pinned3.3.2to^3.20.0to fix high-severity security vulnerability GHSA-38f7-945m-qr2g (AsyncLocalStoragecontext contamination inside Effect fibers under concurrent RPC load). -
Updated dependencies []:
- skott-webapp@2.3.0
skott@0.35.8
Patch Changes
- #197
53a9349Thanks @antoine-coulon! - Fix a persisting issue when it comes to generating static files using the @skottorg/static-file-plugin plugin. It is now again possible to generate static files from skott using "md", "json", "svg", "png"displayModeoptions. Exampleskott --displayMode=mdto generate a mermaid diagram.
0.35.7
What's Changed
- deps: bump some of the core dependencies by @antoine-coulon in #195
- chore: update versions by @github-actions[bot] in #196
Full Changelog: https://github.com/antoine-coulon/skott/compare/skott@0.35.6...0.35.7
skott@0.35.6
Patch Changes
-
#190
c3f30ecThanks @antoine-coulon! - Ensure skott cli properly manages stdio by removing the ora spinner that was writing to stderr. With this fix, only error logs are written to stderr. Combined with the process’ exit code, this allows tools consuming stderr to correctly determine whether an error occurred. -
Updated dependencies []:
- skott-webapp@2.3.0
skott@0.35.5
Patch Changes
-
f3a256cThanks @ViewableGravy! - Thanks @ViewableGravy! TypeScript path alias resolution was improved when matching path names with multiple occurrences of the same identifier. -
Updated dependencies []:
- skott-webapp@2.3.0
skott@0.35.4
Patch Changes
- Updated dependencies [
93bc556]:- skott-webapp@2.3.0
skott-webapp@2.3.0
Minor Changes
- #180
93bc556Thanks @MengLinMaker! - Add option to highlight "Deep dependencies" when clicking on source files
skott@0.35.3
Patch Changes
- #173
bc13f35Thanks @aniravi24! - Avoid attempting to resolve TypeScript path aliases when notsconfigis found in the working directory when not providing any entrypoint. This also allows the terminal to not be polluted when using CLI--verbosemode withtsconfigirrelevant resolution errors when not being in a TypeScript workspace.
skott-webapp@2.2.0
Minor Changes
-
#164
c2b127cThanks @antoine-coulon! - Introduce Groups visualization feature based on granularity configuration that can either bemoduleorgroup.When using
groupgranularity, the application does not render irrelevant features for an higher-level granularity e.g. File Explorer and File Summary are disabled.The
granularityof the web application rendering can't be modified through the CLI and is stillmoduleby default. The only way to alter that configuration is to use the rendering API introduced in 0.34.0 and to provide a meta configuration with the selected granularity.
skott@0.35.2
Patch Changes
- #170
1716f5dThanks @antoine-coulon! - fix: remove typescript-estree warning by using latest typescript compatible version