Skip to content

Commit a667b37

Browse files
authored
Merge branch 'main' into kenmuse/dependabot-node
2 parents 1ea1f5b + bc0ff84 commit a667b37

File tree

6 files changed

+233
-209
lines changed

6 files changed

+233
-209
lines changed

.github/dependabot.yml

+25-6
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,39 @@
66

77
version: 2
88
updates:
9-
- package-ecosystem: 'devcontainers'
9+
- package-ecosystem: devcontainers
1010
directory: '/'
1111
schedule:
1212
interval: weekly
1313

14-
- package-ecosystem: 'github-actions'
14+
- package-ecosystem: github-actions
1515
directory: '/'
1616
schedule:
17-
interval: 'weekly'
17+
interval: weekly
18+
groups:
19+
actions-all:
20+
applies-to: version-updates
21+
update-types:
22+
- minor
23+
- patch
1824

19-
- package-ecosystem: 'npm'
25+
- package-ecosystem: npm
2026
directory: '/'
2127
schedule:
22-
interval: 'weekly'
28+
interval: weekly
2329
ignore:
2430
- dependency-name: '@types/node'
25-
update-types: ["version-update:semver-major"]
31+
update-types: ["version-update:semver-major"]
32+
groups:
33+
dev-dependencies:
34+
dependency-type: development
35+
applies-to: version-updates
36+
update-types:
37+
- minor
38+
- patch
39+
prod-dependencies:
40+
dependency-type: production
41+
applies-to: version-updates
42+
update-types:
43+
- minor
44+
- patch

.github/workflows/check-dist.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
# upload the generated code as an artifact for comparison
6363
- name: Upload artifact
6464
if: ${{failure() && steps.diff.conclusion == 'failure'}}
65-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b
65+
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a
6666
with:
6767
name: dist
6868
path: ./dist

.github/workflows/codeql-analysis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ jobs:
3737
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
3838

3939
- name: Initialize CodeQL
40-
uses: github/codeql-action/init@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a
40+
uses: github/codeql-action/init@883d8588e56d1753a8a58c1c86e88976f0c23449
4141
with:
4242
languages: javascript
4343
queries: security-extended
4444

4545
- name: Autobuild
46-
uses: github/codeql-action/autobuild@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a
46+
uses: github/codeql-action/autobuild@883d8588e56d1753a8a58c1c86e88976f0c23449
4747

4848
- name: Perform CodeQL Analysis
49-
uses: github/codeql-action/analyze@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a
49+
uses: github/codeql-action/analyze@883d8588e56d1753a8a58c1c86e88976f0c23449

.github/workflows/e2e-validation.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
- name: Checkout
100100
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
101101
- name: setup-java
102-
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9
102+
uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018
103103
with:
104104
distribution: 'zulu'
105105
java-version: '21'
@@ -126,7 +126,7 @@ jobs:
126126
- name: Checkout
127127
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
128128
- name: setup-java
129-
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9
129+
uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018
130130
with:
131131
distribution: 'zulu'
132132
java-version: '21'

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -40,30 +40,30 @@
4040
},
4141
"devDependencies": {
4242
"@eslint-community/eslint-utils": "^4.4.0",
43-
"@eslint/js": "^9.8.0",
43+
"@eslint/js": "^9.9.0",
4444
"@jest/globals": "^29.7.0",
4545
"@types/jest": "^29.5.12",
4646
"@types/node": "^20.14.13",
4747
"@types/semver": "^7.5.8",
48-
"@typescript-eslint/eslint-plugin": ">=8.0.0-alpha",
49-
"@typescript-eslint/parser": ">=8.0.0-alpha",
50-
"esbuild": "^0.23.0",
51-
"eslint": "^9.8.0",
48+
"@typescript-eslint/eslint-plugin": ">=8.2.0",
49+
"@typescript-eslint/parser": ">=8.2.0",
50+
"esbuild": "^0.23.1",
51+
"eslint": "^9.9.0",
5252
"eslint-config-prettier": "^9.1.0",
5353
"eslint-plugin-node": "^11.1.0",
54-
"globals": "^15.8.0",
54+
"globals": "^15.9.0",
5555
"jest": "^29.7.0",
5656
"jest-circus": "^29.7.0",
5757
"jest-cli": "^29.7.0",
5858
"jest-mock": "^29.7.0",
59-
"nock": "^13.5.4",
59+
"nock": "^13.5.5",
6060
"prettier": "^3.3.3",
61-
"ts-jest": "^29.2.3",
61+
"ts-jest": "^29.2.4",
6262
"ts-jest-resolver": "^2.0.1",
6363
"ts-node": "^10.9.2",
6464
"tslib": "^2.6.3",
6565
"typescript": "^5.5.4",
66-
"typescript-eslint": ">=8.0.0-alpha"
66+
"typescript-eslint": ">=8.2.0"
6767
},
6868
"packageManager": "[email protected]"
6969
}

0 commit comments

Comments
 (0)