Skip to content

Commit 86e8a92

Browse files
authored
Merge branch 'main' into COMPASS-9448-diagram-json-export
2 parents 6c41226 + d5ea173 commit 86e8a92

File tree

33 files changed

+718
-340
lines changed

33 files changed

+718
-340
lines changed

THIRD-PARTY-NOTICES.md

Lines changed: 28 additions & 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 Thu Jun 19 2025.
2+
This document was automatically generated on Mon Jun 23 2025.
33

44
## List of dependencies
55

@@ -443,6 +443,7 @@ This document was automatically generated on Thu Jun 19 2025.
443443
| **[select](#12d30053a00882385c42a50004536696d477e8e694b047d6d39513947e5a39e9)** | 1.1.2 | MIT |
444444
| **[semver](#8b8f657069cf84b7ca932ab17eb24a0a55a8053ccd2a36c03185dadab64db3f8)** | 6.3.1 | ISC |
445445
| **[semver](#2c8b8c47dd7d24873eda4559b25851062c21d7584a396735b363f9bab626dd7b)** | 7.6.3 | ISC |
446+
| **[semver](#9820574a08f66349702b3a538cfb93136780250f98497b337bc415b68c8748d0)** | 7.7.2 | ISC |
446447
| **[send](#412cd4c4a8e6aaa433d5e67852c05a1e307fd4eb9dc362bdc30fa099313c24cb)** | 0.19.0 | MIT |
447448
| **[serve-static](#9a2d04a479ef9c6e990f1fb614478dea4368c040af707296400ff7f9bb68d30b)** | 1.16.2 | MIT |
448449
| **[setprototypeof](#7787a1d3bc2f39b65d75407d5d8d02d8ddb70f1cdb74897f15115e995fb64a56)** | 1.2.0 | ISC |
@@ -33891,6 +33892,32 @@ License tags: ISC
3389133892

3389233893
License files:
3389333894

33895+
- LICENSE:
33896+
33897+
The ISC License
33898+
33899+
Copyright (c) Isaac Z. Schlueter and Contributors
33900+
33901+
Permission to use, copy, modify, and/or distribute this software for any
33902+
purpose with or without fee is hereby granted, provided that the above
33903+
copyright notice and this permission notice appear in all copies.
33904+
33905+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
33906+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
33907+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
33908+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
33909+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
33910+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
33911+
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
33912+
33913+
<a id="9820574a08f66349702b3a538cfb93136780250f98497b337bc415b68c8748d0"></a>
33914+
33915+
### [semver](https://www.npmjs.com/package/semver) (version 7.7.2)
33916+
33917+
License tags: ISC
33918+
33919+
License files:
33920+
3389433921
- LICENSE:
3389533922

3389633923
The ISC License

configs/eslint-config-compass/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ const extraTsRules = {
2626
'@typescript-eslint/no-explicit-any': 'warn',
2727
'@typescript-eslint/no-base-to-string': 'warn',
2828
'@typescript-eslint/unbound-method': 'warn',
29-
'@typescript-eslint/no-duplicate-type-constituents': 'warn',
30-
'@typescript-eslint/no-unsafe-declaration-merging': 'warn',
3129
};
3230

3331
const tsRules = {

docs/tracking-plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
> the tracking plan for the specific Compass version you can use the following
77
> URL: `https://github.com/mongodb-js/compass/blob/<compass version>/docs/tracking-plan.md`
88
9-
Generated on Thu, Jun 19, 2025
9+
Generated on Mon, Jun 23, 2025
1010

1111
## Table of Contents
1212

0 commit comments

Comments
 (0)