Skip to content

chore(deps): Bump read-excel-file from 6.0.3 to 7.0.0 in /js#1178

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/js/read-excel-file-7.0.0
Closed

chore(deps): Bump read-excel-file from 6.0.3 to 7.0.0 in /js#1178
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/js/read-excel-file-7.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 4, 2026

Bumps read-excel-file from 6.0.3 to 7.0.0.

Changelog

Sourced from read-excel-file's changelog.

7.0.0 / 23.02.2026

  • Refactored the code.
  • (breaking change) The minimum required Node.js version is now >= 18.
    • Nothing really changed in that regard, it's just that the minimum required Node.js version wasn't specified previously, and I just randomly assumed that now it's gonna be >= 18.
  • (breaking change) The default export has been removed in order to not confuse people.
  • (breaking change) /browser export uses Web Workers now to avoid blocking the main thread. I dunno if Internet Explorer is supported now.
  • Added new exports: /browser and /universal.
    • /universal works both in a web browser and Node.js. Only accepts a Blob as an input.
    • /browser works in a web browser. It replaced what used to be the default export.
  • /node export now accepts a Blob as an input.

6.0.0 / 12.09.2025

  • (breaking change) Removed ignoreEmptyRows: true option.

  • (breaking change) Removed read-excel-file/schema subpackage. Removed read-excel-file/map subpackage.

  • (breaking change) Changed schema parsing of empty columns.

    • Old behavior: When parsing with a schema, empty columns were undefined and missing columns were also undefined.
    • New behavior: When parsing with a schema, empty columns are null and missing columns are still undefined.
      • This new behavior works better with Sequelize: when performing an .update() of a database record, null values (empty columns) will be set to NULL while undefined values (missing columns) will be ignored and will not be set to NULL.
      • The old behavior could be restored by passing schemaPropertyValueForMissingValue: undefined option.
  • (breaking change) Renamed schemaEntry.parse property to schemaEntry.type.

  • (breaking change) Changed schema format:

    • Old behavior: Object.keys(schema) were column titles and schema[key].prop was the property name.
      • Example: { "COLUMN": { prop: "property" } }
    • New behavior: Object.keys(schema) are property names and schema[key].colum is the column title.
      • Example: { "property": { column: "COLUMN" } }
  • (breaking change) Changed nested schema format:

    • Old behavior: type property described the schema of the nested object.
      • Example: { "NESTED OBJECT": { prop: "nestedObject", type: { "COLUMN": { prop: "property" } } } }
    • New behavior: schema property describes the schema of the nested object.
      • Example: { "nestedObject": { "schema": { "property": { column: "COLUMN" } } } }
  • (breaking change) errors entries for nested objects now don't have a type property.

  • (breaking change) Removed map option. Use schema option instead.

  • (breaking change) Renamed option: schemaPropertyValueForEmptyCellschemaPropertyValueForMissingValue.

  • (breaking change) Removed deprecated option includeNullValues: true.

  • (breaking change) Renamed rowMap / rowIndexMap parameters to rowIndexSourceMap.

... (truncated)

Commits

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 6.0.3 to 7.0.0.
- [Changelog](https://gitlab.com/catamphetamine/read-excel-file/blob/master/CHANGELOG.md)
- [Commits](https://gitlab.com/catamphetamine/read-excel-file/compare/v6.0.3...v7.0.0)

---
updated-dependencies:
- dependency-name: read-excel-file
  dependency-version: 7.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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 Mar 4, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 6, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/js/read-excel-file-7.0.0 branch March 6, 2026 04:34
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