Skip to content

Comments

build(deps): bump @angular/common, @angular/forms, @angular/platform-browser, @angular/platform-browser-dynamic, @ng-bootstrap/ng-bootstrap, hslayers-cesium, hslayers-ng and ngx-cookie-service#85

Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/multi-b175f1390e

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2026

Bumps @angular/common, @angular/forms, @angular/platform-browser, @angular/platform-browser-dynamic, @ng-bootstrap/ng-bootstrap, hslayers-cesium, hslayers-ng and ngx-cookie-service. These dependencies needed to be updated together.
Updates @angular/common from 18.1.4 to 21.0.6

Release notes

Sourced from @​angular/common's releases.

21.0.6

core

Commit Description
fix - 4c8fb3631d throw better errors for potential circular references
fix - 48492524ea use mutable ResponseInit type for RESPONSE_INIT token

forms

Commit Description
feat - 81772b420d pass field directive to class config
refactor - 729b96476b rename field to fieldTree in FieldContext and ValidationError

language-service

Commit Description
fix - e0694df3ec avoid interpolation highlighting inside @​let
fix - 5047be4bc1 Prevent language service from crashing on suggestion diagnostic errors

Breaking Changes

forms

  • The shape of SignalFormsConfig.classes has changed

    Previously each function in the classes map took a FieldState. Now it takes a Field directive.

    For example if you previously had:

    provideSignalFormsConfig({
      classes: {
        'my-valid': (state) => state.valid()
      }
    })
    

    You would need to update to:

    provideSignalFormsConfig({
      classes: {
        'my-valid': ({state}) => state().valid()
      }
    })
    

    (cherry picked from commit 348f149e8b06d6885f54bac4cf03a9481a8b19b7)

  • (cherry picked from commit ae0c59028a2f393ea5716bf222db2c38e7a3989f)

21.0.5

core

Commit Description
fix - 69d243abb74 avoid false-positive deprecation when using InjectionToken with factory only

forms

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

21.0.6 (2025-12-17)

Breaking Changes (affecting only experimental features)

forms

  • The shape of SignalFormsConfig.classes has changed

    Previously each function in the classes map took a FieldState. Now it takes a Field directive.

    For example if you previously had:

    provideSignalFormsConfig({
      classes: {
        'my-valid': (state) => state.valid()
      }
    })
    

    You would need to update to:

    provideSignalFormsConfig({
      classes: {
        'my-valid': ({state}) => state().valid()
      }
    })
    

    (cherry picked from commit 348f149e8b06d6885f54bac4cf03a9481a8b19b7)

  • (cherry picked from commit ae0c59028a2f393ea5716bf222db2c38e7a3989f)

core

Commit Type Description
4c8fb3631d fix throw better errors for potential circular references
48492524ea fix use mutable ResponseInit type for RESPONSE_INIT token

forms

Commit Type Description
81772b420d feat pass field directive to class config
729b96476b refactor rename field to fieldTree in FieldContext and ValidationError

language-service

Commit Type Description
e0694df3ec fix avoid interpolation highlighting inside @​let
5047be4bc1 fix Prevent language service from crashing on suggestion diagnostic errors

21.1.0-next.3 (2025-12-11)

... (truncated)

Commits
  • feed89e ci: reformat files
  • 6d9d2b8 refactor(common): remove redundant providedIn: 'root' from injection tokens
  • 288238a refactor(core): correct all typeof ngDevMode comparison patterns introduced...
  • 56418b1 docs: add documentation for HTTP_TRANSFER_CACHE_ORIGIN_MAP
  • 20474d3 fix(http): enable XSRF protection for same-origin absolute URLs
  • 3240d85 fix(http): prevent XSRF token leakage to protocol-relative URLs
  • 6de8926 refactor(core): add debug name to resource (#64172)
  • 00ffe91 refactor(common): removes unused NgModuleFactory config in NgComponentOutlet
  • 8765b66 docs: add reference to Built-in Pipes in multiple pipe files
  • ab98e71 fix(common): remove placeholder image listeners once view is removed
  • Additional commits viewable in compare view

Updates @angular/forms from 18.1.4 to 21.0.6

Release notes

Sourced from @​angular/forms's releases.

21.0.6

core

Commit Description
fix - 4c8fb3631d throw better errors for potential circular references
fix - 48492524ea use mutable ResponseInit type for RESPONSE_INIT token

forms

Commit Description
feat - 81772b420d pass field directive to class config
refactor - 729b96476b rename field to fieldTree in FieldContext and ValidationError

language-service

Commit Description
fix - e0694df3ec avoid interpolation highlighting inside @​let
fix - 5047be4bc1 Prevent language service from crashing on suggestion diagnostic errors

Breaking Changes

forms

  • The shape of SignalFormsConfig.classes has changed

    Previously each function in the classes map took a FieldState. Now it takes a Field directive.

    For example if you previously had:

    provideSignalFormsConfig({
      classes: {
        'my-valid': (state) => state.valid()
      }
    })
    

    You would need to update to:

    provideSignalFormsConfig({
      classes: {
        'my-valid': ({state}) => state().valid()
      }
    })
    

    (cherry picked from commit 348f149e8b06d6885f54bac4cf03a9481a8b19b7)

  • (cherry picked from commit ae0c59028a2f393ea5716bf222db2c38e7a3989f)

21.0.5

core

Commit Description
fix - 69d243abb74 avoid false-positive deprecation when using InjectionToken with factory only

forms

... (truncated)

Changelog

Sourced from @​angular/forms's changelog.

21.0.6 (2025-12-17)

Breaking Changes (affecting only experimental features)

forms

  • The shape of SignalFormsConfig.classes has changed

    Previously each function in the classes map took a FieldState. Now it takes a Field directive.

    For example if you previously had:

    provideSignalFormsConfig({
      classes: {
        'my-valid': (state) => state.valid()
      }
    })
    

    You would need to update to:

    provideSignalFormsConfig({
      classes: {
        'my-valid': ({state}) => state().valid()
      }
    })
    

    (cherry picked from commit 348f149e8b06d6885f54bac4cf03a9481a8b19b7)

  • (cherry picked from commit ae0c59028a2f393ea5716bf222db2c38e7a3989f)

core

Commit Type Description
4c8fb3631d fix throw better errors for potential circular references
48492524ea fix use mutable ResponseInit type for RESPONSE_INIT token

forms

Commit Type Description
81772b420d feat pass field directive to class config
729b96476b refactor rename field to fieldTree in FieldContext and ValidationError

language-service

Commit Type Description
e0694df3ec fix avoid interpolation highlighting inside @​let
5047be4bc1 fix Prevent language service from crashing on suggestion diagnostic errors

21.1.0-next.3 (2025-12-11)

... (truncated)

Commits
  • feed89e ci: reformat files
  • 729b964 refactor(forms): rename field to fieldTree in FieldContext and ValidationError
  • 5afb1eb docs(forms): improve JSDoc for Signal Forms Schema types
  • 3151c05 refactor(forms): add signal forms to the type tests
  • 45e967b refactor(forms): convert Signal Forms errors to use RuntimeError
  • 81772b4 feat(forms): pass field directive to class config
  • 4fd2b72 fix(forms): fix signal forms type error
  • cbb1017 fix(forms): allow resetting with empty string
  • 6d74755 fix(forms): Reuse key in parent in compat structure
  • f254ff4 feat(forms): expose element on signal forms Field directive
  • Additional commits viewable in compare view

Updates @angular/platform-browser from 18.1.4 to 21.0.6

Release notes

Sourced from @​angular/platform-browser's releases.

21.0.6

core

Commit Description
fix - 4c8fb3631d throw better errors for potential circular references
fix - 48492524ea use mutable ResponseInit type for RESPONSE_INIT token

forms

Commit Description
feat - 81772b420d pass field directive to class config
refactor - 729b96476b rename field to fieldTree in FieldContext and ValidationError

language-service

Commit Description
fix - e0694df3ec avoid interpolation highlighting inside @​let
fix - 5047be4bc1 Prevent language service from crashing on suggestion diagnostic errors

Breaking Changes

forms

  • The shape of SignalFormsConfig.classes has changed

    Previously each function in the classes map took a FieldState. Now it takes a Field directive.

    For example if you previously had:

    provideSignalFormsConfig({
      classes: {
        'my-valid': (state) => state.valid()
      }
    })
    

    You would need to update to:

    provideSignalFormsConfig({
      classes: {
        'my-valid': ({state}) => state().valid()
      }
    })
    

    (cherry picked from commit 348f149e8b06d6885f54bac4cf03a9481a8b19b7)

  • (cherry picked from commit ae0c59028a2f393ea5716bf222db2c38e7a3989f)

21.0.5

core

Commit Description
fix - 69d243abb74 avoid false-positive deprecation when using InjectionToken with factory only

forms

... (truncated)

Changelog

Sourced from @​angular/platform-browser's changelog.

21.0.6 (2025-12-17)

Breaking Changes (affecting only experimental features)

forms

  • The shape of SignalFormsConfig.classes has changed

    Previously each function in the classes map took a FieldState. Now it takes a Field directive.

    For example if you previously had:

    provideSignalFormsConfig({
      classes: {
        'my-valid': (state) => state.valid()
      }
    })
    

    You would need to update to:

    provideSignalFormsConfig({
      classes: {
        'my-valid': ({state}) => state().valid()
      }
    })
    

    (cherry picked from commit 348f149e8b06d6885f54bac4cf03a9481a8b19b7)

  • (cherry picked from commit ae0c59028a2f393ea5716bf222db2c38e7a3989f)

core

Commit Type Description
4c8fb3631d fix throw better errors for potential circular references
48492524ea fix use mutable ResponseInit type for RESPONSE_INIT token

forms

Commit Type Description
81772b420d feat pass field directive to class config
729b96476b refactor rename field to fieldTree in FieldContext and ValidationError

language-service

Commit Type Description
e0694df3ec fix avoid interpolation highlighting inside @​let
5047be4bc1 fix Prevent language service from crashing on suggestion diagnostic errors

21.1.0-next.3 (2025-12-11)

... (truncated)

Commits
  • feed89e ci: reformat files
  • 8d92f05 refactor(platform-browser): remove unused platformIsServer flag from renderer
  • 288238a refactor(core): correct all typeof ngDevMode comparison patterns introduced...
  • f550f4a docs: ExperimentalIsolatedShadowDom mentions
  • 6213cbf refactor(core): rename ExperimentalIsolatedShadowDom to IsolatedShadowDom
  • 8ab0847 refactor(core): mark VERSION as @__PURE__ for better tree-shaking
  • 593f902 refactor(platform-browser): remove unused Platform ID dependency from DomRend...
  • 3bed9f0 build: format md files
  • 33f8339 refactor(platform-browser): remove redundant providedIn: 'root' from inject...
  • a4fe078 refactor(common): remove unused import (#64699)
  • Additional commits viewable in compare view

Updates @angular/platform-browser-dynamic from 18.1.4 to 21.0.6

Release notes

Sourced from @​angular/platform-browser-dynamic's releases.

21.0.6

core

Commit Description
fix - 4c8fb3631d throw better errors for potential circular references
fix - 48492524ea use mutable ResponseInit type for RESPONSE_INIT token

forms

Commit Description
feat - 81772b420d pass field directive to class config
refactor - 729b96476b rename field to fieldTree in FieldContext and ValidationError

language-service

Commit Description
fix - e0694df3ec avoid interpolation highlighting inside @​let
fix - 5047be4bc1 Prevent language service from crashing on suggestion diagnostic errors

Breaking Changes

forms

  • The shape of SignalFormsConfig.classes has changed

    Previously each function in the classes map took a FieldState. Now it takes a Field directive.

    For example if you previously had:

    provideSignalFormsConfig({
      classes: {
        'my-valid': (state) => state.valid()
      }
    })
    

    You would need to update to:

    provideSignalFormsConfig({
      classes: {
        'my-valid': ({state}) => state().valid()
      }
    })
    

    (cherry picked from commit 348f149e8b06d6885f54bac4cf03a9481a8b19b7)

  • (cherry picked from commit ae0c59028a2f393ea5716bf222db2c38e7a3989f)

21.0.5

core

Commit Description
fix - 69d243abb74 avoid false-positive deprecation when using InjectionToken with factory only

forms

... (truncated)

Changelog

Sourced from @​angular/platform-browser-dynamic's changelog.

21.0.6 (2025-12-17)

Breaking Changes (affecting only experimental features)

forms

  • The shape of SignalFormsConfig.classes has changed

    Previously each function in the classes map took a FieldState. Now it takes a Field directive.

    For example if you previously had:

    provideSignalFormsConfig({
      classes: {
        'my-valid': (state) => state.valid()
      }
    })
    

    You would need to update to:

    provideSignalFormsConfig({
      classes: {
        'my-valid': ({state}) => state().valid()
      }
    })
    

    (cherry picked from commit 348f149e8b06d6885f54bac4cf03a9481a8b19b7)

  • (cherry picked from commit ae0c59028a2f393ea5716bf222db2c38e7a3989f)

core

Commit Type Description
4c8fb3631d fix throw better errors for potential circular references
48492524ea fix use mutable ResponseInit type for RESPONSE_INIT token

forms

Commit Type Description
81772b420d feat pass field directive to class config
729b96476b refactor rename field to fieldTree in FieldContext and ValidationError

language-service

Commit Type Description
e0694df3ec fix avoid interpolation highlighting inside @​let
5047be4bc1 fix Prevent language service from crashing on suggestion diagnostic errors

21.1.0-next.3 (2025-12-11)

... (truncated)

Commits
  • 8ab0847 refactor(core): mark VERSION as @__PURE__ for better tree-shaking
  • 3bed9f0 build: format md files
  • c357650 refactor(core): Update tests for zoneless by default (#63668)
  • 2fcafb6 build: rename defaults2.bzl to defaults.bzl (#63383)
  • fa8d8b8 build: migrate all npm packages to use new rules_js based npm_package rule (#...
  • cbc258e build: remove ts_project_interop infrastructure (#62908)
  • 793ff35 build: move http_server and generate_api_docs into defaults2.bzl (#62878)
  • 8bf97d1 build: remove all usages of the interop_deps attr for ts_project and ng_proje...
  • 23d5877 build: migrate to new toolchain usage for api goldens (#62688)
  • b848590 build: migrate to use web test runner rules (#62292)
  • Additional commits viewable in compare view

Updates @ng-bootstrap/ng-bootstrap from 17.0.0 to 20.0.0

Release notes

Sourced from @​ng-bootstrap/ng-bootstrap's releases.

20.0.0

This release bumps minimum required versions to Angular 21.0.0

Features

This release includes component entry points. This allows applications importing ng-bootstrap to speed up their build and have a slightly smaller bundle.

For example, you can use the ng-bootstrap pagination component like this:

import { NgbPagination } from '@ng-bootstrap/ng-bootstrap/pagination';
@​Component({
template: <ngb-pagination [collectionSize]="50" />,
imports: [NgbPagination]
})
export class MyComponent {}

Please note that this is not a breaking change, you will still be able to import everything from the main entrypoint.

Regarding Zoneless support

ng-bootstrap demo has been using Zoneless Change Detection since version 17.0.1
If you have any issue using ng-bootstrap in a zoneless app, please open a bug and we will patch ng-bootstrap 20

Miscellaneous

  • Updated all links of the demo website from angular.io to their corresponding one on angular.dev
  • Updated all demo codes to use the standalone components instead of modules
  • Moved unit tests to vitest
  • Stackblitzes now run on zoneless
  • Fixed stackblitz links for popover / tooltip custom target examples

20.0.0-rc.0

This release candidate version bumps minimum required versions to Angular 21.0.0

Features

This release includes component entry points. This allows applications importing ng-bootstrap to speed up their build and have a slightly smaller bundle.

For example, you can use the ng-bootstrap pagination component like this:

import { NgbPagination } from '@ng-bootstrap/ng-bootstrap/pagination';
@​Component({
template: <ngb-pagination [collectionSize]="50" />,
imports: [NgbPagination]
}
export class MyComponent {}

... (truncated)

Changelog

Sourced from @​ng-bootstrap/ng-bootstrap's changelog.

20.0.0 (2025-12-12)

This release bumps minimum required versions to Angular 21.0.0

Features

This release includes component entry points. This allows applications importing ng-bootstrap to speed up their build and have a slightly smaller bundle.

For example, you can use the ng-bootstrap pagination component like this:

import { NgbPagination } from '@ng-bootstrap/ng-bootstrap/pagination';
@​Component({
template: <ngb-pagination [collectionSize]="50" />,
imports: [NgbPagination]
})
export class MyComponent {}

Please note that this is not a breaking change, you will still be able to import everything from the main entrypoint.

Regarding Zoneless support

ng-bootstrap demo has been using Zoneless Change Detection since version 17.0.1
If you have any issue using ng-bootstrap in a zoneless app, please open a bug and we will patch ng-bootstrap 20

Miscellaneous

  • Updated all links of the demo website from angular.io to their corresponding one on angular.dev
  • Updated all demo codes to use the standalone components instead of modules
  • Moved unit tests to vitest
  • Stackblitzes now run on zoneless
  • Fixed stackblitz links for popover / tooltip custom target examples

19.0.1 (2025-07-01)

Bug Fixes

  • toast: missing export of NgbToastOptions interface (6b26ef3)
  • positioning: missing export of PlacementArray type (#4847) (a4e94a3)
  • datepicker: missing export of DayTemplateContext interface (1b90da5)

19.0.0 (2025-06-19)

This release bumps minimum required versions to Angular 20.0.0

Bug Fixes

  • carousel: remove invalid aria-activedescendant (6ecb129)
  • datepicker: add missing attributes aria-disabled and aria-selected (fab39cb)

... (truncated)

Commits
  • 0cba2e3 docs: release 20.0.0
  • d71730a docs: add scrollspy tag to package.json
  • e099c06 refactor: upgrade deps for ejs, primsjs and gh-pages (#4878)
  • e26242d fix: demo stackblitzes after switch to multiple entrypoints
  • 5aa50dc demo: include 19 in historical versions
  • 3a8fee8 ci: unexpose utils (#4877)
  • 1eeca8a test: drop saucelabs and add webkit and firefox to units
  • 91e05bf test: fix sauce browser configs
  • 403121b test: set saucelabs region to us
  • 27516a0 test: move units to vitest (#4875)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by qderoubaix, a new releaser for @​ng-bootstrap/ng-bootstrap since your current version.


Updates hslayers-cesium from 14.1.0 to 16.2.0

Release notes

Sourced from hslayers-cesium's releases.

16.2.0

16.2.0 (2025-12-07)

Fix build-related issue with hslayers-app.

Bug Fixes

  • add-data: Correct style property and file type (890e779)
  • add-data: Missing layman access rights import (70d6200)
  • add-data: Read value of layerIsAvailable signal (ffa6550)
  • addlayers: WFS style loading (7c170cb)
  • compositions: Fallback for max and min resolutions (023b9a7)
  • compositions: Use parsed layer name for layman vectors from compositions (eb6d2ca)
  • draw: Do not fill layers on map load (271a847)
  • layermanager: Time editor visibility (2109a04)
  • layman: Retry describeLayer on success status (fb7309e)
  • styler: Indicate style change after upload, read signal value (ad0aa0b)

Features

  • config: isLaymanUrlException (5d58b7c)

Full Changelog: hslayers/hslayers-ng@16.1.0...16.2.0

16.1.0

16.1.0 (2025-11-18)

This minor release fixes a bunch of bugs and adds a basic level of backwards compatibility between HSLayers-NG and Layman 1.x (69945ca). With HSLayers-NG 16.1 it should be safe to read Layman data (open layer, open composition), but writing Layman data (change permissions, upload dataset, save composition) is not guaranteed to work. Please file any issues regarding read access to Layman data. Beside that, HSLayers-NG also keeps on track with Layman 2.2 and we are adding support for EPSG:32718 & EPSG:9377 spatial reference systems in this release.

Bug Fixes

  • add-data: honor open_lm_after_comp_loaded setting (f6cd89d)
  • add-data: Use layman wms pipeline only for endpoints of version 2.0 and above (69945ca)
  • compositions: Parse folder name for ArcGIS layers (fbcffe0)
  • compositions: Unresolved compo properties (1ad609e)
  • getcapabilities: Deduplicate concurrent get capabilities requests (c015113)
  • language: Return last part of the key (SIDENAV.PANEL.Info -> Info) or the key itself if single part key for missing translations (2e2880c)
  • layermanager: Refresh physical layer list on updates (c58c8e0), closes #5907
  • layermanager: Removing scale value should set 0/Infinity (9de2c6d)
  • layman: handle version check gracefully (ff09b81)
  • layman: Update test case (efcff21)
  • savemap: Show validation errors on touched (6c61f1d)
  • wms: Honor tiled setting from composition (0b98c79)

Features

  • compositions: Show name in info-dialog (8e53eda)

... (truncated)

Commits
  • 468a661 chore: Release hslayers-ng 16.2
  • e7187e6 build(deps): bump @​angular/compiler, @​angular/common, @​angular/core, @​angular...
  • 6ca5e1c build(deps): bump @​angular/compiler, @​angular/common, @​angular/core, @​angular...
  • 9fde67b build(deps): bump @​modelcontextprotocol/sdk and @​angular/cli
  • 7c170cb fix(addlayers): wfs style loading
  • 890e779 fix(adddata): correct style property and file type
  • fb7309e fix(layman): retry describelayer on success status
  • ad0aa0b fix(styler): Indicate style change after upload , read signal value
  • 9955254 chore: remove debug text
  • 70d6200 fix(adddata): missing layman access rights import
  • Additional commits viewable in compare view

Updates hslayers-ng from 14.1.0 to 16.2.0

Release notes

Sourced from hslayers-ng's releases.

16.2.0

16.2.0 (2025-12-07)

Fix build-related issue with hslayers-app.

Bug Fixes

  • add-data: Correct style property and file type (890e779)
  • add-data: Missing layman access rights import (70d6200)
  • add-data: Read value of layerIsAvailable signal (ffa6550)
  • addlayers: WFS style loading (7c170cb)
  • compositions: Fallback for max and min resolutions (023b9a7)
  • compositions: Use parsed layer name for layman vectors from compositions (eb6d2ca)
  • draw: Do not fill layers on map load (271a847)
  • layermanager: Time editor visibility (2109a04)
  • layman: Retry describeLayer on success status (fb7309e)
  • styler: Indicate style change after upload, read signal value (ad0aa0b)

Features

  • config: isLaymanUrlException (5d58b7c)

Full Changelog: hslayers/hslayers-ng@16.1.0...16.2.0

16.1.0

16.1.0 (2025-11-18)

This minor release fixes a bunch of bugs and adds a basic level of backwards compatibility between HSLayers-NG and Layman 1.x (69945ca). With HSLayers-NG 16.1 it should be safe to read Layman data (open layer, open composition), but writing Layman data (change permissions, upload dataset, save composition) is not guaranteed to work. Please file any issues regarding read access to Layman data. Beside that, HSLayers-NG also keeps on track with Layman 2.2 and we are adding support for EPSG:32718 & EPSG:9377 spatial reference systems in this release.

Bug Fixes

  • add-data: honor open_lm_after_comp_loaded setting (f6cd89d)
  • add-data: Use layman wms pipeline only for endpoints of version 2.0 and above (69945ca)
  • compositions: Parse folder name for ArcGIS layers (fbcffe0)
  • compositions: Unresolved compo properties (1ad609e)
  • getcapabilities: Deduplicate concurrent get capabilities requests (c015113)
  • language: Return last part of the key (SIDENAV.PANEL.Info -> Info) or the key itself if single part key for missing translations (2e2880c)
  • layermanager: Refresh physical layer list on updates (c58c8e0), closes #5907
  • layermanager: Removing scale value should set 0/Infinity (9de2c6d)
  • layman: handle version check gracefully (ff09b81)
  • layman: Update test case (efcff21)
  • savemap: Show validation errors on touched (6c61f1d)
  • wms: Honor tiled setting from composition (0b98c79)

Features

  • compositions: Show name in info-dialog (8e53eda)

... (truncated)

Commits
  • 468a661 chore: Release hslayers-ng 16.2
  • e7187e6 build(deps): bump @​angular/compiler, @​angular/common, @​angular/core, @​angular...
  • 6ca5e1c build(deps): bump @​angular/compiler, @​angular/common, @​angular/core, @​angular...
  • 9fde67b build(deps): bump @​modelcontextprotocol/sdk and @​angular/cli
  • 7c170cb fix(addlayers): wfs style loading
  • 890e779 fix(adddata): correct style property and file type
  • fb7309e fix(layman): retry describelayer on success status
  • ad0aa0b fix(styler): Indicate style change after upload , read signal value
  • 9955254 chore: remove debug text
  • 70d6200 fix(adddata): missing layman access rights import
  • Additional commits viewable in compare view

Updates ngx-cookie-service from 18.0.0 to 21.1.0

Release notes

Sourced from ngx-cookie-service's releases.

21.1.0

What's Changed

Full Changelog: stevermeister/ngx-cookie-service@v21.0.0...v21.1.0

21.0.0

What's Changed

Full Changelog: stevermeister/ngx-cookie-service@v20.1.1...v21.0.0

20.1.1

What's Changed

Full Changelog: stevermeister/ngx-cookie-service@v20.1.0...v20.1.1

20.1.0

What's Changed

Full Changelog: stevermeister/ngx-cookie-service@v20.0.1...v20.1.0

20.0.1

What's Changed

New Contributors

Full Changelog: stevermeister/ngx-cookie-service@v20.0.0...v20.0.1

20.0.0

What's Changed

Full Changelog: ...

Description has been truncated

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

…browser, @angular/platform-browser-dynamic, @ng-bootstrap/ng-bootstrap, hslayers-cesium, hslayers-ng and ngx-cookie-service

Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common), [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms), [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser), [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic), [@ng-bootstrap/ng-bootstrap](https://github.com/ng-bootstrap/ng-bootstrap), [hslayers-cesium](https://github.com/hslayers/hslayers-ng), [hslayers-ng](https://github.com/hslayers/hslayers-ng) and [ngx-cookie-service](https://github.com/stevermeister/ngx-cookie-service). These dependencies needed to be updated together.

Updates `@angular/common` from 18.1.4 to 21.0.6
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v21.0.6/packages/common)

Updates `@angular/forms` from 18.1.4 to 21.0.6
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v21.0.6/packages/forms)

Updates `@angular/platform-browser` from 18.1.4 to 21.0.6
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v21.0.6/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 18.1.4 to 21.0.6
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v21.0.6/packages/platform-browser-dynamic)

Updates `@ng-bootstrap/ng-bootstrap` from 17.0.0 to 20.0.0
- [Release notes](https://github.com/ng-bootstrap/ng-bootstrap/releases)
- [Changelog](https://github.com/ng-bootstrap/ng-bootstrap/blob/master/CHANGELOG.md)
- [Commits](ng-bootstrap/ng-bootstrap@17.0.0...20.0.0)

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

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

Updates `ngx-cookie-service` from 18.0.0 to 21.1.0
- [Release notes](https://github.com/stevermeister/ngx-cookie-service/releases)
- [Changelog](https://github.com/stevermeister/ngx-cookie-service/blob/master/CHANGELOG.md)
- [Commits](stevermeister/ngx-cookie-service@v18.0.0...v21.1.0)

---
updated-dependencies:
- dependency-name: "@angular/common"
  dependency-version: 21.0.6
  dependency-type: direct:production
- dependency-name: "@angular/forms"
  dependency-version: 21.0.6
  dependency-type: direct:production
- dependency-name: "@angular/platform-browser"
  dependency-version: 21.0.6
  dependency-type: direct:production
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-version: 21.0.6
  dependency-type: direct:production
- dependency-name: "@ng-bootstrap/ng-bootstrap"
  dependency-version: 20.0.0
  dependency-type: direct:production
- dependency-name: hslayers-cesium
  dependency-version: 16.2.0
  dependency-type: direct:production
- dependency-name: hslayers-ng
  dependency-version: 16.2.0
  dependency-type: direct:production
- dependency-name: ngx-cookie-service
  dependency-version: 21.1.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multi-b175f1390e branch from 8782fb3 to b4c1b59 Compare January 22, 2026 15:11
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