Skip to content

Commit c6acb93

Browse files
build(deps-dev): bump all #1272
PR URL: #1272 Reviewed-by: Derek Lewis <dereknongeneric@open.inf.is> Reviewed-by: OpenINFbot <openinfbot@open.inf.is> --------- Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c088344 commit c6acb93

File tree

6 files changed

+255
-270
lines changed

6 files changed

+255
-270
lines changed

.github/workflows/codeql-analysis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ jobs:
3838

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
41+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL
45-
uses: github/codeql-action/init@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
45+
uses: github/codeql-action/init@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
4646
with:
4747
languages: ${{ matrix.language }}
4848
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -53,7 +53,7 @@ jobs:
5353
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5454
# If this step fails, then you should remove it and run the build manually (see below)
5555
- name: Autobuild
56-
uses: github/codeql-action/autobuild@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
56+
uses: github/codeql-action/autobuild@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
5757

5858
# ℹ️ Command-line programs to run using the OS shell.
5959
# 📚 https://git.io/JvXDl
@@ -67,4 +67,4 @@ jobs:
6767
# make release
6868

6969
- name: Perform CodeQL Analysis
70-
uses: github/codeql-action/analyze@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
70+
uses: github/codeql-action/analyze@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10

.github/workflows/lint-and-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Check out project repository
12-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
12+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1313
- name: Set up Node.js runtime
1414
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
1515
with:
1616
node-version-file: 'package.json'
1717
- name: Set up Ruby runtime
18-
uses: ruby/setup-ruby@0cde4689ba33c09f1b890c1725572ad96751a3fc # v1.178.0
18+
uses: ruby/setup-ruby@ff740bc00a01b3a50fffc55a1071b1060eeae9dc # v1.180.0
1919
- name: Install
2020
run: |
2121
corepack enable

.github/workflows/semgrep.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
env:
1717
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
1818
container:
19-
image: returntocorp/semgrep@sha256:cffeb57efaaffe57811b7fd740e4ee6313dbfaf6b364bb5cce52a8e506d35f42 # latest
19+
image: returntocorp/semgrep@sha256:550dfdac1ec5d4a757d1c2ac0197a6360ef3ac8e3d0a804731eab07242e91b4c # latest
2020
steps:
21-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
21+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2222
- run: semgrep ci

.ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.2
1+
3.3.3

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"author": "The OpenINF Authors & Friends",
44
"private": "true",
55
"description": "The OpenINF portal, other static resources, and more static electricity",
6-
"packageManager": "pnpm@9.1.4",
6+
"packageManager": "pnpm@9.3.0",
77
"engines": {
88
"node": "20.14.0",
9-
"pnpm": "9.1.4"
9+
"pnpm": "9.3.0"
1010
},
1111
"exports": {
1212
"./build/constants": "./build/shared/constants.mjs",
@@ -20,8 +20,8 @@
2020
"test": "nps test"
2121
},
2222
"devDependencies": {
23-
"@biomejs/biome": "1.7.3",
24-
"@devcontainers/cli": "0.62.0",
23+
"@biomejs/biome": "1.8.1",
24+
"@devcontainers/cli": "0.64.0",
2525
"@openinf/gh-file-importer": "2.0.1",
2626
"@openinf/util-errors": "2.0.7",
2727
"@openinf/util-object": "2.0.1",
@@ -32,11 +32,11 @@
3232
"autoprefixer": "10.4.19",
3333
"cross-env": "7.0.3",
3434
"cross-spawn": "7.0.3",
35-
"cspell": "8.8.3",
36-
"cssnano": "7.0.1",
35+
"cspell": "8.8.4",
36+
"cssnano": "7.0.2",
3737
"dictionary-en": "4.0.0",
38-
"dprint": "0.46.1",
39-
"editorconfig-checker": "5.1.5",
38+
"dprint": "0.46.2",
39+
"editorconfig-checker": "5.1.8",
4040
"globby": "14.0.1",
4141
"gulp": "5.0.0",
4242
"gulp-dart-sass": "1.1.0",
@@ -53,7 +53,7 @@
5353
"markdownlint-cli2": "0.13.0",
5454
"markdownlint-cli2-formatter-default": "0.0.4",
5555
"nps": "5.10.0",
56-
"prettier": "3.3.0",
56+
"prettier": "3.3.2",
5757
"remark": "15.0.1",
5858
"remark-cli": "12.0.1",
5959
"remark-directive": "3.0.0",

0 commit comments

Comments
 (0)