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

Open
wants to merge 1 commit into
base: main
Choose a base branch
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

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 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 [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] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 5, 2023
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