Skip to content

feat: add connection control#112

Merged
laravdiemen merged 7 commits into
mainfrom
feat/connection-posts-backend-and-frontend
Feb 18, 2026
Merged

feat: add connection control#112
laravdiemen merged 7 commits into
mainfrom
feat/connection-posts-backend-and-frontend

Conversation

@laravdiemen
Copy link
Copy Markdown
Contributor

Deze PR bevat #110 en #111 plus nog de frontend die nodig is naar aanleiding van Simon zijn aanpassingen.

Ik heb het als volgt getest. Mijn yard-query-block config ziet er als volgt uit:

<?php

declare(strict_types=1);

return [
	'connections' => [
		[
			'label' => 'Nieuws',
			'from' => 'toolkit',
			'meta_key' => 'toolkit_related_news',
			'to' => 'news',
		],
		[
			'label' => 'Ervaringsverhaal',
			'from' => 'toolkit',
			'meta_key' => 'toolkit_related_testimonial',
			'to' => 'testimonial',
		],
	],
];

In ACF heb ik twee velden van het type "Bericht object" toegevoegd bij de CPT toolkit. Hierbij is het belangrijk dat je niet de optie "selecteer meerdere" selecteert want dan werkt het niet. De metadata wordt dan namelijk als array opgeslagen en dat moet alleen de post id zijn.
image

Als je dan vervolgens het content type toolkit bij de berichtenlijst selecteert, dan krijg je daar 2 opties om op connectie te filteren.
image

@github-actions
Copy link
Copy Markdown

Coverage report for commit: 2607aac
File: coverage.xml

Cover ┌─────────────────────────┐ Freq.
   0% │ ███████████████████████ │ 42.9%
  10% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  20% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  30% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  40% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  50% │ ████████░░░░░░░░░░░░░░░ │ 14.3%
  60% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  70% │ ████████░░░░░░░░░░░░░░░ │ 14.3%
  80% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  90% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
 100% │ ████████████████░░░░░░░ │ 28.6%
      └─────────────────────────┘
 *Legend:* █ = Current Distribution 
Summary - Lines: 24.89% | Methods: 54.72%
FilesLinesMethodsBranches
src/Block
   Block.php--100.00%
   BlockAttributes.php72.58%87.10%100.00%
src/Casts
   IntCast.php50.00%-100.00%
src/Query
   PostQuery.php--100.00%
   QueryInterface.php100.00%100.00%100.00%
src
   QueryBlockServiceProvider.php--100.00%
src/Traits
   Helpers.php100.00%100.00%100.00%

🤖 comment via lucassabreu/comment-coverage-clover

1 similar comment
@github-actions
Copy link
Copy Markdown

Coverage report for commit: 2607aac
File: coverage.xml

Cover ┌─────────────────────────┐ Freq.
   0% │ ███████████████████████ │ 42.9%
  10% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  20% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  30% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  40% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  50% │ ████████░░░░░░░░░░░░░░░ │ 14.3%
  60% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  70% │ ████████░░░░░░░░░░░░░░░ │ 14.3%
  80% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  90% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
 100% │ ████████████████░░░░░░░ │ 28.6%
      └─────────────────────────┘
 *Legend:* █ = Current Distribution 
Summary - Lines: 24.89% | Methods: 54.72%
FilesLinesMethodsBranches
src/Block
   Block.php--100.00%
   BlockAttributes.php72.58%87.10%100.00%
src/Casts
   IntCast.php50.00%-100.00%
src/Query
   PostQuery.php--100.00%
   QueryInterface.php100.00%100.00%100.00%
src
   QueryBlockServiceProvider.php--100.00%
src/Traits
   Helpers.php100.00%100.00%100.00%

🤖 comment via lucassabreu/comment-coverage-clover

Copy link
Copy Markdown
Contributor

@YvetteNikolov YvetteNikolov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uitgecheckt, getest en nog een Radio Control toegevoegd. Approve van mij!

@laravdiemen laravdiemen force-pushed the feat/connection-posts-backend-and-frontend branch from 3f8ab98 to 07f8ce0 Compare February 18, 2026 15:15
@github-actions
Copy link
Copy Markdown

package-lock.json changes

Summary

