-
-
Notifications
You must be signed in to change notification settings - Fork 20
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 #1418 from jhipster/main
Sync release branch to prepare for next patch release
- Loading branch information
Showing
12 changed files
with
91 additions
and
82 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
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 |
---|---|---|
|
@@ -10,7 +10,7 @@ jobs: | |
steps: | ||
- name: Checkout svelte generator repository | ||
uses: actions/checkout@v2 | ||
- uses: actions/setup-node@v1 | ||
- uses: actions/setup-node@v3 | ||
with: | ||
node-version: '16.16' | ||
registry-url: 'https://registry.npmjs.org' | ||
|
@@ -54,7 +54,7 @@ jobs: | |
strategy: | ||
fail-fast: true | ||
steps: | ||
- uses: actions/setup-node@v1 | ||
- uses: actions/setup-node@v3 | ||
with: | ||
node-version: '16.x' | ||
- name: Checkout svelte generator repository | ||
|
@@ -82,5 +82,5 @@ jobs: | |
git config user.name "Vishal Mahajan" | ||
git config user.email [email protected] | ||
git add . | ||
git commit -m "Generated by JHipster v7.9.3 and Svelte blueprint v0.10.1" | ||
git commit -m "Generated by JHipster v7.9.3 and Svelte blueprint v0.10.2" | ||
git push |
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 |
---|---|---|
|
@@ -53,7 +53,7 @@ RUN \ | |
&& echo PATH="$NPM_PATH/bin:$PATH" >> "$HOME/.profile" \ | ||
&& . "$HOME/.profile" | ||
|
||
RUN npm install -g --no-audit --quiet [email protected].1 | ||
RUN npm install -g --no-audit --quiet [email protected].2 | ||
|
||
WORKDIR $APP_PATH | ||
|
||
|
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,37 +1,37 @@ | ||
{ | ||
"dependencies": { | ||
"date-fns": "2.29.2", | ||
"date-fns": "2.29.3", | ||
"@fortawesome/free-solid-svg-icons": "6.2.0" | ||
}, | ||
"devDependencies": { | ||
"@sveltejs/adapter-static": "1.0.0-next.42", | ||
"@sveltejs/kit": "1.0.0-next.474", | ||
"@sveltejs/adapter-static": "1.0.0-next.43", | ||
"@sveltejs/kit": "1.0.0-next.506", | ||
"@testing-library/jest-dom": "5.16.5", | ||
"@testing-library/svelte": "3.2.1", | ||
"autoprefixer": "10.4.8", | ||
"autoprefixer": "10.4.12", | ||
"cross-env": "7.0.3", | ||
"cypress": "10.7.0", | ||
"esbuild": "0.15.7", | ||
"eslint": "8.23.0", | ||
"cypress": "10.9.0", | ||
"esbuild": "0.15.10", | ||
"eslint": "8.24.0", | ||
"eslint-plugin-cypress": "2.12.1", | ||
"eslint-plugin-jest-dom": "4.0.2", | ||
"eslint-plugin-svelte3": "4.0.0", | ||
"eslint-plugin-testing-library": "5.6.2", | ||
"eslint-plugin-testing-library": "5.7.0", | ||
"husky": "8.0.1", | ||
"jest": "29.0.2", | ||
"jest-environment-jsdom": "29.0.2", | ||
"jest": "29.1.2", | ||
"jest-environment-jsdom": "29.1.2", | ||
"jest-junit": "14.0.1", | ||
"jest-sonar": "0.2.12", | ||
"jest-svelte-resolver": "1.0.0", | ||
"jhipster-svelte-library": "0.9.1", | ||
"postcss": "8.4.16", | ||
"jhipster-svelte-library": "0.9.2", | ||
"postcss": "8.4.17", | ||
"prettier": "2.7.1", | ||
"prettier-plugin-svelte": "2.7.0", | ||
"prettier-plugin-svelte": "2.7.1", | ||
"pretty-quick": "3.1.3", | ||
"rimraf": "3.0.2", | ||
"svelte": "3.50.1", | ||
"svelte-jester": "2.3.2", | ||
"tailwindcss": "3.1.8", | ||
"vite": "3.1.0" | ||
"vite": "3.1.4" | ||
} | ||
} |
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
Oops, something went wrong.