Skip to content

Commit

Permalink
build(deps): bump rexml from 3.3.5 to 3.3.6 in /docs (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreszorro authored Sep 23, 2024
2 parents 0dc557f + e12f74f commit b02fdf7
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
bun = "1.1.20"
jq = "1.7.1"
ruby = "3.3"
java = "17"
java = "latest"

[tasks."docs:install"]
run = "cd docs && bundle"
Expand Down
12 changes: 11 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,15 @@
"editor.codeActionsOnSave": {
"source.organizeImports.biome": "explicit"
},
"cSpell.words": ["scaffoldizr", "scfz", "structurizr"]
"[typescript]": {
"editor.defaultFormatter": "biomejs.biome"
},
"[javascript]": {
"editor.defaultFormatter": "biomejs.biome"
},
"[json]": {
"editor.defaultFormatter": "biomejs.biome"
},
"cSpell.words": ["scaffoldizr", "scfz", "structurizr"],
"c4.languageserver.java": "/Users/andreszorro/.local/share/mise/installs/java/17/bin/java"
}
2 changes: 1 addition & 1 deletion docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rexml (3.3.5)
rexml (3.3.6)
strscan
rouge (3.30.0)
rubyzip (2.3.2)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"lint-staged": "^15.2.10"
},
"branchNameLinter": {
"prefixes": ["feature", "bugfix", "hotfix", "release"],
"prefixes": ["feature", "bugfix", "hotfix", "release", "dependabot"],
"suggestions": {
"features": "feature",
"feat": "feature",
Expand Down

0 comments on commit b02fdf7

Please sign in to comment.