Skip to content

Commit f51f7b9

Browse files
Merge remote-tracking branch 'origin/beta-releases' into ga-releases
2 parents ee49d0a + ac94592 commit f51f7b9

File tree

177 files changed

+5964
-3575
lines changed

Some content is hidden

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

177 files changed

+5964
-3575
lines changed

.evergreen.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
unset_function_vars: true
12
stepback: false
23
exec_timeout_secs: 5400
34
ignore:
@@ -6,4 +7,4 @@ ignore:
67
include:
78
- filename: .evergreen/functions.yml
89
- filename: .evergreen/tasks.yml
9-
- filename: .evergreen/buildvariants.yml
10+
- filename: .evergreen/buildvariants.yml

.evergreen/functions.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ variables:
3737
EVERGREEN_TASK_URL: https://evergreen.mongodb.com/task/${task_id}
3838
EVERGREEN_VERSION_ID: ${version_id}
3939
EVERGREEN_WORKDIR: ${workdir}
40+
# WARN: This version is behind our electron runtime, but updating it will
41+
# drop support for some older linux platforms, so we are keeping them out of
42+
# sync for now
43+
# TODO: https://jira.mongodb.org/browse/COMPASS-6915
4044
NODE_JS_VERSION: '16.17.0'
4145
NPM_VERSION: '8.19.4'
4246
# secrets

THIRD-PARTY-NOTICES.md

Lines changed: 46 additions & 180 deletions
Large diffs are not rendered by default.

configs/eslint-config-compass/package.json

Lines changed: 2 additions & 2 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.7",
3+
"version": "1.0.8",
44
"description": "Shared Compass eslint configuration",
55
"license": "SSPL",
66
"main": "index.js",
@@ -16,7 +16,7 @@
1616
"@babel/core": "^7.21.4",
1717
"@babel/eslint-parser": "^7.14.3",
1818
"@mongodb-js/eslint-config-devtools": "^0.9.9",
19-
"@mongodb-js/eslint-plugin-compass": "^1.0.7",
19+
"@mongodb-js/eslint-plugin-compass": "^1.0.8",
2020
"@typescript-eslint/eslint-plugin": "^5.59.0",
2121
"@typescript-eslint/parser": "^5.59.0",
2222
"eslint-config-prettier": "^8.3.0",

configs/eslint-plugin-compass/package.json

Lines changed: 2 additions & 2 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"
@@ -37,7 +37,7 @@
3737
"reformat": "npm run prettier -- --write . && npm run eslint . --fix"
3838
},
3939
"devDependencies": {
40-
"@mongodb-js/mocha-config-compass": "^1.2.1",
40+
"@mongodb-js/mocha-config-compass": "^1.3.0",
4141
"@mongodb-js/prettier-config-compass": "^1.0.1",
4242
"depcheck": "^1.4.1",
4343
"eslint": "^7.25.0",

configs/mocha-config-compass/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongodb-js/mocha-config-compass",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"description": "Shared mocha mocha configuration for Compass packages",
55
"license": "SSPL",
66
"main": "index.js",
@@ -25,7 +25,7 @@
2525
},
2626
"dependencies": {
2727
"@mongodb-js/mocha-config-devtools": "^1.0.0",
28-
"@electron/remote": "^2.0.10",
28+
"@electron/remote": "^2.0.11",
2929
"@wojtekmaj/enzyme-adapter-react-17": "^0.8.0",
3030
"chai": "^4.3.4",
3131
"chai-dom": "^1.9.0",

configs/webpack-config-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.1.1",
16+
"version": "1.1.2",
1717
"repository": {
1818
"type": "git",
1919
"url": "https://github.com/mongodb-js/compass.git"
@@ -45,7 +45,7 @@
4545
"reformat": "npm run prettier -- --write . && npm run eslint . --fix"
4646
},
4747
"devDependencies": {
48-
"@mongodb-js/eslint-config-compass": "^1.0.7",
48+
"@mongodb-js/eslint-config-compass": "^1.0.8",
4949
"@mongodb-js/prettier-config-compass": "^1.0.1",
5050
"@mongodb-js/tsconfig-compass": "^1.0.3",
5151
"@types/cli-progress": "^3.9.2",
@@ -74,7 +74,7 @@
7474
"cli-progress": "^3.9.1",
7575
"core-js": "^3.17.3",
7676
"css-loader": "^4.3.0",
77-
"electron": "^23.3.12",
77+
"electron": "^24.8.2",
7878
"html-webpack-plugin": "^5.3.2",
7979
"less-loader": "^10.0.1",
8080
"mini-css-extract-plugin": "^2.3.0",

0 commit comments

Comments
 (0)