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 minimist, mapbox-gl, mkdirp, loader-fs-cache and handlebars #11

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 30, 2022

Bumps minimist to 1.2.6 and updates ancestor dependencies minimist, mapbox-gl, mkdirp, loader-fs-cache and handlebars. These dependencies need to be updated together.

Updates minimist from 1.2.0 to 1.2.6

Commits

Updates mapbox-gl from 0.54.0 to 2.10.0

Release notes

Sourced from mapbox-gl's releases.

v2.10.0

Features ✨ and improvements 🏁

  • Add new marker styling option rotationAlignment: 'horizon' allowing marker rotation to match the curvature of the horizon in globe view (#11894)
  • Improve panning precision on Globe View and relax constraints on lower zoom levels (#12114)
  • Add unit option to number-format expression (#11839) (h/t varna)
  • Add screen reader alert for cooperative gestures warning message. (#12058)
  • Improve rendering performance on globe view (#12050)
  • Improve tile loading performance on low zoom levels (#12061)
  • Improve globe-mercator transition and map load performance with globe projection (#12039)

Bug fixes 🐞

  • Fix a bug where id expression didn't correctly handle a value of 0 (#12000)
  • Fix precision errors in depth pack/unpack (#12005)
  • Fix cooperativeGestures preventing panning on mobile while in fullscreen. (#12058)
  • Fix misplaced raster tiles after toggling setStyle with a globe projection (#12049)
  • Fix exception on creating map in an iframe with sandbox attribute. (#12101)
  • Fix "improve map" link in the attribution to include location even if map hash is disabled (#12122)
  • Fix Chrome console warnings about ignored event cancel on touch interactions (#12121) (h/t jschaf)

v2.10.0-beta.1

Features ✨ and improvements 🏁

  • Improve rendering performance on globe view (#12050)
  • Improve tile loading performance on low zoom levels (#12061)
  • Improve globe-mercator transition and map load performance with globe projection (#12039)
  • Improve panning precision on Globe View and relax constraints on lower zoom levels (#12114)

Bug fixes 🐞

  • Fix a bug where id expression didn't work for 0 values (#12000)
  • Fix precision errors in depth pack/unpack (#12005)
  • Fix cooperativeGestures preventing panning on mobile while in fullscreen. (#12058)
  • Add screen reader alert for cooperative gestures warning message. (#12058)
  • Fix clearing raster tiles when toggling setStyle with a globe projection (#12049)
  • Fix creating map in an iframe with sandbox attribute. (#12101)
  • Fix "improve map" link in the attribution to include location even if map hash is disabled (#12122)
  • Fix Chrome console warnings about ignored event cancel on touch interactions (#12121) (h/t jschaf)

v2.9.2

Bug fixes 🐞

  • Add a workaround in ScaleControl to support localization in browsers without NumberFormat support. (#12068)
  • Fix GeolocateControl not working in Safari. (#12080)

v2.9.1

Bug fixes 🐞

... (truncated)

Changelog

Sourced from mapbox-gl's changelog.

2.10.0

Features ✨ and improvements 🏁

  • Add new marker styling option rotationAlignment: 'horizon' allowing marker rotation to match the curvature of the horizon in globe view. (#11894)
  • Improve panning precision on Globe View and relax constraints on lower zoom levels. (#12114)
  • Add unit option to number-format expression. (#11839) (h/t varna)
  • Add screen reader alert for cooperative gestures warning message. (#12058)
  • Improve rendering performance on globe view. (#12050)
  • Improve tile loading performance on low zoom levels. (#12061)
  • Improve globe-mercator transition and map load performance with globe projection. (#12039)

Bug fixes 🐞

  • Fix a bug where id expression didn't correctly handle a value of 0. (#12000)
  • Fix precision errors in depth pack/unpack. (#12005)
  • Fix cooperativeGestures preventing panning on mobile while in fullscreen. (#12058)
  • Fix misplaced raster tiles after toggling setStyle with a globe projection. (#12049)
  • Fix exception on creating map in an iframe with sandbox attribute. (#12101)
  • Fix "improve map" link in the attribution to include location even if map hash is disabled. (#12122)
  • Fix Chrome console warnings about ignored event cancel on touch interactions. (#12121) (h/t jschaf)

2.9.2

Bug fixes 🐞

  • Add a workaround in ScaleControl to support localization in browsers without NumberFormat support. (#12068)
  • Fix GeolocateControl not working in Safari. (#12080)

2.9.1

Bug fixes 🐞

  • Fix missing lines on some Windows devices. (#12017)

2.9.0

Features ✨

  • Add globe projection. This new projection displays the map as a 3d globe and can be enabled by either passing projection: globe to the map constructor or by calling map.setProjection('globe'). All layers are supported by globe except for Custom Layers and Sky.
  • Extend atmospheric fog with three new style specification properties: high-color, space-color and star-intensity to allow the design of atmosphere around the globe and night skies. (#11590)
  • Add a new line layer paint property in the style specification: line-trim-offset that can be used to create a custom fade out with improved update performance over line-gradient. (#11570)
  • Add an option for providing a geolocation adapter to GeolocateControl. (#10400) (h/t behnammodi)
  • Add Map.Title property to locale options to localise the map aria-label. (#11549) (h/t andrewharvey)
  • Allow duplicated coordinates in tile request URLs. (#11441) (h/t ozero)

Bug fixes 🐞

  • Fix an issue which causes line layers to occasionally flicker. (#11848)

... (truncated)

Commits

Updates mkdirp from 0.5.1 to 0.5.6

Commits
Maintainer changes

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


Updates loader-fs-cache from 1.0.2 to 1.0.3

Commits

Updates handlebars from 4.1.2 to 4.7.7

Changelog

Sourced from handlebars's changelog.

v4.7.7 - February 15th, 2021

  • fix weird error in integration tests - eb860c0
  • fix: check prototype property access in strict-mode (#1736) - b6d3de7
  • fix: escape property names in compat mode (#1736) - f058970
  • refactor: In spec tests, use expectTemplate over equals and shouldThrow (#1683) - 77825f8
  • chore: start testing on Node.js 12 and 13 - 3789a30

(POSSIBLY) BREAKING CHANGES:

  • the changes from version 4.6.0 now also apply in when using the compile-option "strict: true". Access to prototype properties is forbidden completely by default, specific properties or methods can be allowed via runtime-options. See #1633 for details. If you are using Handlebars as documented, you should not be accessing prototype properties from your template anyway, so the changes should not be a problem for you. Only the use of undocumented features can break your build.

That is why we only bump the patch version despite mentioning breaking changes.

Commits

v4.7.6 - April 3rd, 2020

Chore/Housekeeping:

Compatibility notes:

  • Restored Node.js compatibility

Commits

v4.7.5 - April 2nd, 2020

Chore/Housekeeping:

  • Node.js version support has been changed to v6+ Reverted in 4.7.6

Compatibility notes:

  • Node.js < v6 is no longer supported Reverted in 4.7.6

Commits

v4.7.4 - April 1st, 2020

Chore/Housekeeping:

Compatibility notes:

... (truncated)

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 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 30, 2022
Bumps [minimist](https://github.com/substack/minimist) to 1.2.6 and updates ancestor dependencies [minimist](https://github.com/substack/minimist), [mapbox-gl](https://github.com/mapbox/mapbox-gl-js), [mkdirp](https://github.com/isaacs/node-mkdirp), [loader-fs-cache](https://github.com/viankakrisna/loader-fs-cache) and [handlebars](https://github.com/wycats/handlebars.js). These dependencies need to be updated together.


Updates `minimist` from 1.2.0 to 1.2.6
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/commits)

Updates `mapbox-gl` from 0.54.0 to 2.10.0
- [Release notes](https://github.com/mapbox/mapbox-gl-js/releases)
- [Changelog](https://github.com/mapbox/mapbox-gl-js/blob/main/CHANGELOG.md)
- [Commits](mapbox/mapbox-gl-js@v0.54.0...v2.10.0)

Updates `mkdirp` from 0.5.1 to 0.5.6
- [Release notes](https://github.com/isaacs/node-mkdirp/releases)
- [Changelog](https://github.com/isaacs/node-mkdirp/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-mkdirp@0.5.1...v0.5.6)

Updates `loader-fs-cache` from 1.0.2 to 1.0.3
- [Release notes](https://github.com/viankakrisna/loader-fs-cache/releases)
- [Commits](https://github.com/viankakrisna/loader-fs-cache/commits)

Updates `handlebars` from 4.1.2 to 4.7.7
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md)
- [Commits](handlebars-lang/handlebars.js@v4.1.2...v4.7.7)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
- dependency-name: mapbox-gl
  dependency-type: direct:production
- dependency-name: mkdirp
  dependency-type: indirect
- dependency-name: loader-fs-cache
  dependency-type: indirect
- dependency-name: handlebars
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/minimist-and-mapbox-gl-and-mkdirp-and-loader-fs-cache-and-handlebars-1.2.6 branch from 4d3b988 to 9cb6850 Compare October 5, 2022 19:10
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 14, 2022

Superseded by #19.

@dependabot dependabot bot closed this Oct 14, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minimist-and-mapbox-gl-and-mkdirp-and-loader-fs-cache-and-handlebars-1.2.6 branch October 14, 2022 00:05
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants