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

Bump @mapbox/tilelive from 5.12.3 to 6.1.2 #18

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 6, 2025

Bumps @mapbox/tilelive from 5.12.3 to 6.1.2.

Changelog

Sourced from @​mapbox/tilelive's changelog.

6.1.2

Updates to work with aws-sdk 2.1562.0:

  • Use the default value of HighWaterMark for the WriteStream interface. With updated aws-sdk version, the HighWaterMark setting was causing write timeouts.
  • New version of aws-sdk does not reliably call the callback fuction of put_object. tilelive depended on that call back to count the number tiles being written. When the callback was not being called tilelive would hang. The solution is just use the finish event that tilelive to indicate that all of the tiles have been written. If an error occures tilelive will catch the error event.

6.1.1

  • Update to minimist version 1.2.6

6.1.0

  • Added node v10 support by upgrading to @​mapbox/mbtiles0.10.x

6.0.0

  • Include trailing newline at the end of serialtiles to make append implementations simpler (mapbox/tilelive#206)

5.12.6

  • Updated several dependencies to the @​mapbox namespaced version

5.12.5

  • Update all CI tests to run on node v0.10, v4, and v6 #194
  • Fix flaky round-trip de/serialize tests #152

5.12.4

  • support @​mapbox namespaced tilelive packages for auto loading #187
Commits
Maintainer changes

This version was pushed to npm by mapbox-npm-08, a new releaser for @​mapbox/tilelive since your current version.


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 [@mapbox/tilelive](https://github.com/mapbox/tilelive.js) from 5.12.3 to 6.1.2.
- [Changelog](https://github.com/mapbox/tilelive/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mapbox/tilelive.js/commits)

---
updated-dependencies:
- dependency-name: "@mapbox/tilelive"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 6, 2025
Copy link
Author

dependabot bot commented on behalf of github Feb 8, 2025

Looks like @mapbox/tilelive is no longer a dependency, so this is no longer needed.

@dependabot dependabot bot closed this Feb 8, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/mapbox/tilelive-6.1.2 branch February 8, 2025 02:18
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.

0 participants