Skip to content

Releases: chitoku-k/HomoChecker

v5.7.7

05 Jan 15:43
f868364
Compare
Choose a tag to compare
Bump sass from 1.69.6 to 1.69.7 in /client (#2486)

Bumps [sass](https://github.com/sass/dart-sass) from 1.69.6 to 1.69.7.
- [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.69.6...1.69.7)

---
updated-dependencies:
- dependency-name: sass
  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>

v5.7.6

30 Dec 04:59
4c33b80
Compare
Choose a tag to compare
Bump sass-loader from 13.3.2 to 13.3.3 in /client (#2484)

Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 13.3.2 to 13.3.3.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases)
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/sass-loader/compare/v13.3.2...v13.3.3)

---
updated-dependencies:
- dependency-name: sass-loader
  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>

v5.7.5

22 Dec 19:31
b3ed265
Compare
Choose a tag to compare
Bump eslint from 8.55.0 to 8.56.0 in /client (#2480)

Bumps [eslint](https://github.com/eslint/eslint) from 8.55.0 to 8.56.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/v8.55.0...v8.56.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

v5.7.4

15 Dec 19:49
88b5d14
Compare
Choose a tag to compare
Bump dependencies in /api (#2475)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

v5.7.3

09 Dec 11:32
2e4033d
Compare
Choose a tag to compare
Bump eslint from 8.54.0 to 8.55.0 in /client (#2474)

Bumps [eslint](https://github.com/eslint/eslint) from 8.54.0 to 8.55.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/v8.54.0...v8.55.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

v5.7.2

01 Dec 21:56
f3212cb
Compare
Choose a tag to compare
Bump php from 8.2.12-fpm to 8.3.0-fpm in /api (#2468)

Bumps php from 8.2.12-fpm to 8.3.0-fpm.

---
updated-dependencies:
- dependency-name: php
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

v5.7.1

24 Nov 15:42
6cb1f60
Compare
Choose a tag to compare
Bump eslint from 8.53.0 to 8.54.0 in /client (#2464)

Bumps [eslint](https://github.com/eslint/eslint) from 8.53.0 to 8.54.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/v8.53.0...v8.54.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

v5.7.0

19 Nov 06:11
e75b7a4
Compare
Choose a tag to compare
Retrieve Twitter profiles using guest_token (#2462)

v5.6.0

19 Nov 03:39
6f42e20
Compare
Choose a tag to compare
Retrieve Mastodon profiles with signed requests (#2461)

* Fix a bug where GET /check/{username} caused DB error

* Allow PHP to read activity_pub_actor.key for development

* Use RSA key for ActivityPub

* Fix code format

* Retrieve Mastodon profiles with signed requests

* Remove Date and Host headers when testing sign

v5.5.1

18 Nov 19:46
6c06045
Compare
Choose a tag to compare
Implement missing properties in Actor objects (#2460)

* Implement missing properties in Actor objects

See: https://www.w3.org/TR/activitypub/#actor-objects

* Fix a bug where inbox/outbox always returned incorect values