Status Count
ADDED 43
UPDATED 349
DOWNGRADED 2
REMOVED 24
Click to toggle table visibility
Name Status Previous Current
@ampproject/remapping REMOVED 2.3.0 -
@babel/code-frame UPDATED 7.26.2 7.29.0
@babel/compat-data UPDATED 7.24.7 7.29.0
@babel/core UPDATED 7.24.7 7.29.0
@babel/eslint-parser UPDATED 7.24.7 7.28.6
@babel/generator UPDATED 7.24.7 7.29.1
@babel/helper-annotate-as-pure UPDATED 7.24.7 7.27.3
@babel/helper-builder-binary-assignment-operator-visitor REMOVED 7.24.7 -
@babel/helper-compilation-targets UPDATED 7.24.7 7.28.6
@babel/helper-create-class-features-plugin UPDATED 7.24.7 7.28.6
@babel/helper-create-regexp-features-plugin UPDATED 7.24.7 7.28.5
@babel/helper-define-polyfill-provider UPDATED 0.6.2 0.6.6
@babel/helper-environment-visitor REMOVED 7.24.7 -
@babel/helper-function-name REMOVED 7.24.7 -
@babel/helper-globals ADDED - 7.28.0
@babel/helper-hoist-variables REMOVED 7.24.7 -
@babel/helper-member-expression-to-functions UPDATED 7.24.7 7.28.5
@babel/helper-module-imports UPDATED 7.24.7 7.28.6
@babel/helper-module-transforms UPDATED 7.24.7 7.28.6
@babel/helper-optimise-call-expression UPDATED 7.24.7 7.27.1
@babel/helper-plugin-utils UPDATED 7.24.7 7.28.6
@babel/helper-remap-async-to-generator UPDATED 7.24.7 7.27.1
@babel/helper-replace-supers UPDATED 7.24.7 7.28.6
@babel/helper-simple-access REMOVED 7.24.7 -
@babel/helper-skip-transparent-expression-wrappers UPDATED 7.24.7 7.27.1
@babel/helper-split-export-declaration REMOVED 7.24.7 -
@babel/helper-string-parser UPDATED 7.25.9 7.27.1
@babel/helper-validator-identifier UPDATED 7.25.9 7.28.5
@babel/helper-validator-option UPDATED 7.24.7 7.27.1
@babel/helper-wrap-function UPDATED 7.24.7 7.28.6
@babel/helpers UPDATED 7.26.10 7.28.6
@babel/parser UPDATED 7.26.10 7.29.0
@babel/plugin-bugfix-firefox-class-in-computed-class-key UPDATED 7.24.7 7.28.5
@babel/plugin-bugfix-safari-class-field-initializer-scope ADDED - 7.27.1
@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression UPDATED 7.24.7 7.27.1
@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining UPDATED 7.24.7 7.27.1
@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly UPDATED 7.24.7 7.28.6
@babel/plugin-syntax-dynamic-import REMOVED 7.8.3 -
@babel/plugin-syntax-export-namespace-from REMOVED 7.8.3 -
@babel/plugin-syntax-import-assertions UPDATED 7.24.7 7.28.6
@babel/plugin-syntax-import-attributes UPDATED 7.24.7 7.28.6
@babel/plugin-syntax-jsx UPDATED 7.24.7 7.28.6
@babel/plugin-syntax-typescript UPDATED 7.24.7 7.28.6
@babel/plugin-transform-arrow-functions UPDATED 7.24.7 7.27.1
@babel/plugin-transform-async-generator-functions UPDATED 7.24.7 7.29.0
@babel/plugin-transform-async-to-generator UPDATED 7.24.7 7.28.6
@babel/plugin-transform-block-scoped-functions UPDATED 7.24.7 7.27.1
@babel/plugin-transform-block-scoping UPDATED 7.24.7 7.28.6
@babel/plugin-transform-class-properties UPDATED 7.24.7 7.28.6
@babel/plugin-transform-class-static-block UPDATED 7.24.7 7.28.6
@babel/plugin-transform-classes UPDATED 7.24.7 7.28.6
@babel/plugin-transform-computed-properties UPDATED 7.24.7 7.28.6
@babel/plugin-transform-destructuring UPDATED 7.24.7 7.28.5
@babel/plugin-transform-dotall-regex UPDATED 7.24.7 7.28.6
@babel/plugin-transform-duplicate-keys UPDATED 7.24.7 7.27.1
@babel/plugin-transform-duplicate-named-capturing-groups-regex ADDED - 7.29.0
@babel/plugin-transform-dynamic-import UPDATED 7.24.7 7.27.1
@babel/plugin-transform-explicit-resource-management ADDED - 7.28.6
@babel/plugin-transform-exponentiation-operator UPDATED 7.24.7 7.28.6
@babel/plugin-transform-export-namespace-from UPDATED 7.24.7 7.27.1
@babel/plugin-transform-for-of UPDATED 7.24.7 7.27.1
@babel/plugin-transform-function-name UPDATED 7.24.7 7.27.1
@babel/plugin-transform-json-strings UPDATED 7.24.7 7.28.6
@babel/plugin-transform-literals UPDATED 7.24.7 7.27.1
@babel/plugin-transform-logical-assignment-operators UPDATED 7.24.7 7.28.6
@babel/plugin-transform-member-expression-literals UPDATED 7.24.7 7.27.1
@babel/plugin-transform-modules-amd UPDATED 7.24.7 7.27.1
@babel/plugin-transform-modules-commonjs UPDATED 7.24.7 7.28.6
@babel/plugin-transform-modules-systemjs UPDATED 7.24.7 7.29.0
@babel/plugin-transform-modules-umd UPDATED 7.24.7 7.27.1
@babel/plugin-transform-named-capturing-groups-regex UPDATED 7.24.7 7.29.0
@babel/plugin-transform-new-target UPDATED 7.24.7 7.27.1
@babel/plugin-transform-nullish-coalescing-operator UPDATED 7.24.7 7.28.6
@babel/plugin-transform-numeric-separator UPDATED 7.24.7 7.28.6
@babel/plugin-transform-object-rest-spread UPDATED 7.24.7 7.28.6
@babel/plugin-transform-object-super UPDATED 7.24.7 7.27.1
@babel/plugin-transform-optional-catch-binding UPDATED 7.24.7 7.28.6
@babel/plugin-transform-optional-chaining UPDATED 7.24.7 7.28.6
@babel/plugin-transform-parameters UPDATED 7.24.7 7.27.7
@babel/plugin-transform-private-methods UPDATED 7.24.7 7.28.6
@babel/plugin-transform-private-property-in-object UPDATED 7.24.7 7.28.6
@babel/plugin-transform-property-literals UPDATED 7.24.7 7.27.1
@babel/plugin-transform-react-constant-elements UPDATED 7.24.7 7.27.1
@babel/plugin-transform-react-display-name UPDATED 7.24.7 7.28.0
@babel/plugin-transform-react-jsx-development UPDATED 7.24.7 7.27.1
@babel/plugin-transform-react-jsx UPDATED 7.24.7 7.28.6
@babel/plugin-transform-react-pure-annotations UPDATED 7.24.7 7.27.1
@babel/plugin-transform-regenerator UPDATED 7.24.7 7.29.0
@babel/plugin-transform-regexp-modifiers ADDED - 7.28.6
@babel/plugin-transform-reserved-words UPDATED 7.24.7 7.27.1
@babel/plugin-transform-runtime UPDATED 7.24.7 7.29.0
@babel/plugin-transform-shorthand-properties UPDATED 7.24.7 7.27.1
@babel/plugin-transform-spread UPDATED 7.24.7 7.28.6
@babel/plugin-transform-sticky-regex UPDATED 7.24.7 7.27.1
@babel/plugin-transform-template-literals UPDATED 7.24.7 7.27.1
@babel/plugin-transform-typeof-symbol UPDATED 7.24.7 7.27.1
@babel/plugin-transform-typescript UPDATED 7.24.7 7.28.6
@babel/plugin-transform-unicode-escapes UPDATED 7.24.7 7.27.1
@babel/plugin-transform-unicode-property-regex UPDATED 7.24.7 7.28.6
@babel/plugin-transform-unicode-regex UPDATED 7.24.7 7.27.1
@babel/plugin-transform-unicode-sets-regex UPDATED 7.24.7 7.28.6
@babel/preset-env UPDATED 7.24.7 7.29.0
@babel/preset-react UPDATED 7.24.7 7.28.5
@babel/preset-typescript UPDATED 7.24.7 7.28.5
@babel/regjsgen REMOVED 0.8.0 -
@babel/runtime UPDATED 7.27.0 7.28.6
@babel/template UPDATED 7.26.9 7.28.6
@babel/traverse UPDATED 7.24.7 7.29.0
@babel/types UPDATED 7.26.10 7.29.0
@emotion/babel-plugin UPDATED 11.11.0 11.13.5
@emotion/cache UPDATED 11.11.0 11.14.0
@emotion/css UPDATED 11.11.2 11.13.5
@emotion/hash UPDATED 0.9.1 0.9.2
@emotion/is-prop-valid UPDATED 1.2.2 1.4.0
@emotion/memoize UPDATED 0.8.1 0.9.0
@emotion/react UPDATED 11.11.4 11.14.0
@emotion/serialize UPDATED 1.1.4 1.3.3
@emotion/sheet UPDATED 1.2.2 1.4.0
@emotion/styled UPDATED 11.11.5 11.14.1
@emotion/unitless UPDATED 0.8.1 0.10.0
@emotion/use-insertion-effect-with-fallbacks UPDATED 1.0.1 1.2.0
@emotion/utils UPDATED 1.2.1 1.4.2
@emotion/weak-memoize UPDATED 0.3.1 0.4.0
@eslint-community/eslint-utils UPDATED 4.4.0 4.9.1
@eslint-community/regexpp UPDATED 4.11.0 4.12.2
@eslint/js UPDATED 8.57.0 8.57.1
@floating-ui/core UPDATED 1.6.4 1.7.4
@floating-ui/dom UPDATED 1.6.7 1.7.5
@floating-ui/react-dom UPDATED 2.1.1 2.1.7
@floating-ui/utils UPDATED 0.2.4 0.2.10
@humanwhocodes/config-array UPDATED 0.11.14 0.13.0
@jridgewell/gen-mapping UPDATED 0.3.5 0.3.13
@jridgewell/remapping ADDED - 2.3.5
@jridgewell/set-array REMOVED 1.2.1 -
@jridgewell/source-map UPDATED 0.3.6 0.3.11
@jridgewell/sourcemap-codec UPDATED 1.5.0 1.5.5
@jridgewell/trace-mapping UPDATED 0.3.25 0.3.31
@parcel/watcher-android-arm64 ADDED - 2.5.6
@parcel/watcher-darwin-arm64 ADDED - 2.5.6
@parcel/watcher-darwin-x64 ADDED - 2.5.6
@parcel/watcher-freebsd-x64 ADDED - 2.5.6
@parcel/watcher-linux-arm-glibc ADDED - 2.5.6
@parcel/watcher-linux-arm-musl ADDED - 2.5.6
@parcel/watcher-linux-arm64-glibc ADDED - 2.5.6
@parcel/watcher-linux-arm64-musl ADDED - 2.5.6
@parcel/watcher-linux-x64-glibc ADDED - 2.5.6
@parcel/watcher-linux-x64-musl ADDED - 2.5.6
@parcel/watcher-win32-arm64 ADDED - 2.5.6
@parcel/watcher-win32-ia32 ADDED - 2.5.6
@parcel/watcher-win32-x64 ADDED - 2.5.6
@parcel/watcher ADDED - 2.5.6
@pkgr/core UPDATED 0.1.1 0.2.9
@playwright/test UPDATED 1.45.1 1.58.2
@pmmmwh/react-refresh-webpack-plugin UPDATED 0.5.15 0.5.17
@polka/url UPDATED 1.0.0-next.25 1.0.0-next.29
@rtsao/scc ADDED - 1.1.0
@sinclair/typebox UPDATED 0.27.8 0.27.10
@types/babel__generator UPDATED 7.6.8 7.27.0
@types/babel__traverse UPDATED 7.20.6 7.28.0
@types/body-parser UPDATED 1.19.5 1.19.6
@types/express-serve-static-core UPDATED 4.19.5 5.1.1
@types/express UPDATED 4.17.21 4.17.25
@types/http-errors UPDATED 2.0.4 2.0.5
@types/http-proxy UPDATED 1.17.14 1.17.17
@types/minimatch UPDATED 5.1.2 6.0.0
@types/node-forge UPDATED 1.3.11 1.3.14
@types/node UPDATED 20.14.10 25.2.3
@types/prop-types UPDATED 15.7.12 15.7.15
@types/qs UPDATED 6.9.15 6.14.0
@types/react-dom UPDATED 18.3.0 18.3.7
@types/react-transition-group UPDATED 4.4.10 4.4.12
@types/react UPDATED 18.3.3 18.3.28
@types/semver UPDATED 7.5.8 7.7.1
@types/send UPDATED 0.17.4 1.2.1
@types/serve-static UPDATED 1.15.7 1.15.10
@types/webpack UPDATED 4.41.38 4.41.40
@types/ws UPDATED 8.5.10 8.18.1
@types/yargs UPDATED 17.0.32 17.0.35
@ungap/structured-clone UPDATED 1.2.0 1.3.0
acorn-walk UPDATED 8.3.3 8.3.4
adm-zip UPDATED 0.5.14 0.5.16
ansi-styles UPDATED 3.2.1 4.3.0
aria-query UPDATED 5.1.3 5.3.2
array-buffer-byte-length UPDATED 1.0.1 1.0.2
array-includes UPDATED 3.1.8 3.1.9
array.prototype.findlastindex UPDATED 1.2.5 1.2.6
array.prototype.flat UPDATED 1.3.2 1.3.3
array.prototype.flatmap UPDATED 1.3.2 1.3.3
array.prototype.toreversed REMOVED 1.1.2 -
arraybuffer.prototype.slice UPDATED 1.0.3 1.0.4
async-function ADDED - 1.0.0
autoprefixer UPDATED 10.4.19 10.4.24
axe-core UPDATED 4.9.1 4.11.1
axios UPDATED 1.12.1 1.13.5
axobject-query UPDATED 3.1.1 4.1.0
b4a REMOVED 1.6.6 -
babel-loader UPDATED 8.3.0 8.4.1
babel-plugin-polyfill-corejs2 UPDATED 0.4.11 0.4.15
babel-plugin-polyfill-corejs3 UPDATED 0.10.4 0.13.0
babel-plugin-polyfill-regenerator UPDATED 0.6.2 0.6.6
babel-preset-current-node-syntax UPDATED 1.0.1 1.2.0
bare-events UPDATED 2.4.2 2.8.2
basic-ftp UPDATED 5.0.5 5.1.0
body-parser UPDATED 1.20.3 1.20.4
bonjour-service UPDATED 1.2.1 1.3.0
bytes UPDATED 3.0.0 3.1.2
call-bind UPDATED 1.0.7 1.0.8
call-bound ADDED - 1.0.4
caniuse-lite UPDATED 1.0.30001769 1.0.30001770
chalk ADDED - 4.1.2
chokidar UPDATED 3.6.0 4.0.3
cjs-module-lexer UPDATED 1.3.1 1.4.3
collect-v8-coverage UPDATED 1.0.2 1.0.3
color-convert UPDATED 1.9.3 2.0.1
color-name UPDATED 1.1.3 1.1.4
commander UPDATED 5.1.0 12.1.0
compression UPDATED 1.7.4 1.8.1
cookie-signature UPDATED 1.0.6 1.0.7
core-js-compat UPDATED 3.37.1 3.48.0
core-js-pure UPDATED 3.37.1 3.48.0
core-js UPDATED 3.37.1 3.48.0
css-declaration-sorter UPDATED 7.2.0 7.3.1
css-functions-list UPDATED 3.2.2 3.3.3
css-select UPDATED 5.1.0 5.2.2
css-what UPDATED 6.1.0 6.2.2
csstype UPDATED 3.1.3 3.2.3
data-view-buffer UPDATED 1.0.1 1.0.2
data-view-byte-length UPDATED 1.0.1 1.0.2
data-view-byte-offset UPDATED 1.0.0 1.0.1
debug UPDATED 4.3.5 4.4.3
decimal.js UPDATED 10.4.3 10.6.0
dedent UPDATED 1.5.3 1.7.1
deep-equal REMOVED 2.2.3 -
detect-libc ADDED - 2.1.2
domutils UPDATED 3.1.0 3.2.2
end-of-stream UPDATED 1.4.4 1.4.5
envinfo UPDATED 7.13.0 7.21.0
error-ex UPDATED 1.3.2 1.3.4
es-abstract UPDATED 1.23.3 1.24.1
es-get-iterator REMOVED 1.1.3 -
es-iterator-helpers UPDATED 1.0.19 1.2.2
es-shim-unscopables UPDATED 1.0.2 1.1.0
es-to-primitive UPDATED 1.2.1 1.3.0
eslint-config-prettier UPDATED 8.10.0 8.10.2
eslint-module-utils UPDATED 2.8.1 2.12.1
eslint-plugin-import UPDATED 2.29.1 2.32.0
eslint-plugin-jsx-a11y UPDATED 6.9.0 6.10.2
eslint-plugin-prettier UPDATED 5.1.3 5.5.5
eslint-plugin-react UPDATED 7.34.3 7.37.5
eslint UPDATED 8.57.0 8.57.1
esquery UPDATED 1.6.0 1.7.0
events-universal ADDED - 1.0.1
express UPDATED 4.21.2 4.22.1
fast-glob UPDATED 3.3.2 3.3.3
fast-uri ADDED - 3.1.0
fastq UPDATED 1.17.1 1.20.1
finalhandler UPDATED 1.3.1 1.3.2
find-process UPDATED 1.4.7 1.4.11
flatted UPDATED 3.3.1 3.3.3
follow-redirects UPDATED 1.15.6 1.15.11
for-each UPDATED 0.3.3 0.3.5
form-data UPDATED 4.0.4 4.0.5
fraction.js UPDATED 4.3.7 5.3.4
framer-motion UPDATED 11.3.2 11.18.2
fs-extra REMOVED 11.2.0 -
fs-monkey UPDATED 1.0.6 1.1.0
function.prototype.name UPDATED 1.1.6 1.1.8
generator-function ADDED - 2.0.1
get-symbol-description UPDATED 1.0.2 1.1.0
get-uri UPDATED 6.0.3 6.0.5
globals UPDATED 11.12.0 13.24.0
has-bigints UPDATED 1.0.2 1.1.0
has-flag ADDED - 4.0.0
has-proto UPDATED 1.0.3 1.2.0
highlight-words-core UPDATED 1.2.2 1.2.3
html-entities UPDATED 2.5.2 2.6.0
http-errors UPDATED 2.0.0 2.0.1
http-parser-js UPDATED 0.5.8 0.5.10
ignore UPDATED 5.3.1 5.3.2
immutable UPDATED 4.3.6 5.1.4
import-fresh UPDATED 3.3.0 3.3.1
import-local UPDATED 3.1.0 3.2.0
internal-slot UPDATED 1.0.7 1.1.0
ip-address UPDATED 9.0.5 10.1.0
ipaddr.js UPDATED 2.2.0 2.3.0
is-arguments REMOVED 1.1.1 -
is-array-buffer UPDATED 3.0.4 3.0.5
is-async-function UPDATED 2.0.0 2.1.1
is-bigint UPDATED 1.0.4 1.1.0
is-boolean-object UPDATED 1.1.2 1.2.2
is-core-module UPDATED 2.14.0 2.16.1
is-data-view UPDATED 1.0.1 1.0.2
is-date-object UPDATED 1.0.5 1.1.0
is-finalizationregistry UPDATED 1.0.2 1.1.1
is-generator-function UPDATED 1.0.10 1.1.2
is-number-object UPDATED 1.0.7 1.1.1
is-regex UPDATED 1.1.4 1.2.1
is-shared-array-buffer UPDATED 1.0.3 1.0.4
is-string UPDATED 1.0.7 1.1.1
is-symbol UPDATED 1.0.4 1.1.1
is-typed-array UPDATED 1.1.13 1.1.15
is-weakref UPDATED 1.0.2 1.1.1
is-weakset UPDATED 2.0.3 2.0.4
istanbul-reports UPDATED 3.1.7 3.2.0
iterator.prototype UPDATED 1.1.2 1.1.5
js-yaml UPDATED 3.14.1 3.14.2
jsbn REMOVED 1.1.0 -
jsesc UPDATED 2.5.2 3.1.0
jsonfile REMOVED 6.1.0 -
launch-editor UPDATED 2.8.0 2.13.0
lilconfig UPDATED 3.1.2 3.1.3
loglevel ADDED - 1.9.2
marky UPDATED 1.2.5 1.3.0
memize UPDATED 2.1.0 2.1.1
mini-css-extract-plugin UPDATED 2.9.0 2.10.0
moment-timezone UPDATED 0.5.45 0.5.48
motion-dom ADDED - 11.18.1
motion-utils ADDED - 11.18.1
mrmime UPDATED 2.0.0 2.0.1
ms UPDATED 2.1.2 2.1.3
nanoid UPDATED 3.3.8 3.3.11
negotiator UPDATED 0.6.3 0.6.4
node-addon-api ADDED - 7.1.1
node-exports-info ADDED - 1.6.0
node-forge UPDATED 1.3.2 1.3.3
normalize-range REMOVED 0.1.2 -
nwsapi UPDATED 2.2.12 2.2.23
object-inspect UPDATED 1.13.2 1.13.4
object-is REMOVED 1.1.6 -
object.assign UPDATED 4.1.5 4.1.7
object.entries UPDATED 1.1.8 1.1.9
object.hasown REMOVED 1.1.4 -
object.values UPDATED 1.2.0 1.2.1
on-headers UPDATED 1.0.2 1.1.0
own-keys ADDED - 1.0.1
pac-proxy-agent UPDATED 7.0.2 7.2.0
parse5 UPDATED 7.1.2 7.3.0
path-to-regexp UPDATED 6.2.2 6.3.0
pirates UPDATED 4.0.6 4.0.7
playwright-core UPDATED 1.45.1 1.58.2
playwright UPDATED 1.45.1 1.58.2
possible-typed-array-names UPDATED 1.0.0 1.1.0
postcss-modules-local-by-default UPDATED 4.0.5 4.2.0
postcss-modules-scope UPDATED 3.2.0 3.2.1
postcss-resolve-nested-selector UPDATED 0.1.1 0.1.6
postcss-selector-parser UPDATED 6.1.0 6.1.2
postcss UPDATED 8.4.39 8.5.6
prettier-linter-helpers UPDATED 1.0.0 1.0.1
psl UPDATED 1.9.0 1.15.0
pump UPDATED 3.0.0 3.0.3
qs UPDATED 6.13.0 6.14.2
queue-tick REMOVED 1.0.1 -
raw-body UPDATED 2.5.2 2.5.3
re-resizable UPDATED 6.9.17 6.11.2
readdirp UPDATED 3.6.0 4.1.2
reflect.getprototypeof UPDATED 1.0.6 1.0.10
regenerate-unicode-properties UPDATED 10.1.1 10.2.2
regenerator-runtime DOWNGRADED 0.14.1 0.10.5
regenerator-transform REMOVED 0.15.2 -
regexp.prototype.flags UPDATED 1.5.2 1.5.4
regexpu-core UPDATED 5.3.2 6.4.0
regjsgen ADDED - 0.8.0
regjsparser UPDATED 0.9.1 0.13.0
resolve.exports UPDATED 2.0.2 2.0.3
resolve UPDATED 1.22.8 1.22.11
reusify UPDATED 1.0.4 1.1.0
rxjs UPDATED 7.8.1 7.8.2
safe-array-concat UPDATED 1.1.2 1.1.3
safe-push-apply ADDED - 1.0.0
safe-regex-test UPDATED 1.0.3 1.1.0
sass UPDATED 1.77.7 1.97.3
send UPDATED 0.19.0 0.19.2
serve-index UPDATED 1.9.1 1.9.2
serve-static UPDATED 1.16.2 1.16.3
set-proto ADDED - 1.0.0
shell-quote UPDATED 1.8.1 1.8.3
side-channel-list ADDED - 1.0.0
side-channel-map ADDED - 1.0.1
side-channel-weakmap ADDED - 1.0.2
side-channel UPDATED 1.0.6 1.1.0
socks-proxy-agent UPDATED 8.0.4 8.0.5
socks UPDATED 2.8.3 2.8.7
source-map-js UPDATED 1.2.0 1.2.1
spdx-license-ids UPDATED 3.0.18 3.0.22
statuses UPDATED 2.0.1 2.0.2
stop-iteration-iterator UPDATED 1.0.0 1.1.0
streamx UPDATED 2.18.0 2.23.0
string.prototype.includes UPDATED 2.0.0 2.0.1
string.prototype.matchall UPDATED 4.0.11 4.0.12
string.prototype.repeat ADDED - 1.0.0
string.prototype.trim UPDATED 1.2.9 1.2.10
string.prototype.trimend UPDATED 1.0.8 1.0.9
supports-color ADDED - 7.2.0
synckit UPDATED 0.8.8 0.11.12
table UPDATED 6.8.2 6.9.0
terser UPDATED 5.31.2 5.46.0
text-decoder UPDATED 1.1.1 1.2.7
ts-api-utils UPDATED 1.3.0 1.4.3
tslib UPDATED 2.6.3 2.8.1
type-fest DOWNGRADED 0.21.3 0.20.2
typed-array-buffer UPDATED 1.0.2 1.0.3
typed-array-byte-length UPDATED 1.0.1 1.0.3
typed-array-byte-offset UPDATED 1.0.2 1.0.4
typed-array-length UPDATED 1.0.6 1.0.7
typescript UPDATED 5.5.3 5.9.3
unbox-primitive UPDATED 1.0.2 1.1.0
undici-types UPDATED 5.26.5 7.16.0
unicode-canonical-property-names-ecmascript UPDATED 2.0.0 2.0.1
unicode-match-property-value-ecmascript UPDATED 2.1.0 2.2.1
unicode-property-aliases-ecmascript UPDATED 2.1.0 2.2.0
use-isomorphic-layout-effect UPDATED 1.2.0 1.2.1
use-sync-external-store UPDATED 1.2.2 1.6.0
webpack-sources UPDATED 3.3.3 3.3.4
webpack UPDATED 5.105.0 5.105.2
which-boxed-primitive UPDATED 1.0.2 1.1.1
which-builtin-type UPDATED 1.1.3 1.2.1
which-typed-array UPDATED 1.1.15 1.1.20
ws UPDATED 8.18.0 8.19.0

