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 mapnik from 3.7.2 to 4.5.9 #2

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 5, 2023

Bumps mapnik from 3.7.2 to 4.5.9.

Changelog

Sourced from mapnik's changelog.

4.5.9

  • Image - fix object lifetimes/scopes in relevant async methods (#978)
  • Add persistent Buffer reference to Image to ensure underlying buffer stays in scope (in situations when Image doesn't own underlyling data)
  • Image - update ctor and remove ad-hoc _buffer field
  • Use Napi::EscapableHandleScope in Image::buffer and Image::data

4.5.8

  • Upgrade to mapnik@e553f55dc (mapnik/mapnik@c3eda40...e553f55)
    • SVG: restore default values in parse_svg_value on failure to preserve "viewport/viewBox" logic when using boost > 1.65.1
    • Upgrade to boost 1.75 + ICU 58.1

4.5.6

  • Upgrade node-addon-api (>=v3.1.0)
  • Upgrade to @​mapbox/node-pre-gyp >= v1.x
  • Check std::string is not-empty before accessing internal data via operator[]
  • Upgrade to mapnik@c3eda40e0 (mapnik/mapnik@c6fc956...c3eda40)
    • Fixed size value used to resize record buffer in csv.input and geojson.input #4187
    • Disable compiler warning using portable macros #4188 #4189 #4194
    • Upgrade travis-ci build environment to use xenial
    • Move to travis-ci.com

4.5.5

  • Upgrade to mapnik@c6fc956a7 (mapnik/mapnik@26d3084...c6fc956)
    • SVG CSS support mapnik/mapnik#4123
    • Use mapnik::value_integer for id type in feature generator
    • GeoJSON - allow 'null' properties in Feature objects #4177
    • Implement is_solid using stdlib find_if
    • Add perfect forwarding in apply_visitor alias
    • Re-implement feature_json_generator by adapting feature_impl into boost::fusion container and removing use semantic actions (simpler code + boost_1_73 support) #4143
    • Relax bounding box extracting grammar #4140
    • mapnik::color - fix operator== #4137
    • color::swap - add missing premultiplied_ #4137
    • Add spacing-offset option mapnik/mapnik#4132
    • Add Int32 support for gdal driver
  • Remove reinterpret_cast by changing Napi::Buffer<T> specialisations
  • Replace bogus Object->Value->Object conversions e.g scope.Escape(napi_value(obj)).ToObject() => scope.Escape(obj) (ref #961)
  • Remove Escapefrom env.Undefined() (ref #961)
  • Travis CI: enable clang-format + clang-tidy targets

4.5.4

  • Ensure mapnik.Image data is valid during AsyncWorker::Execute() (ref #960)

4.5.3

... (truncated)

Commits
  • f47e923 Update version in package.json [publish binary]
  • 5e06a40 Update CHANGELOG + [publish binary]
  • c50e463 Merge pull request #979 from mapnik/artemp/issue-978
  • ef6293c Add comment as per mapnik/node-mapnik#979_...
  • 2aef6f5 Image constructor - pass width, height, premultipled and painted in `...
  • b0ffb6e Add comments re: Ref()/Unref() logic
  • 433af45 Merge pull request #968 from rnevius/master
  • 334821f Prepare v4.5.9 release
  • 29c0a37 clang-format - republish dev binaries for 4.5.9-dev2 [republish binary]
  • 8ec0f85 publish dev binaries for 4.5.9-dev2 [publish binary]
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by artem, a new releaser for mapnik since your current version.


Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [mapnik](https://github.com/mapnik/node-mapnik) from 3.7.2 to 4.5.9.
- [Release notes](https://github.com/mapnik/node-mapnik/releases)
- [Changelog](https://github.com/mapnik/node-mapnik/blob/master/CHANGELOG.md)
- [Commits](mapnik/node-mapnik@v3.7.2...v4.5.9)

---
updated-dependencies:
- dependency-name: mapnik
  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 Apr 5, 2023
Copy link
Author

dependabot bot commented on behalf of github Feb 8, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/mapnik-4.5.9 branch February 8, 2025 02:22
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.

1 participant