Skip to content

Commit b710606

Browse files
committed
build(deps-dev): bump all
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 88de390 commit b710606

6 files changed

Lines changed: 419 additions & 418 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ jobs:
3838

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
41+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL
45-
uses: github/codeql-action/init@d39d31e687223d841ef683f52467bd88e9b21c14 # v3.25.3
45+
uses: github/codeql-action/init@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
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@d39d31e687223d841ef683f52467bd88e9b21c14 # v3.25.3
56+
uses: github/codeql-action/autobuild@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
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@d39d31e687223d841ef683f52467bd88e9b21c14 # v3.25.3
70+
uses: github/codeql-action/analyze@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7

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

Lines changed: 2 additions & 2 deletions
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
12+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
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@1198b074305f9356bd56dd4b311757cc0dab2f1c # v1.175.1
18+
uses: ruby/setup-ruby@0cde4689ba33c09f1b890c1725572ad96751a3fc # v1.178.0
1919
- name: Install
2020
run: |
2121
corepack enable

.github/workflows/semgrep.yml

Lines changed: 2 additions & 2 deletions
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:496c1bca4fcb99365b5cb2fd4202e500d2472a268d98773c80a62173f3dcec71 # latest
19+
image: returntocorp/semgrep@sha256:cffeb57efaaffe57811b7fd740e4ee6313dbfaf6b364bb5cce52a8e506d35f42 # latest
2020
steps:
21-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
21+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
2222
- run: semgrep ci

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.1
1+
3.3.2

package.json

Lines changed: 11 additions & 11 deletions
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.0.6",
6+
"packageManager": "pnpm@9.1.4",
77
"engines": {
8-
"node": "20.12.2",
9-
"pnpm": "9.0.6"
8+
"node": "20.14.0",
9+
"pnpm": "9.1.4"
1010
},
1111
"exports": {
1212
"./build/constants": "./build/shared/constants.mjs",
@@ -20,22 +20,22 @@
2020
"test": "nps test"
2121
},
2222
"devDependencies": {
23-
"@biomejs/biome": "1.7.1",
24-
"@devcontainers/cli": "0.59.1",
23+
"@biomejs/biome": "1.7.3",
24+
"@devcontainers/cli": "0.62.0",
2525
"@openinf/gh-file-importer": "2.0.1",
2626
"@openinf/util-errors": "2.0.7",
2727
"@openinf/util-object": "2.0.1",
2828
"@openinf/util-text": "1.1.2",
2929
"@openinf/util-types": "2.1.3",
30-
"@shopify/prettier-plugin-liquid": "1.4.4",
30+
"@shopify/prettier-plugin-liquid": "1.5.0",
3131
"@yarnpkg/shell": "4.0.2",
3232
"autoprefixer": "10.4.19",
3333
"cross-env": "7.0.3",
3434
"cross-spawn": "7.0.3",
35-
"cspell": "8.7.0",
35+
"cspell": "8.8.3",
3636
"cssnano": "7.0.1",
3737
"dictionary-en": "4.0.0",
38-
"dprint": "0.45.1",
38+
"dprint": "0.46.1",
3939
"editorconfig-checker": "5.1.5",
4040
"globby": "14.0.1",
4141
"gulp": "5.0.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.2.5",
56+
"prettier": "3.3.0",
5757
"remark": "15.0.1",
5858
"remark-cli": "12.0.0",
5959
"remark-directive": "3.0.0",
@@ -84,7 +84,7 @@
8484
"remark-retext": "6.0.0",
8585
"remark-validate-links": "13.0.1",
8686
"retext-english": "5.0.0",
87-
"retext-equality": "7.0.0",
87+
"retext-equality": "7.1.0",
8888
"retext-passive": "5.0.0",
8989
"retext-profanities": "8.0.0",
9090
"retext-readability": "8.0.0",
@@ -95,7 +95,7 @@
9595
"retext-syntax-mentions": "4.0.0",
9696
"retext-syntax-urls": "4.0.0",
9797
"strip-comments": "2.0.1",
98-
"stylelint": "16.4.0",
98+
"stylelint": "16.6.1",
9999
"stylelint-config-recess-order": "5.0.1",
100100
"stylelint-config-standard-scss": "13.1.0",
101101
"unified": "11.0.4",

0 commit comments

Comments
 (0)