Skip to content

Commit 683f700

Browse files
Merge remote-tracking branch 'origin/beta-releases' into ga-releases
2 parents 4649eea + 741da8b commit 683f700

File tree

297 files changed

+8128
-10770
lines changed

Some content is hidden

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

297 files changed

+8128
-10770
lines changed

.depalignrc.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@
66
"^4.3.1"
77
],
88
"semver": [
9-
"^7.1.1",
10-
"^5.4.1",
11-
"^5.1.0",
12-
"^5.7.1",
13-
"^7.3.5",
9+
"^5.7.2",
1410
"^7.6.0"
1511
],
1612
"eslint-config-mongodb-js": [

.github/dependabot.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,6 @@ updates:
3939
- "system-ca"
4040
- "saslprep"
4141

42-
electron:
43-
patterns:
44-
- "electron"
45-
- "@electron/remote"
46-
- "@electron/rebuild"
47-
- "browserslist"
48-
- "node-abi"
49-
update-types: ["minor", "patch"]
50-
5142
devtools-shared-prod:
5243
patterns:
5344
- "@mongodb-js/get-os-info"

.github/workflows/authors-and-third-party-notices.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ jobs:
2323
fetch-depth: '0'
2424

2525

26-
- uses: actions/setup-node@v2
26+
- uses: actions/setup-node@v3
2727
with:
28-
node-version: ^16.20.2
28+
node-version: 18.19.1
2929
cache: 'npm'
3030

31-
- name: Install npm@8
31+
- name: Install npm@10.2.4
3232
run: |
33-
npm install -g npm@8
33+
npm install -g npm@10.2.4
3434
3535
- name: Install Dependencies
3636
run: |
@@ -44,7 +44,8 @@ jobs:
4444
run: npm run update-third-party-notices
4545

4646
- name: Create Pull Request
47-
uses: peter-evans/create-pull-request@v4
47+
id: cpr
48+
uses: peter-evans/create-pull-request@v6
4849
with:
4950
commit-message: Update report
5051
branch: ci/update-3rd-party-notices-and-authors

.github/workflows/bump-packages.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ jobs:
2424
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
2525
git config --local user.name "github-actions[bot]"
2626
27-
- uses: actions/setup-node@v2
27+
- uses: actions/setup-node@v3
2828
with:
29-
node-version: ^16.20.2
29+
node-version: 18.19.1
3030
cache: 'npm'
3131

32-
- name: Install npm@8.19.4
32+
- name: Install npm@10.2.4
3333
run: |
34-
npm install -g npm@8.19.4
34+
npm install -g npm@10.2.4
3535
3636
- name: Install Dependencies
3737
run: |
@@ -49,7 +49,7 @@ jobs:
4949
5050
- name: Create Pull Request
5151
id: cpr
52-
uses: peter-evans/create-pull-request@v4
52+
uses: peter-evans/create-pull-request@v6
5353
with:
5454
token: ${{ secrets.SVC_DEVTOOLSBOT_TOKEN }}
5555
commit-message: 'chore(release): bump package versions'

.github/workflows/publish-compass.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v3
2121

2222
- name: Setup Node.js Environment
23-
uses: actions/setup-node@v2
23+
uses: actions/setup-node@v3
2424
with:
25-
node-version: ^16.20.2
25+
node-version: 18.19.1
2626
cache: 'npm'
2727

28-
- name: Install npm@8
28+
- name: Install npm@10.2.4
2929
run: |
30-
npm install -g npm@8
30+
npm install -g npm@10.2.4
3131
3232
- name: Install Dependencies
3333
run: |

.github/workflows/publish-packages.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ jobs:
3232
git config --local user.name "github-actions[bot]"
3333
3434
- name: "Use Node.js 14"
35-
uses: actions/setup-node@v2
35+
uses: actions/setup-node@v3
3636
with:
37-
node-version: ^16.20.2
37+
node-version: 18.19.1
3838

39-
- name: Install npm@8
40-
run: npm install -g npm@8
39+
- name: Install npm@10.2.4
40+
run: npm install -g npm@10.2.4
4141

4242
- name: Install Dependencies
4343
run: |

.github/workflows/start-beta.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ jobs:
2929
3030
- uses: actions/setup-node@v3
3131
with:
32-
node-version: ^16.x
32+
node-version: 18.19.1
3333
cache: 'npm'
3434

35-
- name: Install npm@8.19.4
35+
- name: Install npm@10.2.4
3636
run: |
37-
npm install -g npm@8.19.4
37+
npm install -g npm@10.2.4
3838
3939
- name: Install Dependencies
4040
run: |

.github/workflows/start-ga.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ jobs:
2929
3030
- uses: actions/setup-node@v3
3131
with:
32-
node-version: ^16.x
32+
node-version: 18.19.1
3333
cache: 'npm'
3434

35-
- name: Install npm@8.19.4
35+
- name: Install npm@10.2.4
3636
run: |
37-
npm install -g npm@8.19.4
37+
npm install -g npm@10.2.4
3838
3939
- name: Install Dependencies
4040
run: |
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
name: Update electron
2+
3+
# Runs nightly and manually
4+
on:
5+
workflow_dispatch:
6+
schedule:
7+
- cron: "0 0 * * *"
8+
9+
jobs:
10+
update_generated_files:
11+
name: Update Electron
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: actions/checkout@v3
15+
with:
16+
# don't checkout a detatched HEAD
17+
ref: ${{ github.head_ref }}
18+
19+
# this is important so git log can pick up on
20+
# the whole history to generate the list of AUTHORS
21+
fetch-depth: '0'
22+
23+
- name: Setup git
24+
run: |
25+
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
26+
git config --local user.name "github-actions[bot]"
27+
- uses: actions/setup-node@v3
28+
with:
29+
node-version: 18.19.1
30+
cache: 'npm'
31+
32+
- name: Install [email protected]
33+
run: |
34+
npm install -g [email protected]
35+
- name: Install Dependencies
36+
run: |
37+
npm -v
38+
npm ci
39+
- name: Bump packages
40+
run: |
41+
node scripts/update-electron.js
42+
git add .
43+
git commit --no-allow-empty -m "chore: update electron" || true
44+
- name: Create Pull Request
45+
id: cpr
46+
uses: peter-evans/create-pull-request@v6
47+
with:
48+
token: ${{ secrets.SVC_DEVTOOLSBOT_TOKEN }}
49+
commit-message: 'chore: update electron'
50+
branch: ci/update-electron
51+
title: 'chore: update electron'
52+
body: |
53+
- Update electron

.snyk

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@
22
version: v1.25.0
33
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
44
ignore:
5-
SNYK-JS-SEMVER-3247795:
6-
- '*':
7-
reason: >-
8-
Security patches released for semver 5.x (5.7.2) and 6.x (6.3.1) are
9-
not yet known to Snyk which is why we would like to ignore this
10-
vulnerability until the mentioned expiry.
11-
expires: 2023-08-11T09:00:55.553Z
12-
created: 2023-07-12T09:00:55.557Z
135
SNYK-JS-AGGRIDCOMMUNITY-1932011:
146
- '*':
157
reason: None Given

0 commit comments

Comments
 (0)