mirror of
				https://github.com/mozilla/gecko-dev.git
				synced 2025-11-04 02:09:05 +02:00 
			
		
		
		
	Bug 1967249 - Update globals package used in TypeScript, to avoid issues with ESLint. r=zombie,home-newtab-reviewers,omc-reviewers,aminomancer,mconley
Differential Revision: https://phabricator.services.mozilla.com/D250033
This commit is contained in:
		
							parent
							
								
									e9a4a14dd9
								
							
						
					
					
						commit
						edeaafa178
					
				
					 11 changed files with 6403 additions and 8328 deletions
				
			
		| 
						 | 
					@ -3375,7 +3375,7 @@ __webpack_require__.r(__webpack_exports__);
 | 
				
			||||||
/* harmony import */ var react_dom__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(react_dom__WEBPACK_IMPORTED_MODULE_1__);
 | 
					/* harmony import */ var react_dom__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(react_dom__WEBPACK_IMPORTED_MODULE_1__);
 | 
				
			||||||
/* harmony import */ var _lib_aboutwelcome_utils_mjs__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(3);
 | 
					/* harmony import */ var _lib_aboutwelcome_utils_mjs__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(3);
 | 
				
			||||||
/* harmony import */ var _components_MultiStageAboutWelcome__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(4);
 | 
					/* harmony import */ var _components_MultiStageAboutWelcome__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(4);
 | 
				
			||||||
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
 | 
					function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
 | 
				
			||||||
/* This Source Code Form is subject to the terms of the Mozilla Public
 | 
					/* This Source Code Form is subject to the terms of the Mozilla Public
 | 
				
			||||||
 * License, v. 2.0. If a copy of the MPL was not distributed with this file,
 | 
					 * License, v. 2.0. If a copy of the MPL was not distributed with this file,
 | 
				
			||||||
 * You can obtain one at http://mozilla.org/MPL/2.0/. */
 | 
					 * You can obtain one at http://mozilla.org/MPL/2.0/. */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										2843
									
								
								browser/components/aboutwelcome/package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2843
									
								
								browser/components/aboutwelcome/package-lock.json
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load diff
											
										
									
								
							| 
						 | 
					@ -34,6 +34,10 @@
 | 
				
			||||||
    "webpack-cli": "5.1.4",
 | 
					    "webpack-cli": "5.1.4",
 | 
				
			||||||
    "yamscripts": "0.1.0"
 | 
					    "yamscripts": "0.1.0"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
					  "overrides": {
 | 
				
			||||||
 | 
					    "globals": "13.24.0",
 | 
				
			||||||
 | 
					    "cheerio": "1.0.0-rc.12"
 | 
				
			||||||
 | 
					  },
 | 
				
			||||||
  "engines": {
 | 
					  "engines": {
 | 
				
			||||||
    "firefox": ">=122.0 <=*",
 | 
					    "firefox": ">=122.0 <=*",
 | 
				
			||||||
    "//": "when changing node versions, also edit .nvmrc",
 | 
					    "//": "when changing node versions, also edit .nvmrc",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -252,7 +252,7 @@ __webpack_require__.r(__webpack_exports__);
 | 
				
			||||||
/* harmony export */ });
 | 
					/* harmony export */ });
 | 
				
			||||||
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(3);
 | 
					/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(3);
 | 
				
			||||||
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
 | 
					/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
 | 
				
			||||||
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
 | 
					function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
 | 
				
			||||||
/* This Source Code Form is subject to the terms of the Mozilla Public
 | 
					/* This Source Code Form is subject to the terms of the Mozilla Public
 | 
				
			||||||
 * License, v. 2.0. If a copy of the MPL was not distributed with this file,
 | 
					 * License, v. 2.0. If a copy of the MPL was not distributed with this file,
 | 
				
			||||||
 * You can obtain one at http://mozilla.org/MPL/2.0/. */
 | 
					 * You can obtain one at http://mozilla.org/MPL/2.0/. */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										2890
									
								
								browser/components/asrouter/package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2890
									
								
								browser/components/asrouter/package-lock.json
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load diff
											
										
									
								
							| 
						 | 
					@ -36,6 +36,10 @@
 | 
				
			||||||
    "webpack-cli": "5.1.4",
 | 
					    "webpack-cli": "5.1.4",
 | 
				
			||||||
    "yamscripts": "0.1.0"
 | 
					    "yamscripts": "0.1.0"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
					  "overrides": {
 | 
				
			||||||
 | 
					    "globals": "13.24.0",
 | 
				
			||||||
 | 
					    "cheerio": "1.0.0-rc.12"
 | 
				
			||||||
 | 
					  },
 | 
				
			||||||
  "engines": {
 | 
					  "engines": {
 | 
				
			||||||
    "firefox": ">=122.0 <=*",
 | 
					    "firefox": ">=122.0 <=*",
 | 
				
			||||||
    "//": "when changing node versions, also edit .nvmrc",
 | 
					    "//": "when changing node versions, also edit .nvmrc",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -623,7 +623,7 @@ class SimpleHashRouter extends (external_React_default()).PureComponent {
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
;// CONCATENATED MODULE: ./content-src/components/DiscoveryStreamAdmin/DiscoveryStreamAdmin.jsx
 | 
					;// CONCATENATED MODULE: ./content-src/components/DiscoveryStreamAdmin/DiscoveryStreamAdmin.jsx
 | 
				
			||||||
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
 | 
					function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
 | 
				
			||||||
/* This Source Code Form is subject to the terms of the Mozilla Public
 | 
					/* This Source Code Form is subject to the terms of the Mozilla Public
 | 
				
			||||||
 * License, v. 2.0. If a copy of the MPL was not distributed with this file,
 | 
					 * License, v. 2.0. If a copy of the MPL was not distributed with this file,
 | 
				
			||||||
 * You can obtain one at http://mozilla.org/MPL/2.0/. */
 | 
					 * You can obtain one at http://mozilla.org/MPL/2.0/. */
 | 
				
			||||||
| 
						 | 
					@ -5131,7 +5131,7 @@ function RecentSavesContainer({
 | 
				
			||||||
  for (let index = 0; index < items; index++) {
 | 
					  for (let index = 0; index < items; index++) {
 | 
				
			||||||
    const recentSave = recentSavesData[index];
 | 
					    const recentSave = recentSavesData[index];
 | 
				
			||||||
    if (!recentSave) {
 | 
					    if (!recentSave) {
 | 
				
			||||||
      recentSavesCards.push( /*#__PURE__*/external_React_default().createElement(PlaceholderDSCard, {
 | 
					      recentSavesCards.push(/*#__PURE__*/external_React_default().createElement(PlaceholderDSCard, {
 | 
				
			||||||
        key: `dscard-${index}`
 | 
					        key: `dscard-${index}`
 | 
				
			||||||
      }));
 | 
					      }));
 | 
				
			||||||
    } else {
 | 
					    } else {
 | 
				
			||||||
| 
						 | 
					@ -5592,7 +5592,7 @@ class CollectionCardGrid extends (external_React_default()).PureComponent {
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
;// CONCATENATED MODULE: ./content-src/components/A11yLinkButton/A11yLinkButton.jsx
 | 
					;// CONCATENATED MODULE: ./content-src/components/A11yLinkButton/A11yLinkButton.jsx
 | 
				
			||||||
function A11yLinkButton_extends() { A11yLinkButton_extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return A11yLinkButton_extends.apply(this, arguments); }
 | 
					function A11yLinkButton_extends() { return A11yLinkButton_extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, A11yLinkButton_extends.apply(null, arguments); }
 | 
				
			||||||
/* This Source Code Form is subject to the terms of the Mozilla Public
 | 
					/* This Source Code Form is subject to the terms of the Mozilla Public
 | 
				
			||||||
 * License, v. 2.0. If a copy of the MPL was not distributed with this file,
 | 
					 * License, v. 2.0. If a copy of the MPL was not distributed with this file,
 | 
				
			||||||
 * You can obtain one at http://mozilla.org/MPL/2.0/. */
 | 
					 * You can obtain one at http://mozilla.org/MPL/2.0/. */
 | 
				
			||||||
| 
						 | 
					@ -8692,7 +8692,7 @@ TopSiteImpressionWrapper.defaultProps = {
 | 
				
			||||||
  tile: null
 | 
					  tile: null
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
;// CONCATENATED MODULE: ./content-src/components/TopSites/TopSite.jsx
 | 
					;// CONCATENATED MODULE: ./content-src/components/TopSites/TopSite.jsx
 | 
				
			||||||
function TopSite_extends() { TopSite_extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return TopSite_extends.apply(this, arguments); }
 | 
					function TopSite_extends() { return TopSite_extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, TopSite_extends.apply(null, arguments); }
 | 
				
			||||||
/* This Source Code Form is subject to the terms of the Mozilla Public
 | 
					/* This Source Code Form is subject to the terms of the Mozilla Public
 | 
				
			||||||
 * License, v. 2.0. If a copy of the MPL was not distributed with this file,
 | 
					 * License, v. 2.0. If a copy of the MPL was not distributed with this file,
 | 
				
			||||||
 * You can obtain one at http://mozilla.org/MPL/2.0/. */
 | 
					 * You can obtain one at http://mozilla.org/MPL/2.0/. */
 | 
				
			||||||
| 
						 | 
					@ -9832,7 +9832,7 @@ TopSiteForm.defaultProps = {
 | 
				
			||||||
  index: -1
 | 
					  index: -1
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
;// CONCATENATED MODULE: ./content-src/components/TopSites/TopSites.jsx
 | 
					;// CONCATENATED MODULE: ./content-src/components/TopSites/TopSites.jsx
 | 
				
			||||||
function TopSites_extends() { TopSites_extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return TopSites_extends.apply(this, arguments); }
 | 
					function TopSites_extends() { return TopSites_extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, TopSites_extends.apply(null, arguments); }
 | 
				
			||||||
/* This Source Code Form is subject to the terms of the Mozilla Public
 | 
					/* This Source Code Form is subject to the terms of the Mozilla Public
 | 
				
			||||||
 * License, v. 2.0. If a copy of the MPL was not distributed with this file,
 | 
					 * License, v. 2.0. If a copy of the MPL was not distributed with this file,
 | 
				
			||||||
 * You can obtain one at http://mozilla.org/MPL/2.0/. */
 | 
					 * You can obtain one at http://mozilla.org/MPL/2.0/. */
 | 
				
			||||||
| 
						 | 
					@ -10013,7 +10013,7 @@ const TopSites_TopSites = (0,external_ReactRedux_namespaceObject.connect)(state
 | 
				
			||||||
  TopSitesRows: state.Prefs.values.topSitesRows
 | 
					  TopSitesRows: state.Prefs.values.topSitesRows
 | 
				
			||||||
}))(_TopSites);
 | 
					}))(_TopSites);
 | 
				
			||||||
;// CONCATENATED MODULE: ./content-src/components/Sections/Sections.jsx
 | 
					;// CONCATENATED MODULE: ./content-src/components/Sections/Sections.jsx
 | 
				
			||||||
function Sections_extends() { Sections_extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return Sections_extends.apply(this, arguments); }
 | 
					function Sections_extends() { return Sections_extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, Sections_extends.apply(null, arguments); }
 | 
				
			||||||
/* This Source Code Form is subject to the terms of the Mozilla Public
 | 
					/* This Source Code Form is subject to the terms of the Mozilla Public
 | 
				
			||||||
 * License, v. 2.0. If a copy of the MPL was not distributed with this file,
 | 
					 * License, v. 2.0. If a copy of the MPL was not distributed with this file,
 | 
				
			||||||
 * You can obtain one at http://mozilla.org/MPL/2.0/. */
 | 
					 * You can obtain one at http://mozilla.org/MPL/2.0/. */
 | 
				
			||||||
| 
						 | 
					@ -10293,11 +10293,11 @@ class _Sections extends (external_React_default()).PureComponent {
 | 
				
			||||||
        isLast: sections.length === expectedCount - 1
 | 
					        isLast: sections.length === expectedCount - 1
 | 
				
			||||||
      };
 | 
					      };
 | 
				
			||||||
      if (sectionId === "topsites" && showTopSites) {
 | 
					      if (sectionId === "topsites" && showTopSites) {
 | 
				
			||||||
        sections.push( /*#__PURE__*/external_React_default().createElement(TopSites_TopSites, commonProps));
 | 
					        sections.push(/*#__PURE__*/external_React_default().createElement(TopSites_TopSites, commonProps));
 | 
				
			||||||
      } else {
 | 
					      } else {
 | 
				
			||||||
        const section = enabledSections.find(s => s.id === sectionId);
 | 
					        const section = enabledSections.find(s => s.id === sectionId);
 | 
				
			||||||
        if (section) {
 | 
					        if (section) {
 | 
				
			||||||
          sections.push( /*#__PURE__*/external_React_default().createElement(SectionIntl, Sections_extends({}, section, commonProps)));
 | 
					          sections.push(/*#__PURE__*/external_React_default().createElement(SectionIntl, Sections_extends({}, section, commonProps)));
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
| 
						 | 
					@ -10314,7 +10314,7 @@ const Sections_Sections = (0,external_ReactRedux_namespaceObject.connect)(state
 | 
				
			||||||
  Prefs: state.Prefs
 | 
					  Prefs: state.Prefs
 | 
				
			||||||
}))(_Sections);
 | 
					}))(_Sections);
 | 
				
			||||||
;// CONCATENATED MODULE: ./content-src/components/DiscoveryStreamComponents/Highlights/Highlights.jsx
 | 
					;// CONCATENATED MODULE: ./content-src/components/DiscoveryStreamComponents/Highlights/Highlights.jsx
 | 
				
			||||||
function Highlights_extends() { Highlights_extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return Highlights_extends.apply(this, arguments); }
 | 
					function Highlights_extends() { return Highlights_extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, Highlights_extends.apply(null, arguments); }
 | 
				
			||||||
/* This Source Code Form is subject to the terms of the Mozilla Public
 | 
					/* This Source Code Form is subject to the terms of the Mozilla Public
 | 
				
			||||||
 * License, v. 2.0. If a copy of the MPL was not distributed with this file,
 | 
					 * License, v. 2.0. If a copy of the MPL was not distributed with this file,
 | 
				
			||||||
 * You can obtain one at http://mozilla.org/MPL/2.0/. */
 | 
					 * You can obtain one at http://mozilla.org/MPL/2.0/. */
 | 
				
			||||||
| 
						 | 
					@ -12225,7 +12225,7 @@ function SectionsMgmtPanel({
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
;// CONCATENATED MODULE: ./content-src/components/WallpaperCategories/WallpaperCategories.jsx
 | 
					;// CONCATENATED MODULE: ./content-src/components/WallpaperCategories/WallpaperCategories.jsx
 | 
				
			||||||
function WallpaperCategories_extends() { WallpaperCategories_extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return WallpaperCategories_extends.apply(this, arguments); }
 | 
					function WallpaperCategories_extends() { return WallpaperCategories_extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, WallpaperCategories_extends.apply(null, arguments); }
 | 
				
			||||||
/* This Source Code Form is subject to the terms of the Mozilla Public
 | 
					/* This Source Code Form is subject to the terms of the Mozilla Public
 | 
				
			||||||
 * License, v. 2.0. If a copy of the MPL was not distributed with this file,
 | 
					 * License, v. 2.0. If a copy of the MPL was not distributed with this file,
 | 
				
			||||||
 * You can obtain one at http://mozilla.org/MPL/2.0/. */
 | 
					 * You can obtain one at http://mozilla.org/MPL/2.0/. */
 | 
				
			||||||
| 
						 | 
					@ -14247,7 +14247,7 @@ function WallpaperFeatureHighlight({
 | 
				
			||||||
  }));
 | 
					  }));
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
;// CONCATENATED MODULE: ./content-src/components/Base/Base.jsx
 | 
					;// CONCATENATED MODULE: ./content-src/components/Base/Base.jsx
 | 
				
			||||||
function Base_extends() { Base_extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return Base_extends.apply(this, arguments); }
 | 
					function Base_extends() { return Base_extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, Base_extends.apply(null, arguments); }
 | 
				
			||||||
/* This Source Code Form is subject to the terms of the Mozilla Public
 | 
					/* This Source Code Form is subject to the terms of the Mozilla Public
 | 
				
			||||||
 * License, v. 2.0. If a copy of the MPL was not distributed with this file,
 | 
					 * License, v. 2.0. If a copy of the MPL was not distributed with this file,
 | 
				
			||||||
 * You can obtain one at http://mozilla.org/MPL/2.0/. */
 | 
					 * You can obtain one at http://mozilla.org/MPL/2.0/. */
 | 
				
			||||||
| 
						 | 
					@ -15209,7 +15209,7 @@ function renderWithoutState() {
 | 
				
			||||||
      type: actionTypes.NEW_TAB_STATE_REQUEST_WITHOUT_STARTUPCACHE
 | 
					      type: actionTypes.NEW_TAB_STATE_REQUEST_WITHOUT_STARTUPCACHE
 | 
				
			||||||
    }));
 | 
					    }));
 | 
				
			||||||
  });
 | 
					  });
 | 
				
			||||||
  external_ReactDOM_default().hydrate( /*#__PURE__*/external_React_default().createElement(NewTab, {
 | 
					  external_ReactDOM_default().hydrate(/*#__PURE__*/external_React_default().createElement(NewTab, {
 | 
				
			||||||
    store: store
 | 
					    store: store
 | 
				
			||||||
  }), document.getElementById("root"));
 | 
					  }), document.getElementById("root"));
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					@ -15224,7 +15224,7 @@ function renderCache(initialState) {
 | 
				
			||||||
      type: actionTypes.NEW_TAB_STATE_REQUEST_STARTUPCACHE
 | 
					      type: actionTypes.NEW_TAB_STATE_REQUEST_STARTUPCACHE
 | 
				
			||||||
    }));
 | 
					    }));
 | 
				
			||||||
  });
 | 
					  });
 | 
				
			||||||
  external_ReactDOM_default().hydrate( /*#__PURE__*/external_React_default().createElement(NewTab, {
 | 
					  external_ReactDOM_default().hydrate(/*#__PURE__*/external_React_default().createElement(NewTab, {
 | 
				
			||||||
    store: store
 | 
					    store: store
 | 
				
			||||||
  }), document.getElementById("root"));
 | 
					  }), document.getElementById("root"));
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										8861
									
								
								browser/extensions/newtab/package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										8861
									
								
								browser/extensions/newtab/package-lock.json
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load diff
											
										
									
								
							| 
						 | 
					@ -47,6 +47,10 @@
 | 
				
			||||||
    "webpack-cli": "4.9.1",
 | 
					    "webpack-cli": "4.9.1",
 | 
				
			||||||
    "yamscripts": "0.1.0"
 | 
					    "yamscripts": "0.1.0"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
					  "overrides": {
 | 
				
			||||||
 | 
					    "globals": "13.24.0",
 | 
				
			||||||
 | 
					    "cheerio": "1.0.0-rc.12"
 | 
				
			||||||
 | 
					  },
 | 
				
			||||||
  "engines": {
 | 
					  "engines": {
 | 
				
			||||||
    "firefox": ">=45.0 <=*",
 | 
					    "firefox": ">=45.0 <=*",
 | 
				
			||||||
    "//": "when changing node versions, also edit .nvmrc",
 | 
					    "//": "when changing node versions, also edit .nvmrc",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										86
									
								
								tools/ts/package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										86
									
								
								tools/ts/package-lock.json
									
									
									
										generated
									
									
									
								
							| 
						 | 
					@ -837,9 +837,9 @@
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/@mdn/browser-compat-data": {
 | 
					    "node_modules/@mdn/browser-compat-data": {
 | 
				
			||||||
      "version": "6.0.12",
 | 
					      "version": "6.0.15",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/@mdn/browser-compat-data/-/browser-compat-data-6.0.12.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/@mdn/browser-compat-data/-/browser-compat-data-6.0.15.tgz",
 | 
				
			||||||
      "integrity": "sha512-lQ6p212jKeJBG+L7UYRKchTCcnQbp6yOj5swKxGLjvuW4SmbgWgd/WyA1Dxq1GGT86C7jVTEaKry36LmsBp8SQ==",
 | 
					      "integrity": "sha512-f5R+fOk6bFbjw6Pu/jDJC9SC3mYiYG+ok+t2cQqgvjKHhID/9WiisnhJFzqNSP+i/EAfaN5xrwuj4VHnZhHwxw==",
 | 
				
			||||||
      "dev": true
 | 
					      "dev": true
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/@peggyjs/from-mem": {
 | 
					    "node_modules/@peggyjs/from-mem": {
 | 
				
			||||||
| 
						 | 
					@ -965,9 +965,9 @@
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/@types/node": {
 | 
					    "node_modules/@types/node": {
 | 
				
			||||||
      "version": "22.15.14",
 | 
					      "version": "22.15.19",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.14.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.19.tgz",
 | 
				
			||||||
      "integrity": "sha512-BL1eyu/XWsFGTtDWOYULQEs4KR0qdtYfCxYAUYRoB7JP7h9ETYLgQTww6kH8Sj2C0pFGgrpM0XKv6/kbIzYJ1g==",
 | 
					      "integrity": "sha512-3vMNr4TzNQyjHcRZadojpRaD9Ofr6LsonZAoQ+HMUa/9ORTPoxVIw0e0mpqWpdjj8xybyCM+oKOUH2vwFu/oEw==",
 | 
				
			||||||
      "dev": true,
 | 
					      "dev": true,
 | 
				
			||||||
      "dependencies": {
 | 
					      "dependencies": {
 | 
				
			||||||
        "undici-types": "~6.21.0"
 | 
					        "undici-types": "~6.21.0"
 | 
				
			||||||
| 
						 | 
					@ -1007,9 +1007,9 @@
 | 
				
			||||||
      "license": "Apache-2.0"
 | 
					      "license": "Apache-2.0"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/@webref/idl": {
 | 
					    "node_modules/@webref/idl": {
 | 
				
			||||||
      "version": "3.62.0",
 | 
					      "version": "3.63.0",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/@webref/idl/-/idl-3.62.0.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/@webref/idl/-/idl-3.63.0.tgz",
 | 
				
			||||||
      "integrity": "sha512-1ckyXtMGp+nugrIcO9YuknvXsw6sJLMFrgQijsPoEVIc2ZCpO9oBB2XnTYGGbR47zpckPVFjahH6wB8dKhsZ5Q==",
 | 
					      "integrity": "sha512-ccHJi1I4jMSJ0ojpJ7Tnwc78V7aWxGVVyNx4pkQujepAG6RTVVQg0VAfNYvUFGaOISv4FM9BlhRCS4En69g4zg==",
 | 
				
			||||||
      "dev": true,
 | 
					      "dev": true,
 | 
				
			||||||
      "peer": true,
 | 
					      "peer": true,
 | 
				
			||||||
      "peerDependencies": {
 | 
					      "peerDependencies": {
 | 
				
			||||||
| 
						 | 
					@ -1294,9 +1294,9 @@
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/caniuse-lite": {
 | 
					    "node_modules/caniuse-lite": {
 | 
				
			||||||
      "version": "1.0.30001717",
 | 
					      "version": "1.0.30001718",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001717.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001718.tgz",
 | 
				
			||||||
      "integrity": "sha512-auPpttCq6BDEG8ZAuHJIplGw6GODhjw+/11e7IjpnYCxZcW/ONgPs0KVBJ0d1bY3e2+7PRe5RCLyP+PfwVgkYw==",
 | 
					      "integrity": "sha512-AflseV1ahcSunK53NfEs9gFWgOEmzr0f+kaMFA4xiLZlr9Hzt7HxcSpIFcnNCUkz6R6dWKa54rUz3HUmI3nVcw==",
 | 
				
			||||||
      "dev": true,
 | 
					      "dev": true,
 | 
				
			||||||
      "funding": [
 | 
					      "funding": [
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
| 
						 | 
					@ -1464,9 +1464,9 @@
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/debug": {
 | 
					    "node_modules/debug": {
 | 
				
			||||||
      "version": "4.4.0",
 | 
					      "version": "4.4.1",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz",
 | 
				
			||||||
      "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
 | 
					      "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
 | 
				
			||||||
      "dev": true,
 | 
					      "dev": true,
 | 
				
			||||||
      "dependencies": {
 | 
					      "dependencies": {
 | 
				
			||||||
        "ms": "^2.1.3"
 | 
					        "ms": "^2.1.3"
 | 
				
			||||||
| 
						 | 
					@ -1531,9 +1531,9 @@
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/electron-to-chromium": {
 | 
					    "node_modules/electron-to-chromium": {
 | 
				
			||||||
      "version": "1.5.150",
 | 
					      "version": "1.5.155",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.150.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.155.tgz",
 | 
				
			||||||
      "integrity": "sha512-rOOkP2ZUMx1yL4fCxXQKDHQ8ZXwisb2OycOQVKHgvB3ZI4CvehOd4y2tfnnLDieJ3Zs1RL1Dlp3cMkyIn7nnXA==",
 | 
					      "integrity": "sha512-ps5KcGGmwL8VaeJlvlDlu4fORQpv3+GIcF5I3f9tUKUlJ/wsysh6HU8P5L1XWRYeXfA0oJd4PyM8ds8zTFf6Ng==",
 | 
				
			||||||
      "dev": true
 | 
					      "dev": true
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/emittery": {
 | 
					    "node_modules/emittery": {
 | 
				
			||||||
| 
						 | 
					@ -1810,12 +1810,30 @@
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/globals": {
 | 
					    "node_modules/globals": {
 | 
				
			||||||
      "version": "11.12.0",
 | 
					      "version": "13.24.0",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz",
 | 
				
			||||||
      "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
 | 
					      "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
 | 
				
			||||||
 | 
					      "dev": true,
 | 
				
			||||||
 | 
					      "dependencies": {
 | 
				
			||||||
 | 
					        "type-fest": "^0.20.2"
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
 | 
					      "engines": {
 | 
				
			||||||
 | 
					        "node": ">=8"
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
 | 
					      "funding": {
 | 
				
			||||||
 | 
					        "url": "https://github.com/sponsors/sindresorhus"
 | 
				
			||||||
 | 
					      }
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    "node_modules/globals/node_modules/type-fest": {
 | 
				
			||||||
 | 
					      "version": "0.20.2",
 | 
				
			||||||
 | 
					      "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
 | 
				
			||||||
 | 
					      "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
 | 
				
			||||||
      "dev": true,
 | 
					      "dev": true,
 | 
				
			||||||
      "engines": {
 | 
					      "engines": {
 | 
				
			||||||
        "node": ">=4"
 | 
					        "node": ">=10"
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
 | 
					      "funding": {
 | 
				
			||||||
 | 
					        "url": "https://github.com/sponsors/sindresorhus"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/graceful-fs": {
 | 
					    "node_modules/graceful-fs": {
 | 
				
			||||||
| 
						 | 
					@ -2006,9 +2024,9 @@
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/istanbul-lib-instrument/node_modules/semver": {
 | 
					    "node_modules/istanbul-lib-instrument/node_modules/semver": {
 | 
				
			||||||
      "version": "7.7.1",
 | 
					      "version": "7.7.2",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.1.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
 | 
				
			||||||
      "integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==",
 | 
					      "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
 | 
				
			||||||
      "dev": true,
 | 
					      "dev": true,
 | 
				
			||||||
      "bin": {
 | 
					      "bin": {
 | 
				
			||||||
        "semver": "bin/semver.js"
 | 
					        "semver": "bin/semver.js"
 | 
				
			||||||
| 
						 | 
					@ -2519,9 +2537,9 @@
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/jest-snapshot/node_modules/semver": {
 | 
					    "node_modules/jest-snapshot/node_modules/semver": {
 | 
				
			||||||
      "version": "7.7.1",
 | 
					      "version": "7.7.2",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.1.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
 | 
				
			||||||
      "integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==",
 | 
					      "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
 | 
				
			||||||
      "dev": true,
 | 
					      "dev": true,
 | 
				
			||||||
      "bin": {
 | 
					      "bin": {
 | 
				
			||||||
        "semver": "bin/semver.js"
 | 
					        "semver": "bin/semver.js"
 | 
				
			||||||
| 
						 | 
					@ -2750,9 +2768,9 @@
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/make-dir/node_modules/semver": {
 | 
					    "node_modules/make-dir/node_modules/semver": {
 | 
				
			||||||
      "version": "7.7.1",
 | 
					      "version": "7.7.2",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.1.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
 | 
				
			||||||
      "integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==",
 | 
					      "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
 | 
				
			||||||
      "dev": true,
 | 
					      "dev": true,
 | 
				
			||||||
      "bin": {
 | 
					      "bin": {
 | 
				
			||||||
        "semver": "bin/semver.js"
 | 
					        "semver": "bin/semver.js"
 | 
				
			||||||
| 
						 | 
					@ -3419,9 +3437,9 @@
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/ts-patch/node_modules/semver": {
 | 
					    "node_modules/ts-patch/node_modules/semver": {
 | 
				
			||||||
      "version": "7.7.1",
 | 
					      "version": "7.7.2",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.1.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
 | 
				
			||||||
      "integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==",
 | 
					      "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
 | 
				
			||||||
      "dev": true,
 | 
					      "dev": true,
 | 
				
			||||||
      "bin": {
 | 
					      "bin": {
 | 
				
			||||||
        "semver": "bin/semver.js"
 | 
					        "semver": "bin/semver.js"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -13,6 +13,9 @@
 | 
				
			||||||
    "webidl2": "24.4.1",
 | 
					    "webidl2": "24.4.1",
 | 
				
			||||||
    "yaml": "2.7.1"
 | 
					    "yaml": "2.7.1"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
					  "overrides": {
 | 
				
			||||||
 | 
					    "globals": "13.24.0"
 | 
				
			||||||
 | 
					  },
 | 
				
			||||||
  "scripts": {
 | 
					  "scripts": {
 | 
				
			||||||
    "prepare": "ts-patch install -s",
 | 
					    "prepare": "ts-patch install -s",
 | 
				
			||||||
    "postinstall": "npm explore @typescript/dom-lib-generator -- tsc --typeRoots ../../@types",
 | 
					    "postinstall": "npm explore @typescript/dom-lib-generator -- tsc --typeRoots ../../@types",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue