Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESLint Formatting, New EXIF Features, & Minor Test Coverage #182

Merged
merged 27 commits into from
Sep 14, 2024
Merged

Conversation

amattu2
Copy link
Owner

@amattu2 amattu2 commented Jun 30, 2024

No description provided.

amattu2 and others added 7 commits June 19, 2024 16:42
* Rewrite GitHub Actions as separate Lint, Test, and Typecheck jobs
* Fix broken ESLint setup and integrate with Prettier
* Run formatter and apply auto-fixes
* feat: Show if image contains GPS EXIF data
…183)

Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 5.17.0 to 6.4.6.
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](testing-library/jest-dom@v5.17.0...v6.4.6)

---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@mui/icons-material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material) from 5.15.20 to 5.15.21.
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/v5.15.21/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v5.15.21/packages/mui-icons-material)

---
updated-dependencies:
- dependency-name: "@mui/icons-material"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [react-spreadsheet](https://github.com/iddan/react-spreadsheet) from 0.9.4 to 0.9.5.
- [Release notes](https://github.com/iddan/react-spreadsheet/releases)
- [Commits](iddan/react-spreadsheet@v0.9.4...v0.9.5)

---
updated-dependencies:
- dependency-name: react-spreadsheet
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.17.5 to 4.17.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash)

---
updated-dependencies:
- dependency-name: "@types/lodash"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
)

Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 15.0.7 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](testing-library/react-testing-library@v15.0.7...v16.0.0)

---
updated-dependencies:
- dependency-name: "@testing-library/react"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@amattu2 amattu2 changed the title Dev Enforce Formatting & New EXIF Features Jul 24, 2024
dependabot bot and others added 9 commits August 1, 2024 06:27
Bumps [prettier](https://github.com/prettier/prettier) from 3.3.2 to 3.3.3.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.3.2...3.3.3)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.23.1 to 6.25.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/[email protected]/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] <[email protected]>
Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 3.5.2 to 4.2.2.
- [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md)
- [Commits](GoogleChrome/web-vitals@v3.5.2...v4.2.2)

---
updated-dependencies:
- dependency-name: web-vitals
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
…tier-3.3.3

build(deps-dev): Bump prettier from 3.3.2 to 3.3.3
…t-router-dom-6.25.1

build(deps): Bump react-router-dom from 6.23.1 to 6.25.1
…vitals-4.2.2

build(deps): Bump web-vitals from 3.5.2 to 4.2.2
@amattu2 amattu2 temporarily deployed to better-vinwiki (Development) August 4, 2024 12:53 — with GitHub Actions Inactive
@github-actions github-actions bot temporarily deployed to better-vinwiki (Development) August 4, 2024 12:56 Inactive
@amattu2 amattu2 added this to the 1.0.1 milestone Aug 4, 2024
@amattu2 amattu2 marked this pull request as draft August 4, 2024 13:12
dependabot bot and others added 9 commits September 1, 2024 06:15
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.4.6 to 6.5.0.
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](testing-library/jest-dom@v6.4.6...v6.5.0)

---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.17.6 to 4.17.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash)

---
updated-dependencies:
- dependency-name: "@types/lodash"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.52.0 to 7.53.0.
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases)
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md)
- [Commits](react-hook-form/react-hook-form@v7.52.0...v7.53.0)

---
updated-dependencies:
- dependency-name: react-hook-form
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…ing-library/jest-dom-6.5.0

build(deps-dev): Bump @testing-library/jest-dom from 6.4.6 to 6.5.0
…s/lodash-4.17.7

build(deps-dev): Bump @types/lodash from 4.17.6 to 4.17.7
…t-hook-form-7.53.0

build(deps): Bump react-hook-form from 7.52.0 to 7.53.0
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 16.0.0 to 16.0.1.
- [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](testing-library/react-testing-library@v16.0.0...v16.0.1)

---
updated-dependencies:
- dependency-name: "@testing-library/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…ing-library/react-16.0.1

build(deps-dev): Bump @testing-library/react from 16.0.0 to 16.0.1
* Add coverage for Vehicle utils
* Add date utils coverage
* Add lists and text coverage
* Add feed utils coverage
* fix: UTC offset in CI
* Add missing email coverage
* Add PostMeta coverage
* Add PostProfile coverage
* Add ProfileAvatar coverage
@amattu2 amattu2 temporarily deployed to better-vinwiki (Development) September 14, 2024 13:31 — with GitHub Actions Inactive
@github-actions github-actions bot temporarily deployed to better-vinwiki (Development) September 14, 2024 13:34 Inactive
@amattu2 amattu2 changed the title Enforce Formatting & New EXIF Features ESLint Formatting, New EXIF Features, & Minor Test Coverage Sep 14, 2024
@amattu2 amattu2 temporarily deployed to better-vinwiki (Development) September 14, 2024 13:40 — with GitHub Actions Inactive
@github-actions github-actions bot temporarily deployed to better-vinwiki (Development) September 14, 2024 13:43 Inactive
@amattu2 amattu2 marked this pull request as ready for review September 14, 2024 13:48
@amattu2
Copy link
Owner Author

amattu2 commented Sep 14, 2024

Skipping the vulnerabilities identified by Dep review.

@amattu2 amattu2 merged commit 10772f1 into master Sep 14, 2024
12 of 13 checks passed
@amattu2 amattu2 deleted the dev branch September 14, 2024 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant