Skip to content

Commit 7b49da0

Browse files
authored
chore: update dependencies MONGOSH-2125 (#522)
* chore: bump prettier to 3.5.3 * disable an outdated fetch test * chore: update gen-esm-wrapper to 1.1.3 * bump mongodb-js/monorepo-tools to 1.1.17 * chore: bump yargs to ^17.7.2 * chore: bump minimist to 1.2.8 * chore: bump semver to 7.7.1 * chore: bump debug to 4.4.0 * chore: bump chai to 4.5.0 * chore: bump depcheck to 1.4.7 * chore: bump why-is-node-running to 2.3.0 * chore: bump node-fetch to 2.7.0 * chore: bump acorn to 8.14.1 * chore: bump @types/mocha to 9.1.1
1 parent 17d74dc commit 7b49da0

File tree

146 files changed

+10218
-7664
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

146 files changed

+10218
-7664
lines changed

configs/eslint-config-devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"eslint-plugin-react-hooks": "^4.2.0"
2929
},
3030
"devDependencies": {
31-
"prettier": "2.3.2"
31+
"prettier": "^3.5.3"
3232
},
3333
"scripts": {
3434
"check": "npm run lint",

configs/mocha-config-devtools/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@
2222
"access": "public"
2323
},
2424
"devDependencies": {
25-
"@mongodb-js/prettier-config-devtools": "^1.0.0",
26-
"prettier": "^2.3.2",
25+
"@mongodb-js/prettier-config-devtools": "^1.0.1",
26+
"prettier": "^3.5.3",
2727
"react": ">=16"
2828
},
2929
"peerDependencies": {
3030
"react": ">=16"
3131
},
3232
"dependencies": {
3333
"@wojtekmaj/enzyme-adapter-react-17": "^0.8.0",
34-
"chai": "^4.3.4",
34+
"chai": "^4.5.0",
3535
"chai-dom": "^1.9.0",
3636
"chai-enzyme": "^1.0.0-beta.1",
3737
"enzyme": "^3.11.0",
@@ -41,6 +41,6 @@
4141
"react-16-node-hanging-test-fix": "^1.0.0",
4242
"sinon-chai": "^3.7.0",
4343
"ts-node": "^10.9.2",
44-
"why-is-node-running": "^2.2.2"
44+
"why-is-node-running": "^2.3.0"
4545
}
4646
}

configs/mocha-config-devtools/react.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ describe('mocha-config-devtools/react', function () {
1212
const tag = document.createElement('style');
1313
tag.appendChild(
1414
document.createTextNode(
15-
`@container compass-workspace-container (width < 900px){.test{display:none;}}`
16-
)
15+
`@container compass-workspace-container (width < 900px){.test{display:none;}}`,
16+
),
1717
);
1818
document.head.appendChild(tag);
1919
});

configs/mocha-config-devtools/register/why-node-running.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ exports.mochaHooks = {
88
const timeout = setTimeout(() => {
99
console.log(
1010
"if the process still running, run kill -SIGINFO %s to see what's keeping it",
11-
process.pid
11+
process.pid,
1212
);
1313
}, 10000);
1414
timeout.unref?.();

configs/prettier-config-devtools/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"license": "SSPL",
66
"main": "index.json",
77
"peerDependencies": {
8-
"prettier": "^2.3.2"
8+
"prettier": "^3.5.3"
99
},
1010
"devDependencies": {
11-
"prettier": "^2.3.2"
11+
"prettier": "^3.5.3"
1212
},
1313
"scripts": {
1414
"check": "npm run lint",

configs/tsconfig-devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"devDependencies": {
1414
"@mongodb-js/prettier-config-devtools": "^1.0.1",
15-
"prettier": "^2.3.2"
15+
"prettier": "^3.5.3"
1616
},
1717
"scripts": {
1818
"check": "npm run lint",

0 commit comments

Comments
 (0)