Skip to content

build(deps): bump read-excel-file from 9.3.2 to 9.3.4 in /api-gateway - #29

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/api-gateway/read-excel-file-9.3.4
Open

build(deps): bump read-excel-file from 9.3.2 to 9.3.4 in /api-gateway#29
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/api-gateway/read-excel-file-9.3.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 25, 2026

Copy link
Copy Markdown
Contributor

Bumps read-excel-file from 9.3.2 to 9.3.4.

Changelog

Sourced from read-excel-file's changelog.

9.3.3 / 20.07.2026

  • Merged a bugfix by Etienne Prothon. If fixes a rather critical bug when non-ASCII characters were incorrectly interpreted when reading .xlsx files, resulting in gibberish instead of human-readable letters.

9.3.0 / 25.06.2026

  • Replaced DOM XML parser with SAX XML parser. This increased the performance of XML parsing.

9.2.0 / 11.06.2026

  • Reverted the shift from unzipper to fflate in Node.js code.

    • The reason is that unzipper turns out to be 2x faster than fflate because fflate reimplements decompression in pure javascript while unzipper uses Node.js's "native" module zlib which is written in C.
  • Replaced unzipper with unzipper-esm.

    • This fixes the long-present bug when bundlers can't bundle an app that uses unzipper package because of that dynamic require() statement.

9.1.0 / 07.06.2026

  • Merged Stian Jensen's pull request that replaces unzipper package with fflate. This prunes 15 packages from node_modules (unzipper plus 14 transitive deps, e.g. bluebird, fs-extra, readable-stream).

9.0.7 / 28.04.2026

  • Merged Toni G's fix for a bug when error.row was always equal to 1.
  • Re-added schema parameter in readSheet() function.

9.0.0 / 18.04.2026

  • If you were using parseData() function:
    • Rewrote the code of the parseData() function and renamed it to parseSheetData().
    • The result of parseSheetData() function is now { errors, objects }. If there're no errors, errors will be undefined. Otherwise, errors will be a non-empty array and objects will be undefined.
      • Previously the result of parseSheetData() function was [{ errors, object }, ...], i.e. the errors were split between each particular data row. Now the errors are combined for all data rows. The rationale is that it's simpler to handle the result of the function this way.
      • Re-added row: number property to the error object. It's the number of the data row that caused the error, starting from 1.
      • Added columnIndex: number property to the error object.
    • Renamed some of the exported TypeScript types:
      • ParseDataCustomTypeParseSheetDataCustomType
      • ParseDataCustomTypeErrorMessageParseSheetDataCustomTypeErrorMessage
      • ParseDataCustomTypeErrorReasonParseSheetDataCustomTypeErrorReason
      • ParseDataErrorParseSheetDataError
      • ParseDataValueRequiredErrorParseSheetDataValueRequiredError
      • ParseDataResultParseSheetDataResult
    • In a schema, a nested object could be declared as: { required: true/false, schema: { ... } }. This is still true but the required flag is now only allowed to be either undefined or false, so true value is not allowed. The reason is quite simple. If a nested object as a whole is marked as required: true, and then it happens to be empty, a "required" error should be returned for it. But that error would also have to include a column title, and a nested object simply can't be pinned down to a single column in a sheet because it is by definition spread over multiple columns. So instead of marking a nested object as a whole with required: true, mark the specific required properties of it.

8.0.0 / 11.03.2026

... (truncated)

Commits
  • ded726c 9.3.4
  • ac0ebe8 Update CHANGELOG.md
  • 3412a12 #117. Fixed parsing cells with formulas that return an empty string
  • cc99084 Fixed saxen Parser instance creation
  • e2dfd50 9.3.3
  • e0e80a8 CHANGELOG notes on the bugfix
  • 894173a Merge branch 'fix/decode-xml-character-references' into 'master'
  • f45f3b9 Fixed XML character references not being decoded in text and attribute values
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [read-excel-file](https://gitlab.com/catamphetamine/read-excel-file) from 9.3.2 to 9.3.4.
- [Changelog](https://gitlab.com/catamphetamine/read-excel-file/blob/master/CHANGELOG.md)
- [Commits](https://gitlab.com/catamphetamine/read-excel-file/compare/v9.3.2...v9.3.4)

---
updated-dependencies:
- dependency-name: read-excel-file
  dependency-version: 9.3.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 25, 2026
@vercel

vercel Bot commented Jul 25, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
rontgenai Ready Ready Preview, Comment Jul 25, 2026 4:19am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants