arqanus / sigobras_front_end

1 stars 0 forks source link

Bump xmldom and read-excel-file #622

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Removes xmldom. It's no longer used after updating ancestor dependency read-excel-file. These dependencies need to be updated together.

Removes xmldom

Updates read-excel-file from 4.1.0 to 5.5.3

Changelog

Sourced from read-excel-file's changelog.

5.5.0 / 14.09.2022

5.4.3 / 20.07.2022

  • Added ignoreEmptyRows: false option when parsing using a schema.

  • Changed errors.row property when parsing using a schema: from "object number" to "spreadsheet row number". Example: was 1 for the first row of data, now is 2 for the first row of data (because 1 now is the header row).

5.4.0 / 04.07.2022

  • Fixed non-ASCII character encoding by forcing Node.js version of the library to read zipped contents of an XLSX file in UTF-8 character encoding. I suppose it won't break the existing code.

5.3.5 / 26.06.2022

  • Added includeNullValues: true option when parsing spreadsheet data using a schema. By default, it ignores all null values (ignores all empty cells).

5.3.4 / 11.06.2022

  • Added an optional reason?: string property of a with-schema parsing error.

5.3.3 / 24.05.2022

  • Added trim: false option.

5.3.0 / 18.05.2022

5.2.27 / 11.02.2022

  • Added readSheetNames() function.

5.2.25 / 19.11.2021

  • Fixed skipping empty rows and columns at the start.

5.2.22 / 11.11.2021

... (truncated)

Commits


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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/arqanus/sigobras_front_end/network/alerts).