-
Notifications
You must be signed in to change notification settings - Fork 14
chore(ipa): bump parquet-wasm from 0.6.1 to 0.7.0 #969
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
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>
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
|
There was a problem hiding this 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
Going to create a ticket for this one (+adding a test to ensure no future related regressions) |
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 |
There was a problem hiding this 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!
Could you perhaps open an issue with the package as well, so they can fix the import on their side? |
@lovisaberggren this is the related issue: kylebarron/parquet-wasm#798 |
Ah perfect, thanks! Yeah not urgent but nice if fixed one day |
Bumps parquet-wasm from 0.6.1 to 0.7.0.
Release notes
Sourced from parquet-wasm's releases.
Changelog
Sourced from parquet-wasm's changelog.
Commits
6201149
chore: Prepare 0.7 (#791)94d1f1e
docs: Add section to docs about hyparquet comparison (#790)9e0e338
chore: Removewww
directory (#789)19d7371
chore: Prepare 0.7.0-beta.2 (#787)9f1c0d1
Bump actions/download-artifact from 4 to 5 (#765)cbed22c
Bump actions/checkout from 4 to 5 (#769)9e4dd6c
Bump actions/setup-node from 4 to 5 (#774)ea357ce
Bump arrow-js-ffi from 0.4.2 to 0.4.3 (#779)a97d49d
Bump typedoc from 0.28.5 to 0.28.13 (#781)6c5bfb0
Bump@types/node
from 22.15.24 to 24.5.0 (#782)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)