Skip to content

Commit 5ccc006

Browse files
authored
Merge pull request #92 from yext/hotfix/v0.12.1
Updates chat-ui-react to use chat-headless-react v0.9.5, allowing us to use the latest version of yext/analytics J=WAT-4671 TEST=auto, manual Unit and integration tests pass. Spun up test-site locally with sandbox model. Was able to make requests and receive responses as expected, confirmed analytics events were going through for responses, impressions, and link clicks.
2 parents fd7cc1f + ce1b540 commit 5ccc006

File tree

7 files changed

+128
-65
lines changed

7 files changed

+128
-65
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ build/
77
storybook-static/
88
.DS_Store
99
.env
10-
.vscode
10+
.vscode
11+
.idea

THIRD-PARTY-NOTICES

Lines changed: 39 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ SOFTWARE.
6262
The following NPM packages may be included in this product:
6363

6464
- @types/hast@2.3.4
65-
- @types/hoist-non-react-statics@3.3.5
65+
- @types/hoist-non-react-statics@3.3.6
6666
- @types/mdast@3.0.11
6767
- @types/parse5@5.0.3
6868
- @types/prop-types@15.7.5
@@ -100,7 +100,7 @@ MIT License
100100

101101
The following NPM package may be included in this product:
102102

103-
- @yext/analytics@0.6.6
103+
- @yext/analytics@1.0.1
104104

105105
This package contains the following license and notice below:
106106

@@ -141,9 +141,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
141141

142142
The following NPM packages may be included in this product:
143143

144-
- @yext/chat-core@0.8.2
145-
- @yext/chat-headless-react@0.9.1
146-
- @yext/chat-headless@0.10.1
144+
- @yext/chat-core@0.9.1
145+
- @yext/chat-headless-react@0.9.5
146+
- @yext/chat-headless@0.12.2
147147

148148
These packages each contain the following license and notice below:
149149

@@ -277,7 +277,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
277277

278278
The following NPM package may be included in this product:
279279

280-
- cross-fetch@3.1.8
280+
- cross-fetch@3.2.0
281281

282282
This package contains the following license and notice below:
283283

@@ -798,7 +798,7 @@ THE SOFTWARE.
798798

799799
The following NPM package may be included in this product:
800800

801-
- layerr@2.1.0
801+
- layerr@3.0.0
802802

803803
This package contains the following license and notice below:
804804

@@ -1083,7 +1083,7 @@ SOFTWARE.
10831083

10841084
The following NPM package may be included in this product:
10851085

1086-
- node-fetch@2.6.12
1086+
- node-fetch@2.7.0
10871087

10881088
This package contains the following license and notice below:
10891089

@@ -1207,7 +1207,6 @@ The following NPM packages may be included in this product:
12071207
- react-is@18.2.0
12081208
- react@18.2.0
12091209
- scheduler@0.23.0
1210-
- use-sync-external-store@1.2.2
12111210

12121211
These packages each contain the following license and notice below:
12131212

@@ -1754,7 +1753,7 @@ THE SOFTWARE.
17541753

17551754
The following NPM package may be included in this product:
17561755

1757-
- ulidx@2.3.0
1756+
- ulidx@2.4.1
17581757

17591758
This package contains the following license and notice below:
17601759

@@ -1928,6 +1927,36 @@ A React helper hook for storing latest value in ref object (updated in useEffect
19281927

19291928
-----------
19301929

1930+
The following NPM package may be included in this product:
1931+
1932+
- use-sync-external-store@1.4.0
1933+
1934+
This package contains the following license and notice below:
1935+
1936+
MIT License
1937+
1938+
Copyright (c) Meta Platforms, Inc. and affiliates.
1939+
1940+
Permission is hereby granted, free of charge, to any person obtaining a copy
1941+
of this software and associated documentation files (the "Software"), to deal
1942+
in the Software without restriction, including without limitation the rights
1943+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1944+
copies of the Software, and to permit persons to whom the Software is
1945+
furnished to do so, subject to the following conditions:
1946+
1947+
The above copyright notice and this permission notice shall be included in all
1948+
copies or substantial portions of the Software.
1949+
1950+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1951+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1952+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1953+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1954+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1955+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1956+
SOFTWARE.
1957+
1958+
-----------
1959+
19311960
The following NPM package may be included in this product:
19321961

19331962
- vfile-message@2.0.4

package-lock.json

Lines changed: 61 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"@testing-library/user-event": "^14.4.3",
7070
"@types/jest": "^29.5.1",
7171
"@types/react": "^18.2.7",
72-
"@yext/chat-headless-react": "^0.9.1",
72+
"@yext/chat-headless-react": "^0.9.5",
7373
"@yext/eslint-config": "^1.0.2",
7474
"babel-jest": "^29.5.0",
7575
"eslint": "^8.39.0",
@@ -91,7 +91,7 @@
9191
"typescript": "^5.0.4"
9292
},
9393
"peerDependencies": {
94-
"@yext/chat-headless-react": "^0.9.1",
94+
"@yext/chat-headless-react": "^0.9.5",
9595
"react": "^16.14 || ^17 || ^18",
9696
"react-dom": "^16.14 || ^17 || || ^18"
9797
},

0 commit comments

Comments
 (0)