Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2025

Bumps parquet-wasm from 0.6.1 to 0.7.0.

Release notes

Sourced from parquet-wasm's releases.

v0.7.0

What's Changed

New Contributors

Full Changelog: kylebarron/parquet-wasm@v0.6.1...v0.7.0

Changelog

Sourced from parquet-wasm's changelog.

[0.7.0] - 2025-09-17

What's Changed

New Contributors

Full Changelog: kylebarron/parquet-wasm@v0.6.1...v0.7.0

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 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 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 [parquet-wasm](https://github.com/kylebarron/parquet-wasm) from 0.6.1 to 0.7.0.
- [Release notes](https://github.com/kylebarron/parquet-wasm/releases)
- [Changelog](https://github.com/kylebarron/parquet-wasm/blob/main/CHANGELOG.md)
- [Commits](kylebarron/parquet-wasm@v0.6.1...v0.7.0)

---
updated-dependencies:
- dependency-name: parquet-wasm
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Sep 30, 2025
@dependabot dependabot bot requested a review from a team as a code owner September 30, 2025 21:04
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 30, 2025
@dependabot dependabot bot added the javascript Pull requests that update Javascript code label Sep 30, 2025
@lovisaberggren
Copy link
Collaborator

lovisaberggren commented Oct 1, 2025

FYI @matt-condon this is still passing, seems like the tests for metrics collections are running on the PR now, but do not cover the failure with the upgrade. Running node tools/spectral/ipa/metrics/scripts/runMetricCollection.js locally fails with:

SyntaxError: The requested module 'parquet-wasm' does not provide an export named 'Compression'

Copy link
Collaborator

@lovisaberggren lovisaberggren left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just blocking this merge as a precaution since it will fail the metrics collection

@matt-condon
Copy link
Collaborator

matt-condon commented Oct 1, 2025

Going to create a ticket for this one (+adding a test to ensure no future related regressions)

Edit: https://jira.mongodb.org/browse/CLOUDP-348793

@matt-condon
Copy link
Collaborator

Found a related issue kylebarron/parquet-wasm#798

parquet-wasm's package.json declares "type": "module", which tells Node.js to treat all .js files in the package as ES modules

We should be able to explicitly import parquet-wasm/esm/parquet_wasm.js to bypass the broken node build.
Preparing a fix

@matt-condon matt-condon changed the title chore: bump parquet-wasm from 0.6.1 to 0.7.0 chore(ipa): bump parquet-wasm from 0.6.1 to 0.7.0 Oct 1, 2025
Copy link
Collaborator

@lovisaberggren lovisaberggren left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix!

@lovisaberggren
Copy link
Collaborator

Could you perhaps open an issue with the package as well, so they can fix the import on their side?

@matt-condon
Copy link
Collaborator

@lovisaberggren this is the related issue: kylebarron/parquet-wasm#798
It's the same bundling problem we're seeing with a simple workaround
I'm watching the issue, so if they apply a fix on their end, I can revert the change here (but it's not a high priority)

@matt-condon matt-condon merged commit 7413612 into main Oct 1, 2025
11 checks passed
@matt-condon matt-condon deleted the dependabot/npm_and_yarn/parquet-wasm-0.7.0 branch October 1, 2025 11:10
@lovisaberggren
Copy link
Collaborator

@lovisaberggren this is the related issue: kylebarron/parquet-wasm#798 It's the same bundling problem we're seeing with a simple workaround I'm watching the issue, so if they apply a fix on their end, I can revert the change here (but it's not a high priority)

Ah perfect, thanks! Yeah not urgent but nice if fixed one day

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.

3 participants