Skip to content

Commit 1f45268

Browse files
committed
Merge remote-tracking branch 'origin/main' into 1.29-releases
2 parents 3df0060 + afd6f11 commit 1f45268

File tree

88 files changed

+1745
-1528
lines changed

Some content is hidden

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

88 files changed

+1745
-1528
lines changed

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 **compass**.
2-
This document was automatically generated on Fri Nov 19 2021.
2+
This document was automatically generated on Mon Nov 22 2021.
33

44
## List of dependencies
55

configs/eslint-config-compass/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongodb-js/eslint-config-compass",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Shared Compass eslint configuration",
55
"license": "SSPL",
66
"main": "index.js",
@@ -20,10 +20,10 @@
2020
"@typescript-eslint/eslint-plugin": "^4.28.4",
2121
"@typescript-eslint/parser": "^4.28.4",
2222
"eslint-config-prettier": "^8.3.0",
23-
"eslint-plugin-react-hooks": "^4.2.0",
2423
"eslint-plugin-jsx-a11y": "^6.4.1",
2524
"eslint-plugin-mocha": "^8.0.0",
26-
"eslint-plugin-react": "^7.24.0"
25+
"eslint-plugin-react": "^7.24.0",
26+
"eslint-plugin-react-hooks": "^4.2.0"
2727
},
2828
"devDependencies": {
2929
"prettier": "2.3.2"

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": "0.4.0",
3+
"version": "0.5.0",
44
"description": "Shared mocha mocha configuration for Compass packages",
55
"license": "SSPL",
66
"main": "index.js",
77
"devDependencies": {
8-
"@mongodb-js/prettier-config-compass": "^0.2.0",
8+
"@mongodb-js/prettier-config-compass": "^0.3.0",
99
"prettier": "2.3.2"
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": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Shared Compass prettier configuration",
55
"license": "SSPL",
66
"main": "index.json",

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": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Shared Compass Typescript configuration",
55
"license": "SSPL",
66
"files": [
@@ -11,7 +11,7 @@
1111
"typescript": "^4.3.5"
1212
},
1313
"devDependencies": {
14-
"@mongodb-js/prettier-config-compass": "^0.2.0",
14+
"@mongodb-js/prettier-config-compass": "^0.3.0",
1515
"prettier": "2.3.2"
1616
},
1717
"scripts": {

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": "0.2.0",
16+
"version": "0.3.0",
1717
"repository": {
1818
"type": "git",
1919
"url": "https://github.com/mongodb-js/compass.git"
@@ -46,9 +46,9 @@
4646
"reformat": "npm run prettier -- --write ."
4747
},
4848
"devDependencies": {
49-
"@mongodb-js/eslint-config-compass": "^0.3.0",
50-
"@mongodb-js/prettier-config-compass": "^0.2.0",
51-
"@mongodb-js/tsconfig-compass": "^0.2.0",
49+
"@mongodb-js/eslint-config-compass": "^0.4.0",
50+
"@mongodb-js/prettier-config-compass": "^0.3.0",
51+
"@mongodb-js/tsconfig-compass": "^0.3.0",
5252
"@types/cli-progress": "^3.9.2",
5353
"@types/html-webpack-plugin": "^3.2.6",
5454
"@types/mini-css-extract-plugin": "^2.3.0",

0 commit comments

Comments
 (0)