Skip to content
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

build(deps): Bump the chunkd group with 3 updates #795

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 13, 2023

Bumps the chunkd group with 3 updates: @chunkd/fs, @cogeotiff/core and @chunkd/source-memory.

Updates @chunkd/fs from 10.0.9 to 11.2.0

Release notes

Sourced from @​chunkd/fs's releases.

fs-aws: v11.2.0

11.2.0 (2023-09-07)

Features

  • fs-aws: only write test a bucket once, not once per file (3086b1a)

Bug Fixes

  • fs-aws: AwsS3CredentialProvider is not abstract (b3cc7f5)
  • fs-aws: correct typing for credentials (586cccd)

fs: v11.2.0

11.2.0 (2023-11-08)

Features

  • fsa: decompress "json.gz" files automatically with readJson (#1345) (a13e380)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​chunkd/source-http bumped from ^11.0.2 to ^11.1.0

fs-aws: v11.1.0

11.1.0 (2023-08-23)

Features

  • fs: use "url" over "path" for url locations (8b072bd)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​chunkd/fs bumped from 11.0.2 to 11.1.0
      • @​chunkd/source-aws bumped from 11.0.1 to 11.0.2

fs: v11.1.0

11.1.0 (2023-08-23)

Features

... (truncated)

Changelog

Sourced from @​chunkd/fs's changelog.

11.2.0 (2023-11-08)

Features

  • fsa: decompress "json.gz" files automatically with readJson (#1345) (a13e380)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​chunkd/source-http bumped from ^11.0.2 to ^11.1.0

11.1.0 (2023-08-23)

Features

  • fs: use "url" over "path" for url locations (8b072bd)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​chunkd/source bumped from ^11.0.0 to ^11.1.0
      • @​chunkd/source-memory bumped from ^11.0.1 to ^11.0.2
      • @​chunkd/source-file bumped from ^11.0.0 to ^11.0.1
      • @​chunkd/source-http bumped from ^11.0.1 to ^11.0.2

11.0.2 (2023-08-02)

Bug Fixes

  • fs: correct directory names for windows (#1241) (6ba9f24)
  • fs: correct error action names (c10bbeb)
  • fs: missing source-memory dependency (f1ff070)

11.0.1 (2023-07-26)

Bug Fixes

  • fs: be more consistent when listing folders (671845e)
  • fs: re-add fsa.toArray() (0abb67b)

Dependencies

... (truncated)

Commits

Updates @cogeotiff/core from 7.2.1 to 9.0.1

Release notes

Sourced from @​cogeotiff/core's releases.

cli: v9.0.1

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​cogeotiff/core bumped from ^9.0.0 to ^9.0.1

core: v9.0.1

9.0.1 (2023-12-13)

Bug Fixes

  • core: do not read past the end of a buffer (c810ada)

examples: v9.0.1

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​cogeotiff/core bumped from ^9.0.0 to ^9.0.1

cli: v9.0.0

9.0.0 (2023-12-11)

⚠ BREAKING CHANGES

  • rename all type from CogTiff to just Tiff (#1227)
  • modify structure of tiff tags (#1225)

Features

  • cli: expose stats on tiles, empty, avg and overview size (62bc6a7)
  • cli: include file size if known (5e90764)
  • color more output and add more tags (fe4088b)
  • export all tag value constants (#1229) (44757e5)
  • modify structure of tiff tags (#1225) (049e0bc)
  • rename all type from CogTiff to just Tiff (#1227) (872263b)

Bug Fixes

  • cli: if the tiff is fully sparse dont print NaN (368aad2)
  • cli: remove console.log (b4f22cb)

Dependencies

  • The following workspace dependencies were updated

... (truncated)

Changelog

Sourced from @​cogeotiff/core's changelog.

9.0.1 (2023-12-13)

Bug Fixes

  • core: do not read past the end of a buffer (c810ada)

9.0.0 (2023-12-11)

⚠ BREAKING CHANGES

  • rename all type from CogTiff to just Tiff (#1227)
  • modify structure of tiff tags (#1225)

Features

  • color more output and add more tags (fe4088b)
  • export all tag value constants (#1229) (44757e5)
  • expose default read size so it can be easily overridden (5786246)
  • expose gdal's NO_DATA as a getter on the image (#1230) (fc21a30)
  • force some tags to always be arrays (#1228) (acc8f93)
  • modify structure of tiff tags (#1225) (049e0bc)
  • rename all type from CogTiff to just Tiff (#1227) (872263b)
  • Tag SampleFormat should also be a array (4216ddd)

Bug Fixes

  • allow unknown compression types to be read (9247a70)

8.1.1 (2023-11-14)

Bug Fixes

  • core: correct loading of sub array geotags (#1214) (a67ec0a)
  • core: expose CogTiffImage (aca2c58)

8.1.0 (2023-08-23)

Features

  • cli: fetch all tiff tags with --fetch-tags (#1155) (4067751)

Bug Fixes

  • core: do not read past the end of a file (#1152) (fd0be56)

... (truncated)

Commits
  • 3510f88 chore: release master (#1237)
  • c810ada fix(core): do not read past the end of a buffer
  • 7e83b76 chore: release master (#1226)
  • fe4088b feat: color more output and add more tags
  • 4216ddd feat: Tag SampleFormat should also be a array
  • 5786246 feat: expose default read size so it can be easily overridden
  • 9247a70 fix: allow unknown compression types to be read
  • 08a78d7 docs: expand examples of tiff tags
  • 0b5fa07 docs: expand on how to access tag information
  • 70992a2 doc: tag access via .value() and .valueGeo() (#1231)
  • Additional commits viewable in compare view

Updates @chunkd/source-memory from 10.1.0 to 11.0.2

Release notes

Sourced from @​chunkd/source-memory's releases.

fs-aws: v11.0.2

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​chunkd/fs bumped from 11.0.1 to 11.0.2

fs: v11.0.2

11.0.2 (2023-08-02)

Bug Fixes

  • fs: correct directory names for windows (#1241) (6ba9f24)
  • fs: correct error action names (c10bbeb)
  • fs: missing source-memory dependency (f1ff070)

source-aws: v11.0.2

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​chunkd/source bumped from ^11.0.0 to ^11.1.0

source-http: v11.0.2

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​chunkd/source bumped from ^11.0.0 to ^11.1.0

source-memory: v11.0.2

11.0.2 (2023-08-23)

Bug Fixes

  • source-memory: explain exactly why the source read failed (fc2601a)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​chunkd/source bumped from ^11.0.0 to ^11.1.0

fs-aws: v11.0.1

Dependencies

  • The following workspace dependencies were updated

... (truncated)

Changelog

Sourced from @​chunkd/source-memory's changelog.

11.0.2 (2023-08-23)

Bug Fixes

  • source-memory: explain exactly why the source read failed (fc2601a)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​chunkd/source bumped from ^11.0.0 to ^11.1.0

11.0.1 (2023-07-26)

Bug Fixes

  • source-memory: allow creating source with string url (640a4a4)

11.0.0 (2023-07-20)

⚠ BREAKING CHANGES

  • simplify source into fetching bytes and metadata (#1041)

Features

  • simplify source into fetching bytes and metadata (#1041) (3cc9c01)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​chunkd/source bumped from ^10.0.0 to ^11.0.0
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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested review from a team as code owners December 13, 2023 02:08
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 13, 2023
@dependabot dependabot bot requested a review from blacha December 13, 2023 02:08
l0b0
l0b0 previously approved these changes Dec 13, 2023
Copy link
Contributor

@l0b0 l0b0 left a comment

Choose a reason for hiding this comment

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

Includes a bunch of bug fixes; should probably be merged.

Bumps the chunkd group with 3 updates: [@chunkd/fs](https://github.com/blacha/chunkd/tree/HEAD/packages/fs), [@cogeotiff/core](https://github.com/blacha/cogeotiff/tree/HEAD/packages/core) and [@chunkd/source-memory](https://github.com/blacha/chunkd/tree/HEAD/packages/source-memory).


Updates `@chunkd/fs` from 10.0.9 to 11.2.0
- [Release notes](https://github.com/blacha/chunkd/releases)
- [Changelog](https://github.com/blacha/chunkd/blob/master/packages/fs/CHANGELOG.md)
- [Commits](https://github.com/blacha/chunkd/commits/fs-v11.2.0/packages/fs)

Updates `@cogeotiff/core` from 7.2.1 to 9.0.1
- [Release notes](https://github.com/blacha/cogeotiff/releases)
- [Changelog](https://github.com/blacha/cogeotiff/blob/master/packages/core/CHANGELOG.md)
- [Commits](https://github.com/blacha/cogeotiff/commits/cli-v9.0.1/packages/core)

Updates `@chunkd/source-memory` from 10.1.0 to 11.0.2
- [Release notes](https://github.com/blacha/chunkd/releases)
- [Changelog](https://github.com/blacha/chunkd/blob/master/packages/source-memory/CHANGELOG.md)
- [Commits](https://github.com/blacha/chunkd/commits/fs-v11.0.2/packages/source-memory)

---
updated-dependencies:
- dependency-name: "@chunkd/fs"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: chunkd
- dependency-name: "@cogeotiff/core"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: chunkd
- dependency-name: "@chunkd/source-memory"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: chunkd
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/chunkd-a172a3f644 branch from 762146f to 130a50e Compare December 15, 2023 01:25
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 15, 2023

Superseded by #803.

@dependabot dependabot bot closed this Dec 15, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/chunkd-a172a3f644 branch December 15, 2023 02:59
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
Development

Successfully merging this pull request may close these issues.

1 participant