Skip to content

Commit 0c2ed0f

Browse files
Merge remote-tracking branch 'origin/main' into beta-releases
2 parents 9ac1679 + 812d970 commit 0c2ed0f

File tree

97 files changed

+1771
-876
lines changed

Some content is hidden

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

97 files changed

+1771
-876
lines changed

THIRD-PARTY-NOTICES.md

Lines changed: 4 additions & 4 deletions
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 Mar 17 2024.
2+
This document was automatically generated on Mon Mar 18 2024.
33

44
## List of dependencies
55

@@ -246,7 +246,7 @@ This document was automatically generated on Sun Mar 17 2024.
246246
| **[ejson-shell-parser](#88e1a447c02d9ef3274034c023a5ebcec8188381b1bd951de7c57c140f7f3d4b)** | 2.0.1 | MIT |
247247
| **[electron-dl](#e97e034c7b93c63e7a433d75f6f1de3e0668764225ebbd61dbde8d1b55d6f3b7)** | 3.5.0 | MIT |
248248
| **[electron-squirrel-startup](#dcda22e402581a033ec2a017d6d05c094bf3173c1b03ae0471b2ce9078d3f601)** | 1.0.0 | Apache-2.0 |
249-
| **[electron](#57679565310025c14cb661f0144f4d7a546a13b033a51522ca20a3fe4c3d9c43)** | 28.2.5 | MIT |
249+
| **[electron](#48dc68a7cae0d8cb7b68405b921452da778d05f0adf9fe2397d8b267d4b8ace0)** | 28.2.7 | MIT |
250250
| **[encodeurl](#b89152db475e86531e570f87b45d8a51aa5e5d87d4cc3b960cee7b8febf1d26a)** | 1.0.2 | MIT |
251251
| **[end-of-stream](#fadc10994f5fa767d06fb25cfff35fb17a895daf3bc3477c782907668ed16563)** | 1.4.4 | MIT |
252252
| **[ensure-error](#3b1eba5276d89414cef21a1007e85c4f1d6749bf57b300e082ab23975a41dbc9)** | 3.0.1 | MIT |
@@ -20783,9 +20783,9 @@ License files:
2078320783
See the License for the specific language governing permissions and
2078420784
limitations under the License.
2078520785

20786-
<a id="57679565310025c14cb661f0144f4d7a546a13b033a51522ca20a3fe4c3d9c43"></a>
20786+
<a id="48dc68a7cae0d8cb7b68405b921452da778d05f0adf9fe2397d8b267d4b8ace0"></a>
2078720787

20788-
### [electron](https://www.npmjs.com/package/electron) (version 28.2.5)
20788+
### [electron](https://www.npmjs.com/package/electron) (version 28.2.7)
2078920789

2079020790
License tags: MIT
2079120791

configs/eslint-config-compass/plugin.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ module.exports = {
1717
'no-restricted-imports': 'off',
1818
'@typescript-eslint/no-restricted-imports': [
1919
'error',
20-
restrictedProviderImport('mongodb-data-service'),
2120
restrictedProviderImport('@mongodb-js/compass-logging'),
2221
restrictedProviderImport('@mongodb-js/compass-app-stores'),
2322
restrictedProviderImport('@mongodb-js/my-queries-storage'),

configs/webpack-config-compass/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"cli-progress": "^3.9.1",
7575
"core-js": "^3.17.3",
7676
"css-loader": "^4.3.0",
77-
"electron": "^28.2.5",
77+
"electron": "^28.2.7",
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)