-
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.
* Revert "Revert "Remove `node-fetch` (#11122)" (#11261)" This reverts commit 7d122f4. * Update [[...variant]].page.tsx * Remove node-fetch references * Update package.json * Add cert checks to `fetchDataFromBFF` * Update bundleSizeConfig.js * Update bundleSizeConfig.js * Update bundleSizeConfig.js * Update package.json * update * yarn * yarn fix * Update getPageData.test.ts * undici update * cache * cache * cache * cache * Update bundleSizeConfig.js * cache * yarn cache updates * Merge branch 'latest' into revert-11261-revert-11122-remove-nodefetch * Create undici-npm-6.11.1-7a6c072033-1294806846.zip * cache * Create undici-npm-6.18.2-c1115b72ab-27c66d84d0.zip * Update undici * Consolidate Nextjs pages fetch * Update bundleSizeConfig.js * Remove `JEST_WORKER_ID` checks * Keep BFF path check * Create fsevents-patch-6b67494872-10.zip * Merge conflicts * Fix av-embeds agent import * fix getAgent mock import * Remove `isomorphic-fetch` dep * Remove types/node-fetch that crept back in * undici update * Update `optHeader` setting logic * Remove `accept` header setting when running locally * Re-add `isLocal` check
- Loading branch information
Showing
63 changed files
with
315 additions
and
449 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file renamed
BIN
+38.8 MB
...nux-x64-gnu-npm-14.2.10-c8787ddfc6-10.zip → ...-darwin-x64-npm-14.2.10-a1396b1353-10.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+28.1 KB
...eware-npm-2.0.7-886a673e85-4a51bf612b.zip → ...eware-npm-2.0.6-3bb17658ee-768e7ae5a4.zip
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.
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 |
---|---|---|
|
@@ -45,14 +45,14 @@ | |
"cypress:adhoc": "yarn cypress:interactive -- --project ./AdHocCypress/.", | ||
"setupDevEnv": "cp envConfig/local.env .env && rm -rf envConfig/secret.env && ./scripts/checkSecretEnvVariables.sh", | ||
"dependencyFreshness": "node ./scripts/dependencyFreshness", | ||
"dev": "yarn setupDevEnv && rm -rf build && run-p webpack:dev:client webpack:dev:server", | ||
"esmDependencyCheck": "node ./scripts/esmDependencyCheck.js", | ||
"dev": "yarn setupDevEnv && rm -rf build && NODE_OPTIONS=--no-experimental-fetch run-p webpack:dev:client webpack:dev:server", | ||
"lighthouse": "./scripts/lighthouseRun.sh", | ||
"mostReadAndWatchedCollectionData": "node ./scripts/mostReadAndWatchedCollectionData", | ||
"postshrinkwrap": "test -z $CI && ./scripts/packagelockHttps.sh; git update-index --assume-unchanged .env", | ||
"prepare": "husky install", | ||
"preinstall": "node scripts/check-package-manager.js", | ||
"start": "NODE_ENV=production node --no-experimental-fetch --max-old-space-size=3500 build/server.js", | ||
"start": "NODE_ENV=production node --max-old-space-size=3500 build/server.js", | ||
"stop": "./scripts/killApp.sh", | ||
"storybook": "node .storybook/buildFontPreloads && storybook dev -p 9001 -c .storybook", | ||
"test": "yarn build && yarn test:local", | ||
|
@@ -109,7 +109,6 @@ | |
"helmet": "7.1.0", | ||
"helmet-csp": "4.0.0", | ||
"intersection-observer": "0.12.2", | ||
"isomorphic-fetch": "3.0.0", | ||
"jalaali-js": "1.2.7", | ||
"js-cookie": "3.0.5", | ||
"lru-cache": "11.0.1", | ||
|
@@ -125,6 +124,7 @@ | |
"react-lazyload": "3.2.1", | ||
"react-router-config": "5.1.1", | ||
"react-router-dom": "5.3.4", | ||
"undici": "6.20.1", | ||
"url-parse": "1.5.10", | ||
"uuid": "8.3.2", | ||
"winston": "patch:[email protected]#./patches/winston-file-descriptor.patch" | ||
|
@@ -182,7 +182,6 @@ | |
"@types/js-cookie": "^3.0.3", | ||
"@types/jsdom": "^21.0.0", | ||
"@types/loadable__component": "5.13.9", | ||
"@types/node-fetch": "^2.6.11", | ||
"@types/ramda": "0.30.0", | ||
"@types/react": "18.3.3", | ||
"@types/react-dom": "18.3.1", | ||
|
@@ -235,7 +234,6 @@ | |
"minimist": "1.2.8", | ||
"mkdirp": "3.0.1", | ||
"mocha-junit-reporter": "2.2.1", | ||
"node-fetch": "2.6.12", | ||
"npm-run-all2": "6.2.2", | ||
"prettier": "3.2.5", | ||
"retry": "0.13.1", | ||
|
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
1 change: 0 additions & 1 deletion
1
src/app/legacy/containers/ConsentBanner/useConsentBanners/setCookieOven.js
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 |
---|---|---|
@@ -1,3 +1,7 @@ | ||
import { Agent } from 'undici'; | ||
|
||
export interface FetchError extends Error { | ||
status: number; | ||
} | ||
|
||
export type GetAgent = () => Promise<Agent>; |
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.