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

build(deps): bump xml2js and hslayers-ng #66

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 18, 2024

Bumps xml2js to 0.6.2 and updates ancestor dependency hslayers-ng. These dependencies need to be updated together.

Updates xml2js from 0.4.23 to 0.6.2

Commits

Updates hslayers-ng from 8.1.0 to 14.1.0

Release notes

Sourced from hslayers-ng's releases.

14.1.0

14.1.0 (2024-07-29)

First minor release in the v14 series comes with several improvements and important bug fixes.

Bug Fixes

  • add-data: WMS layer extent parsing (ba201a1)
  • compositions: Composition current base map visibility (e2f0696)
  • layermanager: Layer editor not visible with mainpanel other than LM (1a25042)
  • layermanager: Close gallery mini menu on base visibility toggle (44499a8)
  • layermanager: Do not update folders on removal of all layers. (045fbbe)
  • layermanager: Safer clean folders catch block (dcf45c8)
  • perf: Base64 encoded SVG icons (0ae4537)
  • styler: File style load (e98b28b)
  • styler: Load style from QML file for layman layer (084ce66)
  • styler: Parse QML styles loaded via URL (2e07f3c)

Features

  • compositions: Store and parse ignoreExtent control in/from composition - for WMS layers (6b030ac)
  • config: Add new Senslog config param - timeFormatConfigPath (e46e04d)
  • layermanager: Add copy button to URL (6a58830)
  • layermanager: Layer type switcher widget (fbaffe1)
  • utils: Extent buffer (0f44b5c)

Full Changelog: hslayers/hslayers-ng@14.0.1...14.1.0

14.0.1

14.0.1 (2024-06-25)

Bug Fixes

  • query: Ensure hsQueryWmsService is always available in the component (32af332)

Full Changelog: hslayers/hslayers-ng@14.0.0...14.0.1

14.0.0

14.0.0 (2024-06-18)

After an unprecedented number of pre-releases there is finally an official version 14 of hslayers-ng. It comes once again with a big structural change as we move from single entrypoint to multiple secondary entrypoints. See below.

BREAKING CHANGES

  • Introducing secondary entry points, for better dead-code elimination. Individual logical components and services are now exported individually instead of one uniform export. This change shall significantly reduce the amount of data necessary to transfer at first load of any hslayers application, thus improving startup time and overall performance. However it requires a developer to change all imports from hslayers-ng library. E.g. what was before
import {HsEventBusService} from 'hslayers-ng';

... (truncated)

Commits
  • 0df28be chore: Release hslayers-ng 14.1
  • 28fa3af refactor(layermanager): Simplify toggleLayerEditor method
  • a2f4e29 fix(layermanager):Do not change sublayers chevron when opening layer-editor s...
  • a9a426c refactor(layermanager): Use new translation pipe syntax
  • 1a25042 fix(layermanafer): Layer edtior not visible with mainpanel other than LM
  • 5b20fda test(layermanager): E2E test for layer-type-switcher widget
  • 24b4d26 refactor(layermanager): Map gallery styles
  • 44499a8 fix(layermanager): Close gallery mini menu on base visiblity toggle
  • fbaffe1 feat(layermanager): Layer type switcher widget
  • c2333e7 chore(layermanager): Polish type widget and use correct cs translation
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by jmacura, a new releaser for hslayers-ng since your current version.


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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

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

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 18, 2024
Bumps [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) to 0.6.2 and updates ancestor dependency [hslayers-ng](https://github.com/hslayers/hslayers-ng). These dependencies need to be updated together.


Updates `xml2js` from 0.4.23 to 0.6.2
- [Commits](https://github.com/Leonidas-from-XIV/node-xml2js/commits/0.6.2)

Updates `hslayers-ng` from 8.1.0 to 14.1.0
- [Release notes](https://github.com/hslayers/hslayers-ng/releases)
- [Commits](hslayers/hslayers-ng@8.1.0...14.1.0)

---
updated-dependencies:
- dependency-name: xml2js
  dependency-type: indirect
- dependency-name: hslayers-ng
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multi-afeee80bf1 branch from 4512210 to 0c5c05f Compare September 18, 2024 21:57
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