agentsoz / ees-ui

Emeregency Evacuation Simulator (EES) - Web Client
3 stars 2 forks source link

Bump minimist, @mapbox/mapbox-gl-draw, mkdirp, mapbox-gl, npm, nightwatch, loader-fs-cache and handlebars #28

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 1 year ago

Bumps minimist to 1.2.8 and updates ancestor dependencies minimist, @mapbox/mapbox-gl-draw, mkdirp, mapbox-gl, npm, nightwatch, loader-fs-cache and handlebars. These dependencies need to be updated together.

Updates minimist from 1.2.0 to 1.2.8

Changelog

Sourced from minimist's changelog.

v1.2.8 - 2023-02-09

Merged

Fixed

Commits

  • Merge tag 'v0.2.3' a026794
  • [eslint] fix indentation and whitespace 5368ca4
  • [eslint] fix indentation and whitespace e5f5067
  • [eslint] more cleanup 62fde7d
  • [eslint] more cleanup 36ac5d0
  • [meta] add auto-changelog 73923d2
  • [actions] add reusable workflows d80727d
  • [eslint] add eslint; rules to enable later are warnings 48bc06a
  • [eslint] fix indentation 34b0f1c
  • [readme] rename and add badges 5df0fe4
  • [Dev Deps] switch from covert to nyc a48b128
  • [Dev Deps] update covert, tape; remove unnecessary tap f0fb958
  • [meta] create FUNDING.yml; add funding in package.json 3639e0c
  • [meta] use npmignore to autogenerate an npmignore file be2e038
  • Only apps should have lockfiles 282b570
  • isConstructorOrProto adapted from PR ef9153f
  • [Dev Deps] update @ljharb/eslint-config, aud 098873c
  • [Dev Deps] update @ljharb/eslint-config, aud 3124ed3
  • [meta] add safe-publish-latest 4b927de
  • [Tests] add aud in posttest b32d9bd
  • [meta] update repo URLs f9fdfc0
  • [actions] Avoid 0.6 tests due to build failures ba92fe6
  • [Dev Deps] update tape 950eaa7
  • [Dev Deps] add missing npmignore dev dep 3226afa
  • Merge tag 'v0.2.2' 980d7ac

v1.2.7 - 2022-10-10

Commits

... (truncated)

