Skip to content

Commit 504dc22

Browse files
Merge remote-tracking branch 'origin/main' into beta-releases
2 parents bda4eac + ac1aa39 commit 504dc22

File tree

170 files changed

+6055
-2829
lines changed

Some content is hidden

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

170 files changed

+6055
-2829
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ name: "CodeQL"
1414
on:
1515
push:
1616
branches: [ "main", '*-releases' ]
17+
tags: [ 'v*' ]
1718
pull_request:
1819
# The branches below must be a subset of the branches above
1920
branches: [ "main" ]
@@ -53,7 +54,7 @@ jobs:
5354
# Prefix the list here with "+" to use these queries and those in the config file.
5455

5556
# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
56-
queries: security-extended,security-and-quality
57+
queries: security-extended
5758
config: |
5859
paths-ignore:
5960
- '**/*.test.js'

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,4 @@ Hao <[email protected]>
8383
Paula Stachova <[email protected]>
8484
8585
86+
Alena Khineika <[email protected]>

THIRD-PARTY-NOTICES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
The following third-party software is used by and included in **Mongodb Compass**.
2-
This document was automatically generated on Sun Apr 28 2024.
2+
This document was automatically generated on Tue Apr 30 2024.
33

44
## List of dependencies
55

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.1.0",
3+
"version": "1.1.1",
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.16",
19+
"@mongodb-js/eslint-plugin-compass": "^1.0.17",
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: 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.16",
16+
"version": "1.0.17",
1717
"repository": {
1818
"type": "git",
1919
"url": "https://github.com/mongodb-js/compass.git"
@@ -37,8 +37,8 @@
3737
"reformat": "npm run eslint . -- --fix && npm run prettier -- --write ."
3838
},
3939
"devDependencies": {
40-
"@mongodb-js/mocha-config-compass": "^1.3.8",
41-
"@mongodb-js/prettier-config-compass": "^1.0.1",
40+
"@mongodb-js/mocha-config-compass": "^1.3.9",
41+
"@mongodb-js/prettier-config-compass": "^1.0.2",
4242
"depcheck": "^1.4.1",
4343
"eslint": "^7.25.0",
4444
"mocha": "^10.2.0",

configs/mocha-config-compass/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@mongodb-js/mocha-config-compass",
3-
"version": "1.3.8",
3+
"version": "1.3.9",
44
"description": "Shared mocha mocha configuration for Compass packages",
55
"license": "SSPL",
66
"main": "index.js",
77
"devDependencies": {
8-
"@mongodb-js/prettier-config-compass": "^1.0.1",
8+
"@mongodb-js/prettier-config-compass": "^1.0.2",
99
"prettier": "^2.7.1"
1010
},
1111
"scripts": {

configs/prettier-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/prettier-config-compass",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Shared Compass prettier configuration",
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,6 +1,6 @@
11
{
22
"name": "@mongodb-js/tsconfig-compass",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Shared Compass Typescript configuration",
55
"license": "SSPL",
66
"files": [
@@ -11,7 +11,7 @@
1111
"typescript": "^5.0.4"
1212
},
1313
"devDependencies": {
14-
"@mongodb-js/prettier-config-compass": "^1.0.1",
14+
"@mongodb-js/prettier-config-compass": "^1.0.2",
1515
"prettier": "^2.7.1"
1616
},
1717
"dependencies": {

configs/webpack-config-compass/package.json

Lines changed: 4 additions & 4 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.3.6",
16+
"version": "1.3.7",
1717
"repository": {
1818
"type": "git",
1919
"url": "https://github.com/mongodb-js/compass.git"
@@ -45,9 +45,9 @@
4545
"reformat": "npm run eslint . -- --fix && npm run prettier -- --write ."
4646
},
4747
"devDependencies": {
48-
"@mongodb-js/eslint-config-compass": "^1.1.0",
49-
"@mongodb-js/prettier-config-compass": "^1.0.1",
50-
"@mongodb-js/tsconfig-compass": "^1.0.3",
48+
"@mongodb-js/eslint-config-compass": "^1.1.1",
49+
"@mongodb-js/prettier-config-compass": "^1.0.2",
50+
"@mongodb-js/tsconfig-compass": "^1.0.4",
5151
"@types/cli-progress": "^3.9.2",
5252
"@types/html-webpack-plugin": "^3.2.6",
5353
"@types/mini-css-extract-plugin": "^2.3.0",

0 commit comments

Comments
 (0)