Skip to content

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

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

chore(deps): bump @ngbracket/ngx-layout from 19.0.0 to 22.0.1#2455
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/ngbracket/ngx-layout-22.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 6, 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. DefaultFlexDirectiveFlexDirective). 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]

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file npm npm package updates (e.g. dependabot) labels Jul 6, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner July 6, 2026 18:32
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file npm npm package updates (e.g. dependabot) labels Jul 6, 2026
@github-actions
github-actions Bot enabled auto-merge July 6, 2026 18:32
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/ngbracket/ngx-layout-22.0.0 branch 7 times, most recently from f9bc3a1 to 9f7402f Compare July 16, 2026 00:37
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/ngbracket/ngx-layout-22.0.0 branch from 9f7402f to b46457f Compare July 20, 2026 18:26
@dependabot dependabot Bot changed the title chore(deps): bump @ngbracket/ngx-layout from 19.0.0 to 22.0.0 chore(deps): bump @ngbracket/ngx-layout from 19.0.0 to 22.0.1 Jul 22, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/ngbracket/ngx-layout-22.0.0 branch 2 times, most recently from 73d3569 to c7224f1 Compare July 22, 2026 02:45
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.0
  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.0 branch from c7224f1 to b36413e Compare July 22, 2026 02: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 npm npm package updates (e.g. dependabot)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants