@bigbinary/neeto-commons-frontend 4.13.142 → 4.13.144
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/configs/esbuild/plugins/stripSourcemaps.js +1 -1
- package/configs/esbuild/utils.js +1 -1
- package/dist/.ready +1 -1
- package/dist/cjs/initializers/honeybadger/constants.js +1 -1
- package/dist/cjs/initializers/honeybadger/constants.js.map +1 -1
- package/dist/initializers/honeybadger/constants.js +1 -1
- package/dist/initializers/honeybadger/constants.js.map +1 -1
- package/package.json +6 -6
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// To work around this, we strip `//# sourceMappingURL=...` comments from
|
|
12
12
|
// @bigbinary package files before esbuild sees them, preventing it from
|
|
13
13
|
// attempting the broken chaining. After the build, `fixSourcemaps` in utils.js
|
|
14
|
-
// correctly re-composes sourcemaps using @
|
|
14
|
+
// correctly re-composes sourcemaps using @jridgewell/remapping.
|
|
15
15
|
//
|
|
16
16
|
// Files handled by other onLoad plugins (e.g. preval handles i18n.js) are
|
|
17
17
|
// skipped since esbuild only allows one onLoad handler per file — those plugins
|
package/configs/esbuild/utils.js
CHANGED
|
@@ -4,7 +4,7 @@ const fs = require("fs");
|
|
|
4
4
|
const { execSync, spawn } = require("child_process");
|
|
5
5
|
const { pick } = require("ramda");
|
|
6
6
|
const { globSync } = require("glob");
|
|
7
|
-
const remapping = require("@
|
|
7
|
+
const remapping = require("@jridgewell/remapping");
|
|
8
8
|
const {
|
|
9
9
|
DEFAULT_VISUALIZER_TEMPLATE,
|
|
10
10
|
NODE_MODULES_PKG_REGEX,
|
package/dist/.ready
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Built at 2026-07-
|
|
1
|
+
Built at 2026-07-03T14:51:04.824Z
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var IGNORABLE_ERRORS_REGEX = new RegExp(["window.requestAnimationFrame", "ResizeObserver", "ChunkLoadError", "window.webkit.messageHandlers", "Request aborted", "Network Error", "Cannot redefine property: googletag", "Failed to execute 'removeChild' on 'Node'", "Failed to execute 'insertBefore' on 'Node'", "Can't find variable: disableWebkitEnterFullscreen", "rendererInterfaces is null", "Can't find variable: gmo", "Can't find variable: _AutofillCallbackHandler", "Uncaught NetworkError: Failed to execute 'importScripts' on 'WorkerGlobalScope': The script at 'blob:.*' failed to load.", "Can't find variable: zaloJSV2", "zaloJSV2 is not defined", "Can't find variable: __firefox__", "__firefox__ is not defined", "window\\.__firefox__\\.reader", "window\\.__firefox__\\.refresh_youtube_quality_", "Importing a module script failed", "Failed to fetch dynamically imported module", "Cross-origin script load denied by Cross-Origin Resource Sharing policy", "Unexpected token '='", "e\\.backends is (null|undefined)", "Failed to execute 'importScripts' on 'WorkerGlobalScope':.*monaco-editor.*workerMain.js", "window\\.ethereum\\.selectedAddress"].join("|"));
|
|
4
|
-
var IGNORABLE_STACKS_REGEX = new RegExp(["chrome-extension://", "js-agent.newrelic.com", "cdn.inspectlet.com"].join("|"));
|
|
4
|
+
var IGNORABLE_STACKS_REGEX = new RegExp(["chrome-extension://", "js-agent.newrelic.com", "cdn.inspectlet.com", "static.cloudflareinsights.com"].join("|"));
|
|
5
5
|
var IGNORABLE_ERROR_NAMES_REGEX = /(ChunkLoadError)/;
|
|
6
6
|
|
|
7
7
|
exports.IGNORABLE_ERRORS_REGEX = IGNORABLE_ERRORS_REGEX;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.js","sources":["../../../../src/initializers/honeybadger/constants.js"],"sourcesContent":["export const IGNORABLE_ERRORS_REGEX = new RegExp(\n [\n \"window.requestAnimationFrame\",\n \"ResizeObserver\",\n \"ChunkLoadError\",\n \"window.webkit.messageHandlers\",\n \"Request aborted\",\n \"Network Error\",\n \"Cannot redefine property: googletag\",\n \"Failed to execute 'removeChild' on 'Node'\",\n \"Failed to execute 'insertBefore' on 'Node'\",\n \"Can't find variable: disableWebkitEnterFullscreen\",\n \"rendererInterfaces is null\",\n \"Can't find variable: gmo\",\n \"Can't find variable: _AutofillCallbackHandler\",\n \"Uncaught NetworkError: Failed to execute 'importScripts' on 'WorkerGlobalScope': The script at 'blob:.*' failed to load.\",\n \"Can't find variable: zaloJSV2\",\n \"zaloJSV2 is not defined\",\n \"Can't find variable: __firefox__\",\n \"__firefox__ is not defined\",\n \"window\\\\.__firefox__\\\\.reader\",\n \"window\\\\.__firefox__\\\\.refresh_youtube_quality_\",\n \"Importing a module script failed\",\n \"Failed to fetch dynamically imported module\",\n \"Cross-origin script load denied by Cross-Origin Resource Sharing policy\",\n \"Unexpected token '='\",\n \"e\\\\.backends is (null|undefined)\",\n \"Failed to execute 'importScripts' on 'WorkerGlobalScope':.*monaco-editor.*workerMain.js\",\n \"window\\\\.ethereum\\\\.selectedAddress\",\n ].join(\"|\")\n);\n\nexport const IGNORABLE_STACKS_REGEX = new RegExp(\n [\"chrome-extension://\"
|
|
1
|
+
{"version":3,"file":"constants.js","sources":["../../../../src/initializers/honeybadger/constants.js"],"sourcesContent":["export const IGNORABLE_ERRORS_REGEX = new RegExp(\n [\n \"window.requestAnimationFrame\",\n \"ResizeObserver\",\n \"ChunkLoadError\",\n \"window.webkit.messageHandlers\",\n \"Request aborted\",\n \"Network Error\",\n \"Cannot redefine property: googletag\",\n \"Failed to execute 'removeChild' on 'Node'\",\n \"Failed to execute 'insertBefore' on 'Node'\",\n \"Can't find variable: disableWebkitEnterFullscreen\",\n \"rendererInterfaces is null\",\n \"Can't find variable: gmo\",\n \"Can't find variable: _AutofillCallbackHandler\",\n \"Uncaught NetworkError: Failed to execute 'importScripts' on 'WorkerGlobalScope': The script at 'blob:.*' failed to load.\",\n \"Can't find variable: zaloJSV2\",\n \"zaloJSV2 is not defined\",\n \"Can't find variable: __firefox__\",\n \"__firefox__ is not defined\",\n \"window\\\\.__firefox__\\\\.reader\",\n \"window\\\\.__firefox__\\\\.refresh_youtube_quality_\",\n \"Importing a module script failed\",\n \"Failed to fetch dynamically imported module\",\n \"Cross-origin script load denied by Cross-Origin Resource Sharing policy\",\n \"Unexpected token '='\",\n \"e\\\\.backends is (null|undefined)\",\n \"Failed to execute 'importScripts' on 'WorkerGlobalScope':.*monaco-editor.*workerMain.js\",\n \"window\\\\.ethereum\\\\.selectedAddress\",\n ].join(\"|\")\n);\n\nexport const IGNORABLE_STACKS_REGEX = new RegExp(\n [\n \"chrome-extension://\",\n \"js-agent.newrelic.com\",\n \"cdn.inspectlet.com\",\n \"static.cloudflareinsights.com\",\n ].join(\"|\")\n);\n\nexport const IGNORABLE_ERROR_NAMES_REGEX = /(ChunkLoadError)/;\n"],"names":["IGNORABLE_ERRORS_REGEX","RegExp","join","IGNORABLE_STACKS_REGEX","IGNORABLE_ERROR_NAMES_REGEX"],"mappings":";;AAAO,IAAMA,sBAAsB,GAAG,IAAIC,MAAM,CAC9C,CACE,8BAA8B,EAC9B,gBAAgB,EAChB,gBAAgB,EAChB,+BAA+B,EAC/B,iBAAiB,EACjB,eAAe,EACf,qCAAqC,EACrC,2CAA2C,EAC3C,4CAA4C,EAC5C,mDAAmD,EACnD,4BAA4B,EAC5B,0BAA0B,EAC1B,+CAA+C,EAC/C,0HAA0H,EAC1H,+BAA+B,EAC/B,yBAAyB,EACzB,kCAAkC,EAClC,4BAA4B,EAC5B,+BAA+B,EAC/B,iDAAiD,EACjD,kCAAkC,EAClC,6CAA6C,EAC7C,yEAAyE,EACzE,sBAAsB,EACtB,kCAAkC,EAClC,yFAAyF,EACzF,qCAAqC,CACtC,CAACC,IAAI,CAAC,GAAG,CACZ;AAEO,IAAMC,sBAAsB,GAAG,IAAIF,MAAM,CAC9C,CACE,qBAAqB,EACrB,uBAAuB,EACvB,oBAAoB,EACpB,+BAA+B,CAChC,CAACC,IAAI,CAAC,GAAG,CACZ;AAEO,IAAME,2BAA2B,GAAG;;;;;;"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
var IGNORABLE_ERRORS_REGEX = new RegExp(["window.requestAnimationFrame", "ResizeObserver", "ChunkLoadError", "window.webkit.messageHandlers", "Request aborted", "Network Error", "Cannot redefine property: googletag", "Failed to execute 'removeChild' on 'Node'", "Failed to execute 'insertBefore' on 'Node'", "Can't find variable: disableWebkitEnterFullscreen", "rendererInterfaces is null", "Can't find variable: gmo", "Can't find variable: _AutofillCallbackHandler", "Uncaught NetworkError: Failed to execute 'importScripts' on 'WorkerGlobalScope': The script at 'blob:.*' failed to load.", "Can't find variable: zaloJSV2", "zaloJSV2 is not defined", "Can't find variable: __firefox__", "__firefox__ is not defined", "window\\.__firefox__\\.reader", "window\\.__firefox__\\.refresh_youtube_quality_", "Importing a module script failed", "Failed to fetch dynamically imported module", "Cross-origin script load denied by Cross-Origin Resource Sharing policy", "Unexpected token '='", "e\\.backends is (null|undefined)", "Failed to execute 'importScripts' on 'WorkerGlobalScope':.*monaco-editor.*workerMain.js", "window\\.ethereum\\.selectedAddress"].join("|"));
|
|
2
|
-
var IGNORABLE_STACKS_REGEX = new RegExp(["chrome-extension://", "js-agent.newrelic.com", "cdn.inspectlet.com"].join("|"));
|
|
2
|
+
var IGNORABLE_STACKS_REGEX = new RegExp(["chrome-extension://", "js-agent.newrelic.com", "cdn.inspectlet.com", "static.cloudflareinsights.com"].join("|"));
|
|
3
3
|
var IGNORABLE_ERROR_NAMES_REGEX = /(ChunkLoadError)/;
|
|
4
4
|
|
|
5
5
|
export { IGNORABLE_ERRORS_REGEX, IGNORABLE_ERROR_NAMES_REGEX, IGNORABLE_STACKS_REGEX };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.js","sources":["../../../src/initializers/honeybadger/constants.js"],"sourcesContent":["export const IGNORABLE_ERRORS_REGEX = new RegExp(\n [\n \"window.requestAnimationFrame\",\n \"ResizeObserver\",\n \"ChunkLoadError\",\n \"window.webkit.messageHandlers\",\n \"Request aborted\",\n \"Network Error\",\n \"Cannot redefine property: googletag\",\n \"Failed to execute 'removeChild' on 'Node'\",\n \"Failed to execute 'insertBefore' on 'Node'\",\n \"Can't find variable: disableWebkitEnterFullscreen\",\n \"rendererInterfaces is null\",\n \"Can't find variable: gmo\",\n \"Can't find variable: _AutofillCallbackHandler\",\n \"Uncaught NetworkError: Failed to execute 'importScripts' on 'WorkerGlobalScope': The script at 'blob:.*' failed to load.\",\n \"Can't find variable: zaloJSV2\",\n \"zaloJSV2 is not defined\",\n \"Can't find variable: __firefox__\",\n \"__firefox__ is not defined\",\n \"window\\\\.__firefox__\\\\.reader\",\n \"window\\\\.__firefox__\\\\.refresh_youtube_quality_\",\n \"Importing a module script failed\",\n \"Failed to fetch dynamically imported module\",\n \"Cross-origin script load denied by Cross-Origin Resource Sharing policy\",\n \"Unexpected token '='\",\n \"e\\\\.backends is (null|undefined)\",\n \"Failed to execute 'importScripts' on 'WorkerGlobalScope':.*monaco-editor.*workerMain.js\",\n \"window\\\\.ethereum\\\\.selectedAddress\",\n ].join(\"|\")\n);\n\nexport const IGNORABLE_STACKS_REGEX = new RegExp(\n [\"chrome-extension://\"
|
|
1
|
+
{"version":3,"file":"constants.js","sources":["../../../src/initializers/honeybadger/constants.js"],"sourcesContent":["export const IGNORABLE_ERRORS_REGEX = new RegExp(\n [\n \"window.requestAnimationFrame\",\n \"ResizeObserver\",\n \"ChunkLoadError\",\n \"window.webkit.messageHandlers\",\n \"Request aborted\",\n \"Network Error\",\n \"Cannot redefine property: googletag\",\n \"Failed to execute 'removeChild' on 'Node'\",\n \"Failed to execute 'insertBefore' on 'Node'\",\n \"Can't find variable: disableWebkitEnterFullscreen\",\n \"rendererInterfaces is null\",\n \"Can't find variable: gmo\",\n \"Can't find variable: _AutofillCallbackHandler\",\n \"Uncaught NetworkError: Failed to execute 'importScripts' on 'WorkerGlobalScope': The script at 'blob:.*' failed to load.\",\n \"Can't find variable: zaloJSV2\",\n \"zaloJSV2 is not defined\",\n \"Can't find variable: __firefox__\",\n \"__firefox__ is not defined\",\n \"window\\\\.__firefox__\\\\.reader\",\n \"window\\\\.__firefox__\\\\.refresh_youtube_quality_\",\n \"Importing a module script failed\",\n \"Failed to fetch dynamically imported module\",\n \"Cross-origin script load denied by Cross-Origin Resource Sharing policy\",\n \"Unexpected token '='\",\n \"e\\\\.backends is (null|undefined)\",\n \"Failed to execute 'importScripts' on 'WorkerGlobalScope':.*monaco-editor.*workerMain.js\",\n \"window\\\\.ethereum\\\\.selectedAddress\",\n ].join(\"|\")\n);\n\nexport const IGNORABLE_STACKS_REGEX = new RegExp(\n [\n \"chrome-extension://\",\n \"js-agent.newrelic.com\",\n \"cdn.inspectlet.com\",\n \"static.cloudflareinsights.com\",\n ].join(\"|\")\n);\n\nexport const IGNORABLE_ERROR_NAMES_REGEX = /(ChunkLoadError)/;\n"],"names":["IGNORABLE_ERRORS_REGEX","RegExp","join","IGNORABLE_STACKS_REGEX","IGNORABLE_ERROR_NAMES_REGEX"],"mappings":"AAAO,IAAMA,sBAAsB,GAAG,IAAIC,MAAM,CAC9C,CACE,8BAA8B,EAC9B,gBAAgB,EAChB,gBAAgB,EAChB,+BAA+B,EAC/B,iBAAiB,EACjB,eAAe,EACf,qCAAqC,EACrC,2CAA2C,EAC3C,4CAA4C,EAC5C,mDAAmD,EACnD,4BAA4B,EAC5B,0BAA0B,EAC1B,+CAA+C,EAC/C,0HAA0H,EAC1H,+BAA+B,EAC/B,yBAAyB,EACzB,kCAAkC,EAClC,4BAA4B,EAC5B,+BAA+B,EAC/B,iDAAiD,EACjD,kCAAkC,EAClC,6CAA6C,EAC7C,yEAAyE,EACzE,sBAAsB,EACtB,kCAAkC,EAClC,yFAAyF,EACzF,qCAAqC,CACtC,CAACC,IAAI,CAAC,GAAG,CACZ;AAEO,IAAMC,sBAAsB,GAAG,IAAIF,MAAM,CAC9C,CACE,qBAAqB,EACrB,uBAAuB,EACvB,oBAAoB,EACpB,+BAA+B,CAChC,CAACC,IAAI,CAAC,GAAG,CACZ;AAEO,IAAME,2BAA2B,GAAG;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-commons-frontend",
|
|
3
|
-
"version": "4.13.
|
|
3
|
+
"version": "4.13.144",
|
|
4
4
|
"description": "A package encapsulating common code across neeto projects including initializers, utility functions, common components and hooks and so on.",
|
|
5
5
|
"repository": "git@github.com:bigbinary/neeto-commons-frontend.git",
|
|
6
6
|
"author": "Amaljith K <amaljith.k@bigbinary.com>",
|
|
@@ -99,7 +99,6 @@
|
|
|
99
99
|
"src/translations"
|
|
100
100
|
],
|
|
101
101
|
"devDependencies": {
|
|
102
|
-
"@ampproject/remapping": "^2.3.0",
|
|
103
102
|
"@babel/cli": "^7.23.0",
|
|
104
103
|
"@babel/core": "7.29.7",
|
|
105
104
|
"@babel/eslint-parser": "7.25.9",
|
|
@@ -117,11 +116,11 @@
|
|
|
117
116
|
"@bigbinary/neeto-atoms": "1.0.90",
|
|
118
117
|
"@bigbinary/neeto-audit-frontend": "2.5.1",
|
|
119
118
|
"@bigbinary/neeto-cist": "1.0.17",
|
|
120
|
-
"@bigbinary/neeto-commons-frontend": "4.13.
|
|
119
|
+
"@bigbinary/neeto-commons-frontend": "4.13.141",
|
|
121
120
|
"@bigbinary/neeto-editor": "1.47.120",
|
|
122
121
|
"@bigbinary/neeto-hotkeys": "1.0.9",
|
|
123
122
|
"@bigbinary/neeto-icons": "1.20.89",
|
|
124
|
-
"@bigbinary/neeto-molecules": "5.2.
|
|
123
|
+
"@bigbinary/neeto-molecules": "5.2.6",
|
|
125
124
|
"@bigbinary/neeto-time-zones": "0.8.26",
|
|
126
125
|
"@bigbinary/neetoui": "8.8.3",
|
|
127
126
|
"@eslint/compat": "^1.2.8",
|
|
@@ -130,6 +129,7 @@
|
|
|
130
129
|
"@faker-js/faker": "8.2.0",
|
|
131
130
|
"@honeybadger-io/js": "6.10.1",
|
|
132
131
|
"@honeybadger-io/react": "6.1.25",
|
|
132
|
+
"@jridgewell/remapping": "^2.3.5",
|
|
133
133
|
"@modyfi/vite-plugin-yaml": "^1.1.0",
|
|
134
134
|
"@rails/actioncable": "8.1.200",
|
|
135
135
|
"@rollup/plugin-alias": "5.0.1",
|
|
@@ -250,11 +250,11 @@
|
|
|
250
250
|
"@bigbinary/eslint-plugin-neeto": "1.8.0",
|
|
251
251
|
"@bigbinary/neeto-atoms": "1.0.90",
|
|
252
252
|
"@bigbinary/neeto-cist": "1.0.17",
|
|
253
|
-
"@bigbinary/neeto-commons-frontend": "4.13.
|
|
253
|
+
"@bigbinary/neeto-commons-frontend": "4.13.141",
|
|
254
254
|
"@bigbinary/neeto-editor": "1.47.120",
|
|
255
255
|
"@bigbinary/neeto-hotkeys": "1.0.9",
|
|
256
256
|
"@bigbinary/neeto-icons": "1.20.89",
|
|
257
|
-
"@bigbinary/neeto-molecules": "5.2.
|
|
257
|
+
"@bigbinary/neeto-molecules": "5.2.6",
|
|
258
258
|
"@bigbinary/neeto-time-zones": "0.8.26",
|
|
259
259
|
"@bigbinary/neetoui": "8.8.3",
|
|
260
260
|
"@faker-js/faker": "8.2.0",
|