diff --git a/web/landing/assets/app.js b/web/landing/assets/app.js
index ac2e1a35ef..4e6743a4a7 100644
--- a/web/landing/assets/app.js
+++ b/web/landing/assets/app.js
@@ -1,4 +1,3 @@
-import '@oddbird/popover-polyfill';
import './bootstrap.js';
import 'htmx.org'
import 'flowbite';
diff --git a/web/landing/assets/codemirror/completions/scalarfunctionchain.js b/web/landing/assets/codemirror/completions/scalarfunctionchain.js
index cdeb25db50..8a70fb71d6 100644
--- a/web/landing/assets/codemirror/completions/scalarfunctionchain.js
+++ b/web/landing/assets/codemirror/completions/scalarfunctionchain.js
@@ -1,7 +1,7 @@
/**
* CodeMirror Completer for Flow PHP ScalarFunctionChain Methods
*
- * ScalarFunctionChain methods: 119
+ * ScalarFunctionChain methods: 121
* ScalarFunctionChain-returning functions: 53
*
* This completer triggers after ScalarFunctionChain-returning DSL functions
@@ -708,6 +708,36 @@ const scalarFunctionChainMethods = [
},
apply: snippet("hash(" + "$" + "{" + "1:algorithm" + "}" + ")"),
boost: 10
+ }, {
+ label: "htmlQuerySelector",
+ type: "method",
+ detail: "Flow\\\\ETL\\\\Function\\\\ScalarFunctionChain",
+ info: () => {
+ const div = document.createElement("div")
+ div.innerHTML = `
+
+ htmlQuerySelector(ScalarFunction|string $path) : HTMLQuerySelector
+
+ `
+ return div
+ },
+ apply: snippet("htmlQuerySelector(" + "$" + "{" + "1:path" + "}" + ")"),
+ boost: 10
+ }, {
+ label: "htmlQuerySelectorAll",
+ type: "method",
+ detail: "Flow\\\\ETL\\\\Function\\\\ScalarFunctionChain",
+ info: () => {
+ const div = document.createElement("div")
+ div.innerHTML = `
+
+ htmlQuerySelectorAll(ScalarFunction|string $path) : HTMLQuerySelectorAll
+
+ `
+ return div
+ },
+ apply: snippet("htmlQuerySelectorAll(" + "$" + "{" + "1:path" + "}" + ")"),
+ boost: 10
}, {
label: "indexOf",
type: "method",
diff --git a/web/landing/config/packages/framework.yaml b/web/landing/config/packages/framework.yaml
index 080063300e..861645dc75 100644
--- a/web/landing/config/packages/framework.yaml
+++ b/web/landing/config/packages/framework.yaml
@@ -8,9 +8,6 @@ framework:
log: true
router:
default_uri: '%scheme%://%domain%/'
- assets:
- base_urls:
- - '%scheme%://%domain%/'
when@test:
framework:
diff --git a/web/landing/importmap.php b/web/landing/importmap.php
index c0ce6a6fcd..ecb1118de6 100644
--- a/web/landing/importmap.php
+++ b/web/landing/importmap.php
@@ -20,62 +20,59 @@
'path' => '@symfony/stimulus-bundle/loader.js',
],
'@hotwired/stimulus' => [
- 'version' => '3.2.1',
+ 'version' => '3.2.2',
],
'@fontsource-variable/cabin/index.min.css' => [
- 'version' => '5.0.17',
+ 'version' => '5.2.8',
'type' => 'css',
],
'htmx.org' => [
- 'version' => '1.9.10',
+ 'version' => '2.0.8',
],
'clipboard' => [
'version' => '2.0.11',
],
- '@oddbird/popover-polyfill' => [
- 'version' => '0.3.8',
- ],
'prismjs' => [
- 'version' => '1.29.0',
+ 'version' => '1.30.0',
],
'prismjs/themes/prism.min.css' => [
- 'version' => '1.29.0',
+ 'version' => '1.30.0',
'type' => 'css',
],
'prismjs/themes/prism-okaidia.min.css' => [
- 'version' => '1.29.0',
+ 'version' => '1.30.0',
'type' => 'css',
],
'prismjs/plugins/autoloader/prism-autoloader.js' => [
- 'version' => '1.29.0',
+ 'version' => '1.30.0',
],
'prismjs/components/prism-bash.min.js' => [
- 'version' => '1.29.0',
+ 'version' => '1.30.0',
],
'prismjs/components/prism-markup-templating.min.js' => [
- 'version' => '1.29.0',
+ 'version' => '1.30.0',
],
'prismjs/components/prism-php.min.js' => [
- 'version' => '1.29.0',
+ 'version' => '1.30.0',
],
'prismjs/components/prism-json.min.js' => [
- 'version' => '1.29.0',
+ 'version' => '1.30.0',
],
'flowbite' => [
- 'version' => '2.5.2',
+ 'version' => '3.1.2',
],
'@popperjs/core' => [
'version' => '2.11.8',
],
'flowbite-datepicker' => [
- 'version' => '1.3.0',
+ 'version' => '1.3.2',
],
'flowbite/dist/flowbite.min.css' => [
- 'version' => '2.5.2',
+ 'version' => '3.1.2',
'type' => 'css',
],
'prismjs/components/prism-csv.min.js' => [
- 'version' => '1.29.0',
+ 'version' => '1.30.0',
],
'@panzoom/panzoom' => [
'version' => '4.6.0',
@@ -87,28 +84,28 @@
'version' => '6.0.2',
],
'@codemirror/view' => [
- 'version' => '6.37.2',
+ 'version' => '6.38.6',
],
'@codemirror/state' => [
'version' => '6.5.2',
],
'@codemirror/language' => [
- 'version' => '6.11.1',
+ 'version' => '6.11.3',
],
'@codemirror/commands' => [
- 'version' => '6.8.1',
+ 'version' => '6.10.0',
],
'@codemirror/search' => [
'version' => '6.5.11',
],
'@codemirror/autocomplete' => [
- 'version' => '6.12.0',
+ 'version' => '6.19.1',
],
'@codemirror/lint' => [
- 'version' => '6.8.5',
+ 'version' => '6.9.2',
],
'style-mod' => [
- 'version' => '4.1.2',
+ 'version' => '4.1.3',
],
'w3c-keyname' => [
'version' => '2.2.8',
@@ -120,37 +117,37 @@
'version' => '1.0.2',
],
'@lezer/common' => [
- 'version' => '1.2.1',
+ 'version' => '1.3.0',
],
'@lezer/highlight' => [
- 'version' => '1.2.1',
+ 'version' => '1.2.3',
],
'@codemirror/lang-php' => [
'version' => '6.0.2',
],
'@lezer/php' => [
- 'version' => '1.0.2',
+ 'version' => '1.0.5',
],
'@codemirror/lang-html' => [
- 'version' => '6.4.9',
+ 'version' => '6.4.11',
],
'@lezer/lr' => [
- 'version' => '1.3.14',
+ 'version' => '1.4.3',
],
'@lezer/html' => [
- 'version' => '1.3.9',
+ 'version' => '1.3.12',
],
'@codemirror/lang-css' => [
- 'version' => '6.2.1',
+ 'version' => '6.3.1',
],
'@codemirror/lang-javascript' => [
- 'version' => '6.2.2',
+ 'version' => '6.2.4',
],
'@lezer/css' => [
- 'version' => '1.1.3',
+ 'version' => '1.3.0',
],
'@lezer/javascript' => [
- 'version' => '1.4.13',
+ 'version' => '1.5.4',
],
'@codemirror/theme-one-dark' => [
'version' => '6.1.3',