@github-actions
Copy link
Copy Markdown

Coverage report for commit: 07f8ce0
File: coverage.xml

Cover ┌─────────────────────────┐ Freq.
   0% │ ███████████████████████ │ 42.9%
  10% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  20% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  30% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  40% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  50% │ ████████░░░░░░░░░░░░░░░ │ 14.3%
  60% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  70% │ ████████░░░░░░░░░░░░░░░ │ 14.3%
  80% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  90% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
 100% │ ████████████████░░░░░░░ │ 28.6%
      └─────────────────────────┘
 *Legend:* █ = Current Distribution 
Summary - Lines: 24.89% | Methods: 54.72%
FilesLinesMethodsBranches
src/Block
   Block.php--100.00%
   BlockAttributes.php72.58%87.10%100.00%
src/Casts
   IntCast.php50.00%-100.00%
src/Query
   PostQuery.php--100.00%
   QueryInterface.php100.00%100.00%100.00%
src
   QueryBlockServiceProvider.php--100.00%
src/Traits
   Helpers.php100.00%100.00%100.00%

🤖 comment via lucassabreu/comment-coverage-clover

1 similar comment
@github-actions
Copy link
Copy Markdown

Coverage report for commit: 07f8ce0
File: coverage.xml

Cover ┌─────────────────────────┐ Freq.
   0% │ ███████████████████████ │ 42.9%
  10% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  20% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  30% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  40% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  50% │ ████████░░░░░░░░░░░░░░░ │ 14.3%
  60% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  70% │ ████████░░░░░░░░░░░░░░░ │ 14.3%
  80% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  90% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
 100% │ ████████████████░░░░░░░ │ 28.6%
      └─────────────────────────┘
 *Legend:* █ = Current Distribution 
Summary - Lines: 24.89% | Methods: 54.72%
FilesLinesMethodsBranches
src/Block
   Block.php--100.00%
   BlockAttributes.php72.58%87.10%100.00%
src/Casts
   IntCast.php50.00%-100.00%
src/Query
   PostQuery.php--100.00%
   QueryInterface.php100.00%100.00%100.00%
src
   QueryBlockServiceProvider.php--100.00%
src/Traits
   Helpers.php100.00%100.00%100.00%

🤖 comment via lucassabreu/comment-coverage-clover

@laravdiemen laravdiemen merged commit b13a779 into main Feb 18, 2026
5 of 6 checks passed
@laravdiemen laravdiemen deleted the feat/connection-posts-backend-and-frontend branch February 18, 2026 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants