github-actions[bot]
fa8c84bb38
chore: bump api version to 10 [skip ci]
2026-02-28 16:08:55 +00:00
c3115bc002
Add public note sharing feature ( #22 )
...
* Initial plan
* Add note sharing feature: share/unshare endpoints, public note view, share token
Co-authored-by: RMCampos <2219519+RMCampos@users.noreply.github.com >
* Remove redundant nullable=true annotation from NoteEntity shareToken column
Co-authored-by: RMCampos <2219519+RMCampos@users.noreply.github.com >
* Fix checkstyle line-length violations in test files
Co-authored-by: RMCampos <2219519+RMCampos@users.noreply.github.com >
* Fix frontend build and test failures: add shared/shareToken fields to NoteAdd payloads and test
Co-authored-by: RMCampos <2219519+RMCampos@users.noreply.github.com >
* chore: reorganize scripts and migration name
* docs: update readme with new feature
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: RMCampos <2219519+RMCampos@users.noreply.github.com >
Co-authored-by: Ricardo Campos <ricardompcampos@gmail.com >
2026-02-28 13:08:23 -03:00
rmcampos
91e48f2cbb
chore: drop dokploy deploy for app
2026-02-27 19:27:09 -03:00
github-actions[bot]
4217ea11c8
chore: bump api version to 9 [skip ci]
2026-02-27 22:14:21 +00:00
f41e34486a
Add Source and Copy buttons to note markdown modal ( #21 )
...
* Initial plan
* Add Source and Copy buttons to ModalMarkdown for note source code view
Co-authored-by: RMCampos <2219519+RMCampos@users.noreply.github.com >
* feat: add healthcheck do native image
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: RMCampos <2219519+RMCampos@users.noreply.github.com >
Co-authored-by: Ricardo Campos <ricardompcampos@gmail.com >
2026-02-27 19:13:53 -03:00
29812e8175
fix(readme): replace stale Sonar badges with GitHub Actions CI badges ( #15 )
...
* Initial plan
* fix: update README badges - remove Sonar badges and add GitHub Actions CI badges
Co-authored-by: RMCampos <2219519+RMCampos@users.noreply.github.com >
* chore: drop dokploy from backend build
* docs: udpate README
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: RMCampos <2219519+RMCampos@users.noreply.github.com >
Co-authored-by: Ricardo Campos <ricardompcampos@gmail.com >
2026-02-27 15:32:31 -03:00
github-actions[bot]
0444ad5a5d
chore: bump api version to 8 [skip ci]
2026-02-27 18:10:34 +00:00
89eb15d714
Upgrade backend to Spring Boot 4.0.3 and Java 25 ( #20 )
...
* Initial plan
* feat: upgrade to Spring Boot 4.0.3 and Java 25
Co-authored-by: RMCampos <2219519+RMCampos@users.noreply.github.com >
* chore: fix google check style issues and drop unused annotations
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: RMCampos <2219519+RMCampos@users.noreply.github.com >
Co-authored-by: Ricardo Campos <ricardompcampos@gmail.com >
2026-02-27 15:10:05 -03:00
rmcampos
08ed7c485e
chore: drop claude from repo
2026-02-27 13:58:51 -03:00
rmcampos
cf598c0971
chore: bump frontend dependencies version
2026-02-27 13:52:52 -03:00
rmcampos
e8833320d4
chore: commit package lock client file
2026-02-12 18:25:24 -03:00
rmcampos
eb759a232d
chore: bump client dependencies
2026-02-12 18:12:28 -03:00
rmcampos
4e167f9a85
chore: add missing files and improve Dockerfile
2026-02-11 11:03:02 -03:00
rmcampos
ee2fb62036
feat: improve markdown rendering and add home filter context
2026-02-11 10:57:43 -03:00
github-actions[bot]
5eb9ee5ced
chore: bump api version to 7 [skip ci]
2026-02-10 20:53:37 +00:00
rmcampos
2679cf61ac
fix: backend null pointer exception
2026-02-10 17:52:45 -03:00
github-actions[bot]
49baf4db77
chore: bump api version to 6 [skip ci]
2026-02-10 20:38:14 +00:00
rmcampos and GitHub
c1db12be40
feat: include notes tags ( #13 )
2026-02-10 17:37:31 -03:00
1eab863fca
feat: Add tag suggestion dropdown for Notes and Tasks ( #12 )
...
* feat: add tag suggestion dropdown for NoteAdd and TaskAdd views
Implement a tag suggestion dropdown in both NoteAdd and TaskAdd components.
When the tag input is focused, available tags are fetched from the API
(GET /rest/home/tasks/tags) and displayed in a filterable dropdown list.
Users can select an existing tag or type a custom one.
Co-authored-by: Ricardo Campos <RMCampos@users.noreply.github.com >
* chore: fix lint issue
---------
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Ricardo Campos <RMCampos@users.noreply.github.com >
2026-02-10 17:35:26 -03:00
rmcampos
ed6738381a
fix: test CI command
2026-02-10 17:01:03 -03:00
b423082b1f
fix: Keep filter between actions in Home view ( #9 )
...
* fix: keep filter selection between actions in Home view
When a user selects a filter (Tasks, Notes, or a tag) and performs an
action like marking a task as done or deleting a note, the filter is now
preserved after the data reload.
- Extract applyFilter() helper that accepts explicit task/note arrays to
avoid stale state closure issues
- loadAllTasks() now re-applies the current selectedOption and filterText
after fetching fresh data instead of resetting to 'everything'
- loadAllNotes() now re-applies the current filter after fetching fresh data
- Add 3 new tests verifying filter persistence after actions
Fixes #8
Co-authored-by: Ricardo Campos <RMCampos@users.noreply.github.com >
* feat: fix race condition as per Claude review
* ci: add CI to client
---------
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Ricardo Campos <RMCampos@users.noreply.github.com >
2026-02-10 16:57:44 -03:00
github-actions[bot]
ab34a310c4
chore: bump api version to 5 [skip ci]
2026-02-10 16:00:45 +00:00
ee916d02b9
feat: remove 5-tag limit and return all tags alphabetically ( #7 )
...
* feat: remove 5-tag limit and return all tags alphabetically
The /rest/home/tasks/tags endpoint previously returned only the top 5
most-used tags. This change removes that restriction so all existing
tags are returned, sorted alphabetically.
Fixes #6
Co-authored-by: Ricardo Campos <RMCampos@users.noreply.github.com >
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com >
* chore: fix test issue and add log version to the right place
* ci: add server ci
---------
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Ricardo Campos <RMCampos@users.noreply.github.com >
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-02-10 13:00:10 -03:00
ee38fa256d
docs: update CLAUDE.md with current project context ( #5 )
...
* docs: update CLAUDE.md with current project context
- Remove non-existent angular/ directory reference
- Update Java version from 17 to 21
- Update Spring Boot version to 3.5.9
- Remove outdated OpenAPI/Swagger documentation reference
- Update docker-compose file references (dev vs prod)
- Add React 19 and React Router v7 information
- Add Taskfile.yml to development workflow section
- Reorganize development workflow with manual and Taskfile options
Fixes #4
Co-authored-by: Ricardo Campos <RMCampos@users.noreply.github.com >
* fix: update Taskfile commands in CLAUDE.md
- Change task dev to task dev-run
- Change task prod to task prod-up
- Split task docker-build into task docker-build-api and task docker-build-web
- Add task -l command to list all available tasks
Co-authored-by: Ricardo Campos <RMCampos@users.noreply.github.com >
---------
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Ricardo Campos <RMCampos@users.noreply.github.com >
2026-02-05 16:01:34 -03:00
rmcampos and GitHub
1d7b10ec4d
Merge pull request #2 from RMCampos/add-claude-github-actions-1770309711613
...
Add claude GitHub actions 1770309711613
2026-02-05 13:47:45 -03:00
rmcampos
e4454f913f
"Update Claude Code Review workflow"
2026-02-05 13:41:54 -03:00
rmcampos
7ea127c4a9
"Update Claude PR Assistant workflow"
2026-02-05 13:41:53 -03:00
rmcampos and GitHub
7fffb163d1
Merge pull request #1 from RMCampos/add-claude-github-actions-1770309101716
...
Add claude GitHub actions 1770309101716
2026-02-05 13:35:04 -03:00
rmcampos
bd3a6c6f18
"Claude Code Review workflow"
2026-02-05 13:31:44 -03:00
rmcampos
111eb4686b
"Claude PR Assistant workflow"
2026-02-05 13:31:43 -03:00
rmcampos
da0432a734
chore: bump client dependencies
2026-02-05 13:05:03 -03:00
github-actions[bot]
d016d20850
chore: bump api version to 4 [skip ci]
2026-01-18 21:23:25 +00:00
rmcampos
332da7de94
Merge branch 'main' of github.com:RMCampos/tasknote
2026-01-18 18:22:46 -03:00
rmcampos
6c92a5ca91
chore: add job to deploy and fix tests
2026-01-18 18:22:22 -03:00
github-actions[bot]
ed464bf719
chore: bump api version to 3 [skip ci]
2026-01-18 20:22:10 +00:00
rmcampos
b423e4141f
fix: docker image name lowercase
2026-01-18 17:21:19 -03:00
github-actions[bot]
a1fc1c1dfc
chore: bump api version to 2 [skip ci]
2026-01-18 20:16:08 +00:00
rmcampos
cd26ea52b0
feat: improve CI to use GHCR and single versions in the backend
2026-01-18 17:15:35 -03:00
rmcampos
a305a95970
feat: upgrade to spring boot 3.5.9
2026-01-17 15:48:46 -03:00
rmcampos
2e24cf06ed
feat: bump dependencies to latest version
2026-01-14 16:12:15 -03:00
rmcampos
75e082d64b
feat: drop lombok and bump to spring 3.5.9
2026-01-14 16:10:38 -03:00
rmcampos
af2b37fae9
ci: add vite build number to ci
2025-12-15 17:56:33 -03:00
rmcampos
77eb28c1c3
ci: fix wrong ci file for server
2025-12-15 17:07:33 -03:00
rmcampos
f450b88a7b
ci: fix server workflow
2025-12-15 17:06:37 -03:00
rmcampos
eb050bfa80
ci: fix app workflow
2025-12-15 17:01:51 -03:00
rmcampos
92cdb86f59
chore: repo clean up
2025-12-15 16:58:28 -03:00
rmcampos
ab8757dba4
feat: add Bruno Collections
2025-12-15 16:50:58 -03:00
rmcampos
f016eeb2f2
chore: bump webapp dependencies
2025-12-15 16:50:13 -03:00
rmcampos and GitHub
3f95dba104
fix: reload issue and packages updates ( #715 )
2025-11-05 18:26:00 -03:00
83ae707a6d
feat: versions ( #709 )
...
* build(deps): bump org.jacoco:jacoco-maven-plugin in /server
Bumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco ) from 0.8.13 to 0.8.14.
- [Release notes](https://github.com/jacoco/jacoco/releases )
- [Commits](https://github.com/jacoco/jacoco/compare/v0.8.13...v0.8.14 )
---
updated-dependencies:
- dependency-name: org.jacoco:jacoco-maven-plugin
dependency-version: 0.8.14
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* fix: client/Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-13174134
- https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-13174135
- https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-13174135
- https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-13174136
- https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-13174136
* build(deps): bump actions/setup-node from 5 to 6
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 5 to 6.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* fix: server/Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-DEBIAN12-PERL-5489190
- https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963
- https://snyk.io/vuln/SNYK-DEBIAN12-PAM-10378969
- https://snyk.io/vuln/SNYK-DEBIAN12-PAM-10378969
- https://snyk.io/vuln/SNYK-DEBIAN12-PAM-10378969
* build(deps): bump org.springframework.boot:spring-boot-starter-parent
Bumps [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot ) from 3.5.6 to 3.5.7.
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.6...v3.5.7 )
---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
dependency-version: 3.5.7
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump com.puppycrawl.tools:checkstyle in /server
Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle ) from 11.1.0 to 12.1.1.
- [Release notes](https://github.com/checkstyle/checkstyle/releases )
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-11.1.0...checkstyle-12.1.1 )
---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
dependency-version: 12.1.1
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump org.hibernate.orm.tooling:hibernate-enhance-maven-plugin
Bumps [org.hibernate.orm.tooling:hibernate-enhance-maven-plugin](https://github.com/hibernate/hibernate-orm ) from 6.6.31.Final to 6.6.34.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases )
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.34/changelog.txt )
- [Commits](https://github.com/hibernate/hibernate-orm/compare/6.6.31...6.6.34 )
---
updated-dependencies:
- dependency-name: org.hibernate.orm.tooling:hibernate-enhance-maven-plugin
dependency-version: 6.6.34.Final
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* chore: bump dependencies and fix tests
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: snyk-bot <snyk-bot@snyk.io >
2025-10-31 18:51:32 -03:00
c9380598cf
feat: dependencies bump ( #686 )
...
* build(deps): bump org.springframework.boot:spring-boot-starter-parent
Bumps [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot ) from 3.5.5 to 3.5.6.
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.5...v3.5.6 )
---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
dependency-version: 3.5.6
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin
Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin ) from 3.11.3 to 3.12.0.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases )
- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.11.3...maven-javadoc-plugin-3.12.0 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
dependency-version: 3.12.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump com.puppycrawl.tools:checkstyle in /server
Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle ) from 11.0.1 to 11.1.0.
- [Release notes](https://github.com/checkstyle/checkstyle/releases )
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-11.0.1...checkstyle-11.1.0 )
---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
dependency-version: 11.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump actions/cache from 4.2.4 to 4.3.0
Bumps [actions/cache](https://github.com/actions/cache ) from 4.2.4 to 4.3.0.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v4.2.4...v4.3.0 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-version: 4.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump org.hibernate.orm.tooling:hibernate-enhance-maven-plugin
Bumps [org.hibernate.orm.tooling:hibernate-enhance-maven-plugin](https://github.com/hibernate/hibernate-orm ) from 6.6.29.Final to 6.6.31.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases )
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.31/changelog.txt )
- [Commits](https://github.com/hibernate/hibernate-orm/compare/6.6.29...6.6.31 )
---
updated-dependencies:
- dependency-name: org.hibernate.orm.tooling:hibernate-enhance-maven-plugin
dependency-version: 6.6.31.Final
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump org.apache.maven.plugins:maven-enforcer-plugin
Bumps [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer ) from 3.6.1 to 3.6.2.
- [Release notes](https://github.com/apache/maven-enforcer/releases )
- [Commits](https://github.com/apache/maven-enforcer/compare/enforcer-3.6.1...enforcer-3.6.2 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-enforcer-plugin
dependency-version: 3.6.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* feat: dependencies bump
* feat: improve prod and logs
* fix: AuthService max length of 100
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-13 17:13:33 -03:00
7f95a9e274
chore: versions bump ( #667 )
...
* build(deps): bump com.puppycrawl.tools:checkstyle in /server
Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle ) from 11.0.0 to 11.0.1.
- [Release notes](https://github.com/checkstyle/checkstyle/releases )
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-11.0.0...checkstyle-11.0.1 )
---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
dependency-version: 11.0.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump actions/setup-node from 4 to 5
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 4 to 5.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump org.springdoc:springdoc-openapi-starter-webmvc-ui
Bumps [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi ) from 2.8.11 to 2.8.13.
- [Release notes](https://github.com/springdoc/springdoc-openapi/releases )
- [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md )
- [Commits](https://github.com/springdoc/springdoc-openapi/compare/v2.8.11...v2.8.13 )
---
updated-dependencies:
- dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui
dependency-version: 2.8.13
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump org.apache.maven.plugins:maven-failsafe-plugin
Bumps [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire ) from 3.5.3 to 3.5.4.
- [Release notes](https://github.com/apache/maven-surefire/releases )
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.3...surefire-3.5.4 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
dependency-version: 3.5.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump org.hibernate.orm.tooling:hibernate-enhance-maven-plugin
Bumps [org.hibernate.orm.tooling:hibernate-enhance-maven-plugin](https://github.com/hibernate/hibernate-orm ) from 6.6.26.Final to 6.6.29.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases )
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.29/changelog.txt )
- [Commits](https://github.com/hibernate/hibernate-orm/compare/6.6.26...6.6.29 )
---
updated-dependencies:
- dependency-name: org.hibernate.orm.tooling:hibernate-enhance-maven-plugin
dependency-version: 6.6.29.Final
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump org.apache.maven.plugins:maven-surefire-plugin
Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire ) from 3.5.3 to 3.5.4.
- [Release notes](https://github.com/apache/maven-surefire/releases )
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.3...surefire-3.5.4 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
dependency-version: 3.5.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump SonarSource/sonarqube-scan-action from 5.3.0 to 6.0.0
Bumps [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action ) from 5.3.0 to 6.0.0.
- [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases )
- [Commits](https://github.com/sonarsource/sonarqube-scan-action/compare/v5.3.0...v6.0.0 )
---
updated-dependencies:
- dependency-name: SonarSource/sonarqube-scan-action
dependency-version: 6.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* chore: bump client deps versions
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-20 15:55:48 -03:00
rmcampos and GitHub
bf2a83ad44
chore: drop angular - not using at all ( #660 )
2025-09-20 14:50:16 -03:00
rmcampos and GitHub
0c77393000
fix client and main tags ( #633 )
2025-08-31 17:23:08 -03:00
5f6cc58e36
feat: upgrade client and angular dependencies ( #632 )
...
* build(deps): bump actions/setup-java from 4 to 5
Bumps [actions/setup-java](https://github.com/actions/setup-java ) from 4 to 5.
- [Release notes](https://github.com/actions/setup-java/releases )
- [Commits](https://github.com/actions/setup-java/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump org.springdoc:springdoc-openapi-starter-webmvc-ui
Bumps [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi ) from 2.8.9 to 2.8.11.
- [Release notes](https://github.com/springdoc/springdoc-openapi/releases )
- [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md )
- [Commits](https://github.com/springdoc/springdoc-openapi/compare/v2.8.9...v2.8.11 )
---
updated-dependencies:
- dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui
dependency-version: 2.8.11
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* feat: client versions bump
* feat: angular versions bump
* docs: add commands to upgrade dependencies
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-31 17:03:47 -03:00
2da0a9f113
feat: updates ( #631 )
...
* build(deps): bump org.springframework.boot:spring-boot-starter-parent
Bumps [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot ) from 3.5.4 to 3.5.5.
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.4...v3.5.5 )
---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
dependency-version: 3.5.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump io.jsonwebtoken:jjwt-jackson in /server
Bumps io.jsonwebtoken:jjwt-jackson from 0.12.7 to 0.13.0.
---
updated-dependencies:
- dependency-name: io.jsonwebtoken:jjwt-jackson
dependency-version: 0.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump io.jsonwebtoken:jjwt-impl in /server
Bumps [io.jsonwebtoken:jjwt-impl](https://github.com/jwtk/jjwt ) from 0.12.7 to 0.13.0.
- [Release notes](https://github.com/jwtk/jjwt/releases )
- [Changelog](https://github.com/jwtk/jjwt/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jwtk/jjwt/compare/0.12.7...0.13.0 )
---
updated-dependencies:
- dependency-name: io.jsonwebtoken:jjwt-impl
dependency-version: 0.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump io.jsonwebtoken:jjwt-api in /server
Bumps [io.jsonwebtoken:jjwt-api](https://github.com/jwtk/jjwt ) from 0.12.7 to 0.13.0.
- [Release notes](https://github.com/jwtk/jjwt/releases )
- [Changelog](https://github.com/jwtk/jjwt/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jwtk/jjwt/compare/0.12.7...0.13.0 )
---
updated-dependencies:
- dependency-name: io.jsonwebtoken:jjwt-api
dependency-version: 0.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* feat: add Taskfile
* feat: add files, tasks and more automations
* feat: disable email sending if not configured
* chore: rename client to tasknote-web
* feat: add devtools for faster development
* feat: Re-tag Docker image with 'latest' tag
* feat: update wording and improve taskfile
* Implement ApplicationRunner for startup logging
* fix: add reachability json file
* feat: drop old config for JJWT
* Revert "feat: drop old config for JJWT"
This reverts commit ed29cf4684454b0d5e3f1a284b479e2bb6872ad7.
* chore: JJWT finally working now
* test: fix test cases
* ci: fix permissions
* test: add more test cases
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-31 13:43:26 -03:00
rmcampos and GitHub
caa0b8b9ea
fix: json error and docs ( #630 )
...
* feat: add docs and reflection solution - wip
* fix: login and jjwt cloud native issue
2025-08-27 11:13:56 -03:00
a653b3cb41
Feat/upgrades ( #613 )
...
* build(deps): bump tmp and @inquirer/editor in /angular
Bumps [tmp](https://github.com/raszi/node-tmp ) and [@inquirer/editor](https://github.com/SBoudrias/Inquirer.js ). These dependencies needed to be updated together.
Updates `tmp` from 0.2.3 to 0.2.5
- [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md )
- [Commits](https://github.com/raszi/node-tmp/compare/v0.2.3...v0.2.5 )
Updates `@inquirer/editor` from 4.2.15 to 4.2.16
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases )
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/@inquirer/editor@4.2.15...@inquirer/editor@4.2.16 )
---
updated-dependencies:
- dependency-name: tmp
dependency-version: 0.2.5
dependency-type: indirect
- dependency-name: "@inquirer/editor"
dependency-version: 4.2.16
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
* feat: update dependencies
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-20 13:59:28 -03:00
8d7f37c8a9
chore: update angular version ( #606 )
...
* build(deps-dev): bump typescript from 5.8.3 to 5.9.2 in /angular
Bumps [typescript](https://github.com/microsoft/TypeScript ) from 5.8.3 to 5.9.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases )
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml )
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.8.3...v5.9.2 )
---
updated-dependencies:
- dependency-name: typescript
dependency-version: 5.9.2
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* feat: upgrade angular versions
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-12 18:22:11 -03:00
e52d1d9c23
Chore/new versions ( #605 )
...
* build(deps): bump com.puppycrawl.tools:checkstyle in /server
Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle ) from 10.26.1 to 11.0.0.
- [Release notes](https://github.com/checkstyle/checkstyle/releases )
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.26.1...checkstyle-11.0.0 )
---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
dependency-version: 11.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump typescript from 5.8.3 to 5.9.2 in /client
Bumps [typescript](https://github.com/microsoft/TypeScript ) from 5.8.3 to 5.9.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases )
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml )
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.8.3...v5.9.2 )
---
updated-dependencies:
- dependency-name: typescript
dependency-version: 5.9.2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump @eslint/js from 9.32.0 to 9.33.0 in /client
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js ) from 9.32.0 to 9.33.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/commits/v9.33.0/packages/js )
---
updated-dependencies:
- dependency-name: "@eslint/js"
dependency-version: 9.33.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump @eslint/compat from 1.3.1 to 1.3.2 in /client
Bumps [@eslint/compat](https://github.com/eslint/rewrite/tree/HEAD/packages/compat ) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/eslint/rewrite/releases )
- [Changelog](https://github.com/eslint/rewrite/blob/main/packages/compat/CHANGELOG.md )
- [Commits](https://github.com/eslint/rewrite/commits/compat-v1.3.2/packages/compat )
---
updated-dependencies:
- dependency-name: "@eslint/compat"
dependency-version: 1.3.2
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump actions/cache from 4.2.3 to 4.2.4
Bumps [actions/cache](https://github.com/actions/cache ) from 4.2.3 to 4.2.4.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v4.2.3...v4.2.4 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-version: 4.2.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump org.hibernate.orm.tooling:hibernate-enhance-maven-plugin
Bumps [org.hibernate.orm.tooling:hibernate-enhance-maven-plugin](https://github.com/hibernate/hibernate-orm ) from 6.6.24.Final to 6.6.25.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases )
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.25/changelog.txt )
- [Commits](https://github.com/hibernate/hibernate-orm/compare/6.6.24...6.6.25 )
---
updated-dependencies:
- dependency-name: org.hibernate.orm.tooling:hibernate-enhance-maven-plugin
dependency-version: 6.6.25.Final
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump react-router from 7.6.3 to 7.8.0 in /client
Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router ) from 7.6.3 to 7.8.0.
- [Release notes](https://github.com/remix-run/react-router/releases )
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md )
- [Commits](https://github.com/remix-run/react-router/commits/react-router@7.8.0/packages/react-router )
---
updated-dependencies:
- dependency-name: react-router
dependency-version: 7.8.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump sass from 1.89.2 to 1.90.0 in /client
Bumps [sass](https://github.com/sass/dart-sass ) from 1.89.2 to 1.90.0.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.89.2...1.90.0 )
---
updated-dependencies:
- dependency-name: sass
dependency-version: 1.90.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* fix: eslint error
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-12 17:56:39 -03:00
rmcampos and GitHub
d1a08a0d5c
fix: mobile version and radio selection. Issue #590 ( #604 )
2025-08-12 17:16:05 -03:00
14b76a0a37
chore: app updates ( #589 )
...
* build(deps-dev): bump @types/react from 19.1.8 to 19.1.9 in /client
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 19.1.8 to 19.1.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
---
updated-dependencies:
- dependency-name: "@types/react"
dependency-version: 19.1.9
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump typescript-eslint from 8.36.0 to 8.39.0 in /client
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint ) from 8.36.0 to 8.39.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.39.0/packages/typescript-eslint )
---
updated-dependencies:
- dependency-name: typescript-eslint
dependency-version: 8.39.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump vite from 7.0.4 to 7.0.6 in /client
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 7.0.4 to 7.0.6.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v7.0.6/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 7.0.6
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump @testing-library/jest-dom in /client
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom ) from 6.6.3 to 6.6.4.
- [Release notes](https://github.com/testing-library/jest-dom/releases )
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/jest-dom/compare/v6.6.3...v6.6.4 )
---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
dependency-version: 6.6.4
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump org.hibernate.orm.tooling:hibernate-enhance-maven-plugin
Bumps [org.hibernate.orm.tooling:hibernate-enhance-maven-plugin](https://github.com/hibernate/hibernate-orm ) from 6.6.23.Final to 6.6.24.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases )
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.24/changelog.txt )
- [Commits](https://github.com/hibernate/hibernate-orm/compare/6.6.23...6.6.24 )
---
updated-dependencies:
- dependency-name: org.hibernate.orm.tooling:hibernate-enhance-maven-plugin
dependency-version: 6.6.24.Final
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* updates @stylistic/eslint-plugin to 5.2.2
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-05 15:26:41 -03:00
rmcampos and GitHub
91de896ea7
feat: angular versions bump ( #581 )
2025-08-01 14:36:57 -03:00
4ecdb940e3
feat: new versions ( #580 )
...
* build(deps): bump SonarSource/sonarqube-scan-action from 5.2.0 to 5.3.0
Bumps [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action ) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases )
- [Commits](https://github.com/sonarsource/sonarqube-scan-action/compare/v5.2.0...v5.3.0 )
---
updated-dependencies:
- dependency-name: SonarSource/sonarqube-scan-action
dependency-version: 5.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump eslint from 9.31.0 to 9.32.0 in /client
Bumps [eslint](https://github.com/eslint/eslint ) from 9.31.0 to 9.32.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v9.31.0...v9.32.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-version: 9.32.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump eslint-config-prettier in /client
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 10.1.5 to 10.1.8.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v10.1.5...v10.1.8 )
---
updated-dependencies:
- dependency-name: eslint-config-prettier
dependency-version: 10.1.8
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump react from 19.1.0 to 19.1.1 in /client
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react ) from 19.1.0 to 19.1.1.
- [Release notes](https://github.com/facebook/react/releases )
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/react/commits/v19.1.1/packages/react )
---
updated-dependencies:
- dependency-name: react
dependency-version: 19.1.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump org.apache.maven.plugins:maven-enforcer-plugin
Bumps [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer ) from 3.6.0 to 3.6.1.
- [Release notes](https://github.com/apache/maven-enforcer/releases )
- [Commits](https://github.com/apache/maven-enforcer/compare/enforcer-3.6.0...enforcer-3.6.1 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-enforcer-plugin
dependency-version: 3.6.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump org.hibernate.orm.tooling:hibernate-enhance-maven-plugin
Bumps [org.hibernate.orm.tooling:hibernate-enhance-maven-plugin](https://github.com/hibernate/hibernate-orm ) from 6.6.21.Final to 6.6.23.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases )
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.23/changelog.txt )
- [Commits](https://github.com/hibernate/hibernate-orm/compare/6.6.21...6.6.23 )
---
updated-dependencies:
- dependency-name: org.hibernate.orm.tooling:hibernate-enhance-maven-plugin
dependency-version: 6.6.23.Final
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump eslint-plugin-jsdoc in /client
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 51.3.4 to 52.0.0.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v51.3.4...v52.0.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
dependency-version: 52.0.0
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump org.springframework.boot:spring-boot-starter-parent
Bumps [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot ) from 3.5.3 to 3.5.4.
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.3...v3.5.4 )
---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
dependency-version: 3.5.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump react-i18next from 15.6.0 to 15.6.1 in /client
Bumps [react-i18next](https://github.com/i18next/react-i18next ) from 15.6.0 to 15.6.1.
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/react-i18next/compare/v15.6.0...v15.6.1 )
---
updated-dependencies:
- dependency-name: react-i18next
dependency-version: 15.6.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* feat: make react-dom the same version as react
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-01 10:42:59 -03:00
8144b9b2fe
chore: updates ( #565 )
...
* build(deps): bump @angular/forms from 20.0.6 to 20.1.0 in /angular
---
updated-dependencies:
- dependency-name: "@angular/forms"
dependency-version: 20.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump @types/node from 24.0.10 to 24.0.13 in /client
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 24.0.10 to 24.0.13.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-version: 24.0.13
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump eslint from 9.30.1 to 9.31.0 in /client
Bumps [eslint](https://github.com/eslint/eslint ) from 9.30.1 to 9.31.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v9.30.1...v9.31.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-version: 9.31.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump @angular-devkit/build-angular in /angular
---
updated-dependencies:
- dependency-name: "@angular-devkit/build-angular"
dependency-version: 20.1.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump @angular/common from 20.0.6 to 20.1.0 in /angular
---
updated-dependencies:
- dependency-name: "@angular/common"
dependency-version: 20.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump @angular/platform-browser-dynamic in /angular
---
updated-dependencies:
- dependency-name: "@angular/platform-browser-dynamic"
dependency-version: 20.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump org.hibernate.orm.tooling:hibernate-enhance-maven-plugin
---
updated-dependencies:
- dependency-name: org.hibernate.orm.tooling:hibernate-enhance-maven-plugin
dependency-version: 6.6.21.Final
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump @eslint/js from 9.30.1 to 9.31.0 in /client
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js ) from 9.30.1 to 9.31.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/commits/v9.31.0/packages/js )
---
updated-dependencies:
- dependency-name: "@eslint/js"
dependency-version: 9.31.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump i18next from 25.3.1 to 25.3.2 in /client
Bumps [i18next](https://github.com/i18next/i18next ) from 25.3.1 to 25.3.2.
- [Release notes](https://github.com/i18next/i18next/releases )
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/i18next/compare/v25.3.1...v25.3.2 )
---
updated-dependencies:
- dependency-name: i18next
dependency-version: 25.3.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump vite from 7.0.2 to 7.0.4 in /client
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 7.0.2 to 7.0.4.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v7.0.4/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 7.0.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump @angular/cli from 20.0.5 to 20.1.0 in /angular
---
updated-dependencies:
- dependency-name: "@angular/cli"
dependency-version: 20.1.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump on-headers and compression in /angular
---
updated-dependencies:
- dependency-name: on-headers
dependency-version: 1.1.0
dependency-type: indirect
- dependency-name: compression
dependency-version: 1.8.1
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
* chore: fix angular versions
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-22 13:18:47 -03:00
8d886ee3dc
chore: versions ( #552 )
...
* build(deps): bump org.apache.maven.plugins:maven-enforcer-plugin
Bumps [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer ) from 3.5.0 to 3.6.0.
- [Release notes](https://github.com/apache/maven-enforcer/releases )
- [Commits](https://github.com/apache/maven-enforcer/compare/enforcer-3.5.0...enforcer-3.6.0 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-enforcer-plugin
dependency-version: 3.6.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump org.hibernate.orm.tooling:hibernate-enhance-maven-plugin
Bumps [org.hibernate.orm.tooling:hibernate-enhance-maven-plugin](https://github.com/hibernate/hibernate-orm ) from 6.6.19.Final to 6.6.20.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases )
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.20/changelog.txt )
- [Commits](https://github.com/hibernate/hibernate-orm/compare/6.6.19...6.6.20 )
---
updated-dependencies:
- dependency-name: org.hibernate.orm.tooling:hibernate-enhance-maven-plugin
dependency-version: 6.6.20.Final
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump eslint-plugin-jsdoc in /client
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 50.8.0 to 51.3.4.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.8.0...v51.3.4 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
dependency-version: 51.3.4
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump @types/node from 22.16.0 to 24.0.10 in /client
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 22.16.0 to 24.0.10.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-version: 24.0.10
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump typescript-eslint from 8.35.1 to 8.36.0 in /client
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint ) from 8.35.1 to 8.36.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.36.0/packages/typescript-eslint )
---
updated-dependencies:
- dependency-name: typescript-eslint
dependency-version: 8.36.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump vite from 6.3.5 to 7.0.2 in /client
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 6.3.5 to 7.0.2.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v7.0.2/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 7.0.2
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-08 16:07:56 -03:00
91f1e21c9e
chore: updates ( #545 )
...
* build(deps): bump com.puppycrawl.tools:checkstyle in /server
Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle ) from 10.25.1 to 10.26.1.
- [Release notes](https://github.com/checkstyle/checkstyle/releases )
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.25.1...checkstyle-10.26.1 )
---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
dependency-version: 10.26.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump org.hibernate.orm.tooling:hibernate-enhance-maven-plugin
Bumps [org.hibernate.orm.tooling:hibernate-enhance-maven-plugin](https://github.com/hibernate/hibernate-orm ) from 6.6.18.Final to 6.6.19.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases )
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/main/changelog.txt )
- [Commits](https://github.com/hibernate/hibernate-orm/commits )
---
updated-dependencies:
- dependency-name: org.hibernate.orm.tooling:hibernate-enhance-maven-plugin
dependency-version: 6.6.19.Final
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump @stylistic/eslint-plugin in /client
Bumps [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin ) from 5.0.0 to 5.1.0.
- [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases )
- [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v5.1.0/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@stylistic/eslint-plugin"
dependency-version: 5.1.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump bootstrap from 5.3.6 to 5.3.7 in /client
Bumps [bootstrap](https://github.com/twbs/bootstrap ) from 5.3.6 to 5.3.7.
- [Release notes](https://github.com/twbs/bootstrap/releases )
- [Commits](https://github.com/twbs/bootstrap/compare/v5.3.6...v5.3.7 )
---
updated-dependencies:
- dependency-name: bootstrap
dependency-version: 5.3.7
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump react-router from 7.6.2 to 7.6.3 in /client
Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router ) from 7.6.2 to 7.6.3.
- [Release notes](https://github.com/remix-run/react-router/releases )
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md )
- [Commits](https://github.com/remix-run/react-router/commits/react-router@7.6.3/packages/react-router )
---
updated-dependencies:
- dependency-name: react-router
dependency-version: 7.6.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump @eslint/js from 9.29.0 to 9.30.0 in /client
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js ) from 9.29.0 to 9.30.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/commits/v9.30.0/packages/js )
---
updated-dependencies:
- dependency-name: "@eslint/js"
dependency-version: 9.30.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump @angular-devkit/build-angular in /angular
Bumps [@angular-devkit/build-angular](https://github.com/angular/angular-cli ) from 20.0.3 to 20.0.4.
- [Release notes](https://github.com/angular/angular-cli/releases )
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md )
- [Commits](https://github.com/angular/angular-cli/compare/20.0.3...20.0.4 )
---
updated-dependencies:
- dependency-name: "@angular-devkit/build-angular"
dependency-version: 20.0.4
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump react-i18next from 15.5.2 to 15.5.3 in /client
Bumps [react-i18next](https://github.com/i18next/react-i18next ) from 15.5.2 to 15.5.3.
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/react-i18next/compare/v15.5.2...v15.5.3 )
---
updated-dependencies:
- dependency-name: react-i18next
dependency-version: 15.5.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump @angular/router from 20.0.4 to 20.0.5 in /angular
Bumps [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router ) from 20.0.4 to 20.0.5.
- [Release notes](https://github.com/angular/angular/releases )
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md )
- [Commits](https://github.com/angular/angular/commits/20.0.5/packages/router )
---
updated-dependencies:
- dependency-name: "@angular/router"
dependency-version: 20.0.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump @angular/forms from 20.0.4 to 20.0.5 in /angular
Bumps [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms ) from 20.0.4 to 20.0.5.
- [Release notes](https://github.com/angular/angular/releases )
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md )
- [Commits](https://github.com/angular/angular/commits/20.0.5/packages/forms )
---
updated-dependencies:
- dependency-name: "@angular/forms"
dependency-version: 20.0.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump @angular/platform-browser-dynamic in /angular
Bumps [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic ) from 20.0.4 to 20.0.5.
- [Release notes](https://github.com/angular/angular/releases )
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md )
- [Commits](https://github.com/angular/angular/commits/20.0.5/packages/platform-browser-dynamic )
---
updated-dependencies:
- dependency-name: "@angular/platform-browser-dynamic"
dependency-version: 20.0.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump @angular/core from 20.0.4 to 20.0.5 in /angular
Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core ) from 20.0.4 to 20.0.5.
- [Release notes](https://github.com/angular/angular/releases )
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md )
- [Commits](https://github.com/angular/angular/commits/20.0.5/packages/core )
---
updated-dependencies:
- dependency-name: "@angular/core"
dependency-version: 20.0.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* feat: bump angular dependencies
* chore: update packages
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-06 18:15:30 -03:00
a0ed8a9c4c
fix: delete request ( #532 )
...
* fix: corrects delete endpoint to follow HTTP DELETE standard (#509 )
* fix: corrects delete endpoint to follow HTTP DELETE standard
* fix: refactor for consistent formatting
* feat: improve account deletion to use delete method
* test: fix account tests
---------
Co-authored-by: Patrick Bpds <patrickbpds@gmail.com >
2025-06-25 11:28:01 -03:00
0ae08f4158
chore: version bump ( #529 )
...
* build(deps): bump org.springdoc:springdoc-openapi-starter-webmvc-ui
Bumps [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi ) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/springdoc/springdoc-openapi/releases )
- [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md )
- [Commits](https://github.com/springdoc/springdoc-openapi/compare/v2.8.8...v2.8.9 )
---
updated-dependencies:
- dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui
dependency-version: 2.8.9
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump org.hibernate.orm.tooling:hibernate-enhance-maven-plugin
Bumps [org.hibernate.orm.tooling:hibernate-enhance-maven-plugin](https://github.com/hibernate/hibernate-orm ) from 6.6.17.Final to 6.6.18.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases )
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.18/changelog.txt )
- [Commits](https://github.com/hibernate/hibernate-orm/compare/6.6.17...6.6.18 )
---
updated-dependencies:
- dependency-name: org.hibernate.orm.tooling:hibernate-enhance-maven-plugin
dependency-version: 6.6.18.Final
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump react-router from 7.6.1 to 7.6.2 in /client
Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router ) from 7.6.1 to 7.6.2.
- [Release notes](https://github.com/remix-run/react-router/releases )
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md )
- [Commits](https://github.com/remix-run/react-router/commits/7.6.2/packages/react-router )
---
updated-dependencies:
- dependency-name: react-router
dependency-version: 7.6.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump @types/react from 19.1.5 to 19.1.8 in /client
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 19.1.5 to 19.1.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
---
updated-dependencies:
- dependency-name: "@types/react"
dependency-version: 19.1.8
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump @eslint/js from 9.27.0 to 9.29.0 in /client
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js ) from 9.27.0 to 9.29.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/commits/v9.29.0/packages/js )
---
updated-dependencies:
- dependency-name: "@eslint/js"
dependency-version: 9.29.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump @types/jest from 29.5.14 to 30.0.0 in /client
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest ) from 29.5.14 to 30.0.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest )
---
updated-dependencies:
- dependency-name: "@types/jest"
dependency-version: 30.0.0
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump jasmine-core from 5.7.1 to 5.8.0 in /angular
Bumps [jasmine-core](https://github.com/jasmine/jasmine ) from 5.7.1 to 5.8.0.
- [Release notes](https://github.com/jasmine/jasmine/releases )
- [Changelog](https://github.com/jasmine/jasmine/blob/main/RELEASE.md )
- [Commits](https://github.com/jasmine/jasmine/compare/v5.7.1...v5.8.0 )
---
updated-dependencies:
- dependency-name: jasmine-core
dependency-version: 5.8.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump org.springframework.boot:spring-boot-starter-parent
---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
dependency-version: 3.5.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump @angular/compiler from 20.0.2 to 20.0.4 in /angular
Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler ) from 20.0.2 to 20.0.4.
- [Release notes](https://github.com/angular/angular/releases )
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md )
- [Commits](https://github.com/angular/angular/commits/20.0.4/packages/compiler )
---
updated-dependencies:
- dependency-name: "@angular/compiler"
dependency-version: 20.0.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump @angular/forms from 20.0.2 to 20.0.4 in /angular
Bumps [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms ) from 20.0.2 to 20.0.4.
- [Release notes](https://github.com/angular/angular/releases )
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md )
- [Commits](https://github.com/angular/angular/commits/20.0.4/packages/forms )
---
updated-dependencies:
- dependency-name: "@angular/forms"
dependency-version: 20.0.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump com.puppycrawl.tools:checkstyle in /server
---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
dependency-version: 10.25.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump @angular/cli from 20.0.1 to 20.0.3 in /angular
Bumps [@angular/cli](https://github.com/angular/angular-cli ) from 20.0.1 to 20.0.3.
- [Release notes](https://github.com/angular/angular-cli/releases )
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md )
- [Commits](https://github.com/angular/angular-cli/compare/20.0.1...20.0.3 )
---
updated-dependencies:
- dependency-name: "@angular/cli"
dependency-version: 20.0.3
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump @stylistic/eslint-plugin in /client
---
updated-dependencies:
- dependency-name: "@stylistic/eslint-plugin"
dependency-version: 5.0.0
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump @angular/common from 20.0.2 to 20.0.4 in /angular
Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common ) from 20.0.2 to 20.0.4.
- [Release notes](https://github.com/angular/angular/releases )
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md )
- [Commits](https://github.com/angular/angular/commits/20.0.4/packages/common )
---
updated-dependencies:
- dependency-name: "@angular/common"
dependency-version: 20.0.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* chore: fix angular version and packages
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-25 10:02:23 -03:00
793e6fe85b
chore: new versions and new features ( #508 )
...
* build(deps): bump org.hibernate.orm.tooling:hibernate-enhance-maven-plugin
Bumps [org.hibernate.orm.tooling:hibernate-enhance-maven-plugin](https://github.com/hibernate/hibernate-orm ) from 6.6.16.Final to 6.6.17.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases )
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.17/changelog.txt )
- [Commits](https://github.com/hibernate/hibernate-orm/compare/6.6.16...6.6.17 )
---
updated-dependencies:
- dependency-name: org.hibernate.orm.tooling:hibernate-enhance-maven-plugin
dependency-version: 6.6.17.Final
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump com.puppycrawl.tools:checkstyle in /server
Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle ) from 10.24.0 to 10.25.0.
- [Release notes](https://github.com/checkstyle/checkstyle/releases )
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.24.0...checkstyle-10.25.0 )
---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
dependency-version: 10.25.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump webpack-dev-server and @angular-devkit/build-angular
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) to 5.2.1 and updates ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli ). These dependencies need to be updated together.
Updates `webpack-dev-server` from 5.2.0 to 5.2.1
- [Release notes](https://github.com/webpack/webpack-dev-server/releases )
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v5.2.0...v5.2.1 )
Updates `@angular-devkit/build-angular` from 19.2.12 to 20.0.1
- [Release notes](https://github.com/angular/angular-cli/releases )
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md )
- [Commits](https://github.com/angular/angular-cli/compare/19.2.12...20.0.1 )
---
updated-dependencies:
- dependency-name: webpack-dev-server
dependency-version: 5.2.1
dependency-type: indirect
- dependency-name: "@angular-devkit/build-angular"
dependency-version: 20.0.1
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump typescript-eslint from 8.32.1 to 8.34.0 in /client
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint ) from 8.32.1 to 8.34.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.34.0/packages/typescript-eslint )
---
updated-dependencies:
- dependency-name: typescript-eslint
dependency-version: 8.34.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump sass from 1.89.0 to 1.89.2 in /client
Bumps [sass](https://github.com/sass/dart-sass ) from 1.89.0 to 1.89.2.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.89.0...1.89.2 )
---
updated-dependencies:
- dependency-name: sass
dependency-version: 1.89.2
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump vitest from 3.1.4 to 3.2.3 in /client
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest ) from 3.1.4 to 3.2.3.
- [Release notes](https://github.com/vitest-dev/vitest/releases )
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.2.3/packages/vitest )
---
updated-dependencies:
- dependency-name: vitest
dependency-version: 3.2.3
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump @types/node from 22.15.21 to 22.15.30 in /client
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 22.15.21 to 22.15.30.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-version: 22.15.30
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump @vitest/coverage-v8 from 3.1.4 to 3.2.3 in /client
Bumps [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8 ) from 3.1.4 to 3.2.3.
- [Release notes](https://github.com/vitest-dev/vitest/releases )
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.2.3/packages/coverage-v8 )
---
updated-dependencies:
- dependency-name: "@vitest/coverage-v8"
dependency-version: 3.2.3
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump @angular/core from 19.2.10 to 20.0.2 in /angular
Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core ) from 19.2.10 to 20.0.2.
- [Release notes](https://github.com/angular/angular/releases )
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md )
- [Commits](https://github.com/angular/angular/commits/20.0.2/packages/core )
---
updated-dependencies:
- dependency-name: "@angular/core"
dependency-version: 20.0.2
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump @angular/cli from 19.2.13 to 20.0.1 in /angular
Bumps [@angular/cli](https://github.com/angular/angular-cli ) from 19.2.13 to 20.0.1.
- [Release notes](https://github.com/angular/angular-cli/releases )
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md )
- [Commits](https://github.com/angular/angular-cli/compare/19.2.13...20.0.1 )
---
updated-dependencies:
- dependency-name: "@angular/cli"
dependency-version: 20.0.1
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump @angular/compiler-cli in /angular
Bumps [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli ) from 19.2.10 to 20.0.2.
- [Release notes](https://github.com/angular/angular/releases )
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md )
- [Commits](https://github.com/angular/angular/commits/20.0.2/packages/compiler-cli )
---
updated-dependencies:
- dependency-name: "@angular/compiler-cli"
dependency-version: 20.0.2
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* feat: add cloning note feature
* feat: sort notes by id, the last one shows up first
* test: fix test cases
* test: fix test cases
* test: add test case
* test: add more test cases
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-10 16:04:26 -03:00
rmcampos and GitHub
dc5fac2f0d
Fix/410 fix languages ( #483 )
...
* feat: handle languages and save it in the backend. Issue #418 . Issue #410
* test: fix test cases
* test: add test cases in the backend
2025-05-29 17:42:32 -03:00
64048dd5d3
Feat/improve security ( #482 )
...
* build(deps): bump org.hibernate.orm.tooling:hibernate-enhance-maven-plugin
Bumps [org.hibernate.orm.tooling:hibernate-enhance-maven-plugin](https://github.com/hibernate/hibernate-orm ) from 6.6.15.Final to 6.6.16.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases )
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.16/changelog.txt )
- [Commits](https://github.com/hibernate/hibernate-orm/compare/6.6.15...6.6.16 )
---
updated-dependencies:
- dependency-name: org.hibernate.orm.tooling:hibernate-enhance-maven-plugin
dependency-version: 6.6.16.Final
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump com.puppycrawl.tools:checkstyle in /server
Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle ) from 10.23.1 to 10.24.0.
- [Release notes](https://github.com/checkstyle/checkstyle/releases )
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.23.1...checkstyle-10.24.0 )
---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
dependency-version: 10.24.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump org.springframework.boot:spring-boot-starter-parent
Bumps [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot ) from 3.4.1 to 3.5.0.
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.4.1...v3.5.0 )
---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
dependency-version: 3.5.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump @vitejs/plugin-react from 4.4.1 to 4.5.0 in /client
Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react ) from 4.4.1 to 4.5.0.
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases )
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@4.5.0/packages/plugin-react )
---
updated-dependencies:
- dependency-name: "@vitejs/plugin-react"
dependency-version: 4.5.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump react-router from 7.6.0 to 7.6.1 in /client
Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router ) from 7.6.0 to 7.6.1.
- [Release notes](https://github.com/remix-run/react-router/releases )
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md )
- [Commits](https://github.com/remix-run/react-router/commits/react-router@7.6.1/packages/react-router )
---
updated-dependencies:
- dependency-name: react-router
dependency-version: 7.6.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump react-datepicker from 8.3.0 to 8.4.0 in /client
Bumps [react-datepicker](https://github.com/Hacker0x01/react-datepicker ) from 8.3.0 to 8.4.0.
- [Release notes](https://github.com/Hacker0x01/react-datepicker/releases )
- [Commits](https://github.com/Hacker0x01/react-datepicker/compare/v8.3.0...v8.4.0 )
---
updated-dependencies:
- dependency-name: react-datepicker
dependency-version: 8.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump @stylistic/eslint-plugin in /client
Bumps [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin ) from 4.2.0 to 4.4.0.
- [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases )
- [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v4.4.0/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@stylistic/eslint-plugin"
dependency-version: 4.4.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump globals from 16.1.0 to 16.2.0 in /client
Bumps [globals](https://github.com/sindresorhus/globals ) from 16.1.0 to 16.2.0.
- [Release notes](https://github.com/sindresorhus/globals/releases )
- [Commits](https://github.com/sindresorhus/globals/compare/v16.1.0...v16.2.0 )
---
updated-dependencies:
- dependency-name: globals
dependency-version: 16.2.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump jasmine-core from 5.6.0 to 5.7.1 in /angular
Bumps [jasmine-core](https://github.com/jasmine/jasmine ) from 5.6.0 to 5.7.1.
- [Release notes](https://github.com/jasmine/jasmine/releases )
- [Changelog](https://github.com/jasmine/jasmine/blob/main/RELEASE.md )
- [Commits](https://github.com/jasmine/jasmine/compare/v5.6.0...v5.7.1 )
---
updated-dependencies:
- dependency-name: jasmine-core
dependency-version: 5.7.1
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump @angular/cli from 19.2.12 to 19.2.13 in /angular
Bumps [@angular/cli](https://github.com/angular/angular-cli ) from 19.2.12 to 19.2.13.
- [Release notes](https://github.com/angular/angular-cli/releases )
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md )
- [Commits](https://github.com/angular/angular-cli/compare/19.2.12...19.2.13 )
---
updated-dependencies:
- dependency-name: "@angular/cli"
dependency-version: 19.2.13
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump @angular/platform-browser-dynamic in /angular
Bumps [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic ) from 19.2.10 to 19.2.13.
- [Release notes](https://github.com/angular/angular/releases )
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md )
- [Commits](https://github.com/angular/angular/commits/19.2.13/packages/platform-browser-dynamic )
---
updated-dependencies:
- dependency-name: "@angular/platform-browser-dynamic"
dependency-version: 19.2.13
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump @angular/router from 19.2.10 to 19.2.13 in /angular
Bumps [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router ) from 19.2.10 to 19.2.13.
- [Release notes](https://github.com/angular/angular/releases )
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md )
- [Commits](https://github.com/angular/angular/commits/19.2.13/packages/router )
---
updated-dependencies:
- dependency-name: "@angular/router"
dependency-version: 19.2.13
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump @angular/platform-browser in /angular
Bumps [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser ) from 19.2.10 to 19.2.13.
- [Release notes](https://github.com/angular/angular/releases )
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md )
- [Commits](https://github.com/angular/angular/commits/19.2.13/packages/platform-browser )
---
updated-dependencies:
- dependency-name: "@angular/platform-browser"
dependency-version: 19.2.13
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* fix: server/Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-DEBIAN12-GCC12-5901316
- https://snyk.io/vuln/SNYK-DEBIAN12-GCC12-5901316
- https://snyk.io/vuln/SNYK-DEBIAN12-GCC12-5901316
- https://snyk.io/vuln/SNYK-DEBIAN12-SHADOW-5879156
- https://snyk.io/vuln/SNYK-DEBIAN12-SHADOW-5879156
* fix: css styles and translations
* chore: fix authentication provider
* chore: fix line too long
* test: update test cases
* chore: prefer coalescing operator
* chore: prefer nullish coalescing operator
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: snyk-bot <snyk-bot@snyk.io >
2025-05-28 18:15:37 -03:00
2c22b8e463
chore: versions and note fix ( #466 )
...
* build(deps): bump org.hibernate.orm.tooling:hibernate-enhance-maven-plugin
Bumps [org.hibernate.orm.tooling:hibernate-enhance-maven-plugin](https://github.com/hibernate/hibernate-orm ) from 6.6.14.Final to 6.6.15.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases )
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.15/changelog.txt )
- [Commits](https://github.com/hibernate/hibernate-orm/compare/6.6.14...6.6.15 )
---
updated-dependencies:
- dependency-name: org.hibernate.orm.tooling:hibernate-enhance-maven-plugin
dependency-version: 6.6.15.Final
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump @types/react from 19.1.2 to 19.1.4 in /client
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 19.1.2 to 19.1.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
---
updated-dependencies:
- dependency-name: "@types/react"
dependency-version: 19.1.4
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump react-bootstrap from 2.10.9 to 2.10.10 in /client
Bumps [react-bootstrap](https://github.com/react-bootstrap/react-bootstrap ) from 2.10.9 to 2.10.10.
- [Release notes](https://github.com/react-bootstrap/react-bootstrap/releases )
- [Changelog](https://github.com/react-bootstrap/react-bootstrap/blob/v2.10.10/CHANGELOG.md )
- [Commits](https://github.com/react-bootstrap/react-bootstrap/compare/v2.10.9...v2.10.10 )
---
updated-dependencies:
- dependency-name: react-bootstrap
dependency-version: 2.10.10
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump typescript-eslint from 8.31.1 to 8.32.1 in /client
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint ) from 8.31.1 to 8.32.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.32.1/packages/typescript-eslint )
---
updated-dependencies:
- dependency-name: typescript-eslint
dependency-version: 8.32.1
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump i18next from 25.1.2 to 25.2.0 in /client
Bumps [i18next](https://github.com/i18next/i18next ) from 25.1.2 to 25.2.0.
- [Release notes](https://github.com/i18next/i18next/releases )
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/i18next/compare/v25.1.2...v25.2.0 )
---
updated-dependencies:
- dependency-name: i18next
dependency-version: 25.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump eslint-plugin-jsdoc in /client
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 50.6.11 to 50.6.17.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.6.11...v50.6.17 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
dependency-version: 50.6.17
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* fix: remove complexity
* feat: general improvements, sorry for the long commit
* test: fix test cases and build
* chore: fix backend style issues
* test: remove duplicated test
* chore: remove unused components and files
* test: add home test cases
* test: add missing test file
* chore: fix shorting function
* fix: get back missing css rules
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-24 15:07:26 -03:00
09e84aaf24
chore: versions bump ( #459 )
...
* build(deps-dev): bump @eslint/compat from 1.2.8 to 1.2.9 in /client
Bumps [@eslint/compat](https://github.com/eslint/rewrite ) from 1.2.8 to 1.2.9.
- [Release notes](https://github.com/eslint/rewrite/releases )
- [Changelog](https://github.com/eslint/rewrite/blob/main/release-please-config.json )
- [Commits](https://github.com/eslint/rewrite/compare/compat-v1.2.8...compat-v1.2.9 )
---
updated-dependencies:
- dependency-name: "@eslint/compat"
dependency-version: 1.2.9
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump org.springdoc:springdoc-openapi-starter-webmvc-ui
Bumps [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi ) from 2.8.6 to 2.8.8.
- [Release notes](https://github.com/springdoc/springdoc-openapi/releases )
- [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md )
- [Commits](https://github.com/springdoc/springdoc-openapi/compare/v2.8.6...v2.8.8 )
---
updated-dependencies:
- dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui
dependency-version: 2.8.8
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump vite from 6.3.4 to 6.3.5 in /client
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 6.3.4 to 6.3.5.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v6.3.5/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 6.3.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump SonarSource/sonarqube-scan-action from 5.1.0 to 5.2.0
Bumps [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action ) from 5.1.0 to 5.2.0.
- [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases )
- [Commits](https://github.com/sonarsource/sonarqube-scan-action/compare/v5.1.0...v5.2.0 )
---
updated-dependencies:
- dependency-name: SonarSource/sonarqube-scan-action
dependency-version: 5.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump org.hibernate.orm.tooling:hibernate-enhance-maven-plugin
Bumps [org.hibernate.orm.tooling:hibernate-enhance-maven-plugin](https://github.com/hibernate/hibernate-orm ) from 6.6.13.Final to 6.6.14.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases )
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.14/changelog.txt )
- [Commits](https://github.com/hibernate/hibernate-orm/compare/6.6.13...6.6.14 )
---
updated-dependencies:
- dependency-name: org.hibernate.orm.tooling:hibernate-enhance-maven-plugin
dependency-version: 6.6.14.Final
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump i18next from 25.0.1 to 25.1.2 in /client
Bumps [i18next](https://github.com/i18next/i18next ) from 25.0.1 to 25.1.2.
- [Release notes](https://github.com/i18next/i18next/releases )
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/i18next/compare/v25.0.1...v25.1.2 )
---
updated-dependencies:
- dependency-name: i18next
dependency-version: 25.1.2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump react-router from 7.5.2 to 7.6.0 in /client
Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router ) from 7.5.2 to 7.6.0.
- [Release notes](https://github.com/remix-run/react-router/releases )
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md )
- [Commits](https://github.com/remix-run/react-router/commits/react-router@7.6.0/packages/react-router )
---
updated-dependencies:
- dependency-name: react-router
dependency-version: 7.6.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump @angular/compiler from 19.2.8 to 19.2.10 in /angular
Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler ) from 19.2.8 to 19.2.10.
- [Release notes](https://github.com/angular/angular/releases )
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md )
- [Commits](https://github.com/angular/angular/commits/19.2.10/packages/compiler )
---
updated-dependencies:
- dependency-name: "@angular/compiler"
dependency-version: 19.2.10
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump @angular/compiler-cli in /angular
Bumps [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli ) from 19.2.8 to 19.2.10.
- [Release notes](https://github.com/angular/angular/releases )
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md )
- [Commits](https://github.com/angular/angular/commits/19.2.10/packages/compiler-cli )
---
updated-dependencies:
- dependency-name: "@angular/compiler-cli"
dependency-version: 19.2.10
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump @angular/cli from 19.2.9 to 19.2.11 in /angular
Bumps [@angular/cli](https://github.com/angular/angular-cli ) from 19.2.9 to 19.2.11.
- [Release notes](https://github.com/angular/angular-cli/releases )
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md )
- [Commits](https://github.com/angular/angular-cli/compare/19.2.9...19.2.11 )
---
updated-dependencies:
- dependency-name: "@angular/cli"
dependency-version: 19.2.11
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump @angular/forms from 19.2.8 to 19.2.10 in /angular
Bumps [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms ) from 19.2.8 to 19.2.10.
- [Release notes](https://github.com/angular/angular/releases )
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md )
- [Commits](https://github.com/angular/angular/commits/19.2.10/packages/forms )
---
updated-dependencies:
- dependency-name: "@angular/forms"
dependency-version: 19.2.10
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump @angular/platform-browser in /angular
Bumps [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser ) from 19.2.8 to 19.2.10.
- [Release notes](https://github.com/angular/angular/releases )
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md )
- [Commits](https://github.com/angular/angular/commits/19.2.10/packages/platform-browser )
---
updated-dependencies:
- dependency-name: "@angular/platform-browser"
dependency-version: 19.2.10
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump @types/react-dom from 19.0.4 to 19.1.5 in /client
Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom ) from 19.0.4 to 19.1.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom )
---
updated-dependencies:
- dependency-name: "@types/react-dom"
dependency-version: 19.1.5
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* fix: package lock json for angular
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-14 12:33:34 -03:00
rmcampos and GitHub
06390c4724
feat: add angular ( #447 )
...
* feat: add angular base files
* feat: add angular login components
* feat: add login and register components logic
* feat: add pages components
* feat: enable dependabot for angular
* feat: add components
2025-05-13 09:48:46 -03:00
bbf0d5db3e
chore: versions bump ( #440 )
...
* build(deps-dev): bump typescript-eslint from 8.31.0 to 8.31.1 in /client
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint ) from 8.31.0 to 8.31.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.31.1/packages/typescript-eslint )
---
updated-dependencies:
- dependency-name: typescript-eslint
dependency-version: 8.31.1
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump com.puppycrawl.tools:checkstyle in /server
Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle ) from 10.23.0 to 10.23.1.
- [Release notes](https://github.com/checkstyle/checkstyle/releases )
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.23.0...checkstyle-10.23.1 )
---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
dependency-version: 10.23.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump bootstrap from 5.3.3 to 5.3.5 in /client
Bumps [bootstrap](https://github.com/twbs/bootstrap ) from 5.3.3 to 5.3.5.
- [Release notes](https://github.com/twbs/bootstrap/releases )
- [Commits](https://github.com/twbs/bootstrap/compare/v5.3.3...v5.3.5 )
---
updated-dependencies:
- dependency-name: bootstrap
dependency-version: 5.3.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump sass from 1.86.3 to 1.87.0 in /client
Bumps [sass](https://github.com/sass/dart-sass ) from 1.86.3 to 1.87.0.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.86.3...1.87.0 )
---
updated-dependencies:
- dependency-name: sass
dependency-version: 1.87.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump @types/react from 19.0.11 to 19.1.2 in /client
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 19.0.11 to 19.1.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
---
updated-dependencies:
- dependency-name: "@types/react"
dependency-version: 19.1.2
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump react-i18next from 15.4.1 to 15.5.1 in /client
Bumps [react-i18next](https://github.com/i18next/react-i18next ) from 15.4.1 to 15.5.1.
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/react-i18next/compare/v15.4.1...v15.5.1 )
---
updated-dependencies:
- dependency-name: react-i18next
dependency-version: 15.5.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump vite from 6.3.2 to 6.3.4 in /client
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 6.3.2 to 6.3.4.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v6.3.4/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 6.3.4
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-05 10:44:38 -03:00
2008533e91
chore: versions bump ( #432 )
...
* build(deps): bump i18next from 24.2.3 to 25.0.1 in /client
Bumps [i18next](https://github.com/i18next/i18next ) from 24.2.3 to 25.0.1.
- [Release notes](https://github.com/i18next/i18next/releases )
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/i18next/compare/v24.2.3...v25.0.1 )
---
updated-dependencies:
- dependency-name: i18next
dependency-version: 25.0.1
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump vite from 6.2.6 to 6.3.2 in /client
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 6.2.6 to 6.3.2.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v6.3.2/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 6.3.2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump react-datepicker from 8.2.1 to 8.3.0 in /client
Bumps [react-datepicker](https://github.com/Hacker0x01/react-datepicker ) from 8.2.1 to 8.3.0.
- [Release notes](https://github.com/Hacker0x01/react-datepicker/releases )
- [Commits](https://github.com/Hacker0x01/react-datepicker/compare/v8.2.1...v8.3.0 )
---
updated-dependencies:
- dependency-name: react-datepicker
dependency-version: 8.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump @vitejs/plugin-react from 4.3.4 to 4.4.1 in /client
Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react ) from 4.3.4 to 4.4.1.
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases )
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@4.4.1/packages/plugin-react )
---
updated-dependencies:
- dependency-name: "@vitejs/plugin-react"
dependency-version: 4.4.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump @vitest/coverage-v8 from 3.1.1 to 3.1.2 in /client
Bumps [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8 ) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/vitest-dev/vitest/releases )
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.1.2/packages/coverage-v8 )
---
updated-dependencies:
- dependency-name: "@vitest/coverage-v8"
dependency-version: 3.1.2
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* fix: upgrade react from 19.0.0 to 19.1.0
Snyk has created this PR to upgrade react from 19.0.0 to 19.1.0.
See this package in npm:
react
See this project in Snyk:
https://app.snyk.io/org/ricardocampos-dcn/project/4d31651d-a849-4b8a-83a3-f8aaba677c53?utm_source=github&utm_medium=referral&page=upgrade-pr
* fix: upgrade react-dom from 19.0.0 to 19.1.0
Snyk has created this PR to upgrade react-dom from 19.0.0 to 19.1.0.
See this package in npm:
react-dom
See this project in Snyk:
https://app.snyk.io/org/ricardocampos-dcn/project/4d31651d-a849-4b8a-83a3-f8aaba677c53?utm_source=github&utm_medium=referral&page=upgrade-pr
* fix: upgrade @types/node from 22.13.14 to 22.13.17
Snyk has created this PR to upgrade @types/node from 22.13.14 to 22.13.17.
See this package in npm:
@types/node
See this project in Snyk:
https://app.snyk.io/org/ricardocampos-dcn/project/4d31651d-a849-4b8a-83a3-f8aaba677c53?utm_source=github&utm_medium=referral&page=upgrade-pr
* fix: upgrade react-router from 7.4.0 to 7.4.1
Snyk has created this PR to upgrade react-router from 7.4.0 to 7.4.1.
See this package in npm:
react-router
See this project in Snyk:
https://app.snyk.io/org/ricardocampos-dcn/project/4d31651d-a849-4b8a-83a3-f8aaba677c53?utm_source=github&utm_medium=referral&page=upgrade-pr
* build(deps): bump react-router and react-router-dom in /client
Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router ) to 7.5.2 and updates ancestor dependency [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom ). These dependencies need to be updated together.
Updates `react-router` from 7.4.0 to 7.5.2
- [Release notes](https://github.com/remix-run/react-router/releases )
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md )
- [Commits](https://github.com/remix-run/react-router/commits/react-router@7.5.2/packages/react-router )
Updates `react-router-dom` from 7.1.1 to 7.5.2
- [Release notes](https://github.com/remix-run/react-router/releases )
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md )
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@7.5.2/packages/react-router-dom )
---
updated-dependencies:
- dependency-name: react-router
dependency-version: 7.5.2
dependency-type: direct:production
- dependency-name: react-router-dom
dependency-version: 7.5.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
* chore: fix package-lock.json file
* feat: add sql test commands and restore. Issue #420
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: snyk-bot <snyk-bot@snyk.io >
2025-04-27 17:26:40 -03:00
rmcampos and GitHub
dbb8e37d88
feat: add email validation and password reset ( #430 )
...
* feat: add user confirmation email - wip
issue #414
* feat: improve register flow and add confirmation email done. Issue 414
* feat: add resend email feature. Issue #414
* feat: add password reset feature. Issue #415
* test: fix and add test cases
* fix: email_uuid column actually can be null
* test: add mailgun service class unit tests
* test: add tests for the authservice and mailgun service classes
* chore: fix sonar cloud issues
* test: add client test
* test: add more test cases
* test: fix test acse
* test: add more test cases
* chore: fix sonar code smells
* chore: remove role element from dic
2025-04-27 16:22:11 -03:00
rmcampos and GitHub
c6dd3dd9d5
Feat/321 improve search and results ( #419 )
...
* bugfix: when reloading the page logged it doesn't go to home
* feat: make the alert error dismissible
* feat: improve dashboard page. Issue #321
* feat: improve home search tasks. Issue #321
* feat: improve home search. issue #412
* test: fix test cases
* chore: improve url - copilot review
* test: add unit tests. Issue #321
* chore: fix checkstyle issue
* test: add more tests to backend. Issue #321
* chore: fix sonarcloud issues. Issue #321
* test: add frontend tests. Issue #321
* test: add more tests to frontend. Issue #321
* test: add more tests to frontend. Issue #321
* test: add more tests to frontend. Issue #321
2025-04-21 18:59:55 -03:00
rmcampos and GitHub
570f5ebb14
fix: unable to delete user account. Issue #402 ( #413 )
...
* fix: unable to delete user account. Issue #402
* chore: fix checkstyle and import orders
* ci: fix sonar project key
* chore: improve test condition and test cases
2025-04-17 10:51:49 -03:00
bf1916e23a
Chore/upgrade versions ( #411 )
...
* build(deps-dev): bump eslint from 9.22.0 to 9.24.0 in /client
Bumps [eslint](https://github.com/eslint/eslint ) from 9.22.0 to 9.24.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v9.22.0...v9.24.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-version: 9.24.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump sass from 1.85.1 to 1.86.3 in /client
Bumps [sass](https://github.com/sass/dart-sass ) from 1.85.1 to 1.86.3.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.85.1...1.86.3 )
---
updated-dependencies:
- dependency-name: sass
dependency-version: 1.86.3
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump @stylistic/eslint-plugin in /client
Bumps [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin ) from 3.0.1 to 4.2.0.
- [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases )
- [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v4.2.0/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@stylistic/eslint-plugin"
dependency-version: 4.2.0
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump jsdom from 26.0.0 to 26.1.0 in /client
Bumps [jsdom](https://github.com/jsdom/jsdom ) from 26.0.0 to 26.1.0.
- [Release notes](https://github.com/jsdom/jsdom/releases )
- [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md )
- [Commits](https://github.com/jsdom/jsdom/compare/26.0.0...26.1.0 )
---
updated-dependencies:
- dependency-name: jsdom
dependency-version: 26.1.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump @testing-library/react in /client
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library ) from 16.2.0 to 16.3.0.
- [Release notes](https://github.com/testing-library/react-testing-library/releases )
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/react-testing-library/compare/v16.2.0...v16.3.0 )
---
updated-dependencies:
- dependency-name: "@testing-library/react"
dependency-version: 16.3.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* fix: upgrade react-router from 7.3.0 to 7.4.0
Snyk has created this PR to upgrade react-router from 7.3.0 to 7.4.0.
See this package in npm:
react-router
See this project in Snyk:
https://app.snyk.io/org/ricardocampos-dcn/project/4d31651d-a849-4b8a-83a3-f8aaba677c53?utm_source=github&utm_medium=referral&page=upgrade-pr
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: snyk-bot <snyk-bot@snyk.io >
2025-04-16 13:46:47 -03:00
rmcampos and GitHub
1e906a0f01
feat: add dark mode ( #409 )
...
* feat: add dark mode. Issue #348
* feat: add darkmode and fix btn for the landing page and login. Issue #348
* test: update test cases. Issue #348
* chore: fix sonarcloud code smell. Issue #348
2025-04-16 13:17:36 -03:00
8fd9c05933
chore: new versions ( #401 )
...
* build(deps): bump org.hibernate.orm.tooling:hibernate-enhance-maven-plugin
Bumps [org.hibernate.orm.tooling:hibernate-enhance-maven-plugin](https://github.com/hibernate/hibernate-orm ) from 6.6.12.Final to 6.6.13.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases )
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.13/changelog.txt )
- [Commits](https://github.com/hibernate/hibernate-orm/compare/6.6.12...6.6.13 )
---
updated-dependencies:
- dependency-name: org.hibernate.orm.tooling:hibernate-enhance-maven-plugin
dependency-version: 6.6.13.Final
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump org.jacoco:jacoco-maven-plugin in /server
Bumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco ) from 0.8.12 to 0.8.13.
- [Release notes](https://github.com/jacoco/jacoco/releases )
- [Commits](https://github.com/jacoco/jacoco/compare/v0.8.12...v0.8.13 )
---
updated-dependencies:
- dependency-name: org.jacoco:jacoco-maven-plugin
dependency-version: 0.8.13
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump typescript from 5.8.2 to 5.8.3 in /client
Bumps [typescript](https://github.com/microsoft/TypeScript ) from 5.8.2 to 5.8.3.
- [Release notes](https://github.com/microsoft/TypeScript/releases )
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml )
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.8.2...v5.8.3 )
---
updated-dependencies:
- dependency-name: typescript
dependency-version: 5.8.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump @eslint/compat from 1.2.7 to 1.2.8 in /client
Bumps [@eslint/compat](https://github.com/eslint/rewrite ) from 1.2.7 to 1.2.8.
- [Release notes](https://github.com/eslint/rewrite/releases )
- [Changelog](https://github.com/eslint/rewrite/blob/main/release-please-config.json )
- [Commits](https://github.com/eslint/rewrite/compare/compat-v1.2.7...compat-v1.2.8 )
---
updated-dependencies:
- dependency-name: "@eslint/compat"
dependency-version: 1.2.8
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump dompurify from 3.2.4 to 3.2.5 in /client
Bumps [dompurify](https://github.com/cure53/DOMPurify ) from 3.2.4 to 3.2.5.
- [Release notes](https://github.com/cure53/DOMPurify/releases )
- [Commits](https://github.com/cure53/DOMPurify/compare/3.2.4...3.2.5 )
---
updated-dependencies:
- dependency-name: dompurify
dependency-version: 3.2.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump com.puppycrawl.tools:checkstyle in /server
Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle ) from 10.22.0 to 10.23.0.
- [Release notes](https://github.com/checkstyle/checkstyle/releases )
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.22.0...checkstyle-10.23.0 )
---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
dependency-version: 10.23.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump eslint-plugin-n from 17.16.2 to 17.17.0 in /client
Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n ) from 17.16.2 to 17.17.0.
- [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases )
- [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint-community/eslint-plugin-n/compare/v17.16.2...v17.17.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-n
dependency-version: 17.17.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* fix: server/Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963
- https://snyk.io/vuln/SNYK-DEBIAN12-GNUPG2-9486681
- https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-1547135
- https://snyk.io/vuln/SNYK-DEBIAN12-PAM-8303301
- https://snyk.io/vuln/SNYK-DEBIAN12-TAR-1560620
* fix: client/package.json & client/package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-VITE-9653016
* build(deps): bump vite from 6.2.4 to 6.2.6 in /client
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 6.2.4 to 6.2.6.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v6.2.6/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v6.2.6/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 6.2.6
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: snyk-bot <snyk-bot@snyk.io >
2025-04-11 15:21:50 -03:00
rmcampos and GitHub
362a38539d
hotfix: server prod deploy ( #389 )
2025-04-01 18:35:33 -03:00
9b9c7820ae
chore: new versions ( #388 )
...
* build(deps): bump SonarSource/sonarqube-scan-action from 5.0.0 to 5.1.0
Bumps [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action ) from 5.0.0 to 5.1.0.
- [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases )
- [Commits](https://github.com/sonarsource/sonarqube-scan-action/compare/v5.0.0...v5.1.0 )
---
updated-dependencies:
- dependency-name: SonarSource/sonarqube-scan-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump actions/cache from 4.2.2 to 4.2.3
Bumps [actions/cache](https://github.com/actions/cache ) from 4.2.2 to 4.2.3.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v4.2.2...v4.2.3 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump org.springdoc:springdoc-openapi-starter-webmvc-ui
Bumps [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi ) from 2.8.5 to 2.8.6.
- [Release notes](https://github.com/springdoc/springdoc-openapi/releases )
- [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md )
- [Commits](https://github.com/springdoc/springdoc-openapi/compare/v2.8.5...v2.8.6 )
---
updated-dependencies:
- dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump @eslint/eslintrc from 3.3.0 to 3.3.1 in /client
Bumps [@eslint/eslintrc](https://github.com/eslint/eslintrc ) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/eslint/eslintrc/releases )
- [Changelog](https://github.com/eslint/eslintrc/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslintrc/compare/v3.3.0...v3.3.1 )
---
updated-dependencies:
- dependency-name: "@eslint/eslintrc"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump i18next from 24.2.2 to 24.2.3 in /client
Bumps [i18next](https://github.com/i18next/i18next ) from 24.2.2 to 24.2.3.
- [Release notes](https://github.com/i18next/i18next/releases )
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/i18next/compare/v24.2.2...v24.2.3 )
---
updated-dependencies:
- dependency-name: i18next
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump vite from 6.2.1 to 6.2.3 in /client
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 6.2.1 to 6.2.3.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v6.2.3/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v6.2.3/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump vite from 6.2.1 to 6.2.4 in /client
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 6.2.1 to 6.2.4.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v6.2.4/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v6.2.4/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump com.puppycrawl.tools:checkstyle in /server
Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle ) from 10.21.4 to 10.22.0.
- [Release notes](https://github.com/checkstyle/checkstyle/releases )
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.21.4...checkstyle-10.22.0 )
---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
dependency-version: 10.22.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump org.apache.maven.plugins:maven-surefire-plugin
Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire ) from 3.5.2 to 3.5.3.
- [Release notes](https://github.com/apache/maven-surefire/releases )
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.2...surefire-3.5.3 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
dependency-version: 3.5.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump org.hibernate.orm.tooling:hibernate-enhance-maven-plugin
Bumps [org.hibernate.orm.tooling:hibernate-enhance-maven-plugin](https://github.com/hibernate/hibernate-orm ) from 6.6.11.Final to 6.6.12.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases )
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.12/changelog.txt )
- [Commits](https://github.com/hibernate/hibernate-orm/compare/6.6.11...6.6.12 )
---
updated-dependencies:
- dependency-name: org.hibernate.orm.tooling:hibernate-enhance-maven-plugin
dependency-version: 6.6.12.Final
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump org.apache.maven.plugins:maven-failsafe-plugin
Bumps [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire ) from 3.5.2 to 3.5.3.
- [Release notes](https://github.com/apache/maven-surefire/releases )
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.2...surefire-3.5.3 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
dependency-version: 3.5.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump @types/node from 22.13.9 to 22.13.14 in /client
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 22.13.9 to 22.13.14.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-version: 22.13.14
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump @vitest/coverage-v8 from 3.0.8 to 3.1.1 in /client
Bumps [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8 ) from 3.0.8 to 3.1.1.
- [Release notes](https://github.com/vitest-dev/vitest/releases )
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.1.1/packages/coverage-v8 )
---
updated-dependencies:
- dependency-name: "@vitest/coverage-v8"
dependency-version: 3.1.1
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-01 16:14:05 -03:00
rmcampos and GitHub
3f10727fe8
feat: add schemaspy ( #380 )
2025-04-01 14:10:26 -03:00
rmcampos and GitHub
6a20420835
fix: change how server handle secrets ( #371 )
...
* fix: change how server handle secrets. Issue #370
* test: add jwt test cases. Issue #370
* chore: fix sonar issues. Issue 370
* fix: cloud native support for external key
2025-03-24 19:57:29 -03:00
rmcampos and GitHub
80317e5453
hotfix: main server workflow ( #369 )
...
* ci: fix main server variable
* chore: fix X contact handler
2025-03-19 18:59:12 -03:00
afd9c4aaef
hotfix: prod ci and versions ( #368 )
...
* build(deps-dev): bump typescript-eslint from 8.26.0 to 8.26.1 in /client
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint ) from 8.26.0 to 8.26.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.26.1/packages/typescript-eslint )
---
updated-dependencies:
- dependency-name: typescript-eslint
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump prettier from 3.5.2 to 3.5.3 in /client
Bumps [prettier](https://github.com/prettier/prettier ) from 3.5.2 to 3.5.3.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/3.5.2...3.5.3 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump react-router from 7.2.0 to 7.3.0 in /client
Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router ) from 7.2.0 to 7.3.0.
- [Release notes](https://github.com/remix-run/react-router/releases )
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md )
- [Commits](https://github.com/remix-run/react-router/commits/react-router@7.3.0/packages/react-router )
---
updated-dependencies:
- dependency-name: react-router
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump globals from 15.14.0 to 16.0.0 in /client
Bumps [globals](https://github.com/sindresorhus/globals ) from 15.14.0 to 16.0.0.
- [Release notes](https://github.com/sindresorhus/globals/releases )
- [Commits](https://github.com/sindresorhus/globals/compare/v15.14.0...v16.0.0 )
---
updated-dependencies:
- dependency-name: globals
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump @types/react from 19.0.3 to 19.0.11 in /client
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 19.0.3 to 19.0.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
---
updated-dependencies:
- dependency-name: "@types/react"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump org.hibernate.orm.tooling:hibernate-enhance-maven-plugin
Bumps [org.hibernate.orm.tooling:hibernate-enhance-maven-plugin](https://github.com/hibernate/hibernate-orm ) from 6.6.10.Final to 6.6.11.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases )
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.11/changelog.txt )
- [Commits](https://github.com/hibernate/hibernate-orm/compare/6.6.10...6.6.11 )
---
updated-dependencies:
- dependency-name: org.hibernate.orm.tooling:hibernate-enhance-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* hotfix: remove hard coded code
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-19 18:42:24 -03:00
rmcampos and GitHub
45e92eb44c
feat: improve UI ( #367 )
...
* feat: improve UI hugely. Issue #257
* feat: improve ui. Issue #357
* test: fix test cases
* chore: fix sonar issues
2025-03-19 18:17:29 -03:00
rmcampos and GitHub
56c584b68b
hotfix: fix prod deploy ( #366 )
2025-03-18 11:47:27 -03:00
rmcampos and GitHub
4c0328ac4d
Feat/358 make the sidebar responsive ( #359 )
...
* ci: attempt to detect prod deployment issue
* feat: make the sidebar responsible. Issue #358
* ci: fix server workflow
* feat: add responsible design
* ci: improve deployments workflow
* ci: fix curl version check
* fix: class name missing
* chore: fix sonar issues
2025-03-18 10:40:18 -03:00
rmcampos and GitHub
eda07943a2
ci: fix cd workflow ( #356 )
2025-03-15 15:52:25 -03:00
rmcampos and GitHub
d9c3dfe3c2
feat: automate prod and add filter options, and date picker ( #355 )
...
* feat: automate prod deployments
issue #338
* fix: string parse
* feat: add date picker and filter options
issue #127
* feat: add tooltip and date picker
* ci: split stage deploy into separate tasks to allow separate releases
* test: add more test cases
* ci: split workflows into client and server
* ci: fix pr server workflow
2025-03-14 19:27:21 -03:00
rmcampos and GitHub
037cfaca08
Feat/automate prod ( #354 )
...
* feat: automate prod deployments
issue #338
* fix: string parse
2025-03-13 15:03:56 -03:00
rmcampos and GitHub
279180d7b6
feat: automate prod deployments ( #353 )
...
issue #338
2025-03-13 14:39:09 -03:00
rmcampos and GitHub
4ba705d6c4
chore: improve CI and fix navigation ( #352 )
...
* chore: simple change to trigger new ci
* feat: make PR CD work
issue #338
* ci: fix target deploy url
* ci: improve deployments into just one matrix job
* ci: put secret on env
* fix: fix nagivation when creating notes and tasks from the home page
* test: add sidebar test cases
* chore: test files cleanup
2025-03-13 13:56:57 -03:00
rmcampos
9db1a189bd
Merge remote-tracking branch 'origin/dependabot/maven/server/org.hibernate.orm.tooling-hibernate-enhance-maven-plugin-6.6.10.Final'
2025-03-12 20:42:11 -03:00
rmcampos
3a1c89d1dd
Merge remote-tracking branch 'origin/dependabot/maven/server/com.puppycrawl.tools-checkstyle-10.21.4'
2025-03-12 20:41:58 -03:00
rmcampos
4f96f32daf
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/client/babel/runtime-7.26.10'
2025-03-12 20:41:43 -03:00
rmcampos
b992c879d7
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/client/babel/helpers-7.26.10'
2025-03-12 20:41:26 -03:00
rmcampos
e007baf298
fix: favicon missing
2025-03-12 20:40:52 -03:00
rmcampos
b65445a042
feat: automate deployments to stage
2025-03-12 20:33:53 -03:00
dependabot[bot] and GitHub
5a15843295
build(deps): bump @babel/runtime from 7.26.0 to 7.26.10 in /client
...
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime ) from 7.26.0 to 7.26.10.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-runtime )
---
updated-dependencies:
- dependency-name: "@babel/runtime"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-12 17:17:15 +00:00
dependabot[bot] and GitHub
97d87d3ff3
build(deps): bump @babel/helpers from 7.26.0 to 7.26.10 in /client
...
Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers ) from 7.26.0 to 7.26.10.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-helpers )
---
updated-dependencies:
- dependency-name: "@babel/helpers"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-12 17:17:14 +00:00
261df08b1e
Hotfix/images ( #349 )
...
* build(deps-dev): bump @eslint/js from 9.21.0 to 9.22.0 in /client
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js ) from 9.21.0 to 9.22.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/commits/v9.22.0/packages/js )
---
updated-dependencies:
- dependency-name: "@eslint/js"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump eslint from 9.17.0 to 9.22.0 in /client
Bumps [eslint](https://github.com/eslint/eslint ) from 9.17.0 to 9.22.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v9.17.0...v9.22.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump vite from 6.2.0 to 6.2.1 in /client
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 6.2.0 to 6.2.1.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/create-vite@6.2.1/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump eslint-plugin-n from 17.15.1 to 17.16.2 in /client
Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n ) from 17.15.1 to 17.16.2.
- [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases )
- [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint-community/eslint-plugin-n/compare/v17.15.1...v17.16.2 )
---
updated-dependencies:
- dependency-name: eslint-plugin-n
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump @vitest/coverage-v8 from 3.0.7 to 3.0.8 in /client
Bumps [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8 ) from 3.0.7 to 3.0.8.
- [Release notes](https://github.com/vitest-dev/vitest/releases )
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.8/packages/coverage-v8 )
---
updated-dependencies:
- dependency-name: "@vitest/coverage-v8"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* hotfix: allow images
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-12 14:16:04 -03:00
rmcampos and GitHub
e5f3e339f6
feat: add gravatar support ( #347 )
...
* feat: add gravatar support
issue #323
chore: fix sidbar issues
* test: fix test case
* chore: fix sonar issues
* chore: fix sonar cloud issues
* test: fix test cases
* test: add more test cases
* ci: fix caddyfile and docker compose
2025-03-11 21:01:00 -03:00
dependabot[bot] and GitHub
c4972c2fbe
build(deps): bump org.hibernate.orm.tooling:hibernate-enhance-maven-plugin
...
Bumps [org.hibernate.orm.tooling:hibernate-enhance-maven-plugin](https://github.com/hibernate/hibernate-orm ) from 6.6.9.Final to 6.6.10.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases )
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.10/changelog.txt )
- [Commits](https://github.com/hibernate/hibernate-orm/compare/6.6.9...6.6.10 )
---
updated-dependencies:
- dependency-name: org.hibernate.orm.tooling:hibernate-enhance-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-10 23:56:56 +00:00
dependabot[bot] and GitHub
70c38933f9
build(deps): bump com.puppycrawl.tools:checkstyle in /server
...
Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle ) from 10.21.3 to 10.21.4.
- [Release notes](https://github.com/checkstyle/checkstyle/releases )
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.21.3...checkstyle-10.21.4 )
---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-10 23:56:49 +00:00
a65e55caae
feat: improve notes UI ( #339 )
...
* build(deps-dev): bump @eslint/eslintrc from 3.2.0 to 3.3.0 in /client
Bumps [@eslint/eslintrc](https://github.com/eslint/eslintrc ) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/eslint/eslintrc/releases )
- [Changelog](https://github.com/eslint/eslintrc/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslintrc/compare/v3.2.0...v3.3.0 )
---
updated-dependencies:
- dependency-name: "@eslint/eslintrc"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump sass from 1.83.4 to 1.85.1 in /client
Bumps [sass](https://github.com/sass/dart-sass ) from 1.83.4 to 1.85.1.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.83.4...1.85.1 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump react-i18next from 15.4.0 to 15.4.1 in /client
Bumps [react-i18next](https://github.com/i18next/react-i18next ) from 15.4.0 to 15.4.1.
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/react-i18next/compare/v15.4.0...v15.4.1 )
---
updated-dependencies:
- dependency-name: react-i18next
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump @types/node from 22.13.8 to 22.13.9 in /client
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 22.13.8 to 22.13.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump typescript from 5.7.3 to 5.8.2 in /client
Bumps [typescript](https://github.com/microsoft/TypeScript ) from 5.7.3 to 5.8.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases )
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml )
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.7.3...v5.8.2 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump actions/cache from 4.2.1 to 4.2.2
Bumps [actions/cache](https://github.com/actions/cache ) from 4.2.1 to 4.2.2.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v4.2.1...v4.2.2 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* feat: improve notes UI
issue #322
issue #337
issue #301
* feat: enable notes tracking for the users
* chore: reduce duplications creating components
* chore: fix wordy and add JS Docs
* test: add AlertError test cases
* feat: add contentHeader tests
* test: fix taskAdd test component
* test: add modalMarkdown test cases
* chore: refactor to reduce duplication
* test: add noteTitle component test case
* test: add more tests to About view
* test: add more tests to Account view
* test: add home view test cases
* test: add noteAdd view tests
* test: add note view test cases
* test: add note service unit tests
* chore: fix Sonar issues
* test: add more tests to note service
* chore: small fixes to backend
* test: fix noteAdd view test case
* chore: fix sonar issue
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-09 18:39:31 -03:00
rmcampos and GitHub
05beb6cabf
feat: improve svg components and about view styling ( #336 )
...
issue #334
issue #335
2025-03-07 09:20:15 -03:00
rmcampos and GitHub
0234c77538
feat: load dashboard data ( #333 )
...
* fix: task progress data from back-end
* chore: make backend candidate image default
* feat: load data for the dashboard home from the back-end
issue #320
* test: add tets for completedTasks and TaskProgress components
* test: fix test case in the backend
* feat: fix unauthorized requests
test: add home controller test cases
* test: add home service test cases
2025-03-06 18:51:26 -03:00
rmcampos and GitHub
4ba3d1962d
feat: enable user to update his name and data ( #332 )
...
* feat: enable user to update his name and data
issue #307
* docs: add JSDocs
* test: fix sidebar tests
* test: fix test cases
* test: add account test cases
* test: add user controller and auth service tests
2025-03-05 12:05:14 -03:00
rmcampos and GitHub
494c77e0af
feat: add pr number to images and tag them as prod ( #325 )
...
* feat: add pr number to images and tag them as prod
* feat: add labels to docker images
2025-03-03 17:14:52 -03:00
410366adad
chore: Server API versions bump ( #324 )
...
* build(deps): bump org.hibernate.orm.tooling:hibernate-enhance-maven-plugin
Bumps [org.hibernate.orm.tooling:hibernate-enhance-maven-plugin](https://github.com/hibernate/hibernate-orm ) from 6.6.8.Final to 6.6.9.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases )
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.9/changelog.txt )
- [Commits](https://github.com/hibernate/hibernate-orm/compare/6.6.8...6.6.9 )
---
updated-dependencies:
- dependency-name: org.hibernate.orm.tooling:hibernate-enhance-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump com.puppycrawl.tools:checkstyle in /server
Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle ) from 10.21.2 to 10.21.3.
- [Release notes](https://github.com/checkstyle/checkstyle/releases )
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.21.2...checkstyle-10.21.3 )
---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-03 13:37:07 -03:00
rmcampos and GitHub
32969dc861
fix: loggin issues ( #319 )
...
* fix: loggin issues
closes #302
feat: improve build number in docker image
* test: fix integration test for the taskController
* test: add unit test to taskService
* test: add more unit tests to taskService
* test: add delete unit tests for taskService
* test: add patch unit tests for taskService
2025-03-02 18:45:36 -03:00
rmcampos and GitHub
255ce7c193
fix: improve application properties and enable more logs ( #316 )
...
* fix: improve application properties and enable more logs
* chore: fix application properties
* test: fix test cases
* ci: fix sonarloud project key for the backend
* chore: add variable to manage root logging level
* chore: debug log mode
* feat: fix healthcheck for tasknote api
* feat: fix dockerfile for client - finally
Issue #308
* chore: bump some versions
closes #311
closes #312
closes #313
closes #314
closes #315
closes #317
closes #318
* test: add backend test case
chore: fix note type error on frontend
* test: add test case
2025-03-02 14:35:24 -03:00
d1ebc96fde
New versions ( #306 )
...
* build(deps): bump org.springdoc:springdoc-openapi-starter-webmvc-ui
Bumps [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi ) from 2.8.4 to 2.8.5.
- [Release notes](https://github.com/springdoc/springdoc-openapi/releases )
- [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md )
- [Commits](https://github.com/springdoc/springdoc-openapi/compare/v2.8.4...v2.8.5 )
---
updated-dependencies:
- dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump org.hibernate.orm.tooling:hibernate-enhance-maven-plugin
Bumps [org.hibernate.orm.tooling:hibernate-enhance-maven-plugin](https://github.com/hibernate/hibernate-orm ) from 6.6.6.Final to 6.6.8.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases )
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.8/changelog.txt )
- [Commits](https://github.com/hibernate/hibernate-orm/compare/6.6.6...6.6.8 )
---
updated-dependencies:
- dependency-name: org.hibernate.orm.tooling:hibernate-enhance-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump @eslint/js from 9.20.0 to 9.21.0 in /client
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js ) from 9.20.0 to 9.21.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/commits/v9.21.0/packages/js )
---
updated-dependencies:
- dependency-name: "@eslint/js"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump vite from 6.1.0 to 6.1.1 in /client
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 6.1.0 to 6.1.1.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/create-vite@6.1.1/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* Closes all open PRs
Closes #299
Closes #300
Closes #304
Closes #305
* ci: update github actions
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-22 17:30:31 -03:00
4538151871
feat: add new UI ( #291 )
...
* feat: implement new ui for tasks
issue #199
* feat: enable tasks to manage urls
* feat: add sidebar and remove header - wip
issue #199
time spent: 01h07m
* feat: sidebar improvements - wip
issue #199
* feat: side menu - partial
* feat: sidebar finished
* feat: sidebar finished
* feat: dashboard initial
* feat: new about page design
issue #199
* build(deps-dev): bump vitest and @vitest/coverage-v8 in /client
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest ) and [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8 ). These dependencies needed to be updated together.
Updates `vitest` from 3.0.4 to 3.0.5
- [Release notes](https://github.com/vitest-dev/vitest/releases )
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.5/packages/vitest )
Updates `@vitest/coverage-v8` from 3.0.4 to 3.0.5
- [Release notes](https://github.com/vitest-dev/vitest/releases )
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.5/packages/coverage-v8 )
---
updated-dependencies:
- dependency-name: vitest
dependency-type: direct:development
- dependency-name: "@vitest/coverage-v8"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
* fix: deprecated element and response for 201
* feat: home page almost finished
issue #199
* build(deps-dev): bump eslint-plugin-jsdoc in /client
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 50.6.1 to 50.6.3.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.6.1...v50.6.3 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump eslint-config-prettier in /client
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 9.1.0 to 10.0.1.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v9.1.0...v10.0.1 )
---
updated-dependencies:
- dependency-name: eslint-config-prettier
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump vite from 6.0.11 to 6.1.0 in /client
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 6.0.11 to 6.1.0.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/create-vite@6.1.0/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump @eslint/js from 9.17.0 to 9.20.0 in /client
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js ) from 9.17.0 to 9.20.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/commits/v9.20.0/packages/js )
---
updated-dependencies:
- dependency-name: "@eslint/js"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* fix: upgrade react-router from 7.1.1 to 7.1.3
Snyk has created this PR to upgrade react-router from 7.1.1 to 7.1.3.
See this package in npm:
react-router
See this project in Snyk:
https://app.snyk.io/org/ricardocampos-dcn/project/4d31651d-a849-4b8a-83a3-f8aaba677c53?utm_source=github&utm_medium=referral&page=upgrade-pr
* fix: upgrade react-bootstrap from 2.10.7 to 2.10.8
Snyk has created this PR to upgrade react-bootstrap from 2.10.7 to 2.10.8.
See this package in npm:
react-bootstrap
See this project in Snyk:
https://app.snyk.io/org/ricardocampos-dcn/project/4d31651d-a849-4b8a-83a3-f8aaba677c53?utm_source=github&utm_medium=referral&page=upgrade-pr
* test: add test cases
issue #199
* test: add TaskUrlRepository data tests
issue #199
* test: add TaskService unit tests and fix intentionality Sonar issue
issue #199
* ci: attempt to fix sonar analysis and add badges
* ci: change pr and main workflows server tests
* chore: fix lint issues in the front-end
issue #199
* test: fix test cases for views and components
* chore: fix lint issues
* ci: update node version when running tests
* test: add taskTimeLeft test case
* chore: fix css rule according to css specifications
* chore: address sonar issues
* chore: address sonar issues again
* test: add Sidebar unit tests
* fix: client/Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-8690013
- https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-8690013
- https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-8235201
- https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-8235201
* chore: refactor and improve taskTag component and tests
* chore: improve the taskTitle component and add tests
* chore: improve taskUrl component and add test cases
* test: add count view tests
* test: add count view tests files
* test: add taskAdd tests
* test: fix task add
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: snyk-bot <snyk-bot@snyk.io >
2025-02-22 16:29:54 -03:00
dependabot[bot] and GitHub
4763c89f1a
build(deps): bump org.hibernate.orm.tooling:hibernate-enhance-maven-plugin from 6.6.4.Final to 6.6.6.Final in /server ( #282 )
2025-02-07 13:25:03 +00:00
97b3110bb1
chore: versions bump ( #289 )
...
* build(deps): bump vite from 6.0.9 to 6.0.11 in /client
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 6.0.9 to 6.0.11.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v6.0.11/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump @types/node from 22.10.10 to 22.13.1 in /client
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 22.10.10 to 22.13.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump sass from 1.83.0 to 1.83.4 in /client
Bumps [sass](https://github.com/sass/dart-sass ) from 1.83.0 to 1.83.4.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.83.0...1.83.4 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump @stylistic/eslint-plugin in /client
Bumps [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin ) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases )
- [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v3.0.1/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@stylistic/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump @eslint/compat from 1.2.5 to 1.2.6 in /client
Bumps [@eslint/compat](https://github.com/eslint/rewrite ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/eslint/rewrite/releases )
- [Changelog](https://github.com/eslint/rewrite/blob/main/release-please-config.json )
- [Commits](https://github.com/eslint/rewrite/compare/compat-v1.2.5...compat-v1.2.6 )
---
updated-dependencies:
- dependency-name: "@eslint/compat"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* fix: upgrade typescript from 5.7.2 to 5.7.3
Snyk has created this PR to upgrade typescript from 5.7.2 to 5.7.3.
See this package in npm:
typescript
See this project in Snyk:
https://app.snyk.io/org/ricardocampos-dcn/project/4d31651d-a849-4b8a-83a3-f8aaba677c53?utm_source=github&utm_medium=referral&page=upgrade-pr
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: snyk-bot <snyk-bot@snyk.io >
2025-02-06 19:57:40 -03:00
1027ee2a57
feat: versions bump ( #281 )
...
* build(deps): bump i18next from 24.2.1 to 24.2.2 in /client
Bumps [i18next](https://github.com/i18next/i18next ) from 24.2.1 to 24.2.2.
- [Release notes](https://github.com/i18next/i18next/releases )
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/i18next/compare/v24.2.1...v24.2.2 )
---
updated-dependencies:
- dependency-name: i18next
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump @types/node from 22.10.7 to 22.10.10 in /client
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 22.10.7 to 22.10.10.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump @stylistic/eslint-plugin in /client
Bumps [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin ) from 2.12.1 to 3.0.0.
- [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases )
- [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v3.0.0/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@stylistic/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump vitest from 3.0.3 to 3.0.4 in /client
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest ) from 3.0.3 to 3.0.4.
- [Release notes](https://github.com/vitest-dev/vitest/releases )
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.4/packages/vitest )
---
updated-dependencies:
- dependency-name: vitest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump @eslint/compat from 1.2.4 to 1.2.5 in /client
Bumps [@eslint/compat](https://github.com/eslint/rewrite ) from 1.2.4 to 1.2.5.
- [Release notes](https://github.com/eslint/rewrite/releases )
- [Changelog](https://github.com/eslint/rewrite/blob/main/release-please-config.json )
- [Commits](https://github.com/eslint/rewrite/compare/compat-v1.2.4...compat-v1.2.5 )
---
updated-dependencies:
- dependency-name: "@eslint/compat"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump com.puppycrawl.tools:checkstyle in /server
Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle ) from 10.21.1 to 10.21.2.
- [Release notes](https://github.com/checkstyle/checkstyle/releases )
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.21.1...checkstyle-10.21.2 )
---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump org.springdoc:springdoc-openapi-starter-webmvc-ui
Bumps [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi ) from 2.8.3 to 2.8.4.
- [Release notes](https://github.com/springdoc/springdoc-openapi/releases )
- [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md )
- [Commits](https://github.com/springdoc/springdoc-openapi/compare/v2.8.3...v2.8.4 )
---
updated-dependencies:
- dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* fix: upgrade react-i18next from 15.2.0 to 15.4.0
Snyk has created this PR to upgrade react-i18next from 15.2.0 to 15.4.0.
See this package in npm:
react-i18next
See this project in Snyk:
https://app.snyk.io/org/ricardocampos-dcn/project/4d31651d-a849-4b8a-83a3-f8aaba677c53?utm_source=github&utm_medium=referral&page=upgrade-pr
* fix: coverage v8 version
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: snyk-bot <snyk-bot@snyk.io >
2025-02-01 16:59:20 -03:00
f8d07e87a7
New versions ( #272 )
...
* build(deps-dev): bump vitest from 3.0.2 to 3.0.3 in /client
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest ) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/vitest-dev/vitest/releases )
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.3/packages/vitest )
---
updated-dependencies:
- dependency-name: vitest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* chore: fix dev packages and versions
* fix: react dom import
* fix: dependency into right place
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-21 18:02:44 -03:00
dce2b04ecc
feat/new versions ( #268 )
...
* build(deps-dev): bump vitest from 2.1.8 to 3.0.2 in /client
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest ) from 2.1.8 to 3.0.2.
- [Release notes](https://github.com/vitest-dev/vitest/releases )
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.2/packages/vitest )
---
updated-dependencies:
- dependency-name: vitest
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump eslint-plugin-react in /client
Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react ) from 7.37.3 to 7.37.4.
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases )
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.37.3...v7.37.4 )
---
updated-dependencies:
- dependency-name: eslint-plugin-react
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump @vitest/coverage-v8 from 2.1.8 to 3.0.2 in /client
Bumps [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8 ) from 2.1.8 to 3.0.2.
- [Release notes](https://github.com/vitest-dev/vitest/releases )
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.2/packages/coverage-v8 )
---
updated-dependencies:
- dependency-name: "@vitest/coverage-v8"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump jsdom from 25.0.1 to 26.0.0 in /client
Bumps [jsdom](https://github.com/jsdom/jsdom ) from 25.0.1 to 26.0.0.
- [Release notes](https://github.com/jsdom/jsdom/releases )
- [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md )
- [Commits](https://github.com/jsdom/jsdom/compare/25.0.1...26.0.0 )
---
updated-dependencies:
- dependency-name: jsdom
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump @testing-library/user-event in /client
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event ) from 14.5.2 to 14.6.0.
- [Release notes](https://github.com/testing-library/user-event/releases )
- [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/user-event/compare/v14.5.2...v14.6 )
---
updated-dependencies:
- dependency-name: "@testing-library/user-event"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* fix: client/package.json & client/package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-VITE-8648411
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: snyk-bot <snyk-bot@snyk.io >
2025-01-21 17:08:36 -03:00
rmcampos and GitHub
d8b1319240
feat: add backup shell script file ( #258 )
...
issue #257
2025-01-14 17:21:28 -03:00
6bb6deeb08
chore: dependabot dependencies version bump ( #256 )
...
* build(deps-dev): bump eslint-plugin-jsdoc in /client
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 50.5.0 to 50.6.1.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.5.0...v50.6.1 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump typescript-eslint from 8.19.0 to 8.19.1 in /client
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint ) from 8.19.0 to 8.19.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.19.1/packages/typescript-eslint )
---
updated-dependencies:
- dependency-name: typescript-eslint
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump react, react-dom and @types/react in /client
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react ), [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom ) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ). These dependencies needed to be updated together.
Updates `react` from 18.3.1 to 19.0.0
- [Release notes](https://github.com/facebook/react/releases )
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/react/commits/v19.0.0/packages/react )
Updates `react-dom` from 18.3.1 to 19.0.0
- [Release notes](https://github.com/facebook/react/releases )
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/react/commits/v19.0.0/packages/react-dom )
Updates `@types/react` from 18.3.12 to 19.0.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
---
updated-dependencies:
- dependency-name: react
dependency-type: direct:production
update-type: version-update:semver-major
- dependency-name: react-dom
dependency-type: direct:production
update-type: version-update:semver-major
- dependency-name: "@types/react"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump @types/node from 22.10.2 to 22.10.5 in /client
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 22.10.2 to 22.10.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump i18next from 23.16.8 to 24.2.1 in /client
Bumps [i18next](https://github.com/i18next/i18next ) from 23.16.8 to 24.2.1.
- [Release notes](https://github.com/i18next/i18next/releases )
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/i18next/compare/v23.16.8...v24.2.1 )
---
updated-dependencies:
- dependency-name: i18next
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* fix: upgrade @types/react-dom from 18.3.3 to 18.3.5
Snyk has created this PR to upgrade @types/react-dom from 18.3.3 to 18.3.5.
See this package in npm:
@types/react-dom
See this project in Snyk:
https://app.snyk.io/org/ricardocampos-dcn/project/4d31651d-a849-4b8a-83a3-f8aaba677c53?utm_source=github&utm_medium=referral&page=upgrade-pr
* fix: upgrade react-i18next from 15.1.4 to 15.2.0
Snyk has created this PR to upgrade react-i18next from 15.1.4 to 15.2.0.
See this package in npm:
react-i18next
See this project in Snyk:
https://app.snyk.io/org/ricardocampos-dcn/project/4d31651d-a849-4b8a-83a3-f8aaba677c53?utm_source=github&utm_medium=referral&page=upgrade-pr
* build(deps): bump org.springdoc:springdoc-openapi-starter-webmvc-ui
Bumps [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi ) from 2.7.0 to 2.8.3.
- [Release notes](https://github.com/springdoc/springdoc-openapi/releases )
- [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md )
- [Commits](https://github.com/springdoc/springdoc-openapi/compare/v2.7.0...v2.8.3 )
---
updated-dependencies:
- dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* chore: fix build and react-dom type version
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: snyk-bot <snyk-bot@snyk.io >
2025-01-14 16:33:31 -03:00
d1307c2128
chore: dependencies bump ( #245 )
...
* build(deps-dev): bump eslint-plugin-react in /client
Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react ) from 7.37.2 to 7.37.3.
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases )
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.37.2...v7.37.3 )
---
updated-dependencies:
- dependency-name: eslint-plugin-react
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump sass from 1.80.4 to 1.83.0 in /client
Bumps [sass](https://github.com/sass/dart-sass ) from 1.80.4 to 1.83.0.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.80.4...1.83.0 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump typescript-eslint from 8.18.0 to 8.19.0 in /client
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint ) from 8.18.0 to 8.19.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.19.0/packages/typescript-eslint )
---
updated-dependencies:
- dependency-name: typescript-eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump vite from 6.0.3 to 6.0.6 in /client
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 6.0.3 to 6.0.6.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v6.0.6/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump react-i18next from 15.1.3 to 15.4.0 in /client
Bumps [react-i18next](https://github.com/i18next/react-i18next ) from 15.1.3 to 15.4.0.
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/react-i18next/compare/v15.1.3...v15.4.0 )
---
updated-dependencies:
- dependency-name: react-i18next
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump com.puppycrawl.tools:checkstyle in /server
Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle ) from 10.21.0 to 10.21.1.
- [Release notes](https://github.com/checkstyle/checkstyle/releases )
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.21.0...checkstyle-10.21.1 )
---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* fix: upgrade @types/react-dom from 18.3.1 to 18.3.3
Snyk has created this PR to upgrade @types/react-dom from 18.3.1 to 18.3.3.
See this package in npm:
@types/react-dom
See this project in Snyk:
https://app.snyk.io/org/ricardocampos-dcn/project/4d31651d-a849-4b8a-83a3-f8aaba677c53?utm_source=github&utm_medium=referral&page=upgrade-pr
* fix: upgrade @testing-library/react from 16.0.1 to 16.1.0
Snyk has created this PR to upgrade @testing-library/react from 16.0.1 to 16.1.0.
See this package in npm:
@testing-library/react
See this project in Snyk:
https://app.snyk.io/org/ricardocampos-dcn/project/4d31651d-a849-4b8a-83a3-f8aaba677c53?utm_source=github&utm_medium=referral&page=upgrade-pr
* fix: upgrade react-i18next from 15.1.3 to 15.1.4
Snyk has created this PR to upgrade react-i18next from 15.1.3 to 15.1.4.
See this package in npm:
react-i18next
See this project in Snyk:
https://app.snyk.io/org/ricardocampos-dcn/project/4d31651d-a849-4b8a-83a3-f8aaba677c53?utm_source=github&utm_medium=referral&page=upgrade-pr
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: snyk-bot <snyk-bot@snyk.io >
2025-01-02 17:24:19 -03:00
rmcampos and GitHub
02cc7a7d74
doc: improve jsdocs ( #235 )
...
* doc: improve jsdocs
* ci: fix sonar project key on main workflow
* chore: improvements and refactoring
* test: fix test case
* chore: upadte sonar
* ci: add sonar propertiles file for client
* chore: fix delete request
2025-01-02 17:03:21 -03:00
77ca171214
fix: server/pom.xml to reduce vulnerabilities ( #234 )
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-7687447
- https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-7945490
- https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-8230364
- https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-8230365
- https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-8230366
- https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-8230368
- https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-8230373
Co-authored-by: snyk-bot <snyk-bot@snyk.io >
2024-12-30 15:53:42 -03:00
67dee07835
feat: dependabot server ( #233 )
...
* build(deps): bump org.springframework.boot:spring-boot-starter-parent
Bumps [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot ) from 3.3.6 to 3.3.7.
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.6...v3.3.7 )
---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump org.hibernate.orm.tooling:hibernate-enhance-maven-plugin
Bumps [org.hibernate.orm.tooling:hibernate-enhance-maven-plugin](https://github.com/hibernate/hibernate-orm ) from 6.6.2.Final to 6.6.4.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases )
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.4/changelog.txt )
- [Commits](https://github.com/hibernate/hibernate-orm/compare/6.6.2...6.6.4 )
---
updated-dependencies:
- dependency-name: org.hibernate.orm.tooling:hibernate-enhance-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* feat: try to bump spring to 3.4.1
* feat: decrease code coverage
* fix: add flyway to cloud native config
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-30 14:57:57 -03:00
9871b83e6f
feat: dependabot changes ( #232 )
...
* build(deps-dev): bump @stylistic/eslint-plugin in /client
Bumps [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin ) from 2.10.1 to 2.12.1.
- [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases )
- [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v2.12.1/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@stylistic/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump react-router-dom from 6.28.0 to 7.1.1 in /client
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom ) from 6.28.0 to 7.1.1.
- [Release notes](https://github.com/remix-run/react-router/releases )
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md )
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@7.1.1/packages/react-router-dom )
---
updated-dependencies:
- dependency-name: react-router-dom
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump globals from 15.13.0 to 15.14.0 in /client
Bumps [globals](https://github.com/sindresorhus/globals ) from 15.13.0 to 15.14.0.
- [Release notes](https://github.com/sindresorhus/globals/releases )
- [Commits](https://github.com/sindresorhus/globals/compare/v15.13.0...v15.14.0 )
---
updated-dependencies:
- dependency-name: globals
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump eslint-plugin-n from 17.11.1 to 17.15.1 in /client
Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n ) from 17.11.1 to 17.15.1.
- [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases )
- [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint-community/eslint-plugin-n/compare/v17.11.1...v17.15.1 )
---
updated-dependencies:
- dependency-name: eslint-plugin-n
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump react-bootstrap from 2.10.6 to 2.10.7 in /client
Bumps [react-bootstrap](https://github.com/react-bootstrap/react-bootstrap ) from 2.10.6 to 2.10.7.
- [Release notes](https://github.com/react-bootstrap/react-bootstrap/releases )
- [Changelog](https://github.com/react-bootstrap/react-bootstrap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/react-bootstrap/react-bootstrap/compare/v2.10.6...v2.10.7 )
---
updated-dependencies:
- dependency-name: react-bootstrap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* fix: upgrade react-i18next from 15.1.2 to 15.1.3
Snyk has created this PR to upgrade react-i18next from 15.1.2 to 15.1.3.
See this package in npm:
react-i18next
See this project in Snyk:
https://app.snyk.io/org/ricardocampos-dcn/project/4d31651d-a849-4b8a-83a3-f8aaba677c53?utm_source=github&utm_medium=referral&page=upgrade-pr
* feat: update to react router v7
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: snyk-bot <snyk-bot@snyk.io >
2024-12-30 13:35:05 -03:00
rmcampos and GitHub
0b48a7d816
test: add more unit and integration tests for the backend ( #202 )
...
* test: add server unit tests for controllers - partial
issue #71
* test: add task controller unit tests
issue #71
* docs: add cloud scripts to start services
* docs: add sonar to backend
issue #198
* docs: add sonar params
* fix: russian text
* test: add note controller test
issue #71
* test: add auth service unit tests - wip
issue #71
* test: add auth and home service unit tests
issue #71
2024-12-27 16:19:31 -03:00
8fedf9a1ea
feat: snyk changes ( #223 )
...
* fix: upgrade typescript from 5.6.3 to 5.7.2
Snyk has created this PR to upgrade typescript from 5.6.3 to 5.7.2.
See this package in npm:
typescript
See this project in Snyk:
https://app.snyk.io/org/ricardocampos-dcn/project/4d31651d-a849-4b8a-83a3-f8aaba677c53?utm_source=github&utm_medium=referral&page=upgrade-pr
* fix: upgrade i18next from 23.16.5 to 23.16.8
Snyk has created this PR to upgrade i18next from 23.16.5 to 23.16.8.
See this package in npm:
i18next
See this project in Snyk:
https://app.snyk.io/org/ricardocampos-dcn/project/4d31651d-a849-4b8a-83a3-f8aaba677c53?utm_source=github&utm_medium=referral&page=upgrade-pr
* fix: upgrade react-bootstrap from 2.10.5 to 2.10.6
Snyk has created this PR to upgrade react-bootstrap from 2.10.5 to 2.10.6.
See this package in npm:
react-bootstrap
See this project in Snyk:
https://app.snyk.io/org/ricardocampos-dcn/project/4d31651d-a849-4b8a-83a3-f8aaba677c53?utm_source=github&utm_medium=referral&page=upgrade-pr
* fix: upgrade react-i18next from 15.1.1 to 15.1.2
Snyk has created this PR to upgrade react-i18next from 15.1.1 to 15.1.2.
See this package in npm:
react-i18next
See this project in Snyk:
https://app.snyk.io/org/ricardocampos-dcn/project/4d31651d-a849-4b8a-83a3-f8aaba677c53?utm_source=github&utm_medium=referral&page=upgrade-pr
---------
Co-authored-by: snyk-bot <snyk-bot@snyk.io >
2024-12-19 20:54:58 -03:00
b6d0ebef0a
feat: dependabot versions upgrade ( #222 )
...
* build(deps): bump com.puppycrawl.tools:checkstyle in /server
Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle ) from 10.20.2 to 10.21.0.
- [Release notes](https://github.com/checkstyle/checkstyle/releases )
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.20.2...checkstyle-10.21.0 )
---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump @types/node from 22.10.1 to 22.10.2 in /client
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 22.10.1 to 22.10.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump @eslint/js from 9.16.0 to 9.17.0 in /client
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js ) from 9.16.0 to 9.17.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/commits/v9.17.0/packages/js )
---
updated-dependencies:
- dependency-name: "@eslint/js"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump eslint from 9.16.0 to 9.17.0 in /client
Bumps [eslint](https://github.com/eslint/eslint ) from 9.16.0 to 9.17.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v9.16.0...v9.17.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump prettier from 3.3.3 to 3.4.2 in /client
Bumps [prettier](https://github.com/prettier/prettier ) from 3.3.3 to 3.4.2.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/3.3.3...3.4.2 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump @eslint/compat from 1.2.2 to 1.2.4 in /client
Bumps [@eslint/compat](https://github.com/eslint/rewrite ) from 1.2.2 to 1.2.4.
- [Release notes](https://github.com/eslint/rewrite/releases )
- [Changelog](https://github.com/eslint/rewrite/blob/main/release-please-config.json )
- [Commits](https://github.com/eslint/rewrite/compare/compat-v1.2.2...compat-v1.2.4 )
---
updated-dependencies:
- dependency-name: "@eslint/compat"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-19 20:45:00 -03:00
3da6e4900b
chore: dependencies bump ( #211 )
...
* build(deps): bump SonarSource/sonarcloud-github-action
Bumps [SonarSource/sonarcloud-github-action](https://github.com/sonarsource/sonarcloud-github-action ) from 3.1.0 to 4.0.0.
- [Release notes](https://github.com/sonarsource/sonarcloud-github-action/releases )
- [Commits](https://github.com/sonarsource/sonarcloud-github-action/compare/v3.1.0...v4.0.0 )
---
updated-dependencies:
- dependency-name: SonarSource/sonarcloud-github-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin
Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin ) from 3.11.1 to 3.11.2.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases )
- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.11.1...maven-javadoc-plugin-3.11.2 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump globals from 15.12.0 to 15.13.0 in /client
Bumps [globals](https://github.com/sindresorhus/globals ) from 15.12.0 to 15.13.0.
- [Release notes](https://github.com/sindresorhus/globals/releases )
- [Commits](https://github.com/sindresorhus/globals/compare/v15.12.0...v15.13.0 )
---
updated-dependencies:
- dependency-name: globals
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump typescript-eslint from 8.17.0 to 8.18.0 in /client
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint ) from 8.17.0 to 8.18.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.18.0/packages/typescript-eslint )
---
updated-dependencies:
- dependency-name: typescript-eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump vite from 5.4.11 to 6.0.3 in /client
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.4.11 to 6.0.3.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v6.0.3/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump @types/node from 22.9.1 to 22.10.1 in /client
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 22.9.1 to 22.10.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump react-bootstrap-icons from 1.11.4 to 1.11.5 in /client
Bumps [react-bootstrap-icons](https://github.com/ismamz/react-bootstrap-icons ) from 1.11.4 to 1.11.5.
- [Commits](https://github.com/ismamz/react-bootstrap-icons/compare/v1.11.4...v1.11.5 )
---
updated-dependencies:
- dependency-name: react-bootstrap-icons
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump nanoid from 3.3.7 to 3.3.8 in /client
Bumps [nanoid](https://github.com/ai/nanoid ) from 3.3.7 to 3.3.8.
- [Release notes](https://github.com/ai/nanoid/releases )
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ai/nanoid/compare/3.3.7...3.3.8 )
---
updated-dependencies:
- dependency-name: nanoid
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
* ci: fix sonar project key for client
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-16 16:21:52 -03:00
0961c67e80
chore: combine front PRs ( #201 )
...
* build(deps-dev): bump @vitest/coverage-v8 from 2.1.4 to 2.1.8 in /client
Bumps [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8 ) from 2.1.4 to 2.1.8.
- [Release notes](https://github.com/vitest-dev/vitest/releases )
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.8/packages/coverage-v8 )
---
updated-dependencies:
- dependency-name: "@vitest/coverage-v8"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump eslint-plugin-promise in /client
Bumps [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise ) from 7.2.0 to 7.2.1.
- [Release notes](https://github.com/eslint-community/eslint-plugin-promise/releases )
- [Changelog](https://github.com/eslint-community/eslint-plugin-promise/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint-community/eslint-plugin-promise/compare/v7.2.0...v7.2.1 )
---
updated-dependencies:
- dependency-name: eslint-plugin-promise
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump eslint from 9.14.0 to 9.16.0 in /client
Bumps [eslint](https://github.com/eslint/eslint ) from 9.14.0 to 9.16.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v9.14.0...v9.16.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump typescript-eslint from 8.15.0 to 8.17.0 in /client
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint ) from 8.15.0 to 8.17.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.17.0/packages/typescript-eslint )
---
updated-dependencies:
- dependency-name: typescript-eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump @vitejs/plugin-react from 4.3.3 to 4.3.4 in /client
Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react ) from 4.3.3 to 4.3.4.
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases )
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/v4.3.4/packages/plugin-react )
---
updated-dependencies:
- dependency-name: "@vitejs/plugin-react"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-05 21:17:35 -03:00
rmcampos and GitHub
d843df9e26
feat: add Russian language support ( #189 )
...
* feat: add Russian language support
* chore: improve readability - wip
* test: add portuguese util unit tests
* test: add portuguese utils unit tests
* test: add russian utils unit tests
* test: add translator utils unit tests
* chore: refactor to reduce complexity
* test: improve tests
* test: improving tests and reducing duplicataions
* test: fix russian and spanish test cases
* chore: fix sonar issues
* test: fix russian translations and add more test cases
2024-12-05 21:02:26 -03:00
8b3e8a5829
Chore/server prs ( #197 )
...
* build(deps): bump com.puppycrawl.tools:checkstyle in /server
Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle ) from 10.20.1 to 10.20.2.
- [Release notes](https://github.com/checkstyle/checkstyle/releases )
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.20.1...checkstyle-10.20.2 )
---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump org.springframework.boot:spring-boot-starter-parent
Bumps [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot ) from 3.3.5 to 3.3.6.
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.5...v3.3.6 )
---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* docs: add cloud native compile command to tools
* docs: improve tools for backend and scripts
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-04 08:31:44 -03:00
0af136088a
chore: Upgrade javascript packages ( #187 )
...
* build(deps-dev): bump eslint-plugin-promise in /client
Bumps [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise ) from 7.1.0 to 7.2.0.
- [Release notes](https://github.com/eslint-community/eslint-plugin-promise/releases )
- [Changelog](https://github.com/eslint-community/eslint-plugin-promise/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint-community/eslint-plugin-promise/compare/v7.1.0...v7.2.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-promise
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump @testing-library/jest-dom in /client
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom ) from 6.6.2 to 6.6.3.
- [Release notes](https://github.com/testing-library/jest-dom/releases )
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/jest-dom/compare/v6.6.2...v6.6.3 )
---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump eslint-plugin-jsdoc in /client
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 50.4.3 to 50.5.0.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.4.3...v50.5.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump react-router-dom from 6.28.0 to 7.0.1 in /client
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom ) from 6.28.0 to 7.0.1.
- [Release notes](https://github.com/remix-run/react-router/releases )
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md )
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@7.0.1/packages/react-router-dom )
---
updated-dependencies:
- dependency-name: react-router-dom
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump @types/react from 18.3.11 to 18.3.12 in /client
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 18.3.11 to 18.3.12.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
---
updated-dependencies:
- dependency-name: "@types/react"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* Revert "build(deps): bump react-router-dom from 6.28.0 to 7.0.1 in /client"
This reverts commit 013d57083824dcb06724ac44937c1240f45e383e.
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-30 12:32:43 -03:00
rmcampos and GitHub
df9a05c1d4
feat: improve accessibility a bit ( #178 )
2024-11-22 16:57:32 -03:00
rmcampos and GitHub
e198907546
Feat/102 notes with more than 300 characters ( #175 )
...
* feat: update tasks UI and add high priority and and due-date option
issue #57
* improve ui
* improve ui for task
* feat: handles due date and high priority tasks
issue #57
* feat: update task with new features
issue #52
* feat: allow users to set high priority tasks and due date done
issue #52
issue #57
* test: add unit tests
* doc: improve readme
* doc: fix table of contents on readme
* feat: enable users to type up to 2000 chars on notes
issue #102
2024-11-22 11:42:00 -03:00
bc5c9865da
chore: combine front bumps ( #176 )
...
* build(deps-dev): bump typescript-eslint from 8.14.0 to 8.15.0 in /client
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint ) from 8.14.0 to 8.15.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.15.0/packages/typescript-eslint )
---
updated-dependencies:
- dependency-name: typescript-eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump @eslint/js from 9.14.0 to 9.15.0 in /client
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js ) from 9.14.0 to 9.15.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/commits/v9.15.0/packages/js )
---
updated-dependencies:
- dependency-name: "@eslint/js"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump globals from 15.11.0 to 15.12.0 in /client
Bumps [globals](https://github.com/sindresorhus/globals ) from 15.11.0 to 15.12.0.
- [Release notes](https://github.com/sindresorhus/globals/releases )
- [Commits](https://github.com/sindresorhus/globals/compare/v15.11.0...v15.12.0 )
---
updated-dependencies:
- dependency-name: globals
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump react-i18next from 15.0.3 to 15.1.1 in /client
Bumps [react-i18next](https://github.com/i18next/react-i18next ) from 15.0.3 to 15.1.1.
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/react-i18next/compare/v15.0.3...v15.1.1 )
---
updated-dependencies:
- dependency-name: react-i18next
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump @types/node from 22.7.9 to 22.9.1 in /client
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 22.7.9 to 22.9.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-22 09:46:54 -03:00
a958ef723d
feat: combine frontend prs ( #168 )
...
* fix: upgrade @types/node from 22.7.6 to 22.7.9
Snyk has created this PR to upgrade @types/node from 22.7.6 to 22.7.9.
See this package in npm:
@types/node
See this project in Snyk:
https://app.snyk.io/org/ricardocampos-dcn/project/4d31651d-a849-4b8a-83a3-f8aaba677c53?utm_source=github&utm_medium=referral&page=upgrade-pr
* fix: upgrade vite from 5.4.8 to 5.4.10
Snyk has created this PR to upgrade vite from 5.4.8 to 5.4.10.
See this package in npm:
vite
See this project in Snyk:
https://app.snyk.io/org/ricardocampos-dcn/project/4d31651d-a849-4b8a-83a3-f8aaba677c53?utm_source=github&utm_medium=referral&page=upgrade-pr
* fix: upgrade @types/jest from 29.5.13 to 29.5.14
Snyk has created this PR to upgrade @types/jest from 29.5.13 to 29.5.14.
See this package in npm:
@types/jest
See this project in Snyk:
https://app.snyk.io/org/ricardocampos-dcn/project/4d31651d-a849-4b8a-83a3-f8aaba677c53?utm_source=github&utm_medium=referral&page=upgrade-pr
* fix: upgrade @vitejs/plugin-react from 4.3.2 to 4.3.3
Snyk has created this PR to upgrade @vitejs/plugin-react from 4.3.2 to 4.3.3.
See this package in npm:
@vitejs/plugin-react
See this project in Snyk:
https://app.snyk.io/org/ricardocampos-dcn/project/4d31651d-a849-4b8a-83a3-f8aaba677c53?utm_source=github&utm_medium=referral&page=upgrade-pr
* fix: upgrade react-i18next from 15.0.3 to 15.1.0
Snyk has created this PR to upgrade react-i18next from 15.0.3 to 15.1.0.
See this package in npm:
react-i18next
See this project in Snyk:
https://app.snyk.io/org/ricardocampos-dcn/project/4d31651d-a849-4b8a-83a3-f8aaba677c53?utm_source=github&utm_medium=referral&page=upgrade-pr
---------
Co-authored-by: snyk-bot <snyk-bot@snyk.io >
2024-11-20 17:12:30 -03:00
bcd5597fd1
chore: combine client upgrades ( #167 )
...
* build(deps): bump i18next from 23.16.4 to 23.16.5 in /client
Bumps [i18next](https://github.com/i18next/i18next ) from 23.16.4 to 23.16.5.
- [Release notes](https://github.com/i18next/i18next/releases )
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/i18next/compare/v23.16.4...v23.16.5 )
---
updated-dependencies:
- dependency-name: i18next
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump react-router-dom from 6.27.0 to 6.28.0 in /client
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom ) from 6.27.0 to 6.28.0.
- [Release notes](https://github.com/remix-run/react-router/releases )
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md )
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@6.28.0/packages/react-router-dom )
---
updated-dependencies:
- dependency-name: react-router-dom
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump typescript-eslint from 8.12.2 to 8.14.0 in /client
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint ) from 8.12.2 to 8.14.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.14.0/packages/typescript-eslint )
---
updated-dependencies:
- dependency-name: typescript-eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump vite from 5.4.8 to 5.4.11 in /client
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.4.8 to 5.4.11.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.11/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.4.11/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump @types/jest from 29.5.13 to 29.5.14 in /client
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest ) from 29.5.13 to 29.5.14.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest )
---
updated-dependencies:
- dependency-name: "@types/jest"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-15 16:44:14 -03:00
502d1787d7
chore: combine server PRs ( #166 )
...
* build(deps): bump com.puppycrawl.tools:checkstyle in /server
Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle ) from 10.20.0 to 10.20.1.
- [Release notes](https://github.com/checkstyle/checkstyle/releases )
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.20.0...checkstyle-10.20.1 )
---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump org.hibernate.orm.tooling:hibernate-enhance-maven-plugin
Bumps [org.hibernate.orm.tooling:hibernate-enhance-maven-plugin](https://github.com/hibernate/hibernate-orm ) from 6.5.3.Final to 6.6.2.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases )
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.2/changelog.txt )
- [Commits](https://github.com/hibernate/hibernate-orm/compare/6.5.3...6.6.2 )
---
updated-dependencies:
- dependency-name: org.hibernate.orm.tooling:hibernate-enhance-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* ci: add script to run with native pr
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-15 16:23:23 -03:00
rmcampos and GitHub
63e696b2b1
feat: Create user area and allow users to delete their account ( #153 )
...
* feat: create migration to update task table schema
issue #52
issue #57
* chore: fix docker compose and client package-lock file
* fix: wrong placeholder for email at the login page
issue #134
* fix: wrong placeholder for email at the register page
issue #134
* feat: update all forms to start as valid
* feat: create user area where he can manage data and language
issue #135
issue #130
issue #104
* chore: simplify back-end services
* feat: delete user data from server
issue #104
* test: add simple test case for login and register and fix footer
2024-11-10 17:10:14 -03:00
354c4c6851
chore: updagre snyk packages ( #152 )
...
* fix: upgrade react-router-dom from 6.26.2 to 6.27.0
Snyk has created this PR to upgrade react-router-dom from 6.26.2 to 6.27.0.
See this package in npm:
react-router-dom
See this project in Snyk:
https://app.snyk.io/org/ricardocampos-dcn/project/4d31651d-a849-4b8a-83a3-f8aaba677c53?utm_source=github&utm_medium=referral&page=upgrade-pr
* fix: upgrade @types/node from 22.7.5 to 22.7.6
Snyk has created this PR to upgrade @types/node from 22.7.5 to 22.7.6.
See this package in npm:
@types/node
See this project in Snyk:
https://app.snyk.io/org/ricardocampos-dcn/project/4d31651d-a849-4b8a-83a3-f8aaba677c53?utm_source=github&utm_medium=referral&page=upgrade-pr
* fix: upgrade @types/jest from 29.5.12 to 29.5.13
Snyk has created this PR to upgrade @types/jest from 29.5.12 to 29.5.13.
See this package in npm:
@types/jest
See this project in Snyk:
https://app.snyk.io/org/ricardocampos-dcn/project/4d31651d-a849-4b8a-83a3-f8aaba677c53?utm_source=github&utm_medium=referral&page=upgrade-pr
* fix: upgrade i18next from 23.15.2 to 23.16.0
Snyk has created this PR to upgrade i18next from 23.15.2 to 23.16.0.
See this package in npm:
i18next
See this project in Snyk:
https://app.snyk.io/org/ricardocampos-dcn/project/4d31651d-a849-4b8a-83a3-f8aaba677c53?utm_source=github&utm_medium=referral&page=upgrade-pr
* fix: upgrade react-i18next from 15.0.2 to 15.0.3
Snyk has created this PR to upgrade react-i18next from 15.0.2 to 15.0.3.
See this package in npm:
react-i18next
See this project in Snyk:
https://app.snyk.io/org/ricardocampos-dcn/project/4d31651d-a849-4b8a-83a3-f8aaba677c53?utm_source=github&utm_medium=referral&page=upgrade-pr
---------
Co-authored-by: snyk-bot <snyk-bot@snyk.io >
2024-11-09 13:40:57 -03:00
eda5565e49
feat: client versions bump ( #151 )
...
* build(deps): bump i18next from 23.15.2 to 23.16.4 in /client
Bumps [i18next](https://github.com/i18next/i18next ) from 23.15.2 to 23.16.4.
- [Release notes](https://github.com/i18next/i18next/releases )
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/i18next/compare/v23.15.2...v23.16.4 )
---
updated-dependencies:
- dependency-name: i18next
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump typescript from 5.6.2 to 5.6.3 in /client
Bumps [typescript](https://github.com/microsoft/TypeScript ) from 5.6.2 to 5.6.3.
- [Release notes](https://github.com/microsoft/TypeScript/releases )
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml )
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.6.2...v5.6.3 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump @eslint/js from 9.13.0 to 9.14.0 in /client
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js ) from 9.13.0 to 9.14.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/commits/v9.14.0/packages/js )
---
updated-dependencies:
- dependency-name: "@eslint/js"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump eslint from 9.13.0 to 9.14.0 in /client
Bumps [eslint](https://github.com/eslint/eslint ) from 9.13.0 to 9.14.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v9.13.0...v9.14.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump @vitest/coverage-v8 from 2.1.1 to 2.1.4 in /client
Bumps [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8 ) from 2.1.1 to 2.1.4.
- [Release notes](https://github.com/vitest-dev/vitest/releases )
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.4/packages/coverage-v8 )
---
updated-dependencies:
- dependency-name: "@vitest/coverage-v8"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* chore: update to use npm ci instead of just install
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-07 13:13:09 -03:00
b4d01e1e1b
feat server versions bump ( #150 )
...
* build(deps): bump org.apache.maven.plugins:maven-surefire-plugin
Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire ) from 3.5.1 to 3.5.2.
- [Release notes](https://github.com/apache/maven-surefire/releases )
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.1...surefire-3.5.2 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin
Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin ) from 3.10.1 to 3.11.1.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases )
- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.10.1...maven-javadoc-plugin-3.11.1 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump org.apache.maven.plugins:maven-failsafe-plugin
Bumps [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire ) from 3.5.1 to 3.5.2.
- [Release notes](https://github.com/apache/maven-surefire/releases )
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.1...surefire-3.5.2 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump com.puppycrawl.tools:checkstyle in /server
Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle ) from 10.19.0 to 10.20.0.
- [Release notes](https://github.com/checkstyle/checkstyle/releases )
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.19.0...checkstyle-10.20.0 )
---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-07 12:01:58 -03:00
rmcampos and GitHub
642a09e855
chore: improve readme and automations ( #133 )
2024-11-01 20:57:43 -03:00
rmcampos and GitHub
44d3fb23aa
feat: Add Brazilian Portuguese and Spanish languages ( #132 )
...
* feat: add languages - wip
issue #90
based on article https://dev.to/franklin030601/building-a-multi-language-app-with-react-js-2och
* feat: translate landing, login and register pages
issue #90
* feat: translate all the external texts and messages
issue #90
* feat: add new automations scripts and remove old ones
* feat: add server build info on actuator health page
* feat: language handling for all external pages
issue #90
* feat: start translation at the home page - wip
issue #90
* feat: improve automation to run services on docker
* feat: more automations for the client this time
* feat: translate finished for the home page
issue #90
* feat: translate about page, header and footer
issue #90
* feat: translate task page
issue #90
* feat: translate notes
issue #90
* feat: increase token expiration to one week
* test: fix test cases
* ci: remove client docker image from workflow
* feat: improve reliability
* chore: reduce duplications
* feat: fix lint issues
thansk to https://dev.to/aolyang/eslint-9-flat-config-tutorial-2bm5
* fix: path when login or register
2024-11-01 15:25:57 -03:00
787bcd1773
feat: server versions bump ( #129 )
...
* build(deps): bump com.puppycrawl.tools:checkstyle in /server
Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle ) from 10.18.2 to 10.19.0.
- [Release notes](https://github.com/checkstyle/checkstyle/releases )
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.18.2...checkstyle-10.19.0 )
---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump org.apache.maven.plugins:maven-checkstyle-plugin
Bumps [org.apache.maven.plugins:maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin ) from 3.5.0 to 3.6.0.
- [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.5.0...maven-checkstyle-plugin-3.6.0 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump org.springframework.boot:spring-boot-starter-parent
Bumps [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot ) from 3.3.4 to 3.3.5.
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.4...v3.3.5 )
---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* feat: add backend version to all responses in a header
issue #105
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-29 18:55:24 -03:00
rmcampos and GitHub
17897f2090
feat: fixes #120 #121 #122 #123 ( #128 )
2024-10-29 13:07:08 -03:00
dependabot[bot] and GitHub
8faa8af456
build(deps-dev): bump eslint from 8.57.0 to 9.13.0 in /client ( #117 )
2024-10-29 15:55:54 +00:00
rmcampos and GitHub
fdc7f84907
Merge pull request #119 from ricardo-campos-org/feat/bump-client-versions
...
feat: bump client versions
2024-10-23 13:42:13 -03:00
Ricardo Campos
8e7119e91f
Merge branch 'dependabot/npm_and_yarn/client/typescript-eslint/eslint-plugin-8.11.0' into feat/bump-client-versions
2024-10-23 13:07:42 -03:00
Ricardo Campos
9e8eee3723
Merge branch 'dependabot/npm_and_yarn/client/sass-1.80.3' into feat/bump-client-versions
2024-10-23 13:05:19 -03:00
Ricardo Campos
5affb6197f
Merge branch 'dependabot/npm_and_yarn/client/types/react-18.3.11' into feat/bump-client-versions
2024-10-23 13:03:28 -03:00
dependabot[bot] and GitHub
fcd40346ee
build(deps-dev): bump @typescript-eslint/eslint-plugin in /client
...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 8.4.0 to 8.11.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.11.0/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-21 23:46:20 +00:00
dependabot[bot] and GitHub
ffc2247985
build(deps-dev): bump sass from 1.79.4 to 1.80.3 in /client
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.79.4 to 1.80.3.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.79.4...1.80.3 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-21 23:45:23 +00:00
dependabot[bot] and GitHub
fc5f27a915
build(deps-dev): bump @types/react from 18.3.10 to 18.3.11 in /client
...
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 18.3.10 to 18.3.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
---
updated-dependencies:
- dependency-name: "@types/react"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-14 23:31:15 +00:00
dependabot[bot] and GitHub
09a5064364
build(deps): bump @types/react-dom from 18.3.0 to 18.3.1 in /client
...
Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom ) from 18.3.0 to 18.3.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom )
---
updated-dependencies:
- dependency-name: "@types/react-dom"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-14 23:31:00 +00:00
rmcampos and GitHub
e87973788c
Merge pull request #110 from ricardo-campos-org/feat/56-login-and-registering-improvements
...
feat: login and registering improvements
2024-10-12 14:01:40 -03:00
rmcampos and GitHub
3721d60b40
Merge pull request #106 from ricardo-campos-org/fix/website-content-category
...
fix: website content category
2024-10-10 21:36:07 -03:00
Ricardo Campos
2c47eb7416
feat: fix backend validation for passwords and max attemps
...
issue #56
2024-10-10 21:35:29 -03:00
Ricardo Campos
340ed324e5
feat: improve login with max attempt limit and better passwords
...
issue #56
2024-10-09 19:19:24 -03:00
Ricardo Campos
b3bdf17597
add nginx file template and fix reloading outside of the app
...
issue #89
2024-10-09 18:05:31 -03:00
Ricardo Campos
f470bfae50
Merge branch 'main' into fix/website-content-category
2024-10-09 17:47:22 -03:00
rmcampos and GitHub
72407ba2e1
Merge pull request #108 from ricardo-campos-org/feat/54-sort-tasks-by-undone-first-then-done
...
feat: sort tasks by undone first then done
2024-10-09 14:22:27 -03:00
Ricardo Campos
dfcd6b2171
fix: npe when formatting
2024-10-09 12:27:18 -03:00
Ricardo Campos
1dd3311c8c
feat: remove lib and format manually
...
docs: add javadoc
2024-10-09 12:06:33 -03:00
Ricardo Campos
e87e1aa557
feat: add all prettytime resources to config cloudnative
2024-10-09 10:55:26 -03:00
Ricardo Campos
b5d050eab8
fix: attempt to fix locale issue again again again
2024-10-08 19:37:57 -03:00
Ricardo Campos
d6a11a5e07
fix: attempt to fix locale issue again again
2024-10-08 19:21:31 -03:00
Ricardo Campos
fd2db315cc
fix: attempt to fix locale issue again
2024-10-08 19:06:50 -03:00
Ricardo Campos
a571501992
fix: attempt to fix locale issue
2024-10-08 18:46:45 -03:00
Ricardo Campos
55a570a969
fix: locale settings for server
2024-10-08 18:11:34 -03:00
Ricardo Campos
6fce3dd8db
chore: fix lint issues
2024-10-08 16:37:02 -03:00
Ricardo Campos
ad6d4fe07c
Merge branch 'main' into feat/54-sort-tasks-by-undone-first-then-done
2024-10-08 15:50:41 -03:00
rmcampos and GitHub
d5632c1c4c
Merge pull request #107 from ricardo-campos-org/feat/server-versions-bump
...
feat: server versions bump
2024-10-08 15:49:56 -03:00
Ricardo Campos
0e73d48a30
feat: sort by undone first
...
feat: add time ago format for the last updated task time
issue #54
2024-10-08 15:48:51 -03:00
Ricardo Campos
27f49a9a89
Merge branch 'dependabot/maven/server/org.apache.maven.plugins-maven-failsafe-plugin-3.5.1' into feat/server-versions-bump
2024-10-08 13:55:32 -03:00
Ricardo Campos
647497af1a
Merge branch 'dependabot/maven/server/org.apache.maven.plugins-maven-surefire-plugin-3.5.1' into feat/server-versions-bump
2024-10-08 13:55:18 -03:00
Ricardo Campos
2899fd60c8
Merge branch 'dependabot/maven/server/org.apache.maven.plugins-maven-javadoc-plugin-3.10.1' into feat/server-versions-bump
2024-10-08 13:55:01 -03:00
Ricardo Campos
283d244c55
Merge branch 'main' into fix/website-content-category
2024-10-08 13:04:01 -03:00
dependabot[bot] and GitHub
6959431bf9
build(deps): bump @testing-library/react from 16.0.0 to 16.0.1 in /client ( #98 )
2024-10-08 12:55:13 +00:00
dependabot[bot] and GitHub
8fc2df747f
build(deps): bump @types/node from 22.7.0 to 22.7.5 in /client ( #96 )
2024-10-08 12:47:53 +00:00
dependabot[bot] and GitHub
bd77b91a3c
build(deps): bump @vitejs/plugin-react from 4.3.1 to 4.3.2 in /client ( #95 )
2024-10-08 12:41:49 +00:00
dependabot[bot] and GitHub
11f96bf047
build(deps): bump SonarSource/sonarcloud-github-action from 3.0.0 to 3.1.0 ( #93 )
2024-10-08 12:36:25 +00:00
rmcampos and GitHub
1480cef8e2
Merge pull request #94 from ricardo-campos-org/dependabot/npm_and_yarn/client/eslint-plugin-import-2.31.0
...
build(deps-dev): bump eslint-plugin-import from 2.29.1 to 2.31.0 in /client
2024-10-08 09:32:48 -03:00
rmcampos
a8a87d8d03
ci: tests ok, empty commit to trigger ci
2024-10-08 09:29:29 -03:00
rmcampos and GitHub
333cb423d0
Merge pull request #92 from ricardo-campos-org/feat/91-display-error-from-backend-registering
...
fix: display actual message from backend
2024-10-08 08:27:30 -03:00
dependabot[bot] and GitHub
fa9a710417
build(deps): bump org.apache.maven.plugins:maven-failsafe-plugin
...
Bumps [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire ) from 3.5.0 to 3.5.1.
- [Release notes](https://github.com/apache/maven-surefire/releases )
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.0...surefire-3.5.1 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-07 23:38:47 +00:00
dependabot[bot] and GitHub
b1fe277063
build(deps): bump org.apache.maven.plugins:maven-surefire-plugin
...
Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire ) from 3.5.0 to 3.5.1.
- [Release notes](https://github.com/apache/maven-surefire/releases )
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.0...surefire-3.5.1 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-07 23:38:44 +00:00
dependabot[bot] and GitHub
30d1ceaf73
build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin
...
Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin ) from 3.10.0 to 3.10.1.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases )
- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.10.0...maven-javadoc-plugin-3.10.1 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-07 23:38:40 +00:00
dependabot[bot] and GitHub
af9c3280f6
build(deps-dev): bump eslint-plugin-import in /client
...
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import ) from 2.29.1 to 2.31.0.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases )
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md )
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.29.1...v2.31.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-import
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-07 23:35:57 +00:00
Ricardo Campos
82748e4ac4
ci: add upload action to save the zip
2024-10-07 18:52:43 -03:00
Ricardo Campos
69c40419ea
ci: fix dist client location for zipping
2024-10-07 18:38:21 -03:00
Ricardo Campos
2aaa4e7543
ci: add zip action to build and zip client
2024-10-07 18:32:39 -03:00
Ricardo Campos
b63be64788
fix: display actual message from backend
...
issue #91
2024-10-07 18:04:15 -03:00
Ricardo Campos
0a18749dce
feat: improve meta tags
2024-10-07 11:34:33 -03:00
rmcampos and GitHub
dbc5f68d5e
Merge pull request #88 from ricardo-campos-org/fix/87-list-of-bugs-in-the-frontend
...
fix: list of bugs in the frontend
2024-10-06 19:12:57 -03:00
rmcampos
b1891277e9
test: fix test case for the home controller test
2024-10-06 18:57:01 -03:00
rmcampos
73f8741013
feat: improve about page, fix home summary adding notes count
...
issue #87
2024-10-06 18:52:15 -03:00
rmcampos
6bcd1515c4
test: fix test cases and lint issues
2024-10-06 17:58:44 -03:00
rmcampos
1f17af2a0d
Merge branch 'fix/87-list-of-bugs-in-the-frontend' of github.com:ricardo-campos-org/react-typescript-todolist into fix/87-list-of-bugs-in-the-frontend
2024-10-06 15:39:28 -03:00
rmcampos
7089c653ff
feat: improve styling, add background, fix primary color and notifications
...
issue #87
2024-10-06 15:39:08 -03:00
rmcampos
9d430b9e5a
feat: improve styling, add background, fix primary color and notifications
...
issue #66
2024-10-06 15:38:34 -03:00
rmcampos and GitHub
d03c9639e9
Merge pull request #86 from ricardo-campos-org/fix/backend-digitalocean
...
feat: enable security on backend for digitalocean
2024-10-06 14:09:22 -03:00
rmcampos
e8c82f411e
ci: fix pr workflow file
2024-10-06 14:06:46 -03:00
rmcampos
98012bac24
feat: improve workflows and remove console log
2024-10-06 14:05:46 -03:00
rmcampos
9e603f8bb6
fix: disable csrf for testing
2024-10-05 19:57:41 -03:00
rmcampos
fc93ca4d0b
fix: csrf token filter handler - attemp #2
2024-10-05 19:45:55 -03:00
rmcampos
d303d4050d
fix: csrf token filter handler
2024-10-05 19:23:47 -03:00
rmcampos
e501e2b4a4
feat: another attempt to fix backend cors
2024-10-05 14:58:48 -03:00
Ricardo Campos
6e820c9104
chore: get back changes
2024-10-04 12:41:06 -03:00
rmcampos and GitHub
9acd7afa1d
Update application.properties
2024-10-04 12:02:23 -03:00
rmcampos
c4da2a7b7f
feat: enable security on backend for digitalocean
2024-10-03 21:55:22 -03:00
rmcampos and GitHub
4925860410
Merge pull request #83 from ricardo-campos-org/dependabot/maven/server/com.puppycrawl.tools-checkstyle-10.18.2
...
build(deps): bump com.puppycrawl.tools:checkstyle from 10.18.1 to 10.18.2 in /server
2024-10-03 10:51:05 -03:00
Ricardo Campos
43c7a539c7
Merge branch 'main' into dependabot/maven/server/com.puppycrawl.tools-checkstyle-10.18.2
2024-10-03 10:28:22 -03:00
rmcampos and GitHub
5d53637e85
Merge pull request #84 from ricardo-campos-org/chore/client-new-versions
...
chore: client new versions
2024-10-03 10:27:00 -03:00
Ricardo Campos
c96f864747
Revert "Merge branch 'dependabot/npm_and_yarn/client/eslint-9.11.1' into chore/client-new-versions"
...
This reverts commit 036c8f3474 , reversing
changes made to 181fe28f55 .
2024-10-03 10:12:31 -03:00
Ricardo Campos
eda1b9f875
Merge branch 'dependabot/npm_and_yarn/client/vite-5.4.8' into chore/client-new-versions
2024-10-03 09:56:28 -03:00
Ricardo Campos
e98ce9c191
Merge branch 'dependabot/npm_and_yarn/client/types/react-18.3.10' into chore/client-new-versions
2024-10-03 09:56:10 -03:00
Ricardo Campos
dae34004ff
Merge branch 'dependabot/npm_and_yarn/client/sass-1.79.4' into chore/client-new-versions
2024-10-03 09:54:33 -03:00
Ricardo Campos
0ce71f7f1a
Merge branch 'dependabot/npm_and_yarn/client/react-bootstrap-2.10.5' into chore/client-new-versions
2024-10-03 09:54:13 -03:00
Ricardo Campos
036c8f3474
Merge branch 'dependabot/npm_and_yarn/client/eslint-9.11.1' into chore/client-new-versions
2024-10-03 09:53:37 -03:00
dependabot[bot] and GitHub
2218bf561a
build(deps): bump com.puppycrawl.tools:checkstyle in /server
...
Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle ) from 10.18.1 to 10.18.2.
- [Release notes](https://github.com/checkstyle/checkstyle/releases )
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.18.1...checkstyle-10.18.2 )
---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-01 00:08:43 +00:00
rmcampos and GitHub
181fe28f55
Merge pull request #58 from ricardo-campos-org/dependabot/maven/java-api/org.springframework.boot-spring-boot-starter-parent-3.3.4
...
build(deps): bump org.springframework.boot:spring-boot-starter-parent from 3.3.3 to 3.3.4 in /java-api
2024-09-29 12:38:04 -03:00
rmcampos
6fe493a5a3
feat: adjust hibernate to spring boot version
2024-09-29 12:28:58 -03:00
rmcampos
24530d30c1
Merge branch 'main' into dependabot/maven/java-api/org.springframework.boot-spring-boot-starter-parent-3.3.4
2024-09-29 12:02:13 -03:00
dependabot[bot] and GitHub
2228181fff
build(deps): bump vite from 5.4.6 to 5.4.8 in /client
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.4.6 to 5.4.8.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.8/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.4.8/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-29 00:17:37 +00:00
dependabot[bot] and GitHub
0301676c76
build(deps-dev): bump @types/react from 18.3.5 to 18.3.10 in /client
...
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 18.3.5 to 18.3.10.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
---
updated-dependencies:
- dependency-name: "@types/react"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-29 00:17:27 +00:00
dependabot[bot] and GitHub
cb614bd092
build(deps-dev): bump sass from 1.77.8 to 1.79.4 in /client
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.77.8 to 1.79.4.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.77.8...1.79.4 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-29 00:17:21 +00:00
dependabot[bot] and GitHub
c846a162be
build(deps): bump react-bootstrap from 2.10.4 to 2.10.5 in /client
...
Bumps [react-bootstrap](https://github.com/react-bootstrap/react-bootstrap ) from 2.10.4 to 2.10.5.
- [Release notes](https://github.com/react-bootstrap/react-bootstrap/releases )
- [Changelog](https://github.com/react-bootstrap/react-bootstrap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/react-bootstrap/react-bootstrap/compare/v2.10.4...v2.10.5 )
---
updated-dependencies:
- dependency-name: react-bootstrap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-29 00:17:14 +00:00
dependabot[bot] and GitHub
3eec5d2249
build(deps-dev): bump eslint from 8.57.0 to 9.11.1 in /client
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.57.0 to 9.11.1.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.57.0...v9.11.1 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-29 00:17:08 +00:00
rmcampos and GitHub
7a6b41245a
Merge pull request #70 from ricardo-campos-org/fix/69-handle-csrf
...
fix: handle CSRF gracefully
2024-09-28 21:15:53 -03:00
rmcampos
8fa20a00f6
feat: fix cloud native image running graalvm
2024-09-28 21:07:22 -03:00
rmcampos
38a4c3961b
chore: fix lint issues
2024-09-28 16:06:46 -03:00
Ricardo Campos
161764a233
fix: CSRF finally
...
issue #69
2024-09-27 18:58:08 -03:00
rmcampos
ce2d168fb7
feat: rename packages
2024-09-27 11:02:48 -03:00
rmcampos
8bca2025db
feat: rename java-api to server
2024-09-27 09:03:48 -03:00
rmcampos and GitHub
cfc5e4e2f4
Merge pull request #68 from ricardo-campos-org/feat/65-fix-env-file-with-server-address
...
fix env file with server address and error handling in the backend
2024-09-26 21:44:45 -03:00
rmcampos
8489aabbbf
chore: fix lint issues
2024-09-26 21:31:11 -03:00
rmcampos
6276131d9d
fix: env file not being loaded into caddy and client. Issue 65
...
fix: handle refresh token on backend. Issue #53
2024-09-26 21:27:04 -03:00
Ricardo Campos
6a06f0ace2
feat: add server address into env vars on caddy
...
issue #65
2024-09-26 19:06:14 -03:00
rmcampos and GitHub
9df330b43f
Merge pull request #67 from ricardo-campos-org/feat/dependabot-versions-bump
...
feat: dependabot versions bump
2024-09-26 18:23:51 -03:00
Ricardo Campos
5cbcfc59ec
Merge branch 'dependabot/npm_and_yarn/client/typescript-5.6.2' into feat/dependabot-versions-bump
2024-09-26 18:11:59 -03:00
Ricardo Campos
7150a5b8f4
Merge branch 'dependabot/npm_and_yarn/client/react-router-dom-6.26.2' into feat/dependabot-versions-bump
2024-09-26 18:10:47 -03:00
Ricardo Campos
722c06597f
Merge branch 'dependabot/npm_and_yarn/client/eslint-plugin-react-7.36.1' into feat/dependabot-versions-bump
2024-09-26 18:10:32 -03:00
Ricardo Campos
29ae0bfa48
Merge branch 'dependabot/npm_and_yarn/client/vitest/coverage-v8-2.1.1' into feat/dependabot-versions-bump
2024-09-26 18:10:15 -03:00
Ricardo Campos
89963cb2b9
Merge branch 'dependabot/npm_and_yarn/client/types/node-22.7.0' into feat/dependabot-versions-bump
2024-09-26 18:09:55 -03:00
rmcampos and GitHub
5c0c95b60d
Merge pull request #55 from ricardo-campos-org/dependabot/npm_and_yarn/client/rollup-4.22.4
...
build(deps): bump rollup from 4.21.0 to 4.22.4 in /client
2024-09-25 15:03:23 -03:00
Ricardo Campos
486e91610a
ci: empty commit to trigger ci
2024-09-25 14:38:49 -03:00
dependabot[bot] and GitHub
1abfbe7586
build(deps): bump typescript from 5.5.4 to 5.6.2 in /client
...
Bumps [typescript](https://github.com/microsoft/TypeScript ) from 5.5.4 to 5.6.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases )
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml )
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.5.4...v5.6.2 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-25 17:02:30 +00:00
dependabot[bot] and GitHub
498dfd8502
build(deps): bump react-router-dom from 6.26.1 to 6.26.2 in /client
...
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom ) from 6.26.1 to 6.26.2.
- [Release notes](https://github.com/remix-run/react-router/releases )
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md )
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@6.26.2/packages/react-router-dom )
---
updated-dependencies:
- dependency-name: react-router-dom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-25 17:02:22 +00:00
dependabot[bot] and GitHub
6334ab1812
build(deps-dev): bump eslint-plugin-react in /client
...
Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react ) from 7.35.0 to 7.36.1.
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases )
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.35.0...v7.36.1 )
---
updated-dependencies:
- dependency-name: eslint-plugin-react
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-25 17:02:15 +00:00
dependabot[bot] and GitHub
b15bb3b631
build(deps-dev): bump @vitest/coverage-v8 from 2.0.5 to 2.1.1 in /client
...
Bumps [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8 ) from 2.0.5 to 2.1.1.
- [Release notes](https://github.com/vitest-dev/vitest/releases )
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.1/packages/coverage-v8 )
---
updated-dependencies:
- dependency-name: "@vitest/coverage-v8"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-25 17:02:09 +00:00
dependabot[bot] and GitHub
e069a990d0
build(deps): bump @types/node from 22.5.2 to 22.7.0 in /client
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 22.5.2 to 22.7.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-25 17:01:59 +00:00
dependabot[bot] and GitHub
1f758e162f
build(deps): bump org.springframework.boot:spring-boot-starter-parent
...
Bumps [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot ) from 3.3.3 to 3.3.4.
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.3...v3.3.4 )
---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-25 17:01:49 +00:00
rmcampos and GitHub
c8a511ac89
Merge pull request #50 from ricardo-campos-org/feat/46-task-management-api
...
feat: task management api
2024-09-25 14:01:05 -03:00
Ricardo Campos
028392e338
fix: docker build name
2024-09-25 11:23:30 -03:00
Ricardo Campos
c68c3a7c2e
ci: fix wrong syntax yml pr workflow file
2024-09-25 11:11:55 -03:00
Ricardo Campos
f076cdb784
ci: fix wrong syntax yml workflow files
2024-09-25 11:10:21 -03:00
Ricardo Campos
501dfa2cd9
ci: enable dependabot updated for server api
2024-09-25 11:09:08 -03:00
Ricardo Campos
c195079b45
ci: enable tests passing for now - sorry
2024-09-25 11:07:30 -03:00
Ricardo Campos
0d187ec587
test: add home controller test case
...
issue #46
2024-09-25 11:05:34 -03:00
Ricardo Campos
24444a3ac3
test: fix exclusions and add auth sign-up test cases
...
issue #46
2024-09-25 10:29:22 -03:00
Ricardo Campos
327387db37
test: add sign-up controller test
...
issue #46
2024-09-25 10:16:06 -03:00
rmcampos
3344313557
test: add auth controller unit test
2024-09-25 09:12:50 -03:00
Ricardo Campos
cb15eee684
test: add frontend tests
...
issue #46
2024-09-24 12:08:13 -03:00
Ricardo Campos
e79a56eb15
chore: delete used files
2024-09-24 12:07:55 -03:00
Ricardo Campos
218478f208
feat: improve docker compose file
2024-09-24 12:07:37 -03:00
dependabot[bot] and GitHub
b59cf5e0bb
build(deps): bump rollup from 4.21.0 to 4.22.4 in /client
...
Bumps [rollup](https://github.com/rollup/rollup ) from 4.21.0 to 4.22.4.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v4.21.0...v4.22.4 )
---
updated-dependencies:
- dependency-name: rollup
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-24 04:19:24 +00:00
rmcampos
a89585f9f3
chore: fix jwt token issue
2024-09-23 09:16:35 -03:00
rmcampos
048d3c75c0
chore: remove duplications on delete request
2024-09-23 09:02:38 -03:00
rmcampos
e657a4068d
feat: add backend dockerfile and cloud native config
2024-09-22 17:42:02 -03:00
rmcampos
f67e0e97de
chore: refactor to remove duplication - post requests
...
issue #46
From now on, only a single postJSON function will be used to call the backend api. No more duplications
2024-09-21 18:20:30 -03:00
rmcampos
f079792da3
chore: refactor to remove duplication - patch requests
...
issue #46
From now on, only a single patchJSON function will be used to call the backend api. No more duplications
2024-09-21 18:10:52 -03:00
rmcampos
c595df4d98
chore: refactor to remove duplication
...
issue #46
From now on, only a single getJSON function will be used to call the backend api. No more duplications
2024-09-21 17:42:55 -03:00
Ricardo Campos
33ade8a9c7
feat: search ok
...
issue #46
2024-09-20 19:32:05 -03:00
Ricardo Campos
a65fa76481
chore: fix client and java-rest api
2024-09-20 18:54:51 -03:00
Ricardo Campos
01f6cdb128
chore: fix lint issues, build issue, and a bit of refactoring
...
issue #46
2024-09-20 18:50:00 -03:00
Ricardo Campos
aa121260c0
chore: fix build issue
2024-09-20 18:01:53 -03:00
Ricardo Campos
cce0633a9f
feat: add save edit and delete notes
...
issue #46
2024-09-20 17:30:23 -03:00
Ricardo Campos
755166f099
feat: add notes client frontend
...
issue #46
2024-09-20 13:41:04 -03:00
Ricardo Campos
3f3ca0c59b
feat: add notes api
...
issue #46
2024-09-20 13:24:11 -03:00
Ricardo Campos
197818d927
Merge branch 'main' into feat/46-task-management-api
2024-09-20 11:52:33 -03:00
rmcampos and GitHub
594e168863
Merge pull request #49 from ricardo-campos-org/ci/sonar-cloud-integration
...
add sonar to main workflow
2024-09-20 11:49:03 -03:00
Ricardo Campos
d94becd721
ci: add sonar to the same test coverage workflow
2024-09-20 11:45:11 -03:00
Ricardo Campos
e065e3deb5
ci: fix test and workflows
2024-09-20 11:42:15 -03:00
Ricardo Campos
1295257d1a
ci: fix sonar exclusion
2024-09-20 11:23:31 -03:00
Ricardo Campos
df287c4de0
ci: delete ci, not needed and another attempt to fix sonar analysis
2024-09-20 10:44:57 -03:00
Ricardo Campos
004cbc29b7
ci: exclude mocks files from sonar
2024-09-20 10:39:23 -03:00
Ricardo Campos
8f5ca9bce4
ci: exclude setup tests ts file from sonar
2024-09-20 10:36:15 -03:00
Ricardo Campos
0e6c3ffb70
ci: fix test directory
2024-09-20 10:29:12 -03:00
Ricardo Campos
7ec980e98f
test: add basic test case and setup coverage
2024-09-20 10:27:16 -03:00
Ricardo Campos
6f81382a8a
ci: fix action version
2024-09-20 10:11:00 -03:00
rmcampos and GitHub
bb4e13c3ca
Update pr.yml
2024-09-20 08:58:12 -03:00
rmcampos and GitHub
745f7c88b0
add sonar-project.properties file
2024-09-20 08:52:13 -03:00
rmcampos and GitHub
a7d1bb57d1
add sonar to PR workflow
2024-09-20 08:50:40 -03:00
Ricardo Campos and GitHub
a1ef1103d9
add sonar to main workflow
2024-09-20 08:46:16 -03:00
Ricardo Campos
4ffc27b9e6
feat: home summary and search wip
...
issue #46
2024-09-19 21:16:06 -03:00
Ricardo Campos
8e52b07dc3
task crud finished
...
issue #46
2024-09-19 20:16:50 -03:00
Ricardo Campos
02d1f3878e
feat: error handling when login in
...
issue #46
2024-09-19 15:33:52 -03:00
Ricardo Campos
e0b9e49b81
feat: login and register ok
...
issue #46
2024-09-19 15:13:10 -03:00
Ricardo Campos
d267635c73
feat: login and routes finally ok
...
issue #46
2024-09-19 12:10:55 -03:00
Ricardo Campos
ea5c563b20
feat: add real login - wip
...
issue #46
2024-09-19 10:49:16 -03:00
Ricardo Campos
24f858e6a0
feat: add cors config and refresh token api
...
issue #46
2024-09-19 10:48:49 -03:00
Ricardo Campos
6020f8f6d5
feat: delete task done, list users for admins done
...
issue #46
2024-09-18 15:31:44 -03:00
Ricardo Campos
ed2dfeaa0b
feat: delete task ok
...
issue #46
2024-09-18 13:50:38 -03:00
Ricardo Campos
af245fe975
Merge branch 'main' into feat/46-task-management-api
2024-09-18 13:28:35 -03:00
dependabot[bot] and GitHub
8c7a66ea28
build(deps): bump vite from 5.4.2 to 5.4.6 in /client ( #48 )
2024-09-18 16:24:12 +00:00
Ricardo Campos
318a7f9f61
test: add application properties file for test
...
issue #46
2024-09-18 13:11:16 -03:00
Ricardo Campos
213a2f4673
ci: add java rest api build and test to workflows
...
issue #44
2024-09-18 11:50:27 -03:00
Ricardo Campos
0d1998a388
docs: add open api docs and javadoc
...
issue #46
2024-09-18 11:45:20 -03:00
Ricardo Campos
ccd282dc74
feat: patch tasks done
...
issue #46
2024-09-18 10:57:51 -03:00
Ricardo Campos
f4fa8f4208
feat: create task done
...
issue #46
2024-09-18 10:07:27 -03:00
Ricardo Campos
b1efed7899
feat: task crud - wip
...
issue #46
2024-09-14 17:59:57 -03:00
Ricardo Campos and GitHub
b5679ecc82
Merge pull request #47 from ricardo-campos-org/feat/33-from-docker-to-github-registry
...
feat: change to ghcr
2024-09-12 21:50:14 -03:00
Ricardo Campos
da860a440a
ci: fix build tag
...
issue #33
2024-09-12 21:48:00 -03:00
Ricardo Campos
36f41ebf17
ci: fix context client build
...
issue #33
2024-09-12 21:38:43 -03:00
Ricardo Campos
bad1e4027d
chore: fix lint issues
...
issue #33
2024-09-12 21:36:10 -03:00
Ricardo Campos
c09113fee9
feat: change to ghcr -m issue
2024-09-12 21:31:41 -03:00
Ricardo Campos and GitHub
27e415895f
Merge pull request #45 from ricardo-campos-org/feat/43-setup-and-authentication
...
feat: setup and authentication
2024-09-05 17:40:24 -03:00
Ricardo Campos
91f4740cbd
ci: fix ci and cd workflows
2024-09-05 17:38:35 -03:00
Ricardo Campos
ab7165adc8
feat: add authentication and authorization
...
issue #43
2024-09-05 17:27:34 -03:00
Ricardo Campos
d83fbfd70f
chore: delete unused file
2024-09-04 16:48:28 -03:00
Ricardo Campos
a46a49c6cd
feat: add backend, move client to a separate folder
...
issue #43
2024-09-04 16:47:27 -03:00
dependabot[bot] and GitHub
0bba05a888
build(deps): bump @testing-library/jest-dom from 5.16.5 to 6.5.0 ( #42 )
2024-09-04 12:56:20 +00:00
dependabot[bot] and GitHub
2c14b47358
build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.3.0 to 8.4.0 ( #41 )
2024-09-04 12:52:49 +00:00
dependabot[bot] and GitHub
1f855c78a8
build(deps): bump @types/node from 22.5.0 to 22.5.2 ( #40 )
2024-09-04 12:48:33 +00:00
dependabot[bot] and GitHub
b4ab20432c
build(deps-dev): bump @types/react from 18.3.4 to 18.3.5 ( #39 )
2024-09-04 12:41:37 +00:00
dependabot[bot] and GitHub
cf40438a14
build(deps-dev): bump jsdom from 24.1.1 to 25.0.0 ( #38 )
2024-08-28 20:02:20 +00:00
dependabot[bot] and GitHub
63e563e551
build(deps): bump typescript from 4.8.4 to 5.5.4 ( #37 )
2024-08-28 19:58:25 +00:00
dependabot[bot] and GitHub
0dbaaff644
build(deps-dev): bump @typescript-eslint/eslint-plugin ( #36 )
2024-08-28 19:55:42 +00:00
dependabot[bot] and GitHub
93954728df
build(deps): bump @testing-library/user-event from 13.5.0 to 14.5.2 ( #35 )
2024-08-28 19:51:56 +00:00
Ricardo Campos and GitHub
e70b257286
Merge pull request #32 from ricardo-campos-org/feat/31-define-functions-and-screens
...
feat: define functions and screens
2024-08-26 10:29:15 -03:00
Ricardo Campos
90ea07fade
fix: build issue with bootstrp type dependency
2024-08-26 10:21:26 -03:00
Ricardo Campos
992e35d6c4
chore: fix lint issues
2024-08-26 10:03:11 -03:00
Ricardo Campos
372d270380
feat: fix login issue and add env file
...
issue #31
2024-08-25 20:12:03 -03:00
Ricardo Campos
430ef17946
feat: add a lof of things, see issue #31
2024-08-25 19:30:13 -03:00
Ricardo Campos and GitHub
c56999858c
Merge pull request #30 from ricardo-campos-org/feat/25-fix-main-workflow
...
ci: fix main workflow
2024-08-25 14:59:42 -03:00
Ricardo Campos
37430639c6
chore: improve package json with description
2024-08-25 14:56:15 -03:00
Ricardo Campos
0e22862ec1
feat: add dockerfile and docker compose
...
issue #29
2024-08-25 14:47:10 -03:00
Ricardo Campos
33c8883607
ci: fix main workflow
...
issue #25
2024-08-25 14:00:05 -03:00
Ricardo Campos and GitHub
c8b47db3d2
Merge pull request #28 from ricardo-campos-org/dependabot/npm_and_yarn/micromatch-4.0.8
...
build(deps): bump micromatch from 4.0.5 to 4.0.8
2024-08-24 17:40:24 -03:00
dependabot[bot] and GitHub
99c5735b65
build(deps): bump micromatch from 4.0.5 to 4.0.8
...
Bumps [micromatch](https://github.com/micromatch/micromatch ) from 4.0.5 to 4.0.8.
- [Release notes](https://github.com/micromatch/micromatch/releases )
- [Changelog](https://github.com/micromatch/micromatch/blob/4.0.8/CHANGELOG.md )
- [Commits](https://github.com/micromatch/micromatch/compare/4.0.5...4.0.8 )
---
updated-dependencies:
- dependency-name: micromatch
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-24 20:39:41 +00:00
Ricardo Campos and GitHub
4631d414a5
Merge pull request #27 from ricardo-campos-org/feat/26-improve-repository
...
feat: improve repository fixing lots of issues
2024-08-24 17:38:44 -03:00
Ricardo Campos
f07d73a8c7
chore: fix build issue
2024-08-24 17:36:36 -03:00
Ricardo Campos
35ce507ce8
ci: add lint to CI workflow
...
issue #11
2024-08-24 17:20:10 -03:00
Ricardo Campos
f55418b9fa
chore: fix lint ussues
2024-08-24 17:19:40 -03:00
Ricardo Campos
e943775fb7
feat: add eslint and scripts
...
issue #11
2024-08-24 16:57:30 -03:00
Ricardo Campos
3f509e9779
feat: replace CRA by vite and add vitest
...
issue #9
2024-08-24 16:56:40 -03:00
Ricardo Campos
672b0c2d84
feat: improve readme, add issue template and add PR template
...
issue #26
2024-08-24 16:53:40 -03:00
Ricardo Campos and GitHub
3f5016eadd
Merge pull request #24 from ricardo-campos-org/ci/fix-ci-and-main-workflows
...
ci: fix ci and main workflows
2024-08-22 15:58:20 -03:00
Ricardo Campos
fc3d3620b6
ci: fix ci and main workflows
2024-08-22 15:55:57 -03:00
Ricardo Campos and GitHub
f7adb0e382
Merge pull request #23 from ricardo-campos-org/dependabot/npm_and_yarn/multi-7f0e0a7f19
...
build(deps): bump minimatch and recursive-readdir
2024-08-22 15:54:42 -03:00
Ricardo Campos and GitHub
b1da996326
Merge pull request #15 from ricardo-campos-org/dependabot/npm_and_yarn/types/node-22.5.0
...
build(deps): bump @types/node from 16.11.62 to 22.5.0
2024-08-22 15:53:52 -03:00
dependabot[bot] and GitHub
d9842d5a04
build(deps): bump minimatch and recursive-readdir
...
Bumps [minimatch](https://github.com/isaacs/minimatch ) and [recursive-readdir](https://github.com/jergason/recursive-readdir ). These dependencies needed to be updated together.
Updates `minimatch` from 3.0.4 to 3.1.2
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md )
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2 )
Updates `recursive-readdir` from 2.2.2 to 2.2.3
- [Changelog](https://github.com/jergason/recursive-readdir/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jergason/recursive-readdir/commits/v2.2.3 )
---
updated-dependencies:
- dependency-name: minimatch
dependency-type: indirect
- dependency-name: recursive-readdir
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-22 18:53:12 +00:00
dependabot[bot] and GitHub
52f3ce23cc
build(deps): bump @types/node from 16.11.62 to 22.5.0
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 16.11.62 to 22.5.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-22 18:52:42 +00:00
Ricardo Campos and GitHub
b906abc1c3
Merge pull request #22 from ricardo-campos-org/dependabot/npm_and_yarn/webpack-5.94.0
...
build(deps): bump webpack from 5.74.0 to 5.94.0
2024-08-22 15:52:24 -03:00
Ricardo Campos and GitHub
de2e28afee
Merge pull request #21 from ricardo-campos-org/dependabot/npm_and_yarn/tough-cookie-4.1.4
...
build(deps): bump tough-cookie from 4.1.2 to 4.1.4
2024-08-22 15:52:11 -03:00
Ricardo Campos and GitHub
dc9a80f41b
Merge pull request #20 from ricardo-campos-org/dependabot/npm_and_yarn/multi-4cbdc11141
...
build(deps): bump json5
2024-08-22 15:51:39 -03:00
Ricardo Campos and GitHub
ce60197a92
Merge pull request #19 from ricardo-campos-org/dependabot/npm_and_yarn/multi-781d63ddae
...
build(deps): bump semver
2024-08-22 15:51:11 -03:00
Ricardo Campos and GitHub
7939137a80
Merge pull request #18 from ricardo-campos-org/dependabot/npm_and_yarn/word-wrap-1.2.5
...
build(deps): bump word-wrap from 1.2.3 to 1.2.5
2024-08-22 15:50:46 -03:00
Ricardo Campos and GitHub
713ba9ae27
Merge pull request #17 from ricardo-campos-org/dependabot/npm_and_yarn/multi-ec30208de6
...
build(deps): bump react-dom and @types/react-dom
2024-08-22 15:50:04 -03:00
dependabot[bot] and GitHub
1c22b6202f
build(deps): bump react-dom and @types/react-dom
...
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom ) and [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom ). These dependencies needed to be updated together.
Updates `react-dom` from 18.2.0 to 18.3.1
- [Release notes](https://github.com/facebook/react/releases )
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react-dom )
Updates `@types/react-dom` from 18.0.6 to 18.3.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom )
---
updated-dependencies:
- dependency-name: react-dom
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: "@types/react-dom"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-22 18:48:51 +00:00
Ricardo Campos and GitHub
ccefa60e4b
Merge pull request #16 from ricardo-campos-org/dependabot/npm_and_yarn/testing-library/react-16.0.0
...
build(deps): bump @testing-library/react from 13.4.0 to 16.0.0
2024-08-22 15:48:30 -03:00
dependabot[bot] and GitHub
0226e3ee27
build(deps): bump webpack from 5.74.0 to 5.94.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.74.0 to 5.94.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.74.0...v5.94.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-22 18:48:10 +00:00
Ricardo Campos and GitHub
2af02b3f70
Merge pull request #14 from ricardo-campos-org/dependabot/npm_and_yarn/types/jest-29.5.12
...
build(deps): bump @types/jest from 27.5.2 to 29.5.12
2024-08-22 15:48:01 -03:00
dependabot[bot] and GitHub
935cd66503
build(deps): bump json5
...
Bumps and [json5](https://github.com/json5/json5 ). These dependencies needed to be updated together.
Updates `json5` from 2.2.1 to 2.2.3
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.3 )
Updates `json5` from 1.0.1 to 2.2.3
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.3 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-22 18:47:50 +00:00
dependabot[bot] and GitHub
98223ee47e
build(deps): bump tough-cookie from 4.1.2 to 4.1.4
...
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie ) from 4.1.2 to 4.1.4.
- [Release notes](https://github.com/salesforce/tough-cookie/releases )
- [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md )
- [Commits](https://github.com/salesforce/tough-cookie/compare/v4.1.2...v4.1.4 )
---
updated-dependencies:
- dependency-name: tough-cookie
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-22 18:47:48 +00:00
Ricardo Campos and GitHub
6047d01353
Merge pull request #13 from ricardo-campos-org/dependabot/npm_and_yarn/multi-1015d7eecf
...
build(deps): bump react and @types/react
2024-08-22 15:47:38 -03:00
dependabot[bot] and GitHub
8cb719c2f9
build(deps): bump semver
...
Bumps and [semver](https://github.com/npm/node-semver ). These dependencies needed to be updated together.
Updates `semver` from 6.3.0 to 7.6.3
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v6.3.0...v7.6.3 )
Updates `semver` from 7.3.7 to 7.6.3
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v6.3.0...v7.6.3 )
---
updated-dependencies:
- dependency-name: semver
dependency-type: indirect
- dependency-name: semver
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-22 18:47:22 +00:00
dependabot[bot] and GitHub
0d377b05d1
build(deps): bump word-wrap from 1.2.3 to 1.2.5
...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap ) from 1.2.3 to 1.2.5.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases )
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.5 )
---
updated-dependencies:
- dependency-name: word-wrap
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-22 18:47:09 +00:00
Ricardo Campos and GitHub
5b7d16c459
Merge pull request #7 from ricardo-campos-org/dependabot/npm_and_yarn/ejs-3.1.10
...
Bump ejs from 3.1.8 to 3.1.10
2024-08-22 15:47:05 -03:00
Ricardo Campos and GitHub
6f22117c98
Merge pull request #6 from ricardo-campos-org/dependabot/npm_and_yarn/adobe/css-tools-4.4.0
...
Bump @adobe/css-tools from 4.0.1 to 4.4.0
2024-08-22 15:46:54 -03:00
Ricardo Campos and GitHub
1ab7e7a0d7
Merge pull request #5 from ricardo-campos-org/dependabot/npm_and_yarn/webpack-dev-middleware-5.3.4
...
Bump webpack-dev-middleware from 5.3.3 to 5.3.4
2024-08-22 15:46:42 -03:00
Ricardo Campos and GitHub
28b2ec6439
Merge pull request #4 from ricardo-campos-org/dependabot/npm_and_yarn/babel/traverse-7.25.4
...
Bump @babel/traverse from 7.19.3 to 7.25.4
2024-08-22 15:46:32 -03:00
Ricardo Campos and GitHub
0c64aad2f2
Merge pull request #3 from ricardo-campos-org/dependabot/npm_and_yarn/braces-3.0.3
...
Bump braces from 3.0.2 to 3.0.3
2024-08-22 15:46:20 -03:00
Ricardo Campos and GitHub
3b5dfb8674
Merge pull request #2 from ricardo-campos-org/dependabot/npm_and_yarn/express-4.19.2
...
Bump express from 4.18.1 to 4.19.2
2024-08-22 15:46:07 -03:00
Ricardo Campos and GitHub
548626864e
Merge pull request #1 from ricardo-campos-org/dependabot/npm_and_yarn/follow-redirects-1.15.6
...
Bump follow-redirects from 1.15.2 to 1.15.6
2024-08-22 15:45:09 -03:00
dependabot[bot] and GitHub
ae8e5cdae8
build(deps): bump @testing-library/react from 13.4.0 to 16.0.0
...
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library ) from 13.4.0 to 16.0.0.
- [Release notes](https://github.com/testing-library/react-testing-library/releases )
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/react-testing-library/compare/v13.4.0...v16.0.0 )
---
updated-dependencies:
- dependency-name: "@testing-library/react"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-22 18:43:36 +00:00
dependabot[bot] and GitHub
b3d7d44903
build(deps): bump @types/jest from 27.5.2 to 29.5.12
...
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest ) from 27.5.2 to 29.5.12.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest )
---
updated-dependencies:
- dependency-name: "@types/jest"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-22 18:43:21 +00:00
dependabot[bot] and GitHub
b2e5aa16e8
build(deps): bump react and @types/react
...
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react ) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ). These dependencies needed to be updated together.
Updates `react` from 18.2.0 to 18.3.1
- [Release notes](https://github.com/facebook/react/releases )
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react )
Updates `@types/react` from 18.0.21 to 18.3.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
---
updated-dependencies:
- dependency-name: react
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: "@types/react"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-22 18:43:12 +00:00
Ricardo Campos and GitHub
68946ce5f7
Merge pull request #8 from ricardo-campos-org/feat/readme-and-dependabot
...
feat: improve readme and add dependabot
2024-08-22 15:42:09 -03:00
Ricardo Campos
4be5722f5b
ci: pr workflow fix
2024-08-22 15:34:35 -03:00
Ricardo Campos
191950fdc8
ci: add workflows
2024-08-22 15:33:26 -03:00
Ricardo Campos
1cb355f8da
feat: improve readme and add dependabot
2024-08-22 14:57:33 -03:00
dependabot[bot] and GitHub
ea7c519963
Bump ejs from 3.1.8 to 3.1.10
...
Bumps [ejs](https://github.com/mde/ejs ) from 3.1.8 to 3.1.10.
- [Release notes](https://github.com/mde/ejs/releases )
- [Commits](https://github.com/mde/ejs/compare/v3.1.8...v3.1.10 )
---
updated-dependencies:
- dependency-name: ejs
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-22 16:24:48 +00:00
dependabot[bot] and GitHub
b318cffcb7
Bump @adobe/css-tools from 4.0.1 to 4.4.0
...
Bumps [@adobe/css-tools](https://github.com/adobe/css-tools ) from 4.0.1 to 4.4.0.
- [Changelog](https://github.com/adobe/css-tools/blob/main/History.md )
- [Commits](https://github.com/adobe/css-tools/commits )
---
updated-dependencies:
- dependency-name: "@adobe/css-tools"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-22 16:24:17 +00:00
dependabot[bot] and GitHub
a80232668c
Bump webpack-dev-middleware from 5.3.3 to 5.3.4
...
Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware ) from 5.3.3 to 5.3.4.
- [Release notes](https://github.com/webpack/webpack-dev-middleware/releases )
- [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/v5.3.4/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-dev-middleware/compare/v5.3.3...v5.3.4 )
---
updated-dependencies:
- dependency-name: webpack-dev-middleware
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-22 16:24:00 +00:00
dependabot[bot] and GitHub
bc50c19f21
Bump @babel/traverse from 7.19.3 to 7.25.4
...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse ) from 7.19.3 to 7.25.4.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.25.4/packages/babel-traverse )
---
updated-dependencies:
- dependency-name: "@babel/traverse"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-22 16:23:59 +00:00
dependabot[bot] and GitHub
a2d06c8403
Bump braces from 3.0.2 to 3.0.3
...
Bumps [braces](https://github.com/micromatch/braces ) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3 )
---
updated-dependencies:
- dependency-name: braces
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-22 16:23:55 +00:00
dependabot[bot] and GitHub
8217da31e5
Bump express from 4.18.1 to 4.19.2
...
Bumps [express](https://github.com/expressjs/express ) from 4.18.1 to 4.19.2.
- [Release notes](https://github.com/expressjs/express/releases )
- [Changelog](https://github.com/expressjs/express/blob/master/History.md )
- [Commits](https://github.com/expressjs/express/compare/4.18.1...4.19.2 )
---
updated-dependencies:
- dependency-name: express
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-22 16:23:55 +00:00
dependabot[bot] and GitHub
380b542a78
Bump follow-redirects from 1.15.2 to 1.15.6
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.15.2 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.6 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-22 16:23:54 +00:00
Ricardo Campos and GitHub
089cdd8639
Update README.md
2022-10-23 16:33:49 -03:00