-
Notifications
You must be signed in to change notification settings - Fork 230
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Testing * cache * cache * Update `@types/react` * Update dependabot.yml * Update Emotion to support React 19 types * run yarn dedupe * Type fixes * viewRef updates * more viewRef fixes * more viewRef updates * Try `React.JSX` namespace for type declaration files * Update bundleSizeConfig.js * Update index.jsx * cache * cache * Syntax and test fixes * Update index.tsx * Update component.test.jsx.snap * Disable AMP boilerplate test temporarily * Update client.js * Update client.js * Try retries for Chartbeat timeouts * Revert "Try retries for Chartbeat timeouts" This reverts commit eb78848. * Force reload of window for Chartbeat script tests * Test with retries on Chartbeat e2e * Remove eslint ignores for `imagesrcset` and `imageSizes` * AMP boilerplate test refactor * Missed file * Remove `fetchpriority` from eslint ignore * Update bundleSizeConfig.js
- Loading branch information
Showing
104 changed files
with
410 additions
and
416 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
import React from 'react'; | ||
import React, { type JSX } from 'react'; | ||
import { | ||
DocsContainer, | ||
DocsContextProps, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+7.62 MB
.yarn/cache/@img-sharp-libvips-darwin-x64-npm-1.0.4-6fde8e50e0-10.zip
Binary file not shown.
Binary file removed
BIN
-6.74 MB
.yarn/cache/@img-sharp-libvips-linux-x64-npm-1.0.4-0974f077b7-10.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+60.9 KB
...jake-npm-10.9.2-3bf2173aed-3be324708f.zip → ...jake-npm-10.8.7-1caf9b4534-ad1cfe3988.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+29.1 KB
...uler-npm-0.23.2-6d1dd9c2b7-e8d68b89d1.zip → ...uler-npm-0.23.0-a379a6bc3b-0c4557aa37.zip
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+35.1 KB
...e/ws-npm-7.5.10-878ccb886b-9c796b84ba.zip → ...he/ws-npm-7.5.9-26f12a5ed6-171e350129.zip
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,8 @@ | |
"@optimizely/js-sdk-utils": "0.4.0", | ||
"uuid": "3.4.0", | ||
"[email protected]": "patch:winston@npm:3.8.2#.yarn/patches/winston-npm-3.8.2-2035e9cac4.patch", | ||
"cookie": "0.7.1" | ||
"cookie": "0.7.1", | ||
"react-is": "19.0.0" | ||
}, | ||
"workspaces": { | ||
"packages": [ | ||
|
@@ -120,8 +121,8 @@ | |
"morgan": "1.10.0", | ||
"polyfill-crypto.getrandomvalues": "1.0.0", | ||
"ramda": "0.30.1", | ||
"react": "18.3.1", | ||
"react-dom": "18.3.1", | ||
"react": "19.0.0", | ||
"react-dom": "19.0.0", | ||
"react-helmet": "6.1.0", | ||
"react-lazyload": "3.2.1", | ||
"react-router-config": "5.1.1", | ||
|
@@ -185,8 +186,8 @@ | |
"@types/jsdom": "21.1.7", | ||
"@types/loadable__component": "5.13.9", | ||
"@types/ramda": "0.30.2", | ||
"@types/react": "18.3.3", | ||
"@types/react-dom": "18.3.1", | ||
"@types/react": "19.0.8", | ||
"@types/react-dom": "19.0.3", | ||
"@types/react-helmet": "6.1.11", | ||
"@types/react-lazyload": "^3.2.0", | ||
"@types/react-router-dom": "5.3.3", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.