Skip to content

Commit 9b7682d

Browse files
committed
Merge branch 'main' into 1.36-releases
2 parents 53a999b + 78f026f commit 9b7682d

File tree

308 files changed

+15570
-7439
lines changed

Some content is hidden

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

308 files changed

+15570
-7439
lines changed

THIRD-PARTY-NOTICES.md

Lines changed: 135 additions & 73 deletions
Large diffs are not rendered by default.

configs/eslint-config-compass/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongodb-js/eslint-config-compass",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Shared Compass eslint configuration",
55
"license": "SSPL",
66
"main": "index.js",
@@ -15,9 +15,9 @@
1515
"dependencies": {
1616
"@babel/core": "^7.14.3",
1717
"@babel/eslint-parser": "^7.14.3",
18-
"@mongodb-js/eslint-plugin-compass": "^1.0.4",
19-
"@typescript-eslint/eslint-plugin": "^5.30.5",
20-
"@typescript-eslint/parser": "^5.30.5",
18+
"@mongodb-js/eslint-plugin-compass": "^1.0.5",
19+
"@typescript-eslint/eslint-plugin": "^5.59.0",
20+
"@typescript-eslint/parser": "^5.59.0",
2121
"eslint-config-prettier": "^8.3.0",
2222
"eslint-plugin-filename-rules": "^1.2.0",
2323
"eslint-plugin-jsx-a11y": "^6.4.1",

configs/eslint-plugin-compass/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"email": "[email protected]"
1414
},
1515
"homepage": "https://github.com/mongodb-js/compass",
16-
"version": "1.0.4",
16+
"version": "1.0.5",
1717
"repository": {
1818
"type": "git",
1919
"url": "https://github.com/mongodb-js/compass.git"
@@ -31,13 +31,13 @@
3131
"check": "npm run lint && npm run depcheck",
3232
"check-ci": "npm run check",
3333
"test": "mocha",
34-
"test-cov": "nyc -x \"**/*.spec.*\" --reporter=lcov --reporter=text --reporter=html npm run test",
34+
"test-cov": "nyc --compact=false --produce-source-map=false -x \"**/*.spec.*\" --reporter=lcov --reporter=text --reporter=html npm run test",
3535
"test-watch": "npm run test -- --watch",
3636
"test-ci": "npm run test-cov",
3737
"reformat": "npm run prettier -- --write . && npm run eslint . --fix"
3838
},
3939
"devDependencies": {
40-
"@mongodb-js/mocha-config-compass": "^1.1.0",
40+
"@mongodb-js/mocha-config-compass": "^1.1.1",
4141
"@mongodb-js/prettier-config-compass": "^1.0.0",
4242
"depcheck": "^1.4.1",
4343
"eslint": "^7.25.0",

configs/mocha-config-compass/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongodb-js/mocha-config-compass",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Shared mocha mocha configuration for Compass packages",
55
"license": "SSPL",
66
"main": "index.js",

configs/tsconfig-compass/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@mongodb-js/tsconfig-compass",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Shared Compass Typescript configuration",
55
"license": "SSPL",
66
"files": [
77
"tsconfig.common.json",
88
"tsconfig.react.json"
99
],
1010
"peerDependencies": {
11-
"typescript": "^4.8.3"
11+
"typescript": "^5.0.4"
1212
},
1313
"devDependencies": {
1414
"@mongodb-js/prettier-config-compass": "^1.0.0",

configs/webpack-config-compass/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"email": "[email protected]"
1414
},
1515
"homepage": "https://github.com/mongodb-js/compass",
16-
"version": "1.0.7",
16+
"version": "1.0.8",
1717
"repository": {
1818
"type": "git",
1919
"url": "https://github.com/mongodb-js/compass.git"
@@ -45,26 +45,26 @@
4545
"reformat": "npm run prettier -- --write . && npm run eslint . --fix"
4646
},
4747
"devDependencies": {
48-
"@mongodb-js/eslint-config-compass": "^1.0.4",
48+
"@mongodb-js/eslint-config-compass": "^1.0.5",
4949
"@mongodb-js/prettier-config-compass": "^1.0.0",
50-
"@mongodb-js/tsconfig-compass": "^1.0.1",
50+
"@mongodb-js/tsconfig-compass": "^1.0.2",
5151
"@types/cli-progress": "^3.9.2",
5252
"@types/html-webpack-plugin": "^3.2.6",
5353
"@types/mini-css-extract-plugin": "^2.3.0",
5454
"@types/webpack-bundle-analyzer": "^4.4.1",
5555
"depcheck": "^1.4.1",
5656
"eslint": "^7.25.0",
5757
"prettier": "^2.7.1",
58-
"typescript": "^4.8.3"
58+
"typescript": "^5.0.4"
5959
},
6060
"dependencies": {
61-
"@babel/core": "^7.18.6",
62-
"@babel/plugin-proposal-decorators": "^7.18.6",
63-
"@babel/plugin-transform-runtime": "^7.18.6",
64-
"@babel/preset-env": "^7.15.6",
61+
"@babel/core": "^7.21.4",
62+
"@babel/plugin-proposal-decorators": "^7.21.0",
63+
"@babel/plugin-transform-runtime": "^7.21.4",
64+
"@babel/preset-env": "^7.21.4",
6565
"@babel/preset-react": "^7.18.6",
66-
"@babel/preset-typescript": "^7.18.6",
67-
"@babel/runtime": "^7.18.6",
66+
"@babel/preset-typescript": "^7.21.4",
67+
"@babel/runtime": "^7.21.0",
6868
"@cerner/duplicate-package-checker-webpack-plugin": "^2.1.0",
6969
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
7070
"babel-loader": "^8.2.5",

configs/webpack-config-compass/src/loaders.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export const javascriptLoader = (args: ConfigArgs, web = false) => ({
9696
],
9797
[
9898
require.resolve('@babel/plugin-proposal-decorators'),
99-
{ legacy: true },
99+
{ version: '2023-01' },
100100
],
101101
args.coverage && [
102102
'istanbul',

0 commit comments

Comments
 (0)