Releases: sourcegraph/scip-typescript
scip-typescript v0.2.11
Faster indexing performance in multi-project codebases
Previously, scip-typescript index
would repeatedly typecheck the same source file when indexing multi-project codebases. Now, scip-typescript index
uses a cache between projects to avoid this unnecessary work. Benchmarks reveal this optimization improves performance 30-55% depending on the size and shape of the codebase. This optimization is enabled by default, use the --no-global-caches
flag to disable it.
Yarn v3 support with --yarn-workspaces
Previously, the --yarn-berry-workspaces
flag was needed to index Yarn v3 codebases. Now, the --yarn-workspaces
flag supports all current versions of Yarn including v3.
- Add support for Yarn v3 by @olafurpg in #168
- fix: Fix --yarn-workspace with Yarn 3. by @varungandhi-src in #181
What's Changed
- chore(deps): update dependency @sourcegraph/eslint-config to v0.32.0 by @renovate in #134
- Update workspaces list max buffer to 5 MB by @pastelsky in #176
- chore(deps): update docker/setup-buildx-action action to v2 by @renovate in #131
- chore(deps): update docker/login-action action to v2 by @renovate in #130
- chore(deps): update docker/build-push-action action to v3 by @renovate in #129
- chore: Bump dependencies. by @varungandhi-src in #177
- Update ChangeLog and bump version for releasing 0.2.9. by @varungandhi-src in #178
- Update ChangeLog and bump version for releasing 0.2.10. by @varungandhi-src in #179
New Contributors
- @pastelsky made their first contribution in #176
Full Changelog: v0.2.8...v0.2.11
scip-typescript v0.2.8
Auto-indexing no longer silently ignores errors
Previously, auto-indexing jobs silently ignored npm/yarn install
failures. Now, we additionally print a message explaining that it's an explicit decision to ignore the errors.
What's Changed
- chore(deps): update typescript-eslint monorepo to ^5.27.1 by @renovate in #149
- Document migration from lsif-node by @olafurpg in #156
- chore(deps): update dependency prettier to v2.7.1 by @renovate in #158
- chore(deps): update typescript-eslint monorepo to ^5.30.0 by @renovate in #159
- workflows: update pr-auditor workflow by @bobheadxi in #154
- Print message when npm/yarn install fails during auto-indexing by @olafurpg in #165
Full Changelog: v0.2.7...v0.2.8
lsif-typescript v0.1.13
Full Changelog: v0.1.12...v0.1.13
lsif-typescript v0.1.9
Work-in-progress release.
lsif-typescript v0.1.8
v0.1.8