-
-
Notifications
You must be signed in to change notification settings - Fork 4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from jhipster/main
Update fork
- Loading branch information
Showing
1,990 changed files
with
114,018 additions
and
114,217 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,35 @@ | ||
{ | ||
"env": { | ||
"node": true, | ||
"es6": true, | ||
"mocha": true | ||
}, | ||
"extends": ["airbnb-base", "plugin:prettier/recommended"], | ||
"plugins": ["mocha", "prettier", "chai-friendly"], | ||
"rules": { | ||
"prettier/prettier": "error", | ||
"linebreak-style": 0, | ||
"eol-last": 2, | ||
"quotes": [2, "single", { "avoidEscape": true }], | ||
"semi": [2, "always"], | ||
"eqeqeq": [2, "smart"], | ||
"no-restricted-globals": ["off"], | ||
"no-use-before-define": [2, "nofunc"], | ||
"no-confusing-arrow": "off", | ||
"no-unused-vars": [2, { "vars": "local", "args": "none" }], | ||
"no-multi-str": 2, | ||
"no-irregular-whitespace": 2, | ||
"comma-dangle": "off", | ||
"max-len": "off", | ||
"func-names": "off", | ||
"class-methods-use-this": "off", | ||
"no-underscore-dangle": "off", | ||
"no-plusplus": "off", | ||
"no-unused-expressions": 0, | ||
"chai-friendly/no-unused-expressions": [2, { "allowShortCircuit": true, "allowTernary": true }], | ||
"prefer-destructuring": "off", | ||
"no-multi-assign": "off", | ||
"no-param-reassign": "off", | ||
"no-shadow": "off" | ||
} | ||
"env": { | ||
"node": true, | ||
"es6": true, | ||
"mocha": true | ||
}, | ||
"extends": ["airbnb-base", "plugin:prettier/recommended"], | ||
"plugins": ["mocha", "prettier", "chai-friendly"], | ||
"rules": { | ||
"prettier/prettier": "error", | ||
"linebreak-style": 0, | ||
"eol-last": 2, | ||
"quotes": [2, "single", { "avoidEscape": true }], | ||
"semi": [2, "always"], | ||
"eqeqeq": [2, "smart"], | ||
"no-restricted-globals": ["off"], | ||
"no-use-before-define": [2, "nofunc"], | ||
"no-confusing-arrow": "off", | ||
"no-unused-vars": [2, { "vars": "local", "args": "none" }], | ||
"no-multi-str": 2, | ||
"no-irregular-whitespace": 2, | ||
"comma-dangle": "off", | ||
"max-len": "off", | ||
"func-names": "off", | ||
"class-methods-use-this": "off", | ||
"no-underscore-dangle": "off", | ||
"no-plusplus": "off", | ||
"no-unused-expressions": 0, | ||
"chai-friendly/no-unused-expressions": [2, { "allowShortCircuit": true, "allowTernary": true }], | ||
"prefer-destructuring": "off", | ||
"no-multi-assign": "off", | ||
"no-param-reassign": "off", | ||
"no-shadow": "off" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
This is not a **bug** or **feature request** and hence this is not the correct forum for this. | ||
**If you have a question** please use Stack Overflow, and tag the question with [jhipster](http://stackoverflow.com/questions/tagged/jhipster). This will help the project to keep a clean issue tracker. Also, Stack Overflow will give your question a larger audience: | ||
|
||
- This will increase your chances to get an answer | ||
- Answers will be of higher quality, as there is a voting system | ||
- This will also help other users who might have the same issue, as questions are tagged and easily searchable | ||
- This will increase your chances to get an answer | ||
- Answers will be of higher quality, as there is a voting system | ||
- This will also help other users who might have the same issue, as questions are tagged and easily searchable | ||
|
||
Finally, you can also use [our chat room on gitter](https://gitter.im/jhipster/generator-jhipster). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,73 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: 'npm' | ||
directory: '/' | ||
schedule: | ||
interval: 'weekly' | ||
open-pull-requests-limit: 10 | ||
- package-ecosystem: 'npm' | ||
directory: '/' | ||
schedule: | ||
interval: 'weekly' | ||
open-pull-requests-limit: 10 | ||
labels: | ||
- 'theme: jhipster-internals' | ||
- 'theme: dependencies' | ||
|
||
- package-ecosystem: 'npm' | ||
directory: '/generators/client/templates/angular/' | ||
schedule: | ||
interval: 'daily' | ||
open-pull-requests-limit: 5 | ||
versioning-strategy: increase | ||
- package-ecosystem: 'npm' | ||
directory: '/generators/client/templates/angular/' | ||
schedule: | ||
interval: 'daily' | ||
open-pull-requests-limit: 5 | ||
versioning-strategy: increase | ||
labels: | ||
- 'theme: angular' | ||
- 'theme: dependencies' | ||
|
||
- package-ecosystem: 'npm' | ||
directory: '/generators/client/templates/common/' | ||
schedule: | ||
interval: 'daily' | ||
open-pull-requests-limit: 5 | ||
versioning-strategy: increase | ||
- package-ecosystem: 'npm' | ||
directory: '/generators/common/templates/' | ||
schedule: | ||
interval: 'daily' | ||
open-pull-requests-limit: 5 | ||
versioning-strategy: increase | ||
labels: | ||
- 'theme: dependencies' | ||
ignore: | ||
# Ignore updates to husky due to the license change | ||
# See https://github.com/jhipster/generator-jhipster/issues/13940 | ||
- dependency-name: 'husky' | ||
versions: ['5.x'] | ||
|
||
- package-ecosystem: 'npm' | ||
directory: '/generators/client/templates/react/' | ||
schedule: | ||
interval: 'daily' | ||
open-pull-requests-limit: 5 | ||
versioning-strategy: increase | ||
- package-ecosystem: 'npm' | ||
directory: '/generators/client/templates/common/' | ||
schedule: | ||
interval: 'daily' | ||
open-pull-requests-limit: 5 | ||
versioning-strategy: increase | ||
labels: | ||
- 'theme: front' | ||
- 'theme: dependencies' | ||
|
||
- package-ecosystem: 'npm' | ||
directory: '/generators/client/templates/vue/' | ||
schedule: | ||
interval: 'daily' | ||
open-pull-requests-limit: 5 | ||
versioning-strategy: increase | ||
- package-ecosystem: 'npm' | ||
directory: '/generators/client/templates/react/' | ||
schedule: | ||
interval: 'daily' | ||
open-pull-requests-limit: 5 | ||
versioning-strategy: increase | ||
labels: | ||
- 'theme: react' | ||
- 'theme: dependencies' | ||
|
||
- package-ecosystem: 'github-actions' | ||
directory: '/' | ||
schedule: | ||
interval: 'weekly' | ||
open-pull-requests-limit: 10 | ||
- package-ecosystem: 'npm' | ||
directory: '/generators/client/templates/vue/' | ||
schedule: | ||
interval: 'daily' | ||
open-pull-requests-limit: 5 | ||
versioning-strategy: increase | ||
labels: | ||
- 'theme: vue' | ||
- 'theme: dependencies' | ||
|
||
- package-ecosystem: 'github-actions' | ||
directory: '/' | ||
schedule: | ||
interval: 'weekly' | ||
open-pull-requests-limit: 10 | ||
labels: | ||
- 'theme: github_actions' | ||
- 'theme: CI builds' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
template: | | ||
## What’s Changed | ||
## What’s Changed | ||
$CHANGES | ||
$CHANGES |
Oops, something went wrong.