Skip to content

Conversation

@StefRuseva88
Copy link
Owner

This pull request synchronizes the latest changes from the main branch into the patch branch to ensure consistency and avoid merge conflicts in future updates.

Summary of Changes:

  • Merged recent commits from main into patch

  • Resolved any conflicts that occurred during the merge (if applicable)

  • Verified that all tests pass and the application behaves as expected

StefRuseva88 and others added 30 commits March 28, 2025 12:32
Merge pull request #131 from StefRuseva88/main
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v5...v6)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 3 to 4.
- [Release notes](https://github.com/actions/dependency-review-action/releases)
- [Commits](actions/dependency-review-action@v3...v4)

---
updated-dependencies:
- dependency-name: actions/dependency-review-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4 to 5.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](docker/metadata-action@v4...v5)

---
updated-dependencies:
- dependency-name: docker/metadata-action
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@v3.3.0...v3.4.0)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-version: 3.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps node from 16 to 23.

---
updated-dependencies:
- dependency-name: node
  dependency-version: '23'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [@primer/octicons-react](https://github.com/primer/octicons) from 17.9.0 to 19.15.1.
- [Release notes](https://github.com/primer/octicons/releases)
- [Changelog](https://github.com/primer/octicons/blob/main/CHANGELOG.md)
- [Commits](primer/octicons@v17.9.0...v19.15.1)

---
updated-dependencies:
- dependency-name: "@primer/octicons-react"
  dependency-version: 19.15.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bump actions/setup-node from 3 to 4
Bump actions/dependency-review-action from 3 to 4
Bump docker/build-push-action from 5 to 6
Bump docker/metadata-action from 4 to 5
Bump docker/login-action from 3.3.0 to 3.4.0
Bump node from 16 to 23
Bump @primer/octicons-react from 17.9.0 to 19.15.1
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.5.0 to 10.1.1.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v8.5.0...v10.1.1)

---
updated-dependencies:
- dependency-name: eslint-config-prettier
  dependency-version: 10.1.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 0.25.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/vitest)

---
updated-dependencies:
- dependency-name: vitest
  dependency-version: 3.1.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bump vitest from 0.25.8 to 3.1.1
Bump eslint-config-prettier from 8.5.0 to 10.1.1
@StefRuseva88 StefRuseva88 added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 11, 2025
@StefRuseva88 StefRuseva88 requested a review from Copilot April 11, 2025 14:47
@StefRuseva88 StefRuseva88 self-assigned this Apr 11, 2025
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 5 out of 8 changed files in this pull request and generated no comments.

Files not reviewed (3)
  • .eslintrc.json: Language not supported
  • Dockerfile: Language not supported
  • package.json: Language not supported

@github-actions
Copy link

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 57.24% 316 / 552
🔵 Statements 57.24% 316 / 552
🔵 Functions 86.36% 38 / 44
🔵 Branches 85.18% 69 / 81
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
src/components/OctocatBox.tsx 100% 100% 100% 100%
Generated in workflow #179 for commit 5b53d7f by the Vitest Coverage Report Action

@github-actions
Copy link

Dependency Review

The following issues were found:

  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ✅ 0 package(s) with unknown licenses.
  • ⚠️ 11 packages with OpenSSF Scorecard issues.

View full job summary

@StefRuseva88 StefRuseva88 merged commit 9f00502 into StefRuseva88-patch-1 Apr 11, 2025
9 checks passed
StefRuseva88 added a commit that referenced this pull request Apr 11, 2025
Merge pull request #151 from StefRuseva88/main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants