Skip to content

chore(release): version packages - #134

Merged
baseballyama merged 2 commits into
mainfrom
changeset-release/main
Sep 15, 2026
Merged

baseballyama merged 2 commits into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 15, 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 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

@office-kit/xlsx@0.11.1

Patch Changes

  • #132 6244117 Thanks @baseballyama! - fix: loadWorkbook returned numeric character references such as &[#20219](https://github.com/office-kit/xlsx/issues/20219); as literal text instead of decoding them (#131). Decimal and hexadecimal references are now decoded in text and attributes, including the inline and shared strings openpyxl writes. A reference to a character XML does not allow (for example �) now fails the load with OpenXmlSchemaError instead of being kept as literal text.

  • #133 dcbc31a Thanks @kibertoad! - fix: types were silently lost on moduleResolution: node16 / nodenext

    Relative imports inside the shipped .d.ts files had no file extension
    (from './load'), which Node's ESM rules reject. Consumers on
    moduleResolution: node16 or nodenext got TS2834 inside node_modules,
    where the usual skipLibCheck: true discarded it, so every symbol imported
    from @office-kit/xlsx/* degraded to an error type: no autocomplete, and no
    type errors reported against the library's API.

    The declarations now carry .js extensions, so all of node16, nodenext and
    bundler resolve the full type graph with skipLibCheck: false. No runtime
    behaviour, export name or type signature changed.

    moduleResolution: node10 remains unsupported, since the subpaths are declared
    only through exports.

@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 25678e1 to 35a1bfa Compare September 15, 2026 20:26
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01VDXfibTffZaZH8fHxCk6FB
@baseballyama
baseballyama merged commit ccff375 into main Sep 15, 2026
12 checks passed
@baseballyama
baseballyama deleted the changeset-release/main branch September 15, 2026 20:31
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.

1 participant