Commits
  • 6901ee2 v1.2.8
  • a026794 Merge tag 'v0.2.3'
  • c0b2661 v0.2.3
  • 63b8fee [Fix] Fix long option followed by single dash (#17)
  • 72239e6 [Tests] Remove duplicate test (#12)
  • 34b0f1c [eslint] fix indentation
  • 3226afa [Dev Deps] add missing npmignore dev dep
  • 098873c [Dev Deps] update @ljharb/eslint-config, aud
  • 9ec4d27 [Fix] Fix long option followed by single dash
  • ba92fe6 [actions] Avoid 0.6 tests due to build failures
  • Additional commits viewable in compare view
Maintainer changes

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


Updates @mapbox/mapbox-gl-draw from 1.1.2 to 1.4.1

Release notes

Sourced from @​mapbox/mapbox-gl-draw's releases.

v1.4.1

What's Changed

Full Changelog: https://github.com/mapbox/mapbox-gl-draw/compare/v1.4.0...v1.4.1

v1.4.0

What's Changed

Full Changelog: https://github.com/mapbox/mapbox-gl-draw/compare/v1.3.0...v1.4.0

v1.3.0

  • ⚠️ Removed GeoJSON validation in draw.add — responsibility for valid input is now on the user. #1052
  • Fixed NPM security warnings about dependencies. #1052
  • Fixed midpoint calculation when terrain is enabled. #1039
  • Reduced the size of the plugin's CSS code from 33KB to 5KB. #1038 (h/t @​johanrd)
  • Fixed simple_select mode handling on touch devices. #1008 (h/t @​corinv)

v1.2.2

Bug Fixes:

  • Fix midpoint calculation when using mapbox-gl-draw with 3d terrain

v1.2.1

Bug Fixes:

  • Upgrade peerDependencies to allow mapbox-gl@2.0.0+ to be used with gl-draw.
  • Update package.json so that usage of library from npm always results in pulling in the built bundle.
  • Remove require()'ing of unsed node builtins like fs and path from the bundle.

v1.2.0

  • Upgrade all dependencies
  • Upgrade to Node v12
  • Upgrade to ES6
  • Change bundler to rollup for smaller bundles
  • Switch from Uglify to buble in order to produce better and more compatible code

Bug fixes:

  • Trash correct vertices by changing sort to be numeric-aware #943

v1.2.0-beta.1

  • Upgrade all dependencies
  • Upgrade to Node v12
  • Upgrade to ES6

... (truncated)

Changelog

Sourced from @​mapbox/mapbox-gl-draw's changelog.

1.4.1

1.4.0

1.3.0

  • ⚠️ Removed GeoJSON validation in draw.add — responsibility for valid input is now on the user. #1052
  • Fixed NPM security warnings about dependencies. #1052
  • Fixed midpoint calculation when terrain is enabled. #1039
  • Reduced the size of the plugin's CSS code from 33KB to 5KB. #1038 (h/t @​johanrd)
  • Fixed simple_select mode handling on touch devices. #1008 (h/t @​corinv)

1.2.2

Bug Fixes:

  • Fix midpoint calculation when using mapbox-gl-draw with 3d terrain

1.2.1

Bug Fixes:

  • Upgrade peerDependencies to allow mapbox-gl@2.0.0+ to be used with gl-draw.
  • Update package.json so that usage of library from npm always results in pulling in the built bundle.
  • Remove require()'ing of unsed node builtins like fs and path from the bundle.

1.2.0

  • Upgrade all dependencies
  • Upgrade to Node v12
  • Upgrade to ES6
  • Change bundler to rollup for smaller bundles
  • Switch from Uglify to buble in order to produce better and more compatible code

Bug fixes:

  • Trash correct vertices by changing sort to be numeric-aware #943
Commits
Maintainer changes

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


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 mapbox-gl from 1.6.1 to 1.13.3

Release notes

Sourced from mapbox-gl's releases.

v1.13.3

🐞 Bug fixes

  • Fix incorrect billing when customAccessToken is provided along with non-Mapbox tiles (#12520)
  • Prevent video sources from entering fullscreen on iOS Safari (#11067)
  • Upgrade minimist to ^1.2.7 to avoid CVE-2021-44906 (#12442) (h/t @​Spasfonx)

v1.13.2

🐞 Bug fixes

  • Backport a fix for an iOS 15 issue where the iOS Safari tab bar interrupts touch interactions. (#11084)

v1.13.1

1.13.1

🐞 Bug fixes

  • Fix ImageSource not working in some cases in Firefox & Safari. #10230

v1.13.0

✨ Features and improvements

🐞 Bug fixes

  • Fix a bug where queryRenderedFeatures didn't properly expose the paint values if they were data-driven. #10074 (h/t @​osvodef)
  • Fix a bug where attribution didn't update when layer visibility changed during zooming. #9943
  • Fix a bug where hash control conflicted with external history manipulation (e.g. in single-page apps). #9960 (h/t @​raegen)
  • Fix a bug where fitBounds had an unexpected result with non-zero bearing and uneven padding. #9821 (h/t @​allison-strandberg)
  • Fix HTTP support when running GL JS against Mapbox Atlas. #10090
  • Fix a bug where the within expression didn't work in querySourceFeatures. #9933
  • Fix a bug where Popup content HTML element was removed on setDOMContent. #10036
  • Fix a compatibility bug when icon-image is used as a legacy categorical function. #10060
  • Reduce rapid memory growth in Safari by ensuring Image dataURI's are released. #10118

⚠️ Note on IE11

We intend to remove support for Internet Explorer 11 in a future release of GL JS later this year.

v1.12.0

✨ Features and improvements

  • Add methods for changing a vector tile source dynamically (e.g. setTiles, setUrl). #8048 (h/t @​stepankuzmin)
  • Add a filter option for GeoJSON sources to filter out features prior to processing (e.g. before clustering). #9864

... (truncated)

Changelog

Sourced from mapbox-gl's changelog.

1.13.3

🐞 Bug fixes

  • Fix incorrect billing when customAccessToken is provided along with non-Mapbox tiles (#12520)
  • Prevent video sources from entering fullscreen on iOS Safari (#11067)
  • Upgrade minimist to ^1.2.7 to avoid CVE-2021-44906 (#12442) (h/t @​Spasfonx)

1.13.2

🐞 Bug fixes

  • Fix an iOS 15 issue where the iOS Safari tab bar interrupts touch interactions. (#11084)

1.13.1

🐞 Bug fixes

  • Fix ImageSource not working in some cases in Firefox & Safari. #10230

1.13.0

✨ Features and improvements

🐞 Bug fixes

  • Fix a bug where queryRenderedFeatures didn't properly expose the paint values if they were data-driven. #10074 (h/t @​osvodef)
  • Fix a bug where attribution didn't update when layer visibility changed during zooming. #9943
  • Fix a bug where hash control conflicted with external history manipulation (e.g. in single-page apps). #9960 (h/t @​raegen)
  • Fix a bug where fitBounds had an unexpected result with non-zero bearing and uneven padding. #9821 (h/t @​allison-strandberg)
  • Fix HTTP support when running GL JS against Mapbox Atlas. #10090
  • Fix a bug where the within expression didn't work in querySourceFeatures. #9933
  • Fix a bug where Popup content HTML element was removed on setDOMContent. #10036
  • Fix a compatibility bug when icon-image is used as a legacy categorical function. #10060
  • Reduce rapid memory growth in Safari by ensuring Image dataURI's are released. #10118

⚠️ Note on IE11

We intend to remove support for Internet Explorer 11 in a future release of GL JS later this year.

1.12.0

✨ Features and improvements

... (truncated)

Commits


Updates npm from 6.13.1 to 6.14.18

Changelog

Sourced from npm's changelog.

6.14.18 (2022-12-21)

DEPENDENCIES

... (truncated)

Commits
Maintainer changes

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


Updates nightwatch from 1.3.1 to 1.7.13

Release notes

Sourced from nightwatch's releases.

v1.7.11

  • This version is only updating the proxy-agent dependency package to the latest version.

v1.7.10

  • Fixed #2899 – an issue with setValue/sendKeys commands
  • Added new updateValue command

v1.7.9

  • Fixed an issue where selenium_host config property wasn't set (#2892 )
  • Added support to set browserName to null in order to accommodate Appium (#2882)

v1.7.8

  • Fixed #2777 – an issue with using Chrome and Edge in parallel (#2790)
  • Fixed #2794 – using .verify asserts with await or waitFor commands with abortOnFailure=false didn't work in case of test failure (#2802, #2797)
  • Fixed #2817 – inconsistent response format when using findElements command (#2820)
  • Added support to send last error as failure reason in Browserstack transport (#2778)

v1.7.7

  • Fixed #2748 - tests not running in parallel when source folder is specified as cli argument

v1.7.6

  • Fixed #2755 – npm postinstall issue on windows

v1.7.5

  • Fixed an issue with parallel running where the number of available workers wasn't set correctly in some cases - 7754054b34fcc750549d6a204f7f03dbaec97a41
  • Fixed xml output generation when running tests with multiple environments in parallel (#2734)

v1.7.3

Nightwatch v1.7

New features

Nightwatch v1.7.0 introduces a few major new features and improvements for the test runner and also regarding the test syntax, such as:

Fluent API

It is now possible to use ES6 async/await syntax and also chain api commands together in the same test case; e.g.:

it('find elements example', async function(browser) {
    const resultElements = await browser
      .url('https://nightwatchjs.org')
      .findElements('.features-container li');
resultElements.forEach(item => console.log('Element Id:', item.getId()))

});

Integrated support for Microsoft Edge

You can now use the newer (Chromium-based) Microsoft Edge browser to run your Nightwatch tests. The auto-generated nightwatch.conf.js already includes configuration, so you can just run by passing the edge environment:

</tr></table> 

... (truncated)

Commits


Updates loader-fs-cache from 1.0.2 to 1.0.3

Commits


Updates handlebars from 4.5.3 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/agentsoz/ees-ui/network/alerts).
dependabot[bot] commented 11 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available.

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