Skip to content

Commit 7cd99cb

Browse files
authored
Merge pull request #2897 from github/dependabot/npm_and_yarn/extensions/ql-vscode/p-queue-7.4.1
Bump p-queue from 6.6.2 to 7.4.1 in /extensions/ql-vscode
2 parents a525499 + 21fd0cf commit 7cd99cb

File tree

4 files changed

+31
-51
lines changed

4 files changed

+31
-51
lines changed

extensions/ql-vscode/package-lock.json

Lines changed: 28 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extensions/ql-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2088,7 +2088,7 @@
20882088
"msw": "^0.0.0-fetch.rc-20",
20892089
"nanoid": "^5.0.1",
20902090
"node-fetch": "^2.6.7",
2091-
"p-queue": "^6.0.0",
2091+
"p-queue": "^7.4.1",
20922092
"react": "^18.2.0",
20932093
"react-dom": "^18.2.0",
20942094
"semver": "^7.5.2",

extensions/ql-vscode/test/unit-tests/jest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ const config: Config = {
182182
// An array of regexp pattern strings that are matched against all source file paths, matched files will skip transformation
183183
transformIgnorePatterns: [
184184
// These use ES modules, so need to be transformed
185-
"node_modules/(?!(?:@vscode/webview-ui-toolkit|@microsoft/.+|exenv-es6|nanoid)/.*)",
185+
"node_modules/(?!(?:@vscode/webview-ui-toolkit|@microsoft/.+|exenv-es6|nanoid|p-queue|p-timeout)/.*)",
186186
],
187187

188188
// An array of regexp pattern strings that are matched against all modules before the module loader will automatically return a mock for them

extensions/ql-vscode/test/vscode-tests/jest.config.base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ const config: Config = {
183183
// An array of regexp pattern strings that are matched against all source file paths, matched files will skip transformation
184184
transformIgnorePatterns: [
185185
// These use ES modules, so need to be transformed
186-
"node_modules/(?!(?:@vscode/webview-ui-toolkit|@microsoft/.+|exenv-es6|nanoid)/.*)",
186+
"node_modules/(?!(?:@vscode/webview-ui-toolkit|@microsoft/.+|exenv-es6|nanoid|p-queue|p-timeout)/.*)",
187187
],
188188

189189
// An array of regexp pattern strings that are matched against all modules before the module loader will automatically return a mock for them

0 commit comments

Comments
 (0)