- Java 21.0.6-tem (Installed using SDKMAN)
- Gradle 8.13 (Installed using SDKMAN)
- Node.js 22.14.0 and npm 10.9.2 (Install Node22 using Homebrew)
- Spring Boot 3.4.3
- Angular CLI 19.2.1 (Install Angular CLI)
- Download Node.js®
- Downloading and installing Node.js and npm
- Here’s how to uninstall Node on your Mac
- How to install NVM (Node Version Manager) on macOS using Homebrew
| Typ | Beschreibung | |
|---|---|---|
feat |
Features | A new feature |
fix |
Bug Fixes | A bug fix |
docs |
Documentation | Documentation only changes |
style |
Styles | Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc) |
refactor |
Code Refactoring | A code change that neither fixes a bug nor adds a feature |
perf |
Performance Improvements | A code change that improves performance |
test |
Tests | Adding missing tests or correcting existing tests |
build |
Builds | Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm) |
ci |
Continuous Integrations | Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs) |
chore |
Chores | Other changes that don't modify src or test files |
revert |
Reverts | Reverts a previous commit |