Skip to content

Commit

Permalink
Merge pull request #2296 from vishal423/bump-dependencies-oct
Browse files Browse the repository at this point in the history
Update changelog and 1.2.0 release
  • Loading branch information
vishal423 authored Oct 6, 2024
2 parents d1a2af6 + afd147a commit 1998e89
Show file tree
Hide file tree
Showing 8 changed files with 43 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sample-svelte-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:
git config user.name "Vishal Mahajan"
git config user.email [email protected]
git add .
git commit -m "Generated by JHipster v8.2.1 and Svelte blueprint v1.1.0"
git commit -m "Generated by JHipster v8.7.1 and Svelte blueprint v1.2.0"
git push
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

> All notable changes to the "generator-jhipster-svelte" project will be documented in this file.
## [1.2.0] - 2024-10-6

### Added

- ✅ Support `vitest` as default unit tests framework [#1937](https://github.com/jhipster/generator-jhipster-svelte/pull/1937)
- ✅ Generate unit tests for user form component [#2063](https://github.com/jhipster/generator-jhipster-svelte/pull/2063)

### Changed

-`JHipster` framework support upgraded to `v8.x` [#1996](https://github.com/jhipster/generator-jhipster-svelte/pull/1996) [#2265](https://github.com/jhipster/generator-jhipster-svelte/pull/2265) [#2266](https://github.com/jhipster/generator-jhipster-svelte/pull/2266)
-`Eslint` dependency and configuration support upgraded to `v9.x` [#2259](https://github.com/jhipster/generator-jhipster-svelte/pull/2259)
- ✅ Replaced `pretty-quick` with `lint-staged` package [#1927](https://github.com/jhipster/generator-jhipster-svelte/pull/1927)
- ✅ Jest unit tests framework support is moved behind the `--jest` option [#1865](https://github.com/jhipster/generator-jhipster-svelte/pull/1865)
- ✅ Upgraded `Svelte/Kit`, `Eslint`, `Cypress`, `Testing Library`, `Jest` and other third party dependencies [#1936](https://github.com/jhipster/generator-jhipster-svelte/pull/1936) [#2019](https://github.com/jhipster/generator-jhipster-svelte/pull/2019) [#2236](https://github.com/jhipster/generator-jhipster-svelte/pull/2236)

## [1.1.0] - 2023-10-1

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-release
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN \
&& echo PATH="$NPM_PATH/bin:$PATH" >> "$HOME/.profile" \
&& . "$HOME/.profile"

RUN npm install -g --no-audit --quiet generator-jhipster-svelte@1.1.0
RUN npm install -g --no-audit --quiet generator-jhipster-svelte@1.2.0

WORKDIR $APP_PATH

Expand Down
35 changes: 19 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ npm update -g generator-jhipster-svelte
applicationType monolith,
authenticationType session,
packageName tech.jhipster.samples.blog,
devDatabaseType h2Disk,
prodDatabaseType postgresql,
cacheProvider caffeine,
buildTool maven
Expand Down Expand Up @@ -134,27 +135,28 @@ npm update -g generator-jhipster-svelte
```
application {
config {
baseName gateway
packageName tech.jhipster.samples.gateway
applicationType gateway
authenticationType oauth2
prodDatabaseType postgresql
serviceDiscoveryType eureka
testFrameworks [cypress]
reactive true
baseName gateway
packageName tech.jhipster.samples.gateway
applicationType gateway
authenticationType oauth2
devDatabaseType h2Disk,
prodDatabaseType postgresql
serviceDiscoveryType eureka
testFrameworks [cypress]
reactive true
}
entities Blog, Post, Tag
}

application {
config {
baseName blog
packageName tech.jhipster.samples.blog
applicationType microservice
authenticationType oauth2
prodDatabaseType mysql
serverPort 8081
serviceDiscoveryType eureka
baseName blog
packageName tech.jhipster.samples.blog
applicationType microservice
authenticationType oauth2
prodDatabaseType mysql
serverPort 8081
serviceDiscoveryType eureka
}
entities Blog, Post, Tag
}
Expand Down Expand Up @@ -224,7 +226,8 @@ npm update -g generator-jhipster-svelte
| `7.3.x` | `0.6` |
| `7.4.x` | `0.7` - `0.7.1` |
| `7.8.x` | `0.8` - `0.9` |
| `7.9.x` | >= `0.10.1` |
| `7.9.x` | `0.10.1 - 1.1.0` |
| `8.7.x` | >= `1.2.0` |

## Docker development

Expand Down
2 changes: 1 addition & 1 deletion generators/client/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"eslint-plugin-svelte": "2.44.1",
"globals": "15.10.0",
"husky": "9.1.6",
"jhipster-svelte-library": "0.12.1",
"jhipster-svelte-library": "0.13.0",
"postcss": "8.4.47",
"prettier": "3.3.3",
"prettier-plugin-svelte": "3.2.7",
Expand Down
6 changes: 3 additions & 3 deletions generators/client/templates/vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "3.1.2",
"@vitest/ui": "2.1.1",
"@vitest/coverage-v8": "2.1.1",
"@vitest/ui": "2.1.2",
"@vitest/coverage-v8": "2.1.2",
"jsdom": "25.0.1",
"vitest" : "2.1.1",
"vitest" : "2.1.2",
"vitest-sonar-reporter": "2.0.0"
}
}
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-jhipster-svelte",
"version": "1.1.0",
"version": "1.2.0",
"description": "A svelte.js blueprint to generate cybernetically enhanced web applications.",
"keywords": [
"yeoman-generator",
Expand Down

0 comments on commit 1998e89

Please sign in to comment.