Skip to content

Commit 4b19b7e

Browse files
Combined Dependabot PRs (#41)
* Bump nokogiri from 1.18.8 to 1.18.9 in /docs Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.18.8 to 1.18.9. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.18.8...v1.18.9) --- updated-dependencies: - dependency-name: nokogiri dependency-version: 1.18.9 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * Bump actions/download-artifact from 4 to 5 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Bump @typescript-eslint/parser from 8.35.0 to 8.39.0 Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.35.0 to 8.39.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.39.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-version: 8.39.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4564e5a commit 4b19b7e

4 files changed

Lines changed: 143 additions & 10 deletions

File tree

.github/workflows/stage-2-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
with:
144144
fetch-depth: 0 # Full history is needed to improving relevancy of reporting
145145
- name: "Download coverage report for SONAR"
146-
uses: actions/download-artifact@v4
146+
uses: actions/download-artifact@v5
147147
with:
148148
name: code-coverage-report
149149
- name: "Perform static analysis"

docs/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ GEM
9292
jekyll-seo-tag (~> 2.1)
9393
minitest (5.24.1)
9494
mutex_m (0.2.0)
95-
nokogiri (1.18.8-x86_64-linux-gnu)
95+
nokogiri (1.18.9-x86_64-linux-gnu)
9696
racc (~> 1.4)
9797
pathutil (0.16.2)
9898
forwardable-extended (~> 2.6)

package-lock.json

Lines changed: 140 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"@tsconfig/node22": "^22.0.2",
44
"@types/jest": "^29.5.14",
55
"@typescript-eslint/eslint-plugin": "^8.27.0",
6-
"@typescript-eslint/parser": "^8.27.0",
6+
"@typescript-eslint/parser": "^8.39.0",
77
"esbuild": "^0.25.8",
88
"eslint": "^9.27.0",
99
"eslint-config-airbnb-extended": "^2.1.2",

0 commit comments

Comments
 (0)