Skip to content

Version Packages - #336

Open
gtbuchanan[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Open

Version Packages#336
gtbuchanan[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@gtbuchanan

@gtbuchanan gtbuchanan Bot commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish 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

@gtbuchanan/eslint-config@0.4.0

Minor Changes

  • 44daadb: Derive lint ignores from .gitignore

    configure() now reads .gitignore through eslint-config-flat-gitignore and contributes the converted patterns as a global-ignores entry, so untracked paths — build output, caches, generated files — are never linted without being enumerated. Nested .gitignore files are discovered too, and a repo without one contributes no patterns instead of throwing.

    The new gitignore option takes false to opt out, or a FlatGitignoreOptions object merged over defaultGitignoreOptions.

    Because .gitignore now covers generated paths, the default ignores list was narrowed to the tracked files another tool owns the format of: lockfiles — matched by naming convention rather than per package manager — and CHANGELOG.md. That list is exported as defaultIgnores so it can be spread when overriding, since ignores replaces its default wholesale.

    Repos that pass gitignore: false and relied on the previous defaults to skip build output now have to list those paths themselves.

@gtbuchanan/libsql-termux-shim@0.1.0

Minor Changes

  • feae032: Add @gtbuchanan/libsql-termux-shim, a stand-in for libsql's native binding
    implemented on node:sqlite. libsql publishes no @libsql/android-arm64, so
    dependents such as promptfoo fail at startup on Termux; aliasing the missing
    target to this package lets them run. Local databases only — embedded replicas
    throw.

@gtbuchanan
gtbuchanan Bot requested a review from gtbuchanan as a code owner July 30, 2026 03:08
@gtbuchanan
gtbuchanan Bot force-pushed the changeset-release/main branch from acfd09e to 27e089c Compare July 30, 2026 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants