Skip to content

chore(deps): bump @ngbracket/ngx-layout from 19.0.0 to 22.0.1 - #2483

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/ngbracket/ngx-layout-22.0.1
Open

dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/ngbracket/ngx-layout-22.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2026 •

Copy link
Copy Markdown
Contributor

Bumps @ngbracket/ngx-layout from 19.0.0 to 22.0.1.

Release notes

Sourced from @​ngbracket/ngx-layout's releases.

Release 22.0.1

Patch release on top of 22.0.0.

Bug Fixes

  • deps: patch known security vulnerabilities in the build toolchain (#116) — resolves all 12 npm audit findings (5 high, 4 moderate, 3 low) in transitive dev/build dependencies via package.json overrides. npm audit now reports 0 vulnerabilities; library build and all 468 tests pass.

Code Refactoring

  • layout-gap: use native CSS gap instead of child margins (#117) — replaces the margin-based gap implementation with the container's native CSS gap property.

Full Changelog: ngbracket/ngx-layout@22.0.0...22.0.1

Release 22.0.0

Angular 22 release of @ngbracket/ngx-layout.

⚠ BREAKING CHANGES

  • Default* directives removed (#112) — replace each Default<X>Directive with <X>Directive (e.g. DefaultFlexDirective → FlexDirective). The base directives have identical selectors and behavior, so only the import/symbol name changes.
  • fxLayoutGap now emits the CSS gap property on the container rather than margin on children, so the element must be a flex container (apply fxLayout) for the gap to take effect. The legacy " grid" suffix is still accepted but is now equivalent to a plain gap.

Features

  • breakpoints: add opt-in MATERIAL_BREAKPOINTS preset (#26, #111)
  • layout-gap: use CSS gap instead of child margins (#43, #110)
  • Upgrade to Angular 20, then Angular 22
  • Provider function for standalone components and SSR testing support

Bug Fixes

  • core: guard against undefined element.style during style flush (#57, #108)
  • layout-gap: use direction-independent CSS properties for fxLayoutGap (#95, #106)

See CHANGELOG.md for the full list.

Release 20.0.1

What's Changed

New Contributors

Full Changelog: ngbracket/ngx-layout@20.0.0...20.0.1

Release 20.0.0

20.0.0 (2025-07-21)

Bug Fixes

... (truncated)

Changelog

Sourced from @​ngbracket/ngx-layout's changelog.

22.0.1 (2026-07-20)

Bug Fixes

  • deps: patch known security vulnerabilities in build toolchain (#116) (7085327)

Code Refactoring

  • layout-gap: use native CSS gap instead of child margins (#117) (cd66b7f)

22.0.0 (2026-06-15)

Bug Fixes

  • add ignoreDeprecations option to tsconfig.json (0ea5f89)
  • core: guard against undefined element.style during style flush (#57) (#108) (c14a4c3)
  • etag: removed etag (22ba2d9)
  • flex-layout: use aliased imports from primary entry point to secondary entry point (#76) (021f1ae)
  • layout-gap: use direction-independent CSS properties for fxLayoutGap (#95) (#106) (79c661f)
  • package: remove package lock file (9f75640)
  • package: update package json to match yarn lock for browser-sync-client (ab0549a)
  • remove duplicate dependencies from package.json (2812287)
  • remove unused FlexLayoutModule imports and replace with specific directives (#83) (079e5fe)
  • styles: fixes the card colors when in dark mode (#88) (d5a496b)
  • typescript: version of typescript was too high (8358bc4)
  • update CI badge and remove deprecated dependencies from package.json and package-lock.json (92d86f1)
  • update output paths for updated-demo and universal-demo-app builds (73feda8)
  • update output paths for updated-demo and universal-demo-app builds (4347c50)
  • update version to 22.0.0-rc in package.json (401ea51)
  • update: update orbs in CI (bc4c83e)
  • yarn: lock issues failing CI (f9e54b8)
  • yarn: removed mitt.1.2 (3eb9920)

Features

  • add markdown page and sitemap, implement section page component (b08c930)
  • add provider function for standalone components (ee08c92)
  • add SSR testing support for flex-layout library (009fec6)
  • angular19: migrate app to version 19 of Angular (#61) (11d3dfe)
  • breakpoints: add opt-in MATERIAL_BREAKPOINTS preset (#26) (#111) (e968e2f)

... (truncated)

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
@ngbracket/ngx-layout [>= 18.a, < 19]

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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file npm npm package updates (e.g. dependabot) labels Jul 27, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner July 27, 2026 18:13
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file npm npm package updates (e.g. dependabot) labels Jul 27, 2026
@github-actions
github-actions Bot enabled auto-merge July 27, 2026 18:14
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/ngbracket/ngx-layout-22.0.1 branch 4 times, most recently from eb67d8c to dc04920 Compare July 27, 2026 19:04
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/ngbracket/ngx-layout-22.0.1 branch 11 times, most recently from a129aae to 710b89b Compare August 10, 2026 18:50
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/ngbracket/ngx-layout-22.0.1 branch 7 times, most recently from 7e50e80 to 683f831 Compare August 24, 2026 18:54
Bumps [@ngbracket/ngx-layout](https://github.com/ngbracket/ngx-layout) from 19.0.0 to 22.0.1.
- [Release notes](https://github.com/ngbracket/ngx-layout/releases)
- [Changelog](https://github.com/ngbracket/ngx-layout/blob/22.0.1/CHANGELOG.md)
- [Commits](https://github.com/ngbracket/ngx-layout/commits/22.0.1)

---
updated-dependencies:
- dependency-name: "@ngbracket/ngx-layout"
  dependency-version: 22.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/ngbracket/ngx-layout-22.0.1 branch from 683f831 to 7fe6732 Compare August 25, 2026 11:31

This branch has not been deployed

No deployments
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 npm npm package updates (e.g. dependabot)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants