Skip to content

Commit 83bb136

Browse files
committed
Merge branch 'main' into 1.34-releases
2 parents ce09178 + abddc77 commit 83bb136

File tree

359 files changed

+11173
-9415
lines changed

Some content is hidden

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

359 files changed

+11173
-9415
lines changed

.depalignrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@
131131
"less-loader": ["^10.0.1"],
132132
"babel-loader": ["^7.1.5"],
133133
"@babel/core": ["7.16.0"],
134+
"@babel/parser": ["7.16.0"],
134135
"js-yaml": ["^3.13.1"]
135136
}
136137
}

.github/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ changelog:
22
exclude:
33
labels:
44
- feature flagged
5+
- no release notes
56
categories:
67
- title: New Features
78
labels:

.github/workflows/release-notes-labels.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
# - if the title starts with `feat` or `fix` adds the label (`feat`, `fix`) used
33
# by the release notes to include the PR in the appropriate section.
44
# - each PR that is a `feat` or `fix` must also include either a
5-
# `feature flagged` or `release notes` label, PRs that have the `feature flagged`
6-
# label will not be included in the release notes.
5+
# `feature flagged`, `no release notes` or `release notes` label, PRs that have
6+
# the `feature flagged` or `no release notes` label will not be included in
7+
# the release notes.
78
#
89
name: Release Notes - Labels
910
on:
@@ -62,4 +63,4 @@ jobs:
6263
with:
6364
mode: minimum
6465
count: 1
65-
labels: "feature flagged, release notes"
66+
labels: "feature flagged, no release notes, release notes"

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 Mon Oct 10 2022.
2+
This document was automatically generated on Thu Oct 20 2022.
33

44
## List of dependencies
55

configs/webpack-config-compass/src/externals.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ export const pluginExternals: string[] = [
4141
'react',
4242
// Arbitrary external dependencies that would make sense to keep out of the
4343
// plugin bundles, feel free to update this as needed
44-
'mongodb-ace-autocompleter',
44+
'@mongodb-js/mongodb-constants',
4545
'bson',
4646
];

package-lock.json

Lines changed: 1508 additions & 1449 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/ace-mode/.gitignore

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)