Skip to content

Commit 5dc8676

Browse files
Merge branch 'develop' into feat/stats/base/dists/erlang/logpdf-c-port
2 parents d2d2cb3 + 7563015 commit 5dc8676

9,062 files changed

Lines changed: 444792 additions & 35576 deletions

File tree

Some content is hidden

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

.commitlintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
// MODULES //
2222

23-
var config = require( './etc/commitlint/.commitlintrc.js' ); // eslint-disable-line node/no-unpublished-require
23+
var config = require( './etc/commitlint/.commitlintrc.js' ); // eslint-disable-line n/no-unpublished-require
2424

2525

2626
// EXPORTS //

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ body:
5757
- a
5858
- b
5959
- c
60-
render: shell
6160
- type: textarea
6261
id: expected
6362
attributes:
@@ -86,12 +85,14 @@ body:
8685
options:
8786
- N/A
8887
- Node.js
88+
- Deno
8989
- Firefox
9090
- Chrome
9191
- Safari
9292
- Microsoft Edge
9393
- Internet Explorer
9494
- Other Browser
95+
- Other Server Runtime
9596
validations:
9697
required: true
9798
- type: input

.github/workflows/check_licenses.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
# Install Node.js:
8282
- name: 'Install Node.js'
8383
# Pin action to full length commit SHA
84-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
84+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
8585
with:
8686
node-version: '20' # 'lts/*'
8787
timeout-minutes: 5
@@ -128,7 +128,7 @@ jobs:
128128
# Upload the log file:
129129
- name: 'Upload log file'
130130
# Pin action to full length commit SHA
131-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
131+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
132132
if: always()
133133
with:
134134
# Define a name for the uploaded artifact:

.github/workflows/check_pr_issue_references.lock.yml

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

.github/workflows/check_pr_issue_references.md

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

.github/workflows/cleanup_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
# Find and update the '## Coverage Report' comment in the PR
5454
- name: 'Update coverage comment in PR'
5555
# Pin action to full length commit SHA
56-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
56+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
5757
with:
5858
github-token: ${{ secrets.STDLIB_BOT_PAT_REPO_WRITE }}
5959
script: |

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
# Install Node.js:
122122
- name: 'Install Node.js'
123123
# Pin action to full length commit SHA
124-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
124+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
125125
with:
126126
node-version: '20' # 'lts/*'
127127
timeout-minutes: 5

.github/workflows/generate_monthly_changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
# Install Node.js:
6565
- name: 'Install Node.js'
6666
# Pin action to full length commit SHA
67-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
67+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
6868
with:
6969
node-version: '20' # 'lts/*'
7070
timeout-minutes: 5

.github/workflows/label_commands.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: 'Remove label'
5252
# Pin action to full length commit SHA
53-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
53+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
5454
with:
5555
github-token: ${{ secrets.STDLIB_BOT_PAT_REPO_WRITE }}
5656
script: |
@@ -67,7 +67,7 @@ jobs:
6767
6868
- name: 'Add in-progress label'
6969
# Pin action to full length commit SHA
70-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
70+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
7171
with:
7272
github-token: ${{ secrets.STDLIB_BOT_PAT_REPO_WRITE }}
7373
script: |
@@ -222,7 +222,7 @@ jobs:
222222
# Run the step regardless of the outcome of previous steps:
223223
if: always()
224224
# Pin action to full length commit SHA
225-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
225+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
226226
with:
227227
github-token: ${{ secrets.STDLIB_BOT_PAT_REPO_WRITE }}
228228
script: |

.github/workflows/label_good_first_prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
- name: 'Add "Good First PR" label if PR references a "Good First Issue"'
7676
if: ${{ steps.check-pr.outputs.good-first-pr == 'true' }}
7777
# Pin action to full-length commit SHA
78-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
78+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
7979
with:
8080
github-token: ${{ secrets.STDLIB_BOT_PAT_REPO_WRITE }}
8181
script: |

0 commit comments

Comments
 (0)