Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

generator-jhipster-svelte

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-jhipster-svelte - npm Package Versions

2

1.2.0

Diff

Changelog

Source

[1.2.0] - 2024-10-6

Added

  • ✅ Support vitest as default unit tests framework #1937
  • ✅ Generate unit tests for user form component #2063

Changed

  • JHipster framework support upgraded to v8.x #1996 #2265 #2266
  • Eslint dependency and configuration support upgraded to v9.x #2259
  • ✅ Replaced pretty-quick with lint-staged package #1927
  • ✅ Jest unit tests framework support is moved behind the --jest option #1865
  • ✅ Upgraded Svelte/Kit, Eslint, Cypress, Testing Library, Jest and other third party dependencies #1936 #2019 #2236
vishal423
published 1.1.0 •

Changelog

Source

[1.1.0] - 2023-10-1

Fixed

  • ✅ Fixed build step to correctly copy the Swagger UI files #1823

Changed

  • ✅ Replaced eslint-plugin-svelte3 dependency with eslint-plugin-svelte #1824
  • ✅ Upgraded Svelte/Kit, Eslint, Cypress, Testing Library, Jest and other third party dependencies #1861
vishal423
published 1.0.0 •

Changelog

Source

[1.0.0] - 2023-4-23

BREAKING CHANGES

  • ✅ JHipster Svelte blueprint CLI has been renamed to jsvelte #1655

Fixed

  • ✅ Fix OIDC redirection in the dev mode. #1651
  • ✅ Fix issues observed during npm start execution. #1480
  • ✅ Fix GitHub Actions CI build by downgrading node.js to use v16.x in the docker image. JHipster CLI is not yet compatible with the nodejs v18.x. #1501

Changed

  • ✅ Use the JHipster Svelte name consistently in the generated applications and docker images. Docker images shall be available under the DockerHub repository. #1654
  • ✅ Use Jest default ESM resolver in unit tests. It removes the dependency on the jest-svelte-resolver package. #1639
  • ✅ JHipster Svelte blueprint now generates applications with Svelte/Kit 1.15.x GA release. #1639
  • ✅ Upgrade Cypress dependency to 12.9.x #1630
  • ✅ Upgrade Eslint and other third party dependencies #1611
  • ✅ Upgrade Svelte/Kit, Eslint, and other third party dependencies #1501
  • ✅ Upgrade Cypress dependency to 11.1.x #1501
vishal423
published 0.10.2 •

Changelog

Source

[0.10.2] - 2022-10-2

Changed

  • ✅ Upgrade Cypress dependency to 10.9.x. Use cacheAcrossSpecs option to cache session across specs #1416
  • ✅ Upgrade Svelte/Kit, Eslint and other third party dependencies #1416
vishal423
published 0.10.1 •

Changelog

Source

[0.10.1] - 2022-09-11

Fixed

  • ✅ Include prettier and associated plugins as runtime dependencies #1372
vishal423
published 0.10.0 •

Changelog

Source

[0.10.0] - 2022-09-10

BREAKING CHANGES

  • ✅ The release upgrades the SvelteKit, Cypress, and Jest dependencies having breaking changes. Refer to individual tickets for more details.

Added

  • ✅ Enhance Svelte blueprint to be used as base for new blueprints #1357

Fixed

  • ✅ Fix Sonar violations #1364
  • ✅ Use ESM import for Font Awesome icons inclusion in the generated application #1363
  • ✅ Fix frontend build for applications generated with the swagger option #1361

Changed

  • ✅ Use password, password-confirm components from jhipster-svelte-library #1284
  • ✅ Rename the data-test attribute to data-testid for reuse of data selectors between cypress and testing library unit tests. Rename getBySel cypress custom command with getByTestId #1284
  • ✅ Upgrade JHipster dependency to 7.9.3 #1351
  • ✅ Upgrade Cypress dependency to 10.x #1241
  • ✅ Upgrade Svelte/Kit, Eslint, Husky and other third party dependencies #1277 #1336
vishal423
published 0.9.0 •

Changelog

Source

[0.9.0] - 2022-05-18

BREAKING CHANGES

Added

  • ✅ Support generation of JHipster microservice and gateway application types. A Gateway application is bundled with a UI page to view configured micro-services routes. With this change, you can now generate micro-services architecture applications using Svelte as a frontend technical stack. #1146, #1147, #1150, #1163
  • ✅ Support Auth0 OIDC provider in Cypress end-to-end tests #1121
  • ✅ Support Spring WebFlux based reactive backend applications #1146
  • ✅ Remember navigation context before login and redirect after successful authentication #1164

Changed

  • ✅ Cypress environment variables externalizing username and password have been renamed to USER_USERNAME, USER_PASSWORD, ADMIN_USERNAME, and ADMIN_PASSWORD #1140
  • ✅ Upgrade Cypress, Svelte, Svelte/Kit, Eslint, Husky etc dependencies.
vishal423
published 0.8.0 •

Changelog

Source

[0.8.0] - 2022-04-24

BREAKING CHANGES

Added

  • ✅ Integrate Swagger UI under Administration > API menu. Allows to interactively Try backend REST APIs. By default, the Swagger UI generation is disabled. Use --swagger-ui command line option to generate the Swagger UI. #900, #1105

Changed

  • ✅ Bump JHipster dependency to support v7.8.1 release
  • ✅ Improved GitHub Action Workflows to test generated applications #919
  • ✅ Upgrade Cypress, svelte, svelte/kit, eslint etc dependencies
vishal423
published 0.7.1 •

Changelog

Source

[0.7.1] - 2022-01-03

Changed

  • ✅ Bump JHipster dependency to support 7.5.0 release
  • ✅ Bump Svelte/Kit dependency to support latest patch release
vishal423
published 0.7.0 •

Changelog

Source

[0.7.0] - 2022-01-01

Added

  • ✅ JHipster entity JDL supporting Create, Update pages along with Cypress e2e tests #786, #792, #804, #812, #822, #823
  • ✅ JHipster relationship JDL supporting one-to-one, one-to-many, many-to-one, and many-to-many relationships along with Cypress e2e tests #824, #866
  • ✅ Use cypress session API to improve e2e tests performance #753

Changed

  • ✅ Bump JHipster dependency to support 7.4.1 release #800, #852
  • ✅ Bump Tailwind dependency to support 3.0.x release #852
  • ✅ Bump Jest dependency to support 27.x release and enable ECMAScript Modules #873
  • ✅ Regular maintenance to bump Cypress, svelte, svelte/kit, eslint etc dependencies
2
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc