@salesforce/ui-bundle-template-feature-react-search 11.24.1 → 11.24.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [11.24.2](https://github.com/salesforce-experience-platform-emu/webapps/compare/v11.24.1...v11.24.2) (2026-07-13)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @salesforce/ui-bundle-template-base-sfdx-project
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [11.24.1](https://github.com/salesforce-experience-platform-emu/webapps/compare/v11.24.0...v11.24.1) (2026-07-13)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @salesforce/ui-bundle-template-base-sfdx-project
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"graphql:schema": "node scripts/get-graphql-schema.mjs"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@salesforce/platform-sdk": "^11.24.
|
|
22
|
-
"@salesforce/ui-bundle": "^11.24.
|
|
21
|
+
"@salesforce/platform-sdk": "^11.24.2",
|
|
22
|
+
"@salesforce/ui-bundle": "^11.24.2",
|
|
23
23
|
"@tailwindcss/vite": "^4.1.17",
|
|
24
24
|
"class-variance-authority": "^0.7.1",
|
|
25
25
|
"clsx": "^2.1.1",
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
"@graphql-eslint/eslint-plugin": "^4.1.0",
|
|
45
45
|
"@graphql-tools/utils": "^11.0.0",
|
|
46
46
|
"@playwright/test": "^1.49.0",
|
|
47
|
-
"@salesforce/graphiti": "^11.24.
|
|
48
|
-
"@salesforce/vite-plugin-ui-bundle": "^11.24.
|
|
47
|
+
"@salesforce/graphiti": "^11.24.2",
|
|
48
|
+
"@salesforce/vite-plugin-ui-bundle": "^11.24.2",
|
|
49
49
|
"@testing-library/jest-dom": "^6.6.3",
|
|
50
50
|
"@testing-library/react": "^16.1.0",
|
|
51
51
|
"@testing-library/user-event": "^14.5.2",
|
package/dist/package-lock.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/ui-bundle-template-base-sfdx-project",
|
|
3
|
-
"version": "11.24.
|
|
3
|
+
"version": "11.24.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/ui-bundle-template-base-sfdx-project",
|
|
9
|
-
"version": "11.24.
|
|
9
|
+
"version": "11.24.2",
|
|
10
10
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"fast-xml-parser": "^5.9.3",
|
|
@@ -3099,15 +3099,16 @@
|
|
|
3099
3099
|
}
|
|
3100
3100
|
},
|
|
3101
3101
|
"node_modules/axios": {
|
|
3102
|
-
"version": "1.
|
|
3103
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.
|
|
3104
|
-
"integrity": "sha512-
|
|
3102
|
+
"version": "1.18.1",
|
|
3103
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.18.1.tgz",
|
|
3104
|
+
"integrity": "sha512-3nTvFlvpn9Zu/RkHUqtc7/+al4UpRW5az71ap5zccp6e8RAYEzhMTecX8Dz1wWDYrPpUoB1HAQEGEAEvUr7S9g==",
|
|
3105
3105
|
"dev": true,
|
|
3106
3106
|
"license": "MIT",
|
|
3107
3107
|
"dependencies": {
|
|
3108
|
-
"follow-redirects": "^1.
|
|
3108
|
+
"follow-redirects": "^1.16.0",
|
|
3109
3109
|
"form-data": "^4.0.5",
|
|
3110
|
-
"proxy-
|
|
3110
|
+
"https-proxy-agent": "^5.0.1",
|
|
3111
|
+
"proxy-from-env": "^2.1.0"
|
|
3111
3112
|
}
|
|
3112
3113
|
},
|
|
3113
3114
|
"node_modules/babel-jest": {
|
|
@@ -4948,9 +4949,9 @@
|
|
|
4948
4949
|
"license": "ISC"
|
|
4949
4950
|
},
|
|
4950
4951
|
"node_modules/follow-redirects": {
|
|
4951
|
-
"version": "1.
|
|
4952
|
-
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.
|
|
4953
|
-
"integrity": "sha512-
|
|
4952
|
+
"version": "1.16.0",
|
|
4953
|
+
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.16.0.tgz",
|
|
4954
|
+
"integrity": "sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==",
|
|
4954
4955
|
"dev": true,
|
|
4955
4956
|
"funding": [
|
|
4956
4957
|
{
|
|
@@ -4985,17 +4986,17 @@
|
|
|
4985
4986
|
}
|
|
4986
4987
|
},
|
|
4987
4988
|
"node_modules/form-data": {
|
|
4988
|
-
"version": "4.0.
|
|
4989
|
-
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.
|
|
4990
|
-
"integrity": "sha512-
|
|
4989
|
+
"version": "4.0.6",
|
|
4990
|
+
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.6.tgz",
|
|
4991
|
+
"integrity": "sha512-vKatAh4SlVfgbv+YtmhiRjhEMJsYpsG1Y2rMQtR+SVSbytsSD1YGzDIcrAJmdFec88u/+VoGmxnl+80gL1tRCQ==",
|
|
4991
4992
|
"dev": true,
|
|
4992
4993
|
"license": "MIT",
|
|
4993
4994
|
"dependencies": {
|
|
4994
4995
|
"asynckit": "^0.4.0",
|
|
4995
4996
|
"combined-stream": "^1.0.8",
|
|
4996
4997
|
"es-set-tostringtag": "^2.1.0",
|
|
4997
|
-
"hasown": "^2.0.
|
|
4998
|
-
"mime-types": "^2.1.
|
|
4998
|
+
"hasown": "^2.0.4",
|
|
4999
|
+
"mime-types": "^2.1.35"
|
|
4999
5000
|
},
|
|
5000
5001
|
"engines": {
|
|
5001
5002
|
"node": ">= 6"
|
|
@@ -5378,9 +5379,9 @@
|
|
|
5378
5379
|
}
|
|
5379
5380
|
},
|
|
5380
5381
|
"node_modules/hasown": {
|
|
5381
|
-
"version": "2.0.
|
|
5382
|
-
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.
|
|
5383
|
-
"integrity": "sha512-
|
|
5382
|
+
"version": "2.0.4",
|
|
5383
|
+
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.4.tgz",
|
|
5384
|
+
"integrity": "sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==",
|
|
5384
5385
|
"dev": true,
|
|
5385
5386
|
"license": "MIT",
|
|
5386
5387
|
"dependencies": {
|
|
@@ -6805,9 +6806,9 @@
|
|
|
6805
6806
|
}
|
|
6806
6807
|
},
|
|
6807
6808
|
"node_modules/joi": {
|
|
6808
|
-
"version": "18.
|
|
6809
|
-
"resolved": "https://registry.npmjs.org/joi/-/joi-18.
|
|
6810
|
-
"integrity": "sha512-
|
|
6809
|
+
"version": "18.2.3",
|
|
6810
|
+
"resolved": "https://registry.npmjs.org/joi/-/joi-18.2.3.tgz",
|
|
6811
|
+
"integrity": "sha512-N5A3KTWQpPWT4ExxxPlUx7WmykGXRzhNidWhV41d6Abu9YfI2NyWCJuxdPnslJCPWtbRpSVOWSnSS6GakLM/Rg==",
|
|
6811
6812
|
"dev": true,
|
|
6812
6813
|
"license": "BSD-3-Clause",
|
|
6813
6814
|
"dependencies": {
|
|
@@ -6817,7 +6818,7 @@
|
|
|
6817
6818
|
"@hapi/pinpoint": "^2.0.1",
|
|
6818
6819
|
"@hapi/tlds": "^1.1.1",
|
|
6819
6820
|
"@hapi/topo": "^6.0.2",
|
|
6820
|
-
"@standard-schema/spec": "^1.
|
|
6821
|
+
"@standard-schema/spec": "^1.1.0"
|
|
6821
6822
|
},
|
|
6822
6823
|
"engines": {
|
|
6823
6824
|
"node": ">= 20"
|
|
@@ -7238,9 +7239,9 @@
|
|
|
7238
7239
|
}
|
|
7239
7240
|
},
|
|
7240
7241
|
"node_modules/lodash": {
|
|
7241
|
-
"version": "4.
|
|
7242
|
-
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.
|
|
7243
|
-
"integrity": "sha512-
|
|
7242
|
+
"version": "4.18.1",
|
|
7243
|
+
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
|
|
7244
|
+
"integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
|
|
7244
7245
|
"dev": true,
|
|
7245
7246
|
"license": "MIT"
|
|
7246
7247
|
},
|
|
@@ -7559,9 +7560,9 @@
|
|
|
7559
7560
|
"license": "MIT"
|
|
7560
7561
|
},
|
|
7561
7562
|
"node_modules/nanoid": {
|
|
7562
|
-
"version": "3.3.
|
|
7563
|
-
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.
|
|
7564
|
-
"integrity": "sha512-
|
|
7563
|
+
"version": "3.3.16",
|
|
7564
|
+
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.16.tgz",
|
|
7565
|
+
"integrity": "sha512-bzlKTyNJ7+LdGIIwy8ijFpIqEQIvafahV7eYykJ8Cvh42EdJeODoJ6gUJXpQJvej1BddH8OqTXZNE/KfbWAu8Q==",
|
|
7565
7566
|
"dev": true,
|
|
7566
7567
|
"funding": [
|
|
7567
7568
|
{
|
|
@@ -8062,9 +8063,9 @@
|
|
|
8062
8063
|
}
|
|
8063
8064
|
},
|
|
8064
8065
|
"node_modules/postcss": {
|
|
8065
|
-
"version": "8.5.
|
|
8066
|
-
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.
|
|
8067
|
-
"integrity": "sha512-
|
|
8066
|
+
"version": "8.5.19",
|
|
8067
|
+
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.19.tgz",
|
|
8068
|
+
"integrity": "sha512-Mz8SaolMd8nB+G13WkORcxQKHZ/NE4xXevtkJHVuG+guo9/wYKlIMTKAqGdEmYOXR2ijPjTYNHssizdaVSUNdQ==",
|
|
8068
8069
|
"dev": true,
|
|
8069
8070
|
"funding": [
|
|
8070
8071
|
{
|
|
@@ -8082,7 +8083,7 @@
|
|
|
8082
8083
|
],
|
|
8083
8084
|
"license": "MIT",
|
|
8084
8085
|
"dependencies": {
|
|
8085
|
-
"nanoid": "^3.3.
|
|
8086
|
+
"nanoid": "^3.3.12",
|
|
8086
8087
|
"picocolors": "^1.1.1",
|
|
8087
8088
|
"source-map-js": "^1.2.1"
|
|
8088
8089
|
},
|
|
@@ -8206,11 +8207,14 @@
|
|
|
8206
8207
|
}
|
|
8207
8208
|
},
|
|
8208
8209
|
"node_modules/proxy-from-env": {
|
|
8209
|
-
"version": "
|
|
8210
|
-
"resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-
|
|
8211
|
-
"integrity": "sha512-
|
|
8210
|
+
"version": "2.1.0",
|
|
8211
|
+
"resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-2.1.0.tgz",
|
|
8212
|
+
"integrity": "sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==",
|
|
8212
8213
|
"dev": true,
|
|
8213
|
-
"license": "MIT"
|
|
8214
|
+
"license": "MIT",
|
|
8215
|
+
"engines": {
|
|
8216
|
+
"node": ">=10"
|
|
8217
|
+
}
|
|
8214
8218
|
},
|
|
8215
8219
|
"node_modules/psl": {
|
|
8216
8220
|
"version": "1.15.0",
|
|
@@ -9889,9 +9893,9 @@
|
|
|
9889
9893
|
}
|
|
9890
9894
|
},
|
|
9891
9895
|
"node_modules/ws": {
|
|
9892
|
-
"version": "8.
|
|
9893
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-8.
|
|
9894
|
-
"integrity": "sha512-
|
|
9896
|
+
"version": "8.21.0",
|
|
9897
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-8.21.0.tgz",
|
|
9898
|
+
"integrity": "sha512-Vsp28b7DRcimFQvrqu2Wek3z1iYxDCWqHYB8Qsnk/S4RfaCQzPGPyBNuVjJV3cd6UiKtUtp6sNM77gWvzcCH+g==",
|
|
9895
9899
|
"dev": true,
|
|
9896
9900
|
"license": "MIT",
|
|
9897
9901
|
"engines": {
|
package/dist/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/ui-bundle-template-feature-react-search",
|
|
3
|
-
"version": "11.24.
|
|
3
|
+
"version": "11.24.2",
|
|
4
4
|
"description": "[Beta] Configuration-driven multi-source search for UI Bundles",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"author": "",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"class-variance-authority": "^0.7.1",
|
|
31
31
|
"lucide-react": "^1.20.0",
|
|
32
32
|
"radix-ui": "^1.6.0",
|
|
33
|
-
"react-router": "^7.
|
|
33
|
+
"react-router": "^7.15.1"
|
|
34
34
|
},
|
|
35
35
|
"nx": {
|
|
36
36
|
"targets": {
|