Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2025

Bumps zarrita from 0.5.3 to 0.5.4.

Release notes

Sourced from zarrita's releases.

[email protected]

Patch Changes

  • Fix handling of paths with spaces in Zarr stores (a06a7e6)

    Paths containing spaces or other special characters in Zarr stores were not being resolved correctly. The internal use of the URL for path resolution was inadvertently exposing URL-encoded paths (e.g., converting spaces to %20), preventing stores from finding entries with these characters.

    This fix ensures paths are properly decoded after resolution, allowing Zarr arrays and groups with spaces in their names to be accessed correctly in both ZipFileStore and consolidated metadata.

  • Updated dependencies [a06a7e6]:

    • @​zarrita/storage@​0.1.3
Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
zarrita [< 0.5, > 0.4.0-next.14]

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 1, 2025
@dependabot dependabot bot requested a review from a team as a code owner November 1, 2025 13:14
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 1, 2025
@dependabot dependabot bot requested review from froyo-np and suyli7 November 1, 2025 13:14
@dependabot dependabot bot added the javascript Pull requests that update javascript code label Nov 1, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/zarrita-0.5.4 branch 3 times, most recently from e0ffe92 to aa81048 Compare November 2, 2025 00:47
Copy link
Collaborator

@lanesawyer lanesawyer left a comment

Choose a reason for hiding this comment

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

Release notes look fine, let's gooo

@lanesawyer lanesawyer enabled auto-merge (squash) November 2, 2025 00:52
Bumps [zarrita](https://github.com/manzt/zarrita.js) from 0.5.3 to 0.5.4.
- [Release notes](https://github.com/manzt/zarrita.js/releases)
- [Commits](https://github.com/manzt/zarrita.js/compare/[email protected]@0.5.4)

---
updated-dependencies:
- dependency-name: zarrita
  dependency-version: 0.5.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/zarrita-0.5.4 branch from aa81048 to 47957b3 Compare November 2, 2025 00:53
@lanesawyer lanesawyer merged commit 02ba319 into main Nov 2, 2025
5 checks passed
@lanesawyer lanesawyer deleted the dependabot/npm_and_yarn/zarrita-0.5.4 branch November 2, 2025 00:54
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.

2 participants