Skip to content

Commit a4c2a50

Browse files
committed
fix: dropped support for q library (#1377)
ref INSTA-786 https://www.npmjs.com/package/q
1 parent 0b05672 commit a4c2a50

File tree

4 files changed

+1
-45
lines changed

4 files changed

+1
-45
lines changed

Diff for: currencies.json

-12
Original file line numberDiff line numberDiff line change
@@ -779,18 +779,6 @@
779779
"deprecated": true,
780780
"core": false
781781
},
782-
{
783-
"name": "q",
784-
"policy": "45-days",
785-
"lastSupportedVersion": "",
786-
"latestVersion": "",
787-
"cloudNative": false,
788-
"isBeta": false,
789-
"ignoreUpdates": false,
790-
"note": "",
791-
"deprecated": true,
792-
"core": false
793-
},
794782
{
795783
"name": "prisma",
796784
"policy": "45-days",

Diff for: packages/core/src/tracing/index.js

-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ let instrumentations = [
5151
'./instrumentation/control_flow/bluebird',
5252
'./instrumentation/control_flow/clsHooked',
5353
'./instrumentation/control_flow/graphqlSubscriptions',
54-
'./instrumentation/control_flow/q',
5554
'./instrumentation/database/elasticsearch',
5655
'./instrumentation/database/ioredis',
5756
'./instrumentation/database/memcached',

Diff for: packages/core/src/tracing/instrumentation/control_flow/q.js

-30
This file was deleted.

Diff for: packages/core/src/util/initializedTooLateHeuristic.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ let patterns = [
6969
/\/superagent\/lib\/node\/index.js/,
7070
/\/@smithy\/smithy-client\//,
7171
/\/request\/index.js/,
72-
/\/@apollo\/federation\/dist\//,
73-
/\/q\/q.js/
72+
/\/@apollo\/federation\/dist\//
7473
];
7574

7675
const extraPatterns = [

0 commit comments

Comments
 (0)