chore: version packages#16
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@stainless-code/codemap@0.1.8
Patch Changes
#15
f2362f9Thanks @SutuSebastian! - Fix three HIGH-severity bugs found via cross-audit triangulation, plus performance and docs improvements.Bug fixes
onerrorhandler on Bun Worker — prevents silent promise hang when a parse worker crashesFormatCurrency()in.tsxfiles no longer indexed as a component)--filesmodes — custom-extension files indexed during--fullno longer silently go stalePerformance
Map<string, Statement>cache forbetter-sqlite3run()/query()— avoids ~2,000+ redundantprepare()calls on large projectsinner.query()inwrap()to prepare once per call instead of per.get()/.all()PRAGMA optimizeoncloseDbfor read-only query pathsDocs
symbols.kindvalues (variable→const,type_alias→type) andexports.kindvaluesDatabase.query()caching is Bun-only; Node statement cache via wrappercloseDbreadonly, incremental/--filescustom extensionsTesting
fixtures/minimal/to cover all 10 indexed tables (CSS module,@keyframes,@import, non-component PascalCase export, FIXME marker)Cleanup
analyzeDependencies: truefrom CSS parserfetchTableStats(was duplicated acrossindex-engine.tsandrun-index.ts)eslint-disable-next-linedirectives (oxlint doesn't enforce those rules)SCHEMA_VERSIONcomment (said "2", value is1)