Skip to content

Commit

Permalink
Merge pull request #461 from mshima/generator-jhipster-8.8.0
Browse files Browse the repository at this point in the history
Update generator-jhipster to v8.8.0
  • Loading branch information
DanielFran authored Jan 27, 2025
2 parents cd7b257 + 5ec5b04 commit 35893a1
Show file tree
Hide file tree
Showing 49 changed files with 7,001 additions and 6,933 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@

## KHipster Version(s)

- [] Checking this box is mandatory (this is just to show you read everything)
- [] Checking this box is mandatory (this is just to show you read everything)
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@ Desktop.ini
######################
# Code coverage
######################
/coverage/
/.nyc_output/
coverage/
.nyc_output/

.blueprint/**/*.png
# added by generate-blueprint:
generators/**/package-lock.json
5 changes: 1 addition & 4 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install lint-staged
lint-staged
2 changes: 1 addition & 1 deletion .lintstagedrc.cjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
'{,src/**/,webpack/}*.{md,json,yml,html,js,ts,tsx,css,scss,vue,java}': ['prettier --write'],
'{,**/}*.{md,json,yml,js,cjs,mjs,ts,cts,mts}': ['prettier --write'],
};
2 changes: 1 addition & 1 deletion .yo-rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"written": true
}
},
"jhipsterVersion": "8.5.0",
"jhipsterVersion": "8.8.0",
"localBlueprint": false,
"packageJsonType": "module",
"prettierTabWidth": 4,
Expand Down
5 changes: 3 additions & 2 deletions .yo-resolve
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
generators/*.*
.blueprint/cli/commands.mjs
.blueprint/generate-sample/**
.github/workflows/generator.yml
.prettierrc.yml skip
cli/cli.cjs skip
README.md skip
Loading

0 comments on commit 35893a1

Please sign in to comment.