Compare commits

...

1998 commits

Author SHA1 Message Date
b7d7db60e7
Merge pull request #1474 from jonnybarnes/develop
MTM Fix scope checks
2024-07-13 15:20:46 +01:00
d6a0b1dcf6
Merge pull request #1473 from jonnybarnes/1455-scope-verification-is-failing-for-micropub-requests
Improve scope checking
2024-07-13 15:01:54 +01:00
bcf61bb6a0
Fis Laravel Pint issues 2024-07-13 14:58:11 +01:00
baee7ade4f
Improve scope checking
Whether the scopes are defined as a space separated string, or an array,
we should now be checking them without any errors.
2024-07-13 14:52:57 +01:00
55afa8f01d
Merge pull request #1472 from jonnybarnes/update_laravel_pint_20240713
Update Laravel Pint
2024-07-13 10:58:47 +01:00
8e077045d2
Update Laravel Pint
Also fixes some of the filesaftersome new rules were added to the
default pint configuration.
2024-07-13 10:55:19 +01:00
1475ecdde5
Merge pull request #1471 from jonnybarnes/postres-16
Update Postgres in Laravel Sail to v16
2024-07-13 10:38:28 +01:00
a2c0fb2298
Update Postgres in Laravel Sail to v16 2024-07-12 15:15:08 +01:00
7b93692ba5
Merge pull request #1467 from jonnybarnes/dependabot/npm_and_yarn/globals-15.8.0
build(deps-dev): Bump globals from 15.7.0 to 15.8.0
2024-07-12 13:54:33 +01:00
dependabot[bot]
51c3ba8ecf
build(deps-dev): Bump globals from 15.7.0 to 15.8.0
Bumps [globals](https://github.com/sindresorhus/globals) from 15.7.0 to 15.8.0.
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](https://github.com/sindresorhus/globals/compare/v15.7.0...v15.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-12 12:53:11 +00:00
19f2803590
Merge pull request #1468 from jonnybarnes/dependabot/composer/laravel/sail-1.30.2
build(deps-dev): Bump laravel/sail from 1.29.3 to 1.30.2
2024-07-12 13:48:28 +01:00
dependabot[bot]
be95bd6468
build(deps-dev): Bump laravel/sail from 1.29.3 to 1.30.2
Bumps [laravel/sail](https://github.com/laravel/sail) from 1.29.3 to 1.30.2.
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/sail/compare/v1.29.3...v1.30.2)

---
updated-dependencies:
- dependency-name: laravel/sail
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-12 12:46:53 +00:00
96f340ddec
Merge pull request #1464 from jonnybarnes/dependabot/composer/laravel/scout-10.10.1
build(deps): Bump laravel/scout from 10.9.0 to 10.10.1
2024-07-12 13:46:07 +01:00
dependabot[bot]
8792bee249
build(deps): Bump laravel/scout from 10.9.0 to 10.10.1
Bumps [laravel/scout](https://github.com/laravel/scout) from 10.9.0 to 10.10.1.
- [Release notes](https://github.com/laravel/scout/releases)
- [Changelog](https://github.com/laravel/scout/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/scout/compare/v10.9.0...v10.10.1)

---
updated-dependencies:
- dependency-name: laravel/scout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-12 12:44:49 +00:00
d628edf213
Merge pull request #1470 from jonnybarnes/dependabot/composer/laravel/framework-11.15.0
build(deps): Bump laravel/framework from 11.13.0 to 11.15.0
2024-07-12 13:41:44 +01:00
dependabot[bot]
05769c410c
build(deps): Bump laravel/framework from 11.13.0 to 11.15.0
Bumps [laravel/framework](https://github.com/laravel/framework) from 11.13.0 to 11.15.0.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/11.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v11.13.0...v11.15.0)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-12 12:39:54 +00:00
024cc73c9d
Merge pull request #1463 from jonnybarnes/dependabot/composer/symfony/serializer-7.1.2
build(deps): Bump symfony/serializer from 7.1.1 to 7.1.2
2024-07-12 13:38:49 +01:00
dependabot[bot]
c25c1672f1
build(deps): Bump symfony/serializer from 7.1.1 to 7.1.2
Bumps [symfony/serializer](https://github.com/symfony/serializer) from 7.1.1 to 7.1.2.
- [Release notes](https://github.com/symfony/serializer/releases)
- [Changelog](https://github.com/symfony/serializer/blob/7.1/CHANGELOG.md)
- [Commits](https://github.com/symfony/serializer/compare/v7.1.1...v7.1.2)

---
updated-dependencies:
- dependency-name: symfony/serializer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-02 19:15:17 +00:00
47b8208bea
Merge pull request #1459 from jonnybarnes/dependabot/composer/vimeo/psalm-5.25.0
build(deps-dev): Bump vimeo/psalm from 5.24.0 to 5.25.0
2024-07-02 20:14:32 +01:00
dependabot[bot]
ed8d232ce4
build(deps-dev): Bump vimeo/psalm from 5.24.0 to 5.25.0
Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 5.24.0 to 5.25.0.
- [Release notes](https://github.com/vimeo/psalm/releases)
- [Commits](https://github.com/vimeo/psalm/compare/5.24.0...5.25.0)

---
updated-dependencies:
- dependency-name: vimeo/psalm
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-02 19:09:29 +00:00
1fa4d71714
Merge pull request #1458 from jonnybarnes/dependabot/npm_and_yarn/eslint-9.6.0
build(deps-dev): Bump eslint from 9.5.0 to 9.6.0
2024-07-02 20:08:29 +01:00
dependabot[bot]
8baac038de
build(deps-dev): Bump eslint from 9.5.0 to 9.6.0
Bumps [eslint](https://github.com/eslint/eslint) from 9.5.0 to 9.6.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.5.0...v9.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-02 19:06:40 +00:00
49078156f1
Merge pull request #1457 from jonnybarnes/dependabot/npm_and_yarn/eslint/js-9.6.0
build(deps-dev): Bump @eslint/js from 9.5.0 to 9.6.0
2024-07-02 20:05:28 +01:00
dependabot[bot]
929f26fe76
build(deps-dev): Bump @eslint/js from 9.5.0 to 9.6.0
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.5.0 to 9.6.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.6.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>
2024-07-02 19:02:28 +00:00
e0f82643e0
Merge pull request #1456 from jonnybarnes/dependabot/npm_and_yarn/globals-15.7.0
build(deps-dev): Bump globals from 15.6.0 to 15.7.0
2024-07-02 20:01:43 +01:00
dependabot[bot]
f8063d1bca
build(deps-dev): Bump globals from 15.6.0 to 15.7.0
Bumps [globals](https://github.com/sindresorhus/globals) from 15.6.0 to 15.7.0.
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](https://github.com/sindresorhus/globals/compare/v15.6.0...v15.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-01 09:09:47 +00:00
0336744322
Merge pull request #1454 from jonnybarnes/develop
MTM Fix issuing of tokens
2024-06-30 11:20:41 +01:00
afee38c04b
Merge pull request #1453 from jonnybarnes/1452-tokens-can-not-be-issued
Store scope data correctly
2024-06-30 11:18:37 +01:00
3cf11b0d72
Store scope data correctly
I was using the key `scopes` instead of `scope`
2024-06-30 11:13:27 +01:00
06c5d811be
Merge pull request #1451 from jonnybarnes/dependabot/npm_and_yarn/stylistic/eslint-plugin-2.3.0
build(deps-dev): Bump @stylistic/eslint-plugin from 2.2.2 to 2.3.0
2024-06-30 09:49:54 +01:00
dependabot[bot]
411dc19c5a
build(deps-dev): Bump @stylistic/eslint-plugin from 2.2.2 to 2.3.0
Bumps [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) from 2.2.2 to 2.3.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/v2.3.0/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>
2024-06-29 14:43:05 +00:00
179938d97c
Merge pull request #1450 from jonnybarnes/dependabot/composer/spatie/laravel-ignition-2.8.0
build(deps): Bump spatie/laravel-ignition from 2.7.0 to 2.8.0
2024-06-29 15:42:22 +01:00
dependabot[bot]
0e68fffc16
build(deps): Bump spatie/laravel-ignition from 2.7.0 to 2.8.0
Bumps [spatie/laravel-ignition](https://github.com/spatie/laravel-ignition) from 2.7.0 to 2.8.0.
- [Release notes](https://github.com/spatie/laravel-ignition/releases)
- [Changelog](https://github.com/spatie/laravel-ignition/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spatie/laravel-ignition/compare/2.7.0...2.8.0)

---
updated-dependencies:
- dependency-name: spatie/laravel-ignition
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-29 14:40:54 +00:00
6a575f9058
Merge pull request #1449 from jonnybarnes/dependabot/composer/openai-php/client-0.10.1
build(deps-dev): Bump openai-php/client from 0.8.4 to 0.10.1
2024-06-29 15:40:11 +01:00
dependabot[bot]
0eea92930b
build(deps-dev): Bump openai-php/client from 0.8.4 to 0.10.1
Bumps [openai-php/client](https://github.com/openai-php/client) from 0.8.4 to 0.10.1.
- [Release notes](https://github.com/openai-php/client/releases)
- [Changelog](https://github.com/openai-php/client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/openai-php/client/compare/v0.8.4...v0.10.1)

---
updated-dependencies:
- dependency-name: openai-php/client
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-29 14:38:22 +00:00
e8a9edc2bb
Merge pull request #1448 from jonnybarnes/dependabot/composer/lcobucci/jwt-5.3.0
build(deps): Bump lcobucci/jwt from 5.2.0 to 5.3.0
2024-06-29 15:37:44 +01:00
dependabot[bot]
74db2cf3e1
build(deps): Bump lcobucci/jwt from 5.2.0 to 5.3.0
Bumps [lcobucci/jwt](https://github.com/lcobucci/jwt) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/lcobucci/jwt/releases)
- [Commits](https://github.com/lcobucci/jwt/compare/5.2.0...5.3.0)

---
updated-dependencies:
- dependency-name: lcobucci/jwt
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-29 14:33:25 +00:00
0fee4eedfa
Merge pull request #1447 from jonnybarnes/dependabot/composer/symfony/property-access-7.1.1
build(deps): Bump symfony/property-access from 7.0.4 to 7.1.1
2024-06-29 15:32:47 +01:00
dependabot[bot]
5481bab429
build(deps): Bump symfony/property-access from 7.0.4 to 7.1.1
Bumps [symfony/property-access](https://github.com/symfony/property-access) from 7.0.4 to 7.1.1.
- [Release notes](https://github.com/symfony/property-access/releases)
- [Changelog](https://github.com/symfony/property-access/blob/7.1/CHANGELOG.md)
- [Commits](https://github.com/symfony/property-access/compare/v7.0.4...v7.1.1)

---
updated-dependencies:
- dependency-name: symfony/property-access
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-29 14:25:02 +00:00
55a1444ba8
Merge pull request #1446 from jonnybarnes/dependabot/composer/symfony/serializer-7.1.1
build(deps): Bump symfony/serializer from 7.0.4 to 7.1.1
2024-06-29 15:24:26 +01:00
dependabot[bot]
145c388b65
build(deps): Bump symfony/serializer from 7.0.4 to 7.1.1
Bumps [symfony/serializer](https://github.com/symfony/serializer) from 7.0.4 to 7.1.1.
- [Release notes](https://github.com/symfony/serializer/releases)
- [Changelog](https://github.com/symfony/serializer/blob/7.1/CHANGELOG.md)
- [Commits](https://github.com/symfony/serializer/compare/v7.0.4...v7.1.1)

---
updated-dependencies:
- dependency-name: symfony/serializer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-24 09:58:14 +00:00
7b13f91cc4
Merge pull request #1445 from jonnybarnes/develop
MTM Parse scope value from authorization URL correctly
2024-06-22 21:01:34 +01:00
cabc9fef84
Merge pull request #1444 from jonnybarnes/1443-scopes-arent-being-shown-correctly-in-indieauth-approve-page
Parse scope value from authorization URL correctly
2024-06-22 20:51:17 +01:00
1521130f55
Parse scope value from authorization URL correctly 2024-06-22 20:48:03 +01:00
f689128afc
Merge pull request #1442 from jonnybarnes/develop
MTM Save full url during login
2024-06-22 20:33:36 +01:00
de3661ab77
Merge pull request #1441 from jonnybarnes/1440-make-login-work-with-indieauth-flow
Save full url during login
2024-06-22 20:30:51 +01:00
5d8929ac29
Save full url during login
This means the query params should be kept when redirecting back to
`/auth?...` during the IndieAuth flow.
2024-06-22 20:28:18 +01:00
2e624d9565
Merge pull request #1439 from jonnybarnes/develop
Improve IndieAuth links in the html head
2024-06-22 18:46:16 +01:00
1cd4e54b44
Merge pull request #1438 from jonnybarnes/1437-fix-auth-endpoint-in-html-head-links
Improve html links in the head regarding IndieAuth
2024-06-22 18:44:09 +01:00
3e980b9a6a
Improve html links in the head regarding IndieAuth
One of them had a typo in
2024-06-22 18:40:41 +01:00
d60117cd1d
Merge pull request #1436 from jonnybarnes/develop
New IndieAuth endpoint
2024-06-22 18:29:29 +01:00
427a63af0f
Merge pull request #1435 from jonnybarnes/dependabot/npm_and_yarn/stylelint-config-standard-36.0.1
build(deps-dev): Bump stylelint-config-standard from 36.0.0 to 36.0.1
2024-06-22 18:20:02 +01:00
dependabot[bot]
466378433b
build(deps-dev): Bump stylelint-config-standard from 36.0.0 to 36.0.1
Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) from 36.0.0 to 36.0.1.
- [Release notes](https://github.com/stylelint/stylelint-config-standard/releases)
- [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint-config-standard/compare/36.0.0...36.0.1)

---
updated-dependencies:
- dependency-name: stylelint-config-standard
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-22 17:17:41 +00:00
bf94de46ab
Merge pull request #1434 from jonnybarnes/dependabot/npm_and_yarn/stylistic/eslint-plugin-2.2.2
build(deps-dev): Bump @stylistic/eslint-plugin from 2.1.0 to 2.2.2
2024-06-22 18:17:09 +01:00
dependabot[bot]
92d66f733e
build(deps-dev): Bump @stylistic/eslint-plugin from 2.1.0 to 2.2.2
Bumps [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) from 2.1.0 to 2.2.2.
- [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.2.2/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>
2024-06-22 17:15:37 +00:00
cb32b30663
Merge pull request #1431 from jonnybarnes/dependabot/npm_and_yarn/globals-15.6.0
build(deps-dev): Bump globals from 15.4.0 to 15.6.0
2024-06-22 18:15:01 +01:00
dependabot[bot]
a49ee852ee
build(deps-dev): Bump globals from 15.4.0 to 15.6.0
Bumps [globals](https://github.com/sindresorhus/globals) from 15.4.0 to 15.6.0.
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](https://github.com/sindresorhus/globals/compare/v15.4.0...v15.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-22 17:11:08 +00:00
84940844b0
Merge pull request #1433 from jonnybarnes/dependabot/composer/laravel/sail-1.29.3
build(deps-dev): Bump laravel/sail from 1.29.1 to 1.29.3
2024-06-22 18:10:22 +01:00
dependabot[bot]
0991c53dd6
build(deps-dev): Bump laravel/sail from 1.29.1 to 1.29.3
Bumps [laravel/sail](https://github.com/laravel/sail) from 1.29.1 to 1.29.3.
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/sail/compare/v1.29.1...v1.29.3)

---
updated-dependencies:
- dependency-name: laravel/sail
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-22 17:08:19 +00:00
f7c9c044e0
Merge pull request #1430 from jonnybarnes/dependabot/composer/laravel/sanctum-4.0.2
build(deps): Bump laravel/sanctum from 4.0.1 to 4.0.2
2024-06-22 18:07:34 +01:00
dependabot[bot]
9348b7b0ce
build(deps): Bump laravel/sanctum from 4.0.1 to 4.0.2
Bumps [laravel/sanctum](https://github.com/laravel/sanctum) from 4.0.1 to 4.0.2.
- [Release notes](https://github.com/laravel/sanctum/releases)
- [Changelog](https://github.com/laravel/sanctum/blob/4.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/sanctum/compare/v4.0.1...v4.0.2)

---
updated-dependencies:
- dependency-name: laravel/sanctum
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-22 17:05:16 +00:00
527bfb31d6
Merge pull request #1428 from jonnybarnes/dependabot/composer/web-auth/webauthn-lib-4.8.7
build(deps): Bump web-auth/webauthn-lib from 4.8.3 to 4.8.7
2024-06-22 18:04:33 +01:00
dependabot[bot]
f7f47a22f0
build(deps): Bump web-auth/webauthn-lib from 4.8.3 to 4.8.7
Bumps [web-auth/webauthn-lib](https://github.com/web-auth/webauthn-lib) from 4.8.3 to 4.8.7.
- [Commits](https://github.com/web-auth/webauthn-lib/compare/4.8.3...4.8.7)

---
updated-dependencies:
- dependency-name: web-auth/webauthn-lib
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-22 16:57:27 +00:00
0066311bde
Merge pull request #1427 from jonnybarnes/dependabot/composer/intervention/image-3.7.0
build(deps): Bump intervention/image from 3.5.1 to 3.7.0
2024-06-22 17:56:49 +01:00
dependabot[bot]
a015ba2775
build(deps): Bump intervention/image from 3.5.1 to 3.7.0
Bumps [intervention/image](https://github.com/Intervention/image) from 3.5.1 to 3.7.0.
- [Release notes](https://github.com/Intervention/image/releases)
- [Commits](https://github.com/Intervention/image/compare/3.5.1...3.7.0)

---
updated-dependencies:
- dependency-name: intervention/image
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-22 16:50:58 +00:00
f456199c48
Merge pull request #1426 from jonnybarnes/dependabot/composer/league/flysystem-aws-s3-v3-3.28.0
build(deps): Bump league/flysystem-aws-s3-v3 from 3.26.0 to 3.28.0
2024-06-22 17:50:17 +01:00
dependabot[bot]
78712aef2f
build(deps): Bump league/flysystem-aws-s3-v3 from 3.26.0 to 3.28.0
Bumps [league/flysystem-aws-s3-v3](https://github.com/thephpleague/flysystem-aws-s3-v3) from 3.26.0 to 3.28.0.
- [Commits](https://github.com/thephpleague/flysystem-aws-s3-v3/compare/3.26.0...3.28.0)

---
updated-dependencies:
- dependency-name: league/flysystem-aws-s3-v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-22 16:48:33 +00:00
bb980eec47
Merge pull request #1422 from jonnybarnes/dependabot/npm_and_yarn/eslint-9.5.0
build(deps-dev): Bump eslint from 9.4.0 to 9.5.0
2024-06-22 17:46:38 +01:00
dependabot[bot]
4749b166bf
build(deps-dev): Bump eslint from 9.4.0 to 9.5.0
Bumps [eslint](https://github.com/eslint/eslint) from 9.4.0 to 9.5.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.4.0...v9.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-17 09:05:37 +00:00
f51e2610f4
Merge pull request #1421 from jonnybarnes/dependabot/composer/laravel/scout-10.9.0
build(deps): Bump laravel/scout from 10.8.4 to 10.9.0
2024-06-16 16:05:35 +01:00
dependabot[bot]
ae0a8290f7
build(deps): Bump laravel/scout from 10.8.4 to 10.9.0
Bumps [laravel/scout](https://github.com/laravel/scout) from 10.8.4 to 10.9.0.
- [Release notes](https://github.com/laravel/scout/releases)
- [Changelog](https://github.com/laravel/scout/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/scout/compare/v10.8.4...v10.9.0)

---
updated-dependencies:
- dependency-name: laravel/scout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-16 15:02:32 +00:00
6afa01b58d
Merge pull request #1420 from jonnybarnes/dependabot/composer/symfony/html-sanitizer-7.1.1
build(deps): Bump symfony/html-sanitizer from 7.0.4 to 7.1.1
2024-06-16 16:01:47 +01:00
dependabot[bot]
0ae30c18f0
build(deps): Bump symfony/html-sanitizer from 7.0.4 to 7.1.1
Bumps [symfony/html-sanitizer](https://github.com/symfony/html-sanitizer) from 7.0.4 to 7.1.1.
- [Release notes](https://github.com/symfony/html-sanitizer/releases)
- [Changelog](https://github.com/symfony/html-sanitizer/blob/7.1/CHANGELOG.md)
- [Commits](https://github.com/symfony/html-sanitizer/compare/v7.0.4...v7.1.1)

---
updated-dependencies:
- dependency-name: symfony/html-sanitizer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-16 14:52:27 +00:00
0b864a3286
Merge pull request #1419 from jonnybarnes/dependabot/composer/laravel/horizon-5.24.5
build(deps): Bump laravel/horizon from 5.23.2 to 5.24.5
2024-06-16 15:51:47 +01:00
dependabot[bot]
5a6db7dee4
build(deps): Bump laravel/horizon from 5.23.2 to 5.24.5
Bumps [laravel/horizon](https://github.com/laravel/horizon) from 5.23.2 to 5.24.5.
- [Release notes](https://github.com/laravel/horizon/releases)
- [Changelog](https://github.com/laravel/horizon/blob/5.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/horizon/compare/v5.23.2...v5.24.5)

---
updated-dependencies:
- dependency-name: laravel/horizon
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-16 14:43:18 +00:00
0e76d42743
Merge pull request #1418 from jonnybarnes/dependabot/composer/mockery/mockery-1.6.12
build(deps-dev): Bump mockery/mockery from 1.6.11 to 1.6.12
2024-06-16 15:42:32 +01:00
dependabot[bot]
39770f6f7c
build(deps-dev): Bump mockery/mockery from 1.6.11 to 1.6.12
Bumps [mockery/mockery](https://github.com/mockery/mockery) from 1.6.11 to 1.6.12.
- [Release notes](https://github.com/mockery/mockery/releases)
- [Changelog](https://github.com/mockery/mockery/blob/1.6.x/CHANGELOG.md)
- [Commits](https://github.com/mockery/mockery/compare/1.6.11...1.6.12)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-16 14:39:19 +00:00
df0a388da6
Merge pull request #1417 from jonnybarnes/dependabot/composer/phpunit/phpunit-10.5.20
build(deps-dev): Bump phpunit/phpunit from 10.5.16 to 10.5.20
2024-06-16 15:37:57 +01:00
dependabot[bot]
6943197ec5
build(deps-dev): Bump phpunit/phpunit from 10.5.16 to 10.5.20
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.5.16 to 10.5.20.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.5.20/ChangeLog-10.5.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.5.16...10.5.20)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-10 09:06:54 +00:00
9855c5ce04
Merge pull request #1416 from jonnybarnes/1415-fix-eslint-configuration
Update eslint config
2024-06-08 21:00:36 +01:00
8432934643
Update eslint config 2024-06-08 20:55:34 +01:00
5a52fda97d
Merge pull request #1413 from jonnybarnes/dependabot/npm_and_yarn/eslint-9.4.0
build(deps-dev): Bump eslint from 8.57.0 to 9.4.0
2024-06-08 20:16:06 +01:00
dependabot[bot]
ba13e3e4ca
build(deps-dev): Bump eslint from 8.57.0 to 9.4.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.4.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.57.0...v9.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-08 19:14:18 +00:00
ca6eefd0a9
Merge pull request #1412 from jonnybarnes/dependabot/npm_and_yarn/stylelint-16.6.1
build(deps-dev): Bump stylelint from 16.3.1 to 16.6.1
2024-06-08 20:13:39 +01:00
dependabot[bot]
9496648221
build(deps-dev): Bump stylelint from 16.3.1 to 16.6.1
Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.3.1 to 16.6.1.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/16.3.1...16.6.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-08 19:06:07 +00:00
c40bbf3a53
Merge pull request #1407 from jonnybarnes/dependabot/composer/spatie/laravel-ignition-2.7.0
build(deps): Bump spatie/laravel-ignition from 2.4.2 to 2.7.0
2024-06-08 20:05:21 +01:00
dependabot[bot]
548f156ad0
build(deps): Bump spatie/laravel-ignition from 2.4.2 to 2.7.0
Bumps [spatie/laravel-ignition](https://github.com/spatie/laravel-ignition) from 2.4.2 to 2.7.0.
- [Release notes](https://github.com/spatie/laravel-ignition/releases)
- [Changelog](https://github.com/spatie/laravel-ignition/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spatie/laravel-ignition/compare/2.4.2...2.7.0)

---
updated-dependencies:
- dependency-name: spatie/laravel-ignition
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-08 18:59:45 +00:00
42f69bd168
Merge pull request #1406 from jonnybarnes/dependabot/composer/spatie/laravel-ray-1.36.2
build(deps-dev): Bump spatie/laravel-ray from 1.35.1 to 1.36.2
2024-06-08 19:58:58 +01:00
dependabot[bot]
333412c810
build(deps-dev): Bump spatie/laravel-ray from 1.35.1 to 1.36.2
Bumps [spatie/laravel-ray](https://github.com/spatie/laravel-ray) from 1.35.1 to 1.36.2.
- [Release notes](https://github.com/spatie/laravel-ray/releases)
- [Changelog](https://github.com/spatie/laravel-ray/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spatie/laravel-ray/compare/1.35.1...1.36.2)

---
updated-dependencies:
- dependency-name: spatie/laravel-ray
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-08 18:56:04 +00:00
699096c008
Merge pull request #1404 from jonnybarnes/dependabot/composer/barryvdh/laravel-debugbar-3.13.5
build(deps-dev): Bump barryvdh/laravel-debugbar from 3.12.2 to 3.13.5
2024-06-08 19:55:16 +01:00
dependabot[bot]
6de8f25a31
build(deps-dev): Bump barryvdh/laravel-debugbar from 3.12.2 to 3.13.5
Bumps [barryvdh/laravel-debugbar](https://github.com/barryvdh/laravel-debugbar) from 3.12.2 to 3.13.5.
- [Release notes](https://github.com/barryvdh/laravel-debugbar/releases)
- [Commits](https://github.com/barryvdh/laravel-debugbar/compare/v3.12.2...v3.13.5)

---
updated-dependencies:
- dependency-name: barryvdh/laravel-debugbar
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-08 18:53:16 +00:00
255ff5227f
Merge pull request #1397 from jonnybarnes/dependabot/composer/laravel/dusk-8.2.0
build(deps-dev): Bump laravel/dusk from 8.1.0 to 8.2.0
2024-06-08 19:52:30 +01:00
dependabot[bot]
e84d1018cc
build(deps-dev): Bump laravel/dusk from 8.1.0 to 8.2.0
Bumps [laravel/dusk](https://github.com/laravel/dusk) from 8.1.0 to 8.2.0.
- [Release notes](https://github.com/laravel/dusk/releases)
- [Changelog](https://github.com/laravel/dusk/blob/8.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/dusk/compare/v8.1.0...v8.2.0)

---
updated-dependencies:
- dependency-name: laravel/dusk
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-08 18:50:00 +00:00
72b0a4f133
Merge pull request #1388 from jonnybarnes/dependabot/composer/psalm/plugin-laravel-2.11.0
build(deps-dev): Bump psalm/plugin-laravel from 2.10.1 to 2.11.0
2024-06-08 19:49:10 +01:00
dependabot[bot]
4a8e2dd0fc
build(deps-dev): Bump psalm/plugin-laravel from 2.10.1 to 2.11.0
Bumps [psalm/plugin-laravel](https://github.com/psalm/psalm-plugin-laravel) from 2.10.1 to 2.11.0.
- [Release notes](https://github.com/psalm/psalm-plugin-laravel/releases)
- [Commits](https://github.com/psalm/psalm-plugin-laravel/compare/v2.10.1...v2.11.0)

---
updated-dependencies:
- dependency-name: psalm/plugin-laravel
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-08 18:46:56 +00:00
a440533a76
Merge pull request #1414 from jonnybarnes/1384-implement-auth-endpoint
Implement IndieAuth endpoint
2024-06-08 19:45:36 +01:00
d98a66f42b
Laravel Pint fixes 2024-06-08 19:43:44 +01:00
58b31bb4c1
Add Indieweb related link to the HTTP headers 2024-06-08 19:39:09 +01:00
7f70f75d05
IndieAuth endpoint can now return access tokens 2024-06-08 10:56:15 +01:00
5b2bfd5270
Auth endpoint
The IndieAuth endpoint should be added, currently adding the unt tests
2024-06-02 10:16:16 +01:00
7ad5d56f1b
Merge pull request #1383 from jonnybarnes/dependabot/composer/laravel/framework-11.1.1
build(deps): Bump laravel/framework from 11.1.0 to 11.1.1
2024-03-29 14:29:07 +00:00
dependabot[bot]
7f95842308
build(deps): Bump laravel/framework from 11.1.0 to 11.1.1
Bumps [laravel/framework](https://github.com/laravel/framework) from 11.1.0 to 11.1.1.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/11.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v11.1.0...v11.1.1)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-29 14:25:05 +00:00
25fceca2ff
Merge pull request #1382 from jonnybarnes/dependabot/composer/phpunit/phpunit-10.5.16
build(deps-dev): Bump phpunit/phpunit from 10.5.15 to 10.5.16
2024-03-29 14:24:01 +00:00
dependabot[bot]
dd862be3a9
build(deps-dev): Bump phpunit/phpunit from 10.5.15 to 10.5.16
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.5.15 to 10.5.16.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.5.16/ChangeLog-10.5.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.5.15...10.5.16)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-29 14:18:35 +00:00
1b08703cd9
Merge pull request #1381 from jonnybarnes/dependabot/composer/laravel/pint-1.15.0
build(deps-dev): Bump laravel/pint from 1.14.0 to 1.15.0
2024-03-29 14:17:44 +00:00
dependabot[bot]
1475e8f859
build(deps-dev): Bump laravel/pint from 1.14.0 to 1.15.0
Bumps [laravel/pint](https://github.com/laravel/pint) from 1.14.0 to 1.15.0.
- [Release notes](https://github.com/laravel/pint/releases)
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/laravel/pint/compare/v1.14.0...v1.15.0)

---
updated-dependencies:
- dependency-name: laravel/pint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-28 09:53:40 +00:00
e72d9ca231
Merge pull request #1380 from jonnybarnes/dependabot/composer/laravel/dusk-8.1.0
build(deps-dev): Bump laravel/dusk from 8.0.0 to 8.1.0
2024-03-27 16:20:29 +00:00
dependabot[bot]
1db7cde639
build(deps-dev): Bump laravel/dusk from 8.0.0 to 8.1.0
Bumps [laravel/dusk](https://github.com/laravel/dusk) from 8.0.0 to 8.1.0.
- [Release notes](https://github.com/laravel/dusk/releases)
- [Changelog](https://github.com/laravel/dusk/blob/8.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/dusk/compare/v8.0.0...v8.1.0)

---
updated-dependencies:
- dependency-name: laravel/dusk
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-27 16:13:42 +00:00
76061e10e3
Merge pull request #1379 from jonnybarnes/dependabot/composer/laravel/horizon-5.23.2
build(deps): Bump laravel/horizon from 5.23.1 to 5.23.2
2024-03-27 16:12:45 +00:00
dependabot[bot]
936acc6196
build(deps): Bump laravel/horizon from 5.23.1 to 5.23.2
Bumps [laravel/horizon](https://github.com/laravel/horizon) from 5.23.1 to 5.23.2.
- [Release notes](https://github.com/laravel/horizon/releases)
- [Changelog](https://github.com/laravel/horizon/blob/5.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/horizon/compare/v5.23.1...v5.23.2)

---
updated-dependencies:
- dependency-name: laravel/horizon
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-27 16:11:04 +00:00
13e2f8ade1
Merge pull request #1378 from jonnybarnes/dependabot/composer/laravel/scout-10.8.4
build(deps): Bump laravel/scout from 10.8.3 to 10.8.4
2024-03-27 16:09:49 +00:00
dependabot[bot]
7d47ba6edf
build(deps): Bump laravel/scout from 10.8.3 to 10.8.4
Bumps [laravel/scout](https://github.com/laravel/scout) from 10.8.3 to 10.8.4.
- [Release notes](https://github.com/laravel/scout/releases)
- [Changelog](https://github.com/laravel/scout/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/scout/compare/v10.8.3...v10.8.4)

---
updated-dependencies:
- dependency-name: laravel/scout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-27 15:05:21 +00:00
71f35e6c2e
Merge pull request #1377 from jonnybarnes/dependabot/composer/laravel/sanctum-4.0.1
build(deps): Bump laravel/sanctum from 4.0.0 to 4.0.1
2024-03-27 15:03:23 +00:00
dependabot[bot]
8d053195d1
build(deps): Bump laravel/sanctum from 4.0.0 to 4.0.1
Bumps [laravel/sanctum](https://github.com/laravel/sanctum) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/laravel/sanctum/releases)
- [Changelog](https://github.com/laravel/sanctum/blob/4.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/sanctum/compare/v4.0.0...v4.0.1)

---
updated-dependencies:
- dependency-name: laravel/sanctum
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-27 14:57:30 +00:00
5c420584c0
Merge pull request #1376 from jonnybarnes/dependabot/npm_and_yarn/stylelint-16.3.1
build(deps-dev): Bump stylelint from 16.3.0 to 16.3.1
2024-03-27 14:27:11 +00:00
dependabot[bot]
4840120971
build(deps-dev): Bump stylelint from 16.3.0 to 16.3.1
Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.3.0 to 16.3.1.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/16.3.0...16.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-27 14:25:05 +00:00
c26e528d9f
Merge pull request #1375 from jonnybarnes/dependabot/composer/league/flysystem-aws-s3-v3-3.26.0
build(deps): Bump league/flysystem-aws-s3-v3 from 3.25.1 to 3.26.0
2024-03-27 14:21:42 +00:00
dependabot[bot]
9a2364563a
build(deps): Bump league/flysystem-aws-s3-v3 from 3.25.1 to 3.26.0
Bumps [league/flysystem-aws-s3-v3](https://github.com/thephpleague/flysystem-aws-s3-v3) from 3.25.1 to 3.26.0.
- [Commits](https://github.com/thephpleague/flysystem-aws-s3-v3/compare/3.25.1...3.26.0)

---
updated-dependencies:
- dependency-name: league/flysystem-aws-s3-v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-26 09:15:47 +00:00
5749bf2e69
Merge pull request #1374 from jonnybarnes/dependabot/npm_and_yarn/stylelint-16.3.0 2024-03-25 20:02:08 +00:00
dependabot[bot]
32ad6d7d88
build(deps-dev): Bump stylelint from 16.2.1 to 16.3.0
Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.2.1 to 16.3.0.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/16.2.1...16.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-25 09:50:40 +00:00
fabe9d662b
Merge pull request #1371 from jonnybarnes/develop
MTM Bluesky Syndication
2024-03-23 21:33:39 +00:00
a200c9d43e
Merge pull request #1370 from jonnybarnes/1284-setup-bluesky-syndication-with-bridgy
Setup support for syndicating to Bluesky
2024-03-23 21:26:35 +00:00
1f9a8fee99
Laravel Pint fixes 2024-03-23 21:24:33 +00:00
cbbe87e23c
Setup support for syndicating to Bluesky 2024-03-23 21:19:54 +00:00
5d6d611707
Merge pull request #1369 from jonnybarnes/dependabot/composer/intervention/image-3.5.1
build(deps): Bump intervention/image from 3.5.0 to 3.5.1
2024-03-23 20:25:15 +00:00
dependabot[bot]
16ce12b5df
build(deps): Bump intervention/image from 3.5.0 to 3.5.1
Bumps [intervention/image](https://github.com/Intervention/image) from 3.5.0 to 3.5.1.
- [Release notes](https://github.com/Intervention/image/releases)
- [Commits](https://github.com/Intervention/image/compare/3.5.0...3.5.1)

---
updated-dependencies:
- dependency-name: intervention/image
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-23 20:18:51 +00:00
d172a1ace8
Merge pull request #1368 from jonnybarnes/dependabot/composer/web-auth/webauthn-lib-4.8.3
build(deps): Bump web-auth/webauthn-lib from 4.8.2 to 4.8.3
2024-03-23 20:17:57 +00:00
dependabot[bot]
b0ce4efbd8
build(deps): Bump web-auth/webauthn-lib from 4.8.2 to 4.8.3
Bumps [web-auth/webauthn-lib](https://github.com/web-auth/webauthn-lib) from 4.8.2 to 4.8.3.
- [Commits](https://github.com/web-auth/webauthn-lib/compare/4.8.2...4.8.3)

---
updated-dependencies:
- dependency-name: web-auth/webauthn-lib
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-23 20:10:37 +00:00
8143f7a1a6
Merge pull request #1367 from jonnybarnes/dependabot/github_actions/actions/cache-4
build(deps): Bump actions/cache from 3 to 4
2024-03-23 19:55:36 +00:00
dependabot[bot]
db670de2f0
build(deps): Bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 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/v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-23 19:53:08 +00:00
1429563b74
Merge pull request #1366 from jonnybarnes/dependabot/github_actions/actions/checkout-4
build(deps): Bump actions/checkout from 3 to 4
2024-03-23 19:52:35 +00:00
dependabot[bot]
38480ddaad
build(deps): Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [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/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-23 19:49:36 +00:00
3bb33cdec7
Merge pull request #1365 from jonnybarnes/1364-update-github-action-dependencies-with-dependabot
Update GitHub Action dependencies with dependabot
2024-03-23 19:49:16 +00:00
7f8553127d
Update GitHub Action dependencies with dependabot 2024-03-23 19:47:00 +00:00
507bac08f2
Merge pull request #1363 from jonnybarnes/develop
MTM Remove CSP header
2024-03-23 15:13:55 +00:00
8726fc329c
Merge pull request #1362 from jonnybarnes/1358-move-csp-out-of-app-code
Remove CSP header
2024-03-23 14:48:16 +00:00
ed2b3c99da
Laravel Pint fixes 2024-03-23 14:42:21 +00:00
db8f885092
Remove CSP header 2024-03-23 14:37:30 +00:00
c0802f8792
Merge pull request #1361 from jonnybarnes/develop
MTM Fix some endpoints
2024-03-23 14:29:33 +00:00
174cd4db33
Merge pull request #1360 from jonnybarnes/1359-micropub-token-endpoint-broken-after-laravel-11-upgrade
Exclude certain routes from csrf protection
2024-03-23 14:20:06 +00:00
e95186e1fd
Exclude certain routes from csrf protection 2024-03-23 14:18:02 +00:00
c907bcde0c
Merge pull request #1357 from jonnybarnes/develop
MTM Update CSP
2024-03-22 19:17:22 +00:00
03b8c1677c
Merge pull request #1356 from jonnybarnes/1355-update-csp
Update CSP
2024-03-22 19:15:35 +00:00
cf62d756af
Update CSP
Mastodon webmention images are served via my instance, so add to the CSP
2024-03-22 19:05:45 +00:00
784f4cb44a
Merge pull request #1354 from jonnybarnes/develop
MTM Fix showing webmentions
2024-03-22 19:00:39 +00:00
dfe74e7538
Merge pull request #1353 from jonnybarnes/1349-webmentions-are-not-showing
Fix processing of profile image for bridgy webmentions
2024-03-22 18:57:53 +00:00
47b39edaeb
Fix processing of profile image for bridgy webmentions 2024-03-22 18:50:25 +00:00
528e981d7c
Merge pull request #1352 from jonnybarnes/develop
MTM Add Flare config back
2024-03-22 18:33:45 +00:00
21e2b5217e
Merge pull request #1351 from jonnybarnes/1350-l11-flare-integration
Add flare config back
2024-03-22 18:28:48 +00:00
d877061077
Add flare config back 2024-03-22 18:26:37 +00:00
5f8d6ca882
Merge pull request #1348 from jonnybarnes/develop
MTM Fix WebMentions
2024-03-22 17:53:24 +00:00
1cb1eac8fe
Merge pull request #1347 from jonnybarnes/1321-fix-webmentions
Webmentions were being saved with wrong model relationship
2024-03-22 17:48:53 +00:00
12d3da5fdb
Webmentions were being saved with wrong model relationship
Fix the process webmention job to use the correct model relationship,
add an artisan command to update existing webmentions in the database to
use the correct model relationship.
2024-03-22 17:43:23 +00:00
d56306e57b
Merge pull request #1346 from jonnybarnes/develop
MTM Laravel 11
2024-03-22 15:31:33 +00:00
8b276938e9
Merge pull request #1345 from jonnybarnes/dependabot/composer/phpunit/phpunit-10.5.15
build(deps-dev): Bump phpunit/phpunit from 10.5.13 to 10.5.15
2024-03-22 13:58:03 +00:00
dependabot[bot]
5cd3b63b73
build(deps-dev): Bump phpunit/phpunit from 10.5.13 to 10.5.15
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.5.13 to 10.5.15.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.5.15/ChangeLog-10.5.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.5.13...10.5.15)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-22 13:55:21 +00:00
a910a52f83
Merge pull request #1343 from jonnybarnes/dependabot/composer/mockery/mockery-1.6.11
build(deps-dev): Bump mockery/mockery from 1.6.10 to 1.6.11
2024-03-22 13:54:34 +00:00
dependabot[bot]
fdcd159bec
build(deps-dev): Bump mockery/mockery from 1.6.10 to 1.6.11
Bumps [mockery/mockery](https://github.com/mockery/mockery) from 1.6.10 to 1.6.11.
- [Release notes](https://github.com/mockery/mockery/releases)
- [Changelog](https://github.com/mockery/mockery/blob/1.6.x/CHANGELOG.md)
- [Commits](https://github.com/mockery/mockery/compare/1.6.10...1.6.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-22 13:53:13 +00:00
b7b4082ca3
Merge pull request #1342 from jonnybarnes/dependabot/composer/laravel/sail-1.29.1
build(deps-dev): Bump laravel/sail from 1.29.0 to 1.29.1
2024-03-22 13:52:20 +00:00
dependabot[bot]
3d48d54834
build(deps-dev): Bump laravel/sail from 1.29.0 to 1.29.1
Bumps [laravel/sail](https://github.com/laravel/sail) from 1.29.0 to 1.29.1.
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/sail/compare/v1.29.0...v1.29.1)

---
updated-dependencies:
- dependency-name: laravel/sail
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-22 13:44:30 +00:00
d61dc7d784
Merge pull request #1344 from jonnybarnes/dependabot/composer/laravel/framework-11.0.8
build(deps): Bump laravel/framework from 11.0.7 to 11.0.8
2024-03-22 13:37:27 +00:00
dependabot[bot]
2d0c01d399
build(deps): Bump laravel/framework from 11.0.7 to 11.0.8
Bumps [laravel/framework](https://github.com/laravel/framework) from 11.0.7 to 11.0.8.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/11.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v11.0.7...v11.0.8)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-22 09:53:13 +00:00
f6d87fe745
Merge pull request #1340 from jonnybarnes/986-upgrade-to-laravel-11
Upgrade to Laravel 11
2024-03-19 20:20:31 +00:00
be06fd66f8
Fix Pint style issues 2024-03-19 20:18:58 +00:00
7660b1c731
Upgrade to Laravel 11 2024-03-19 20:13:36 +00:00
c78aea2581
Merge pull request #1336 from jonnybarnes/dependabot/composer/barryvdh/laravel-debugbar-3.12.2
build(deps-dev): Bump barryvdh/laravel-debugbar from 3.12.1 to 3.12.2
2024-03-15 08:36:20 +00:00
dependabot[bot]
d6e35856d1
build(deps-dev): Bump barryvdh/laravel-debugbar from 3.12.1 to 3.12.2
Bumps [barryvdh/laravel-debugbar](https://github.com/barryvdh/laravel-debugbar) from 3.12.1 to 3.12.2.
- [Release notes](https://github.com/barryvdh/laravel-debugbar/releases)
- [Commits](https://github.com/barryvdh/laravel-debugbar/compare/v3.12.1...v3.12.2)

---
updated-dependencies:
- dependency-name: barryvdh/laravel-debugbar
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-15 08:23:53 +00:00
1e7a588157
Merge pull request #1335 from jonnybarnes/dependabot/composer/psalm/plugin-laravel-2.10.1
build(deps-dev): Bump psalm/plugin-laravel from 2.10.0 to 2.10.1
2024-03-15 08:23:04 +00:00
dependabot[bot]
9666daf068
build(deps-dev): Bump psalm/plugin-laravel from 2.10.0 to 2.10.1
Bumps [psalm/plugin-laravel](https://github.com/psalm/psalm-plugin-laravel) from 2.10.0 to 2.10.1.
- [Release notes](https://github.com/psalm/psalm-plugin-laravel/releases)
- [Commits](https://github.com/psalm/psalm-plugin-laravel/compare/v2.10.0...v2.10.1)

---
updated-dependencies:
- dependency-name: psalm/plugin-laravel
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-15 08:16:56 +00:00
5c7557b2d3
Merge pull request #1334 from jonnybarnes/dependabot/composer/barryvdh/laravel-ide-helper-3.0.0
build(deps-dev): Bump barryvdh/laravel-ide-helper from 2.15.1 to 3.0.0
2024-03-15 08:15:52 +00:00
dependabot[bot]
af7f2fb800
build(deps-dev): Bump barryvdh/laravel-ide-helper from 2.15.1 to 3.0.0
Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.15.1 to 3.0.0.
- [Release notes](https://github.com/barryvdh/laravel-ide-helper/releases)
- [Changelog](https://github.com/barryvdh/laravel-ide-helper/blob/master/CHANGELOG.md)
- [Commits](https://github.com/barryvdh/laravel-ide-helper/compare/v2.15.1...v3.0.0)

---
updated-dependencies:
- dependency-name: barryvdh/laravel-ide-helper
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-14 09:46:59 +00:00
965c69748f
Merge pull request #1333 from jonnybarnes/dependabot/composer/laravel/dusk-8.0.0
build(deps-dev): Bump laravel/dusk from 7.13.0 to 8.0.0
2024-03-13 16:53:03 +00:00
dependabot[bot]
508f92dd17
build(deps-dev): Bump laravel/dusk from 7.13.0 to 8.0.0
Bumps [laravel/dusk](https://github.com/laravel/dusk) from 7.13.0 to 8.0.0.
- [Release notes](https://github.com/laravel/dusk/releases)
- [Changelog](https://github.com/laravel/dusk/blob/8.x/CHANGELOG.md)
- [Upgrade guide](https://github.com/laravel/dusk/blob/8.x/UPGRADE.md)
- [Commits](https://github.com/laravel/dusk/compare/v7.13.0...v8.0.0)

---
updated-dependencies:
- dependency-name: laravel/dusk
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-13 16:46:08 +00:00
80184002b7
Merge pull request #1332 from jonnybarnes/dependabot/composer/laravel/sail-1.29.0
build(deps-dev): Bump laravel/sail from 1.28.2 to 1.29.0
2024-03-13 16:45:24 +00:00
dependabot[bot]
ec04fefbb0
build(deps-dev): Bump laravel/sail from 1.28.2 to 1.29.0
Bumps [laravel/sail](https://github.com/laravel/sail) from 1.28.2 to 1.29.0.
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/sail/compare/v1.28.2...v1.29.0)

---
updated-dependencies:
- dependency-name: laravel/sail
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-13 16:44:02 +00:00
a3f1016709
Merge pull request #1331 from jonnybarnes/dependabot/composer/mockery/mockery-1.6.9
build(deps-dev): Bump mockery/mockery from 1.6.7 to 1.6.9
2024-03-13 16:43:18 +00:00
dependabot[bot]
6ce729633c
build(deps-dev): Bump mockery/mockery from 1.6.7 to 1.6.9
Bumps [mockery/mockery](https://github.com/mockery/mockery) from 1.6.7 to 1.6.9.
- [Release notes](https://github.com/mockery/mockery/releases)
- [Changelog](https://github.com/mockery/mockery/blob/1.6.x/CHANGELOG.md)
- [Commits](https://github.com/mockery/mockery/compare/1.6.7...1.6.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-13 16:40:40 +00:00
908cc66c99
Merge pull request #1330 from jonnybarnes/dependabot/composer/psalm/plugin-laravel-2.10.0
build(deps-dev): Bump psalm/plugin-laravel from 2.8.0 to 2.10.0
2024-03-13 16:40:02 +00:00
dependabot[bot]
d040160681
build(deps-dev): Bump psalm/plugin-laravel from 2.8.0 to 2.10.0
Bumps [psalm/plugin-laravel](https://github.com/psalm/psalm-plugin-laravel) from 2.8.0 to 2.10.0.
- [Release notes](https://github.com/psalm/psalm-plugin-laravel/releases)
- [Commits](https://github.com/psalm/psalm-plugin-laravel/compare/v2.8.0...v2.10.0)

---
updated-dependencies:
- dependency-name: psalm/plugin-laravel
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-13 09:14:10 +00:00
b16232b258
Merge pull request #1329 from jonnybarnes/dependabot/composer/phpunit/phpunit-10.5.13
build(deps-dev): Bump phpunit/phpunit from 10.5.11 to 10.5.13
2024-03-13 08:02:06 +00:00
dependabot[bot]
e4eb18a5fc
build(deps-dev): Bump phpunit/phpunit from 10.5.11 to 10.5.13
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.5.11 to 10.5.13.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.5.13/ChangeLog-10.5.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.5.11...10.5.13)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-12 19:03:08 +00:00
be34e5fb57
Merge pull request #1328 from jonnybarnes/dependabot/composer/barryvdh/laravel-debugbar-3.12.1
build(deps-dev): Bump barryvdh/laravel-debugbar from 3.10.6 to 3.12.1
2024-03-12 19:02:31 +00:00
dependabot[bot]
a677d870c4
build(deps-dev): Bump barryvdh/laravel-debugbar from 3.10.6 to 3.12.1
Bumps [barryvdh/laravel-debugbar](https://github.com/barryvdh/laravel-debugbar) from 3.10.6 to 3.12.1.
- [Release notes](https://github.com/barryvdh/laravel-debugbar/releases)
- [Commits](https://github.com/barryvdh/laravel-debugbar/compare/v3.10.6...v3.12.1)

---
updated-dependencies:
- dependency-name: barryvdh/laravel-debugbar
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-12 18:59:56 +00:00
196b3eb426
Merge pull request #1327 from jonnybarnes/dependabot/composer/vimeo/psalm-5.23.1
build(deps-dev): Bump vimeo/psalm from 5.22.2 to 5.23.1
2024-03-12 18:58:58 +00:00
dependabot[bot]
997ad535b0
build(deps-dev): Bump vimeo/psalm from 5.22.2 to 5.23.1
Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 5.22.2 to 5.23.1.
- [Release notes](https://github.com/vimeo/psalm/releases)
- [Commits](https://github.com/vimeo/psalm/compare/5.22.2...5.23.1)

---
updated-dependencies:
- dependency-name: vimeo/psalm
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-12 18:55:33 +00:00
b5b900090a
Merge pull request #1322 from jonnybarnes/dependabot/composer/phpunit/php-code-coverage-10.1.13
build(deps-dev): Bump phpunit/php-code-coverage from 10.1.12 to 10.1.13
2024-03-12 18:54:53 +00:00
dependabot[bot]
88ab482e53
build(deps-dev): Bump phpunit/php-code-coverage from 10.1.12 to 10.1.13
Bumps [phpunit/php-code-coverage](https://github.com/sebastianbergmann/php-code-coverage) from 10.1.12 to 10.1.13.
- [Changelog](https://github.com/sebastianbergmann/php-code-coverage/blob/10.1.13/ChangeLog-10.1.md)
- [Commits](https://github.com/sebastianbergmann/php-code-coverage/compare/10.1.12...10.1.13)

---
updated-dependencies:
- dependency-name: phpunit/php-code-coverage
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-11 09:03:59 +00:00
f15f4c0a00
Switch local dev environment to PHP 8.3 2024-03-10 12:55:56 +00:00
5dd3f70519
Merge pull request #1319 from jonnybarnes/dependabot/composer/laravel/sail-1.28.2
build(deps-dev): Bump laravel/sail from 1.28.1 to 1.28.2
2024-03-10 12:12:51 +00:00
dependabot[bot]
4312ef0e2d
build(deps-dev): Bump laravel/sail from 1.28.1 to 1.28.2
Bumps [laravel/sail](https://github.com/laravel/sail) from 1.28.1 to 1.28.2.
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/sail/compare/v1.28.1...v1.28.2)

---
updated-dependencies:
- dependency-name: laravel/sail
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-10 12:06:46 +00:00
4b8adf3e03
Merge pull request #1318 from jonnybarnes/dependabot/composer/barryvdh/laravel-debugbar-3.10.6
build(deps-dev): Bump barryvdh/laravel-debugbar from 3.10.5 to 3.10.6
2024-03-10 12:06:03 +00:00
16fe8c5366
Merge pull request #1320 from jonnybarnes/dependabot/composer/laravel/framework-10.47.0 2024-03-07 21:28:48 +00:00
dependabot[bot]
f7b53250d5
build(deps): Bump laravel/framework from 10.46.0 to 10.47.0
Bumps [laravel/framework](https://github.com/laravel/framework) from 10.46.0 to 10.47.0.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v10.46.0...v10.47.0)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-07 21:24:26 +00:00
dependabot[bot]
679d9fcac7
build(deps-dev): Bump barryvdh/laravel-debugbar from 3.10.5 to 3.10.6
Bumps [barryvdh/laravel-debugbar](https://github.com/barryvdh/laravel-debugbar) from 3.10.5 to 3.10.6.
- [Release notes](https://github.com/barryvdh/laravel-debugbar/releases)
- [Commits](https://github.com/barryvdh/laravel-debugbar/compare/v3.10.5...v3.10.6)

---
updated-dependencies:
- dependency-name: barryvdh/laravel-debugbar
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-07 21:24:14 +00:00
3aaf48acf4
Merge pull request #1317 from jonnybarnes/dependabot/composer/phpunit/php-code-coverage-10.1.12 2024-03-07 21:23:28 +00:00
dependabot[bot]
59274bab3e
build(deps-dev): Bump phpunit/php-code-coverage from 10.1.11 to 10.1.12
Bumps [phpunit/php-code-coverage](https://github.com/sebastianbergmann/php-code-coverage) from 10.1.11 to 10.1.12.
- [Changelog](https://github.com/sebastianbergmann/php-code-coverage/blob/10.1.12/ChangeLog-10.1.md)
- [Commits](https://github.com/sebastianbergmann/php-code-coverage/compare/10.1.11...10.1.12)

---
updated-dependencies:
- dependency-name: phpunit/php-code-coverage
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-04 09:37:17 +00:00
43c654d9e7
Merge pull request #1316 from jonnybarnes/develop
MTM Fix error in SendWebMention job
2024-03-02 10:21:49 +00:00
33e5855140
Merge pull request #1315 from jonnybarnes/1314-fix-error-in-sendwebmentions-job
Fix issue discovering webmentions endpoints for some sites
2024-03-02 10:18:46 +00:00
659bc57e24
Fix issue discovering webmentions endpoints for some sites
The Guzzle provided Header::parse does not like commas in URLs
2024-03-02 10:16:05 +00:00
acbb58c294
Merge pull request #1312 from jonnybarnes/dependabot/composer/laravel/sail-1.28.1
build(deps-dev): Bump laravel/sail from 1.28.0 to 1.28.1
2024-03-01 16:46:48 +00:00
dependabot[bot]
f629929162
build(deps-dev): Bump laravel/sail from 1.28.0 to 1.28.1
Bumps [laravel/sail](https://github.com/laravel/sail) from 1.28.0 to 1.28.1.
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/sail/compare/v1.28.0...v1.28.1)

---
updated-dependencies:
- dependency-name: laravel/sail
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-01 15:43:38 +00:00
68a06e0ec0
Merge pull request #1311 from jonnybarnes/dependabot/composer/laravel/dusk-7.13.0
build(deps-dev): Bump laravel/dusk from 7.12.3 to 7.13.0
2024-03-01 15:32:10 +00:00
dependabot[bot]
7d2eed3ef7
build(deps-dev): Bump laravel/dusk from 7.12.3 to 7.13.0
Bumps [laravel/dusk](https://github.com/laravel/dusk) from 7.12.3 to 7.13.0.
- [Release notes](https://github.com/laravel/dusk/releases)
- [Changelog](https://github.com/laravel/dusk/blob/7.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/dusk/compare/v7.12.3...v7.13.0)

---
updated-dependencies:
- dependency-name: laravel/dusk
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-28 09:34:27 +00:00
9a469c27eb
Merge pull request #1308 from jonnybarnes/dependabot/npm_and_yarn/eslint-8.57.0
build(deps-dev): Bump eslint from 8.56.0 to 8.57.0
2024-02-27 18:46:42 +00:00
dependabot[bot]
744c983c86
build(deps-dev): Bump eslint from 8.56.0 to 8.57.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.56.0 to 8.57.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.56.0...v8.57.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-27 18:15:21 +00:00
01943ce478
Merge pull request #1310 from jonnybarnes/dependabot/composer/symfony/html-sanitizer-7.0.4
build(deps): Bump symfony/html-sanitizer from 7.0.3 to 7.0.4
2024-02-27 18:14:16 +00:00
dependabot[bot]
68b6cb5c0e
build(deps): Bump symfony/html-sanitizer from 7.0.3 to 7.0.4
Bumps [symfony/html-sanitizer](https://github.com/symfony/html-sanitizer) from 7.0.3 to 7.0.4.
- [Release notes](https://github.com/symfony/html-sanitizer/releases)
- [Changelog](https://github.com/symfony/html-sanitizer/blob/7.0/CHANGELOG.md)
- [Commits](https://github.com/symfony/html-sanitizer/compare/v7.0.3...v7.0.4)

---
updated-dependencies:
- dependency-name: symfony/html-sanitizer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-27 18:09:41 +00:00
2e26924808
Merge pull request #1309 from jonnybarnes/dependabot/composer/web-auth/webauthn-lib-4.8.2
build(deps): Bump web-auth/webauthn-lib from 4.7.9 to 4.8.2
2024-02-27 18:09:04 +00:00
dependabot[bot]
2e9ad7d2e5
build(deps): Bump web-auth/webauthn-lib from 4.7.9 to 4.8.2
Bumps [web-auth/webauthn-lib](https://github.com/web-auth/webauthn-lib) from 4.7.9 to 4.8.2.
- [Commits](https://github.com/web-auth/webauthn-lib/compare/4.7.9...4.8.2)

---
updated-dependencies:
- dependency-name: web-auth/webauthn-lib
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-27 18:06:06 +00:00
88e986c883
Merge pull request #1307 from jonnybarnes/dependabot/composer/phpunit/phpunit-10.5.11
build(deps-dev): Bump phpunit/phpunit from 10.5.10 to 10.5.11
2024-02-27 18:05:06 +00:00
dependabot[bot]
1b036b1a73
build(deps-dev): Bump phpunit/phpunit from 10.5.10 to 10.5.11
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.5.10 to 10.5.11.
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.5.11/ChangeLog-10.5.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.5.10...10.5.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-26 09:17:59 +00:00
a7c8e58abd
Merge pull request #1303 from jonnybarnes/develop
MTM Fix fonts
2024-02-23 16:50:55 +00:00
0bf81d307a
Merge pull request #1302 from jonnybarnes/1301-fix-fonts
Fix compressed css file
2024-02-23 16:48:04 +00:00
41ea09cf5d
Fix compressed css file 2024-02-23 16:46:07 +00:00
b40f10cada
Merge pull request #1300 from jonnybarnes/develop
MTM Switch fonts
2024-02-23 16:41:54 +00:00
396b0dccf1
Merge pull request #1299 from jonnybarnes/1290-switch-to-a-modern-font-stack
Use system fonts for better webperf
2024-02-23 16:39:51 +00:00
f770235e86
Use system fonts for better webperf 2024-02-23 16:35:48 +00:00
7efb474fb8
Merge pull request #1298 from jonnybarnes/1289-remove-php82-unit-tests
Remove PHP 8.2
2024-02-23 16:19:40 +00:00
811f968fb9
Run just 8.3 tests 2024-02-23 16:14:47 +00:00
7e6a047bc8
Remove PHP 8.2
Added 8.4 as well for testing purposes
2024-02-23 16:10:04 +00:00
8875662434
Merge pull request #1297 from jonnybarnes/dependabot/composer/vimeo/psalm-5.22.2
build(deps-dev): Bump vimeo/psalm from 5.22.1 to 5.22.2
2024-02-23 16:02:58 +00:00
dependabot[bot]
19172a8ab3
build(deps-dev): Bump vimeo/psalm from 5.22.1 to 5.22.2
Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 5.22.1 to 5.22.2.
- [Release notes](https://github.com/vimeo/psalm/releases)
- [Commits](https://github.com/vimeo/psalm/compare/5.22.1...5.22.2)

---
updated-dependencies:
- dependency-name: vimeo/psalm
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-23 16:01:31 +00:00
22d8e6407e
Merge pull request #1296 from jonnybarnes/dependabot/composer/laravel/framework-10.45.1
build(deps): Bump laravel/framework from 10.45.0 to 10.45.1
2024-02-23 16:00:52 +00:00
dependabot[bot]
78db64f1dc
build(deps): Bump laravel/framework from 10.45.0 to 10.45.1
Bumps [laravel/framework](https://github.com/laravel/framework) from 10.45.0 to 10.45.1.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v10.45.0...v10.45.1)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-22 09:40:10 +00:00
433ed909c1
Merge pull request #1295 from jonnybarnes/dependabot/composer/laravel/pint-1.14.0
build(deps-dev): Bump laravel/pint from 1.13.11 to 1.14.0
2024-02-21 10:32:42 +00:00
dependabot[bot]
4ef0a4f6f1
build(deps-dev): Bump laravel/pint from 1.13.11 to 1.14.0
Bumps [laravel/pint](https://github.com/laravel/pint) from 1.13.11 to 1.14.0.
- [Release notes](https://github.com/laravel/pint/releases)
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/laravel/pint/compare/v1.13.11...v1.14.0)

---
updated-dependencies:
- dependency-name: laravel/pint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-21 10:30:19 +00:00
0b02f156ea
Merge pull request #1293 from jonnybarnes/dependabot/composer/laravel/horizon-5.23.1
build(deps): Bump laravel/horizon from 5.23.0 to 5.23.1
2024-02-21 10:29:09 +00:00
dependabot[bot]
253561701d
build(deps): Bump laravel/horizon from 5.23.0 to 5.23.1
Bumps [laravel/horizon](https://github.com/laravel/horizon) from 5.23.0 to 5.23.1.
- [Release notes](https://github.com/laravel/horizon/releases)
- [Changelog](https://github.com/laravel/horizon/blob/5.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/horizon/compare/v5.23.0...v5.23.1)

---
updated-dependencies:
- dependency-name: laravel/horizon
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-21 10:26:55 +00:00
66de08f0bc
Merge pull request #1292 from jonnybarnes/dependabot/composer/laravel/sail-1.28.0
build(deps-dev): Bump laravel/sail from 1.27.4 to 1.28.0
2024-02-21 10:25:08 +00:00
dependabot[bot]
816e9a984b
build(deps-dev): Bump laravel/sail from 1.27.4 to 1.28.0
Bumps [laravel/sail](https://github.com/laravel/sail) from 1.27.4 to 1.28.0.
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/sail/compare/v1.27.4...v1.28.0)

---
updated-dependencies:
- dependency-name: laravel/sail
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-21 09:04:55 +00:00
978fa84acf
Merge pull request #1291 from jonnybarnes/dependabot/composer/laravel/dusk-7.12.3
build(deps-dev): Bump laravel/dusk from 7.12.1 to 7.12.3
2024-02-20 17:15:59 +00:00
dependabot[bot]
8b9566e540
build(deps-dev): Bump laravel/dusk from 7.12.1 to 7.12.3
Bumps [laravel/dusk](https://github.com/laravel/dusk) from 7.12.1 to 7.12.3.
- [Release notes](https://github.com/laravel/dusk/releases)
- [Changelog](https://github.com/laravel/dusk/blob/7.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/dusk/compare/v7.12.1...v7.12.3)

---
updated-dependencies:
- dependency-name: laravel/dusk
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-19 09:54:49 +00:00
deba175f8f
Merge pull request #1288 from jonnybarnes/develop
MTM: Remove snow effect
2024-02-17 18:28:13 +00:00
c5b7dbf829
Merge pull request #1287 from jonnybarnes/1286-undo-snow
Remove the snow effect we had added for xmas
2024-02-17 18:23:13 +00:00
4f5f4132d6
Remove the snow effect we had added for xmas 2024-02-17 18:20:56 +00:00
3d74174bab
Merge pull request #1285 from jonnybarnes/update_image-intervention_package
Update intervention/image package
2024-02-17 18:01:55 +00:00
1874bc6f94
Laravel Pint fix 2024-02-17 17:59:18 +00:00
5fa788b362
Update intervention/image package
Also fix a unit test, the image package had changed how it loads images
so my test for is a file upload an image was failing
2024-02-17 17:47:12 +00:00
35c54d05c1
Merge pull request #1281 from jonnybarnes/dependabot/composer/vimeo/psalm-5.22.1
build(deps-dev): Bump vimeo/psalm from 5.22.0 to 5.22.1
2024-02-17 13:21:45 +00:00
dependabot[bot]
caaaae0265
build(deps-dev): Bump vimeo/psalm from 5.22.0 to 5.22.1
Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 5.22.0 to 5.22.1.
- [Release notes](https://github.com/vimeo/psalm/releases)
- [Commits](https://github.com/vimeo/psalm/compare/5.22.0...5.22.1)

---
updated-dependencies:
- dependency-name: vimeo/psalm
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-17 13:17:14 +00:00
615c88c7cb
Merge pull request #1280 from jonnybarnes/dependabot/composer/barryvdh/laravel-ide-helper-2.15.1
build(deps-dev): Bump barryvdh/laravel-ide-helper from 2.15.0 to 2.15.1
2024-02-17 13:16:28 +00:00
dependabot[bot]
be28421eb2
build(deps-dev): Bump barryvdh/laravel-ide-helper from 2.15.0 to 2.15.1
Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.15.0 to 2.15.1.
- [Release notes](https://github.com/barryvdh/laravel-ide-helper/releases)
- [Changelog](https://github.com/barryvdh/laravel-ide-helper/blob/master/CHANGELOG.md)
- [Commits](https://github.com/barryvdh/laravel-ide-helper/compare/v2.15.0...v2.15.1)

---
updated-dependencies:
- dependency-name: barryvdh/laravel-ide-helper
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-17 13:10:48 +00:00
a8f9324414
Merge pull request #1279 from jonnybarnes/dependabot/composer/barryvdh/laravel-debugbar-3.10.5
build(deps-dev): Bump barryvdh/laravel-debugbar from 3.10.4 to 3.10.5
2024-02-17 13:10:07 +00:00
dependabot[bot]
e1b8d96636
build(deps-dev): Bump barryvdh/laravel-debugbar from 3.10.4 to 3.10.5
Bumps [barryvdh/laravel-debugbar](https://github.com/barryvdh/laravel-debugbar) from 3.10.4 to 3.10.5.
- [Release notes](https://github.com/barryvdh/laravel-debugbar/releases)
- [Commits](https://github.com/barryvdh/laravel-debugbar/compare/v3.10.4...v3.10.5)

---
updated-dependencies:
- dependency-name: barryvdh/laravel-debugbar
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-17 13:06:49 +00:00
07cd2a9eee
Merge pull request #1278 from jonnybarnes/dependabot/composer/laravel/pint-1.13.11
build(deps-dev): Bump laravel/pint from 1.13.10 to 1.13.11
2024-02-17 13:06:04 +00:00
dependabot[bot]
6e48893e5b
build(deps-dev): Bump laravel/pint from 1.13.10 to 1.13.11
Bumps [laravel/pint](https://github.com/laravel/pint) from 1.13.10 to 1.13.11.
- [Release notes](https://github.com/laravel/pint/releases)
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/laravel/pint/compare/v1.13.10...v1.13.11)

---
updated-dependencies:
- dependency-name: laravel/pint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-16 09:15:30 +00:00
45846bec5d
Merge pull request #1277 from jonnybarnes/dependabot/composer/spatie/laravel-ray-1.35.1
build(deps-dev): Bump spatie/laravel-ray from 1.35.0 to 1.35.1
2024-02-16 07:17:16 +00:00
dependabot[bot]
564f477352
build(deps-dev): Bump spatie/laravel-ray from 1.35.0 to 1.35.1
Bumps [spatie/laravel-ray](https://github.com/spatie/laravel-ray) from 1.35.0 to 1.35.1.
- [Release notes](https://github.com/spatie/laravel-ray/releases)
- [Changelog](https://github.com/spatie/laravel-ray/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spatie/laravel-ray/compare/1.35.0...1.35.1)

---
updated-dependencies:
- dependency-name: spatie/laravel-ray
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-15 13:53:30 +00:00
2a4f50ae7d
Merge pull request #1276 from jonnybarnes/dependabot/composer/laravel/sail-1.27.4
build(deps-dev): Bump laravel/sail from 1.27.3 to 1.27.4
2024-02-15 13:52:05 +00:00
dependabot[bot]
0c13bf8b91
build(deps-dev): Bump laravel/sail from 1.27.3 to 1.27.4
Bumps [laravel/sail](https://github.com/laravel/sail) from 1.27.3 to 1.27.4.
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/sail/compare/v1.27.3...v1.27.4)

---
updated-dependencies:
- dependency-name: laravel/sail
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-15 13:49:30 +00:00
b78f0343d4
Merge pull request #1275 from jonnybarnes/dependabot/composer/barryvdh/laravel-ide-helper-2.15.0
build(deps-dev): Bump barryvdh/laravel-ide-helper from 2.14.0 to 2.15.0
2024-02-15 13:48:45 +00:00
dependabot[bot]
0c92c1ff8e
build(deps-dev): Bump barryvdh/laravel-ide-helper from 2.14.0 to 2.15.0
Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.14.0 to 2.15.0.
- [Release notes](https://github.com/barryvdh/laravel-ide-helper/releases)
- [Changelog](https://github.com/barryvdh/laravel-ide-helper/blob/master/CHANGELOG.md)
- [Commits](https://github.com/barryvdh/laravel-ide-helper/compare/v2.14.0...v2.15.0)

---
updated-dependencies:
- dependency-name: barryvdh/laravel-ide-helper
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-15 13:46:07 +00:00
71990a0a6e
Merge pull request #1274 from jonnybarnes/dependabot/composer/laravel/horizon-5.23.0
build(deps): Bump laravel/horizon from 5.22.1 to 5.23.0
2024-02-15 13:44:58 +00:00
dependabot[bot]
eb89271001
build(deps): Bump laravel/horizon from 5.22.1 to 5.23.0
Bumps [laravel/horizon](https://github.com/laravel/horizon) from 5.22.1 to 5.23.0.
- [Release notes](https://github.com/laravel/horizon/releases)
- [Changelog](https://github.com/laravel/horizon/blob/5.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/horizon/compare/v5.22.1...v5.23.0)

---
updated-dependencies:
- dependency-name: laravel/horizon
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-15 09:44:24 +00:00
eff5ad6cbb
Merge pull request #1273 from jonnybarnes/dependabot/composer/barryvdh/laravel-debugbar-3.10.4
build(deps-dev): Bump barryvdh/laravel-debugbar from 3.9.2 to 3.10.4
2024-02-14 09:59:54 +00:00
dependabot[bot]
46c5702e5e
build(deps-dev): Bump barryvdh/laravel-debugbar from 3.9.2 to 3.10.4
Bumps [barryvdh/laravel-debugbar](https://github.com/barryvdh/laravel-debugbar) from 3.9.2 to 3.10.4.
- [Release notes](https://github.com/barryvdh/laravel-debugbar/releases)
- [Commits](https://github.com/barryvdh/laravel-debugbar/compare/v3.9.2...v3.10.4)

---
updated-dependencies:
- dependency-name: barryvdh/laravel-debugbar
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-14 09:55:49 +00:00
100885cea4
Merge pull request #1272 from jonnybarnes/dependabot/composer/laravel/scout-10.8.3
build(deps): Bump laravel/scout from 10.8.2 to 10.8.3
2024-02-14 09:55:04 +00:00
dependabot[bot]
32b2c84106
build(deps): Bump laravel/scout from 10.8.2 to 10.8.3
Bumps [laravel/scout](https://github.com/laravel/scout) from 10.8.2 to 10.8.3.
- [Release notes](https://github.com/laravel/scout/releases)
- [Changelog](https://github.com/laravel/scout/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/scout/compare/v10.8.2...v10.8.3)

---
updated-dependencies:
- dependency-name: laravel/scout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-14 09:51:44 +00:00
00a7d23925
Merge pull request #1271 from jonnybarnes/dependabot/composer/vimeo/psalm-5.22.0
build(deps-dev): Bump vimeo/psalm from 5.21.1 to 5.22.0
2024-02-14 09:50:59 +00:00
dependabot[bot]
fa2d75f53e
build(deps-dev): Bump vimeo/psalm from 5.21.1 to 5.22.0
Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 5.21.1 to 5.22.0.
- [Release notes](https://github.com/vimeo/psalm/releases)
- [Commits](https://github.com/vimeo/psalm/compare/5.21.1...5.22.0)

---
updated-dependencies:
- dependency-name: vimeo/psalm
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-14 09:47:48 +00:00
ae2c960e05
Merge pull request #1269 from jonnybarnes/dependabot/composer/spatie/laravel-ignition-2.4.2
build(deps): Bump spatie/laravel-ignition from 2.4.1 to 2.4.2
2024-02-14 09:47:10 +00:00
dependabot[bot]
9940c62a07
build(deps): Bump spatie/laravel-ignition from 2.4.1 to 2.4.2
Bumps [spatie/laravel-ignition](https://github.com/spatie/laravel-ignition) from 2.4.1 to 2.4.2.
- [Release notes](https://github.com/spatie/laravel-ignition/releases)
- [Changelog](https://github.com/spatie/laravel-ignition/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spatie/laravel-ignition/compare/2.4.1...2.4.2)

---
updated-dependencies:
- dependency-name: spatie/laravel-ignition
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-12 09:31:10 +00:00
e5184a4695
Merge pull request #1268 from jonnybarnes/dependabot/composer/openai-php/client-0.8.4
build(deps-dev): Bump openai-php/client from 0.8.2 to 0.8.4
2024-02-08 12:54:24 +00:00
dependabot[bot]
c673cd6399
build(deps-dev): Bump openai-php/client from 0.8.2 to 0.8.4
Bumps [openai-php/client](https://github.com/openai-php/client) from 0.8.2 to 0.8.4.
- [Release notes](https://github.com/openai-php/client/releases)
- [Changelog](https://github.com/openai-php/client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/openai-php/client/compare/v0.8.2...v0.8.4)

---
updated-dependencies:
- dependency-name: openai-php/client
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-08 09:30:54 +00:00
146ec9f50e
Merge pull request #1267 from jonnybarnes/dependabot/composer/web-auth/webauthn-lib-4.7.9
build(deps): Bump web-auth/webauthn-lib from 4.7.8 to 4.7.9
2024-02-07 10:58:30 +00:00
dependabot[bot]
d70df0a435
build(deps): Bump web-auth/webauthn-lib from 4.7.8 to 4.7.9
Bumps [web-auth/webauthn-lib](https://github.com/web-auth/webauthn-lib) from 4.7.8 to 4.7.9.
- [Commits](https://github.com/web-auth/webauthn-lib/compare/4.7.8...4.7.9)

---
updated-dependencies:
- dependency-name: web-auth/webauthn-lib
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-07 10:56:13 +00:00
05ddf27b8c
Merge pull request #1266 from jonnybarnes/dependabot/composer/barryvdh/laravel-ide-helper-2.14.0
build(deps-dev): Bump barryvdh/laravel-ide-helper from 2.13.0 to 2.14.0
2024-02-07 10:54:44 +00:00
dependabot[bot]
6944f7f330
build(deps-dev): Bump barryvdh/laravel-ide-helper from 2.13.0 to 2.14.0
Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.13.0 to 2.14.0.
- [Release notes](https://github.com/barryvdh/laravel-ide-helper/releases)
- [Changelog](https://github.com/barryvdh/laravel-ide-helper/blob/master/CHANGELOG.md)
- [Commits](https://github.com/barryvdh/laravel-ide-helper/compare/v2.13.0...v2.14.0)

---
updated-dependencies:
- dependency-name: barryvdh/laravel-ide-helper
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-07 10:53:13 +00:00
6e3b702ed5
Merge pull request #1265 from jonnybarnes/dependabot/composer/phpunit/phpunit-10.5.10
build(deps-dev): Bump phpunit/phpunit from 10.5.9 to 10.5.10
2024-02-07 10:52:28 +00:00
dependabot[bot]
40745c7713
build(deps-dev): Bump phpunit/phpunit from 10.5.9 to 10.5.10
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.5.9 to 10.5.10.
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.5.10/ChangeLog-10.5.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.5.9...10.5.10)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-07 10:49:05 +00:00
ff3ed3102d
Merge pull request #1264 from jonnybarnes/dependabot/composer/spatie/laravel-ray-1.35.0
build(deps-dev): Bump spatie/laravel-ray from 1.34.0 to 1.35.0
2024-02-07 10:48:26 +00:00
dependabot[bot]
f1758a4d00
build(deps-dev): Bump spatie/laravel-ray from 1.34.0 to 1.35.0
Bumps [spatie/laravel-ray](https://github.com/spatie/laravel-ray) from 1.34.0 to 1.35.0.
- [Release notes](https://github.com/spatie/laravel-ray/releases)
- [Changelog](https://github.com/spatie/laravel-ray/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spatie/laravel-ray/compare/1.34.0...1.35.0)

---
updated-dependencies:
- dependency-name: spatie/laravel-ray
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-07 10:46:50 +00:00
b305062d46
Merge pull request #1261 from jonnybarnes/dependabot/composer/league/commonmark-2.4.2 2024-02-05 15:24:21 +00:00
dependabot[bot]
a548a91291
build(deps): Bump league/commonmark from 2.4.1 to 2.4.2
Bumps [league/commonmark](https://github.com/thephpleague/commonmark) from 2.4.1 to 2.4.2.
- [Release notes](https://github.com/thephpleague/commonmark/releases)
- [Changelog](https://github.com/thephpleague/commonmark/blob/2.4/CHANGELOG.md)
- [Commits](https://github.com/thephpleague/commonmark/compare/2.4.1...2.4.2)

---
updated-dependencies:
- dependency-name: league/commonmark
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-05 15:21:09 +00:00
a3c8257f60
Merge pull request #1262 from jonnybarnes/dependabot/composer/league/flysystem-aws-s3-v3-3.24.0 2024-02-05 15:20:31 +00:00
dependabot[bot]
78128af30e
build(deps): Bump league/flysystem-aws-s3-v3 from 3.23.1 to 3.24.0
Bumps [league/flysystem-aws-s3-v3](https://github.com/thephpleague/flysystem-aws-s3-v3) from 3.23.1 to 3.24.0.
- [Commits](https://github.com/thephpleague/flysystem-aws-s3-v3/compare/3.23.1...3.24.0)

---
updated-dependencies:
- dependency-name: league/flysystem-aws-s3-v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-05 09:18:47 +00:00
9be807d02a
Merge pull request #1260 from jonnybarnes/dependabot/npm_and_yarn/stylelint-16.2.1 2024-02-02 14:28:45 +00:00
dependabot[bot]
a54dd4ac06
build(deps-dev): Bump stylelint from 16.2.0 to 16.2.1
Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.2.0 to 16.2.1.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/16.2.0...16.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-02 09:04:32 +00:00
d7ed220ee7
Merge pull request #1259 from jonnybarnes/dependabot/composer/laravel/sail-1.27.3
build(deps-dev): Bump laravel/sail from 1.27.2 to 1.27.3
2024-02-01 18:04:05 +00:00
dependabot[bot]
7eb2687d6d
build(deps-dev): Bump laravel/sail from 1.27.2 to 1.27.3
Bumps [laravel/sail](https://github.com/laravel/sail) from 1.27.2 to 1.27.3.
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/sail/compare/v1.27.2...v1.27.3)

---
updated-dependencies:
- dependency-name: laravel/sail
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-01 18:01:48 +00:00
d4f06349ef
Merge pull request #1258 from jonnybarnes/dependabot/composer/vimeo/psalm-5.21.1
build(deps-dev): Bump vimeo/psalm from 5.21.0 to 5.21.1
2024-02-01 18:01:05 +00:00
dependabot[bot]
37bdd29a89
build(deps-dev): Bump vimeo/psalm from 5.21.0 to 5.21.1
Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 5.21.0 to 5.21.1.
- [Release notes](https://github.com/vimeo/psalm/releases)
- [Commits](https://github.com/vimeo/psalm/compare/5.21.0...5.21.1)

---
updated-dependencies:
- dependency-name: vimeo/psalm
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-01 17:59:06 +00:00
83f122171a
Merge pull request #1257 from jonnybarnes/dependabot/composer/laravel/horizon-5.22.1
build(deps): Bump laravel/horizon from 5.22.0 to 5.22.1
2024-02-01 17:58:11 +00:00
dependabot[bot]
116a336cb1
build(deps): Bump laravel/horizon from 5.22.0 to 5.22.1
Bumps [laravel/horizon](https://github.com/laravel/horizon) from 5.22.0 to 5.22.1.
- [Release notes](https://github.com/laravel/horizon/releases)
- [Changelog](https://github.com/laravel/horizon/blob/5.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/horizon/compare/v5.22.0...v5.22.1)

---
updated-dependencies:
- dependency-name: laravel/horizon
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-01 09:54:32 +00:00
5c0300a5c9
Merge pull request #1256 from jonnybarnes/dependabot/composer/symfony/html-sanitizer-7.0.3
build(deps): Bump symfony/html-sanitizer from 7.0.0 to 7.0.3
2024-01-31 18:55:43 +00:00
dependabot[bot]
68cbc72671
build(deps): Bump symfony/html-sanitizer from 7.0.0 to 7.0.3
Bumps [symfony/html-sanitizer](https://github.com/symfony/html-sanitizer) from 7.0.0 to 7.0.3.
- [Release notes](https://github.com/symfony/html-sanitizer/releases)
- [Changelog](https://github.com/symfony/html-sanitizer/blob/7.0/CHANGELOG.md)
- [Commits](https://github.com/symfony/html-sanitizer/compare/v7.0.0...v7.0.3)

---
updated-dependencies:
- dependency-name: symfony/html-sanitizer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-31 18:53:58 +00:00
b7f8a71da5
Merge pull request #1254 from jonnybarnes/dependabot/composer/vimeo/psalm-5.21.0
build(deps-dev): Bump vimeo/psalm from 5.20.0 to 5.21.0
2024-01-31 18:53:07 +00:00
dependabot[bot]
34f4dba696
build(deps-dev): Bump vimeo/psalm from 5.20.0 to 5.21.0
Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 5.20.0 to 5.21.0.
- [Release notes](https://github.com/vimeo/psalm/releases)
- [Commits](https://github.com/vimeo/psalm/compare/5.20.0...5.21.0)

---
updated-dependencies:
- dependency-name: vimeo/psalm
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-31 18:51:41 +00:00
95d727f14f
Merge pull request #1255 from jonnybarnes/dependabot/composer/laravel/scout-10.8.2
build(deps): Bump laravel/scout from 10.8.1 to 10.8.2
2024-01-31 18:50:57 +00:00
dependabot[bot]
34bd2bbf97
build(deps): Bump laravel/scout from 10.8.1 to 10.8.2
Bumps [laravel/scout](https://github.com/laravel/scout) from 10.8.1 to 10.8.2.
- [Release notes](https://github.com/laravel/scout/releases)
- [Changelog](https://github.com/laravel/scout/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/scout/compare/v10.8.1...v10.8.2)

---
updated-dependencies:
- dependency-name: laravel/scout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-31 18:49:24 +00:00
b46fc7b65d
Merge pull request #1252 from jonnybarnes/dependabot/composer/league/flysystem-aws-s3-v3-3.23.1
build(deps): Bump league/flysystem-aws-s3-v3 from 3.22.0 to 3.23.1
2024-01-31 18:48:41 +00:00
dependabot[bot]
5c21934c39
build(deps): Bump league/flysystem-aws-s3-v3 from 3.22.0 to 3.23.1
Bumps [league/flysystem-aws-s3-v3](https://github.com/thephpleague/flysystem-aws-s3-v3) from 3.22.0 to 3.23.1.
- [Commits](https://github.com/thephpleague/flysystem-aws-s3-v3/compare/3.22.0...3.23.1)

---
updated-dependencies:
- dependency-name: league/flysystem-aws-s3-v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-29 09:43:45 +00:00
78b3913249
Merge pull request #1251 from jonnybarnes/dependabot/composer/spatie/laravel-ray-1.34.0
build(deps-dev): Bump spatie/laravel-ray from 1.33.1 to 1.34.0
2024-01-26 20:43:16 +00:00
dependabot[bot]
e9dbf346e4
build(deps-dev): Bump spatie/laravel-ray from 1.33.1 to 1.34.0
Bumps [spatie/laravel-ray](https://github.com/spatie/laravel-ray) from 1.33.1 to 1.34.0.
- [Release notes](https://github.com/spatie/laravel-ray/releases)
- [Changelog](https://github.com/spatie/laravel-ray/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spatie/laravel-ray/compare/1.33.1...1.34.0)

---
updated-dependencies:
- dependency-name: spatie/laravel-ray
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-26 20:36:46 +00:00
a8ec0df6fb
Merge pull request #1250 from jonnybarnes/dependabot/composer/openai-php/client-0.8.2
build(deps-dev): Bump openai-php/client from 0.8.1 to 0.8.2
2024-01-26 20:35:47 +00:00
dependabot[bot]
ad4d1d7c4d
build(deps-dev): Bump openai-php/client from 0.8.1 to 0.8.2
Bumps [openai-php/client](https://github.com/openai-php/client) from 0.8.1 to 0.8.2.
- [Release notes](https://github.com/openai-php/client/releases)
- [Changelog](https://github.com/openai-php/client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/openai-php/client/compare/v0.8.1...v0.8.2)

---
updated-dependencies:
- dependency-name: openai-php/client
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-26 20:34:21 +00:00
76ebc1b4f7
Merge pull request #1249 from jonnybarnes/dependabot/composer/laravel/sail-1.27.2
build(deps-dev): Bump laravel/sail from 1.27.1 to 1.27.2
2024-01-26 20:33:44 +00:00
dependabot[bot]
409c1ae983
build(deps-dev): Bump laravel/sail from 1.27.1 to 1.27.2
Bumps [laravel/sail](https://github.com/laravel/sail) from 1.27.1 to 1.27.2.
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/sail/compare/v1.27.1...v1.27.2)

---
updated-dependencies:
- dependency-name: laravel/sail
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-26 09:44:26 +00:00
5ae455487a
Merge pull request #1247 from jonnybarnes/dependabot/composer/laravel/scout-10.8.1 2024-01-26 06:47:40 +00:00
dependabot[bot]
7b8625f1f9
build(deps): Bump laravel/scout from 10.8.0 to 10.8.1
Bumps [laravel/scout](https://github.com/laravel/scout) from 10.8.0 to 10.8.1.
- [Release notes](https://github.com/laravel/scout/releases)
- [Changelog](https://github.com/laravel/scout/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/scout/compare/v10.8.0...v10.8.1)

---
updated-dependencies:
- dependency-name: laravel/scout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-25 23:25:41 +00:00
5751c54809
Merge pull request #1248 from jonnybarnes/dependabot/composer/laravel/framework-10.42.0 2024-01-25 23:14:16 +00:00
dependabot[bot]
ea35e57d22
build(deps): Bump laravel/framework from 10.41.0 to 10.42.0
Bumps [laravel/framework](https://github.com/laravel/framework) from 10.41.0 to 10.42.0.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v10.41.0...v10.42.0)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-25 22:33:53 +00:00
5852c52c7a
Merge pull request #1246 from jonnybarnes/dependabot/composer/phpunit/phpunit-10.5.9 2024-01-25 22:31:37 +00:00
dependabot[bot]
df5d10b42a
build(deps-dev): Bump phpunit/phpunit from 10.5.8 to 10.5.9
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.5.8 to 10.5.9.
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.5.9/ChangeLog-10.5.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.5.8...10.5.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-25 21:37:48 +00:00
cfe442983a
Merge pull request #1245 from jonnybarnes/dependabot/composer/intervention/image-3.3.1 2024-01-25 21:35:23 +00:00
dependabot[bot]
c23c05a0fc
build(deps): Bump intervention/image from 3.2.4 to 3.3.1
Bumps [intervention/image](https://github.com/Intervention/image) from 3.2.4 to 3.3.1.
- [Commits](https://github.com/Intervention/image/compare/3.2.4...3.3.1)

---
updated-dependencies:
- dependency-name: intervention/image
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-25 21:18:52 +00:00
6a50d4e719
Merge pull request #1243 from jonnybarnes/dependabot/composer/laravel/pint-1.13.10
build(deps-dev): Bump laravel/pint from 1.13.9 to 1.13.10
2024-01-25 21:17:47 +00:00
dependabot[bot]
a2f1fd5d71
build(deps-dev): Bump laravel/pint from 1.13.9 to 1.13.10
Bumps [laravel/pint](https://github.com/laravel/pint) from 1.13.9 to 1.13.10.
- [Release notes](https://github.com/laravel/pint/releases)
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/laravel/pint/compare/v1.13.9...v1.13.10)

---
updated-dependencies:
- dependency-name: laravel/pint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-22 09:55:46 +00:00
777d70499a
Merge pull request #1240 from jonnybarnes/dependabot/npm_and_yarn/stylelint-16.2.0
build(deps-dev): Bump stylelint from 16.1.0 to 16.2.0
2024-01-19 15:54:47 +00:00
dependabot[bot]
b9416fcde8
build(deps-dev): Bump stylelint from 16.1.0 to 16.2.0
Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.1.0 to 16.2.0.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/16.1.0...16.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-19 15:53:12 +00:00
0367603d42
Merge pull request #1242 from jonnybarnes/dependabot/composer/vimeo/psalm-5.20.0
build(deps-dev): Bump vimeo/psalm from 5.19.0 to 5.20.0
2024-01-19 15:52:05 +00:00
dependabot[bot]
9984f38474
build(deps-dev): Bump vimeo/psalm from 5.19.0 to 5.20.0
Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 5.19.0 to 5.20.0.
- [Release notes](https://github.com/vimeo/psalm/releases)
- [Commits](https://github.com/vimeo/psalm/compare/5.19.0...5.20.0)

---
updated-dependencies:
- dependency-name: vimeo/psalm
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-19 15:46:20 +00:00
e6687e9263
Merge pull request #1241 from jonnybarnes/dependabot/composer/phpunit/phpunit-10.5.8
build(deps-dev): Bump phpunit/phpunit from 10.5.7 to 10.5.8
2024-01-19 15:45:30 +00:00
dependabot[bot]
6ba0849efb
build(deps-dev): Bump phpunit/phpunit from 10.5.7 to 10.5.8
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.5.7 to 10.5.8.
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.5.8/ChangeLog-10.5.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.5.7...10.5.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-19 15:42:52 +00:00
1dc64ca8f2
Merge pull request #1235 from jonnybarnes/dependabot/composer/laravel/sail-1.27.1
build(deps-dev): Bump laravel/sail from 1.27.0 to 1.27.1
2024-01-19 15:42:06 +00:00
dependabot[bot]
4861e6b162
build(deps-dev): Bump laravel/sail from 1.27.0 to 1.27.1
Bumps [laravel/sail](https://github.com/laravel/sail) from 1.27.0 to 1.27.1.
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/sail/compare/v1.27.0...v1.27.1)

---
updated-dependencies:
- dependency-name: laravel/sail
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-19 15:32:57 +00:00
9c99a05577
Merge pull request #1238 from jonnybarnes/dependabot/composer/laravel/scout-10.8.0
build(deps): Bump laravel/scout from 10.7.0 to 10.8.0
2024-01-19 15:32:01 +00:00
dependabot[bot]
81b31cf619
build(deps): Bump laravel/scout from 10.7.0 to 10.8.0
Bumps [laravel/scout](https://github.com/laravel/scout) from 10.7.0 to 10.8.0.
- [Release notes](https://github.com/laravel/scout/releases)
- [Changelog](https://github.com/laravel/scout/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/scout/compare/v10.7.0...v10.8.0)

---
updated-dependencies:
- dependency-name: laravel/scout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-19 15:24:36 +00:00
ca0287ad8b
Merge pull request #1236 from jonnybarnes/dependabot/composer/laravel/horizon-5.22.0
build(deps): Bump laravel/horizon from 5.21.5 to 5.22.0
2024-01-19 15:23:35 +00:00
dependabot[bot]
0a760f4500
build(deps): Bump laravel/horizon from 5.21.5 to 5.22.0
Bumps [laravel/horizon](https://github.com/laravel/horizon) from 5.21.5 to 5.22.0.
- [Release notes](https://github.com/laravel/horizon/releases)
- [Changelog](https://github.com/laravel/horizon/blob/5.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/horizon/compare/v5.21.5...v5.22.0)

---
updated-dependencies:
- dependency-name: laravel/horizon
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-17 10:55:46 +00:00
73fb3a2189
Merge pull request #1237 from jonnybarnes/dependabot/composer/laravel/framework-10.41.0
build(deps): Bump laravel/framework from 10.40.0 to 10.41.0
2024-01-17 10:53:49 +00:00
dependabot[bot]
fa75a462ff
build(deps): Bump laravel/framework from 10.40.0 to 10.41.0
Bumps [laravel/framework](https://github.com/laravel/framework) from 10.40.0 to 10.41.0.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v10.40.0...v10.41.0)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-17 10:49:06 +00:00
ed529fdf8a
Merge pull request #1234 from jonnybarnes/dependabot/composer/laravel/pint-1.13.9
build(deps-dev): Bump laravel/pint from 1.13.8 to 1.13.9
2024-01-17 10:48:17 +00:00
dependabot[bot]
cf90ae6f77
build(deps-dev): Bump laravel/pint from 1.13.8 to 1.13.9
Bumps [laravel/pint](https://github.com/laravel/pint) from 1.13.8 to 1.13.9.
- [Release notes](https://github.com/laravel/pint/releases)
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/laravel/pint/compare/v1.13.8...v1.13.9)

---
updated-dependencies:
- dependency-name: laravel/pint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-17 09:21:50 +00:00
2428bf217a
Merge pull request #1233 from jonnybarnes/dependabot/composer/phpunit/phpunit-10.5.7
build(deps-dev): Bump phpunit/phpunit from 10.5.5 to 10.5.7
2024-01-16 11:38:38 +00:00
dependabot[bot]
fea5319e8e
build(deps-dev): Bump phpunit/phpunit from 10.5.5 to 10.5.7
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.5.5 to 10.5.7.
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.5.7/ChangeLog-10.5.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.5.5...10.5.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-16 11:16:17 +00:00
1b0f323f1e
Merge pull request #1232 from jonnybarnes/dependabot/composer/spatie/laravel-ignition-2.4.1
build(deps): Bump spatie/laravel-ignition from 2.4.0 to 2.4.1
2024-01-16 11:15:39 +00:00
dependabot[bot]
823f539a9d
build(deps): Bump spatie/laravel-ignition from 2.4.0 to 2.4.1
Bumps [spatie/laravel-ignition](https://github.com/spatie/laravel-ignition) from 2.4.0 to 2.4.1.
- [Release notes](https://github.com/spatie/laravel-ignition/releases)
- [Changelog](https://github.com/spatie/laravel-ignition/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spatie/laravel-ignition/compare/2.4.0...2.4.1)

---
updated-dependencies:
- dependency-name: spatie/laravel-ignition
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-16 10:53:43 +00:00
d3c2a05a33
Merge pull request #1231 from jonnybarnes/dependabot/composer/intervention/image-3.2.4
build(deps): Bump intervention/image from 3.2.3 to 3.2.4
2024-01-16 10:51:56 +00:00
dependabot[bot]
1590314afc
build(deps): Bump intervention/image from 3.2.3 to 3.2.4
Bumps [intervention/image](https://github.com/Intervention/image) from 3.2.3 to 3.2.4.
- [Commits](https://github.com/Intervention/image/compare/3.2.3...3.2.4)

---
updated-dependencies:
- dependency-name: intervention/image
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-15 09:51:08 +00:00
64a8d0a53a
Merge pull request #1230 from jonnybarnes/dependabot/composer/laravel/scout-10.7.0
build(deps): Bump laravel/scout from 10.6.1 to 10.7.0
2024-01-11 10:14:55 +00:00
dependabot[bot]
962eae31f0
build(deps): Bump laravel/scout from 10.6.1 to 10.7.0
Bumps [laravel/scout](https://github.com/laravel/scout) from 10.6.1 to 10.7.0.
- [Release notes](https://github.com/laravel/scout/releases)
- [Changelog](https://github.com/laravel/scout/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/scout/compare/v10.6.1...v10.7.0)

---
updated-dependencies:
- dependency-name: laravel/scout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-11 10:00:39 +00:00
a0645144f5
Merge pull request #1229 from jonnybarnes/dependabot/composer/laravel/tinker-2.9.0
build(deps): Bump laravel/tinker from 2.8.2 to 2.9.0
2024-01-11 09:59:55 +00:00
dependabot[bot]
13176ec88d
build(deps): Bump laravel/tinker from 2.8.2 to 2.9.0
Bumps [laravel/tinker](https://github.com/laravel/tinker) from 2.8.2 to 2.9.0.
- [Release notes](https://github.com/laravel/tinker/releases)
- [Changelog](https://github.com/laravel/tinker/blob/2.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/tinker/compare/v2.8.2...v2.9.0)

---
updated-dependencies:
- dependency-name: laravel/tinker
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-11 09:54:34 +00:00
055a715181
Merge pull request #1228 from jonnybarnes/dependabot/composer/laravel/dusk-7.12.1
build(deps-dev): Bump laravel/dusk from 7.12.0 to 7.12.1
2024-01-11 09:53:49 +00:00
dependabot[bot]
132c48a9dc
build(deps-dev): Bump laravel/dusk from 7.12.0 to 7.12.1
Bumps [laravel/dusk](https://github.com/laravel/dusk) from 7.12.0 to 7.12.1.
- [Release notes](https://github.com/laravel/dusk/releases)
- [Changelog](https://github.com/laravel/dusk/blob/7.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/dusk/compare/v7.12.0...v7.12.1)

---
updated-dependencies:
- dependency-name: laravel/dusk
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-11 09:09:41 +00:00
1b56b0fb31
Merge pull request #1226 from jonnybarnes/dependabot/composer/laravel/pint-1.13.8
build(deps-dev): Bump laravel/pint from 1.13.7 to 1.13.8
2024-01-10 15:52:19 +00:00
dependabot[bot]
78dd40297e
build(deps-dev): Bump laravel/pint from 1.13.7 to 1.13.8
Bumps [laravel/pint](https://github.com/laravel/pint) from 1.13.7 to 1.13.8.
- [Release notes](https://github.com/laravel/pint/releases)
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/laravel/pint/compare/v1.13.7...v1.13.8)

---
updated-dependencies:
- dependency-name: laravel/pint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-10 15:45:21 +00:00
8c3d6d0053
Merge pull request #1225 from jonnybarnes/dependabot/composer/laravel/sail-1.27.0
build(deps-dev): Bump laravel/sail from 1.26.3 to 1.27.0
2024-01-10 15:44:43 +00:00
dependabot[bot]
bb01fac0f4
build(deps-dev): Bump laravel/sail from 1.26.3 to 1.27.0
Bumps [laravel/sail](https://github.com/laravel/sail) from 1.26.3 to 1.27.0.
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/sail/compare/v1.26.3...v1.27.0)

---
updated-dependencies:
- dependency-name: laravel/sail
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-10 15:28:45 +00:00
dd0079edb4
Merge pull request #1224 from jonnybarnes/dependabot/composer/laravel/horizon-5.21.5
build(deps): Bump laravel/horizon from 5.21.4 to 5.21.5
2024-01-10 15:28:01 +00:00
dependabot[bot]
8486725212
build(deps): Bump laravel/horizon from 5.21.4 to 5.21.5
Bumps [laravel/horizon](https://github.com/laravel/horizon) from 5.21.4 to 5.21.5.
- [Release notes](https://github.com/laravel/horizon/releases)
- [Changelog](https://github.com/laravel/horizon/blob/5.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/horizon/compare/v5.21.4...v5.21.5)

---
updated-dependencies:
- dependency-name: laravel/horizon
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-10 15:21:10 +00:00
424300ec12
Merge pull request #1227 from jonnybarnes/dependabot/composer/laravel/framework-10.40.0
build(deps): Bump laravel/framework from 10.39.0 to 10.40.0
2024-01-10 15:20:23 +00:00
dependabot[bot]
f95738b7d1
build(deps): Bump laravel/framework from 10.39.0 to 10.40.0
Bumps [laravel/framework](https://github.com/laravel/framework) from 10.39.0 to 10.40.0.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v10.39.0...v10.40.0)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-10 15:16:23 +00:00
f160538c13
Merge pull request #1223 from jonnybarnes/dependabot/composer/vimeo/psalm-5.19.0
build(deps-dev): Bump vimeo/psalm from 5.18.0 to 5.19.0
2024-01-10 15:15:12 +00:00
dependabot[bot]
74c175e80d
build(deps-dev): Bump vimeo/psalm from 5.18.0 to 5.19.0
Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 5.18.0 to 5.19.0.
- [Release notes](https://github.com/vimeo/psalm/releases)
- [Commits](https://github.com/vimeo/psalm/compare/5.18.0...5.19.0)

---
updated-dependencies:
- dependency-name: vimeo/psalm
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-10 09:57:23 +00:00
bc854d5522
Merge pull request #1222 from jonnybarnes/dependabot/composer/intervention/image-3.2.3
build(deps): Bump intervention/image from 3.2.1 to 3.2.3
2024-01-08 11:14:22 +00:00
dependabot[bot]
2481c05e44
build(deps): Bump intervention/image from 3.2.1 to 3.2.3
Bumps [intervention/image](https://github.com/Intervention/image) from 3.2.1 to 3.2.3.
- [Commits](https://github.com/Intervention/image/compare/3.2.1...3.2.3)

---
updated-dependencies:
- dependency-name: intervention/image
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-08 10:48:03 +00:00
e42e432bd5
Merge pull request #1220 from jonnybarnes/dependabot/composer/spatie/laravel-ray-1.33.1
build(deps-dev): Bump spatie/laravel-ray from 1.33.0 to 1.33.1
2024-01-08 10:47:19 +00:00
dependabot[bot]
c78d563b63
build(deps-dev): Bump spatie/laravel-ray from 1.33.0 to 1.33.1
Bumps [spatie/laravel-ray](https://github.com/spatie/laravel-ray) from 1.33.0 to 1.33.1.
- [Release notes](https://github.com/spatie/laravel-ray/releases)
- [Changelog](https://github.com/spatie/laravel-ray/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spatie/laravel-ray/compare/1.33.0...1.33.1)

---
updated-dependencies:
- dependency-name: spatie/laravel-ray
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-08 10:43:16 +00:00
2e74adcb1d
Merge pull request #1219 from jonnybarnes/dependabot/composer/spatie/laravel-ignition-2.4.0
build(deps): Bump spatie/laravel-ignition from 2.3.3 to 2.4.0
2024-01-08 10:42:24 +00:00
dependabot[bot]
fa65db433c
build(deps): Bump spatie/laravel-ignition from 2.3.3 to 2.4.0
Bumps [spatie/laravel-ignition](https://github.com/spatie/laravel-ignition) from 2.3.3 to 2.4.0.
- [Release notes](https://github.com/spatie/laravel-ignition/releases)
- [Changelog](https://github.com/spatie/laravel-ignition/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spatie/laravel-ignition/compare/2.3.3...2.4.0)

---
updated-dependencies:
- dependency-name: spatie/laravel-ignition
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-05 09:23:05 +00:00
7a8162821b
Merge pull request #1218 from jonnybarnes/dependabot/composer/fakerphp/faker-1.23.1
build(deps-dev): Bump fakerphp/faker from 1.23.0 to 1.23.1
2024-01-03 09:22:15 +00:00
dependabot[bot]
660b436e00
build(deps-dev): Bump fakerphp/faker from 1.23.0 to 1.23.1
Bumps [fakerphp/faker](https://github.com/FakerPHP/Faker) from 1.23.0 to 1.23.1.
- [Release notes](https://github.com/FakerPHP/Faker/releases)
- [Changelog](https://github.com/FakerPHP/Faker/blob/v1.23.1/CHANGELOG.md)
- [Commits](https://github.com/FakerPHP/Faker/compare/v1.23.0...v1.23.1)

---
updated-dependencies:
- dependency-name: fakerphp/faker
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-03 09:03:04 +00:00
c404c218c1
Merge pull request #1217 from jonnybarnes/dependabot/composer/intervention/image-3.2.1
build(deps): Bump intervention/image from 3.2.0 to 3.2.1
2024-01-03 08:46:57 +00:00
dependabot[bot]
a46263285e
build(deps): Bump intervention/image from 3.2.0 to 3.2.1
Bumps [intervention/image](https://github.com/Intervention/image) from 3.2.0 to 3.2.1.
- [Commits](https://github.com/Intervention/image/compare/3.2.0...3.2.1)

---
updated-dependencies:
- dependency-name: intervention/image
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-01 09:34:44 +00:00
8e811b331f
Merge pull request #1213 from jonnybarnes/dependabot/composer/laravel/sanctum-3.3.3
build(deps): Bump laravel/sanctum from 3.3.2 to 3.3.3
2023-12-28 22:27:29 +00:00
dependabot[bot]
4fadc3cc7f
build(deps): Bump laravel/sanctum from 3.3.2 to 3.3.3
Bumps [laravel/sanctum](https://github.com/laravel/sanctum) from 3.3.2 to 3.3.3.
- [Release notes](https://github.com/laravel/sanctum/releases)
- [Changelog](https://github.com/laravel/sanctum/blob/3.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/sanctum/compare/v3.3.2...v3.3.3)

---
updated-dependencies:
- dependency-name: laravel/sanctum
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-28 22:23:38 +00:00
4ec28451aa
Merge pull request #1214 from jonnybarnes/dependabot/composer/phpunit/phpunit-10.5.5
build(deps-dev): Bump phpunit/phpunit from 10.5.3 to 10.5.5
2023-12-28 22:22:42 +00:00
dependabot[bot]
82ec2f59fc
build(deps-dev): Bump phpunit/phpunit from 10.5.3 to 10.5.5
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.5.3 to 10.5.5.
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.5.5/ChangeLog-10.5.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.5.3...10.5.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-28 22:18:56 +00:00
f7e7b65173
Merge pull request #1215 from jonnybarnes/dependabot/composer/laravel/framework-10.39.0
build(deps): Bump laravel/framework from 10.38.2 to 10.39.0
2023-12-28 22:18:11 +00:00
dependabot[bot]
dffd55ffbc
build(deps): Bump laravel/framework from 10.38.2 to 10.39.0
Bumps [laravel/framework](https://github.com/laravel/framework) from 10.38.2 to 10.39.0.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v10.38.2...v10.39.0)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-28 09:36:10 +00:00
51655e980b
Merge pull request #1212 from jonnybarnes/dependabot/npm_and_yarn/stylelint-config-standard-36.0.0
build(deps-dev): Bump stylelint-config-standard from 35.0.0 to 36.0.0
2023-12-27 09:48:13 +00:00
dependabot[bot]
715c18107a
build(deps-dev): Bump stylelint-config-standard from 35.0.0 to 36.0.0
Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) from 35.0.0 to 36.0.0.
- [Release notes](https://github.com/stylelint/stylelint-config-standard/releases)
- [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint-config-standard/compare/35.0.0...36.0.0)

---
updated-dependencies:
- dependency-name: stylelint-config-standard
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-27 09:43:26 +00:00
08bea213b3
Merge pull request #1211 from jonnybarnes/dependabot/npm_and_yarn/stylelint-16.1.0
build(deps-dev): Bump stylelint from 16.0.2 to 16.1.0
2023-12-27 09:42:45 +00:00
dependabot[bot]
cc083bc09b
build(deps-dev): Bump stylelint from 16.0.2 to 16.1.0
Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.0.2 to 16.1.0.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/16.0.2...16.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-27 09:40:55 +00:00
7e6bdf1ac4
Merge pull request #1210 from jonnybarnes/dependabot/composer/intervention/image-3.2.0
build(deps): Bump intervention/image from 3.1.0 to 3.2.0
2023-12-27 09:38:58 +00:00
dependabot[bot]
fd41486418
build(deps): Bump intervention/image from 3.1.0 to 3.2.0
Bumps [intervention/image](https://github.com/Intervention/image) from 3.1.0 to 3.2.0.
- [Commits](https://github.com/Intervention/image/compare/3.1.0...3.2.0)

---
updated-dependencies:
- dependency-name: intervention/image
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-27 09:36:53 +00:00
2c4dba225e
Merge pull request #1209 from jonnybarnes/dependabot/composer/laravel/framework-10.38.2
build(deps): Bump laravel/framework from 10.38.1 to 10.38.2
2023-12-27 09:36:09 +00:00
dependabot[bot]
6999978779
build(deps): Bump laravel/framework from 10.38.1 to 10.38.2
Bumps [laravel/framework](https://github.com/laravel/framework) from 10.38.1 to 10.38.2.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v10.38.1...v10.38.2)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-27 09:34:36 +00:00
ca0ae1a387
Merge pull request #1208 from jonnybarnes/dependabot/composer/openai-php/client-0.8.1
build(deps-dev): Bump openai-php/client from 0.8.0 to 0.8.1
2023-12-27 09:32:47 +00:00
dependabot[bot]
8e29e3c498
build(deps-dev): Bump openai-php/client from 0.8.0 to 0.8.1
Bumps [openai-php/client](https://github.com/openai-php/client) from 0.8.0 to 0.8.1.
- [Release notes](https://github.com/openai-php/client/releases)
- [Changelog](https://github.com/openai-php/client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/openai-php/client/compare/v0.8.0...v0.8.1)

---
updated-dependencies:
- dependency-name: openai-php/client
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-25 09:21:48 +00:00
7f168d16d2
Merge pull request #1207 from jonnybarnes/dependabot/composer/phpunit/php-code-coverage-10.1.11
build(deps-dev): Bump phpunit/php-code-coverage from 10.1.10 to 10.1.11
2023-12-22 09:46:33 +00:00
dependabot[bot]
e7c85e9456
build(deps-dev): Bump phpunit/php-code-coverage from 10.1.10 to 10.1.11
Bumps [phpunit/php-code-coverage](https://github.com/sebastianbergmann/php-code-coverage) from 10.1.10 to 10.1.11.
- [Changelog](https://github.com/sebastianbergmann/php-code-coverage/blob/main/ChangeLog-10.1.md)
- [Commits](https://github.com/sebastianbergmann/php-code-coverage/compare/10.1.10...10.1.11)

---
updated-dependencies:
- dependency-name: phpunit/php-code-coverage
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-22 09:28:21 +00:00
c0c8e5262b
Merge pull request #1206 from jonnybarnes/develop
MTM Simplify build steps
2023-12-22 08:03:01 +00:00
a216c194d4
Merge pull request #1205 from jonnybarnes/1204-simplify-build-steps
Simplify frontend assests and build steps
2023-12-21 18:07:08 +00:00
ec17f65107
Simplify frontend assests and build steps
We just write the files directly in the public dir
Then change the npm scripts to lint and compress them directly
2023-12-21 17:57:48 +00:00
1671323012
Merge pull request #1203 from jonnybarnes/dependabot/composer/spatie/laravel-ignition-2.3.3
build(deps): Bump spatie/laravel-ignition from 2.3.2 to 2.3.3
2023-12-21 13:23:46 +00:00
dependabot[bot]
3d4585df5d
build(deps): Bump spatie/laravel-ignition from 2.3.2 to 2.3.3
Bumps [spatie/laravel-ignition](https://github.com/spatie/laravel-ignition) from 2.3.2 to 2.3.3.
- [Release notes](https://github.com/spatie/laravel-ignition/releases)
- [Changelog](https://github.com/spatie/laravel-ignition/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spatie/laravel-ignition/compare/2.3.2...2.3.3)

---
updated-dependencies:
- dependency-name: spatie/laravel-ignition
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-21 09:55:39 +00:00
306d19781e
Merge pull request #1202 from jonnybarnes/dependabot/composer/laravel/framework-10.38.1
build(deps): Bump laravel/framework from 10.37.3 to 10.38.1
2023-12-20 15:02:14 +00:00
dependabot[bot]
e4137d8718
build(deps): Bump laravel/framework from 10.37.3 to 10.38.1
Bumps [laravel/framework](https://github.com/laravel/framework) from 10.37.3 to 10.38.1.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v10.37.3...v10.38.1)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-20 14:58:34 +00:00
f32b0068c6
Merge pull request #1201 from jonnybarnes/1199-update-json-feed-to-version-11
Update json feed to version 1.1
2023-12-20 14:52:19 +00:00
f51c37103c
Update articles JSON feed to version 1.1 2023-12-20 14:46:27 +00:00
2aa60db548
Update JSON notes feed to version 1.1 2023-12-20 14:44:11 +00:00
24ca9f86d2
Merge pull request #1198 from jonnybarnes/1168-expose-rss-link
Expose RSS feed
2023-12-19 17:21:15 +00:00
ba9330cdf1
Expose RSS feed
Though actually its the json feed 🤫
2023-12-19 17:12:49 +00:00
d264b8bdc3
Merge pull request #1197 from jonnybarnes/dependabot/composer/vimeo/psalm-5.18.0
build(deps-dev): Bump vimeo/psalm from 5.17.0 to 5.18.0
2023-12-18 10:04:20 +00:00
dependabot[bot]
49c407aade
build(deps-dev): Bump vimeo/psalm from 5.17.0 to 5.18.0
Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 5.17.0 to 5.18.0.
- [Release notes](https://github.com/vimeo/psalm/releases)
- [Commits](https://github.com/vimeo/psalm/compare/5.17.0...5.18.0)

---
updated-dependencies:
- dependency-name: vimeo/psalm
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-18 10:02:16 +00:00
0cbc1d3b7b
Merge pull request #1196 from jonnybarnes/dependabot/composer/spatie/laravel-ignition-2.3.2
build(deps): Bump spatie/laravel-ignition from 2.3.1 to 2.3.2
2023-12-18 10:01:36 +00:00
dependabot[bot]
9bcec3df7c
build(deps): Bump spatie/laravel-ignition from 2.3.1 to 2.3.2
Bumps [spatie/laravel-ignition](https://github.com/spatie/laravel-ignition) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/spatie/laravel-ignition/releases)
- [Changelog](https://github.com/spatie/laravel-ignition/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spatie/laravel-ignition/compare/2.3.1...2.3.2)

---
updated-dependencies:
- dependency-name: spatie/laravel-ignition
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-18 09:59:34 +00:00
133abd2935
Merge pull request #1195 from jonnybarnes/dependabot/npm_and_yarn/eslint-8.56.0
build(deps-dev): Bump eslint from 8.55.0 to 8.56.0
2023-12-18 09:58:35 +00:00
dependabot[bot]
aaf5a2aed2
build(deps-dev): Bump eslint from 8.55.0 to 8.56.0
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] <support@github.com>
2023-12-18 09:57:07 +00:00
30d58e9e15
Merge pull request #1194 from jonnybarnes/dependabot/npm_and_yarn/csstools/postcss-oklab-function-3.0.8
build(deps-dev): Bump @csstools/postcss-oklab-function from 3.0.7 to 3.0.8
2023-12-18 09:56:28 +00:00
dependabot[bot]
24f4571a3d
build(deps-dev): Bump @csstools/postcss-oklab-function
Bumps [@csstools/postcss-oklab-function](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-oklab-function) from 3.0.7 to 3.0.8.
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-oklab-function/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-oklab-function)

---
updated-dependencies:
- dependency-name: "@csstools/postcss-oklab-function"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-18 09:53:26 +00:00
e9f9f527a5
Merge pull request #1193 from jonnybarnes/dependabot/npm_and_yarn/postcss-nesting-12.0.2
build(deps-dev): Bump postcss-nesting from 12.0.1 to 12.0.2
2023-12-18 09:42:26 +00:00
dependabot[bot]
2faa92b642
build(deps-dev): Bump postcss-nesting from 12.0.1 to 12.0.2
Bumps [postcss-nesting](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-nesting) from 12.0.1 to 12.0.2.
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-nesting/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-nesting)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-18 09:09:47 +00:00
469d11ca7a
Merge pull request #1191 from jonnybarnes/develop
MTM Hopefully fix snow
2023-12-17 15:01:17 +00:00
53f744515d
Merge pull request #1190 from jonnybarnes/1189-snow-not-fully-working-on-prod
Hopefully fix snow on prod
2023-12-17 14:59:04 +00:00
442c2061e8
Hopefully fix snow on prod 2023-12-17 14:55:36 +00:00
6ff247d58b
Merge pull request #1188 from jonnybarnes/develop
MTM Add snow
2023-12-17 14:45:57 +00:00
4123e73ee0
Merge pull request #1187 from jonnybarnes/1185-add-some-snow
Add some snow ❄️
2023-12-17 14:36:20 +00:00
65a70a5440
Add some snow ❄️i
Also get to play with some web components
2023-12-17 14:15:45 +00:00
d56a656d0a
Merge pull request #1186 from jonnybarnes/1174-upgrade-intervention-image-dependency-to-v3
Update Intervention/Image class to v3
2023-12-17 13:59:31 +00:00
6d5b298837
Update Intervention/Image class to v3 2023-12-17 13:56:10 +00:00
58a03ef931
Merge pull request #1184 from jonnybarnes/fix_dependencies_2
Missed stylelint config in prev fix
2023-12-15 10:16:59 +00:00
21521f8944
Missed stylelint config in prev fix 2023-12-15 10:14:34 +00:00
d348879e1c
Merge pull request #1181 from jonnybarnes/dependabot/npm_and_yarn/cssnano-6.0.2
build(deps-dev): Bump cssnano from 6.0.1 to 6.0.2
2023-12-15 10:12:04 +00:00
dependabot[bot]
74f9af7533
build(deps-dev): Bump cssnano from 6.0.1 to 6.0.2
Bumps [cssnano](https://github.com/cssnano/cssnano) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/cssnano@6.0.1...cssnano@6.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-15 10:10:19 +00:00
ab43db716c
Merge pull request #1180 from jonnybarnes/dependabot/composer/laravel/framework-10.37.3
build(deps): Bump laravel/framework from 10.37.1 to 10.37.3
2023-12-15 10:07:46 +00:00
dependabot[bot]
6ed4898a60
build(deps): Bump laravel/framework from 10.37.1 to 10.37.3
Bumps [laravel/framework](https://github.com/laravel/framework) from 10.37.1 to 10.37.3.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v10.37.1...v10.37.3)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-15 09:58:53 +00:00
baf890d69c
Merge pull request #1182 from jonnybarnes/fix_dependencies
Fix npm dependencies
2023-12-15 09:42:06 +00:00
8f1cb65937
Fix npm dependencies
stylelint-webpack-plugin does not support stylelint version 16
2023-12-15 09:29:23 +00:00
75565c9d90
Merge pull request #1179 from jonnybarnes/dependabot/composer/phpunit/phpunit-10.5.3
build(deps-dev): Bump phpunit/phpunit from 10.5.2 to 10.5.3
2023-12-13 09:56:04 +00:00
dependabot[bot]
92545ce1f5
build(deps-dev): Bump phpunit/phpunit from 10.5.2 to 10.5.3
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.5.2 to 10.5.3.
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.5.3/ChangeLog-10.5.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.5.2...10.5.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-13 09:42:10 +00:00
0a45e2bcaf
Merge pull request #1178 from jonnybarnes/dependabot/composer/laravel/framework-10.37.1
build(deps): Bump laravel/framework from 10.35.0 to 10.37.1
2023-12-13 09:41:31 +00:00
dependabot[bot]
e4a1ca1481
build(deps): Bump laravel/framework from 10.35.0 to 10.37.1
Bumps [laravel/framework](https://github.com/laravel/framework) from 10.35.0 to 10.37.1.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v10.35.0...v10.37.1)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-13 09:35:00 +00:00
4aca33446a
Merge pull request #1176 from jonnybarnes/dependabot/npm_and_yarn/babel/preset-env-7.23.6
build(deps-dev): Bump @babel/preset-env from 7.23.5 to 7.23.6
2023-12-12 18:02:32 +00:00
dependabot[bot]
93f23561cf
build(deps-dev): Bump @babel/preset-env from 7.23.5 to 7.23.6
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.23.5 to 7.23.6.
- [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.23.6/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-12 17:56:55 +00:00
ec495a2311
Merge pull request #1177 from jonnybarnes/dependabot/npm_and_yarn/babel/core-7.23.6
build(deps-dev): Bump @babel/core from 7.23.5 to 7.23.6
2023-12-12 17:55:50 +00:00
dependabot[bot]
102d73f38b
build(deps-dev): Bump @babel/core from 7.23.5 to 7.23.6
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.23.5 to 7.23.6.
- [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.23.6/packages/babel-core)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-12 17:44:28 +00:00
670e12c7e5
Merge pull request #1175 from jonnybarnes/dependabot/npm_and_yarn/stylelint-and-stylelint-config-standard-16.0.2
build(deps-dev): Bump stylelint and stylelint-config-standard
2023-12-12 17:43:10 +00:00
dependabot[bot]
90ca01489b
build(deps-dev): Bump stylelint and stylelint-config-standard
Bumps [stylelint](https://github.com/stylelint/stylelint) and [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard). These dependencies needed to be updated together.

Updates `stylelint` from 15.11.0 to 16.0.2
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/15.11.0...16.0.2)

Updates `stylelint-config-standard` from 34.0.0 to 35.0.0
- [Release notes](https://github.com/stylelint/stylelint-config-standard/releases)
- [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint-config-standard/compare/34.0.0...35.0.0)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-major
- dependency-name: stylelint-config-standard
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-12 09:56:03 +00:00
a4ad6ab583
Merge pull request #1172 from jonnybarnes/dependabot/composer/phpunit/php-code-coverage-10.1.10
build(deps-dev): Bump phpunit/php-code-coverage from 10.1.9 to 10.1.10
2023-12-11 21:59:07 +00:00
dependabot[bot]
47d32b2ea4
build(deps-dev): Bump phpunit/php-code-coverage from 10.1.9 to 10.1.10
Bumps [phpunit/php-code-coverage](https://github.com/sebastianbergmann/php-code-coverage) from 10.1.9 to 10.1.10.
- [Changelog](https://github.com/sebastianbergmann/php-code-coverage/blob/main/ChangeLog-10.1.md)
- [Commits](https://github.com/sebastianbergmann/php-code-coverage/compare/10.1.9...10.1.10)

---
updated-dependencies:
- dependency-name: phpunit/php-code-coverage
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-11 21:56:35 +00:00
09508fd3a8
Merge pull request #1171 from jonnybarnes/dependabot/composer/mockery/mockery-1.6.7
build(deps-dev): Bump mockery/mockery from 1.6.6 to 1.6.7
2023-12-11 21:55:58 +00:00
dependabot[bot]
76010ae254
build(deps-dev): Bump mockery/mockery from 1.6.6 to 1.6.7
Bumps [mockery/mockery](https://github.com/mockery/mockery) from 1.6.6 to 1.6.7.
- [Release notes](https://github.com/mockery/mockery/releases)
- [Changelog](https://github.com/mockery/mockery/blob/1.6.x/CHANGELOG.md)
- [Commits](https://github.com/mockery/mockery/compare/1.6.6...1.6.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-11 21:53:12 +00:00
1e55467fd9
Merge pull request #1169 from jonnybarnes/dependabot/composer/web-auth/webauthn-lib-4.7.8
build(deps): Bump web-auth/webauthn-lib from 4.7.7 to 4.7.8
2023-12-11 21:52:06 +00:00
dependabot[bot]
2425387322
build(deps): Bump web-auth/webauthn-lib from 4.7.7 to 4.7.8
Bumps [web-auth/webauthn-lib](https://github.com/web-auth/webauthn-lib) from 4.7.7 to 4.7.8.
- [Commits](https://github.com/web-auth/webauthn-lib/compare/4.7.7...4.7.8)

---
updated-dependencies:
- dependency-name: web-auth/webauthn-lib
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-11 09:49:03 +00:00
c8059793f8
Merge pull request #1167 from jonnybarnes/composer_updates_20231206
Update composer dependencies
2023-12-08 13:12:41 +00:00
3c0c375fbb
Update composer dependencies 2023-12-06 20:11:41 +00:00
58c179bef2
Merge pull request #1163 from jonnybarnes/dependabot/composer/laravel/framework-10.35.0
build(deps): Bump laravel/framework from 10.34.2 to 10.35.0
2023-12-06 19:30:47 +00:00
dependabot[bot]
13f9980d9e
build(deps): Bump laravel/framework from 10.34.2 to 10.35.0
Bumps [laravel/framework](https://github.com/laravel/framework) from 10.34.2 to 10.35.0.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v10.34.2...v10.35.0)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-06 09:31:39 +00:00
3972d9aa35
Merge pull request #1161 from jonnybarnes/dependabot/composer/vimeo/psalm-5.17.0
build(deps-dev): Bump vimeo/psalm from 5.16.0 to 5.17.0
2023-12-06 08:37:23 +00:00
dependabot[bot]
0ab605533d
build(deps-dev): Bump vimeo/psalm from 5.16.0 to 5.17.0
Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 5.16.0 to 5.17.0.
- [Release notes](https://github.com/vimeo/psalm/releases)
- [Commits](https://github.com/vimeo/psalm/compare/5.16.0...5.17.0)

---
updated-dependencies:
- dependency-name: vimeo/psalm
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-05 09:54:34 +00:00
c608e3236f
Merge pull request #1159 from jonnybarnes/dependabot/composer/league/flysystem-aws-s3-v3-3.22.0
build(deps): Bump league/flysystem-aws-s3-v3 from 3.21.0 to 3.22.0
2023-12-04 11:20:58 +00:00
dependabot[bot]
08b3e0d858
build(deps): Bump league/flysystem-aws-s3-v3 from 3.21.0 to 3.22.0
Bumps [league/flysystem-aws-s3-v3](https://github.com/thephpleague/flysystem-aws-s3-v3) from 3.21.0 to 3.22.0.
- [Commits](https://github.com/thephpleague/flysystem-aws-s3-v3/compare/3.21.0...3.22.0)

---
updated-dependencies:
- dependency-name: league/flysystem-aws-s3-v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-04 10:22:29 +00:00
3b73acc1b1
Merge pull request #1158 from jonnybarnes/dependabot/npm_and_yarn/eslint-8.55.0
build(deps-dev): Bump eslint from 8.54.0 to 8.55.0
2023-12-04 10:20:35 +00:00
dependabot[bot]
311d90c4f0
build(deps-dev): Bump eslint from 8.54.0 to 8.55.0
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] <support@github.com>
2023-12-04 09:59:32 +00:00
7b5c73547b
Merge pull request #1157 from jonnybarnes/dependabot/npm_and_yarn/postcss-8.4.32
build(deps-dev): Bump postcss from 8.4.31 to 8.4.32
2023-12-04 09:58:51 +00:00
dependabot[bot]
31b83fff97
build(deps-dev): Bump postcss from 8.4.31 to 8.4.32
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.31 to 8.4.32.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.31...8.4.32)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-04 09:02:03 +00:00
ec3dc7ee06
Merge pull request #1156 from jonnybarnes/1149-fix-issue-accessing-bookmarkstagged
Fix error on bookmarks tagged page when no tag specified
2023-12-03 17:31:02 +00:00
fab6bd0cc2
Fix error on bookmarks tagged page when no tag specified 2023-12-03 17:27:09 +00:00
d5bac002c4
Merge pull request #1155 from jonnybarnes/develop
MTM Show Webmentions
2023-12-02 14:53:51 +00:00
23dedaa44b
Merge pull request #1154 from jonnybarnes/1153-add-search-element
Wrap search form in search element
2023-12-02 14:47:16 +00:00
639064eb9e
Wrap search form in search element 2023-12-02 14:37:03 +00:00
3b6225abf8
Merge pull request #1152 from jonnybarnes/dependabot/composer/symfony/html-sanitizer-7.0.0
build(deps): Bump symfony/html-sanitizer from 6.3.7 to 7.0.0
2023-12-01 17:27:42 +00:00
dependabot[bot]
86589c720f
build(deps): Bump symfony/html-sanitizer from 6.3.7 to 7.0.0
Bumps [symfony/html-sanitizer](https://github.com/symfony/html-sanitizer) from 6.3.7 to 7.0.0.
- [Release notes](https://github.com/symfony/html-sanitizer/releases)
- [Changelog](https://github.com/symfony/html-sanitizer/blob/7.0/CHANGELOG.md)
- [Commits](https://github.com/symfony/html-sanitizer/compare/v6.3.7...v7.0.0)

---
updated-dependencies:
- dependency-name: symfony/html-sanitizer
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-01 17:25:14 +00:00
0393470dd3
Merge pull request #1151 from jonnybarnes/dependabot/npm_and_yarn/babel/preset-env-7.23.5
build(deps-dev): Bump @babel/preset-env from 7.23.3 to 7.23.5
2023-11-30 15:17:08 +00:00
dependabot[bot]
966aaa9c92
build(deps-dev): Bump @babel/preset-env from 7.23.3 to 7.23.5
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.23.3 to 7.23.5.
- [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.23.5/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-30 15:14:21 +00:00
4778b26ffb
Merge pull request #1150 from jonnybarnes/dependabot/npm_and_yarn/babel/core-7.23.5
build(deps-dev): Bump @babel/core from 7.23.3 to 7.23.5
2023-11-30 15:13:31 +00:00
dependabot[bot]
89ff2fd2f2
build(deps-dev): Bump @babel/core from 7.23.3 to 7.23.5
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.23.3 to 7.23.5.
- [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.23.5/packages/babel-core)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-30 09:19:55 +00:00
a49873feb6
Merge pull request #1148 from jonnybarnes/dependabot/composer/laravel/scout-10.6.0
build(deps): Bump laravel/scout from 10.5.1 to 10.6.0
2023-11-29 11:40:38 +00:00
dependabot[bot]
6f950a74c8
build(deps): Bump laravel/scout from 10.5.1 to 10.6.0
Bumps [laravel/scout](https://github.com/laravel/scout) from 10.5.1 to 10.6.0.
- [Release notes](https://github.com/laravel/scout/releases)
- [Changelog](https://github.com/laravel/scout/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/scout/compare/v10.5.1...v10.6.0)

---
updated-dependencies:
- dependency-name: laravel/scout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-29 11:39:10 +00:00
44c8621ad4
Merge pull request #1147 from jonnybarnes/dependabot/composer/laravel/sail-1.26.2
build(deps-dev): Bump laravel/sail from 1.26.1 to 1.26.2
2023-11-29 11:38:12 +00:00
dependabot[bot]
84642ebb19
build(deps-dev): Bump laravel/sail from 1.26.1 to 1.26.2
Bumps [laravel/sail](https://github.com/laravel/sail) from 1.26.1 to 1.26.2.
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/sail/compare/v1.26.1...v1.26.2)

---
updated-dependencies:
- dependency-name: laravel/sail
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-29 11:36:05 +00:00
62dcb7b32a
Merge pull request #1146 from jonnybarnes/dependabot/composer/laravel/horizon-5.21.4
build(deps): Bump laravel/horizon from 5.21.3 to 5.21.4
2023-11-29 11:35:18 +00:00
dependabot[bot]
037573b1b0
build(deps): Bump laravel/horizon from 5.21.3 to 5.21.4
Bumps [laravel/horizon](https://github.com/laravel/horizon) from 5.21.3 to 5.21.4.
- [Release notes](https://github.com/laravel/horizon/releases)
- [Changelog](https://github.com/laravel/horizon/blob/5.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/horizon/compare/v5.21.3...v5.21.4)

---
updated-dependencies:
- dependency-name: laravel/horizon
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-29 11:31:41 +00:00
758c044898
Merge pull request #1145 from jonnybarnes/dependabot/composer/laravel/framework-10.34.2
build(deps): Bump laravel/framework from 10.33.0 to 10.34.2
2023-11-29 11:29:52 +00:00
dependabot[bot]
2f8f6a1bf7
build(deps): Bump laravel/framework from 10.33.0 to 10.34.2
Bumps [laravel/framework](https://github.com/laravel/framework) from 10.33.0 to 10.34.2.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v10.33.0...v10.34.2)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-29 09:28:52 +00:00
11e51d2286
Merge pull request #1144 from jonnybarnes/1141-fix-mastodon-icon
Small validation fixes
2023-11-27 22:25:20 +00:00
10b51c654d
Fix unit tests 2023-11-27 22:20:40 +00:00
302d4e6fdb
Small validation fixes
- prevent repeated IDs in mastodon icon SVG
  - fix missing offset attribute in mastodon icon SVG
  - remove un-needed role on <nav> element
  - add empty alt attribute to some social icons
2023-11-27 22:10:50 +00:00
8dd8fe3eb4
Merge pull request #1143 from jonnybarnes/1142-add-tests-against-php83
ci: Refactor GitHub Actions workflow for PHP setup
2023-11-27 18:50:42 +00:00
4dbcba401c
ci: Refactor GitHub Actions workflow for PHP setup
- Updated PHP and PHPUnit versions in workflow matrix
- Added new extensions to PHP setup
- Enabled xdebug coverage
- Cached composer dependencies based on PHP version
- Removed Node setup and installation of dependencies
- Updated checkout action to version 4
- Set GITHUB_TOKEN environment variable for PHP setup
- Changed cache key for composer dependencies based on PHP version
2023-11-27 18:44:20 +00:00
6ee4222d80
Merge pull request #1140 from jonnybarnes/931-show-webmentions
feat: Add webmention counts and icons for replies, likes, and reposts.
2023-11-25 16:26:20 +00:00
608c6224b9
Merge branch 'develop' into 931-show-webmentions 2023-11-25 16:23:06 +00:00
81e19fec1d
Run Laravel Pint on codebase 2023-11-25 16:12:52 +00:00
92098a793e
feat: Add webmention counts and icons for replies, likes, and reposts.
- Add new SVG icons for the "reply", "like", and "repost" actions
- Update webmention info display in note template to include counts and icons for replies, likes, and reposts
- Add webmention counts to FrontPageController.php and modify queries in NotesController.php
- Modify WebMentionsTableSeeder.php to change URLs, commentable ID, and add new WebMentions
2023-11-25 16:08:07 +00:00
0f2554832d
Merge pull request #1139 from jonnybarnes/dependabot/composer/phpunit/php-code-coverage-10.1.9 2023-11-24 23:25:17 +00:00
dependabot[bot]
c0d85277fe
build(deps-dev): Bump phpunit/php-code-coverage from 10.1.8 to 10.1.9
Bumps [phpunit/php-code-coverage](https://github.com/sebastianbergmann/php-code-coverage) from 10.1.8 to 10.1.9.
- [Changelog](https://github.com/sebastianbergmann/php-code-coverage/blob/main/ChangeLog-10.1.md)
- [Commits](https://github.com/sebastianbergmann/php-code-coverage/compare/10.1.8...10.1.9)

---
updated-dependencies:
- dependency-name: phpunit/php-code-coverage
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-24 23:22:23 +00:00
f91b524072
Merge pull request #1138 from jonnybarnes/dependabot/composer/openai-php/client-0.8.0 2023-11-24 23:21:34 +00:00
dependabot[bot]
98334f555b
build(deps-dev): Bump openai-php/client from 0.7.10 to 0.8.0
Bumps [openai-php/client](https://github.com/openai-php/client) from 0.7.10 to 0.8.0.
- [Release notes](https://github.com/openai-php/client/releases)
- [Changelog](https://github.com/openai-php/client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/openai-php/client/compare/v0.7.10...v0.8.0)

---
updated-dependencies:
- dependency-name: openai-php/client
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-24 09:47:57 +00:00
0e1289c428
Merge pull request #1137 from jonnybarnes/dependabot/composer/vimeo/psalm-5.16.0
build(deps-dev): Bump vimeo/psalm from 5.15.0 to 5.16.0
2023-11-23 17:46:26 +00:00
dependabot[bot]
6c1bd4b1e2
build(deps-dev): Bump vimeo/psalm from 5.15.0 to 5.16.0
Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 5.15.0 to 5.16.0.
- [Release notes](https://github.com/vimeo/psalm/releases)
- [Commits](https://github.com/vimeo/psalm/compare/5.15.0...5.16.0)

---
updated-dependencies:
- dependency-name: vimeo/psalm
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-23 17:44:15 +00:00
98b4753d32
Merge pull request #1136 from jonnybarnes/dependabot/composer/laravel/sail-1.26.1
build(deps-dev): Bump laravel/sail from 1.26.0 to 1.26.1
2023-11-23 17:43:37 +00:00
dependabot[bot]
2a22d65d9a
build(deps-dev): Bump laravel/sail from 1.26.0 to 1.26.1
Bumps [laravel/sail](https://github.com/laravel/sail) from 1.26.0 to 1.26.1.
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/sail/compare/v1.26.0...v1.26.1)

---
updated-dependencies:
- dependency-name: laravel/sail
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-23 17:41:06 +00:00
4ae554d19f
Merge pull request #1135 from jonnybarnes/dependabot/composer/laravel/framework-10.33.0
build(deps): Bump laravel/framework from 10.32.1 to 10.33.0
2023-11-23 17:35:58 +00:00
dependabot[bot]
8d6a0bba4e
build(deps): Bump laravel/framework from 10.32.1 to 10.33.0
Bumps [laravel/framework](https://github.com/laravel/framework) from 10.32.1 to 10.33.0.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v10.32.1...v10.33.0)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-22 09:07:04 +00:00
5a5c96cee8
Merge pull request #1134 from jonnybarnes/dependabot/composer/lcobucci/jwt-5.2.0
build(deps): Bump lcobucci/jwt from 5.1.0 to 5.2.0
2023-11-22 08:27:15 +00:00
dependabot[bot]
eb26bbc2eb
build(deps): Bump lcobucci/jwt from 5.1.0 to 5.2.0
Bumps [lcobucci/jwt](https://github.com/lcobucci/jwt) from 5.1.0 to 5.2.0.
- [Release notes](https://github.com/lcobucci/jwt/releases)
- [Commits](https://github.com/lcobucci/jwt/compare/5.1.0...5.2.0)

---
updated-dependencies:
- dependency-name: lcobucci/jwt
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-21 09:41:44 +00:00
6fd3cae8f3
Merge pull request #1133 from jonnybarnes/dependabot/composer/league/flysystem-aws-s3-v3-3.21.0
build(deps): Bump league/flysystem-aws-s3-v3 from 3.19.0 to 3.21.0
2023-11-20 17:19:29 +00:00
dependabot[bot]
c445ce517c
build(deps): Bump league/flysystem-aws-s3-v3 from 3.19.0 to 3.21.0
Bumps [league/flysystem-aws-s3-v3](https://github.com/thephpleague/flysystem-aws-s3-v3) from 3.19.0 to 3.21.0.
- [Commits](https://github.com/thephpleague/flysystem-aws-s3-v3/compare/3.19.0...3.21.0)

---
updated-dependencies:
- dependency-name: league/flysystem-aws-s3-v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-20 17:16:40 +00:00
14ccd1fec1
Merge pull request #1132 from jonnybarnes/dependabot/composer/web-auth/webauthn-lib-4.7.7
build(deps): Bump web-auth/webauthn-lib from 4.7.4 to 4.7.7
2023-11-20 17:16:03 +00:00
dependabot[bot]
51bc747501
build(deps): Bump web-auth/webauthn-lib from 4.7.4 to 4.7.7
Bumps [web-auth/webauthn-lib](https://github.com/web-auth/webauthn-lib) from 4.7.4 to 4.7.7.
- [Commits](https://github.com/web-auth/webauthn-lib/compare/4.7.4...4.7.7)

---
updated-dependencies:
- dependency-name: web-auth/webauthn-lib
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-20 17:13:50 +00:00
3b8efd0145
Merge pull request #1131 from jonnybarnes/dependabot/npm_and_yarn/eslint-8.54.0
build(deps-dev): Bump eslint from 8.53.0 to 8.54.0
2023-11-20 17:11:55 +00:00
dependabot[bot]
ebc425ad94
build(deps-dev): Bump eslint from 8.53.0 to 8.54.0
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] <support@github.com>
2023-11-20 09:13:28 +00:00
5bc03f36d2
Merge pull request #1130 from jonnybarnes/902-mastodon-usernames-are-being-parsed-as-twitter-usernames
feat: Refactor mention rendering and generator classes
2023-11-19 17:28:24 +00:00
05c63b241d
feat: Refactor mention rendering and generator classes
- Add support for Mastodon username mentions
- Add test for parsing Mastodon usernames in notes
- Modify namespace and class imports for `MentionGenerator` and `MentionRenderer` in `Note.php`
- Rename `ContactMentionGenerator.php` to `MentionGenerator.php`
2023-11-19 17:22:02 +00:00
3817545cf3
Merge pull request #1129 from jonnybarnes/dependabot/composer/phpunit/php-code-coverage-10.1.8
build(deps-dev): Bump phpunit/php-code-coverage from 10.1.7 to 10.1.8
2023-11-16 18:27:38 +00:00
dependabot[bot]
e9c014d768
build(deps-dev): Bump phpunit/php-code-coverage from 10.1.7 to 10.1.8
Bumps [phpunit/php-code-coverage](https://github.com/sebastianbergmann/php-code-coverage) from 10.1.7 to 10.1.8.
- [Changelog](https://github.com/sebastianbergmann/php-code-coverage/blob/main/ChangeLog-10.1.md)
- [Commits](https://github.com/sebastianbergmann/php-code-coverage/compare/10.1.7...10.1.8)

---
updated-dependencies:
- dependency-name: phpunit/php-code-coverage
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-16 18:25:09 +00:00
a11b64036d
Merge pull request #1128 from jonnybarnes/dependabot/composer/openai-php/client-0.7.10
build(deps-dev): Bump openai-php/client from 0.7.9 to 0.7.10
2023-11-16 18:24:27 +00:00
dependabot[bot]
3e058367e6
build(deps-dev): Bump openai-php/client from 0.7.9 to 0.7.10
Bumps [openai-php/client](https://github.com/openai-php/client) from 0.7.9 to 0.7.10.
- [Release notes](https://github.com/openai-php/client/releases)
- [Changelog](https://github.com/openai-php/client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/openai-php/client/compare/v0.7.9...v0.7.10)

---
updated-dependencies:
- dependency-name: openai-php/client
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-16 18:22:55 +00:00
1084846193
Merge pull request #1127 from jonnybarnes/dependabot/composer/laravel/dusk-7.11.4
build(deps-dev): Bump laravel/dusk from 7.11.3 to 7.11.4
2023-11-16 18:22:12 +00:00
dependabot[bot]
c58f481b0f
build(deps-dev): Bump laravel/dusk from 7.11.3 to 7.11.4
Bumps [laravel/dusk](https://github.com/laravel/dusk) from 7.11.3 to 7.11.4.
- [Release notes](https://github.com/laravel/dusk/releases)
- [Changelog](https://github.com/laravel/dusk/blob/7.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/dusk/compare/v7.11.3...v7.11.4)

---
updated-dependencies:
- dependency-name: laravel/dusk
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-16 18:19:02 +00:00
cdde265d48
Merge pull request #1126 from jonnybarnes/dependabot/composer/laravel/framework-10.32.1
build(deps): Bump laravel/framework from 10.31.0 to 10.32.1
2023-11-16 18:08:57 +00:00
dependabot[bot]
a8e86da79e
build(deps): Bump laravel/framework from 10.31.0 to 10.32.1
Bumps [laravel/framework](https://github.com/laravel/framework) from 10.31.0 to 10.32.1.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v10.31.0...v10.32.1)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-15 09:54:48 +00:00
03685e5bac
Merge pull request #1125 from jonnybarnes/dependabot/composer/openai-php/client-0.7.9
build(deps-dev): Bump openai-php/client from 0.7.8 to 0.7.9
2023-11-14 10:20:41 +00:00
dependabot[bot]
5f2105071e
build(deps-dev): Bump openai-php/client from 0.7.8 to 0.7.9
Bumps [openai-php/client](https://github.com/openai-php/client) from 0.7.8 to 0.7.9.
- [Release notes](https://github.com/openai-php/client/releases)
- [Changelog](https://github.com/openai-php/client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/openai-php/client/compare/v0.7.8...v0.7.9)

---
updated-dependencies:
- dependency-name: openai-php/client
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-14 10:15:21 +00:00
48b44552be
Merge pull request #1124 from jonnybarnes/dependabot/composer/web-auth/webauthn-lib-4.7.4
build(deps): Bump web-auth/webauthn-lib from 4.7.3 to 4.7.4
2023-11-14 10:14:42 +00:00
dependabot[bot]
9bfbd48989
build(deps): Bump web-auth/webauthn-lib from 4.7.3 to 4.7.4
Bumps [web-auth/webauthn-lib](https://github.com/web-auth/webauthn-lib) from 4.7.3 to 4.7.4.
- [Commits](https://github.com/web-auth/webauthn-lib/compare/4.7.3...4.7.4)

---
updated-dependencies:
- dependency-name: web-auth/webauthn-lib
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-13 09:51:51 +00:00
481d9e22bb
Merge pull request #1123 from jonnybarnes/develop
MTM Updated CSS and Deploy script
2023-11-11 19:25:04 +00:00
6cf4c26327
Merge pull request #1122 from jonnybarnes/1104-ensure-deployments-dont-fail
ci: Optimize GitHub Actions deployment workflow
2023-11-11 19:19:30 +00:00
189433ca3e
ci: Optimize GitHub Actions deployment workflow 2023-11-11 19:15:34 +00:00
ff7978f9b0
Merge pull request #1121 from jonnybarnes/tweak_some_layout_spacing
style: Revamp CSS styles for improved layout and readability
2023-11-11 18:36:22 +00:00
9124ac21ae
style: Revamp CSS styles for improved layout and readability
- Modify `public/assets/app.css` with updates to CSS variables, grid templates, and class styles
- Add class `pagination` to `<nav>` element in `resources/views/templates/pagination.blade.php`
- Update `public/assets/app.css.br` with changes
- Add flex layout and margin styles to `.h-feed`, `.h-entry`, and `.pagination` classes in `resources/css/layout.css`
2023-11-11 17:28:07 +00:00
7969003524
Merge pull request #1120 from jonnybarnes/dependabot/npm_and_yarn/babel/core-7.23.3
build(deps-dev): Bump @babel/core from 7.23.2 to 7.23.3
2023-11-09 09:52:48 +00:00
dependabot[bot]
2d2616e883
build(deps-dev): Bump @babel/core from 7.23.2 to 7.23.3
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.23.2 to 7.23.3.
- [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.23.3/packages/babel-core)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-09 09:21:08 +00:00
757412a301
Merge pull request #1119 from jonnybarnes/dependabot/npm_and_yarn/babel/preset-env-7.23.3
build(deps-dev): Bump @babel/preset-env from 7.23.2 to 7.23.3
2023-11-09 09:19:39 +00:00
dependabot[bot]
c3f1152592
build(deps-dev): Bump @babel/preset-env from 7.23.2 to 7.23.3
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.23.2 to 7.23.3.
- [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.23.3/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-09 09:06:50 +00:00
972be6f934
Merge pull request #1118 from jonnybarnes/dependabot/composer/laravel/sanctum-3.3.2
build(deps): Bump laravel/sanctum from 3.3.1 to 3.3.2
2023-11-08 19:02:20 +00:00
dependabot[bot]
88efeb8aad
build(deps): Bump laravel/sanctum from 3.3.1 to 3.3.2
Bumps [laravel/sanctum](https://github.com/laravel/sanctum) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/laravel/sanctum/releases)
- [Changelog](https://github.com/laravel/sanctum/blob/3.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/sanctum/compare/v3.3.1...v3.3.2)

---
updated-dependencies:
- dependency-name: laravel/sanctum
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-08 19:00:53 +00:00
1a5693bfeb
Merge pull request #1116 from jonnybarnes/dependabot/composer/laravel/pint-1.13.6
build(deps-dev): Bump laravel/pint from 1.13.5 to 1.13.6
2023-11-08 19:00:11 +00:00
dependabot[bot]
d2c5100043
build(deps-dev): Bump laravel/pint from 1.13.5 to 1.13.6
Bumps [laravel/pint](https://github.com/laravel/pint) from 1.13.5 to 1.13.6.
- [Release notes](https://github.com/laravel/pint/releases)
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/laravel/pint/compare/v1.13.5...v1.13.6)

---
updated-dependencies:
- dependency-name: laravel/pint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-08 18:58:39 +00:00
463f7fa300
Merge pull request #1117 from jonnybarnes/dependabot/composer/laravel/framework-10.31.0
build(deps): Bump laravel/framework from 10.30.1 to 10.31.0
2023-11-08 18:57:54 +00:00
dependabot[bot]
2f9bdaf576
build(deps): Bump laravel/framework from 10.30.1 to 10.31.0
Bumps [laravel/framework](https://github.com/laravel/framework) from 10.30.1 to 10.31.0.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v10.30.1...v10.31.0)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-08 09:57:47 +00:00
def92e2a4e
Merge pull request #1115 from jonnybarnes/dependabot/composer/openai-php/client-0.7.8
build(deps-dev): Bump openai-php/client from 0.7.4 to 0.7.8
2023-11-07 16:58:04 +00:00
dependabot[bot]
d475f27785
build(deps-dev): Bump openai-php/client from 0.7.4 to 0.7.8
Bumps [openai-php/client](https://github.com/openai-php/client) from 0.7.4 to 0.7.8.
- [Release notes](https://github.com/openai-php/client/releases)
- [Changelog](https://github.com/openai-php/client/blob/v0.7.8/CHANGELOG.md)
- [Commits](https://github.com/openai-php/client/compare/v0.7.4...v0.7.8)

---
updated-dependencies:
- dependency-name: openai-php/client
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-07 16:55:16 +00:00
18b9046177
Merge pull request #1114 from jonnybarnes/dependabot/composer/league/flysystem-aws-s3-v3-3.19.0
build(deps): Bump league/flysystem-aws-s3-v3 from 3.16.0 to 3.19.0
2023-11-07 16:54:30 +00:00
dependabot[bot]
42914e5e3a
build(deps): Bump league/flysystem-aws-s3-v3 from 3.16.0 to 3.19.0
Bumps [league/flysystem-aws-s3-v3](https://github.com/thephpleague/flysystem-aws-s3-v3) from 3.16.0 to 3.19.0.
- [Commits](https://github.com/thephpleague/flysystem-aws-s3-v3/compare/3.16.0...3.19.0)

---
updated-dependencies:
- dependency-name: league/flysystem-aws-s3-v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-07 16:48:40 +00:00
eb139ba01c
Merge pull request #1111 from jonnybarnes/dependabot/npm_and_yarn/eslint-8.53.0
build(deps-dev): Bump eslint from 8.52.0 to 8.53.0
2023-11-07 16:45:40 +00:00
dependabot[bot]
c981982afd
build(deps-dev): Bump eslint from 8.52.0 to 8.53.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.52.0 to 8.53.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.52.0...v8.53.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-06 09:29:11 +00:00
e0493c4d1b
Merge pull request #1110 from jonnybarnes/dependabot/composer/laravel/framework-10.30.1
build(deps): Bump laravel/framework from 10.30.0 to 10.30.1
2023-11-02 18:32:37 +00:00
dependabot[bot]
5904635533
build(deps): Bump laravel/framework from 10.30.0 to 10.30.1
Bumps [laravel/framework](https://github.com/laravel/framework) from 10.30.0 to 10.30.1.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v10.30.0...v10.30.1)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-02 09:22:33 +00:00
e64a3fd662
Merge pull request #1109 from jonnybarnes/dependabot/composer/laravel/horizon-5.21.3
build(deps): Bump laravel/horizon from 5.21.2 to 5.21.3
2023-11-01 11:25:44 +00:00
dependabot[bot]
6e7da1304f
build(deps): Bump laravel/horizon from 5.21.2 to 5.21.3
Bumps [laravel/horizon](https://github.com/laravel/horizon) from 5.21.2 to 5.21.3.
- [Release notes](https://github.com/laravel/horizon/releases)
- [Changelog](https://github.com/laravel/horizon/blob/5.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/horizon/compare/v5.21.2...v5.21.3)

---
updated-dependencies:
- dependency-name: laravel/horizon
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-01 11:11:23 +00:00
d043128c4b
Merge pull request #1108 from jonnybarnes/dependabot/composer/laravel/scout-10.5.1
build(deps): Bump laravel/scout from 10.5.0 to 10.5.1
2023-11-01 11:10:40 +00:00
dependabot[bot]
36b459cc76
build(deps): Bump laravel/scout from 10.5.0 to 10.5.1
Bumps [laravel/scout](https://github.com/laravel/scout) from 10.5.0 to 10.5.1.
- [Release notes](https://github.com/laravel/scout/releases)
- [Changelog](https://github.com/laravel/scout/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/scout/compare/v10.5.0...v10.5.1)

---
updated-dependencies:
- dependency-name: laravel/scout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-01 10:55:38 +00:00
12bb9929ec
Merge pull request #1107 from jonnybarnes/dependabot/composer/laravel/framework-10.30.0
build(deps): Bump laravel/framework from 10.29.0 to 10.30.0
2023-11-01 10:24:52 +00:00
dependabot[bot]
e28670085b
build(deps): Bump laravel/framework from 10.29.0 to 10.30.0
Bumps [laravel/framework](https://github.com/laravel/framework) from 10.29.0 to 10.30.0.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v10.29.0...v10.30.0)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-01 09:44:59 +00:00
766137071d
Merge pull request #1106 from jonnybarnes/dependabot/composer/lcobucci/jwt-5.1.0
build(deps): Bump lcobucci/jwt from 5.0.0 to 5.1.0
2023-10-31 09:53:34 +00:00
dependabot[bot]
f1a1dccfe6
build(deps): Bump lcobucci/jwt from 5.0.0 to 5.1.0
Bumps [lcobucci/jwt](https://github.com/lcobucci/jwt) from 5.0.0 to 5.1.0.
- [Release notes](https://github.com/lcobucci/jwt/releases)
- [Commits](https://github.com/lcobucci/jwt/compare/5.0.0...5.1.0)

---
updated-dependencies:
- dependency-name: lcobucci/jwt
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-31 09:23:32 +00:00
8b8c90e478
Merge pull request #1105 from jonnybarnes/dependabot/composer/symfony/html-sanitizer-6.3.7
build(deps): Bump symfony/html-sanitizer from 6.3.4 to 6.3.7
2023-10-30 14:11:09 +00:00
dependabot[bot]
8debf9cfa7
build(deps): Bump symfony/html-sanitizer from 6.3.4 to 6.3.7
Bumps [symfony/html-sanitizer](https://github.com/symfony/html-sanitizer) from 6.3.4 to 6.3.7.
- [Release notes](https://github.com/symfony/html-sanitizer/releases)
- [Commits](https://github.com/symfony/html-sanitizer/compare/v6.3.4...v6.3.7)

---
updated-dependencies:
- dependency-name: symfony/html-sanitizer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-30 09:21:16 +00:00
335acb130e
Merge pull request #1103 from jonnybarnes/develop
MTM Passkey Support
2023-10-27 20:17:14 +00:00
65a4a5b0fd
Merge pull request #1102 from jonnybarnes/1101-trigger-deployments-from-tag-releases
Increase deployment trigger to include published releases
2023-10-27 20:14:24 +00:00
b49ffd2e9d
ci: Increase deployment trigger to include published releases
- Add workflow trigger for manual release deployment using the `release` event
- Trigger the workflow on `published` release types only
2023-10-27 21:10:11 +01:00
1e28b394b6
Merge pull request #1100 from jonnybarnes/985-add-passkey-support-for-admin-login
Add passkey support for admin login
2023-10-27 19:37:02 +00:00
483b3016ba
refactor: Refactor PasskeysController and Passkey model
- Remove unused `use` statements and imports in `PasskeysController.php` and `Passkey.php`
- Improve code cleanliness and remove unnecessary dependencies
2023-10-27 20:33:43 +01:00
4253764f39
Merge branch 'develop' into 985-add-passkey-support-for-admin-login 2023-10-27 20:29:14 +01:00
03c8f20a8c
feat: Add Passkey support
- Added a button for logging in with Passkeys in `login.blade.php`
- Refactored the `register` method and added the `login` method in `auth.js`
- Made various modifications and additions to the passkey functionality in `PasskeysController.php`
- Added event listener for login-passkey element in `app.js`
- Modified the passkeys table schema and made modifications to `Passkey.php`
- Changed the redirect route in the `login` method of `AuthController.php`
- Made modifications and additions to the routes in `web.php`
- Added `"web-auth/webauthn-lib": "^4.7"` to the list of required packages in `composer.json`
- Changed the redirect URL in `AdminTest.php`
2023-10-27 20:22:40 +01:00
eaeb727147
Merge pull request #1099 from jonnybarnes/dependabot/composer/phpunit/phpunit-10.4.2
build(deps-dev): Bump phpunit/phpunit from 10.4.1 to 10.4.2
2023-10-27 12:07:05 +00:00
dependabot[bot]
2d4cd801e2
build(deps-dev): Bump phpunit/phpunit from 10.4.1 to 10.4.2
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.4.1 to 10.4.2.
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.4.2/ChangeLog-10.4.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.4.1...10.4.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-27 12:03:25 +00:00
a56cfed936
Merge pull request #1098 from jonnybarnes/dependabot/composer/laravel/pint-1.13.5
build(deps-dev): Bump laravel/pint from 1.13.3 to 1.13.5
2023-10-27 12:02:15 +00:00
dependabot[bot]
eda6241e98
build(deps-dev): Bump laravel/pint from 1.13.3 to 1.13.5
Bumps [laravel/pint](https://github.com/laravel/pint) from 1.13.3 to 1.13.5.
- [Release notes](https://github.com/laravel/pint/releases)
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/laravel/pint/compare/v1.13.3...v1.13.5)

---
updated-dependencies:
- dependency-name: laravel/pint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-27 12:00:18 +00:00
38571a30f5
Merge pull request #1096 from jonnybarnes/dependabot/composer/laravel/horizon-5.21.2
build(deps): Bump laravel/horizon from 5.21.1 to 5.21.2
2023-10-27 11:59:12 +00:00
dependabot[bot]
2f5e759904
build(deps): Bump laravel/horizon from 5.21.1 to 5.21.2
Bumps [laravel/horizon](https://github.com/laravel/horizon) from 5.21.1 to 5.21.2.
- [Release notes](https://github.com/laravel/horizon/releases)
- [Changelog](https://github.com/laravel/horizon/blob/5.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/horizon/compare/v5.21.1...v5.21.2)

---
updated-dependencies:
- dependency-name: laravel/horizon
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-27 11:55:28 +00:00
4d54facc85
Merge pull request #1095 from jonnybarnes/dependabot/composer/laravel/sail-1.26.0
build(deps-dev): Bump laravel/sail from 1.25.0 to 1.26.0
2023-10-27 11:54:20 +00:00
dependabot[bot]
cd580b79cb
build(deps-dev): Bump laravel/sail from 1.25.0 to 1.26.0
Bumps [laravel/sail](https://github.com/laravel/sail) from 1.25.0 to 1.26.0.
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/sail/compare/v1.25.0...v1.26.0)

---
updated-dependencies:
- dependency-name: laravel/sail
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-25 09:29:34 +00:00
b776447d6a
Merge pull request #1094 from jonnybarnes/dependabot/composer/laravel/dusk-7.11.3
build(deps-dev): Bump laravel/dusk from 7.11.2 to 7.11.3
2023-10-24 11:38:30 +00:00
dependabot[bot]
b1af74ad58
build(deps-dev): Bump laravel/dusk from 7.11.2 to 7.11.3
Bumps [laravel/dusk](https://github.com/laravel/dusk) from 7.11.2 to 7.11.3.
- [Release notes](https://github.com/laravel/dusk/releases)
- [Changelog](https://github.com/laravel/dusk/blob/7.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/dusk/compare/v7.11.2...v7.11.3)

---
updated-dependencies:
- dependency-name: laravel/dusk
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-24 10:51:34 +00:00
658f2048b3
Merge pull request #1093 from jonnybarnes/dependabot/composer/openai-php/client-0.7.4
build(deps-dev): Bump openai-php/client from 0.7.3 to 0.7.4
2023-10-24 10:50:56 +00:00
dependabot[bot]
1899a41edc
build(deps-dev): Bump openai-php/client from 0.7.3 to 0.7.4
Bumps [openai-php/client](https://github.com/openai-php/client) from 0.7.3 to 0.7.4.
- [Release notes](https://github.com/openai-php/client/releases)
- [Changelog](https://github.com/openai-php/client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/openai-php/client/compare/v0.7.3...v0.7.4)

---
updated-dependencies:
- dependency-name: openai-php/client
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-24 10:47:54 +00:00
668cf8eb8b
Merge pull request #1092 from jonnybarnes/dependabot/npm_and_yarn/eslint-8.52.0
build(deps-dev): Bump eslint from 8.51.0 to 8.52.0
2023-10-24 10:46:14 +00:00
dependabot[bot]
823fd12c37
build(deps-dev): Bump eslint from 8.51.0 to 8.52.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.51.0 to 8.52.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.51.0...v8.52.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-24 10:43:30 +00:00
79efc206e4
Merge pull request #1091 from jonnybarnes/dependabot/npm_and_yarn/stylelint-15.11.0
build(deps-dev): Bump stylelint from 15.10.3 to 15.11.0
2023-10-24 10:42:50 +00:00
dependabot[bot]
7fa7837d9b
build(deps-dev): Bump stylelint from 15.10.3 to 15.11.0
Bumps [stylelint](https://github.com/stylelint/stylelint) from 15.10.3 to 15.11.0.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/15.10.3...15.11.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-17 09:28:19 +00:00
6f0d5c0ab4
Merge pull request #1090 from jonnybarnes/dependabot/npm_and_yarn/webpack-5.89.0
build(deps-dev): Bump webpack from 5.88.2 to 5.89.0
2023-10-16 13:41:16 +01:00
dependabot[bot]
f6faad9fa6
build(deps-dev): Bump webpack from 5.88.2 to 5.89.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.88.2 to 5.89.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.88.2...v5.89.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-16 09:36:31 +00:00
cd4811c084
Merge pull request #1089 from jonnybarnes/dependabot/npm_and_yarn/babel/preset-env-7.23.2
build(deps-dev): Bump @babel/preset-env from 7.22.20 to 7.23.2
2023-10-12 17:16:18 +01:00
dependabot[bot]
4501659368
build(deps-dev): Bump @babel/preset-env from 7.22.20 to 7.23.2
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.20 to 7.23.2.
- [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.23.2/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-12 16:14:04 +00:00
735fa41e92
Merge pull request #1088 from jonnybarnes/dependabot/npm_and_yarn/babel/core-7.23.2
build(deps-dev): Bump @babel/core from 7.23.0 to 7.23.2
2023-10-12 17:10:50 +01:00
dependabot[bot]
3453e9f77c
build(deps-dev): Bump @babel/core from 7.23.0 to 7.23.2
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.23.0 to 7.23.2.
- [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/@babel/core@7.23.2/packages/babel-core)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-12 16:05:51 +00:00
9c194feb43
Merge pull request #1087 from jonnybarnes/dependabot/composer/nunomaduro/collision-7.10.0
build(deps-dev): Bump nunomaduro/collision from 7.9.0 to 7.10.0
2023-10-12 17:04:00 +01:00
dependabot[bot]
4c11cac2ec
build(deps-dev): Bump nunomaduro/collision from 7.9.0 to 7.10.0
Bumps [nunomaduro/collision](https://github.com/nunomaduro/collision) from 7.9.0 to 7.10.0.
- [Changelog](https://github.com/nunomaduro/collision/blob/v7.x/CHANGELOG.md)
- [Commits](https://github.com/nunomaduro/collision/compare/v7.9.0...v7.10.0)

---
updated-dependencies:
- dependency-name: nunomaduro/collision
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-12 09:12:03 +00:00
2a755ac037
Merge pull request #1086 from jonnybarnes/dependabot/composer/laravel/scout-10.5.0
build(deps): Bump laravel/scout from 10.4.0 to 10.5.0
2023-10-11 13:32:24 +01:00
dependabot[bot]
c94787809f
build(deps): Bump laravel/scout from 10.4.0 to 10.5.0
Bumps [laravel/scout](https://github.com/laravel/scout) from 10.4.0 to 10.5.0.
- [Release notes](https://github.com/laravel/scout/releases)
- [Changelog](https://github.com/laravel/scout/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/scout/compare/v10.4.0...v10.5.0)

---
updated-dependencies:
- dependency-name: laravel/scout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-11 12:21:02 +00:00
1063313824
Merge pull request #1085 from jonnybarnes/dependabot/composer/laravel/dusk-7.11.2
build(deps-dev): Bump laravel/dusk from 7.11.1 to 7.11.2
2023-10-11 13:20:13 +01:00
dependabot[bot]
ba4d55da62
build(deps-dev): Bump laravel/dusk from 7.11.1 to 7.11.2
Bumps [laravel/dusk](https://github.com/laravel/dusk) from 7.11.1 to 7.11.2.
- [Release notes](https://github.com/laravel/dusk/releases)
- [Changelog](https://github.com/laravel/dusk/blob/7.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/dusk/compare/v7.11.1...v7.11.2)

---
updated-dependencies:
- dependency-name: laravel/dusk
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-11 11:03:54 +00:00
67ae8d81d2
Merge pull request #1084 from jonnybarnes/dependabot/composer/laravel/pint-1.13.3
build(deps-dev): Bump laravel/pint from 1.13.2 to 1.13.3
2023-10-11 12:03:16 +01:00
dependabot[bot]
09c36946bf
build(deps-dev): Bump laravel/pint from 1.13.2 to 1.13.3
Bumps [laravel/pint](https://github.com/laravel/pint) from 1.13.2 to 1.13.3.
- [Release notes](https://github.com/laravel/pint/releases)
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/laravel/pint/compare/v1.13.2...v1.13.3)

---
updated-dependencies:
- dependency-name: laravel/pint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-11 09:18:16 +00:00
5d8f7ff0d4
Merge pull request #1083 from jonnybarnes/dependabot/composer/spatie/laravel-ignition-2.3.1
build(deps): Bump spatie/laravel-ignition from 2.3.0 to 2.3.1
2023-10-10 18:14:03 +01:00
dependabot[bot]
6a7845f83e
build(deps): Bump spatie/laravel-ignition from 2.3.0 to 2.3.1
Bumps [spatie/laravel-ignition](https://github.com/spatie/laravel-ignition) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/spatie/laravel-ignition/releases)
- [Changelog](https://github.com/spatie/laravel-ignition/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spatie/laravel-ignition/compare/2.3.0...2.3.1)

---
updated-dependencies:
- dependency-name: spatie/laravel-ignition
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-10 17:10:58 +00:00
9feff4a839
Merge pull request #1082 from jonnybarnes/dependabot/npm_and_yarn/csstools/postcss-oklab-function-3.0.7
build(deps-dev): Bump @csstools/postcss-oklab-function from 3.0.6 to 3.0.7
2023-10-10 18:10:02 +01:00
dependabot[bot]
5dcad91d7d
build(deps-dev): Bump @csstools/postcss-oklab-function
Bumps [@csstools/postcss-oklab-function](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-oklab-function) from 3.0.6 to 3.0.7.
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-oklab-function/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-oklab-function)

---
updated-dependencies:
- dependency-name: "@csstools/postcss-oklab-function"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-10 09:20:17 +00:00
e012d03af2
Merge pull request #1081 from jonnybarnes/dependabot/npm_and_yarn/eslint-8.51.0
build(deps-dev): Bump eslint from 8.50.0 to 8.51.0
2023-10-09 11:20:34 +01:00
dependabot[bot]
84fd30b954
build(deps-dev): Bump eslint from 8.50.0 to 8.51.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.50.0 to 8.51.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.50.0...v8.51.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-09 10:18:08 +00:00
844dfae016
Merge pull request #1080 from jonnybarnes/dependabot/composer/phpunit/phpunit-10.4.1
build(deps-dev): Bump phpunit/phpunit from 10.4.0 to 10.4.1
2023-10-09 11:17:19 +01:00
dependabot[bot]
605cc7b0fa
build(deps-dev): Bump phpunit/phpunit from 10.4.0 to 10.4.1
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.4.0 to 10.4.1.
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.4.1/ChangeLog-10.4.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.4.0...10.4.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-09 09:04:18 +00:00
2357dd42aa
Merge pull request #1079 from jonnybarnes/dependabot/composer/phpunit/phpunit-10.4.0
build(deps-dev): Bump phpunit/phpunit from 10.3.5 to 10.4.0
2023-10-06 12:37:24 +01:00
dependabot[bot]
79127fe4e7
build(deps-dev): Bump phpunit/phpunit from 10.3.5 to 10.4.0
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.3.5 to 10.4.0.
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.4.0/ChangeLog-10.4.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.3.5...10.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-06 11:35:06 +00:00
ec242a4e4b
Merge pull request #1078 from jonnybarnes/dependabot/composer/phpunit/php-code-coverage-10.1.7
build(deps-dev): Bump phpunit/php-code-coverage from 10.1.6 to 10.1.7
2023-10-06 12:30:42 +01:00
dependabot[bot]
b7991ea7ab
build(deps-dev): Bump phpunit/php-code-coverage from 10.1.6 to 10.1.7
Bumps [phpunit/php-code-coverage](https://github.com/sebastianbergmann/php-code-coverage) from 10.1.6 to 10.1.7.
- [Changelog](https://github.com/sebastianbergmann/php-code-coverage/blob/main/ChangeLog-10.1.md)
- [Commits](https://github.com/sebastianbergmann/php-code-coverage/compare/10.1.6...10.1.7)

---
updated-dependencies:
- dependency-name: phpunit/php-code-coverage
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-05 09:23:24 +00:00
c65ed29abe
Merge pull request #1077 from jonnybarnes/dependabot/npm_and_yarn/csstools/postcss-oklab-function-3.0.6
build(deps-dev): Bump @csstools/postcss-oklab-function from 3.0.5 to 3.0.6
2023-10-03 18:45:56 +01:00
dependabot[bot]
920dda52c2
build(deps-dev): Bump @csstools/postcss-oklab-function
Bumps [@csstools/postcss-oklab-function](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-oklab-function) from 3.0.5 to 3.0.6.
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-oklab-function/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-oklab-function)

---
updated-dependencies:
- dependency-name: "@csstools/postcss-oklab-function"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-03 09:33:13 +00:00
8039dca8be
Merge pull request #1076 from jonnybarnes/dependabot/npm_and_yarn/postcss-8.4.31
build(deps-dev): Bump postcss from 8.4.30 to 8.4.31
2023-10-01 16:22:31 +01:00
dependabot[bot]
c795bc875f
build(deps-dev): Bump postcss from 8.4.30 to 8.4.31
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.30 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.30...8.4.31)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-29 09:43:57 +00:00
470ff23eb6
Merge pull request #1075 from jonnybarnes/dependabot/composer/laravel/dusk-7.11.1
build(deps-dev): Bump laravel/dusk from 7.11.0 to 7.11.1
2023-09-27 11:40:15 +01:00
dependabot[bot]
e437481d08
build(deps-dev): Bump laravel/dusk from 7.11.0 to 7.11.1
Bumps [laravel/dusk](https://github.com/laravel/dusk) from 7.11.0 to 7.11.1.
- [Release notes](https://github.com/laravel/dusk/releases)
- [Changelog](https://github.com/laravel/dusk/blob/7.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/dusk/compare/v7.11.0...v7.11.1)

---
updated-dependencies:
- dependency-name: laravel/dusk
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-27 10:37:25 +00:00
b17c3d8bce
Merge pull request #1074 from jonnybarnes/dependabot/composer/laravel/scout-10.4.0
build(deps): Bump laravel/scout from 10.3.0 to 10.4.0
2023-09-27 11:36:46 +01:00
dependabot[bot]
2970a09508
build(deps): Bump laravel/scout from 10.3.0 to 10.4.0
Bumps [laravel/scout](https://github.com/laravel/scout) from 10.3.0 to 10.4.0.
- [Release notes](https://github.com/laravel/scout/releases)
- [Changelog](https://github.com/laravel/scout/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/scout/compare/v10.3.0...v10.4.0)

---
updated-dependencies:
- dependency-name: laravel/scout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-27 09:58:37 +00:00
2fb8339d91
Admin can now hopefully add a passkey to their account 2023-09-25 18:31:38 +01:00
a380b6252b
Merge pull request #1073 from jonnybarnes/dependabot/npm_and_yarn/csstools/postcss-oklab-function-3.0.5
build(deps-dev): Bump @csstools/postcss-oklab-function from 3.0.4 to 3.0.5
2023-09-25 11:24:04 +01:00
dependabot[bot]
c454f340d0
build(deps-dev): Bump @csstools/postcss-oklab-function
Bumps [@csstools/postcss-oklab-function](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-oklab-function) from 3.0.4 to 3.0.5.
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-oklab-function/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-oklab-function)

---
updated-dependencies:
- dependency-name: "@csstools/postcss-oklab-function"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-25 10:18:30 +00:00
895912a23b
Merge pull request #1072 from jonnybarnes/dependabot/npm_and_yarn/eslint-8.50.0
build(deps-dev): Bump eslint from 8.49.0 to 8.50.0
2023-09-25 11:17:30 +01:00
dependabot[bot]
c4f53bc44b
build(deps-dev): Bump eslint from 8.49.0 to 8.50.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.49.0 to 8.50.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.49.0...v8.50.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-25 10:08:33 +00:00
9e8dafa5b1
Merge pull request #1071 from jonnybarnes/dependabot/npm_and_yarn/babel/core-7.23.0
build(deps-dev): Bump @babel/core from 7.22.20 to 7.23.0
2023-09-25 11:07:54 +01:00
dependabot[bot]
e82d2b9172
build(deps-dev): Bump @babel/core from 7.22.20 to 7.23.0
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.20 to 7.23.0.
- [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.23.0/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-25 09:32:16 +00:00
f6fdf31d2d
Merge pull request #1070 from jonnybarnes/dependabot/composer/laravel/horizon-5.21.1
build(deps): Bump laravel/horizon from 5.21.0 to 5.21.1
2023-09-22 11:55:01 +01:00
dependabot[bot]
202dc9b2c4
build(deps): Bump laravel/horizon from 5.21.0 to 5.21.1
Bumps [laravel/horizon](https://github.com/laravel/horizon) from 5.21.0 to 5.21.1.
- [Release notes](https://github.com/laravel/horizon/releases)
- [Changelog](https://github.com/laravel/horizon/blob/5.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/horizon/compare/v5.21.0...v5.21.1)

---
updated-dependencies:
- dependency-name: laravel/horizon
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-22 10:32:26 +00:00
cd7b537bb6
Merge pull request #1069 from jonnybarnes/dependabot/npm_and_yarn/autoprefixer-10.4.16
build(deps-dev): Bump autoprefixer from 10.4.15 to 10.4.16
2023-09-22 10:41:10 +01:00
dependabot[bot]
fe23c52d7b
build(deps-dev): Bump autoprefixer from 10.4.15 to 10.4.16
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.15 to 10.4.16.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/10.4.15...10.4.16)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-21 09:06:24 +00:00
2a98eed64e
Merge pull request #1068 from jonnybarnes/dependabot/composer/nunomaduro/collision-7.9.0
build(deps-dev): Bump nunomaduro/collision from 7.8.1 to 7.9.0
2023-09-20 15:40:12 +01:00
dependabot[bot]
46e2d24096
build(deps-dev): Bump nunomaduro/collision from 7.8.1 to 7.9.0
Bumps [nunomaduro/collision](https://github.com/nunomaduro/collision) from 7.8.1 to 7.9.0.
- [Changelog](https://github.com/nunomaduro/collision/blob/v7.x/CHANGELOG.md)
- [Commits](https://github.com/nunomaduro/collision/compare/v7.8.1...v7.9.0)

---
updated-dependencies:
- dependency-name: nunomaduro/collision
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-20 14:36:22 +00:00
b593329a62
Merge pull request #1067 from jonnybarnes/dependabot/composer/laravel/horizon-5.21.0
build(deps): Bump laravel/horizon from 5.20.1 to 5.21.0
2023-09-20 15:35:33 +01:00
dependabot[bot]
612a0c06ec
build(deps): Bump laravel/horizon from 5.20.1 to 5.21.0
Bumps [laravel/horizon](https://github.com/laravel/horizon) from 5.20.1 to 5.21.0.
- [Release notes](https://github.com/laravel/horizon/releases)
- [Changelog](https://github.com/laravel/horizon/blob/5.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/horizon/compare/v5.20.1...v5.21.0)

---
updated-dependencies:
- dependency-name: laravel/horizon
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-20 14:07:49 +00:00
024ee5a4e6
Merge pull request #1066 from jonnybarnes/dependabot/composer/laravel/pint-1.13.2
build(deps-dev): Bump laravel/pint from 1.13.1 to 1.13.2
2023-09-20 15:06:48 +01:00
dependabot[bot]
bec10ff609
build(deps-dev): Bump laravel/pint from 1.13.1 to 1.13.2
Bumps [laravel/pint](https://github.com/laravel/pint) from 1.13.1 to 1.13.2.
- [Release notes](https://github.com/laravel/pint/releases)
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/laravel/pint/compare/v1.13.1...v1.13.2)

---
updated-dependencies:
- dependency-name: laravel/pint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-20 14:03:21 +00:00
3cb5d6424e
Merge pull request #1064 from jonnybarnes/dependabot/composer/phpunit/phpunit-10.3.5
build(deps-dev): Bump phpunit/phpunit from 10.3.4 to 10.3.5
2023-09-20 15:02:14 +01:00
dependabot[bot]
bb9fc0fd3f
build(deps-dev): Bump phpunit/phpunit from 10.3.4 to 10.3.5
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.3.4 to 10.3.5.
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.3.5/ChangeLog-10.3.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.3.4...10.3.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-20 13:57:52 +00:00
778a44b1d1
Merge pull request #1063 from jonnybarnes/dependabot/npm_and_yarn/csstools/postcss-oklab-function-3.0.4
build(deps-dev): Bump @csstools/postcss-oklab-function from 3.0.3 to 3.0.4
2023-09-20 13:53:47 +01:00
dependabot[bot]
cdacb9a649
build(deps-dev): Bump @csstools/postcss-oklab-function
Bumps [@csstools/postcss-oklab-function](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-oklab-function) from 3.0.3 to 3.0.4.
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-oklab-function/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-oklab-function)

---
updated-dependencies:
- dependency-name: "@csstools/postcss-oklab-function"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-20 09:35:38 +00:00
982b53b328
Merge pull request #1062 from jonnybarnes/dependabot/npm_and_yarn/postcss-8.4.30
build(deps-dev): Bump postcss from 8.4.29 to 8.4.30
2023-09-20 10:34:56 +01:00
dependabot[bot]
1cb8e49c57
build(deps-dev): Bump postcss from 8.4.29 to 8.4.30
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.29 to 8.4.30.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.29...8.4.30)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-19 09:47:59 +00:00
5349123b13
Merge pull request #1061 from jonnybarnes/dependabot/npm_and_yarn/babel/core-7.22.20
build(deps-dev): Bump @babel/core from 7.22.17 to 7.22.20
2023-09-18 10:20:21 +01:00
dependabot[bot]
9891ab8cd7
build(deps-dev): Bump @babel/core from 7.22.17 to 7.22.20
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.17 to 7.22.20.
- [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.22.20/packages/babel-core)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-18 09:15:11 +00:00
eb7ce5f86e
Merge pull request #1060 from jonnybarnes/dependabot/npm_and_yarn/babel/preset-env-7.22.20
build(deps-dev): Bump @babel/preset-env from 7.22.15 to 7.22.20
2023-09-18 10:14:34 +01:00
dependabot[bot]
8a7151d087
build(deps-dev): Bump @babel/preset-env from 7.22.15 to 7.22.20
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.15 to 7.22.20.
- [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.22.20/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-18 09:11:28 +00:00
0292f19781
Merge pull request #1058 from jonnybarnes/dependabot/composer/laravel/dusk-7.11.0
build(deps-dev): Bump laravel/dusk from 7.10.0 to 7.11.0
2023-09-18 10:09:51 +01:00
dependabot[bot]
153aac458d
build(deps-dev): Bump laravel/dusk from 7.10.0 to 7.11.0
Bumps [laravel/dusk](https://github.com/laravel/dusk) from 7.10.0 to 7.11.0.
- [Release notes](https://github.com/laravel/dusk/releases)
- [Changelog](https://github.com/laravel/dusk/blob/7.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/dusk/compare/v7.10.0...v7.11.0)

---
updated-dependencies:
- dependency-name: laravel/dusk
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-14 09:55:10 +00:00
3f3b5ebcf9
Merge pull request #1056 from jonnybarnes/dependabot/composer/laravel/sanctum-3.3.1
build(deps): Bump laravel/sanctum from 3.3.0 to 3.3.1
2023-09-13 12:02:09 +01:00
dependabot[bot]
bc5c9aec72
build(deps): Bump laravel/sanctum from 3.3.0 to 3.3.1
Bumps [laravel/sanctum](https://github.com/laravel/sanctum) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/laravel/sanctum/releases)
- [Changelog](https://github.com/laravel/sanctum/blob/3.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/sanctum/compare/v3.3.0...v3.3.1)

---
updated-dependencies:
- dependency-name: laravel/sanctum
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-13 09:57:33 +00:00
1498e2812c
Merge pull request #1055 from jonnybarnes/dependabot/composer/laravel/sail-1.25.0
build(deps-dev): Bump laravel/sail from 1.24.1 to 1.25.0
2023-09-13 10:56:54 +01:00
dependabot[bot]
733fabcb0f
build(deps-dev): Bump laravel/sail from 1.24.1 to 1.25.0
Bumps [laravel/sail](https://github.com/laravel/sail) from 1.24.1 to 1.25.0.
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/sail/compare/v1.24.1...v1.25.0)

---
updated-dependencies:
- dependency-name: laravel/sail
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-13 09:54:40 +00:00
6daff9e25b
Merge pull request #1054 from jonnybarnes/dependabot/composer/laravel/horizon-5.20.1
build(deps): Bump laravel/horizon from 5.20.0 to 5.20.1
2023-09-13 10:54:01 +01:00
dependabot[bot]
89f0756be4
build(deps): Bump laravel/horizon from 5.20.0 to 5.20.1
Bumps [laravel/horizon](https://github.com/laravel/horizon) from 5.20.0 to 5.20.1.
- [Release notes](https://github.com/laravel/horizon/releases)
- [Changelog](https://github.com/laravel/horizon/blob/5.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/horizon/compare/v5.20.0...v5.20.1)

---
updated-dependencies:
- dependency-name: laravel/horizon
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-13 09:42:46 +00:00
4cf79308c7
Merge pull request #1053 from jonnybarnes/dependabot/composer/phpunit/phpunit-10.3.4
build(deps-dev): Bump phpunit/phpunit from 10.3.3 to 10.3.4
2023-09-13 10:41:28 +01:00
dependabot[bot]
3f637332ce
build(deps-dev): Bump phpunit/phpunit from 10.3.3 to 10.3.4
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.3.3 to 10.3.4.
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.3.4/ChangeLog-10.3.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.3.3...10.3.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-13 09:29:29 +00:00
7ae20b4fd8
Merge pull request #1052 from jonnybarnes/dependabot/npm_and_yarn/eslint-8.49.0
build(deps-dev): Bump eslint from 8.48.0 to 8.49.0
2023-09-12 07:36:10 +01:00
dependabot[bot]
d129d0d05d
build(deps-dev): Bump eslint from 8.48.0 to 8.49.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.48.0 to 8.49.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.48.0...v8.49.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-12 06:33:21 +00:00
e2b9c61e6a
Merge pull request #1051 from jonnybarnes/dependabot/npm_and_yarn/babel/core-7.22.17
build(deps-dev): Bump @babel/core from 7.22.15 to 7.22.17
2023-09-12 07:32:09 +01:00
dependabot[bot]
dc510e75a2
build(deps-dev): Bump @babel/core from 7.22.15 to 7.22.17
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.15 to 7.22.17.
- [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.22.17/packages/babel-core)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-11 09:32:35 +00:00
91095d1ab2
Merge pull request #1050 from jonnybarnes/dependabot/composer/openai-php/client-0.7.3
build(deps-dev): Bump openai-php/client from 0.7.2 to 0.7.3
2023-09-08 16:58:43 +01:00
dependabot[bot]
576745f2bb
build(deps-dev): Bump openai-php/client from 0.7.2 to 0.7.3
Bumps [openai-php/client](https://github.com/openai-php/client) from 0.7.2 to 0.7.3.
- [Release notes](https://github.com/openai-php/client/releases)
- [Changelog](https://github.com/openai-php/client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/openai-php/client/compare/v0.7.2...v0.7.3)

---
updated-dependencies:
- dependency-name: openai-php/client
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-08 15:16:13 +00:00
7617aaada4
Merge pull request #1049 from jonnybarnes/dependabot/composer/league/flysystem-aws-s3-v3-3.16.0
build(deps): Bump league/flysystem-aws-s3-v3 from 3.15.0 to 3.16.0
2023-09-08 16:15:38 +01:00
dependabot[bot]
e120a866a8
build(deps): Bump league/flysystem-aws-s3-v3 from 3.15.0 to 3.16.0
Bumps [league/flysystem-aws-s3-v3](https://github.com/thephpleague/flysystem-aws-s3-v3) from 3.15.0 to 3.16.0.
- [Commits](https://github.com/thephpleague/flysystem-aws-s3-v3/compare/3.15.0...3.16.0)

---
updated-dependencies:
- dependency-name: league/flysystem-aws-s3-v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-08 09:28:32 +00:00
f2ebc5c748
Merge pull request #1048 from jonnybarnes/dependabot/composer/laravel/pint-1.13.1
build(deps-dev): Bump laravel/pint from 1.12.0 to 1.13.1
2023-09-06 14:35:46 +01:00
dependabot[bot]
1870b58b0d
build(deps-dev): Bump laravel/pint from 1.12.0 to 1.13.1
Bumps [laravel/pint](https://github.com/laravel/pint) from 1.12.0 to 1.13.1.
- [Release notes](https://github.com/laravel/pint/releases)
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/laravel/pint/compare/v1.12.0...v1.13.1)

---
updated-dependencies:
- dependency-name: laravel/pint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-06 13:23:26 +00:00
febb38d9b8
Merge pull request #1047 from jonnybarnes/dependabot/composer/laravel/horizon-5.20.0
build(deps): Bump laravel/horizon from 5.19.2 to 5.20.0
2023-09-06 14:22:25 +01:00
dependabot[bot]
000529dfff
build(deps): Bump laravel/horizon from 5.19.2 to 5.20.0
Bumps [laravel/horizon](https://github.com/laravel/horizon) from 5.19.2 to 5.20.0.
- [Release notes](https://github.com/laravel/horizon/releases)
- [Changelog](https://github.com/laravel/horizon/blob/5.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/horizon/compare/v5.19.2...v5.20.0)

---
updated-dependencies:
- dependency-name: laravel/horizon
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-06 13:06:04 +00:00
4dcbade0b2
Merge pull request #1045 from jonnybarnes/dependabot/composer/laravel/dusk-7.10.0
build(deps-dev): Bump laravel/dusk from 7.9.4 to 7.10.0
2023-09-06 14:05:14 +01:00
dependabot[bot]
70b9d313b7
build(deps-dev): Bump laravel/dusk from 7.9.4 to 7.10.0
Bumps [laravel/dusk](https://github.com/laravel/dusk) from 7.9.4 to 7.10.0.
- [Release notes](https://github.com/laravel/dusk/releases)
- [Changelog](https://github.com/laravel/dusk/blob/7.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/dusk/compare/v7.9.4...v7.10.0)

---
updated-dependencies:
- dependency-name: laravel/dusk
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-06 13:01:53 +00:00
7b5c5c7cc8
Merge pull request #1044 from jonnybarnes/dependabot/composer/laravel/scout-10.3.0
build(deps): Bump laravel/scout from 10.2.4 to 10.3.0
2023-09-06 14:00:32 +01:00
dependabot[bot]
867f0e0407
build(deps): Bump laravel/scout from 10.2.4 to 10.3.0
Bumps [laravel/scout](https://github.com/laravel/scout) from 10.2.4 to 10.3.0.
- [Release notes](https://github.com/laravel/scout/releases)
- [Changelog](https://github.com/laravel/scout/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/scout/compare/v10.2.4...v10.3.0)

---
updated-dependencies:
- dependency-name: laravel/scout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-06 12:29:26 +00:00
fe66536b49
Merge pull request #1043 from jonnybarnes/dependabot/composer/laravel/sail-1.24.1
build(deps-dev): Bump laravel/sail from 1.24.0 to 1.24.1
2023-09-06 13:28:39 +01:00
dependabot[bot]
8b8e9f68ee
build(deps-dev): Bump laravel/sail from 1.24.0 to 1.24.1
Bumps [laravel/sail](https://github.com/laravel/sail) from 1.24.0 to 1.24.1.
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/sail/compare/v1.24.0...v1.24.1)

---
updated-dependencies:
- dependency-name: laravel/sail
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-06 09:51:15 +00:00
05e457440b
Merge pull request #1042 from jonnybarnes/dependabot/composer/spatie/laravel-ray-1.33.0
build(deps-dev): Bump spatie/laravel-ray from 1.32.6 to 1.33.0
2023-09-05 18:33:48 +01:00
dependabot[bot]
3d0c8d8562
build(deps-dev): Bump spatie/laravel-ray from 1.32.6 to 1.33.0
Bumps [spatie/laravel-ray](https://github.com/spatie/laravel-ray) from 1.32.6 to 1.33.0.
- [Release notes](https://github.com/spatie/laravel-ray/releases)
- [Changelog](https://github.com/spatie/laravel-ray/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spatie/laravel-ray/compare/1.32.6...1.33.0)

---
updated-dependencies:
- dependency-name: spatie/laravel-ray
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-05 17:30:10 +00:00
600c4e4496
Merge pull request #1041 from jonnybarnes/dependabot/composer/phpunit/phpunit-10.3.3
build(deps-dev): Bump phpunit/phpunit from 10.3.2 to 10.3.3
2023-09-05 18:29:02 +01:00
dependabot[bot]
cdaa6737fb
build(deps-dev): Bump phpunit/phpunit from 10.3.2 to 10.3.3
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.3.2 to 10.3.3.
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.3.3/ChangeLog-10.3.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.3.2...10.3.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-05 17:26:41 +00:00
8ca717044b
Merge pull request #1040 from jonnybarnes/dependabot/composer/laravel/sanctum-3.3.0
build(deps): Bump laravel/sanctum from 3.2.6 to 3.3.0
2023-09-05 18:24:34 +01:00
dependabot[bot]
fb3430469b
build(deps): Bump laravel/sanctum from 3.2.6 to 3.3.0
Bumps [laravel/sanctum](https://github.com/laravel/sanctum) from 3.2.6 to 3.3.0.
- [Release notes](https://github.com/laravel/sanctum/releases)
- [Changelog](https://github.com/laravel/sanctum/blob/3.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/sanctum/compare/v3.2.6...v3.3.0)

---
updated-dependencies:
- dependency-name: laravel/sanctum
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-05 17:22:16 +00:00
0320ceefb3
Merge pull request #1039 from jonnybarnes/dependabot/npm_and_yarn/babel/core-7.22.15
build(deps-dev): Bump @babel/core from 7.22.11 to 7.22.15
2023-09-05 18:21:09 +01:00
dependabot[bot]
c9881affc3
build(deps-dev): Bump @babel/core from 7.22.11 to 7.22.15
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.11 to 7.22.15.
- [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.22.15/packages/babel-core)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-05 17:17:46 +00:00
67591f8d1b
Merge pull request #1038 from jonnybarnes/dependabot/npm_and_yarn/babel/preset-env-7.22.15
build(deps-dev): Bump @babel/preset-env from 7.22.14 to 7.22.15
2023-09-05 18:12:41 +01:00
dependabot[bot]
5439de37e6
build(deps-dev): Bump @babel/preset-env from 7.22.14 to 7.22.15
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.14 to 7.22.15.
- [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.22.15/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-05 17:09:27 +00:00
65438d53b3
Merge pull request #1037 from jonnybarnes/dependabot/npm_and_yarn/csstools/postcss-oklab-function-3.0.3
build(deps-dev): Bump @csstools/postcss-oklab-function from 3.0.2 to 3.0.3
2023-09-05 18:02:40 +01:00
dependabot[bot]
38679e3f9d
build(deps-dev): Bump @csstools/postcss-oklab-function
Bumps [@csstools/postcss-oklab-function](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-oklab-function) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-oklab-function/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-oklab-function)

---
updated-dependencies:
- dependency-name: "@csstools/postcss-oklab-function"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-04 09:10:50 +00:00
fe47a9d945
Merge pull request #1036 from jonnybarnes/dependabot/composer/phpunit/php-code-coverage-10.1.4
build(deps-dev): Bump phpunit/php-code-coverage from 10.1.3 to 10.1.4
2023-09-02 13:28:48 +01:00
dependabot[bot]
3a5e109f08
build(deps-dev): Bump phpunit/php-code-coverage from 10.1.3 to 10.1.4
Bumps [phpunit/php-code-coverage](https://github.com/sebastianbergmann/php-code-coverage) from 10.1.3 to 10.1.4.
- [Changelog](https://github.com/sebastianbergmann/php-code-coverage/blob/main/ChangeLog-10.1.md)
- [Commits](https://github.com/sebastianbergmann/php-code-coverage/compare/10.1.3...10.1.4)

---
updated-dependencies:
- dependency-name: phpunit/php-code-coverage
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-02 09:55:30 +00:00
e4fd672503
Merge pull request #1035 from jonnybarnes/dependabot/composer/openai-php/client-0.7.2
build(deps-dev): Bump openai-php/client from 0.7.1 to 0.7.2
2023-09-02 10:54:58 +01:00
dependabot[bot]
a179c51488
build(deps-dev): Bump openai-php/client from 0.7.1 to 0.7.2
Bumps [openai-php/client](https://github.com/openai-php/client) from 0.7.1 to 0.7.2.
- [Release notes](https://github.com/openai-php/client/releases)
- [Changelog](https://github.com/openai-php/client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/openai-php/client/compare/v0.7.1...v0.7.2)

---
updated-dependencies:
- dependency-name: openai-php/client
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-02 09:41:44 +00:00
6a8bc1ed89
Merge pull request #1034 from jonnybarnes/dependabot/composer/laravel/horizon-5.19.2
build(deps): Bump laravel/horizon from 5.19.1 to 5.19.2
2023-09-02 10:41:09 +01:00
dependabot[bot]
81d4fb1ed3
build(deps): Bump laravel/horizon from 5.19.1 to 5.19.2
Bumps [laravel/horizon](https://github.com/laravel/horizon) from 5.19.1 to 5.19.2.
- [Release notes](https://github.com/laravel/horizon/releases)
- [Changelog](https://github.com/laravel/horizon/blob/5.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/horizon/compare/v5.19.1...v5.19.2)

---
updated-dependencies:
- dependency-name: laravel/horizon
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-02 09:36:40 +00:00
bdc9519234
Merge pull request #1033 from jonnybarnes/dependabot/composer/laravel/tinker-2.8.2
build(deps): Bump laravel/tinker from 2.8.1 to 2.8.2
2023-09-02 10:36:01 +01:00
dependabot[bot]
90dae99fc0
build(deps): Bump laravel/tinker from 2.8.1 to 2.8.2
Bumps [laravel/tinker](https://github.com/laravel/tinker) from 2.8.1 to 2.8.2.
- [Release notes](https://github.com/laravel/tinker/releases)
- [Changelog](https://github.com/laravel/tinker/blob/2.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/tinker/compare/v2.8.1...v2.8.2)

---
updated-dependencies:
- dependency-name: laravel/tinker
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-01 09:10:01 +00:00
7b48f4bbe9
Merge pull request #1032 from jonnybarnes/dependabot/npm_and_yarn/babel/preset-env-7.22.14
build(deps-dev): Bump @babel/preset-env from 7.22.10 to 7.22.14
2023-08-31 16:10:38 +01:00
dependabot[bot]
954c9b1aa1
build(deps-dev): Bump @babel/preset-env from 7.22.10 to 7.22.14
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.10 to 7.22.14.
- [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.22.14/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-31 15:02:05 +00:00
8d7c76d8ab
Merge pull request #1031 from jonnybarnes/dependabot/npm_and_yarn/postcss-8.4.29
build(deps-dev): Bump postcss from 8.4.28 to 8.4.29
2023-08-31 16:01:03 +01:00
dependabot[bot]
a28903f199
build(deps-dev): Bump postcss from 8.4.28 to 8.4.29
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.28 to 8.4.29.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.28...8.4.29)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-31 13:33:24 +00:00
57bb3f1ce6
Merge pull request #1030 from jonnybarnes/dependabot/composer/laravel/sail-1.24.0
build(deps-dev): Bump laravel/sail from 1.23.4 to 1.24.0
2023-08-31 14:32:23 +01:00
dependabot[bot]
374fec9d7a
build(deps-dev): Bump laravel/sail from 1.23.4 to 1.24.0
Bumps [laravel/sail](https://github.com/laravel/sail) from 1.23.4 to 1.24.0.
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/sail/compare/v1.23.4...v1.24.0)

---
updated-dependencies:
- dependency-name: laravel/sail
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-31 13:08:44 +00:00
5eec3af59d
Merge pull request #1029 from jonnybarnes/dependabot/composer/laravel/pint-1.12.0
build(deps-dev): Bump laravel/pint from 1.11.0 to 1.12.0
2023-08-31 14:08:05 +01:00
dependabot[bot]
0f3f356470
build(deps-dev): Bump laravel/pint from 1.11.0 to 1.12.0
Bumps [laravel/pint](https://github.com/laravel/pint) from 1.11.0 to 1.12.0.
- [Release notes](https://github.com/laravel/pint/releases)
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/laravel/pint/compare/v1.11.0...v1.12.0)

---
updated-dependencies:
- dependency-name: laravel/pint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-31 11:36:45 +00:00
37d5169e23
Merge pull request #1028 from jonnybarnes/dependabot/composer/laravel/dusk-7.9.4
build(deps-dev): Bump laravel/dusk from 7.9.3 to 7.9.4
2023-08-31 12:35:44 +01:00
dependabot[bot]
0376e35a19
build(deps-dev): Bump laravel/dusk from 7.9.3 to 7.9.4
Bumps [laravel/dusk](https://github.com/laravel/dusk) from 7.9.3 to 7.9.4.
- [Release notes](https://github.com/laravel/dusk/releases)
- [Changelog](https://github.com/laravel/dusk/blob/7.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/dusk/compare/v7.9.3...v7.9.4)

---
updated-dependencies:
- dependency-name: laravel/dusk
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-31 11:29:47 +00:00
76578ae520
Merge pull request #1027 from jonnybarnes/dependabot/composer/openai-php/client-0.7.1
build(deps-dev): Bump openai-php/client from 0.6.4 to 0.7.1
2023-08-31 12:28:46 +01:00
dependabot[bot]
8824f78dc5
build(deps-dev): Bump openai-php/client from 0.6.4 to 0.7.1
Bumps [openai-php/client](https://github.com/openai-php/client) from 0.6.4 to 0.7.1.
- [Release notes](https://github.com/openai-php/client/releases)
- [Changelog](https://github.com/openai-php/client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/openai-php/client/compare/v0.6.4...v0.7.1)

---
updated-dependencies:
- dependency-name: openai-php/client
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-31 11:23:46 +00:00
d3b8f76787
Merge pull request #1025 from jonnybarnes/dependabot/npm_and_yarn/csstools/postcss-oklab-function-3.0.2
build(deps-dev): Bump @csstools/postcss-oklab-function from 3.0.1 to 3.0.2
2023-08-31 12:21:47 +01:00
dependabot[bot]
1c2bb38f46
build(deps-dev): Bump @csstools/postcss-oklab-function
Bumps [@csstools/postcss-oklab-function](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-oklab-function) from 3.0.1 to 3.0.2.
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-oklab-function/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-oklab-function)

---
updated-dependencies:
- dependency-name: "@csstools/postcss-oklab-function"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-31 11:16:19 +00:00
13b3dfd502
Merge pull request #1024 from jonnybarnes/dependabot/composer/barryvdh/laravel-debugbar-3.9.2
build(deps-dev): Bump barryvdh/laravel-debugbar from 3.9.1 to 3.9.2
2023-08-31 12:09:44 +01:00
dependabot[bot]
59d980c540
build(deps-dev): Bump barryvdh/laravel-debugbar from 3.9.1 to 3.9.2
Bumps [barryvdh/laravel-debugbar](https://github.com/barryvdh/laravel-debugbar) from 3.9.1 to 3.9.2.
- [Release notes](https://github.com/barryvdh/laravel-debugbar/releases)
- [Commits](https://github.com/barryvdh/laravel-debugbar/compare/v3.9.1...v3.9.2)

---
updated-dependencies:
- dependency-name: barryvdh/laravel-debugbar
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-28 17:24:28 +00:00
717f1f95d9
Merge pull request #1023 from jonnybarnes/dependabot/composer/guzzlehttp/guzzle-7.8.0
build(deps): Bump guzzlehttp/guzzle from 7.7.0 to 7.8.0
2023-08-28 18:23:50 +01:00
dependabot[bot]
4b600688be
build(deps): Bump guzzlehttp/guzzle from 7.7.0 to 7.8.0
Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 7.7.0 to 7.8.0.
- [Release notes](https://github.com/guzzle/guzzle/releases)
- [Changelog](https://github.com/guzzle/guzzle/blob/7.8/CHANGELOG.md)
- [Commits](https://github.com/guzzle/guzzle/compare/7.7.0...7.8.0)

---
updated-dependencies:
- dependency-name: guzzlehttp/guzzle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-28 09:41:13 +00:00
e8ec941af3
Merge pull request #1022 from jonnybarnes/dependabot/composer/symfony/html-sanitizer-6.3.4
build(deps): Bump symfony/html-sanitizer from 6.3.0 to 6.3.4
2023-08-28 10:40:27 +01:00
dependabot[bot]
e268e4eb82
build(deps): Bump symfony/html-sanitizer from 6.3.0 to 6.3.4
Bumps [symfony/html-sanitizer](https://github.com/symfony/html-sanitizer) from 6.3.0 to 6.3.4.
- [Release notes](https://github.com/symfony/html-sanitizer/releases)
- [Commits](https://github.com/symfony/html-sanitizer/compare/v6.3.0...v6.3.4)

---
updated-dependencies:
- dependency-name: symfony/html-sanitizer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-28 09:37:30 +00:00
9a7aec7ed7
Merge pull request #1021 from jonnybarnes/dependabot/npm_and_yarn/eslint-8.48.0
build(deps-dev): Bump eslint from 8.47.0 to 8.48.0
2023-08-28 10:35:37 +01:00
dependabot[bot]
6b04efc009
build(deps-dev): Bump eslint from 8.47.0 to 8.48.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.47.0 to 8.48.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.47.0...v8.48.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-28 09:01:44 +00:00
cadd58187a
Initial work on adding passkeys
Mostly starting to get some javascript set up
2023-08-25 13:43:51 +01:00
c7f5190885
Merge pull request #1020 from jonnybarnes/dependabot/npm_and_yarn/babel/core-7.22.11
build(deps-dev): Bump @babel/core from 7.22.10 to 7.22.11
2023-08-25 13:40:59 +01:00
dependabot[bot]
26390520b4
build(deps-dev): Bump @babel/core from 7.22.10 to 7.22.11
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.10 to 7.22.11.
- [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.22.11/packages/babel-core)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-25 12:38:49 +00:00
fc86628ae2
Merge pull request #1019 from jonnybarnes/dependabot/composer/barryvdh/laravel-debugbar-3.9.1
build(deps-dev): Bump barryvdh/laravel-debugbar from 3.8.2 to 3.9.1
2023-08-25 13:38:02 +01:00
dependabot[bot]
f813e5fad6
build(deps-dev): Bump barryvdh/laravel-debugbar from 3.8.2 to 3.9.1
Bumps [barryvdh/laravel-debugbar](https://github.com/barryvdh/laravel-debugbar) from 3.8.2 to 3.9.1.
- [Release notes](https://github.com/barryvdh/laravel-debugbar/releases)
- [Commits](https://github.com/barryvdh/laravel-debugbar/compare/v3.8.2...v3.9.1)

---
updated-dependencies:
- dependency-name: barryvdh/laravel-debugbar
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-25 09:03:38 +00:00
cf00a0e744
Merge pull request #1018 from jonnybarnes/dependabot/composer/spatie/laravel-ignition-2.3.0
build(deps): Bump spatie/laravel-ignition from 2.2.0 to 2.3.0
2023-08-23 11:26:54 +01:00
dependabot[bot]
6e20a55675
build(deps): Bump spatie/laravel-ignition from 2.2.0 to 2.3.0
Bumps [spatie/laravel-ignition](https://github.com/spatie/laravel-ignition) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/spatie/laravel-ignition/releases)
- [Changelog](https://github.com/spatie/laravel-ignition/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spatie/laravel-ignition/compare/2.2.0...2.3.0)

---
updated-dependencies:
- dependency-name: spatie/laravel-ignition
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-23 10:14:06 +00:00
34123d146c
Merge pull request #1017 from jonnybarnes/dependabot/composer/laravel/sanctum-3.2.6
build(deps): Bump laravel/sanctum from 3.2.5 to 3.2.6
2023-08-23 11:12:46 +01:00
dependabot[bot]
f12a2571ac
build(deps): Bump laravel/sanctum from 3.2.5 to 3.2.6
Bumps [laravel/sanctum](https://github.com/laravel/sanctum) from 3.2.5 to 3.2.6.
- [Release notes](https://github.com/laravel/sanctum/releases)
- [Changelog](https://github.com/laravel/sanctum/blob/3.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/sanctum/compare/v3.2.5...v3.2.6)

---
updated-dependencies:
- dependency-name: laravel/sanctum
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-23 09:34:37 +00:00
a3dbae01ac
Merge pull request #1016 from jonnybarnes/dependabot/composer/vimeo/psalm-5.15.0
build(deps-dev): Bump vimeo/psalm from 5.14.1 to 5.15.0
2023-08-22 09:00:56 +01:00
dependabot[bot]
63c0af7317
build(deps-dev): Bump vimeo/psalm from 5.14.1 to 5.15.0
Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 5.14.1 to 5.15.0.
- [Release notes](https://github.com/vimeo/psalm/releases)
- [Commits](https://github.com/vimeo/psalm/compare/5.14.1...5.15.0)

---
updated-dependencies:
- dependency-name: vimeo/psalm
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-22 07:48:42 +00:00
479fc975f1
Merge pull request #1015 from jonnybarnes/dependabot/npm_and_yarn/stylelint-15.10.3
build(deps-dev): Bump stylelint from 15.10.2 to 15.10.3
2023-08-22 08:30:43 +01:00
dependabot[bot]
0aa0302421
build(deps-dev): Bump stylelint from 15.10.2 to 15.10.3
Bumps [stylelint](https://github.com/stylelint/stylelint) from 15.10.2 to 15.10.3.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/15.10.2...15.10.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-21 09:26:00 +00:00
61fbf40059
Merge pull request #1014 from jonnybarnes/dependabot/composer/laravel/sail-1.23.4
build(deps-dev): Bump laravel/sail from 1.23.3 to 1.23.4
2023-08-18 11:55:44 +01:00
dependabot[bot]
a3d0fc5098
build(deps-dev): Bump laravel/sail from 1.23.3 to 1.23.4
Bumps [laravel/sail](https://github.com/laravel/sail) from 1.23.3 to 1.23.4.
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/sail/compare/v1.23.3...v1.23.4)

---
updated-dependencies:
- dependency-name: laravel/sail
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-18 09:23:57 +00:00
8a1638fe4f
Merge pull request #1013 from jonnybarnes/dependabot/composer/laravel/pint-1.11.0
build(deps-dev): Bump laravel/pint from 1.10.6 to 1.11.0
2023-08-16 18:11:41 +01:00
dependabot[bot]
15d08f4b4c
build(deps-dev): Bump laravel/pint from 1.10.6 to 1.11.0
Bumps [laravel/pint](https://github.com/laravel/pint) from 1.10.6 to 1.11.0.
- [Release notes](https://github.com/laravel/pint/releases)
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/laravel/pint/compare/v1.10.6...v1.11.0)

---
updated-dependencies:
- dependency-name: laravel/pint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-16 17:08:12 +00:00
42d5b58258
Merge pull request #1012 from jonnybarnes/dependabot/composer/laravel/sail-1.23.3
build(deps-dev): Bump laravel/sail from 1.23.2 to 1.23.3
2023-08-16 18:07:39 +01:00
dependabot[bot]
b00584b0ef
build(deps-dev): Bump laravel/sail from 1.23.2 to 1.23.3
Bumps [laravel/sail](https://github.com/laravel/sail) from 1.23.2 to 1.23.3.
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/sail/compare/v1.23.2...v1.23.3)

---
updated-dependencies:
- dependency-name: laravel/sail
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-16 17:05:09 +00:00
b63b84a87b
Merge pull request #1010 from jonnybarnes/dependabot/composer/phpunit/phpunit-10.3.2
build(deps-dev): Bump phpunit/phpunit from 10.3.1 to 10.3.2
2023-08-16 18:04:29 +01:00
dependabot[bot]
7477e7d771
build(deps-dev): Bump phpunit/phpunit from 10.3.1 to 10.3.2
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.3.1 to 10.3.2.
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.3.2/ChangeLog-10.3.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.3.1...10.3.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-16 17:00:47 +00:00
8699978b2a
Merge pull request #1011 from jonnybarnes/dependabot/npm_and_yarn/postcss-8.4.28
build(deps-dev): Bump postcss from 8.4.27 to 8.4.28
2023-08-16 17:59:39 +01:00
dependabot[bot]
f826e3d328
build(deps-dev): Bump postcss from 8.4.27 to 8.4.28
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.27 to 8.4.28.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.27...8.4.28)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-16 16:52:43 +00:00
02443ff511
Merge pull request #1009 from jonnybarnes/dependabot/npm_and_yarn/autoprefixer-10.4.15
build(deps-dev): Bump autoprefixer from 10.4.14 to 10.4.15
2023-08-16 17:52:06 +01:00
dependabot[bot]
571ad21999
build(deps-dev): Bump autoprefixer from 10.4.14 to 10.4.15
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.14 to 10.4.15.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/10.4.14...10.4.15)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-16 16:48:56 +00:00
a091317c1f
Merge pull request #1008 from jonnybarnes/dependabot/npm_and_yarn/eslint-8.47.0
build(deps-dev): Bump eslint from 8.46.0 to 8.47.0
2023-08-16 17:48:19 +01:00
dependabot[bot]
3b7838f6fd
build(deps-dev): Bump eslint from 8.46.0 to 8.47.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.46.0 to 8.47.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.46.0...v8.47.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-14 09:17:40 +00:00
a3e6ee0aaa
Merge pull request #1007 from jonnybarnes/dependabot/composer/laravel/scout-10.2.4
build(deps): Bump laravel/scout from 10.2.3 to 10.2.4
2023-08-11 14:53:33 +01:00
dependabot[bot]
709a26f771 build(deps): Bump laravel/scout from 10.2.3 to 10.2.4
Bumps [laravel/scout](https://github.com/laravel/scout) from 10.2.3 to 10.2.4.
- [Release notes](https://github.com/laravel/scout/releases)
- [Changelog](https://github.com/laravel/scout/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/scout/compare/v10.2.3...v10.2.4)

---
updated-dependencies:
- dependency-name: laravel/scout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-11 14:44:17 +01:00
8873ff8f10
Merge pull request #1006 from jonnybarnes/dependabot/composer/laravel/horizon-5.19.1
build(deps): Bump laravel/horizon from 5.19.0 to 5.19.1
2023-08-11 14:44:06 +01:00
dependabot[bot]
fbb695a743
build(deps): Bump laravel/horizon from 5.19.0 to 5.19.1
Bumps [laravel/horizon](https://github.com/laravel/horizon) from 5.19.0 to 5.19.1.
- [Release notes](https://github.com/laravel/horizon/releases)
- [Changelog](https://github.com/laravel/horizon/blob/5.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/horizon/compare/v5.19.0...v5.19.1)

---
updated-dependencies:
- dependency-name: laravel/horizon
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-11 09:28:48 +00:00
f4179fbf1b
Merge pull request #1001 from jonnybarnes/dependabot/npm_and_yarn/babel/preset-env-7.22.10
build(deps-dev): Bump @babel/preset-env from 7.22.9 to 7.22.10
2023-08-10 21:59:28 +01:00
dependabot[bot]
6fcf56136b
build(deps-dev): Bump @babel/preset-env from 7.22.9 to 7.22.10
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.9 to 7.22.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.22.10/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-10 20:55:36 +00:00
63605fb093
Merge pull request #1000 from jonnybarnes/dependabot/npm_and_yarn/babel/core-7.22.10
build(deps-dev): Bump @babel/core from 7.22.9 to 7.22.10
2023-08-10 21:53:18 +01:00
dependabot[bot]
457254b607 build(deps-dev): Bump @babel/core from 7.22.9 to 7.22.10
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.9 to 7.22.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.22.10/packages/babel-core)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-10 21:50:02 +01:00
a90ece5049
Merge pull request #999 from jonnybarnes/dependabot/npm_and_yarn/postcss-nesting-12.0.1
build(deps-dev): Bump postcss-nesting from 12.0.0 to 12.0.1
2023-08-10 21:49:45 +01:00
dependabot[bot]
a2dafd4c9e build(deps-dev): Bump postcss-nesting from 12.0.0 to 12.0.1
Bumps [postcss-nesting](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-nesting) from 12.0.0 to 12.0.1.
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-nesting/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-nesting)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-10 21:47:49 +01:00
683916c24a
Merge pull request #1005 from jonnybarnes/dependabot/composer/laravel/dusk-7.9.3
build(deps-dev): Bump laravel/dusk from 7.9.2 to 7.9.3
2023-08-10 21:47:15 +01:00
dependabot[bot]
fc9806b34a
build(deps-dev): Bump laravel/dusk from 7.9.2 to 7.9.3
Bumps [laravel/dusk](https://github.com/laravel/dusk) from 7.9.2 to 7.9.3.
- [Release notes](https://github.com/laravel/dusk/releases)
- [Changelog](https://github.com/laravel/dusk/blob/7.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/dusk/compare/v7.9.2...v7.9.3)

---
updated-dependencies:
- dependency-name: laravel/dusk
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-10 20:43:16 +00:00
01f0006e23
Merge pull request #1004 from jonnybarnes/dependabot/composer/laravel/pint-1.10.6
build(deps-dev): Bump laravel/pint from 1.10.5 to 1.10.6
2023-08-10 21:27:05 +01:00
dependabot[bot]
b758d06311
build(deps-dev): Bump laravel/pint from 1.10.5 to 1.10.6
Bumps [laravel/pint](https://github.com/laravel/pint) from 1.10.5 to 1.10.6.
- [Release notes](https://github.com/laravel/pint/releases)
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/laravel/pint/compare/v1.10.5...v1.10.6)

---
updated-dependencies:
- dependency-name: laravel/pint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-10 20:25:19 +00:00
0b0b081fe1
Merge pull request #1003 from jonnybarnes/dependabot/composer/laravel/sail-1.23.2
build(deps-dev): Bump laravel/sail from 1.23.1 to 1.23.2
2023-08-10 21:24:36 +01:00
dependabot[bot]
83c4c4ecd6
build(deps-dev): Bump laravel/sail from 1.23.1 to 1.23.2
Bumps [laravel/sail](https://github.com/laravel/sail) from 1.23.1 to 1.23.2.
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/sail/compare/v1.23.1...v1.23.2)

---
updated-dependencies:
- dependency-name: laravel/sail
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-10 20:15:35 +00:00
c6ca8992c9
Merge pull request #1002 from jonnybarnes/dependabot/composer/mockery/mockery-1.6.6
build(deps-dev): Bump mockery/mockery from 1.6.4 to 1.6.6
2023-08-10 21:10:16 +01:00
dependabot[bot]
b70fbd7e40
build(deps-dev): Bump mockery/mockery from 1.6.4 to 1.6.6
Bumps [mockery/mockery](https://github.com/mockery/mockery) from 1.6.4 to 1.6.6.
- [Release notes](https://github.com/mockery/mockery/releases)
- [Changelog](https://github.com/mockery/mockery/blob/1.6.x/CHANGELOG.md)
- [Commits](https://github.com/mockery/mockery/compare/1.6.4...1.6.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-10 20:04:59 +00:00
9f4a25dc48
Merge pull request #998 from jonnybarnes/dependabot/composer/nunomaduro/collision-7.8.1
build(deps-dev): Bump nunomaduro/collision from 7.7.0 to 7.8.1
2023-08-10 21:02:25 +01:00
dependabot[bot]
23e60c9d5f
build(deps-dev): Bump nunomaduro/collision from 7.7.0 to 7.8.1
Bumps [nunomaduro/collision](https://github.com/nunomaduro/collision) from 7.7.0 to 7.8.1.
- [Changelog](https://github.com/nunomaduro/collision/blob/v7.x/CHANGELOG.md)
- [Commits](https://github.com/nunomaduro/collision/compare/v7.7.0...v7.8.1)

---
updated-dependencies:
- dependency-name: nunomaduro/collision
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-07 09:17:56 +00:00
e9563279d8
Merge pull request #996 from jonnybarnes/dependabot/composer/phpunit/phpunit-10.3.1
build(deps-dev): Bump phpunit/phpunit from 10.2.6 to 10.3.1
2023-08-06 13:20:10 +01:00
dependabot[bot]
7ea4586f0e
build(deps-dev): Bump phpunit/phpunit from 10.2.6 to 10.3.1
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.2.6 to 10.3.1.
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.3.1/ChangeLog-10.3.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.2.6...10.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-06 12:17:38 +00:00
0694e097e6
Merge pull request #995 from jonnybarnes/dependabot/composer/barryvdh/laravel-debugbar-3.8.2
build(deps-dev): Bump barryvdh/laravel-debugbar from 3.8.1 to 3.8.2
2023-08-06 13:15:52 +01:00
dependabot[bot]
91784d8e3e
build(deps-dev): Bump barryvdh/laravel-debugbar from 3.8.1 to 3.8.2
Bumps [barryvdh/laravel-debugbar](https://github.com/barryvdh/laravel-debugbar) from 3.8.1 to 3.8.2.
- [Release notes](https://github.com/barryvdh/laravel-debugbar/releases)
- [Commits](https://github.com/barryvdh/laravel-debugbar/compare/v3.8.1...v3.8.2)

---
updated-dependencies:
- dependency-name: barryvdh/laravel-debugbar
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-02 09:29:34 +00:00
bfbbbb6d4d
Merge pull request #993 from jonnybarnes/dependabot/composer/vimeo/psalm-5.14.1
build(deps-dev): Bump vimeo/psalm from 5.13.1 to 5.14.1
2023-08-02 10:06:57 +01:00
dependabot[bot]
45d52a94b0
build(deps-dev): Bump vimeo/psalm from 5.13.1 to 5.14.1
Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 5.13.1 to 5.14.1.
- [Release notes](https://github.com/vimeo/psalm/releases)
- [Commits](https://github.com/vimeo/psalm/compare/5.13.1...5.14.1)

---
updated-dependencies:
- dependency-name: vimeo/psalm
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-02 08:42:00 +00:00
cc18c52d9c
Merge pull request #992 from jonnybarnes/dependabot/composer/laravel/dusk-7.9.2
build(deps-dev): Bump laravel/dusk from 7.9.1 to 7.9.2
2023-08-02 09:41:18 +01:00
2e6b4fd607
Merge pull request #990 from jonnybarnes/dependabot/npm_and_yarn/eslint-8.46.0
build(deps-dev): Bump eslint from 8.45.0 to 8.46.0
2023-08-01 11:44:58 +01:00
dependabot[bot]
88b5c447b7
build(deps-dev): Bump laravel/dusk from 7.9.1 to 7.9.2
Bumps [laravel/dusk](https://github.com/laravel/dusk) from 7.9.1 to 7.9.2.
- [Release notes](https://github.com/laravel/dusk/releases)
- [Changelog](https://github.com/laravel/dusk/blob/7.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/dusk/compare/v7.9.1...v7.9.2)

---
updated-dependencies:
- dependency-name: laravel/dusk
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-01 09:42:24 +00:00
dependabot[bot]
1205105cd7
build(deps-dev): Bump eslint from 8.45.0 to 8.46.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.45.0 to 8.46.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.45.0...v8.46.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-31 09:05:41 +00:00
235521589f
Merge pull request #936 from jonnybarnes/935-fix-psalm-issues
Implement Psalm improvements
2023-07-28 13:02:07 +01:00
630ec46186
chore: Update and clean up file imports and annotations
- Update various factory files in the `database/factories` directory
- Remove unused imports and annotations in factory files
- Add or update comments and PHPDoc blocks for better understanding and readability
- Remove unused imports in controller and command files
- Remove commented out code in middleware file
2023-07-28 12:05:11 +01:00
39a197ae7b
refactor: Refactor file headers and add Psalm suppressions
- Added Psalm suppression annotations to multiple controller classes
- Added PHPDoc comment blocks to seeders and factories
- Added comments to indicate unused classes and methods
- Removed unused annotations and imports
2023-07-28 11:48:07 +01:00
cd9fed3a68
Merge branch 'develop' into 935-fix-psalm-issues 2023-07-28 11:08:05 +01:00
f45ad6fbed
Merge pull request #989 from jonnybarnes/update_laravel_pint
Update Laravel Pint
2023-07-27 21:17:05 +01:00
b1407af945
Update Laravel Pint 2023-07-27 21:14:23 +01:00
87e04b063f
Merge pull request #988 from jonnybarnes/dependabot/composer/laravel/dusk-7.9.1
build(deps-dev): Bump laravel/dusk from 7.9.0 to 7.9.1
2023-07-27 11:03:33 +01:00
dependabot[bot]
1dbed1c42c
build(deps-dev): Bump laravel/dusk from 7.9.0 to 7.9.1
Bumps [laravel/dusk](https://github.com/laravel/dusk) from 7.9.0 to 7.9.1.
- [Release notes](https://github.com/laravel/dusk/releases)
- [Changelog](https://github.com/laravel/dusk/blob/7.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/dusk/compare/v7.9.0...v7.9.1)

---
updated-dependencies:
- dependency-name: laravel/dusk
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-27 09:59:05 +00:00
7cea12bcfa
Merge pull request #987 from jonnybarnes/dependabot/composer/phpunit/php-code-coverage-10.1.3
build(deps-dev): Bump phpunit/php-code-coverage from 10.1.2 to 10.1.3
2023-07-27 10:55:22 +01:00
dependabot[bot]
04106ce87f
build(deps-dev): Bump phpunit/php-code-coverage from 10.1.2 to 10.1.3
Bumps [phpunit/php-code-coverage](https://github.com/sebastianbergmann/php-code-coverage) from 10.1.2 to 10.1.3.
- [Changelog](https://github.com/sebastianbergmann/php-code-coverage/blob/main/ChangeLog-10.1.md)
- [Commits](https://github.com/sebastianbergmann/php-code-coverage/compare/10.1.2...10.1.3)

---
updated-dependencies:
- dependency-name: phpunit/php-code-coverage
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-27 09:48:28 +00:00
651e03633c
Merge pull request #984 from jonnybarnes/dependabot/composer/laravel/dusk-7.9.0
build(deps-dev): Bump laravel/dusk from 7.8.0 to 7.9.0
2023-07-26 12:39:45 +01:00
dependabot[bot]
cee96b242e
build(deps-dev): Bump laravel/dusk from 7.8.0 to 7.9.0
Bumps [laravel/dusk](https://github.com/laravel/dusk) from 7.8.0 to 7.9.0.
- [Release notes](https://github.com/laravel/dusk/releases)
- [Changelog](https://github.com/laravel/dusk/blob/7.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/dusk/compare/v7.8.0...v7.9.0)

---
updated-dependencies:
- dependency-name: laravel/dusk
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-26 11:37:25 +00:00
3bade5d7d1
Merge pull request #982 from jonnybarnes/dependabot/composer/laravel/horizon-5.19.0
build(deps): Bump laravel/horizon from 5.18.0 to 5.19.0
2023-07-26 12:36:07 +01:00
dependabot[bot]
14123d9ce3
build(deps): Bump laravel/horizon from 5.18.0 to 5.19.0
Bumps [laravel/horizon](https://github.com/laravel/horizon) from 5.18.0 to 5.19.0.
- [Release notes](https://github.com/laravel/horizon/releases)
- [Changelog](https://github.com/laravel/horizon/blob/5.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/horizon/compare/v5.18.0...v5.19.0)

---
updated-dependencies:
- dependency-name: laravel/horizon
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-26 11:26:13 +00:00
5abde1d8e1
Merge pull request #983 from jonnybarnes/dependabot/composer/laravel/framework-10.16.1
build(deps): Bump laravel/framework from 10.15.0 to 10.16.1
2023-07-26 12:24:46 +01:00
dependabot[bot]
91f6d63c87
build(deps): Bump laravel/framework from 10.15.0 to 10.16.1
Bumps [laravel/framework](https://github.com/laravel/framework) from 10.15.0 to 10.16.1.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v10.15.0...v10.16.1)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-26 09:37:56 +00:00
867474d560
Merge pull request #981 from jonnybarnes/dependabot/npm_and_yarn/csstools/postcss-oklab-function-3.0.1
build(deps-dev): Bump @csstools/postcss-oklab-function from 3.0.0 to 3.0.1
2023-07-25 19:19:11 +01:00
dependabot[bot]
e4b0004d75
build(deps-dev): Bump @csstools/postcss-oklab-function
Bumps [@csstools/postcss-oklab-function](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-oklab-function) from 3.0.0 to 3.0.1.
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-oklab-function/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-oklab-function)

---
updated-dependencies:
- dependency-name: "@csstools/postcss-oklab-function"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-25 18:17:24 +00:00
126c642cbd
Merge pull request #980 from jonnybarnes/dependabot/npm_and_yarn/postcss-8.4.27
build(deps-dev): Bump postcss from 8.4.26 to 8.4.27
2023-07-25 19:16:47 +01:00
dependabot[bot]
4966396a4d
build(deps-dev): Bump postcss from 8.4.26 to 8.4.27
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.26 to 8.4.27.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.26...8.4.27)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-24 09:10:39 +00:00
0bf23ef5c7
Merge pull request #979 from jonnybarnes/dependabot/composer/mockery/mockery-1.6.4
build(deps-dev): Bump mockery/mockery from 1.6.3 to 1.6.4
2023-07-20 12:49:27 +01:00
dependabot[bot]
daf2c507ed
build(deps-dev): Bump mockery/mockery from 1.6.3 to 1.6.4
Bumps [mockery/mockery](https://github.com/mockery/mockery) from 1.6.3 to 1.6.4.
- [Release notes](https://github.com/mockery/mockery/releases)
- [Changelog](https://github.com/mockery/mockery/blob/1.6.x/CHANGELOG.md)
- [Commits](https://github.com/mockery/mockery/compare/1.6.3...1.6.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-20 11:46:47 +00:00
1f9399519b
Merge pull request #978 from jonnybarnes/dependabot/composer/spatie/laravel-ray-1.32.6
build(deps-dev): Bump spatie/laravel-ray from 1.32.5 to 1.32.6
2023-07-20 12:46:06 +01:00
dependabot[bot]
f6654c0acc
build(deps-dev): Bump spatie/laravel-ray from 1.32.5 to 1.32.6
Bumps [spatie/laravel-ray](https://github.com/spatie/laravel-ray) from 1.32.5 to 1.32.6.
- [Release notes](https://github.com/spatie/laravel-ray/releases)
- [Changelog](https://github.com/spatie/laravel-ray/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spatie/laravel-ray/compare/1.32.5...1.32.6)

---
updated-dependencies:
- dependency-name: spatie/laravel-ray
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-20 09:21:48 +00:00
cbb61e2230
Merge pull request #977 from jonnybarnes/dependabot/npm_and_yarn/stylelint-15.10.2
build(deps-dev): Bump stylelint from 15.10.1 to 15.10.2
2023-07-19 11:29:43 +01:00
dependabot[bot]
1aac669930
build(deps-dev): Bump stylelint from 15.10.1 to 15.10.2
Bumps [stylelint](https://github.com/stylelint/stylelint) from 15.10.1 to 15.10.2.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/15.10.1...15.10.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-19 10:26:38 +00:00
77dcb63104
Merge pull request #976 from jonnybarnes/dependabot/composer/openai-php/client-0.6.4
build(deps-dev): Bump openai-php/client from 0.6.3 to 0.6.4
2023-07-19 11:24:49 +01:00
dependabot[bot]
e5cc1a0c9b
build(deps-dev): Bump openai-php/client from 0.6.3 to 0.6.4
Bumps [openai-php/client](https://github.com/openai-php/client) from 0.6.3 to 0.6.4.
- [Release notes](https://github.com/openai-php/client/releases)
- [Changelog](https://github.com/openai-php/client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/openai-php/client/compare/v0.6.3...v0.6.4)

---
updated-dependencies:
- dependency-name: openai-php/client
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-19 10:21:54 +00:00
3d28451e46
Merge pull request #975 from jonnybarnes/dependabot/composer/mockery/mockery-1.6.3
build(deps-dev): Bump mockery/mockery from 1.6.2 to 1.6.3
2023-07-19 11:21:11 +01:00
dependabot[bot]
b01a903bd8
build(deps-dev): Bump mockery/mockery from 1.6.2 to 1.6.3
Bumps [mockery/mockery](https://github.com/mockery/mockery) from 1.6.2 to 1.6.3.
- [Release notes](https://github.com/mockery/mockery/releases)
- [Changelog](https://github.com/mockery/mockery/blob/1.6.x/CHANGELOG.md)
- [Commits](https://github.com/mockery/mockery/compare/1.6.2...1.6.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-19 09:49:24 +00:00
63fc46c833
Merge pull request #974 from jonnybarnes/dependabot/composer/phpunit/phpunit-10.2.6
build(deps-dev): Bump phpunit/phpunit from 10.2.5 to 10.2.6
2023-07-18 10:33:33 +01:00
dependabot[bot]
7e92576bfc
build(deps-dev): Bump phpunit/phpunit from 10.2.5 to 10.2.6
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.2.5 to 10.2.6.
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.2.6/ChangeLog-10.2.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.2.5...10.2.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-18 09:30:57 +00:00
485ac49712
Merge pull request #973 from jonnybarnes/dependabot/npm_and_yarn/webpack-5.88.2
build(deps-dev): Bump webpack from 5.88.1 to 5.88.2
2023-07-18 10:21:18 +01:00
dependabot[bot]
feaddfa0b2
build(deps-dev): Bump webpack from 5.88.1 to 5.88.2
Bumps [webpack](https://github.com/webpack/webpack) from 5.88.1 to 5.88.2.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.88.1...v5.88.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-18 09:19:33 +00:00
0cf1e008ce
Merge pull request #972 from jonnybarnes/dependabot/npm_and_yarn/eslint-8.45.0
build(deps-dev): Bump eslint from 8.44.0 to 8.45.0
2023-07-18 10:18:48 +01:00
dependabot[bot]
37b592b714
build(deps-dev): Bump eslint from 8.44.0 to 8.45.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.44.0 to 8.45.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.44.0...v8.45.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-17 09:24:52 +00:00
207d114a5d
Merge pull request #970 from jonnybarnes/dependabot/composer/phpunit/phpunit-10.2.5
build(deps-dev): Bump phpunit/phpunit from 10.2.4 to 10.2.5
2023-07-14 13:25:42 +01:00
dependabot[bot]
ad4e9b6df4
build(deps-dev): Bump phpunit/phpunit from 10.2.4 to 10.2.5
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.2.4 to 10.2.5.
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.2.5/ChangeLog-10.2.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.2.4...10.2.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-14 12:16:02 +00:00
c017c872ea
Merge pull request #969 from jonnybarnes/dependabot/composer/laravel/scout-10.2.3
build(deps): Bump laravel/scout from 10.2.2 to 10.2.3
2023-07-14 13:15:20 +01:00
dependabot[bot]
372722187f
build(deps): Bump laravel/scout from 10.2.2 to 10.2.3
Bumps [laravel/scout](https://github.com/laravel/scout) from 10.2.2 to 10.2.3.
- [Release notes](https://github.com/laravel/scout/releases)
- [Changelog](https://github.com/laravel/scout/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/scout/compare/v10.2.2...v10.2.3)

---
updated-dependencies:
- dependency-name: laravel/scout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-14 11:16:47 +00:00
c1bf1fb924
Merge pull request #968 from jonnybarnes/dependabot/npm_and_yarn/postcss-8.4.26
build(deps-dev): Bump postcss from 8.4.25 to 8.4.26
2023-07-14 11:21:26 +01:00
dependabot[bot]
61cd2be7f7
build(deps-dev): Bump postcss from 8.4.25 to 8.4.26
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.25 to 8.4.26.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.25...8.4.26)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-14 09:24:03 +00:00
24bae1de55
Merge pull request #967 from jonnybarnes/dependabot/npm_and_yarn/babel/preset-env-7.22.9
build(deps-dev): Bump @babel/preset-env from 7.22.7 to 7.22.9
2023-07-13 14:12:03 +01:00
dependabot[bot]
af30567b85
build(deps-dev): Bump @babel/preset-env from 7.22.7 to 7.22.9
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.7 to 7.22.9.
- [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.22.9/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-13 13:07:30 +00:00
69456e848e
Merge pull request #966 from jonnybarnes/dependabot/npm_and_yarn/babel/core-7.22.9
build(deps-dev): Bump @babel/core from 7.22.8 to 7.22.9
2023-07-13 14:06:44 +01:00
dependabot[bot]
d7c6a08b69
build(deps-dev): Bump @babel/core from 7.22.8 to 7.22.9
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.8 to 7.22.9.
- [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.22.9/packages/babel-core)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-13 13:03:31 +00:00
5c30b0614a
Merge pull request #965 from jonnybarnes/dependabot/composer/laravel/horizon-5.18.0
build(deps): Bump laravel/horizon from 5.17.0 to 5.18.0
2023-07-13 14:00:30 +01:00
dependabot[bot]
23c2f502f1
build(deps): Bump laravel/horizon from 5.17.0 to 5.18.0
Bumps [laravel/horizon](https://github.com/laravel/horizon) from 5.17.0 to 5.18.0.
- [Release notes](https://github.com/laravel/horizon/releases)
- [Changelog](https://github.com/laravel/horizon/blob/5.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/horizon/compare/v5.17.0...v5.18.0)

---
updated-dependencies:
- dependency-name: laravel/horizon
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-13 12:53:35 +00:00
6f96f0c7d4
Merge pull request #964 from jonnybarnes/dependabot/composer/laravel/sail-1.23.1
build(deps-dev): Bump laravel/sail from 1.23.0 to 1.23.1
2023-07-13 13:52:24 +01:00
dependabot[bot]
9855924829
build(deps-dev): Bump laravel/sail from 1.23.0 to 1.23.1
Bumps [laravel/sail](https://github.com/laravel/sail) from 1.23.0 to 1.23.1.
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/sail/compare/v1.23.0...v1.23.1)

---
updated-dependencies:
- dependency-name: laravel/sail
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-13 10:08:33 +00:00
4eccd04a81
Merge pull request #963 from jonnybarnes/dependabot/composer/laravel/dusk-7.8.0
build(deps-dev): Bump laravel/dusk from 7.7.1 to 7.8.0
2023-07-13 11:07:49 +01:00
dependabot[bot]
dc4a44548d
build(deps-dev): Bump laravel/dusk from 7.7.1 to 7.8.0
Bumps [laravel/dusk](https://github.com/laravel/dusk) from 7.7.1 to 7.8.0.
- [Release notes](https://github.com/laravel/dusk/releases)
- [Changelog](https://github.com/laravel/dusk/blob/7.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/dusk/compare/v7.7.1...v7.8.0)

---
updated-dependencies:
- dependency-name: laravel/dusk
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-13 10:04:04 +00:00
743a6bed74
Merge pull request #961 from jonnybarnes/dependabot/composer/laravel/framework-10.15.0
build(deps): Bump laravel/framework from 10.14.1 to 10.15.0
2023-07-13 10:57:37 +01:00
dependabot[bot]
99be138cfa
build(deps): Bump laravel/framework from 10.14.1 to 10.15.0
Bumps [laravel/framework](https://github.com/laravel/framework) from 10.14.1 to 10.15.0.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v10.14.1...v10.15.0)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-12 09:57:47 +00:00
07c313a24b
Merge pull request #960 from jonnybarnes/dependabot/composer/openai-php/client-0.6.3
build(deps-dev): Bump openai-php/client from 0.6.2 to 0.6.3
2023-07-10 14:57:58 +01:00
dependabot[bot]
f581ae77e9
build(deps-dev): Bump openai-php/client from 0.6.2 to 0.6.3
Bumps [openai-php/client](https://github.com/openai-php/client) from 0.6.2 to 0.6.3.
- [Release notes](https://github.com/openai-php/client/releases)
- [Changelog](https://github.com/openai-php/client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/openai-php/client/compare/v0.6.2...v0.6.3)

---
updated-dependencies:
- dependency-name: openai-php/client
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-10 13:53:48 +00:00
b357bff1cb
Merge pull request #959 from jonnybarnes/dependabot/composer/phpunit/phpunit-10.2.4
build(deps-dev): Bump phpunit/phpunit from 10.2.3 to 10.2.4
2023-07-10 14:52:40 +01:00
dependabot[bot]
b93f3bca54
build(deps-dev): Bump phpunit/phpunit from 10.2.3 to 10.2.4
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.2.3 to 10.2.4.
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.2.4/ChangeLog-10.2.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.2.3...10.2.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-10 13:50:47 +00:00
d1dc39ef5e
Merge pull request #958 from jonnybarnes/dependabot/npm_and_yarn/babel-loader-9.1.3
build(deps-dev): Bump babel-loader from 9.1.2 to 9.1.3
2023-07-10 14:49:22 +01:00
dependabot[bot]
8367f56a62
build(deps-dev): Bump babel-loader from 9.1.2 to 9.1.3
Bumps [babel-loader](https://github.com/babel/babel-loader) from 9.1.2 to 9.1.3.
- [Release notes](https://github.com/babel/babel-loader/releases)
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel-loader/compare/v9.1.2...v9.1.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-10 13:10:37 +00:00
068aefb87f
Merge pull request #957 from jonnybarnes/dependabot/npm_and_yarn/postcss-8.4.25
build(deps-dev): Bump postcss from 8.4.24 to 8.4.25
2023-07-10 14:09:36 +01:00
dependabot[bot]
52465bbe50
build(deps-dev): Bump postcss from 8.4.24 to 8.4.25
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.24 to 8.4.25.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.24...8.4.25)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-10 12:58:46 +00:00
1aaba1d9e6
Merge pull request #956 from jonnybarnes/dependabot/npm_and_yarn/babel/core-7.22.8
build(deps-dev): Bump @babel/core from 7.22.6 to 7.22.8
2023-07-10 13:57:47 +01:00
dependabot[bot]
144a1d25dd
build(deps-dev): Bump @babel/core from 7.22.6 to 7.22.8
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.6 to 7.22.8.
- [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.22.8/packages/babel-core)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-10 12:42:01 +00:00
ab469ff526
Merge pull request #955 from jonnybarnes/dependabot/npm_and_yarn/stylelint-15.10.1
build(deps-dev): Bump stylelint from 15.10.0 to 15.10.1
2023-07-10 13:41:08 +01:00
dependabot[bot]
911006ad3f
build(deps-dev): Bump stylelint from 15.10.0 to 15.10.1
Bumps [stylelint](https://github.com/stylelint/stylelint) from 15.10.0 to 15.10.1.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/15.10.0...15.10.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-10 11:41:39 +00:00
31d4e4258b
Merge pull request #953 from jonnybarnes/dependabot/npm_and_yarn/babel/preset-env-7.22.7
build(deps-dev): Bump @babel/preset-env from 7.22.6 to 7.22.7
2023-07-10 12:41:01 +01:00
dependabot[bot]
eca92f6706
build(deps-dev): Bump @babel/preset-env from 7.22.6 to 7.22.7
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.6 to 7.22.7.
- [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.22.7/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-06 09:42:40 +00:00
4db4793026
Merge pull request #952 from jonnybarnes/dependabot/npm_and_yarn/stylelint-config-standard-34.0.0
build(deps-dev): Bump stylelint-config-standard from 33.0.0 to 34.0.0
2023-07-05 10:58:00 +01:00
dependabot[bot]
8f4cc4129d
build(deps-dev): Bump stylelint-config-standard from 33.0.0 to 34.0.0
Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) from 33.0.0 to 34.0.0.
- [Release notes](https://github.com/stylelint/stylelint-config-standard/releases)
- [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint-config-standard/compare/33.0.0...34.0.0)

---
updated-dependencies:
- dependency-name: stylelint-config-standard
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-05 09:56:06 +00:00
b75ab36c01
Merge pull request #951 from jonnybarnes/dependabot/npm_and_yarn/stylelint-15.10.0
build(deps-dev): Bump stylelint from 15.9.0 to 15.10.0
2023-07-05 10:55:29 +01:00
dependabot[bot]
7fb5e00772
build(deps-dev): Bump stylelint from 15.9.0 to 15.10.0
Bumps [stylelint](https://github.com/stylelint/stylelint) from 15.9.0 to 15.10.0.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/15.9.0...15.10.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-05 09:45:24 +00:00
ba952d82f9
Merge pull request #950 from jonnybarnes/dependabot/npm_and_yarn/babel/core-7.22.6
build(deps-dev): Bump @babel/core from 7.22.5 to 7.22.6
2023-07-05 08:21:21 +01:00
dependabot[bot]
055b73e756
build(deps-dev): Bump @babel/core from 7.22.5 to 7.22.6
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.5 to 7.22.6.
- [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.22.6/packages/babel-core)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-05 07:12:41 +00:00
78eccae8ac
Merge pull request #949 from jonnybarnes/dependabot/npm_and_yarn/babel/preset-env-7.22.6
build(deps-dev): Bump @babel/preset-env from 7.22.5 to 7.22.6
2023-07-05 08:12:03 +01:00
dependabot[bot]
fad1291880
build(deps-dev): Bump @babel/preset-env from 7.22.5 to 7.22.6
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.5 to 7.22.6.
- [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.22.6/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-04 09:42:16 +00:00
1225212c42
Merge pull request #948 from jonnybarnes/dependabot/npm_and_yarn/csstools/postcss-oklab-function-3.0.0
build(deps-dev): Bump @csstools/postcss-oklab-function from 2.2.3 to 3.0.0
2023-07-03 14:27:35 +01:00
dependabot[bot]
dddbf4251c
build(deps-dev): Bump @csstools/postcss-oklab-function
Bumps [@csstools/postcss-oklab-function](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-oklab-function) from 2.2.3 to 3.0.0.
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-oklab-function/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-oklab-function)

---
updated-dependencies:
- dependency-name: "@csstools/postcss-oklab-function"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-03 12:49:11 +00:00
883150de44
Merge pull request #947 from jonnybarnes/dependabot/npm_and_yarn/postcss-nesting-12.0.0
build(deps-dev): Bump postcss-nesting from 11.3.0 to 12.0.0
2023-07-03 13:48:32 +01:00
dependabot[bot]
165d2564b8
build(deps-dev): Bump postcss-nesting from 11.3.0 to 12.0.0
Bumps [postcss-nesting](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-nesting) from 11.3.0 to 12.0.0.
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-nesting/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-nesting)

---
updated-dependencies:
- dependency-name: postcss-nesting
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-03 12:41:08 +00:00
8a572c320a
Merge pull request #946 from jonnybarnes/dependabot/npm_and_yarn/eslint-8.44.0
build(deps-dev): Bump eslint from 8.43.0 to 8.44.0
2023-07-03 13:40:22 +01:00
dependabot[bot]
99f8f8445a
build(deps-dev): Bump eslint from 8.43.0 to 8.44.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.43.0 to 8.44.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.43.0...v8.44.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-03 12:02:50 +00:00
758930bbf7
Merge pull request #945 from jonnybarnes/dependabot/composer/phpunit/phpunit-10.2.3
build(deps-dev): Bump phpunit/phpunit from 10.2.2 to 10.2.3
2023-07-03 12:45:38 +01:00
dependabot[bot]
b977c26cfe
build(deps-dev): Bump phpunit/phpunit from 10.2.2 to 10.2.3
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.2.2 to 10.2.3.
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.2.3/ChangeLog-10.2.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.2.2...10.2.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-03 11:37:08 +00:00
94c80c48f5
Merge pull request #944 from jonnybarnes/dependabot/composer/nunomaduro/collision-7.7.0
build(deps-dev): Bump nunomaduro/collision from 7.6.0 to 7.7.0
2023-07-03 12:36:13 +01:00
dependabot[bot]
abef7049cb
build(deps-dev): Bump nunomaduro/collision from 7.6.0 to 7.7.0
Bumps [nunomaduro/collision](https://github.com/nunomaduro/collision) from 7.6.0 to 7.7.0.
- [Changelog](https://github.com/nunomaduro/collision/blob/v7.x/CHANGELOG.md)
- [Commits](https://github.com/nunomaduro/collision/compare/v7.6.0...v7.7.0)

---
updated-dependencies:
- dependency-name: nunomaduro/collision
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-03 10:39:49 +00:00
99c658c695
Merge pull request #942 from jonnybarnes/dependabot/composer/spatie/laravel-ignition-2.2.0
build(deps): Bump spatie/laravel-ignition from 2.1.3 to 2.2.0
2023-07-03 11:39:03 +01:00
dependabot[bot]
937a6e5bf2
build(deps): Bump spatie/laravel-ignition from 2.1.3 to 2.2.0
Bumps [spatie/laravel-ignition](https://github.com/spatie/laravel-ignition) from 2.1.3 to 2.2.0.
- [Release notes](https://github.com/spatie/laravel-ignition/releases)
- [Changelog](https://github.com/spatie/laravel-ignition/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spatie/laravel-ignition/compare/2.1.3...2.2.0)

---
updated-dependencies:
- dependency-name: spatie/laravel-ignition
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-30 10:43:47 +00:00
5cab50c6f3
Merge pull request #943 from jonnybarnes/dependabot/composer/laravel/framework-10.14.1
build(deps): Bump laravel/framework from 10.14.0 to 10.14.1
2023-06-30 11:42:46 +01:00
dependabot[bot]
b222eea3fc
build(deps): Bump laravel/framework from 10.14.0 to 10.14.1
Bumps [laravel/framework](https://github.com/laravel/framework) from 10.14.0 to 10.14.1.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v10.14.0...v10.14.1)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-30 10:39:20 +00:00
8715a4e9c5
Merge pull request #941 from jonnybarnes/dependabot/npm_and_yarn/webpack-5.88.1
build(deps-dev): Bump webpack from 5.88.0 to 5.88.1
2023-06-30 11:38:29 +01:00
dependabot[bot]
3c515caae3
build(deps-dev): Bump webpack from 5.88.0 to 5.88.1
Bumps [webpack](https://github.com/webpack/webpack) from 5.88.0 to 5.88.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.88.0...v5.88.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-29 09:33:14 +00:00
c30bc85120
Merge pull request #940 from jonnybarnes/dependabot/composer/vimeo/psalm-5.13.1
build(deps-dev): Bump vimeo/psalm from 5.13.0 to 5.13.1
2023-06-28 11:07:36 +01:00
dependabot[bot]
06da1b76bf
build(deps-dev): Bump vimeo/psalm from 5.13.0 to 5.13.1
Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 5.13.0 to 5.13.1.
- [Release notes](https://github.com/vimeo/psalm/releases)
- [Commits](https://github.com/vimeo/psalm/compare/5.13.0...5.13.1)

---
updated-dependencies:
- dependency-name: vimeo/psalm
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-28 10:05:00 +00:00
dfe9907744
Merge pull request #939 from jonnybarnes/dependabot/composer/laravel/framework-10.14.0
build(deps): Bump laravel/framework from 10.13.5 to 10.14.0
2023-06-28 11:04:17 +01:00
dependabot[bot]
03d68001ed
build(deps): Bump laravel/framework from 10.13.5 to 10.14.0
Bumps [laravel/framework](https://github.com/laravel/framework) from 10.13.5 to 10.14.0.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v10.13.5...v10.14.0)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-28 09:56:32 +00:00
49ecef45d0
Merge pull request #938 from jonnybarnes/dependabot/composer/vimeo/psalm-5.13.0
build(deps-dev): Bump vimeo/psalm from 5.12.0 to 5.13.0
2023-06-26 11:28:04 +01:00
dependabot[bot]
743fdf4304
build(deps-dev): Bump vimeo/psalm from 5.12.0 to 5.13.0
Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 5.12.0 to 5.13.0.
- [Release notes](https://github.com/vimeo/psalm/releases)
- [Commits](https://github.com/vimeo/psalm/compare/5.12.0...5.13.0)

---
updated-dependencies:
- dependency-name: vimeo/psalm
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-26 10:24:30 +00:00
1970c3774a
Merge pull request #937 from jonnybarnes/dependabot/composer/openai-php/client-0.6.2
build(deps-dev): Bump openai-php/client from 0.6.1 to 0.6.2
2023-06-26 11:23:56 +01:00
dependabot[bot]
73843a7bb8
build(deps-dev): Bump openai-php/client from 0.6.1 to 0.6.2
Bumps [openai-php/client](https://github.com/openai-php/client) from 0.6.1 to 0.6.2.
- [Release notes](https://github.com/openai-php/client/releases)
- [Changelog](https://github.com/openai-php/client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/openai-php/client/compare/v0.6.1...v0.6.2)

---
updated-dependencies:
- dependency-name: openai-php/client
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-26 09:56:27 +00:00
a2f2dae140
Run Laravel Pint 2023-06-25 14:22:56 +01:00
3a681c0a44
Initial work with Psalm reporting 2023-06-25 14:18:40 +01:00
1ac8e27157
Merge pull request #934 from jonnybarnes/dependabot/npm_and_yarn/stylelint-15.9.0
build(deps-dev): Bump stylelint from 15.8.0 to 15.9.0
2023-06-23 18:06:25 +01:00
dependabot[bot]
9a9900eb92
build(deps-dev): Bump stylelint from 15.8.0 to 15.9.0
Bumps [stylelint](https://github.com/stylelint/stylelint) from 15.8.0 to 15.9.0.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/15.8.0...15.9.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-23 16:58:46 +00:00
d3edd501cc
Merge pull request #933 from jonnybarnes/dependabot/composer/spatie/laravel-ray-1.32.5 2023-06-23 13:07:53 +01:00
dependabot[bot]
c23bcd277d
build(deps-dev): Bump spatie/laravel-ray from 1.32.4 to 1.32.5
Bumps [spatie/laravel-ray](https://github.com/spatie/laravel-ray) from 1.32.4 to 1.32.5.
- [Release notes](https://github.com/spatie/laravel-ray/releases)
- [Changelog](https://github.com/spatie/laravel-ray/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spatie/laravel-ray/compare/1.32.4...1.32.5)

---
updated-dependencies:
- dependency-name: spatie/laravel-ray
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-23 09:56:30 +00:00
db385bf977
Merge pull request #932 from jonnybarnes/dependabot/npm_and_yarn/webpack-5.88.0
build(deps-dev): Bump webpack from 5.87.0 to 5.88.0
2023-06-22 12:37:25 +01:00
dependabot[bot]
7dfcbeadc7
build(deps-dev): Bump webpack from 5.87.0 to 5.88.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.87.0 to 5.88.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.87.0...v5.88.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-22 09:56:34 +00:00
1d7394e5ec
Merge pull request #930 from jonnybarnes/update_pint
Update Laravel Pint
2023-06-21 18:49:38 +01:00
051f6a4b03
Update Laravel Pint 2023-06-21 18:46:31 +01:00
e8f1b532fa
Merge pull request #929 from jonnybarnes/dependabot/composer/laravel/horizon-5.17.0
build(deps): Bump laravel/horizon from 5.16.1 to 5.17.0
2023-06-21 18:39:14 +01:00
dependabot[bot]
87aea1faf6
build(deps): Bump laravel/horizon from 5.16.1 to 5.17.0
Bumps [laravel/horizon](https://github.com/laravel/horizon) from 5.16.1 to 5.17.0.
- [Release notes](https://github.com/laravel/horizon/releases)
- [Changelog](https://github.com/laravel/horizon/blob/5.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/horizon/compare/v5.16.1...v5.17.0)

---
updated-dependencies:
- dependency-name: laravel/horizon
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-21 17:33:16 +00:00
f3a27b45d7
Merge pull request #928 from jonnybarnes/dependabot/composer/laravel/sail-1.23.0
build(deps-dev): Bump laravel/sail from 1.22.0 to 1.23.0
2023-06-21 18:32:38 +01:00
dependabot[bot]
89c0a2ca84
build(deps-dev): Bump laravel/sail from 1.22.0 to 1.23.0
Bumps [laravel/sail](https://github.com/laravel/sail) from 1.22.0 to 1.23.0.
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/sail/compare/v1.22.0...v1.23.0)

---
updated-dependencies:
- dependency-name: laravel/sail
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-21 09:56:41 +00:00
af230eedaa
Merge pull request #926 from jonnybarnes/dependabot/npm_and_yarn/stylelint-15.8.0
build(deps-dev): Bump stylelint from 15.7.0 to 15.8.0
2023-06-19 11:23:43 +01:00
dependabot[bot]
0d3862208b
build(deps-dev): Bump stylelint from 15.7.0 to 15.8.0
Bumps [stylelint](https://github.com/stylelint/stylelint) from 15.7.0 to 15.8.0.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/15.7.0...15.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-19 10:15:46 +00:00
167c5474ea
Merge pull request #925 from jonnybarnes/dependabot/npm_and_yarn/eslint-8.43.0
build(deps-dev): Bump eslint from 8.42.0 to 8.43.0
2023-06-19 11:15:08 +01:00
dependabot[bot]
e2375ca5f8
build(deps-dev): Bump eslint from 8.42.0 to 8.43.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.42.0 to 8.43.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.42.0...v8.43.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-19 09:56:48 +00:00
0589b32aa6
Merge pull request #924 from jonnybarnes/923-setup-ai-help-in-ignition
chore: Integrate OpenAI API for completions on Ignition error page.
2023-06-18 09:47:16 +01:00
a06d00210b
chore: Integrate OpenAI API for completions on Ignition error page.
- Add OpenAI API to composer dev requirements.
- Add OpenAI API key to environment variables in .env.example.
2023-06-18 08:53:28 +01:00
f375e4217f
Merge pull request #922 from jonnybarnes/develop
MTM Fix error in SaveProfileImage
2023-06-17 20:01:52 +01:00
8e2535206e
Merge pull request #921 from jonnybarnes/920-saveprofileimage-fails-when-$photo-is-an-array
refactor: Refactor and add tests for SaveProfileImage feature
2023-06-17 19:57:25 +01:00
dabd03f556
refactor: Refactor and add tests for SaveProfileImage feature
- Add error handling checks for photo and home
- Add 3 new tests and modify an existing test for SaveProfileImageJob
- Test getting URL from photo object if alt text is provided
- Test using the first URL if multiple homepages are provided
2023-06-17 19:48:27 +01:00
3dfe99aac7
Merge pull request #919 from jonnybarnes/develop
MTM Fix routing for Article links
2023-06-16 13:18:28 +01:00
58ee36c932
Merge pull request #918 from jonnybarnes/917-typeerror-in-articlescontroller
fix: Improve routing specificity and add new test.
2023-06-16 13:14:14 +01:00
d9e2467ba5
fix: Improve routing specificity and add new test.
- Update regular expressions for two routes in `routes/web.php` to match specific numeral values
- Add new test for incorrect URL parsing in `tests/Feature/ArticlesTest.php`
2023-06-16 13:02:00 +01:00
66ed0f5c51
Merge pull request #916 from jonnybarnes/dependabot/composer/nunomaduro/collision-7.6.0
build(deps-dev): Bump nunomaduro/collision from 7.5.2 to 7.6.0
2023-06-16 12:33:46 +01:00
dependabot[bot]
f353e4205a
build(deps-dev): Bump nunomaduro/collision from 7.5.2 to 7.6.0
Bumps [nunomaduro/collision](https://github.com/nunomaduro/collision) from 7.5.2 to 7.6.0.
- [Changelog](https://github.com/nunomaduro/collision/blob/v7.x/CHANGELOG.md)
- [Commits](https://github.com/nunomaduro/collision/compare/v7.5.2...v7.6.0)

---
updated-dependencies:
- dependency-name: nunomaduro/collision
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-16 09:56:28 +00:00
c93b8a3801
Merge pull request #915 from jonnybarnes/dependabot/npm_and_yarn/webpack-5.87.0
build(deps-dev): Bump webpack from 5.86.0 to 5.87.0
2023-06-15 13:21:24 +01:00
dependabot[bot]
d67a8ff62c
build(deps-dev): Bump webpack from 5.86.0 to 5.87.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.86.0 to 5.87.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.86.0...v5.87.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-15 09:56:45 +00:00
2142e7eafa
Merge pull request #914 from jonnybarnes/dependabot/npm_and_yarn/postcss-nesting-11.3.0
build(deps-dev): Bump postcss-nesting from 11.2.2 to 11.3.0
2023-06-14 16:15:54 +01:00
dependabot[bot]
06360bf06c
build(deps-dev): Bump postcss-nesting from 11.2.2 to 11.3.0
Bumps [postcss-nesting](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-nesting) from 11.2.2 to 11.3.0.
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-nesting/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-nesting)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-14 15:14:12 +00:00
6aa88055d3
Merge pull request #913 from jonnybarnes/dependabot/composer/laravel/pint-1.10.2
build(deps-dev): Bump laravel/pint from 1.10.1 to 1.10.2
2023-06-14 16:10:39 +01:00
dependabot[bot]
0eafb74578
build(deps-dev): Bump laravel/pint from 1.10.1 to 1.10.2
Bumps [laravel/pint](https://github.com/laravel/pint) from 1.10.1 to 1.10.2.
- [Release notes](https://github.com/laravel/pint/releases)
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/laravel/pint/compare/v1.10.1...v1.10.2)

---
updated-dependencies:
- dependency-name: laravel/pint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-13 09:57:05 +00:00
dcdd35729f
Merge pull request #912 from jonnybarnes/dependabot/npm_and_yarn/postcss-loader-7.3.3
build(deps-dev): Bump postcss-loader from 7.3.2 to 7.3.3
2023-06-12 13:13:47 +01:00
dependabot[bot]
99aa2438ef
build(deps-dev): Bump postcss-loader from 7.3.2 to 7.3.3
Bumps [postcss-loader](https://github.com/webpack-contrib/postcss-loader) from 7.3.2 to 7.3.3.
- [Release notes](https://github.com/webpack-contrib/postcss-loader/releases)
- [Changelog](https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/postcss-loader/compare/v7.3.2...v7.3.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-12 12:08:13 +00:00
e8fd4fc6ee
Merge pull request #911 from jonnybarnes/dependabot/composer/fakerphp/faker-1.23.0
build(deps-dev): Bump fakerphp/faker from 1.22.0 to 1.23.0
2023-06-12 13:05:38 +01:00
dependabot[bot]
edd8877cbf
build(deps-dev): Bump fakerphp/faker from 1.22.0 to 1.23.0
Bumps [fakerphp/faker](https://github.com/FakerPHP/Faker) from 1.22.0 to 1.23.0.
- [Release notes](https://github.com/FakerPHP/Faker/releases)
- [Changelog](https://github.com/FakerPHP/Faker/blob/main/CHANGELOG.md)
- [Commits](https://github.com/FakerPHP/Faker/compare/v1.22.0...v1.23.0)

---
updated-dependencies:
- dependency-name: fakerphp/faker
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-12 11:07:51 +00:00
e9d1568021
Merge pull request #910 from jonnybarnes/dependabot/composer/phpunit/phpunit-10.2.2
build(deps-dev): Bump phpunit/phpunit from 10.2.1 to 10.2.2
2023-06-12 11:57:08 +01:00
dependabot[bot]
f79baeb1e1
build(deps-dev): Bump phpunit/phpunit from 10.2.1 to 10.2.2
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.2.1 to 10.2.2.
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.2.2/ChangeLog-10.2.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.2.1...10.2.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-12 09:56:29 +00:00
577d821709
Merge pull request #909 from jonnybarnes/develop
MTM Fix use of config variables
2023-06-11 17:01:56 +01:00
865598ec7f
Merge pull request #908 from jonnybarnes/907-header-name-missing
fix: Use correct config variables post L10-config update
2023-06-11 16:58:27 +01:00
462c710295
fix: Use correct config variables post L10-config update
Specifically the header name had disappeared.
2023-06-11 16:54:56 +01:00
66f4f856a6
Merge pull request #906 from jonnybarnes/develop
MTM Stop note IDs being too large
2023-06-11 15:22:55 +01:00
7edac37e16
Merge pull request #905 from jonnybarnes/904-specific-notes-link-causing-numeric-value-out-of-range-sql-error
refactor: Improve note ID validation and error handling
2023-06-11 14:19:28 +01:00
795c25c19c
refactor: Remove unnecessary import in Note model 2023-06-11 13:05:14 +01:00
71cb15d007
refactor: Improve note ID validation and error handling
- Improve input validation and error handling in Note model
- Add test case for out-of-range note IDs in NotesController
2023-06-11 12:52:07 +01:00
d47c8c00f3
Merge pull request #903 from jonnybarnes/match_l10_code
chore: Refactor configuration files based on Laravel 10 skeleton
2023-06-09 19:15:46 +01:00
3d336d5693
chore: Add support for composer/installers package. 2023-06-09 19:00:57 +01:00
bebbfec510
chore: Refactor configuration files based on Laravel 10 skeleton 2023-06-09 18:31:53 +01:00
73bc0b5338
Merge pull request #901 from jonnybarnes/develop
MTM Add Flare support
2023-06-09 14:15:30 +01:00
3f78d5118a
Merge pull request #900 from jonnybarnes/899-use-flare-for-errors
feat: Add Flare support
2023-06-09 14:12:11 +01:00
79b9013707
feat: Add Flare support
- Add new log channel "flare" and update "stack" channel to use it
- Introduce placeholders for log messages in several channels
- Add processors to "papertrail" and "stderr" channels
- Add `spatie/laravel-ignition` package to composer requirements
- Change `$dontReport` variable to `$dontFlash` in exception handler
- Add `FLARE_KEY` and `BRIDGY_MASTODON_TOKEN` to `.env.github` and `.env.example` files
2023-06-09 14:07:24 +01:00
4d9989b37b
Merge pull request #897 from jonnybarnes/dependabot/composer/laravel/framework-10.13.5
build(deps): Bump laravel/framework from 10.13.2 to 10.13.5
2023-06-09 13:53:44 +01:00
dependabot[bot]
019dfb2977
build(deps): Bump laravel/framework from 10.13.2 to 10.13.5
Bumps [laravel/framework](https://github.com/laravel/framework) from 10.13.2 to 10.13.5.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v10.13.2...v10.13.5)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-09 12:50:53 +00:00
5833a55c7f
Merge pull request #898 from jonnybarnes/dependabot/npm_and_yarn/babel/core-7.22.5
build(deps-dev): Bump @babel/core from 7.22.1 to 7.22.5
2023-06-09 13:50:05 +01:00
dependabot[bot]
033cabffbe
build(deps-dev): Bump @babel/core from 7.22.1 to 7.22.5
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.1 to 7.22.5.
- [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.22.5/packages/babel-core)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-09 12:46:24 +00:00
1f9a829980
Merge pull request #896 from jonnybarnes/dependabot/npm_and_yarn/babel/preset-env-7.22.5
build(deps-dev): Bump @babel/preset-env from 7.22.4 to 7.22.5
2023-06-09 13:45:47 +01:00
dependabot[bot]
d8e2c6d2e4
build(deps-dev): Bump @babel/preset-env from 7.22.4 to 7.22.5
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.4 to 7.22.5.
- [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.22.5/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-09 09:56:44 +00:00
b98becfdf5
Merge pull request #895 from jonnybarnes/dependabot/npm_and_yarn/webpack-5.86.0 2023-06-08 21:53:35 +01:00
dependabot[bot]
9ca6bf94f5
build(deps-dev): Bump webpack from 5.85.1 to 5.86.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.85.1 to 5.86.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.85.1...v5.86.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-08 12:30:21 +00:00
ab558fe339
Merge pull request #894 from jonnybarnes/dependabot/npm_and_yarn/webpack-cli-5.1.4 2023-06-08 13:29:37 +01:00
dependabot[bot]
9a55b56b7a
build(deps-dev): Bump webpack-cli from 5.1.3 to 5.1.4
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 5.1.3 to 5.1.4.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@5.1.3...webpack-cli@5.1.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-08 10:46:31 +00:00
91cfcd5324
Merge pull request #892 from jonnybarnes/dependabot/composer/mockery/mockery-1.6.2 2023-06-08 11:23:50 +01:00
dependabot[bot]
852eb53874
build(deps-dev): Bump mockery/mockery from 1.6.1 to 1.6.2
Bumps [mockery/mockery](https://github.com/mockery/mockery) from 1.6.1 to 1.6.2.
- [Release notes](https://github.com/mockery/mockery/releases)
- [Changelog](https://github.com/mockery/mockery/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mockery/mockery/compare/1.6.1...1.6.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-08 10:16:09 +00:00
918dab4039
Merge pull request #893 from jonnybarnes/dependabot/composer/laravel/pint-1.10.1 2023-06-08 11:15:30 +01:00
dependabot[bot]
557c7dd035
build(deps-dev): Bump laravel/pint from 1.10.0 to 1.10.1
Bumps [laravel/pint](https://github.com/laravel/pint) from 1.10.0 to 1.10.1.
- [Release notes](https://github.com/laravel/pint/releases)
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/laravel/pint/compare/v1.10.0...v1.10.1)

---
updated-dependencies:
- dependency-name: laravel/pint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-07 09:56:37 +00:00
1bfe053be4
Merge pull request #889 from jonnybarnes/dependabot/composer/mockery/mockery-1.6.1
build(deps-dev): Bump mockery/mockery from 1.5.1 to 1.6.1
2023-06-06 20:03:53 +01:00
dependabot[bot]
5ced88983a
build(deps-dev): Bump mockery/mockery from 1.5.1 to 1.6.1
Bumps [mockery/mockery](https://github.com/mockery/mockery) from 1.5.1 to 1.6.1.
- [Release notes](https://github.com/mockery/mockery/releases)
- [Changelog](https://github.com/mockery/mockery/blob/1.6.1/CHANGELOG.md)
- [Commits](https://github.com/mockery/mockery/compare/1.5.1...1.6.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-06 18:13:32 +00:00
93307c77f2
Merge pull request #886 from jonnybarnes/dependabot/composer/phpunit/phpunit-10.2.1
build(deps-dev): Bump phpunit/phpunit from 10.1.3 to 10.2.1
2023-06-06 19:12:50 +01:00
dependabot[bot]
e043073b9d
build(deps-dev): Bump phpunit/phpunit from 10.1.3 to 10.2.1
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.1.3 to 10.2.1.
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.2.1/ChangeLog-10.2.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.1.3...10.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-06 18:07:51 +00:00
9697f99b51
Merge pull request #890 from jonnybarnes/dependabot/composer/laravel/framework-10.13.2
build(deps): Bump laravel/framework from 10.13.0 to 10.13.2
2023-06-06 19:06:37 +01:00
dependabot[bot]
8cc934b9d9
build(deps): Bump laravel/framework from 10.13.0 to 10.13.2
Bumps [laravel/framework](https://github.com/laravel/framework) from 10.13.0 to 10.13.2.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v10.13.0...v10.13.2)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-06 16:47:20 +00:00
2c8be468c9
Merge pull request #891 from jonnybarnes/dependabot/npm_and_yarn/webpack-5.85.1
build(deps-dev): Bump webpack from 5.85.0 to 5.85.1
2023-06-06 16:05:29 +01:00
dependabot[bot]
5b7c26e2ad
build(deps-dev): Bump webpack from 5.85.0 to 5.85.1
Bumps [webpack](https://github.com/webpack/webpack) from 5.85.0 to 5.85.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.85.0...v5.85.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-06 14:16:06 +00:00
ec9aa65ad2
Merge pull request #888 from jonnybarnes/dependabot/npm_and_yarn/stylelint-15.7.0
build(deps-dev): Bump stylelint from 15.6.2 to 15.7.0
2023-06-06 15:15:25 +01:00
dependabot[bot]
0980d40c3b
build(deps-dev): Bump stylelint from 15.6.2 to 15.7.0
Bumps [stylelint](https://github.com/stylelint/stylelint) from 15.6.2 to 15.7.0.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/15.6.2...15.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-06 11:41:37 +00:00
cf13dbcc8e
Merge pull request #884 from jonnybarnes/dependabot/npm_and_yarn/eslint-8.42.0
build(deps-dev): Bump eslint from 8.41.0 to 8.42.0
2023-06-06 12:40:52 +01:00
dependabot[bot]
4f075494fa
build(deps-dev): Bump eslint from 8.41.0 to 8.42.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.41.0 to 8.42.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.41.0...v8.42.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-06 08:32:22 +00:00
cee300fa74
Merge pull request #882 from jonnybarnes/dependabot/npm_and_yarn/webpack-cli-5.1.3
build(deps-dev): Bump webpack-cli from 5.1.1 to 5.1.3
2023-06-06 09:31:43 +01:00
dependabot[bot]
8477c79b0a
build(deps-dev): Bump webpack-cli from 5.1.1 to 5.1.3
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 5.1.1 to 5.1.3.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@5.1.1...webpack-cli@5.1.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-06 08:07:22 +00:00
29f9adbf46
Merge pull request #880 from jonnybarnes/dependabot/npm_and_yarn/csstools/postcss-oklab-function-2.2.3
build(deps-dev): Bump @csstools/postcss-oklab-function from 2.2.2 to 2.2.3
2023-06-06 09:05:15 +01:00
dependabot[bot]
9667baf531
build(deps-dev): Bump @csstools/postcss-oklab-function
Bumps [@csstools/postcss-oklab-function](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-oklab-function) from 2.2.2 to 2.2.3.
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-oklab-function/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-oklab-function)

---
updated-dependencies:
- dependency-name: "@csstools/postcss-oklab-function"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-06 07:55:25 +00:00
4868017d9b
Merge pull request #879 from jonnybarnes/dependabot/npm_and_yarn/webpack-5.85.0
build(deps-dev): Bump webpack from 5.84.1 to 5.85.0
2023-06-06 08:54:47 +01:00
dependabot[bot]
ecdf3f9ca6
build(deps-dev): Bump webpack from 5.84.1 to 5.85.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.84.1 to 5.85.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.84.1...v5.85.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-01 09:56:49 +00:00
cb03b20e48
Merge pull request #878 from jonnybarnes/dependabot/composer/symfony/html-sanitizer-6.3.0
build(deps): Bump symfony/html-sanitizer from 6.2.7 to 6.3.0
2023-05-31 11:33:13 +01:00
dependabot[bot]
a3f09c40fc
build(deps): Bump symfony/html-sanitizer from 6.2.7 to 6.3.0
Bumps [symfony/html-sanitizer](https://github.com/symfony/html-sanitizer) from 6.2.7 to 6.3.0.
- [Release notes](https://github.com/symfony/html-sanitizer/releases)
- [Commits](https://github.com/symfony/html-sanitizer/compare/v6.2.7...v6.3.0)

---
updated-dependencies:
- dependency-name: symfony/html-sanitizer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-31 10:21:58 +00:00
8d25b8e789
Merge pull request #876 from jonnybarnes/dependabot/composer/laravel/horizon-5.16.1
build(deps): Bump laravel/horizon from 5.16.0 to 5.16.1
2023-05-31 11:21:17 +01:00
dependabot[bot]
33b14f83d6
build(deps): Bump laravel/horizon from 5.16.0 to 5.16.1
Bumps [laravel/horizon](https://github.com/laravel/horizon) from 5.16.0 to 5.16.1.
- [Release notes](https://github.com/laravel/horizon/releases)
- [Changelog](https://github.com/laravel/horizon/blob/5.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/horizon/compare/v5.16.0...v5.16.1)

---
updated-dependencies:
- dependency-name: laravel/horizon
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-31 10:09:59 +00:00
b801c9e194
Merge pull request #877 from jonnybarnes/dependabot/composer/laravel/framework-10.13.0
build(deps): Bump laravel/framework from 10.12.0 to 10.13.0
2023-05-31 11:09:20 +01:00
dependabot[bot]
7abf8609d3
build(deps): Bump laravel/framework from 10.12.0 to 10.13.0
Bumps [laravel/framework](https://github.com/laravel/framework) from 10.12.0 to 10.13.0.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v10.12.0...v10.13.0)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-31 09:57:11 +00:00
bc92424d45
Merge pull request #875 from jonnybarnes/dependabot/npm_and_yarn/babel/preset-env-7.22.4
build(deps-dev): Bump @babel/preset-env from 7.22.2 to 7.22.4
2023-05-30 11:07:48 +01:00
dependabot[bot]
5cb1003bc1
build(deps-dev): Bump @babel/preset-env from 7.22.2 to 7.22.4
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.2 to 7.22.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.22.4/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-30 09:56:37 +00:00
2f40e83568
Merge pull request #874 from jonnybarnes/develop
MTM Use separate CSS file in production
2023-05-29 13:04:38 +01:00
b74c156298
Merge pull request #873 from jonnybarnes/872-produce-separate-css-file-for-prod
Produce separate CSS file for production
2023-05-29 12:58:58 +01:00
16c945b3a6
chore: Improve production mode stylesheet loading workflow
- Add production mode stylesheet link to master.blade.php file
2023-05-29 12:50:24 +01:00
e62f68f514
style: Improve security by updating CSP headers
- Update `CSPHeader.php` to improve security by removing unsafe-inline.
2023-05-29 12:46:17 +01:00
447e72b16e
refactor: Add CSS extraction for production build
- Add `mini-css-extract-plugin` to `devDependencies`
- Optimize production builds with `MiniCssExtractPlugin`
- Improve CSS webpack rules for production and development builds
2023-05-29 12:44:29 +01:00
cbfae0ae34
Merge pull request #870 from jonnybarnes/dependabot/npm_and_yarn/babel/preset-env-7.22.2
build(deps-dev): Bump @babel/preset-env from 7.21.5 to 7.22.2
2023-05-29 11:27:17 +01:00
dependabot[bot]
145fb478bc
build(deps-dev): Bump @babel/preset-env from 7.21.5 to 7.22.2
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.21.5 to 7.22.2.
- [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.22.2/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-29 10:23:53 +00:00
168922ce53
Merge pull request #869 from jonnybarnes/dependabot/npm_and_yarn/babel/core-7.22.1
build(deps-dev): Bump @babel/core from 7.21.8 to 7.22.1
2023-05-29 11:23:08 +01:00
dependabot[bot]
ba454f5b96
build(deps-dev): Bump @babel/core from 7.21.8 to 7.22.1
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.21.8 to 7.22.1.
- [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.22.1/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-29 10:20:09 +00:00
851aa4818e
Merge pull request #867 from jonnybarnes/dependabot/npm_and_yarn/css-loader-6.8.1
build(deps-dev): Bump css-loader from 6.7.4 to 6.8.1
2023-05-29 11:19:32 +01:00
dependabot[bot]
1835452a5b
build(deps-dev): Bump css-loader from 6.7.4 to 6.8.1
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 6.7.4 to 6.8.1.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v6.7.4...v6.8.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-29 10:14:28 +00:00
3aab2608d0
Merge pull request #868 from jonnybarnes/dependabot/npm_and_yarn/postcss-loader-7.3.2
build(deps-dev): Bump postcss-loader from 7.3.1 to 7.3.2
2023-05-29 11:13:40 +01:00
dependabot[bot]
dbbed5757c
build(deps-dev): Bump postcss-loader from 7.3.1 to 7.3.2
Bumps [postcss-loader](https://github.com/webpack-contrib/postcss-loader) from 7.3.1 to 7.3.2.
- [Release notes](https://github.com/webpack-contrib/postcss-loader/releases)
- [Changelog](https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/postcss-loader/compare/v7.3.1...v7.3.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-29 10:05:07 +00:00
78449eca84
Merge pull request #866 from jonnybarnes/dependabot/npm_and_yarn/postcss-8.4.24
build(deps-dev): Bump postcss from 8.4.23 to 8.4.24
2023-05-29 11:01:30 +01:00
dependabot[bot]
72f4164793
build(deps-dev): Bump postcss from 8.4.23 to 8.4.24
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.23 to 8.4.24.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.23...8.4.24)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-29 09:56:39 +00:00
b2ef970810
Merge pull request #865 from jonnybarnes/develop
MTM Fix CSP for webpack added style rules
2023-05-27 19:40:02 +01:00
deb23b4a50
Merge pull request #864 from jonnybarnes/861-css-no-longer-loads-on-prod
fix: Add unsafe-inline to style-src CSP header
2023-05-27 19:26:32 +01:00
eb82ff4ca5
fix: Add unsafe-inline to style-src CSP header
- Improve content-security policy for better website security
- Add `'unsafe-inline'` to the `style-src` header in `CSPHeader.php`
2023-05-27 18:19:42 +01:00
2b2826212f
Merge pull request #863 from jonnybarnes/develop
MTM Fix compiled assets for prod
2023-05-27 18:08:09 +01:00
9220981db3
Merge pull request #862 from jonnybarnes/861-css-no-longer-loads-on-prod
Fix compiled assets for prod environments
2023-05-27 18:03:43 +01:00
f5b037265b
Fix compiled assets for prod environments
- Set devtool to 'eval-source-map' only in development mode in webpack.config.js
2023-05-27 17:21:46 +01:00
94bb8c204b
Merge pull request #860 from jonnybarnes/develop
MTM Fix schema update
2023-05-27 16:58:22 +01:00
6dc3803f51
Merge pull request #859 from jonnybarnes/858-error-updating-database-on-prod
Fix article schema change
2023-05-27 16:55:15 +01:00
9c62a5daff
refactor: Update article schema for better flexibility.
- Update database table `articles`
- Set `url` column as nullable
2023-05-27 16:47:44 +01:00
87d49bddde
Merge pull request #857 from jonnybarnes/develop
MTM: Some small tweaks and dependency updates
2023-05-27 15:41:41 +01:00
8397a81218
Merge pull request #855 from jonnybarnes/recompile-assets
Recompile public assets
2023-05-27 15:33:47 +01:00
e2f81ac7d0
Recompile public assets
Various npm dependencies have been updated recently, so recompile
2023-05-27 14:41:10 +01:00
5a3aa824cd
Merge pull request #853 from jonnybarnes/dependabot/composer/spatie/laravel-ignition-2.1.3
build(deps-dev): Bump spatie/laravel-ignition from 2.1.2 to 2.1.3
2023-05-26 14:27:19 +01:00
dependabot[bot]
7a462124f6
build(deps-dev): Bump spatie/laravel-ignition from 2.1.2 to 2.1.3
Bumps [spatie/laravel-ignition](https://github.com/spatie/laravel-ignition) from 2.1.2 to 2.1.3.
- [Release notes](https://github.com/spatie/laravel-ignition/releases)
- [Changelog](https://github.com/spatie/laravel-ignition/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spatie/laravel-ignition/compare/2.1.2...2.1.3)

---
updated-dependencies:
- dependency-name: spatie/laravel-ignition
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-26 13:23:11 +00:00
5b0595e19d
Merge pull request #854 from jonnybarnes/dependabot/npm_and_yarn/postcss-loader-7.3.1
build(deps-dev): Bump postcss-loader from 7.3.0 to 7.3.1
2023-05-26 14:22:31 +01:00
dependabot[bot]
90e83d621e
build(deps-dev): Bump postcss-loader from 7.3.0 to 7.3.1
Bumps [postcss-loader](https://github.com/webpack-contrib/postcss-loader) from 7.3.0 to 7.3.1.
- [Release notes](https://github.com/webpack-contrib/postcss-loader/releases)
- [Changelog](https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/postcss-loader/compare/v7.3.0...v7.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-26 13:19:08 +00:00
326c7a868f
Merge pull request #852 from jonnybarnes/dependabot/npm_and_yarn/webpack-5.84.1
build(deps-dev): Bump webpack from 5.83.1 to 5.84.1
2023-05-26 14:18:30 +01:00
dependabot[bot]
c192b3b7af
build(deps-dev): Bump webpack from 5.83.1 to 5.84.1
Bumps [webpack](https://github.com/webpack/webpack) from 5.83.1 to 5.84.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.83.1...v5.84.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-26 13:11:42 +00:00
e6e2c5d5e4
Merge pull request #850 from jonnybarnes/dependabot/composer/laravel/horizon-5.16.0
build(deps): Bump laravel/horizon from 5.15.1 to 5.16.0
2023-05-26 14:10:02 +01:00
dependabot[bot]
f75fcef77b
build(deps): Bump laravel/horizon from 5.15.1 to 5.16.0
Bumps [laravel/horizon](https://github.com/laravel/horizon) from 5.15.1 to 5.16.0.
- [Release notes](https://github.com/laravel/horizon/releases)
- [Changelog](https://github.com/laravel/horizon/blob/5.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/horizon/compare/v5.15.1...v5.16.0)

---
updated-dependencies:
- dependency-name: laravel/horizon
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-26 13:03:36 +00:00
a17101b751
Merge pull request #849 from jonnybarnes/dependabot/composer/laravel/scout-10.2.2
build(deps): Bump laravel/scout from 10.2.1 to 10.2.2
2023-05-26 14:01:20 +01:00
dependabot[bot]
f8f8dce9f9
build(deps): Bump laravel/scout from 10.2.1 to 10.2.2
Bumps [laravel/scout](https://github.com/laravel/scout) from 10.2.1 to 10.2.2.
- [Release notes](https://github.com/laravel/scout/releases)
- [Changelog](https://github.com/laravel/scout/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/scout/compare/v10.2.1...v10.2.2)

---
updated-dependencies:
- dependency-name: laravel/scout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-26 12:56:37 +00:00
c351da2508
Merge pull request #848 from jonnybarnes/dependabot/composer/laravel/framework-10.12.0
build(deps): Bump laravel/framework from 10.11.0 to 10.12.0
2023-05-26 13:54:39 +01:00
dependabot[bot]
e01d49a6b3
build(deps): Bump laravel/framework from 10.11.0 to 10.12.0
Bumps [laravel/framework](https://github.com/laravel/framework) from 10.11.0 to 10.12.0.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v10.11.0...v10.12.0)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-24 09:56:52 +00:00
6618a819fe
Merge pull request #847 from jonnybarnes/dependabot/composer/vimeo/psalm-5.12.0
build(deps-dev): Bump vimeo/psalm from 5.11.0 to 5.12.0
2023-05-23 17:18:49 +01:00
dependabot[bot]
98815decbb
build(deps-dev): Bump vimeo/psalm from 5.11.0 to 5.12.0
Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 5.11.0 to 5.12.0.
- [Release notes](https://github.com/vimeo/psalm/releases)
- [Commits](https://github.com/vimeo/psalm/compare/5.11.0...5.12.0)

---
updated-dependencies:
- dependency-name: vimeo/psalm
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-23 09:56:39 +00:00
15ec1b26ce
Merge pull request #846 from jonnybarnes/dependabot/npm_and_yarn/csstools/postcss-oklab-function-2.2.2
build(deps-dev): Bump @csstools/postcss-oklab-function from 2.2.1 to 2.2.2
2023-05-22 13:12:38 +01:00
dependabot[bot]
fb804f585e
build(deps-dev): Bump @csstools/postcss-oklab-function
Bumps [@csstools/postcss-oklab-function](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-oklab-function) from 2.2.1 to 2.2.2.
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-oklab-function/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-oklab-function)

---
updated-dependencies:
- dependency-name: "@csstools/postcss-oklab-function"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-22 12:06:45 +00:00
3248c0479d
Merge pull request #844 from jonnybarnes/dependabot/npm_and_yarn/eslint-8.41.0
build(deps-dev): Bump eslint from 8.40.0 to 8.41.0
2023-05-22 13:01:07 +01:00
dependabot[bot]
3197ebebec
build(deps-dev): Bump eslint from 8.40.0 to 8.41.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.40.0 to 8.41.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.40.0...v8.41.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-22 11:07:21 +00:00
fc0b2713a8
Merge pull request #845 from jonnybarnes/dependabot/composer/phpunit/php-code-coverage-10.1.2
build(deps-dev): Bump phpunit/php-code-coverage from 10.1.1 to 10.1.2
2023-05-22 11:58:57 +01:00
dependabot[bot]
713c71be98
build(deps-dev): Bump phpunit/php-code-coverage from 10.1.1 to 10.1.2
Bumps [phpunit/php-code-coverage](https://github.com/sebastianbergmann/php-code-coverage) from 10.1.1 to 10.1.2.
- [Changelog](https://github.com/sebastianbergmann/php-code-coverage/blob/main/ChangeLog-10.1.md)
- [Commits](https://github.com/sebastianbergmann/php-code-coverage/compare/10.1.1...10.1.2)

---
updated-dependencies:
- dependency-name: phpunit/php-code-coverage
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-22 10:51:37 +00:00
ce37a9d99c
Merge pull request #843 from jonnybarnes/dependabot/composer/guzzlehttp/guzzle-7.7.0
build(deps): Bump guzzlehttp/guzzle from 7.6.1 to 7.7.0
2023-05-22 11:50:58 +01:00
dependabot[bot]
0e2e305496
build(deps): Bump guzzlehttp/guzzle from 7.6.1 to 7.7.0
Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 7.6.1 to 7.7.0.
- [Release notes](https://github.com/guzzle/guzzle/releases)
- [Changelog](https://github.com/guzzle/guzzle/blob/7.7/CHANGELOG.md)
- [Commits](https://github.com/guzzle/guzzle/compare/7.6.1...7.7.0)

---
updated-dependencies:
- dependency-name: guzzlehttp/guzzle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-22 09:56:34 +00:00
e9845d27c3
Merge pull request #842 from jonnybarnes/774-fix-unit-test
Increase article title and URL column length in migration.
2023-05-19 14:34:53 +01:00
e1731d2ed3
Increase article title and URL column length in migration.
- Increase character lengths for `titleurl` and `url` columns in `articles` table
- Add migration file to alter column lengths in database
2023-05-19 14:16:28 +01:00
0700fb0cd2
Merge pull request #841 from jonnybarnes/dependabot/npm_and_yarn/css-loader-6.7.4
build(deps-dev): Bump css-loader from 6.7.3 to 6.7.4
2023-05-19 12:49:49 +01:00
dependabot[bot]
e97f89b8d4
build(deps-dev): Bump css-loader from 6.7.3 to 6.7.4
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 6.7.3 to 6.7.4.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v6.7.3...v6.7.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-19 11:43:13 +00:00
d44e606be4
Merge pull request #840 from jonnybarnes/dependabot/npm_and_yarn/style-loader-3.3.3
build(deps-dev): Bump style-loader from 3.3.2 to 3.3.3
2023-05-19 12:42:31 +01:00
dependabot[bot]
cc5a843638
build(deps-dev): Bump style-loader from 3.3.2 to 3.3.3
Bumps [style-loader](https://github.com/webpack-contrib/style-loader) from 3.3.2 to 3.3.3.
- [Release notes](https://github.com/webpack-contrib/style-loader/releases)
- [Changelog](https://github.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/style-loader/compare/v3.3.2...v3.3.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-19 11:38:46 +00:00
b1e0b467b1
Merge pull request #839 from jonnybarnes/dependabot/npm_and_yarn/webpack-5.83.1
build(deps-dev): Bump webpack from 5.82.1 to 5.83.1
2023-05-19 12:38:05 +01:00
dependabot[bot]
11f15ad6b3
build(deps-dev): Bump webpack from 5.82.1 to 5.83.1
Bumps [webpack](https://github.com/webpack/webpack) from 5.82.1 to 5.83.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.82.1...v5.83.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-18 09:56:44 +00:00
24d84fec10
Merge pull request #838 from jonnybarnes/dependabot/composer/fakerphp/faker-1.22.0
build(deps-dev): Bump fakerphp/faker from 1.21.0 to 1.22.0
2023-05-17 16:01:09 +01:00
dependabot[bot]
71ee35cadd
build(deps-dev): Bump fakerphp/faker from 1.21.0 to 1.22.0
Bumps [fakerphp/faker](https://github.com/FakerPHP/Faker) from 1.21.0 to 1.22.0.
- [Release notes](https://github.com/FakerPHP/Faker/releases)
- [Changelog](https://github.com/FakerPHP/Faker/blob/main/CHANGELOG.md)
- [Commits](https://github.com/FakerPHP/Faker/compare/v1.21.0...v1.22.0)

---
updated-dependencies:
- dependency-name: fakerphp/faker
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-17 12:23:00 +00:00
a80d7efd36
Merge pull request #837 from jonnybarnes/dependabot/composer/laravel/framework-10.11.0
build(deps): Bump laravel/framework from 10.10.1 to 10.11.0
2023-05-17 13:22:22 +01:00
dependabot[bot]
b26513ed98
build(deps): Bump laravel/framework from 10.10.1 to 10.11.0
Bumps [laravel/framework](https://github.com/laravel/framework) from 10.10.1 to 10.11.0.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v10.10.1...v10.11.0)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-17 12:15:34 +00:00
92cc44ec75
Merge pull request #836 from jonnybarnes/dependabot/npm_and_yarn/stylelint-15.6.2
build(deps-dev): Bump stylelint from 15.6.1 to 15.6.2
2023-05-17 13:10:28 +01:00
dependabot[bot]
1a3a7683e4
build(deps-dev): Bump stylelint from 15.6.1 to 15.6.2
Bumps [stylelint](https://github.com/stylelint/stylelint) from 15.6.1 to 15.6.2.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/15.6.1...15.6.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-17 09:56:42 +00:00
e4f8af0d1d
Merge pull request #835 from jonnybarnes/dependabot/composer/guzzlehttp/guzzle-7.6.1
build(deps): Bump guzzlehttp/guzzle from 7.5.1 to 7.6.1
2023-05-16 16:56:50 +01:00
dependabot[bot]
aa20875389
build(deps): Bump guzzlehttp/guzzle from 7.5.1 to 7.6.1
Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 7.5.1 to 7.6.1.
- [Release notes](https://github.com/guzzle/guzzle/releases)
- [Changelog](https://github.com/guzzle/guzzle/blob/7.6/CHANGELOG.md)
- [Commits](https://github.com/guzzle/guzzle/compare/7.5.1...7.6.1)

---
updated-dependencies:
- dependency-name: guzzlehttp/guzzle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-16 09:56:32 +00:00
d7258d0ee3
Merge pull request #833 from jonnybarnes/793-remove-activitystreams-support
Remove activity stream functionality from controllers and providers
2023-05-12 15:41:09 +01:00
f2ad3a6626
Fix code style with Laravel Pint 2023-05-12 15:35:41 +01:00
86ac67698e
Remove activity stream functionality from controllers and providers.
- Remove activity stream related code and files
- Update configuration for HtmlSanitizer and RetryGuzzle
- Add `paginate` macro for `Collection`
- Remove unused code for `Codebird`
- Simplify `FrontPageController` and `NotesController` methods
2023-05-12 15:30:05 +01:00
e105887e3f
Merge pull request #832 from jonnybarnes/dependabot/composer/laravel/framework-10.10.1
build(deps): Bump laravel/framework from 10.10.0 to 10.10.1
2023-05-12 11:03:44 +01:00
dependabot[bot]
ad4c2f542e
build(deps): Bump laravel/framework from 10.10.0 to 10.10.1
Bumps [laravel/framework](https://github.com/laravel/framework) from 10.10.0 to 10.10.1.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v10.10.0...v10.10.1)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-12 09:56:50 +00:00
eba9e4a53e
Merge pull request #831 from jonnybarnes/dependabot/composer/phpunit/phpunit-10.1.3
Bump phpunit/phpunit from 10.1.2 to 10.1.3
2023-05-11 11:39:18 +01:00
dependabot[bot]
3b107c6749
Bump phpunit/phpunit from 10.1.2 to 10.1.3
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.1.2 to 10.1.3.
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.1.3/ChangeLog-10.1.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.1.2...10.1.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-11 10:35:19 +00:00
e208b7d86e
Merge pull request #830 from jonnybarnes/dependabot/npm_and_yarn/webpack-5.82.1
Bump webpack from 5.82.0 to 5.82.1
2023-05-11 11:29:16 +01:00
dependabot[bot]
59047d3f7e
Bump webpack from 5.82.0 to 5.82.1
Bumps [webpack](https://github.com/webpack/webpack) from 5.82.0 to 5.82.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.82.0...v5.82.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-11 09:56:33 +00:00
5fe01b7f10
Merge pull request #829 from jonnybarnes/dependabot/composer/laravel/scout-10.2.1
Bump laravel/scout from 10.1.1 to 10.2.1
2023-05-10 12:03:31 +01:00
dependabot[bot]
84a1e4a391
Bump laravel/scout from 10.1.1 to 10.2.1
Bumps [laravel/scout](https://github.com/laravel/scout) from 10.1.1 to 10.2.1.
- [Release notes](https://github.com/laravel/scout/releases)
- [Changelog](https://github.com/laravel/scout/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/scout/compare/v10.1.1...v10.2.1)

---
updated-dependencies:
- dependency-name: laravel/scout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-10 10:53:27 +00:00
d6bf66c3a5
Merge pull request #828 from jonnybarnes/dependabot/composer/laravel/sail-1.22.0
Bump laravel/sail from 1.21.5 to 1.22.0
2023-05-10 11:52:48 +01:00
dependabot[bot]
a9ca46e179
Bump laravel/sail from 1.21.5 to 1.22.0
Bumps [laravel/sail](https://github.com/laravel/sail) from 1.21.5 to 1.22.0.
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/sail/compare/v1.21.5...v1.22.0)

---
updated-dependencies:
- dependency-name: laravel/sail
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-10 10:45:37 +00:00
421b58ab45
Merge pull request #825 from jonnybarnes/dependabot/composer/laravel/horizon-5.15.1
Bump laravel/horizon from 5.15.0 to 5.15.1
2023-05-10 11:44:58 +01:00
dependabot[bot]
4073ca7679
Bump laravel/horizon from 5.15.0 to 5.15.1
Bumps [laravel/horizon](https://github.com/laravel/horizon) from 5.15.0 to 5.15.1.
- [Release notes](https://github.com/laravel/horizon/releases)
- [Changelog](https://github.com/laravel/horizon/blob/5.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/horizon/compare/v5.15.0...v5.15.1)

---
updated-dependencies:
- dependency-name: laravel/horizon
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-10 10:40:45 +00:00
eb9557baee
Merge pull request #827 from jonnybarnes/dependabot/composer/laravel/framework-10.10.0
Bump laravel/framework from 10.9.0 to 10.10.0
2023-05-10 11:40:06 +01:00
dependabot[bot]
b753e9fa5b
Bump laravel/framework from 10.9.0 to 10.10.0
Bumps [laravel/framework](https://github.com/laravel/framework) from 10.9.0 to 10.10.0.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v10.9.0...v10.10.0)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-10 09:57:28 +00:00
19ee734b7c
Merge pull request #824 from jonnybarnes/dependabot/npm_and_yarn/webpack-cli-5.1.1
Bump webpack-cli from 5.1.0 to 5.1.1
2023-05-09 11:08:33 +01:00
dependabot[bot]
8f3ec493b4
Bump webpack-cli from 5.1.0 to 5.1.1
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 5.1.0 to 5.1.1.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@5.1.0...webpack-cli@5.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-09 10:03:31 +00:00
ea6839d4d3
Merge pull request #823 from jonnybarnes/dependabot/composer/spatie/laravel-ignition-2.1.2
Bump spatie/laravel-ignition from 2.1.1 to 2.1.2
2023-05-09 11:02:22 +01:00
dependabot[bot]
8eb852d497
Bump spatie/laravel-ignition from 2.1.1 to 2.1.2
Bumps [spatie/laravel-ignition](https://github.com/spatie/laravel-ignition) from 2.1.1 to 2.1.2.
- [Release notes](https://github.com/spatie/laravel-ignition/releases)
- [Changelog](https://github.com/spatie/laravel-ignition/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spatie/laravel-ignition/compare/2.1.1...2.1.2)

---
updated-dependencies:
- dependency-name: spatie/laravel-ignition
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-09 09:56:32 +00:00
21ce72720e
Merge pull request #821 from jonnybarnes/dependabot/npm_and_yarn/eslint-8.40.0
Bump eslint from 8.39.0 to 8.40.0
2023-05-08 22:27:56 +01:00
dependabot[bot]
061fad50f4
Bump eslint from 8.39.0 to 8.40.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.39.0 to 8.40.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.39.0...v8.40.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-08 21:23:57 +00:00
a7d0bdc32a
Merge pull request #820 from jonnybarnes/dependabot/npm_and_yarn/webpack-cli-5.1.0
Bump webpack-cli from 5.0.2 to 5.1.0
2023-05-08 22:22:47 +01:00
dependabot[bot]
06fb152c62
Bump webpack-cli from 5.0.2 to 5.1.0
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 5.0.2 to 5.1.0.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@5.0.2...webpack-cli@5.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-08 21:14:18 +00:00
14c4f6908c
Merge pull request #822 from jonnybarnes/improve_webpack_config
refactor: Refactor webpack config and asset handling
2023-05-08 22:09:11 +01:00
57bd41febf
refactor: Refactor webpack config and asset handling
- Improve webpack performance and configuration
- Delete unnecessary CSS and binary files
- Adjust ESLint ignored files list
- Update package.json with webpack mode for dev and prod scripts
- Move app.css to app.js in master.blade.php
2023-05-08 21:56:05 +01:00
8a56827b13
Merge pull request #819 from jonnybarnes/dependabot/composer/vimeo/psalm-5.11.0
Bump vimeo/psalm from 5.10.0 to 5.11.0
2023-05-05 18:15:38 +01:00
dependabot[bot]
ffc6530588
Bump vimeo/psalm from 5.10.0 to 5.11.0
Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 5.10.0 to 5.11.0.
- [Release notes](https://github.com/vimeo/psalm/releases)
- [Commits](https://github.com/vimeo/psalm/compare/5.10.0...5.11.0)

---
updated-dependencies:
- dependency-name: vimeo/psalm
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-05 17:02:18 +00:00
98cf0582d0
Merge pull request #818 from jonnybarnes/dependabot/composer/spatie/laravel-ignition-2.1.1
Bump spatie/laravel-ignition from 2.1.0 to 2.1.1
2023-05-05 18:01:26 +01:00
dependabot[bot]
ee0d7004b1
Bump spatie/laravel-ignition from 2.1.0 to 2.1.1
Bumps [spatie/laravel-ignition](https://github.com/spatie/laravel-ignition) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/spatie/laravel-ignition/releases)
- [Changelog](https://github.com/spatie/laravel-ignition/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spatie/laravel-ignition/compare/2.1.0...2.1.1)

---
updated-dependencies:
- dependency-name: spatie/laravel-ignition
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-05 09:56:29 +00:00
9383ed8d0b
Merge pull request #817 from jonnybarnes/develop
MTM Remove Mapbox links
2023-05-04 18:49:21 +01:00
60251d6468
Merge pull request #816 from jonnybarnes/815-stop-loading-mapbox
Remove mapbox links
2023-05-04 18:43:46 +01:00
5f54517aa6
Remove mapbox links 2023-05-04 18:32:07 +01:00
2ce58ace34
Merge pull request #814 from jonnybarnes/dependabot/npm_and_yarn/webpack-5.82.0
Bump webpack from 5.81.0 to 5.82.0
2023-05-04 12:26:32 +01:00
dependabot[bot]
6ba8aff2ac
Bump webpack from 5.81.0 to 5.82.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.81.0 to 5.82.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.81.0...v5.82.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-04 11:21:28 +00:00
483085e7be
Merge pull request #812 from jonnybarnes/dependabot/npm_and_yarn/stylelint-15.6.1
Bump stylelint from 15.6.0 to 15.6.1
2023-05-04 12:20:50 +01:00
dependabot[bot]
cf846d543e
Bump stylelint from 15.6.0 to 15.6.1
Bumps [stylelint](https://github.com/stylelint/stylelint) from 15.6.0 to 15.6.1.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/15.6.0...15.6.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-04 11:08:50 +00:00
7431b701ca
Merge pull request #811 from jonnybarnes/dependabot/npm_and_yarn/babel/core-7.21.8
Bump @babel/core from 7.21.5 to 7.21.8
2023-05-04 12:08:15 +01:00
dependabot[bot]
86ab27a456
Bump @babel/core from 7.21.5 to 7.21.8
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.21.5 to 7.21.8.
- [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.21.8/packages/babel-core)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-04 10:53:50 +00:00
3ed23353b9
Merge pull request #813 from jonnybarnes/dependabot/composer/league/flysystem-aws-s3-v3-3.15.0
Bump league/flysystem-aws-s3-v3 from 3.13.0 to 3.15.0
2023-05-04 11:14:38 +01:00
dependabot[bot]
1cb5ef6b6e
Bump league/flysystem-aws-s3-v3 from 3.13.0 to 3.15.0
Bumps [league/flysystem-aws-s3-v3](https://github.com/thephpleague/flysystem-aws-s3-v3) from 3.13.0 to 3.15.0.
- [Release notes](https://github.com/thephpleague/flysystem-aws-s3-v3/releases)
- [Commits](https://github.com/thephpleague/flysystem-aws-s3-v3/compare/3.13.0...3.15.0)

---
updated-dependencies:
- dependency-name: league/flysystem-aws-s3-v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-04 10:01:51 +00:00
63ab840c64
Merge pull request #810 from jonnybarnes/dependabot/composer/vimeo/psalm-5.10.0
Bump vimeo/psalm from 5.9.0 to 5.10.0
2023-05-04 11:01:14 +01:00
dependabot[bot]
4cc86eac5e
Bump vimeo/psalm from 5.9.0 to 5.10.0
Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 5.9.0 to 5.10.0.
- [Release notes](https://github.com/vimeo/psalm/releases)
- [Commits](https://github.com/vimeo/psalm/compare/5.9.0...5.10.0)

---
updated-dependencies:
- dependency-name: vimeo/psalm
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-03 09:56:37 +00:00
a8155e262c
Merge pull request #809 from jonnybarnes/dependabot/composer/laravel/sanctum-3.2.5
Bump laravel/sanctum from 3.2.4 to 3.2.5
2023-05-02 11:19:50 +01:00
dependabot[bot]
602d773758
Bump laravel/sanctum from 3.2.4 to 3.2.5
Bumps [laravel/sanctum](https://github.com/laravel/sanctum) from 3.2.4 to 3.2.5.
- [Release notes](https://github.com/laravel/sanctum/releases)
- [Changelog](https://github.com/laravel/sanctum/blob/3.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/sanctum/compare/v3.2.4...v3.2.5)

---
updated-dependencies:
- dependency-name: laravel/sanctum
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-02 09:56:41 +00:00
bd1908587f
Merge pull request #808 from jonnybarnes/dependabot/npm_and_yarn/babel/core-7.21.5
Bump @babel/core from 7.21.4 to 7.21.5
2023-05-01 18:14:48 +01:00
dependabot[bot]
3dc38022c7
Bump @babel/core from 7.21.4 to 7.21.5
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.21.4 to 7.21.5.
- [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.21.5/packages/babel-core)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-01 17:04:44 +00:00
57510e623e
Merge pull request #806 from jonnybarnes/dependabot/npm_and_yarn/babel/preset-env-7.21.5
Bump @babel/preset-env from 7.21.4 to 7.21.5
2023-05-01 17:58:04 +01:00
dependabot[bot]
3d2a318b37
Bump @babel/preset-env from 7.21.4 to 7.21.5
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.21.4 to 7.21.5.
- [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.21.5/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-01 16:52:28 +00:00
b938a13aeb
Merge pull request #807 from jonnybarnes/dependabot/npm_and_yarn/postcss-loader-7.3.0
Bump postcss-loader from 7.2.4 to 7.3.0
2023-05-01 17:51:51 +01:00
dependabot[bot]
aed8c30f17
Bump postcss-loader from 7.2.4 to 7.3.0
Bumps [postcss-loader](https://github.com/webpack-contrib/postcss-loader) from 7.2.4 to 7.3.0.
- [Release notes](https://github.com/webpack-contrib/postcss-loader/releases)
- [Changelog](https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/postcss-loader/compare/v7.2.4...v7.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-01 16:47:10 +00:00
ace1cd44bb
Merge pull request #805 from jonnybarnes/dependabot/npm_and_yarn/cssnano-6.0.1
Bump cssnano from 6.0.0 to 6.0.1
2023-05-01 17:46:32 +01:00
dependabot[bot]
231ddccc1d
Bump cssnano from 6.0.0 to 6.0.1
Bumps [cssnano](https://github.com/cssnano/cssnano) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/cssnano@6.0.0...cssnano@6.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-01 09:56:44 +00:00
8b62387e90
Merge pull request #804 from jonnybarnes/dependabot/npm_and_yarn/webpack-5.81.0
Bump webpack from 5.80.0 to 5.81.0
2023-04-27 17:15:03 +01:00
dependabot[bot]
0df1dfa856
Bump webpack from 5.80.0 to 5.81.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.80.0 to 5.81.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.80.0...v5.81.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-27 15:09:50 +00:00
7581a441ac
Merge pull request #803 from jonnybarnes/dependabot/composer/laravel/sanctum-3.2.4
Bump laravel/sanctum from 3.2.1 to 3.2.4
2023-04-27 15:53:34 +01:00
dependabot[bot]
df5c50204e
Bump laravel/sanctum from 3.2.1 to 3.2.4
Bumps [laravel/sanctum](https://github.com/laravel/sanctum) from 3.2.1 to 3.2.4.
- [Release notes](https://github.com/laravel/sanctum/releases)
- [Changelog](https://github.com/laravel/sanctum/blob/3.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/sanctum/compare/v3.2.1...v3.2.4)

---
updated-dependencies:
- dependency-name: laravel/sanctum
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-27 14:38:13 +00:00
0722e12ca5
Merge pull request #801 from jonnybarnes/dependabot/composer/laravel/pint-1.10.0
Bump laravel/pint from 1.9.0 to 1.10.0
2023-04-27 15:37:25 +01:00
dependabot[bot]
c7e9bec046
Bump laravel/pint from 1.9.0 to 1.10.0
Bumps [laravel/pint](https://github.com/laravel/pint) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/laravel/pint/releases)
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/laravel/pint/compare/v1.9.0...v1.10.0)

---
updated-dependencies:
- dependency-name: laravel/pint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-27 12:51:30 +00:00
55c81f5abe
Merge pull request #799 from jonnybarnes/dependabot/composer/laravel/sail-1.21.5
Bump laravel/sail from 1.21.4 to 1.21.5
2023-04-27 13:50:52 +01:00
dependabot[bot]
56335ed7f5
Bump laravel/sail from 1.21.4 to 1.21.5
Bumps [laravel/sail](https://github.com/laravel/sail) from 1.21.4 to 1.21.5.
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/sail/compare/v1.21.4...v1.21.5)

---
updated-dependencies:
- dependency-name: laravel/sail
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-27 11:51:01 +00:00
6698df6986
Merge pull request #802 from jonnybarnes/dependabot/composer/laravel/framework-10.9.0
Bump laravel/framework from 10.8.0 to 10.9.0
2023-04-27 12:33:36 +01:00
dependabot[bot]
6caa34191c
Bump laravel/framework from 10.8.0 to 10.9.0
Bumps [laravel/framework](https://github.com/laravel/framework) from 10.8.0 to 10.9.0.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v10.8.0...v10.9.0)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-26 09:57:30 +00:00
a69df7fff3
Merge pull request #798 from jonnybarnes/dependabot/composer/nunomaduro/collision-7.5.2
Bump nunomaduro/collision from 7.5.0 to 7.5.2
2023-04-25 10:15:27 +01:00
dependabot[bot]
549288cc1f
Bump nunomaduro/collision from 7.5.0 to 7.5.2
Bumps [nunomaduro/collision](https://github.com/nunomaduro/collision) from 7.5.0 to 7.5.2.
- [Release notes](https://github.com/nunomaduro/collision/releases)
- [Changelog](https://github.com/nunomaduro/collision/blob/v7.x/CHANGELOG.md)
- [Commits](https://github.com/nunomaduro/collision/compare/v7.5.0...v7.5.2)

---
updated-dependencies:
- dependency-name: nunomaduro/collision
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-25 09:10:37 +00:00
c277854bb5
Merge pull request #797 from jonnybarnes/dependabot/npm_and_yarn/eslint-8.39.0
Bump eslint from 8.38.0 to 8.39.0
2023-04-24 12:52:46 +01:00
dependabot[bot]
45caf07cc4
Bump eslint from 8.38.0 to 8.39.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.38.0 to 8.39.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.38.0...v8.39.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-24 11:29:11 +00:00
ee27bdc006
Merge pull request #796 from jonnybarnes/dependabot/npm_and_yarn/stylelint-15.6.0
Bump stylelint from 15.5.0 to 15.6.0
2023-04-24 12:28:29 +01:00
dependabot[bot]
d3b7abcf53
Bump stylelint from 15.5.0 to 15.6.0
Bumps [stylelint](https://github.com/stylelint/stylelint) from 15.5.0 to 15.6.0.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/15.5.0...15.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-24 11:25:30 +00:00
76ef558536
Merge pull request #795 from jonnybarnes/dependabot/npm_and_yarn/webpack-cli-5.0.2
Bump webpack-cli from 5.0.1 to 5.0.2
2023-04-24 12:24:39 +01:00
dependabot[bot]
4fcd9e434e
Bump webpack-cli from 5.0.1 to 5.0.2
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 5.0.1 to 5.0.2.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@5.0.1...webpack-cli@5.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-24 10:46:58 +00:00
552c8c27a7
Merge pull request #794 from jonnybarnes/dependabot/composer/phpunit/phpunit-10.1.2
Bump phpunit/phpunit from 10.1.1 to 10.1.2
2023-04-24 11:38:34 +01:00
dependabot[bot]
36bb5c0c7d
Bump phpunit/phpunit from 10.1.1 to 10.1.2
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.1.1 to 10.1.2.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.1.2/ChangeLog-10.1.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.1.1...10.1.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-24 09:56:40 +00:00
54037c4514
Merge pull request #792 from jonnybarnes/791-fix-laravel-pint-upgrade
Update Laravel Pint
2023-04-20 17:40:58 +01:00
7ee5bb00ba
Update Laravel Pint 2023-04-20 17:34:06 +01:00
8d93a5ac7a
Merge pull request #790 from jonnybarnes/dependabot/npm_and_yarn/postcss-8.4.23
Bump postcss from 8.4.22 to 8.4.23
2023-04-20 17:29:37 +01:00
dependabot[bot]
65b246472b
Bump postcss from 8.4.22 to 8.4.23
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.22 to 8.4.23.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.22...8.4.23)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-20 16:26:09 +00:00
fcc14cef62
Merge pull request #789 from jonnybarnes/dependabot/npm_and_yarn/webpack-5.80.0
Bump webpack from 5.79.0 to 5.80.0
2023-04-20 17:25:31 +01:00
dependabot[bot]
796f217370
Bump webpack from 5.79.0 to 5.80.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.79.0 to 5.80.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.79.0...v5.80.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-20 09:56:32 +00:00
f16e7bd6d7
Merge pull request #788 from jonnybarnes/dependabot/composer/laravel/scout-10.1.1
Bump laravel/scout from 10.1.0 to 10.1.1
2023-04-19 11:41:52 +01:00
dependabot[bot]
aa68961849
Bump laravel/scout from 10.1.0 to 10.1.1
Bumps [laravel/scout](https://github.com/laravel/scout) from 10.1.0 to 10.1.1.
- [Release notes](https://github.com/laravel/scout/releases)
- [Changelog](https://github.com/laravel/scout/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/scout/compare/v10.1.0...v10.1.1)

---
updated-dependencies:
- dependency-name: laravel/scout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-19 10:21:20 +00:00
b27e7c05bf
Merge pull request #787 from jonnybarnes/dependabot/composer/laravel/dusk-7.7.1
Bump laravel/dusk from 7.7.0 to 7.7.1
2023-04-19 11:20:39 +01:00
dependabot[bot]
a48afca310
Bump laravel/dusk from 7.7.0 to 7.7.1
Bumps [laravel/dusk](https://github.com/laravel/dusk) from 7.7.0 to 7.7.1.
- [Release notes](https://github.com/laravel/dusk/releases)
- [Changelog](https://github.com/laravel/dusk/blob/7.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/dusk/compare/v7.7.0...v7.7.1)

---
updated-dependencies:
- dependency-name: laravel/dusk
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-19 10:15:59 +00:00
3f1d1b2662
Merge pull request #785 from jonnybarnes/dependabot/composer/laravel/framework-10.8.0
Bump laravel/framework from 10.7.1 to 10.8.0
2023-04-19 11:04:47 +01:00
dependabot[bot]
078520d484
Bump laravel/framework from 10.7.1 to 10.8.0
Bumps [laravel/framework](https://github.com/laravel/framework) from 10.7.1 to 10.8.0.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v10.7.1...v10.8.0)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-19 09:56:47 +00:00
d6345eb3e6
Merge pull request #783 from jonnybarnes/dependabot/composer/guzzlehttp/guzzle-7.5.1
Bump guzzlehttp/guzzle from 7.5.0 to 7.5.1
2023-04-18 20:35:50 +01:00
dependabot[bot]
54ae83d281
Bump guzzlehttp/guzzle from 7.5.0 to 7.5.1
Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 7.5.0 to 7.5.1.
- [Release notes](https://github.com/guzzle/guzzle/releases)
- [Changelog](https://github.com/guzzle/guzzle/blob/7.5/CHANGELOG.md)
- [Commits](https://github.com/guzzle/guzzle/compare/7.5.0...7.5.1)

---
updated-dependencies:
- dependency-name: guzzlehttp/guzzle
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-18 19:31:04 +00:00
54de5d84b5
Merge pull request #782 from jonnybarnes/dependabot/composer/phpunit/phpunit-10.1.1
Bump phpunit/phpunit from 10.1.0 to 10.1.1
2023-04-18 20:30:23 +01:00
dependabot[bot]
ad26e55b02
Bump phpunit/phpunit from 10.1.0 to 10.1.1
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.1.0 to 10.1.1.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.1.1/ChangeLog-10.1.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.1.0...10.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-18 09:56:25 +00:00
32c4862b0c
Merge pull request #780 from jonnybarnes/dependabot/npm_and_yarn/stylelint-config-standard-33.0.0
Bump stylelint-config-standard from 32.0.0 to 33.0.0
2023-04-18 09:45:12 +01:00
dependabot[bot]
6fc2959369
Bump stylelint-config-standard from 32.0.0 to 33.0.0
Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) from 32.0.0 to 33.0.0.
- [Release notes](https://github.com/stylelint/stylelint-config-standard/releases)
- [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint-config-standard/compare/32.0.0...33.0.0)

---
updated-dependencies:
- dependency-name: stylelint-config-standard
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-18 07:55:34 +00:00
40cd2f4a6e
Merge pull request #779 from jonnybarnes/dependabot/npm_and_yarn/postcss-8.4.22
Bump postcss from 8.4.21 to 8.4.22
2023-04-18 08:54:58 +01:00
dependabot[bot]
376e87ecd2
Bump postcss from 8.4.21 to 8.4.22
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.21 to 8.4.22.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.21...8.4.22)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-18 07:38:36 +00:00
8566fda66b
Merge pull request #778 from jonnybarnes/dependabot/composer/nunomaduro/collision-7.5.0
Bump nunomaduro/collision from 7.4.0 to 7.5.0
2023-04-18 08:10:28 +01:00
dependabot[bot]
c546d57eaa
Bump nunomaduro/collision from 7.4.0 to 7.5.0
Bumps [nunomaduro/collision](https://github.com/nunomaduro/collision) from 7.4.0 to 7.5.0.
- [Release notes](https://github.com/nunomaduro/collision/releases)
- [Changelog](https://github.com/nunomaduro/collision/blob/v7.x/CHANGELOG.md)
- [Commits](https://github.com/nunomaduro/collision/compare/v7.4.0...v7.5.0)

---
updated-dependencies:
- dependency-name: nunomaduro/collision
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-17 09:56:33 +00:00
f636e92db8
Merge pull request #777 from jonnybarnes/dependabot/composer/phpunit/phpunit-10.1.0
Bump phpunit/phpunit from 10.0.19 to 10.1.0
2023-04-14 14:31:42 +01:00
dependabot[bot]
f074b4f120
Bump phpunit/phpunit from 10.0.19 to 10.1.0
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.0.19 to 10.1.0.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.1.0/ChangeLog-10.1.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.0.19...10.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-14 13:15:16 +00:00
2b2d720bcf
Merge pull request #776 from jonnybarnes/dependabot/composer/phpunit/php-code-coverage-10.1.0
Bump phpunit/php-code-coverage from 10.0.2 to 10.1.0
2023-04-14 14:14:17 +01:00
dependabot[bot]
0655cd9f62
Bump phpunit/php-code-coverage from 10.0.2 to 10.1.0
Bumps [phpunit/php-code-coverage](https://github.com/sebastianbergmann/php-code-coverage) from 10.0.2 to 10.1.0.
- [Release notes](https://github.com/sebastianbergmann/php-code-coverage/releases)
- [Changelog](https://github.com/sebastianbergmann/php-code-coverage/blob/main/ChangeLog-10.1.md)
- [Commits](https://github.com/sebastianbergmann/php-code-coverage/compare/10.0.2...10.1.0)

---
updated-dependencies:
- dependency-name: phpunit/php-code-coverage
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-14 12:55:38 +00:00
b5a999ca32
Merge pull request #775 from jonnybarnes/dependabot/npm_and_yarn/webpack-5.79.0
Bump webpack from 5.78.0 to 5.79.0
2023-04-14 12:14:33 +01:00
dependabot[bot]
67bd886d10
Bump webpack from 5.78.0 to 5.79.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.78.0 to 5.79.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.78.0...v5.79.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-13 09:56:30 +00:00
b2da0da3fe
Merge pull request #772 from jonnybarnes/dependabot/composer/league/flysystem-aws-s3-v3-3.13.0
Bump league/flysystem-aws-s3-v3 from 3.12.2 to 3.13.0
2023-04-12 11:31:42 +01:00
dependabot[bot]
33aa86af08
Bump league/flysystem-aws-s3-v3 from 3.12.2 to 3.13.0
Bumps [league/flysystem-aws-s3-v3](https://github.com/thephpleague/flysystem-aws-s3-v3) from 3.12.2 to 3.13.0.
- [Release notes](https://github.com/thephpleague/flysystem-aws-s3-v3/releases)
- [Commits](https://github.com/thephpleague/flysystem-aws-s3-v3/compare/3.12.2...3.13.0)

---
updated-dependencies:
- dependency-name: league/flysystem-aws-s3-v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-12 10:18:51 +00:00
7915c21a4c
Merge pull request #771 from jonnybarnes/dependabot/composer/spatie/laravel-ignition-2.1.0
Bump spatie/laravel-ignition from 2.0.0 to 2.1.0
2023-04-12 11:18:11 +01:00
dependabot[bot]
b8c5eca060
Bump spatie/laravel-ignition from 2.0.0 to 2.1.0
Bumps [spatie/laravel-ignition](https://github.com/spatie/laravel-ignition) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/spatie/laravel-ignition/releases)
- [Changelog](https://github.com/spatie/laravel-ignition/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spatie/laravel-ignition/compare/2.0.0...2.1.0)

---
updated-dependencies:
- dependency-name: spatie/laravel-ignition
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-12 09:56:30 +00:00
2962675f9d
Merge pull request #770 from jonnybarnes/develop
MTM Re-add search functionality
2023-04-12 10:19:14 +01:00
d0aafb94a9
Merge pull request #769 from jonnybarnes/251-re-add-search-functionality
Re-add search functionality
2023-04-12 09:53:33 +01:00
58c5a7d443
Re-add search functionality 2023-04-11 21:44:55 +01:00
92c0a517c2
Merge pull request #768 from jonnybarnes/767-cant-save-bio
Fix session cookies
2023-04-11 18:27:46 +01:00
5f285d8449
env name changed at some point 2023-04-11 18:22:59 +01:00
8532ee36d3
Merge pull request #766 from jonnybarnes/develop
MTM Switch bio to be stored in the database
2023-04-11 17:50:34 +01:00
728147052d
Merge pull request #765 from jonnybarnes/764-switch-bio-to-use-editor
Switch bio to use editor
2023-04-11 17:41:03 +01:00
bdb69df52d
Switch bio to be stored in database 2023-04-11 17:37:42 +01:00
f51a740858
Merge pull request #763 from jonnybarnes/dependabot/npm_and_yarn/csstools/postcss-oklab-function-2.2.1
Bump @csstools/postcss-oklab-function from 2.2.0 to 2.2.1
2023-04-11 12:32:17 +01:00
dependabot[bot]
5917eaaf88
Bump @csstools/postcss-oklab-function from 2.2.0 to 2.2.1
Bumps [@csstools/postcss-oklab-function](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-oklab-function) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/csstools/postcss-plugins/releases)
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-oklab-function/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-oklab-function)

---
updated-dependencies:
- dependency-name: "@csstools/postcss-oklab-function"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-11 11:28:48 +00:00
0a0131e92e
Merge pull request #762 from jonnybarnes/dependabot/npm_and_yarn/stylelint-webpack-plugin-4.1.1
Bump stylelint-webpack-plugin from 4.1.0 to 4.1.1
2023-04-11 12:28:12 +01:00
dependabot[bot]
bfb5c5451b
Bump stylelint-webpack-plugin from 4.1.0 to 4.1.1
Bumps [stylelint-webpack-plugin](https://github.com/webpack-contrib/stylelint-webpack-plugin) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/webpack-contrib/stylelint-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/stylelint-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/stylelint-webpack-plugin/compare/v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: stylelint-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-11 11:23:17 +00:00
b2ee1e1516
Merge pull request #761 from jonnybarnes/dependabot/npm_and_yarn/eslint-webpack-plugin-4.0.1
Bump eslint-webpack-plugin from 4.0.0 to 4.0.1
2023-04-11 12:22:34 +01:00
dependabot[bot]
2ef2d9458a
Bump eslint-webpack-plugin from 4.0.0 to 4.0.1
Bumps [eslint-webpack-plugin](https://github.com/webpack-contrib/eslint-webpack-plugin) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/webpack-contrib/eslint-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/eslint-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/eslint-webpack-plugin/compare/v4.0.0...v4.0.1)

---
updated-dependencies:
- dependency-name: eslint-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-11 09:56:44 +00:00
1c2e6c5788
Merge pull request #760 from jonnybarnes/dependabot/npm_and_yarn/eslint-8.38.0
Bump eslint from 8.37.0 to 8.38.0
2023-04-10 12:58:42 +01:00
dependabot[bot]
7da4dbcc95
Bump eslint from 8.37.0 to 8.38.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.37.0 to 8.38.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.37.0...v8.38.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-10 09:56:47 +00:00
22447b6027
Merge pull request #758 from jonnybarnes/develop
MTM 2023 Redesign v1
2023-04-08 17:07:18 +01:00
5fb8a9153f
Merge pull request #757 from jonnybarnes/756-update-readme-to-drop-postgis-reference
Tweak the README
2023-04-08 16:31:09 +01:00
2a3d3b8044
Tweak the readme 2023-04-08 16:18:02 +01:00
b862186a4f
Merge pull request #755 from jonnybarnes/753-remove-twitter-posse-support
Remove Twitter POSSE support
2023-04-08 13:28:38 +01:00
88e1246f8b
Remove Twitter POSSE support 2023-04-08 13:25:36 +01:00
52b1220068
Merge pull request #754 from jonnybarnes/752-fix-flaky-phpunit-tests
Remove dates than cause some tests to fail
2023-04-08 10:44:45 +01:00
ebfa7f7bf7
REmove dates than cause some tests to fail 2023-04-08 10:33:48 +01:00
a13fe9d772
Merge pull request #751 from jonnybarnes/750-clean-up-old-assets
Clean up old assets
2023-04-07 16:50:12 +01:00
bcabf94741
Clean up old assets 2023-04-07 16:29:50 +01:00
8cfded9232
Merge pull request #749 from jonnybarnes/748-fix-deprecation-warnings-in-the-phpunit-tests
Fix phpunit deprecation warnings
2023-04-07 16:13:55 +01:00
aedbb4b327
Make phpunit provider methods static 2023-04-07 15:39:49 +01:00
2b1090130f
Merge pull request #747 from jonnybarnes/2023_redesign
2023 Redesign v1
2023-04-07 15:17:49 +01:00
a0db33067c
2023 Redesign v1 2023-04-07 15:09:29 +01:00
15719f74da
Merge pull request #746 from jonnybarnes/dependabot/composer/laravel/framework-10.6.2
Bump laravel/framework from 10.6.1 to 10.6.2
2023-04-06 11:08:30 +01:00
dependabot[bot]
409f589bf4
Bump laravel/framework from 10.6.1 to 10.6.2
Bumps [laravel/framework](https://github.com/laravel/framework) from 10.6.1 to 10.6.2.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v10.6.1...v10.6.2)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-06 10:04:23 +00:00
059f9795af
Merge pull request #745 from jonnybarnes/dependabot/npm_and_yarn/webpack-5.78.0
Bump webpack from 5.77.0 to 5.78.0
2023-04-06 11:01:01 +01:00
dependabot[bot]
e2a6326461
Bump webpack from 5.77.0 to 5.78.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.77.0 to 5.78.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.77.0...v5.78.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-06 09:56:40 +00:00
ab588d115a
Merge pull request #744 from jonnybarnes/dependabot/npm_and_yarn/stylelint-config-standard-32.0.0
Bump stylelint-config-standard from 31.0.0 to 32.0.0
2023-04-05 11:37:11 +01:00
dependabot[bot]
2b2c754ff8
Bump stylelint-config-standard from 31.0.0 to 32.0.0
Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) from 31.0.0 to 32.0.0.
- [Release notes](https://github.com/stylelint/stylelint-config-standard/releases)
- [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint-config-standard/compare/31.0.0...32.0.0)

---
updated-dependencies:
- dependency-name: stylelint-config-standard
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-05 10:33:39 +00:00
e09fb364b9
Merge pull request #742 from jonnybarnes/dependabot/npm_and_yarn/stylelint-15.4.0
Bump stylelint from 15.3.0 to 15.4.0
2023-04-05 11:32:27 +01:00
dependabot[bot]
5e48bfebb2
Bump stylelint from 15.3.0 to 15.4.0
Bumps [stylelint](https://github.com/stylelint/stylelint) from 15.3.0 to 15.4.0.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/15.3.0...15.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-05 10:27:12 +00:00
69214eb3b2
Merge pull request #740 from jonnybarnes/dependabot/npm_and_yarn/postcss-loader-7.2.4
Bump postcss-loader from 7.1.0 to 7.2.4
2023-04-05 11:26:31 +01:00
dependabot[bot]
b37baa4e2b
Bump postcss-loader from 7.1.0 to 7.2.4
Bumps [postcss-loader](https://github.com/webpack-contrib/postcss-loader) from 7.1.0 to 7.2.4.
- [Release notes](https://github.com/webpack-contrib/postcss-loader/releases)
- [Changelog](https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/postcss-loader/compare/v7.1.0...v7.2.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-05 10:23:00 +00:00
9e681111b7
Merge pull request #743 from jonnybarnes/dependabot/composer/laravel/pint-1.8.0
Bump laravel/pint from 1.7.0 to 1.8.0
2023-04-05 11:20:19 +01:00
dependabot[bot]
d127a351dd
Bump laravel/pint from 1.7.0 to 1.8.0
Bumps [laravel/pint](https://github.com/laravel/pint) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/laravel/pint/releases)
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/laravel/pint/compare/v1.7.0...v1.8.0)

---
updated-dependencies:
- dependency-name: laravel/pint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-05 10:06:08 +00:00
7a0ecab3cc
Merge pull request #741 from jonnybarnes/dependabot/composer/laravel/framework-10.6.1
Bump laravel/framework from 10.6.0 to 10.6.1
2023-04-05 11:05:26 +01:00
dependabot[bot]
ee386c6ac5
Bump laravel/framework from 10.6.0 to 10.6.1
Bumps [laravel/framework](https://github.com/laravel/framework) from 10.6.0 to 10.6.1.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v10.6.0...v10.6.1)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-05 09:56:47 +00:00
5486a18c28
Merge pull request #738 from jonnybarnes/dependabot/npm_and_yarn/babel/preset-env-7.21.4
Bump @babel/preset-env from 7.20.2 to 7.21.4
2023-04-05 10:52:48 +01:00
dependabot[bot]
dde063113b
Bump @babel/preset-env from 7.20.2 to 7.21.4
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.20.2 to 7.21.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.21.4/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-05 09:47:25 +00:00
ddb1d3df99
Merge pull request #737 from jonnybarnes/dependabot/npm_and_yarn/babel/core-7.21.4
Bump @babel/core from 7.21.3 to 7.21.4
2023-04-05 10:46:42 +01:00
dependabot[bot]
1c2cb89fef
Bump @babel/core from 7.21.3 to 7.21.4
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.21.3 to 7.21.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.21.4/packages/babel-core)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-05 09:42:54 +00:00
c6599ebfac
Merge pull request #728 from jonnybarnes/dependabot/npm_and_yarn/cssnano-6.0.0
Bump cssnano from 5.1.15 to 6.0.0
2023-04-05 10:42:15 +01:00
dependabot[bot]
8e866cef09
Bump cssnano from 5.1.15 to 6.0.0
Bumps [cssnano](https://github.com/cssnano/cssnano) from 5.1.15 to 6.0.0.
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/cssnano@5.1.15...cssnano@6.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-05 09:36:48 +00:00
f403c4b118
Merge pull request #734 from jonnybarnes/dependabot/npm_and_yarn/webpack-5.77.0
Bump webpack from 5.76.3 to 5.77.0
2023-04-05 10:36:11 +01:00
dependabot[bot]
2d51c7558a
Bump webpack from 5.76.3 to 5.77.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.76.3 to 5.77.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.76.3...v5.77.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-05 09:32:06 +00:00
e59cfed48e
Merge pull request #731 from jonnybarnes/dependabot/npm_and_yarn/eslint-8.37.0
Bump eslint from 8.36.0 to 8.37.0
2023-04-05 10:31:23 +01:00
dependabot[bot]
84b3b6cc07
Bump eslint from 8.36.0 to 8.37.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.36.0 to 8.37.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.36.0...v8.37.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-05 09:26:36 +00:00
fd370d3b5e
Merge pull request #736 from jonnybarnes/dependabot/composer/nunomaduro/collision-7.4.0
Bump nunomaduro/collision from 7.3.3 to 7.4.0
2023-04-05 09:57:17 +01:00
dependabot[bot]
89219010bc
Bump nunomaduro/collision from 7.3.3 to 7.4.0
Bumps [nunomaduro/collision](https://github.com/nunomaduro/collision) from 7.3.3 to 7.4.0.
- [Release notes](https://github.com/nunomaduro/collision/releases)
- [Changelog](https://github.com/nunomaduro/collision/blob/v7.x/CHANGELOG.md)
- [Commits](https://github.com/nunomaduro/collision/compare/v7.3.3...v7.4.0)

---
updated-dependencies:
- dependency-name: nunomaduro/collision
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-05 08:35:08 +00:00
aa082f8bb1
Merge pull request #733 from jonnybarnes/dependabot/composer/vimeo/psalm-5.9.0
Bump vimeo/psalm from 5.8.0 to 5.9.0
2023-04-05 09:34:26 +01:00
dependabot[bot]
f96d7d679e
Bump vimeo/psalm from 5.8.0 to 5.9.0
Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 5.8.0 to 5.9.0.
- [Release notes](https://github.com/vimeo/psalm/releases)
- [Commits](https://github.com/vimeo/psalm/compare/5.8.0...5.9.0)

---
updated-dependencies:
- dependency-name: vimeo/psalm
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-04 18:08:49 +00:00
b17ff5c7b8
Merge pull request #739 from jonnybarnes/dependabot/composer/laravel/sail-1.21.4
Bump laravel/sail from 1.21.2 to 1.21.4
2023-04-04 19:08:07 +01:00
dependabot[bot]
2c17a19f06
Bump laravel/sail from 1.21.2 to 1.21.4
Bumps [laravel/sail](https://github.com/laravel/sail) from 1.21.2 to 1.21.4.
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/sail/compare/v1.21.2...v1.21.4)

---
updated-dependencies:
- dependency-name: laravel/sail
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-04 17:57:07 +00:00
906671353d
Merge pull request #735 from jonnybarnes/dependabot/composer/laravel/framework-10.5.1
Bump laravel/framework from 10.5.0 to 10.5.1
2023-04-04 18:56:23 +01:00
dependabot[bot]
11b900480c
Bump laravel/framework from 10.5.0 to 10.5.1
Bumps [laravel/framework](https://github.com/laravel/framework) from 10.5.0 to 10.5.1.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v10.5.0...v10.5.1)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-30 09:57:00 +00:00
58f83590ce
Merge pull request #732 from jonnybarnes/dependabot/composer/laravel/framework-10.5.0
Bump laravel/framework from 10.4.1 to 10.5.0
2023-03-29 11:21:17 +01:00
dependabot[bot]
374c453595
Bump laravel/framework from 10.4.1 to 10.5.0
Bumps [laravel/framework](https://github.com/laravel/framework) from 10.4.1 to 10.5.0.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v10.4.1...v10.5.0)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-29 09:59:19 +00:00
3752aa0025
Merge pull request #729 from jonnybarnes/dependabot/composer/phpunit/phpunit-10.0.19
Bump phpunit/phpunit from 10.0.18 to 10.0.19
2023-03-29 10:58:11 +01:00
dependabot[bot]
81391b86e7
Bump phpunit/phpunit from 10.0.18 to 10.0.19
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.0.18 to 10.0.19.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/main/ChangeLog-10.0.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.0.18...10.0.19)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-29 08:27:23 +00:00
0de0252795
Merge pull request #727 from jonnybarnes/dependabot/composer/league/commonmark-2.4.0
Bump league/commonmark from 2.3.9 to 2.4.0
2023-03-29 09:26:44 +01:00
dependabot[bot]
e0dc3a966c
Bump league/commonmark from 2.3.9 to 2.4.0
Bumps [league/commonmark](https://github.com/thephpleague/commonmark) from 2.3.9 to 2.4.0.
- [Release notes](https://github.com/thephpleague/commonmark/releases)
- [Changelog](https://github.com/thephpleague/commonmark/blob/2.4/CHANGELOG.md)
- [Commits](https://github.com/thephpleague/commonmark/compare/2.3.9...2.4.0)

---
updated-dependencies:
- dependency-name: league/commonmark
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-27 09:56:32 +00:00
6b64fe4942
Merge pull request #726 from jonnybarnes/dependabot/composer/nunomaduro/collision-7.3.3
Bump nunomaduro/collision from 7.3.2 to 7.3.3
2023-03-24 10:20:01 +00:00
dependabot[bot]
0bbc38f36a
Bump nunomaduro/collision from 7.3.2 to 7.3.3
Bumps [nunomaduro/collision](https://github.com/nunomaduro/collision) from 7.3.2 to 7.3.3.
- [Release notes](https://github.com/nunomaduro/collision/releases)
- [Changelog](https://github.com/nunomaduro/collision/blob/v7.x/CHANGELOG.md)
- [Commits](https://github.com/nunomaduro/collision/compare/v7.3.2...v7.3.3)

---
updated-dependencies:
- dependency-name: nunomaduro/collision
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-24 09:56:31 +00:00
5969b73d58
Merge pull request #724 from jonnybarnes/dependabot/npm_and_yarn/webpack-5.76.3
Bump webpack from 5.76.2 to 5.76.3
2023-03-23 17:44:37 +00:00
dependabot[bot]
253765205e
Bump webpack from 5.76.2 to 5.76.3
Bumps [webpack](https://github.com/webpack/webpack) from 5.76.2 to 5.76.3.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.76.2...v5.76.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-23 17:38:00 +00:00
e6a7605d3b
Merge pull request #725 from jonnybarnes/dependabot/composer/spatie/laravel-ray-1.32.4
Bump spatie/laravel-ray from 1.32.3 to 1.32.4
2023-03-23 17:36:11 +00:00
dependabot[bot]
c2e4c2654f
Bump spatie/laravel-ray from 1.32.3 to 1.32.4
Bumps [spatie/laravel-ray](https://github.com/spatie/laravel-ray) from 1.32.3 to 1.32.4.
- [Release notes](https://github.com/spatie/laravel-ray/releases)
- [Changelog](https://github.com/spatie/laravel-ray/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spatie/laravel-ray/compare/1.32.3...1.32.4)

---
updated-dependencies:
- dependency-name: spatie/laravel-ray
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-23 17:33:15 +00:00
ea10992849
Merge pull request #723 from jonnybarnes/dependabot/composer/nunomaduro/collision-7.3.2
Bump nunomaduro/collision from 7.2.0 to 7.3.2
2023-03-23 17:32:20 +00:00
dependabot[bot]
2390a3f67a
Bump nunomaduro/collision from 7.2.0 to 7.3.2
Bumps [nunomaduro/collision](https://github.com/nunomaduro/collision) from 7.2.0 to 7.3.2.
- [Release notes](https://github.com/nunomaduro/collision/releases)
- [Changelog](https://github.com/nunomaduro/collision/blob/v7.x/CHANGELOG.md)
- [Commits](https://github.com/nunomaduro/collision/compare/v7.2.0...v7.3.2)

---
updated-dependencies:
- dependency-name: nunomaduro/collision
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-23 09:56:33 +00:00
852ab78095
Merge pull request #722 from jonnybarnes/dependabot/composer/phpunit/phpunit-10.0.18
Bump phpunit/phpunit from 10.0.16 to 10.0.18
2023-03-22 10:25:33 +00:00
dependabot[bot]
7ba102ec82
Bump phpunit/phpunit from 10.0.16 to 10.0.18
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.0.16 to 10.0.18.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/main/ChangeLog-10.0.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.0.16...10.0.18)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-22 10:20:46 +00:00
703892b232
Merge pull request #721 from jonnybarnes/dependabot/composer/laravel/pint-1.7.0
Bump laravel/pint from 1.6.0 to 1.7.0
2023-03-22 10:20:07 +00:00
dependabot[bot]
18f9254b70
Bump laravel/pint from 1.6.0 to 1.7.0
Bumps [laravel/pint](https://github.com/laravel/pint) from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/laravel/pint/releases)
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/laravel/pint/compare/v1.6.0...v1.7.0)

---
updated-dependencies:
- dependency-name: laravel/pint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-22 09:56:32 +00:00
75f064b204
Merge pull request #719 from jonnybarnes/dependabot/composer/laravel/framework-10.4.1
Bump laravel/framework from 10.3.3 to 10.4.1
2023-03-20 15:03:57 +00:00
dependabot[bot]
60d37d5378
Bump laravel/framework from 10.3.3 to 10.4.1
Bumps [laravel/framework](https://github.com/laravel/framework) from 10.3.3 to 10.4.1.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v10.3.3...v10.4.1)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-20 14:38:46 +00:00
f6ac97af21
Merge pull request #718 from jonnybarnes/dependabot/composer/nunomaduro/collision-7.2.0
Bump nunomaduro/collision from 7.1.2 to 7.2.0
2023-03-20 14:37:10 +00:00
dependabot[bot]
3e2301af2c
Bump nunomaduro/collision from 7.1.2 to 7.2.0
Bumps [nunomaduro/collision](https://github.com/nunomaduro/collision) from 7.1.2 to 7.2.0.
- [Release notes](https://github.com/nunomaduro/collision/releases)
- [Changelog](https://github.com/nunomaduro/collision/blob/v7.x/CHANGELOG.md)
- [Commits](https://github.com/nunomaduro/collision/compare/v7.1.2...v7.2.0)

---
updated-dependencies:
- dependency-name: nunomaduro/collision
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-20 09:56:34 +00:00
0c9d284da1
Merge pull request #716 from jonnybarnes/dependabot/npm_and_yarn/stylelint-config-standard-31.0.0
Bump stylelint-config-standard from 30.0.1 to 31.0.0
2023-03-17 11:31:56 +00:00
dependabot[bot]
9fe10bb614
Bump stylelint-config-standard from 30.0.1 to 31.0.0
Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) from 30.0.1 to 31.0.0.
- [Release notes](https://github.com/stylelint/stylelint-config-standard/releases)
- [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint-config-standard/compare/30.0.1...31.0.0)

---
updated-dependencies:
- dependency-name: stylelint-config-standard
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-17 10:48:00 +00:00
9c9caf1041
Merge pull request #715 from jonnybarnes/dependabot/npm_and_yarn/mini-css-extract-plugin-2.7.5
Bump mini-css-extract-plugin from 2.7.3 to 2.7.5
2023-03-17 10:47:19 +00:00
dependabot[bot]
cbe967e2cc
Bump mini-css-extract-plugin from 2.7.3 to 2.7.5
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 2.7.3 to 2.7.5.
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.7.3...v2.7.5)

---
updated-dependencies:
- dependency-name: mini-css-extract-plugin
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-17 10:36:25 +00:00
0269fad741
Merge pull request #714 from jonnybarnes/dependabot/npm_and_yarn/postcss-loader-7.1.0
Bump postcss-loader from 7.0.2 to 7.1.0
2023-03-17 10:35:43 +00:00
dependabot[bot]
b6a6b4ad77
Bump postcss-loader from 7.0.2 to 7.1.0
Bumps [postcss-loader](https://github.com/webpack-contrib/postcss-loader) from 7.0.2 to 7.1.0.
- [Release notes](https://github.com/webpack-contrib/postcss-loader/releases)
- [Changelog](https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/postcss-loader/compare/v7.0.2...v7.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-17 09:56:34 +00:00
a7a6655153
Merge pull request #711 from jonnybarnes/dependabot/composer/nunomaduro/collision-7.1.2
Bump nunomaduro/collision from 7.1.0 to 7.1.2
2023-03-16 21:33:11 +00:00
dependabot[bot]
c932223c55
Bump nunomaduro/collision from 7.1.0 to 7.1.2
Bumps [nunomaduro/collision](https://github.com/nunomaduro/collision) from 7.1.0 to 7.1.2.
- [Release notes](https://github.com/nunomaduro/collision/releases)
- [Changelog](https://github.com/nunomaduro/collision/blob/v7.x/CHANGELOG.md)
- [Commits](https://github.com/nunomaduro/collision/compare/v7.1.0...v7.1.2)

---
updated-dependencies:
- dependency-name: nunomaduro/collision
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-16 21:29:23 +00:00
a10f86e736
Merge pull request #713 from jonnybarnes/dependabot/npm_and_yarn/webpack-5.76.2
Bump webpack from 5.76.1 to 5.76.2
2023-03-16 21:25:17 +00:00
dependabot[bot]
63c1322ab6
Bump webpack from 5.76.1 to 5.76.2
Bumps [webpack](https://github.com/webpack/webpack) from 5.76.1 to 5.76.2.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.76.1...v5.76.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-16 21:14:03 +00:00
5c2498a887
Merge pull request #712 from jonnybarnes/dependabot/npm_and_yarn/babel/core-7.21.3
Bump @babel/core from 7.21.0 to 7.21.3
2023-03-16 21:13:17 +00:00
dependabot[bot]
949516ef57
Bump @babel/core from 7.21.0 to 7.21.3
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.21.0 to 7.21.3.
- [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.21.3/packages/babel-core)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-16 20:29:21 +00:00
7fe641b775
Merge pull request #709 from jonnybarnes/dependabot/npm_and_yarn/eslint-8.36.0
Bump eslint from 8.35.0 to 8.36.0
2023-03-16 20:09:25 +00:00
dependabot[bot]
c1850e3037
Bump eslint from 8.35.0 to 8.36.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.35.0 to 8.36.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.35.0...v8.36.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-13 15:50:00 +00:00
ff83b3ce05
Merge pull request #708 from jonnybarnes/dependabot/npm_and_yarn/webpack-5.76.1
Bump webpack from 5.76.0 to 5.76.1
2023-03-13 15:49:15 +00:00
dependabot[bot]
3ce396c322
Bump webpack from 5.76.0 to 5.76.1
Bumps [webpack](https://github.com/webpack/webpack) from 5.76.0 to 5.76.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.76.0...v5.76.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-13 15:27:57 +00:00
ea911386fa
Merge pull request #707 from jonnybarnes/dependabot/composer/phpunit/phpunit-10.0.16
Bump phpunit/phpunit from 10.0.15 to 10.0.16
2023-03-13 14:48:01 +00:00
dependabot[bot]
e45f45a7a1
Bump phpunit/phpunit from 10.0.15 to 10.0.16
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.0.15 to 10.0.16.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/main/ChangeLog-10.0.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.0.15...10.0.16)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-13 09:56:35 +00:00
2c5678834c
Merge pull request #706 from jonnybarnes/dependabot/npm_and_yarn/autoprefixer-10.4.14
Bump autoprefixer from 10.4.13 to 10.4.14
2023-03-10 11:25:18 +00:00
dependabot[bot]
c46c9af7b4
Bump autoprefixer from 10.4.13 to 10.4.14
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.13 to 10.4.14.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/10.4.13...10.4.14)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-10 11:10:34 +00:00
ca0a16457a
Merge pull request #698 from jonnybarnes/dependabot/npm_and_yarn/mini-css-extract-plugin-2.7.3
Bump mini-css-extract-plugin from 2.7.2 to 2.7.3
2023-03-10 11:06:19 +00:00
dependabot[bot]
0ef94ddc44
Bump mini-css-extract-plugin from 2.7.2 to 2.7.3
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 2.7.2 to 2.7.3.
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.7.2...v2.7.3)

---
updated-dependencies:
- dependency-name: mini-css-extract-plugin
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-10 10:39:44 +00:00
0e30926742
Merge pull request #702 from jonnybarnes/dependabot/npm_and_yarn/webpack-5.76.0
Bump webpack from 5.75.0 to 5.76.0
2023-03-10 10:39:02 +00:00
dependabot[bot]
5eb9ab1d85
Bump webpack from 5.75.0 to 5.76.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.75.0...v5.76.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-10 10:29:13 +00:00
a6d996b74b
Merge pull request #705 from jonnybarnes/dependabot/composer/vimeo/psalm-5.8.0
Bump vimeo/psalm from 5.7.7 to 5.8.0
2023-03-10 10:18:54 +00:00
dependabot[bot]
0914ea9a56
Bump vimeo/psalm from 5.7.7 to 5.8.0
Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 5.7.7 to 5.8.0.
- [Release notes](https://github.com/vimeo/psalm/releases)
- [Commits](https://github.com/vimeo/psalm/compare/5.7.7...5.8.0)

---
updated-dependencies:
- dependency-name: vimeo/psalm
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-10 09:56:30 +00:00
e6592946f3
Merge pull request #704 from jonnybarnes/dependabot/composer/phpunit/phpunit-10.0.15
Bump phpunit/phpunit from 10.0.14 to 10.0.15
2023-03-09 22:23:17 +00:00
dependabot[bot]
c90a922535
Bump phpunit/phpunit from 10.0.14 to 10.0.15
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.0.14 to 10.0.15.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/main/ChangeLog-10.0.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.0.14...10.0.15)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-09 19:12:18 +00:00
edb29af115
Merge pull request #701 from jonnybarnes/dependabot/composer/laravel/horizon-5.15.0
Bump laravel/horizon from 5.14.2 to 5.15.0
2023-03-09 19:10:03 +00:00
dependabot[bot]
d286344c51
Bump laravel/horizon from 5.14.2 to 5.15.0
Bumps [laravel/horizon](https://github.com/laravel/horizon) from 5.14.2 to 5.15.0.
- [Release notes](https://github.com/laravel/horizon/releases)
- [Changelog](https://github.com/laravel/horizon/blob/5.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/horizon/compare/v5.14.2...v5.15.0)

---
updated-dependencies:
- dependency-name: laravel/horizon
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-09 19:05:37 +00:00
09ea77c5a3
Merge pull request #697 from jonnybarnes/dependabot/composer/laravel/sail-1.21.2
Bump laravel/sail from 1.21.1 to 1.21.2
2023-03-09 19:04:54 +00:00
dependabot[bot]
fd18dfabb3
Bump laravel/sail from 1.21.1 to 1.21.2
Bumps [laravel/sail](https://github.com/laravel/sail) from 1.21.1 to 1.21.2.
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/sail/compare/v1.21.1...v1.21.2)

---
updated-dependencies:
- dependency-name: laravel/sail
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-08 10:17:18 +00:00
c1b931bf97
Merge pull request #696 from jonnybarnes/dependabot/composer/phpunit/php-code-coverage-10.0.2
Bump phpunit/php-code-coverage from 10.0.1 to 10.0.2
2023-03-08 10:16:39 +00:00
dependabot[bot]
682640d8f6
Bump phpunit/php-code-coverage from 10.0.1 to 10.0.2
Bumps [phpunit/php-code-coverage](https://github.com/sebastianbergmann/php-code-coverage) from 10.0.1 to 10.0.2.
- [Release notes](https://github.com/sebastianbergmann/php-code-coverage/releases)
- [Changelog](https://github.com/sebastianbergmann/php-code-coverage/blob/10.0.2/ChangeLog-10.0.md)
- [Commits](https://github.com/sebastianbergmann/php-code-coverage/compare/10.0.1...10.0.2)

---
updated-dependencies:
- dependency-name: phpunit/php-code-coverage
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-07 09:56:27 +00:00
2a89a44a40
Merge pull request #695 from jonnybarnes/manual_dependency_updates_20230305
Dependency updates (manual, 20230305)
2023-03-05 12:38:31 +00:00
0658c25927
Dependency updates (manual, 20230305) 2023-03-05 12:34:32 +00:00
ac1d7cb607
Merge pull request #690 from jonnybarnes/dependabot/composer/lcobucci/jwt-5.0.0
Bump lcobucci/jwt from 4.3.0 to 5.0.0
2023-03-04 11:08:59 +00:00
dependabot[bot]
f56157e8df
Bump lcobucci/jwt from 4.3.0 to 5.0.0
Bumps [lcobucci/jwt](https://github.com/lcobucci/jwt) from 4.3.0 to 5.0.0.
- [Release notes](https://github.com/lcobucci/jwt/releases)
- [Commits](https://github.com/lcobucci/jwt/compare/4.3.0...5.0.0)

---
updated-dependencies:
- dependency-name: lcobucci/jwt
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-03 20:07:02 +00:00
1e4bad4134
Merge pull request #692 from jonnybarnes/dependabot/composer/symfony/html-sanitizer-6.2.7
Bump symfony/html-sanitizer from 6.2.5 to 6.2.7
2023-03-03 20:05:11 +00:00
dependabot[bot]
1e04187c7b
Bump symfony/html-sanitizer from 6.2.5 to 6.2.7
Bumps [symfony/html-sanitizer](https://github.com/symfony/html-sanitizer) from 6.2.5 to 6.2.7.
- [Release notes](https://github.com/symfony/html-sanitizer/releases)
- [Commits](https://github.com/symfony/html-sanitizer/compare/v6.2.5...v6.2.7)

---
updated-dependencies:
- dependency-name: symfony/html-sanitizer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-03 19:51:08 +00:00
224f418bcf
Merge pull request #693 from jonnybarnes/dependabot/composer/phpunit/phpunit-10.0.14
Bump phpunit/phpunit from 10.0.13 to 10.0.14
2023-03-03 19:50:30 +00:00
dependabot[bot]
b07458f40f
Bump phpunit/phpunit from 10.0.13 to 10.0.14
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.0.13 to 10.0.14.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/main/ChangeLog-10.0.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.0.13...10.0.14)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-03 19:37:04 +00:00
59dd62b33a
Merge pull request #691 from jonnybarnes/dependabot/composer/barryvdh/laravel-debugbar-3.8.1
Bump barryvdh/laravel-debugbar from 3.8.0 to 3.8.1
2023-03-03 19:36:24 +00:00
dependabot[bot]
d3f3081947
Bump barryvdh/laravel-debugbar from 3.8.0 to 3.8.1
Bumps [barryvdh/laravel-debugbar](https://github.com/barryvdh/laravel-debugbar) from 3.8.0 to 3.8.1.
- [Release notes](https://github.com/barryvdh/laravel-debugbar/releases)
- [Commits](https://github.com/barryvdh/laravel-debugbar/compare/v3.8.0...v3.8.1)

---
updated-dependencies:
- dependency-name: barryvdh/laravel-debugbar
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-03 19:20:50 +00:00
c88628d360
Merge pull request #694 from jonnybarnes/dependabot/composer/laravel/framework-10.2.0
Bump laravel/framework from 10.1.5 to 10.2.0
2023-03-03 19:20:01 +00:00
dependabot[bot]
8791e714a5
Bump laravel/framework from 10.1.5 to 10.2.0
Bumps [laravel/framework](https://github.com/laravel/framework) from 10.1.5 to 10.2.0.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v10.1.5...v10.2.0)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-03 18:01:24 +00:00
2626cae6dc
Merge pull request #686 from jonnybarnes/dependabot/npm_and_yarn/eslint-8.35.0
Bump eslint from 8.34.0 to 8.35.0
2023-03-03 17:41:59 +00:00
dependabot[bot]
cf57d95ccf
Bump eslint from 8.34.0 to 8.35.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.34.0 to 8.35.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.34.0...v8.35.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-27 16:16:43 +00:00
28ecee6485
Merge pull request #689 from jonnybarnes/dependabot/composer/laravel/dusk-7.7.0
Bump laravel/dusk from 7.6.1 to 7.7.0
2023-02-27 15:53:12 +00:00
dependabot[bot]
69d5e663b1
Bump laravel/dusk from 7.6.1 to 7.7.0
Bumps [laravel/dusk](https://github.com/laravel/dusk) from 7.6.1 to 7.7.0.
- [Release notes](https://github.com/laravel/dusk/releases)
- [Changelog](https://github.com/laravel/dusk/blob/7.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/dusk/compare/v7.6.1...v7.7.0)

---
updated-dependencies:
- dependency-name: laravel/dusk
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-27 15:36:54 +00:00
413a919f92
Merge pull request #688 from jonnybarnes/dependabot/composer/laravel/tinker-2.8.1
Bump laravel/tinker from 2.8.0 to 2.8.1
2023-02-27 15:32:20 +00:00
dependabot[bot]
cb8ea52d04
Bump laravel/tinker from 2.8.0 to 2.8.1
Bumps [laravel/tinker](https://github.com/laravel/tinker) from 2.8.0 to 2.8.1.
- [Release notes](https://github.com/laravel/tinker/releases)
- [Changelog](https://github.com/laravel/tinker/blob/2.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/tinker/compare/v2.8.0...v2.8.1)

---
updated-dependencies:
- dependency-name: laravel/tinker
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-27 15:28:06 +00:00
a7b7f43fe3
Merge pull request #687 from jonnybarnes/dependabot/composer/laravel/sail-1.21.0
Bump laravel/sail from 1.20.2 to 1.21.0
2023-02-27 15:23:12 +00:00
dependabot[bot]
0bda2f4c13
Bump laravel/sail from 1.20.2 to 1.21.0
Bumps [laravel/sail](https://github.com/laravel/sail) from 1.20.2 to 1.21.0.
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/sail/compare/v1.20.2...v1.21.0)

---
updated-dependencies:
- dependency-name: laravel/sail
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-27 14:42:46 +00:00
8dc70c1345
Merge pull request #685 from jonnybarnes/dependabot/composer/vimeo/psalm-5.7.7
Bump vimeo/psalm from 5.7.5 to 5.7.7
2023-02-27 14:36:58 +00:00
dependabot[bot]
afd09d40b0
Bump vimeo/psalm from 5.7.5 to 5.7.7
Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 5.7.5 to 5.7.7.
- [Release notes](https://github.com/vimeo/psalm/releases)
- [Commits](https://github.com/vimeo/psalm/compare/5.7.5...5.7.7)

---
updated-dependencies:
- dependency-name: vimeo/psalm
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-27 09:56:34 +00:00
58a2fbf8dc
Merge pull request #678 from jonnybarnes/dependabot/npm_and_yarn/babel/core-7.21.0
Bump @babel/core from 7.20.12 to 7.21.0
2023-02-24 16:31:02 +00:00
dependabot[bot]
64f6f4954e
Bump @babel/core from 7.20.12 to 7.21.0
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.20.12 to 7.21.0.
- [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.21.0/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-24 16:25:33 +00:00
026ee5dca7
Merge pull request #675 from jonnybarnes/dependabot/npm_and_yarn/stylelint-and-stylelint-config-standard-15.2.0
Bump stylelint and stylelint-config-standard
2023-02-24 16:24:54 +00:00
dependabot[bot]
099a5badb5
Bump stylelint and stylelint-config-standard
Bumps [stylelint](https://github.com/stylelint/stylelint) and [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard). These dependencies needed to be updated together.

Updates `stylelint` from 14.16.1 to 15.2.0
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/14.16.1...15.2.0)

Updates `stylelint-config-standard` from 29.0.0 to 30.0.1
- [Release notes](https://github.com/stylelint/stylelint-config-standard/releases)
- [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint-config-standard/compare/29.0.0...30.0.1)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-major
- dependency-name: stylelint-config-standard
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-24 16:22:07 +00:00
8b3ffa754b
Merge pull request #672 from jonnybarnes/dependabot/npm_and_yarn/stylelint-webpack-plugin-4.1.0
Bump stylelint-webpack-plugin from 4.0.0 to 4.1.0
2023-02-24 16:21:21 +00:00
dependabot[bot]
834fc88e4f
Bump stylelint-webpack-plugin from 4.0.0 to 4.1.0
Bumps [stylelint-webpack-plugin](https://github.com/webpack-contrib/stylelint-webpack-plugin) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/webpack-contrib/stylelint-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/stylelint-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/stylelint-webpack-plugin/compare/v4.0.0...v4.1.0)

---
updated-dependencies:
- dependency-name: stylelint-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-24 16:05:16 +00:00
07f76db555
Merge pull request #684 from jonnybarnes/dependabot/composer/laravel/framework-10.1.5
Bump laravel/framework from 10.0.3 to 10.1.5
2023-02-24 15:59:54 +00:00
dependabot[bot]
cc8530c698
Bump laravel/framework from 10.0.3 to 10.1.5
Bumps [laravel/framework](https://github.com/laravel/framework) from 10.0.3 to 10.1.5.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v10.0.3...v10.1.5)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-24 15:52:45 +00:00
457722af40
Merge pull request #681 from jonnybarnes/dependabot/composer/vimeo/psalm-5.7.5
Bump vimeo/psalm from 5.6.0 to 5.7.5
2023-02-24 15:51:51 +00:00
dependabot[bot]
f89223eb21
Bump vimeo/psalm from 5.6.0 to 5.7.5
Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 5.6.0 to 5.7.5.
- [Release notes](https://github.com/vimeo/psalm/releases)
- [Commits](https://github.com/vimeo/psalm/compare/5.6.0...5.7.5)

---
updated-dependencies:
- dependency-name: vimeo/psalm
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-24 15:48:03 +00:00
270f758a5e
Merge pull request #680 from jonnybarnes/dependabot/composer/laravel/pint-1.6.0
Bump laravel/pint from 1.5.0 to 1.6.0
2023-02-24 15:47:22 +00:00
dependabot[bot]
2dba925abe
Bump laravel/pint from 1.5.0 to 1.6.0
Bumps [laravel/pint](https://github.com/laravel/pint) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/laravel/pint/releases)
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/laravel/pint/compare/v1.5.0...v1.6.0)

---
updated-dependencies:
- dependency-name: laravel/pint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-24 15:39:29 +00:00
383c28c741
Merge pull request #677 from jonnybarnes/dependabot/composer/phpunit/phpunit-10.0.11
Bump phpunit/phpunit from 10.0.7 to 10.0.11
2023-02-24 15:38:52 +00:00
dependabot[bot]
e4ae3368b8
Bump phpunit/phpunit from 10.0.7 to 10.0.11
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.0.7 to 10.0.11.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/main/ChangeLog-10.0.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.0.7...10.0.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-24 15:32:02 +00:00
bfec12b570
Merge pull request #673 from jonnybarnes/dependabot/composer/nunomaduro/collision-7.0.5
Bump nunomaduro/collision from 7.0.4 to 7.0.5
2023-02-24 15:31:22 +00:00
dependabot[bot]
ae00199d99
Bump nunomaduro/collision from 7.0.4 to 7.0.5
Bumps [nunomaduro/collision](https://github.com/nunomaduro/collision) from 7.0.4 to 7.0.5.
- [Release notes](https://github.com/nunomaduro/collision/releases)
- [Changelog](https://github.com/nunomaduro/collision/blob/v7.x/CHANGELOG.md)
- [Commits](https://github.com/nunomaduro/collision/compare/v7.0.4...v7.0.5)

---
updated-dependencies:
- dependency-name: nunomaduro/collision
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-20 09:56:45 +00:00
27463b1727
Merge pull request #669 from jonnybarnes/dependabot/composer/nunomaduro/collision-7.0.4
Bump nunomaduro/collision from 7.0.3 to 7.0.4
2023-02-18 10:26:45 +00:00
fcf0b4a778
Merge pull request #670 from jonnybarnes/develop
MTM: Laravel 10
2023-02-18 10:03:06 +00:00
dependabot[bot]
4c1475b6e5
Bump nunomaduro/collision from 7.0.3 to 7.0.4
Bumps [nunomaduro/collision](https://github.com/nunomaduro/collision) from 7.0.3 to 7.0.4.
- [Release notes](https://github.com/nunomaduro/collision/releases)
- [Changelog](https://github.com/nunomaduro/collision/blob/v7.x/CHANGELOG.md)
- [Commits](https://github.com/nunomaduro/collision/compare/v7.0.3...v7.0.4)

---
updated-dependencies:
- dependency-name: nunomaduro/collision
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-18 09:59:05 +00:00
ae806be7d7
Merge pull request #668 from jonnybarnes/665-upgrade-to-laravel-10
Upgrade to Laravel 10
2023-02-18 09:58:16 +00:00
9743ba8eed
Fix some Laravel Pint issues 2023-02-18 09:53:57 +00:00
16b120bc73
Upgrade to Laravel 10 2023-02-18 09:34:57 +00:00
c4d7dc31d5
Update php unit config 2023-02-17 09:47:41 +00:00
cee9d77b50
Make Upgrade guide changes 2023-02-17 09:41:14 +00:00
9256aae89d
Update composer dependencies to Laravel 10 2023-02-17 09:26:17 +00:00
af20594968
Merge pull request #666 from jonnybarnes/fix_tests
Get tests passing again
2023-02-17 08:27:17 +00:00
8444634fc7
Get tests passing again 2023-02-17 07:50:02 +00:00
0ef99c53d2
Merge pull request #664 from jonnybarnes/update_laravel_pint_20230216
Update Laravel Pint, fix files in codebase
2023-02-16 17:01:34 +00:00
6d6e719f52
Update Laravel Pint, fix files in codebase 2023-02-16 16:57:06 +00:00
672e724784
Merge pull request #663 from jonnybarnes/dependabot/composer/beyondcode/laravel-dump-server-1.9.0
Bump beyondcode/laravel-dump-server from 1.8.0 to 1.9.0
2023-02-16 16:47:58 +00:00
c64f1720be
Merge branch 'develop' into dependabot/composer/beyondcode/laravel-dump-server-1.9.0 2023-02-16 15:28:09 +00:00
86051dddc0
Merge pull request #662 from jonnybarnes/dependabot/composer/laravel/sail-1.20.2
Bump laravel/sail from 1.20.1 to 1.20.2
2023-02-16 15:27:54 +00:00
1338ce8714
Merge branch 'develop' into dependabot/composer/laravel/sail-1.20.2 2023-02-16 15:05:26 +00:00
cd254b47fd
Merge pull request #661 from jonnybarnes/dependabot/npm_and_yarn/cssnano-5.1.15
Bump cssnano from 5.1.14 to 5.1.15
2023-02-16 14:51:26 +00:00
dependabot[bot]
cd5fe1af1f
Bump beyondcode/laravel-dump-server from 1.8.0 to 1.9.0
Bumps [beyondcode/laravel-dump-server](https://github.com/beyondcode/laravel-dump-server) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/beyondcode/laravel-dump-server/releases)
- [Changelog](https://github.com/beyondcode/laravel-dump-server/blob/master/CHANGELOG.md)
- [Commits](https://github.com/beyondcode/laravel-dump-server/compare/1.8.0...1.9.0)

---
updated-dependencies:
- dependency-name: beyondcode/laravel-dump-server
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-16 09:58:18 +00:00
dependabot[bot]
a4acfd0352
Bump laravel/sail from 1.20.1 to 1.20.2
Bumps [laravel/sail](https://github.com/laravel/sail) from 1.20.1 to 1.20.2.
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/sail/compare/v1.20.1...v1.20.2)

---
updated-dependencies:
- dependency-name: laravel/sail
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-16 09:57:00 +00:00
dependabot[bot]
d42d07c6ac
Bump cssnano from 5.1.14 to 5.1.15
Bumps [cssnano](https://github.com/cssnano/cssnano) from 5.1.14 to 5.1.15.
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/cssnano@5.1.14...cssnano@5.1.15)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-16 09:56:55 +00:00
7bc3854246
Merge pull request #656 from jonnybarnes/dependabot/npm_and_yarn/eslint-8.34.0
Bump eslint from 8.33.0 to 8.34.0
2023-02-16 07:53:18 +00:00
dependabot[bot]
1ad0859007
Bump eslint from 8.33.0 to 8.34.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.33.0 to 8.34.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.33.0...v8.34.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-16 07:38:57 +00:00
184b5a18fb
Merge pull request #657 from jonnybarnes/dependabot/composer/laravel/dusk-7.6.1
Bump laravel/dusk from 7.5.0 to 7.6.1
2023-02-16 07:36:01 +00:00
dependabot[bot]
d873e15572
Bump laravel/dusk from 7.5.0 to 7.6.1
Bumps [laravel/dusk](https://github.com/laravel/dusk) from 7.5.0 to 7.6.1.
- [Release notes](https://github.com/laravel/dusk/releases)
- [Changelog](https://github.com/laravel/dusk/blob/7.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/dusk/compare/v7.5.0...v7.6.1)

---
updated-dependencies:
- dependency-name: laravel/dusk
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-16 07:32:58 +00:00
90edd9a270
Merge pull request #659 from jonnybarnes/dependabot/composer/laravel/horizon-5.14.2
Bump laravel/horizon from 5.14.1 to 5.14.2
2023-02-16 07:31:41 +00:00
dependabot[bot]
1cc9e2e92b
Bump laravel/horizon from 5.14.1 to 5.14.2
Bumps [laravel/horizon](https://github.com/laravel/horizon) from 5.14.1 to 5.14.2.
- [Release notes](https://github.com/laravel/horizon/releases)
- [Changelog](https://github.com/laravel/horizon/blob/5.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/horizon/compare/v5.14.1...v5.14.2)

---
updated-dependencies:
- dependency-name: laravel/horizon
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-16 07:27:44 +00:00
5a4fc79b0c
Merge pull request #660 from jonnybarnes/dependabot/composer/laravel/framework-9.52.0
Bump laravel/framework from 9.51.0 to 9.52.0
2023-02-16 07:26:34 +00:00
dependabot[bot]
4c701e405e
Bump laravel/framework from 9.51.0 to 9.52.0
Bumps [laravel/framework](https://github.com/laravel/framework) from 9.51.0 to 9.52.0.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v9.51.0...v9.52.0)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-16 07:22:39 +00:00
3f53a7cfe7
Merge pull request #655 from jonnybarnes/dependabot/composer/nunomaduro/collision-7.0.2
Bump nunomaduro/collision from 7.0.1 to 7.0.2
2023-02-16 07:21:26 +00:00
dependabot[bot]
ffab2260c2
Bump nunomaduro/collision from 7.0.1 to 7.0.2
Bumps [nunomaduro/collision](https://github.com/nunomaduro/collision) from 7.0.1 to 7.0.2.
- [Release notes](https://github.com/nunomaduro/collision/releases)
- [Changelog](https://github.com/nunomaduro/collision/blob/v7.x/CHANGELOG.md)
- [Commits](https://github.com/nunomaduro/collision/compare/v7.0.1...v7.0.2)

---
updated-dependencies:
- dependency-name: nunomaduro/collision
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-13 09:56:58 +00:00
fe6b5c1c3f
Merge pull request #651 from jonnybarnes/dependabot/composer/nunomaduro/collision-7.0.1
Bump nunomaduro/collision from 6.4.0 to 7.0.1
2023-02-08 19:51:16 +00:00
dependabot[bot]
82c92810ea
Bump nunomaduro/collision from 6.4.0 to 7.0.1
Bumps [nunomaduro/collision](https://github.com/nunomaduro/collision) from 6.4.0 to 7.0.1.
- [Release notes](https://github.com/nunomaduro/collision/releases)
- [Changelog](https://github.com/nunomaduro/collision/blob/v7.x/CHANGELOG.md)
- [Commits](https://github.com/nunomaduro/collision/compare/v6.4.0...v7.0.1)

---
updated-dependencies:
- dependency-name: nunomaduro/collision
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-08 19:46:45 +00:00
b22580a068
Merge pull request #649 from jonnybarnes/dependabot/composer/laravel/sail-1.20.1
Bump laravel/sail from 1.19.0 to 1.20.1
2023-02-08 19:45:56 +00:00
dependabot[bot]
9c51c66576
Bump laravel/sail from 1.19.0 to 1.20.1
Bumps [laravel/sail](https://github.com/laravel/sail) from 1.19.0 to 1.20.1.
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/sail/compare/v1.19.0...v1.20.1)

---
updated-dependencies:
- dependency-name: laravel/sail
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-08 19:43:01 +00:00
38a752d9c8
Merge pull request #647 from jonnybarnes/dependabot/composer/laravel/horizon-5.14.1
Bump laravel/horizon from 5.14.0 to 5.14.1
2023-02-08 19:41:23 +00:00
dependabot[bot]
78eed45412
Bump laravel/horizon from 5.14.0 to 5.14.1
Bumps [laravel/horizon](https://github.com/laravel/horizon) from 5.14.0 to 5.14.1.
- [Release notes](https://github.com/laravel/horizon/releases)
- [Changelog](https://github.com/laravel/horizon/blob/5.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/horizon/compare/v5.14.0...v5.14.1)

---
updated-dependencies:
- dependency-name: laravel/horizon
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-08 19:37:27 +00:00
3791920f41
Merge pull request #646 from jonnybarnes/dependabot/composer/spatie/laravel-ray-1.32.2
Bump spatie/laravel-ray from 1.32.1 to 1.32.2
2023-02-08 19:35:06 +00:00
dependabot[bot]
f33609e01e
Bump spatie/laravel-ray from 1.32.1 to 1.32.2
Bumps [spatie/laravel-ray](https://github.com/spatie/laravel-ray) from 1.32.1 to 1.32.2.
- [Release notes](https://github.com/spatie/laravel-ray/releases)
- [Changelog](https://github.com/spatie/laravel-ray/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spatie/laravel-ray/compare/1.32.1...1.32.2)

---
updated-dependencies:
- dependency-name: spatie/laravel-ray
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-07 09:01:01 +00:00
eee9c63cd3
Merge pull request #645 from jonnybarnes/dependabot/composer/phpunit/phpunit-9.6.3 2023-02-06 11:52:00 +00:00
dependabot[bot]
7ffd23d344
Bump phpunit/phpunit from 9.6.2 to 9.6.3
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.6.2 to 9.6.3.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/main/ChangeLog-9.6.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.6.2...9.6.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-06 11:21:29 +00:00
3d5cd5ad81
Merge pull request #644 from jonnybarnes/dependabot/composer/barryvdh/laravel-debugbar-3.8.0 2023-02-06 11:15:34 +00:00
dependabot[bot]
219fc29080
Bump barryvdh/laravel-debugbar from 3.7.0 to 3.8.0
Bumps [barryvdh/laravel-debugbar](https://github.com/barryvdh/laravel-debugbar) from 3.7.0 to 3.8.0.
- [Release notes](https://github.com/barryvdh/laravel-debugbar/releases)
- [Commits](https://github.com/barryvdh/laravel-debugbar/compare/v3.7.0...v3.8.0)

---
updated-dependencies:
- dependency-name: barryvdh/laravel-debugbar
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-06 11:10:45 +00:00
6dec78728c
Merge pull request #643 from jonnybarnes/dependabot/composer/barryvdh/laravel-ide-helper-2.13.0 2023-02-06 11:07:24 +00:00
dependabot[bot]
ac2f219f6f
Bump barryvdh/laravel-ide-helper from 2.12.3 to 2.13.0
Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.12.3 to 2.13.0.
- [Release notes](https://github.com/barryvdh/laravel-ide-helper/releases)
- [Changelog](https://github.com/barryvdh/laravel-ide-helper/blob/master/CHANGELOG.md)
- [Commits](https://github.com/barryvdh/laravel-ide-helper/compare/v2.12.3...v2.13.0)

---
updated-dependencies:
- dependency-name: barryvdh/laravel-ide-helper
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-06 09:01:05 +00:00
7a8807e1c2
Merge pull request #642 from jonnybarnes/dependency_updates_20230204
Updating some npm dependencies
2023-02-04 13:25:17 +00:00
556802c6e7
Updating some npm dependencies 2023-02-04 13:17:55 +00:00
cc782bc39a
Merge pull request #641 from jonnybarnes/develop
MTM: Add PHP 8.2 Support
2023-02-04 12:45:44 +00:00
b59cea9a5e
Merge pull request #640 from jonnybarnes/Switch_docker_to_php_82
Add PHP 8.2 support
2023-02-04 12:42:36 +00:00
4cb246aad2
Add PHP 8.2 support 2023-02-04 12:38:22 +00:00
054bba1da9
Merge pull request #639 from jonnybarnes/develop
MTM: Recent work
2023-02-04 12:22:23 +00:00
0794c8a754
Merge pull request #634 from jonnybarnes/dependabot/npm_and_yarn/eslint-8.33.0
Bump eslint from 8.30.0 to 8.33.0
2023-02-04 11:35:48 +00:00
dependabot[bot]
aa86718f15
Bump eslint from 8.30.0 to 8.33.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.30.0 to 8.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/compare/v8.30.0...v8.33.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-04 11:31:47 +00:00
c080700cee
Merge pull request #625 from jonnybarnes/dependabot/npm_and_yarn/postcss-8.4.21
Bump postcss from 8.4.20 to 8.4.21
2023-02-04 11:31:01 +00:00
dependabot[bot]
5e8e60314e
Bump postcss from 8.4.20 to 8.4.21
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.20 to 8.4.21.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.20...8.4.21)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-04 11:27:24 +00:00
a8a0147fa7
Merge pull request #624 from jonnybarnes/dependabot/npm_and_yarn/babel-loader-9.1.2
Bump babel-loader from 9.1.0 to 9.1.2
2023-02-04 11:26:26 +00:00
dependabot[bot]
a7e50bd069
Bump babel-loader from 9.1.0 to 9.1.2
Bumps [babel-loader](https://github.com/babel/babel-loader) from 9.1.0 to 9.1.2.
- [Release notes](https://github.com/babel/babel-loader/releases)
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel-loader/compare/v9.1.0...v9.1.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-04 11:22:39 +00:00
47d86b2cb9
Merge pull request #623 from jonnybarnes/dependabot/npm_and_yarn/babel/core-7.20.12
Bump @babel/core from 7.20.7 to 7.20.12
2023-02-04 11:21:50 +00:00
dependabot[bot]
467d1a5bd1
Bump @babel/core from 7.20.7 to 7.20.12
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.20.7 to 7.20.12.
- [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.20.12/packages/babel-core)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-04 11:18:41 +00:00
52e8c5dd91
Merge pull request #635 from jonnybarnes/dependabot/composer/laravel/sail-1.19.0
Bump laravel/sail from 1.16.6 to 1.19.0
2023-02-04 11:17:53 +00:00
dependabot[bot]
2cd838a820
Bump laravel/sail from 1.16.6 to 1.19.0
Bumps [laravel/sail](https://github.com/laravel/sail) from 1.16.6 to 1.19.0.
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/sail/compare/v1.16.6...v1.19.0)

---
updated-dependencies:
- dependency-name: laravel/sail
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-04 11:10:36 +00:00
a39745525d
Merge pull request #620 from jonnybarnes/dependabot/composer/spatie/laravel-ignition-1.6.4
Bump spatie/laravel-ignition from 1.6.3 to 1.6.4
2023-02-04 11:07:50 +00:00
dependabot[bot]
6a4423a90b
Bump spatie/laravel-ignition from 1.6.3 to 1.6.4
Bumps [spatie/laravel-ignition](https://github.com/spatie/laravel-ignition) from 1.6.3 to 1.6.4.
- [Release notes](https://github.com/spatie/laravel-ignition/releases)
- [Changelog](https://github.com/spatie/laravel-ignition/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spatie/laravel-ignition/compare/1.6.3...1.6.4)

---
updated-dependencies:
- dependency-name: spatie/laravel-ignition
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-04 11:00:18 +00:00
948c09d636
Merge pull request #619 from jonnybarnes/dependabot/composer/nunomaduro/collision-6.4.0
Bump nunomaduro/collision from 6.3.2 to 6.4.0
2023-02-04 10:58:56 +00:00
dependabot[bot]
8de20a1807
Bump nunomaduro/collision from 6.3.2 to 6.4.0
Bumps [nunomaduro/collision](https://github.com/nunomaduro/collision) from 6.3.2 to 6.4.0.
- [Release notes](https://github.com/nunomaduro/collision/releases)
- [Changelog](https://github.com/nunomaduro/collision/blob/v6.4.0/CHANGELOG.md)
- [Commits](https://github.com/nunomaduro/collision/compare/v6.3.2...v6.4.0)

---
updated-dependencies:
- dependency-name: nunomaduro/collision
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-04 10:51:39 +00:00
e057feaec2
Merge pull request #618 from jonnybarnes/dependabot/composer/lcobucci/jwt-4.3.0
Bump lcobucci/jwt from 4.2.1 to 4.3.0
2023-02-04 10:50:56 +00:00
dependabot[bot]
7332eaffe6
Bump lcobucci/jwt from 4.2.1 to 4.3.0
Bumps [lcobucci/jwt](https://github.com/lcobucci/jwt) from 4.2.1 to 4.3.0.
- [Release notes](https://github.com/lcobucci/jwt/releases)
- [Commits](https://github.com/lcobucci/jwt/compare/4.2.1...4.3.0)

---
updated-dependencies:
- dependency-name: lcobucci/jwt
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-04 10:45:04 +00:00
a1e7fe1662
Merge pull request #638 from jonnybarnes/616-use-cloudconvert-for-webpage-screenshots
Use CloudConvert for webpage screenshots
2023-02-04 10:44:25 +00:00
447268b417
Fix original test 2023-02-04 10:41:08 +00:00
f2c8f04c2f
Laravel Pint fixes
Also remove a file that wasn’t needed
2023-02-04 10:30:49 +00:00
bdbcaa55ea
Now we are using cloudconvert, remove un-needed local packages 2023-02-04 10:25:43 +00:00
f38235561f
Add tests for screenshots 2023-02-04 10:22:00 +00:00
c410e344a0
Begin work on unit tests 2023-01-20 16:02:04 +00:00
45c71bbb47
Setup CloudConvert to take webpage screenshots 2023-01-02 09:39:23 +00:00
0d393bd172
Merge pull request #615 from jonnybarnes/dependabot/npm_and_yarn/json5-2.2.2
Bump json5 from 2.2.1 to 2.2.2
2022-12-29 20:03:36 +00:00
dependabot[bot]
d9b4fe834d
Bump json5 from 2.2.1 to 2.2.2
Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.2.
- [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.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-29 18:59:51 +00:00
ceb63bb78d
Merge pull request #614 from jonnybarnes/dependabot/npm_and_yarn/stylelint-14.16.1
Bump stylelint from 14.16.0 to 14.16.1
2022-12-29 18:59:03 +00:00
dependabot[bot]
61f6b02978
Bump stylelint from 14.16.0 to 14.16.1
Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.16.0 to 14.16.1.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/14.16.0...14.16.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-29 18:30:12 +00:00
6c0cbf6afd
Merge pull request #613 from jonnybarnes/dependabot/composer/phpunit/php-code-coverage-9.2.23
Bump phpunit/php-code-coverage from 9.2.22 to 9.2.23
2022-12-29 18:29:30 +00:00
dependabot[bot]
9a2ae85058
Bump phpunit/php-code-coverage from 9.2.22 to 9.2.23
Bumps [phpunit/php-code-coverage](https://github.com/sebastianbergmann/php-code-coverage) from 9.2.22 to 9.2.23.
- [Release notes](https://github.com/sebastianbergmann/php-code-coverage/releases)
- [Changelog](https://github.com/sebastianbergmann/php-code-coverage/blob/main/ChangeLog.md)
- [Commits](https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.22...9.2.23)

---
updated-dependencies:
- dependency-name: phpunit/php-code-coverage
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-29 09:00:29 +00:00
81b2282d25
Merge pull request #612 from jonnybarnes/dependabot/composer/spatie/laravel-ignition-1.6.3
Bump spatie/laravel-ignition from 1.6.2 to 1.6.3
2022-12-27 16:35:59 +00:00
dependabot[bot]
aeb8501c0c
Bump spatie/laravel-ignition from 1.6.2 to 1.6.3
Bumps [spatie/laravel-ignition](https://github.com/spatie/laravel-ignition) from 1.6.2 to 1.6.3.
- [Release notes](https://github.com/spatie/laravel-ignition/releases)
- [Changelog](https://github.com/spatie/laravel-ignition/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spatie/laravel-ignition/compare/1.6.2...1.6.3)

---
updated-dependencies:
- dependency-name: spatie/laravel-ignition
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-27 09:00:37 +00:00
3b8cc29f65
Merge pull request #611 from jonnybarnes/dependabot/composer/symfony/html-sanitizer-6.2.2
Bump symfony/html-sanitizer from 6.2.0 to 6.2.2
2022-12-26 17:20:19 +00:00
dependabot[bot]
1bce889285
Bump symfony/html-sanitizer from 6.2.0 to 6.2.2
Bumps [symfony/html-sanitizer](https://github.com/symfony/html-sanitizer) from 6.2.0 to 6.2.2.
- [Release notes](https://github.com/symfony/html-sanitizer/releases)
- [Commits](https://github.com/symfony/html-sanitizer/compare/v6.2.0...v6.2.2)

---
updated-dependencies:
- dependency-name: symfony/html-sanitizer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-26 14:59:16 +00:00
723a2ec7f7
Merge pull request #610 from jonnybarnes/dependabot/composer/nunomaduro/collision-6.3.2
Bump nunomaduro/collision from 6.3.1 to 6.3.2
2022-12-26 14:58:37 +00:00
dependabot[bot]
2c08426edc
Bump nunomaduro/collision from 6.3.1 to 6.3.2
Bumps [nunomaduro/collision](https://github.com/nunomaduro/collision) from 6.3.1 to 6.3.2.
- [Release notes](https://github.com/nunomaduro/collision/releases)
- [Changelog](https://github.com/nunomaduro/collision/blob/v7.x/CHANGELOG.md)
- [Commits](https://github.com/nunomaduro/collision/compare/v6.3.1...v6.3.2)

---
updated-dependencies:
- dependency-name: nunomaduro/collision
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-26 09:00:28 +00:00
cb2a25be9a
Merge pull request #609 from jonnybarnes/update_laravel_pint_20221223
Update Laravel Sail
2022-12-23 11:26:20 +00:00
a8b3dffddb
Update Laravel Sail 2022-12-23 10:30:42 +00:00
1d2d1abf0f
Merge pull request #607 from jonnybarnes/dependabot/composer/fakerphp/faker-1.21.0
Bump fakerphp/faker from 1.20.0 to 1.21.0
2022-12-23 09:46:59 +00:00
dependabot[bot]
4c2aea21ee
Bump fakerphp/faker from 1.20.0 to 1.21.0
Bumps [fakerphp/faker](https://github.com/FakerPHP/Faker) from 1.20.0 to 1.21.0.
- [Release notes](https://github.com/FakerPHP/Faker/releases)
- [Changelog](https://github.com/FakerPHP/Faker/blob/main/CHANGELOG.md)
- [Commits](https://github.com/FakerPHP/Faker/compare/v1.20.0...v1.21.0)

---
updated-dependencies:
- dependency-name: fakerphp/faker
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-23 09:40:45 +00:00
a7cb1896f9
Merge pull request #608 from jonnybarnes/dependabot/composer/laravel/sail-1.16.6
Bump laravel/sail from 1.16.3 to 1.16.6
2022-12-23 09:40:02 +00:00
dependabot[bot]
3b00d230a1
Bump laravel/sail from 1.16.3 to 1.16.6
Bumps [laravel/sail](https://github.com/laravel/sail) from 1.16.3 to 1.16.6.
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/sail/compare/v1.16.3...v1.16.6)

---
updated-dependencies:
- dependency-name: laravel/sail
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-23 09:35:57 +00:00
d642298b13
Merge pull request #606 from jonnybarnes/dependabot/composer/laravel/horizon-5.10.6
Bump laravel/horizon from 5.10.5 to 5.10.6
2022-12-23 09:34:59 +00:00
dependabot[bot]
b8969e4e78
Bump laravel/horizon from 5.10.5 to 5.10.6
Bumps [laravel/horizon](https://github.com/laravel/horizon) from 5.10.5 to 5.10.6.
- [Release notes](https://github.com/laravel/horizon/releases)
- [Changelog](https://github.com/laravel/horizon/blob/5.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/horizon/compare/v5.10.5...v5.10.6)

---
updated-dependencies:
- dependency-name: laravel/horizon
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-23 09:31:09 +00:00
e97c4c88f2
Merge pull request #601 from jonnybarnes/dependabot/composer/laravel/dusk-7.2.1
Bump laravel/dusk from 7.1.1 to 7.2.1
2022-12-23 09:30:12 +00:00
dependabot[bot]
d9ccf86c46
Bump laravel/dusk from 7.1.1 to 7.2.1
Bumps [laravel/dusk](https://github.com/laravel/dusk) from 7.1.1 to 7.2.1.
- [Release notes](https://github.com/laravel/dusk/releases)
- [Changelog](https://github.com/laravel/dusk/blob/7.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/dusk/compare/v7.1.1...v7.2.1)

---
updated-dependencies:
- dependency-name: laravel/dusk
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-23 09:26:08 +00:00
22d7bd5360
Merge pull request #605 from jonnybarnes/dependabot/npm_and_yarn/babel/core-7.20.7
Bump @babel/core from 7.20.5 to 7.20.7
2022-12-23 09:25:15 +00:00
dependabot[bot]
e0eb79df88
Bump @babel/core from 7.20.5 to 7.20.7
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.20.5 to 7.20.7.
- [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.20.7/packages/babel-core)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-23 09:18:56 +00:00
fda41bbc02
Merge pull request #604 from jonnybarnes/dependabot/npm_and_yarn/css-loader-6.7.3
Bump css-loader from 6.7.2 to 6.7.3
2022-12-23 09:18:12 +00:00
dependabot[bot]
d788d4c5aa
Bump css-loader from 6.7.2 to 6.7.3
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 6.7.2 to 6.7.3.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v6.7.2...v6.7.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-23 09:15:17 +00:00
2236864200
Merge pull request #602 from jonnybarnes/dependabot/npm_and_yarn/puppeteer-19.4.1
Bump puppeteer from 19.3.0 to 19.4.1
2022-12-23 09:14:18 +00:00
dependabot[bot]
5815c0b05a
Bump puppeteer from 19.3.0 to 19.4.1
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 19.3.0 to 19.4.1.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v19.3.0...puppeteer-v19.4.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-23 09:08:19 +00:00
9346e812e7
Merge pull request #600 from jonnybarnes/dependabot/npm_and_yarn/postcss-8.4.20
Bump postcss from 8.4.19 to 8.4.20
2022-12-23 09:06:25 +00:00
dependabot[bot]
cce1813122
Bump postcss from 8.4.19 to 8.4.20
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.19 to 8.4.20.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.19...8.4.20)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-23 09:00:33 +00:00
5a9b3b93c2
Merge pull request #597 from jonnybarnes/dependabot/composer/vimeo/psalm-5.4.0
Bump vimeo/psalm from 5.0.0 to 5.4.0
2022-12-22 18:25:12 +00:00
dependabot[bot]
401794177d
Bump vimeo/psalm from 5.0.0 to 5.4.0
Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 5.0.0 to 5.4.0.
- [Release notes](https://github.com/vimeo/psalm/releases)
- [Commits](https://github.com/vimeo/psalm/compare/5.0.0...5.4.0)

---
updated-dependencies:
- dependency-name: vimeo/psalm
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-22 18:19:04 +00:00
ed36809d1b
Merge pull request #591 from jonnybarnes/dependabot/composer/spatie/laravel-ignition-1.6.2
Bump spatie/laravel-ignition from 1.6.1 to 1.6.2
2022-12-22 18:17:11 +00:00
dependabot[bot]
945fee8c8a
Bump spatie/laravel-ignition from 1.6.1 to 1.6.2
Bumps [spatie/laravel-ignition](https://github.com/spatie/laravel-ignition) from 1.6.1 to 1.6.2.
- [Release notes](https://github.com/spatie/laravel-ignition/releases)
- [Changelog](https://github.com/spatie/laravel-ignition/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spatie/laravel-ignition/compare/1.6.1...1.6.2)

---
updated-dependencies:
- dependency-name: spatie/laravel-ignition
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-22 17:27:44 +00:00
a1776a5da8
Merge pull request #592 from jonnybarnes/dependabot/composer/phpunit/phpunit-9.5.27
Bump phpunit/phpunit from 9.5.26 to 9.5.27
2022-12-22 17:25:47 +00:00
dependabot[bot]
10040984e4
Bump phpunit/phpunit from 9.5.26 to 9.5.27
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.5.26 to 9.5.27.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/main/ChangeLog-9.5.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.5.26...9.5.27)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-22 16:37:13 +00:00
3ab764c2e3
Merge pull request #599 from jonnybarnes/dependabot/composer/laravel/framework-9.45.1
Bump laravel/framework from 9.42.2 to 9.45.1
2022-12-22 16:32:43 +00:00
dependabot[bot]
5fb94666cb
Bump laravel/framework from 9.42.2 to 9.45.1
Bumps [laravel/framework](https://github.com/laravel/framework) from 9.42.2 to 9.45.1.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/9.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v9.42.2...v9.45.1)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-22 16:11:22 +00:00
4e4bb4b012
Merge pull request #586 from jonnybarnes/dependabot/composer/spatie/browsershot-3.57.5
Bump spatie/browsershot from 3.57.4 to 3.57.5
2022-12-22 16:07:19 +00:00
dependabot[bot]
69ff7e55de
Bump spatie/browsershot from 3.57.4 to 3.57.5
Bumps [spatie/browsershot](https://github.com/spatie/browsershot) from 3.57.4 to 3.57.5.
- [Release notes](https://github.com/spatie/browsershot/releases)
- [Changelog](https://github.com/spatie/browsershot/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spatie/browsershot/compare/3.57.4...3.57.5)

---
updated-dependencies:
- dependency-name: spatie/browsershot
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-22 15:55:07 +00:00
a2397293de
Merge pull request #596 from jonnybarnes/dependabot/npm_and_yarn/eslint-8.30.0
Bump eslint from 8.28.0 to 8.30.0
2022-12-22 15:54:07 +00:00
dependabot[bot]
8a25e8c474
Bump eslint from 8.28.0 to 8.30.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.28.0 to 8.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/compare/v8.28.0...v8.30.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-22 15:50:53 +00:00
71cb729cb8
Merge pull request #588 from jonnybarnes/dependabot/npm_and_yarn/webpack-cli-5.0.1
Bump webpack-cli from 5.0.0 to 5.0.1
2022-12-22 15:50:09 +00:00
dependabot[bot]
48f8f25f04
Bump webpack-cli from 5.0.0 to 5.0.1
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@5.0.0...webpack-cli@5.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-22 15:46:23 +00:00
c5d9193cc3
Merge pull request #590 from jonnybarnes/dependabot/npm_and_yarn/postcss-import-15.1.0
Bump postcss-import from 15.0.1 to 15.1.0
2022-12-22 15:45:36 +00:00
dependabot[bot]
2533cb2cef
Bump postcss-import from 15.0.1 to 15.1.0
Bumps [postcss-import](https://github.com/postcss/postcss-import) from 15.0.1 to 15.1.0.
- [Release notes](https://github.com/postcss/postcss-import/releases)
- [Changelog](https://github.com/postcss/postcss-import/blob/master/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss-import/compare/15.0.1...15.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-22 15:41:52 +00:00
cf58e974a8
Merge pull request #587 from jonnybarnes/dependabot/npm_and_yarn/mini-css-extract-plugin-2.7.2
Bump mini-css-extract-plugin from 2.7.1 to 2.7.2
2022-12-22 15:40:54 +00:00
dependabot[bot]
9379ed8a13
Bump mini-css-extract-plugin from 2.7.1 to 2.7.2
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 2.7.1 to 2.7.2.
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.7.1...v2.7.2)

---
updated-dependencies:
- dependency-name: mini-css-extract-plugin
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-22 15:37:14 +00:00
18a7575f06
Merge pull request #583 from jonnybarnes/dependabot/npm_and_yarn/stylelint-14.16.0
Bump stylelint from 14.15.0 to 14.16.0
2022-12-22 15:36:24 +00:00
dependabot[bot]
550025e642
Bump stylelint from 14.15.0 to 14.16.0
Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.15.0 to 14.16.0.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/14.15.0...14.16.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-05 09:00:36 +00:00
bd36e7d92d
Merge pull request #582 from jonnybarnes/570-make-sure-replies-work-properly
Make some tweaks around dealing with replies
2022-12-03 20:20:38 +00:00
6c43363c78
Make some tweaks around dealing with replies 2022-12-03 20:12:39 +00:00
4bea97df0c
Fix smallurl attribute on Media 2022-12-02 19:59:04 +00:00
44518e6e51
Merge pull request #577 from jonnybarnes/dependabot/composer/vimeo/psalm-5.0.0
Bump vimeo/psalm from 4.30.0 to 5.0.0
2022-12-02 19:57:32 +00:00
dependabot[bot]
c4830c7e10
Bump vimeo/psalm from 4.30.0 to 5.0.0
Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 4.30.0 to 5.0.0.
- [Release notes](https://github.com/vimeo/psalm/releases)
- [Commits](https://github.com/vimeo/psalm/compare/4.30.0...5.0.0)

---
updated-dependencies:
- dependency-name: vimeo/psalm
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-02 19:53:36 +00:00
e5732fe460
Merge pull request #581 from jonnybarnes/update_laravel_pint
Update Laravel Pint and fix code style
2022-12-02 19:52:51 +00:00
33acf33be9
Update Laravel Pint and fix code style 2022-12-02 19:49:29 +00:00
16d711b874
Merge pull request #575 from jonnybarnes/dependabot/composer/laravel/horizon-5.10.5
Bump laravel/horizon from 5.10.4 to 5.10.5
2022-12-02 19:41:53 +00:00
dependabot[bot]
db95ab31d7
Bump laravel/horizon from 5.10.4 to 5.10.5
Bumps [laravel/horizon](https://github.com/laravel/horizon) from 5.10.4 to 5.10.5.
- [Release notes](https://github.com/laravel/horizon/releases)
- [Changelog](https://github.com/laravel/horizon/blob/5.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/horizon/compare/v5.10.4...v5.10.5)

---
updated-dependencies:
- dependency-name: laravel/horizon
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-02 19:38:06 +00:00
159c6f8b37
Merge pull request #576 from jonnybarnes/dependabot/composer/symfony/html-sanitizer-6.2.0
Bump symfony/html-sanitizer from 6.1.0 to 6.2.0
2022-12-02 19:37:10 +00:00
dependabot[bot]
7af6573d2c
Bump symfony/html-sanitizer from 6.1.0 to 6.2.0
Bumps [symfony/html-sanitizer](https://github.com/symfony/html-sanitizer) from 6.1.0 to 6.2.0.
- [Release notes](https://github.com/symfony/html-sanitizer/releases)
- [Commits](https://github.com/symfony/html-sanitizer/compare/v6.1.0...v6.2.0)

---
updated-dependencies:
- dependency-name: symfony/html-sanitizer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-02 19:29:34 +00:00
62a91056c9
Merge pull request #578 from jonnybarnes/dependabot/composer/laravel/framework-9.42.2
Bump laravel/framework from 9.41.0 to 9.42.2
2022-12-02 19:28:47 +00:00
dependabot[bot]
e6746cb052
Bump laravel/framework from 9.41.0 to 9.42.2
Bumps [laravel/framework](https://github.com/laravel/framework) from 9.41.0 to 9.42.2.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/9.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v9.41.0...v9.42.2)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-02 19:23:36 +00:00
28f8112d68
Merge pull request #579 from jonnybarnes/dependabot/npm_and_yarn/postcss-import-15.0.1
Bump postcss-import from 15.0.0 to 15.0.1
2022-12-02 19:22:30 +00:00
dependabot[bot]
17d13e8b41
Bump postcss-import from 15.0.0 to 15.0.1
Bumps [postcss-import](https://github.com/postcss/postcss-import) from 15.0.0 to 15.0.1.
- [Release notes](https://github.com/postcss/postcss-import/releases)
- [Changelog](https://github.com/postcss/postcss-import/blob/master/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss-import/compare/15.0.0...15.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-02 19:07:20 +00:00
0d0deb5114
Merge pull request #574 from jonnybarnes/dependabot/npm_and_yarn/mini-css-extract-plugin-2.7.1
Bump mini-css-extract-plugin from 2.7.0 to 2.7.1
2022-12-02 19:04:22 +00:00
dependabot[bot]
b49fa778ee
Bump mini-css-extract-plugin from 2.7.0 to 2.7.1
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 2.7.0 to 2.7.1.
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.7.0...v2.7.1)

---
updated-dependencies:
- dependency-name: mini-css-extract-plugin
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-02 18:52:09 +00:00
7c7e0a0981
Merge pull request #580 from jonnybarnes/fix-tests
Fix tests
2022-12-02 18:46:53 +00:00
47e847d100
Fix tests 2022-12-02 18:37:50 +00:00
f060f52520
Merge pull request #572 from jonnybarnes/dependabot/npm_and_yarn/postcss-loader-7.0.2
Bump postcss-loader from 7.0.1 to 7.0.2
2022-12-02 18:23:06 +00:00
dependabot[bot]
4088d20f9e
Bump postcss-loader from 7.0.1 to 7.0.2
Bumps [postcss-loader](https://github.com/webpack-contrib/postcss-loader) from 7.0.1 to 7.0.2.
- [Release notes](https://github.com/webpack-contrib/postcss-loader/releases)
- [Changelog](https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/postcss-loader/compare/v7.0.1...v7.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-30 09:00:47 +00:00
28a975fdde
Merge pull request #568 from jonnybarnes/dependabot/npm_and_yarn/babel/core-7.20.5
Bump @babel/core from 7.20.2 to 7.20.5
2022-11-29 20:46:09 +00:00
dependabot[bot]
6ed51cf68e
Bump @babel/core from 7.20.2 to 7.20.5
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.20.2 to 7.20.5.
- [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.20.5/packages/babel-core)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-29 20:40:33 +00:00
a7689865ba
Merge pull request #569 from jonnybarnes/540-allow-micropub-to-post-notes-and-articles
Allow micropub to post notes and articles
2022-11-29 20:38:21 +00:00
ca6205d2a6
Allow micropub to post notes and articles 2022-11-29 19:58:44 +00:00
5eed665801
Merge pull request #567 from jonnybarnes/566-refactor-models-to-use-new-attribute-cast
Refactor models to use new attribute cast
2022-11-26 11:01:43 +00:00
cfca6a1de5
Refactor models to use new attribute cast 2022-11-26 10:55:58 +00:00
a8de52077f
Merge pull request #564 from jonnybarnes/dependabot/npm_and_yarn/puppeteer-19.3.0
Bump puppeteer from 19.2.2 to 19.3.0
2022-11-24 22:03:32 +00:00
dependabot[bot]
2451220a8a
Bump puppeteer from 19.2.2 to 19.3.0
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 19.2.2 to 19.3.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v19.2.2...puppeteer-v19.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-24 22:00:39 +00:00
495fa00082
Merge pull request #565 from jonnybarnes/563-turn-on-eloquent-strict-mode
Implement strict Eloquent when developing
2022-11-24 21:58:41 +00:00
8a83d9b565
Fix Laravel Pint issue 2022-11-24 21:52:32 +00:00
3f4634710c
Implement strict Eloquent when developing 2022-11-24 21:44:57 +00:00
5f82c82818
Merge pull request #561 from jonnybarnes/dependabot/composer/laravel/sail-1.16.3
Bump laravel/sail from 1.16.2 to 1.16.3
2022-11-23 18:55:42 +00:00
dependabot[bot]
31643a64ea
Bump laravel/sail from 1.16.2 to 1.16.3
Bumps [laravel/sail](https://github.com/laravel/sail) from 1.16.2 to 1.16.3.
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/sail/compare/v1.16.2...v1.16.3)

---
updated-dependencies:
- dependency-name: laravel/sail
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-23 18:51:55 +00:00
74e04a604c
Merge pull request #560 from jonnybarnes/dependabot/composer/spatie/browsershot-3.57.4
Bump spatie/browsershot from 3.57.3 to 3.57.4
2022-11-23 18:50:57 +00:00
dependabot[bot]
99dea2e735
Bump spatie/browsershot from 3.57.3 to 3.57.4
Bumps [spatie/browsershot](https://github.com/spatie/browsershot) from 3.57.3 to 3.57.4.
- [Release notes](https://github.com/spatie/browsershot/releases)
- [Changelog](https://github.com/spatie/browsershot/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spatie/browsershot/compare/3.57.3...3.57.4)

---
updated-dependencies:
- dependency-name: spatie/browsershot
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-22 09:02:17 +00:00
22e3eaab23
Merge pull request #559 from jonnybarnes/develop
MTM Update Failed Jobs table
2022-11-21 19:15:09 +00:00
c0c05c102b
Merge pull request #558 from jonnybarnes/556-add-new-failed-jobs-table
Add new failed jobs table
2022-11-21 19:11:19 +00:00
953f98a389
Remove a migration that alters the failed jobs table 2022-11-21 19:07:47 +00:00
41df88bdde
Add new failed jobs table 2022-11-21 18:58:42 +00:00
0ea6149c70
Merge pull request #557 from jonnybarnes/555-remove-old-failed-jobs-table
Remove old failed_jobs table
2022-11-21 18:52:28 +00:00
12d02454bc
Remove old failed_jobs table 2022-11-21 18:48:45 +00:00
1fc2844b04
Merge pull request #554 from jonnybarnes/dependabot/npm_and_yarn/eslint-8.28.0
Bump eslint from 8.27.0 to 8.28.0
2022-11-21 18:38:04 +00:00
dependabot[bot]
d671f502ef
Bump eslint from 8.27.0 to 8.28.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.27.0 to 8.28.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.27.0...v8.28.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-21 09:01:11 +00:00
e0efd19ef9
Merge pull request #553 from jonnybarnes/develop
MTM More Media Endpoint Improvements
2022-11-20 17:30:25 +00:00
e8d14992d9
Merge pull request #552 from jonnybarnes/504-update-source-response-data
Return a published and mime type data with sourced media uploads
2022-11-20 17:20:44 +00:00
42f0fa2238
Return a published and mime type data with sourced media uploads 2022-11-20 17:12:22 +00:00
0cd6f81a09
Merge pull request #551 from jonnybarnes/develop
MTM Improve Media Endpoint
2022-11-18 17:32:39 +00:00
84efc8a3da
Merge pull request #550 from jonnybarnes/dependabot/composer/phpunit/php-code-coverage-9.2.19
Bump phpunit/php-code-coverage from 9.2.18 to 9.2.19
2022-11-18 17:16:59 +00:00
dependabot[bot]
30c1bb5385
Bump phpunit/php-code-coverage from 9.2.18 to 9.2.19
Bumps [phpunit/php-code-coverage](https://github.com/sebastianbergmann/php-code-coverage) from 9.2.18 to 9.2.19.
- [Release notes](https://github.com/sebastianbergmann/php-code-coverage/releases)
- [Changelog](https://github.com/sebastianbergmann/php-code-coverage/blob/main/ChangeLog.md)
- [Commits](https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.18...9.2.19)

---
updated-dependencies:
- dependency-name: phpunit/php-code-coverage
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-18 17:12:35 +00:00
49418f6c71
Merge pull request #549 from jonnybarnes/dependabot/npm_and_yarn/webpack-cli-5.0.0
Bump webpack-cli from 4.10.0 to 5.0.0
2022-11-18 17:11:53 +00:00
dependabot[bot]
7e4598445b
Bump webpack-cli from 4.10.0 to 5.0.0
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.10.0 to 5.0.0.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.10.0...webpack-cli@5.0.0)

---
updated-dependencies:
- dependency-name: webpack-cli
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-18 17:07:58 +00:00
7780b0391f
Merge pull request #548 from jonnybarnes/dependabot/npm_and_yarn/mini-css-extract-plugin-2.7.0
Bump mini-css-extract-plugin from 2.6.1 to 2.7.0
2022-11-18 17:07:14 +00:00
dependabot[bot]
e52a472526
Bump mini-css-extract-plugin from 2.6.1 to 2.7.0
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 2.6.1 to 2.7.0.
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.6.1...v2.7.0)

---
updated-dependencies:
- dependency-name: mini-css-extract-plugin
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-17 09:00:34 +00:00
dd3e9a2818
Merge pull request #547 from jonnybarnes/504-quill-keeps-showing-a-null-photo
Improve Media Endpoint last upload query
2022-11-16 21:12:09 +00:00
6c28f75678
Add Laravel Pint fixes 2022-11-16 21:07:59 +00:00
027eccfad8
Update querying of last uploaded media 2022-11-16 20:30:08 +00:00
07cf1afc1c
Update dependencies, add Laravel Sanctum due to config changes 2022-11-16 20:29:17 +00:00
d058a1db2a
Update config 2022-11-16 20:28:56 +00:00
096b4db322
Improve micropub media tests 2022-11-15 17:21:01 +00:00
a4fa8ca433
Merge pull request #544 from jonnybarnes/dependabot/composer/league/flysystem-aws-s3-v3-3.10.3
Bump league/flysystem-aws-s3-v3 from 3.10.0 to 3.10.3
2022-11-15 17:14:03 +00:00
dependabot[bot]
059c4432f7
Bump league/flysystem-aws-s3-v3 from 3.10.0 to 3.10.3
Bumps [league/flysystem-aws-s3-v3](https://github.com/thephpleague/flysystem-aws-s3-v3) from 3.10.0 to 3.10.3.
- [Release notes](https://github.com/thephpleague/flysystem-aws-s3-v3/releases)
- [Commits](https://github.com/thephpleague/flysystem-aws-s3-v3/compare/3.10.0...3.10.3)

---
updated-dependencies:
- dependency-name: league/flysystem-aws-s3-v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-15 17:10:47 +00:00
fb9a45b14d
Merge pull request #542 from jonnybarnes/dependabot/npm_and_yarn/stylelint-14.15.0
Bump stylelint from 14.14.1 to 14.15.0
2022-11-15 17:08:16 +00:00
dependabot[bot]
ccd04c24d1
Bump stylelint from 14.14.1 to 14.15.0
Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.14.1 to 14.15.0.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/14.14.1...14.15.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-15 17:05:10 +00:00
6e5c8fd615
Merge pull request #541 from jonnybarnes/dependabot/npm_and_yarn/css-loader-6.7.2
Bump css-loader from 6.7.1 to 6.7.2
2022-11-15 17:00:56 +00:00
dependabot[bot]
f2c7d897af
Bump css-loader from 6.7.1 to 6.7.2
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 6.7.1 to 6.7.2.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v6.7.1...v6.7.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-14 09:00:53 +00:00
ea9b30791c
Merge pull request #539 from jonnybarnes/dependabot/npm_and_yarn/postcss-8.4.19
Bump postcss from 8.4.18 to 8.4.19
2022-11-13 17:32:11 +00:00
dependabot[bot]
6f2b978839
Bump postcss from 8.4.18 to 8.4.19
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.18 to 8.4.19.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.18...8.4.19)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-11 09:01:11 +00:00
64b61acc87
Merge pull request #538 from jonnybarnes/dependabot/npm_and_yarn/webpack-5.75.0
Bump webpack from 5.74.0 to 5.75.0
2022-11-10 20:41:23 +00:00
dependabot[bot]
54fb2254bd
Bump webpack from 5.74.0 to 5.75.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.74.0 to 5.75.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.74.0...v5.75.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-10 09:00:46 +00:00
3270bfed7f
Merge pull request #537 from jonnybarnes/536-webpack-doesnt-compile-anymore
Tweak stylelint rule for import notation
2022-11-09 20:41:04 +00:00
ec264a9d4e
Tweak stylelint rule for import notation 2022-11-09 20:37:12 +00:00
30c9b2e248
Merge pull request #535 from jonnybarnes/develop
MTM Handle finding webmention targets better
2022-11-09 20:10:55 +00:00
4f4f7769da
Merge pull request #534 from jonnybarnes/533-handle-finding-webmentions-better
Handle finding webmention targets better
2022-11-09 20:06:02 +00:00
9fcd16ec16
Handle finding webmention targets better
If a site does not support webmentions, my code should not error
2022-11-09 19:32:22 +00:00
8ad225c8f6
Merge pull request #531 from jonnybarnes/dependabot/composer/indieauth/client-1.1.6
Bump indieauth/client from 1.1.5 to 1.1.6
2022-11-09 19:04:23 +00:00
dependabot[bot]
07b0b26e98
Bump indieauth/client from 1.1.5 to 1.1.6
Bumps [indieauth/client](https://github.com/indieweb/indieauth-client-php) from 1.1.5 to 1.1.6.
- [Release notes](https://github.com/indieweb/indieauth-client-php/releases)
- [Commits](https://github.com/indieweb/indieauth-client-php/compare/1.1.5...1.1.6)

---
updated-dependencies:
- dependency-name: indieauth/client
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-09 18:55:10 +00:00
ad4a605620
Merge pull request #530 from jonnybarnes/dependabot/composer/laravel/horizon-5.10.4
Bump laravel/horizon from 5.10.3 to 5.10.4
2022-11-09 18:54:30 +00:00
dependabot[bot]
dec9fb3bad
Bump laravel/horizon from 5.10.3 to 5.10.4
Bumps [laravel/horizon](https://github.com/laravel/horizon) from 5.10.3 to 5.10.4.
- [Release notes](https://github.com/laravel/horizon/releases)
- [Changelog](https://github.com/laravel/horizon/blob/5.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/horizon/compare/v5.10.3...v5.10.4)

---
updated-dependencies:
- dependency-name: laravel/horizon
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-09 18:45:02 +00:00
74b02127c5
Merge pull request #532 from jonnybarnes/dependabot/composer/laravel/framework-9.39.0
Bump laravel/framework from 9.38.0 to 9.39.0
2022-11-09 18:43:55 +00:00
dependabot[bot]
9d5376f6ff
Bump laravel/framework from 9.38.0 to 9.39.0
Bumps [laravel/framework](https://github.com/laravel/framework) from 9.38.0 to 9.39.0.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/9.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v9.38.0...v9.39.0)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-09 09:01:11 +00:00
4733776ccd
Merge pull request #528 from jonnybarnes/dependabot/npm_and_yarn/babel/preset-env-7.20.2
Bump @babel/preset-env from 7.19.4 to 7.20.2
2022-11-07 21:25:56 +00:00
dependabot[bot]
b57df386ff
Bump @babel/preset-env from 7.19.4 to 7.20.2
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.19.4 to 7.20.2.
- [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.20.2/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-07 21:17:41 +00:00
b65dba2490
Merge pull request #529 from jonnybarnes/dependabot/npm_and_yarn/eslint-8.27.0
Bump eslint from 8.26.0 to 8.27.0
2022-11-07 21:02:56 +00:00
dependabot[bot]
c52adff965
Bump eslint from 8.26.0 to 8.27.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.26.0 to 8.27.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.26.0...v8.27.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-07 20:59:05 +00:00
1df65dc542
Merge pull request #527 from jonnybarnes/dependabot/npm_and_yarn/babel/core-7.20.2
Bump @babel/core from 7.19.6 to 7.20.2
2022-11-07 20:45:05 +00:00
dependabot[bot]
c52875bcce
Bump @babel/core from 7.19.6 to 7.20.2
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.19.6 to 7.20.2.
- [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.20.2/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-07 20:39:49 +00:00
c4bb1e92ea
Merge pull request #526 from jonnybarnes/dependabot/composer/vimeo/psalm-4.30.0
Bump vimeo/psalm from 4.29.0 to 4.30.0
2022-11-07 20:37:20 +00:00
dependabot[bot]
2316af7820
Bump vimeo/psalm from 4.29.0 to 4.30.0
Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 4.29.0 to 4.30.0.
- [Release notes](https://github.com/vimeo/psalm/releases)
- [Commits](https://github.com/vimeo/psalm/compare/4.29.0...4.30.0)

---
updated-dependencies:
- dependency-name: vimeo/psalm
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-07 09:00:39 +00:00
52ac67ba7a
Merge pull request #525 from jonnybarnes/develop
MTM Post Markdown content to Mastodon
2022-11-06 10:32:03 +00:00
13afa36105
Merge pull request #524 from jonnybarnes/Markdown_should_be_sent_to_mastodon
When posting to Mastodon send the original markdown
2022-11-06 10:28:35 +00:00
6f6abae258
When posting to Mastodon send the original markdown 2022-11-06 10:16:18 +00:00
272a5ea2fd
Merge pull request #522 from jonnybarnes/develop
MTM Mastodon syndication
2022-11-04 17:22:22 +00:00
206586462d
Merge pull request #520 from jonnybarnes/dependabot/npm_and_yarn/puppeteer-19.2.2
Bump puppeteer from 19.1.2 to 19.2.2
2022-11-04 17:13:19 +00:00
dependabot[bot]
3e774ad091
Bump puppeteer from 19.1.2 to 19.2.2
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 19.1.2 to 19.2.2.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/v19.1.2...puppeteer-core-v19.2.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-04 17:08:34 +00:00
62118570c7
Merge pull request #519 from jonnybarnes/dependabot/npm_and_yarn/stylelint-14.14.1
Bump stylelint from 14.14.0 to 14.14.1
2022-11-04 17:07:42 +00:00
dependabot[bot]
6d386023ba
Bump stylelint from 14.14.0 to 14.14.1
Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.14.0 to 14.14.1.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/14.14.0...14.14.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-04 17:04:28 +00:00
0c604bdc24
Merge pull request #518 from jonnybarnes/dependabot/npm_and_yarn/babel-loader-9.1.0
Bump babel-loader from 8.2.5 to 9.1.0
2022-11-04 17:03:41 +00:00
dependabot[bot]
cb09a9eb76
Bump babel-loader from 8.2.5 to 9.1.0
Bumps [babel-loader](https://github.com/babel/babel-loader) from 8.2.5 to 9.1.0.
- [Release notes](https://github.com/babel/babel-loader/releases)
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel-loader/compare/v8.2.5...v9.1.0)

---
updated-dependencies:
- dependency-name: babel-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-04 16:55:31 +00:00
e86d163542
Merge pull request #514 from jonnybarnes/dependabot/npm_and_yarn/cssnano-5.1.14
Bump cssnano from 5.1.13 to 5.1.14
2022-11-04 16:54:47 +00:00
dependabot[bot]
72a6d2710d
Bump cssnano from 5.1.13 to 5.1.14
Bumps [cssnano](https://github.com/cssnano/cssnano) from 5.1.13 to 5.1.14.
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/cssnano@5.1.13...cssnano@5.1.14)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-04 16:44:18 +00:00
5da8568ca4
Merge pull request #512 from jonnybarnes/dependabot/npm_and_yarn/autoprefixer-10.4.13
Bump autoprefixer from 10.4.12 to 10.4.13
2022-11-04 16:43:10 +00:00
dependabot[bot]
86cde5012d
Bump autoprefixer from 10.4.12 to 10.4.13
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.12 to 10.4.13.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/10.4.12...10.4.13)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-04 16:35:04 +00:00
accf4d6a49
Merge pull request #511 from jonnybarnes/dependabot/composer/phpunit/phpunit-9.5.26
Bump phpunit/phpunit from 9.5.25 to 9.5.26
2022-11-04 16:27:52 +00:00
dependabot[bot]
89defd2591
Bump phpunit/phpunit from 9.5.25 to 9.5.26
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.5.25 to 9.5.26.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/main/ChangeLog-9.5.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.5.25...9.5.26)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-04 16:14:40 +00:00
768dd47cc5
Merge pull request #509 from jonnybarnes/dependabot/composer/spatie/laravel-ignition-1.6.1
Bump spatie/laravel-ignition from 1.6.0 to 1.6.1
2022-11-04 16:01:22 +00:00
dependabot[bot]
29241f4751
Bump spatie/laravel-ignition from 1.6.0 to 1.6.1
Bumps [spatie/laravel-ignition](https://github.com/spatie/laravel-ignition) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/spatie/laravel-ignition/releases)
- [Changelog](https://github.com/spatie/laravel-ignition/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spatie/laravel-ignition/compare/1.6.0...1.6.1)

---
updated-dependencies:
- dependency-name: spatie/laravel-ignition
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-04 15:49:37 +00:00
ff9b96677e
Merge pull request #506 from jonnybarnes/dependabot/composer/laravel/horizon-5.10.3
Bump laravel/horizon from 5.10.2 to 5.10.3
2022-11-04 15:48:35 +00:00
dependabot[bot]
64608e3b8b
Bump laravel/horizon from 5.10.2 to 5.10.3
Bumps [laravel/horizon](https://github.com/laravel/horizon) from 5.10.2 to 5.10.3.
- [Release notes](https://github.com/laravel/horizon/releases)
- [Changelog](https://github.com/laravel/horizon/blob/5.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/horizon/compare/v5.10.2...v5.10.3)

---
updated-dependencies:
- dependency-name: laravel/horizon
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-04 15:43:35 +00:00
0018200596
Merge pull request #516 from jonnybarnes/dependabot/composer/laravel/framework-9.38.0
Bump laravel/framework from 9.36.4 to 9.38.0
2022-11-04 15:42:37 +00:00
dependabot[bot]
119019b4b1
Bump laravel/framework from 9.36.4 to 9.38.0
Bumps [laravel/framework](https://github.com/laravel/framework) from 9.36.4 to 9.38.0.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/9.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v9.36.4...v9.38.0)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-04 15:37:11 +00:00
76e49e9b77
Merge pull request #521 from jonnybarnes/505-add-mastodon-publish-support-via-bridgy
Allow notes to be syndicated to Mastodon
2022-11-04 15:34:47 +00:00
faeceea995
Fix some Laravel Pint issues
Also fix a typo in a comment, also add declare strict types
2022-11-04 15:31:07 +00:00
72cb4fd7eb
Allow notes to be syndicated to Mastodon 2022-11-04 15:23:31 +00:00
ffe90b9399
Merge pull request #502 from jonnybarnes/dependabot/composer/spatie/browsershot-3.57.3
Bump spatie/browsershot from 3.57.2 to 3.57.3
2022-10-25 15:22:17 +01:00
dependabot[bot]
fcc289358b
Bump spatie/browsershot from 3.57.2 to 3.57.3
Bumps [spatie/browsershot](https://github.com/spatie/browsershot) from 3.57.2 to 3.57.3.
- [Release notes](https://github.com/spatie/browsershot/releases)
- [Changelog](https://github.com/spatie/browsershot/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spatie/browsershot/compare/3.57.2...3.57.3)

---
updated-dependencies:
- dependency-name: spatie/browsershot
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-25 14:16:11 +00:00
e2c6d6b8ec
Merge pull request #503 from jonnybarnes/dependabot/npm_and_yarn/puppeteer-19.1.2
Bump puppeteer from 19.1.0 to 19.1.2
2022-10-25 15:15:23 +01:00
dependabot[bot]
f74c6ca28e
Bump puppeteer from 19.1.0 to 19.1.2
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 19.1.0 to 19.1.2.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v19.1.0...v19.1.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-25 14:11:12 +00:00
26ec5ac98d
Merge pull request #500 from jonnybarnes/dependabot/composer/spatie/laravel-ignition-1.6.0
Bump spatie/laravel-ignition from 1.5.2 to 1.6.0
2022-10-25 15:10:00 +01:00
dependabot[bot]
022b96bcbc
Bump spatie/laravel-ignition from 1.5.2 to 1.6.0
Bumps [spatie/laravel-ignition](https://github.com/spatie/laravel-ignition) from 1.5.2 to 1.6.0.
- [Release notes](https://github.com/spatie/laravel-ignition/releases)
- [Changelog](https://github.com/spatie/laravel-ignition/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spatie/laravel-ignition/compare/1.5.2...1.6.0)

---
updated-dependencies:
- dependency-name: spatie/laravel-ignition
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-25 09:01:09 +00:00
0bea4a1e95
Merge pull request #499 from jonnybarnes/develop
MTM Simplify migrations
2022-10-24 21:18:58 +01:00
12ffc227a5
Merge pull request #498 from jonnybarnes/simplify_migrations
Make columns nullable in original migration
2022-10-24 21:15:39 +01:00
c95d7ed58d
Make columns nullable in original migration 2022-10-24 21:10:48 +01:00
8ec738a765
Merge pull request #497 from jonnybarnes/develop
MTM Fix error saving syndication data
2022-10-24 17:45:22 +01:00
d801e6f3db
Merge pull request #496 from jonnybarnes/495-error-saving-syndication-targets
Fix issues saving syndication targets
2022-10-24 17:35:50 +01:00
c9106b5b8b
Fix issues saving syndication targets 2022-10-24 17:18:04 +01:00
2f548725db
Merge pull request #494 from jonnybarnes/develop
MTM Store synidaction targets in the database
2022-10-24 14:28:06 +01:00
def69f4038
Merge pull request #493 from jonnybarnes/dependabot/npm_and_yarn/eslint-8.26.0
Bump eslint from 8.25.0 to 8.26.0
2022-10-24 12:19:28 +01:00
dependabot[bot]
2f0d381ee2
Bump eslint from 8.25.0 to 8.26.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.25.0 to 8.26.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.25.0...v8.26.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-24 11:12:48 +00:00
1bf0667f08
Merge pull request #492 from jonnybarnes/dependabot/npm_and_yarn/puppeteer-19.1.0
Bump puppeteer from 19.0.0 to 19.1.0
2022-10-24 12:11:59 +01:00
dependabot[bot]
718b43b3e5
Bump puppeteer from 19.0.0 to 19.1.0
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 19.0.0 to 19.1.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v19.0.0...puppeteer-core-v19.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-24 11:08:58 +00:00
70d7765889
Merge pull request #491 from jonnybarnes/dependabot/composer/league/flysystem-aws-s3-v3-3.10.0
Bump league/flysystem-aws-s3-v3 from 3.8.0 to 3.10.0
2022-10-24 12:08:06 +01:00
ffb4aa5c1e
Merge branch 'develop' into dependabot/composer/league/flysystem-aws-s3-v3-3.10.0 2022-10-24 11:58:35 +01:00
271d50db53
Merge pull request #490 from jonnybarnes/479-store-syndication-targets-within-in-the-database
Store syndication targets within the database
2022-10-24 11:56:09 +01:00
dependabot[bot]
342bbaf6e0
Bump league/flysystem-aws-s3-v3 from 3.8.0 to 3.10.0
Bumps [league/flysystem-aws-s3-v3](https://github.com/thephpleague/flysystem-aws-s3-v3) from 3.8.0 to 3.10.0.
- [Release notes](https://github.com/thephpleague/flysystem-aws-s3-v3/releases)
- [Commits](https://github.com/thephpleague/flysystem-aws-s3-v3/compare/3.8.0...3.10.0)

---
updated-dependencies:
- dependency-name: league/flysystem-aws-s3-v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-24 09:01:11 +00:00
66257e7e9b
Use new syndication target model when processing MicroPub requests 2022-10-23 20:38:12 +01:00
976929e9b9
Remove the hard-coded syndication config 2022-10-23 13:16:24 +01:00
1d85c4c8cf
Fix one of the unit tests 2022-10-23 13:15:16 +01:00
0ddec78d09
Allow syndication targets to be added/edited in admin interface 2022-10-23 13:11:31 +01:00
ea8395a651
Add model to store syndication target data 2022-10-22 14:18:21 +01:00
7cd9956b92
Merge pull request #489 from jonnybarnes/dependabot/npm_and_yarn/babel/core-7.19.6
Bump @babel/core from 7.19.3 to 7.19.6
2022-10-21 15:17:56 +01:00
dependabot[bot]
0cca0e78e1
Bump @babel/core from 7.19.3 to 7.19.6
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.19.3 to 7.19.6.
- [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.19.6/packages/babel-core)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-21 14:13:09 +00:00
64c4448baa
Merge pull request #488 from jonnybarnes/dependabot/composer/laravel/framework-9.36.4
Bump laravel/framework from 9.36.3 to 9.36.4
2022-10-21 15:12:28 +01:00
dependabot[bot]
8dd94033d8
Bump laravel/framework from 9.36.3 to 9.36.4
Bumps [laravel/framework](https://github.com/laravel/framework) from 9.36.3 to 9.36.4.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/9.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v9.36.3...v9.36.4)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-21 09:01:33 +00:00
8f85a80fd4
Merge pull request #481 from jonnybarnes/dependabot/npm_and_yarn/puppeteer-19.0.0
Bump puppeteer from 18.2.1 to 19.0.0
2022-10-20 20:14:17 +01:00
dependabot[bot]
b52c470cfc
Bump puppeteer from 18.2.1 to 19.0.0
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 18.2.1 to 19.0.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v18.2.1...puppeteer-core-v19.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-20 18:24:16 +00:00
54e003e816
Merge pull request #483 from jonnybarnes/dependabot/npm_and_yarn/stylelint-config-standard-29.0.0
Bump stylelint-config-standard from 28.0.0 to 29.0.0
2022-10-20 19:23:23 +01:00
dependabot[bot]
caf439db92
Bump stylelint-config-standard from 28.0.0 to 29.0.0
Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) from 28.0.0 to 29.0.0.
- [Release notes](https://github.com/stylelint/stylelint-config-standard/releases)
- [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint-config-standard/compare/28.0.0...29.0.0)

---
updated-dependencies:
- dependency-name: stylelint-config-standard
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-20 18:19:27 +00:00
aa11a827e4
Merge pull request #484 from jonnybarnes/dependabot/npm_and_yarn/stylelint-14.14.0
Bump stylelint from 14.13.0 to 14.14.0
2022-10-20 19:18:44 +01:00
dependabot[bot]
851234c0c5
Bump stylelint from 14.13.0 to 14.14.0
Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.13.0 to 14.14.0.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/14.13.0...14.14.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-20 18:15:22 +00:00
35802600d8
Merge pull request #485 from jonnybarnes/dependabot/composer/league/flysystem-aws-s3-v3-3.8.0
Bump league/flysystem-aws-s3-v3 from 3.6.0 to 3.8.0
2022-10-20 19:14:37 +01:00
dependabot[bot]
181c41a5e4
Bump league/flysystem-aws-s3-v3 from 3.6.0 to 3.8.0
Bumps [league/flysystem-aws-s3-v3](https://github.com/thephpleague/flysystem-aws-s3-v3) from 3.6.0 to 3.8.0.
- [Release notes](https://github.com/thephpleague/flysystem-aws-s3-v3/releases)
- [Commits](https://github.com/thephpleague/flysystem-aws-s3-v3/compare/3.6.0...3.8.0)

---
updated-dependencies:
- dependency-name: league/flysystem-aws-s3-v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-20 18:09:53 +00:00
862643de5f
Merge pull request #482 from jonnybarnes/dependabot/composer/spatie/laravel-ignition-1.5.2
Bump spatie/laravel-ignition from 1.5.1 to 1.5.2
2022-10-20 19:09:03 +01:00
dependabot[bot]
ab6435c5a7
Bump spatie/laravel-ignition from 1.5.1 to 1.5.2
Bumps [spatie/laravel-ignition](https://github.com/spatie/laravel-ignition) from 1.5.1 to 1.5.2.
- [Release notes](https://github.com/spatie/laravel-ignition/releases)
- [Changelog](https://github.com/spatie/laravel-ignition/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spatie/laravel-ignition/compare/1.5.1...1.5.2)

---
updated-dependencies:
- dependency-name: spatie/laravel-ignition
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-20 15:32:22 +00:00
9ceee89c32
Merge pull request #487 from jonnybarnes/dependabot/composer/laravel/framework-9.36.3
Bump laravel/framework from 9.35.1 to 9.36.3
2022-10-20 16:31:26 +01:00
dependabot[bot]
cca7201302
Bump laravel/framework from 9.35.1 to 9.36.3
Bumps [laravel/framework](https://github.com/laravel/framework) from 9.35.1 to 9.36.3.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/9.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v9.35.1...v9.36.3)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-20 09:01:13 +00:00
f6546e2335
Merge pull request #477 from jonnybarnes/develop
MTM Update Twitter syndication logo
2022-10-16 18:16:38 +01:00
aa652d2e06
Merge pull request #476 from jonnybarnes/475-twitter-syndication-logo-needs-fixing
Update Twitter logo link
2022-10-16 17:22:05 +01:00
e9fd898469
Update Twitter logo link 2022-10-16 17:18:31 +01:00
d52b8a3e83
Merge pull request #473 from jonnybarnes/develop
MTM Fix IndieAuth sign in
2022-10-15 16:24:35 +01:00
91b7baa8d6
Merge pull request #472 from jonnybarnes/debugging_token_requests
Fix issuing indieauth tokens
2022-10-15 16:13:37 +01:00
4a0bc6005a
Fix issuing of token during IndieAuth sign in 2022-10-15 16:09:53 +01:00
8d781b7009
Merge pull request #471 from jonnybarnes/dependabot/composer/league/flysystem-aws-s3-v3-3.6.0
Bump league/flysystem-aws-s3-v3 from 3.5.0 to 3.6.0
2022-10-15 11:56:05 +01:00
dependabot[bot]
d275c9c42e
Bump league/flysystem-aws-s3-v3 from 3.5.0 to 3.6.0
Bumps [league/flysystem-aws-s3-v3](https://github.com/thephpleague/flysystem-aws-s3-v3) from 3.5.0 to 3.6.0.
- [Release notes](https://github.com/thephpleague/flysystem-aws-s3-v3/releases)
- [Commits](https://github.com/thephpleague/flysystem-aws-s3-v3/compare/3.5.0...3.6.0)

---
updated-dependencies:
- dependency-name: league/flysystem-aws-s3-v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-14 09:00:51 +00:00
589ae03db5
Merge pull request #470 from jonnybarnes/dependabot/npm_and_yarn/postcss-8.4.18
Bump postcss from 8.4.17 to 8.4.18
2022-10-13 20:42:06 +01:00
dependabot[bot]
9d512195fc
Bump postcss from 8.4.17 to 8.4.18
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.17 to 8.4.18.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.17...8.4.18)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-13 09:01:40 +00:00
d14666dac5
Merge pull request #469 from jonnybarnes/dependabot/composer/vimeo/psalm-4.29.0
Bump vimeo/psalm from 4.27.0 to 4.29.0
2022-10-12 17:52:26 +01:00
dependabot[bot]
705669fcaa
Bump vimeo/psalm from 4.27.0 to 4.29.0
Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 4.27.0 to 4.29.0.
- [Release notes](https://github.com/vimeo/psalm/releases)
- [Commits](https://github.com/vimeo/psalm/compare/4.27.0...4.29.0)

---
updated-dependencies:
- dependency-name: vimeo/psalm
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-12 16:49:30 +00:00
f73c920087
Merge pull request #468 from jonnybarnes/dependabot/composer/laravel/framework-9.35.1
Bump laravel/framework from 9.34.0 to 9.35.1
2022-10-12 17:48:13 +01:00
dependabot[bot]
c5da06f4bf
Bump laravel/framework from 9.34.0 to 9.35.1
Bumps [laravel/framework](https://github.com/laravel/framework) from 9.34.0 to 9.35.1.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/9.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v9.34.0...v9.35.1)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-12 16:21:34 +00:00
3c8997a0bd
Merge pull request #467 from jonnybarnes/dependabot/npm_and_yarn/babel/preset-env-7.19.4
Bump @babel/preset-env from 7.19.3 to 7.19.4
2022-10-12 17:19:56 +01:00
dependabot[bot]
260b43cee2
Bump @babel/preset-env from 7.19.3 to 7.19.4
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.19.3 to 7.19.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.19.4/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-12 16:14:11 +00:00
592237483b
Merge pull request #466 from jonnybarnes/dependabot/npm_and_yarn/eslint-8.25.0
Bump eslint from 8.24.0 to 8.25.0
2022-10-12 17:13:03 +01:00
dependabot[bot]
11292da6da
Bump eslint from 8.24.0 to 8.25.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.24.0 to 8.25.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.24.0...v8.25.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-10 09:01:32 +00:00
a370d65ab1
Merge pull request #463 from jonnybarnes/dependabot/npm_and_yarn/puppeteer-18.2.1
Bump puppeteer from 18.1.0 to 18.2.1
2022-10-07 20:30:05 +01:00
dependabot[bot]
14a4f974b2
Bump puppeteer from 18.1.0 to 18.2.1
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 18.1.0 to 18.2.1.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/v18.1.0...puppeteer-core-v18.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-07 09:01:37 +00:00
e996f5f59b
Merge pull request #459 from jonnybarnes/dependabot/npm_and_yarn/puppeteer-18.1.0
Bump puppeteer from 18.0.5 to 18.1.0
2022-10-05 11:09:34 +01:00
dependabot[bot]
9df1620c94
Bump puppeteer from 18.0.5 to 18.1.0
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 18.0.5 to 18.1.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/puppeteer/puppeteer/compare/v18.0.5...v18.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-05 09:58:04 +00:00
7215869d0b
Merge pull request #461 from jonnybarnes/dependabot/composer/spatie/laravel-ignition-1.5.1
Bump spatie/laravel-ignition from 1.5.0 to 1.5.1
2022-10-05 10:57:10 +01:00
dependabot[bot]
90614d0202
Bump spatie/laravel-ignition from 1.5.0 to 1.5.1
Bumps [spatie/laravel-ignition](https://github.com/spatie/laravel-ignition) from 1.5.0 to 1.5.1.
- [Release notes](https://github.com/spatie/laravel-ignition/releases)
- [Changelog](https://github.com/spatie/laravel-ignition/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spatie/laravel-ignition/compare/1.5.0...1.5.1)

---
updated-dependencies:
- dependency-name: spatie/laravel-ignition
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-05 09:47:04 +00:00
746b33b7e8
Merge pull request #460 from jonnybarnes/dependabot/composer/laravel/sail-1.16.2
Bump laravel/sail from 1.16.1 to 1.16.2
2022-10-05 10:46:09 +01:00
dependabot[bot]
4a9b6268c6
Bump laravel/sail from 1.16.1 to 1.16.2
Bumps [laravel/sail](https://github.com/laravel/sail) from 1.16.1 to 1.16.2.
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/sail/compare/v1.16.1...v1.16.2)

---
updated-dependencies:
- dependency-name: laravel/sail
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-05 09:30:50 +00:00
7fce642951
Merge pull request #458 from jonnybarnes/dependabot/composer/laravel/framework-9.34.0
Bump laravel/framework from 9.33.0 to 9.34.0
2022-10-05 10:17:39 +01:00
dependabot[bot]
58bf8e4abd
Bump laravel/framework from 9.33.0 to 9.34.0
Bumps [laravel/framework](https://github.com/laravel/framework) from 9.33.0 to 9.34.0.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/9.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v9.33.0...v9.34.0)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-05 09:01:30 +00:00
c3f9df0fe7
Merge pull request #457 from jonnybarnes/dependabot/npm_and_yarn/postcss-8.4.17
Bump postcss from 8.4.16 to 8.4.17
2022-10-05 07:32:31 +01:00
dependabot[bot]
81da306ef7
Bump postcss from 8.4.16 to 8.4.17
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.16 to 8.4.17.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.16...8.4.17)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-03 09:01:19 +00:00
bda8c72011
Merge pull request #455 from jonnybarnes/dependabot/composer/laravel/dusk-7.1.1
Bump laravel/dusk from 7.1.0 to 7.1.1
2022-09-30 15:16:51 +01:00
dependabot[bot]
26acce62ba
Bump laravel/dusk from 7.1.0 to 7.1.1
Bumps [laravel/dusk](https://github.com/laravel/dusk) from 7.1.0 to 7.1.1.
- [Release notes](https://github.com/laravel/dusk/releases)
- [Changelog](https://github.com/laravel/dusk/blob/7.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/dusk/compare/v7.1.0...v7.1.1)

---
updated-dependencies:
- dependency-name: laravel/dusk
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-30 14:10:52 +00:00
66666fe732
Merge pull request #456 from jonnybarnes/dependabot/composer/nunomaduro/collision-6.3.1
Bump nunomaduro/collision from 6.3.0 to 6.3.1
2022-09-30 15:09:32 +01:00
dependabot[bot]
aa29a3849e
Bump nunomaduro/collision from 6.3.0 to 6.3.1
Bumps [nunomaduro/collision](https://github.com/nunomaduro/collision) from 6.3.0 to 6.3.1.
- [Release notes](https://github.com/nunomaduro/collision/releases)
- [Changelog](https://github.com/nunomaduro/collision/blob/v7.x/CHANGELOG.md)
- [Commits](https://github.com/nunomaduro/collision/compare/v6.3.0...v6.3.1)

---
updated-dependencies:
- dependency-name: nunomaduro/collision
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-30 14:05:50 +00:00
dcab593b98
Merge pull request #454 from jonnybarnes/dependabot/npm_and_yarn/stylelint-14.13.0
Bump stylelint from 14.12.1 to 14.13.0
2022-09-30 15:04:44 +01:00
dependabot[bot]
aea4b9cc7c
Bump stylelint from 14.12.1 to 14.13.0
Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.12.1 to 14.13.0.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/14.12.1...14.13.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-29 09:01:01 +00:00
ebf69d8dc1
Merge pull request #449 from jonnybarnes/dependabot/npm_and_yarn/babel/preset-env-7.19.3
Bump @babel/preset-env from 7.19.1 to 7.19.3
2022-09-28 18:49:35 +01:00
dependabot[bot]
2838d520ac
Bump @babel/preset-env from 7.19.1 to 7.19.3
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.19.1 to 7.19.3.
- [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.19.3/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-28 17:43:06 +00:00
7438cad46c
Merge pull request #450 from jonnybarnes/dependabot/npm_and_yarn/babel/core-7.19.3
Bump @babel/core from 7.19.1 to 7.19.3
2022-09-28 18:42:22 +01:00
dependabot[bot]
e197d2b000
Bump @babel/core from 7.19.1 to 7.19.3
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.19.1 to 7.19.3.
- [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.19.3/packages/babel-core)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-28 17:27:39 +00:00
64f82c42aa
Merge pull request #447 from jonnybarnes/dependabot/npm_and_yarn/eslint-8.24.0
Bump eslint from 8.23.1 to 8.24.0
2022-09-28 18:26:14 +01:00
dependabot[bot]
65926c20de
Bump eslint from 8.23.1 to 8.24.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.23.1 to 8.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/v8.23.1...v8.24.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-28 17:00:43 +00:00
4e55b4541d
Merge pull request #453 from jonnybarnes/dependabot/composer/laravel/dusk-7.1.0
Bump laravel/dusk from 7.0.2 to 7.1.0
2022-09-28 17:59:55 +01:00
dependabot[bot]
01fb8bbf7d
Bump laravel/dusk from 7.0.2 to 7.1.0
Bumps [laravel/dusk](https://github.com/laravel/dusk) from 7.0.2 to 7.1.0.
- [Release notes](https://github.com/laravel/dusk/releases)
- [Changelog](https://github.com/laravel/dusk/blob/7.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/dusk/compare/v7.0.2...v7.1.0)

---
updated-dependencies:
- dependency-name: laravel/dusk
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-28 16:52:09 +00:00
bdb3470251
Merge pull request #452 from jonnybarnes/dependabot/composer/laravel/horizon-5.10.2
Bump laravel/horizon from 5.10.1 to 5.10.2
2022-09-28 17:50:05 +01:00
dependabot[bot]
a936b3d595
Bump laravel/horizon from 5.10.1 to 5.10.2
Bumps [laravel/horizon](https://github.com/laravel/horizon) from 5.10.1 to 5.10.2.
- [Release notes](https://github.com/laravel/horizon/releases)
- [Changelog](https://github.com/laravel/horizon/blob/5.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/horizon/compare/v5.10.1...v5.10.2)

---
updated-dependencies:
- dependency-name: laravel/horizon
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-28 16:44:34 +00:00
dfd8bceca3
Merge pull request #448 from jonnybarnes/dependabot/composer/laravel/sail-1.16.1
Bump laravel/sail from 1.16.0 to 1.16.1
2022-09-28 17:42:05 +01:00
dependabot[bot]
e620bb32b0
Bump laravel/sail from 1.16.0 to 1.16.1
Bumps [laravel/sail](https://github.com/laravel/sail) from 1.16.0 to 1.16.1.
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/sail/compare/v1.16.0...v1.16.1)

---
updated-dependencies:
- dependency-name: laravel/sail
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-28 16:38:02 +00:00
5abad0d64c
Merge pull request #451 from jonnybarnes/dependabot/composer/laravel/framework-9.32.0
Bump laravel/framework from 9.31.0 to 9.32.0
2022-09-28 17:33:35 +01:00
dependabot[bot]
e439c89cd5
Bump laravel/framework from 9.31.0 to 9.32.0
Bumps [laravel/framework](https://github.com/laravel/framework) from 9.31.0 to 9.32.0.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/9.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v9.31.0...v9.32.0)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-28 16:30:47 +00:00
54a3591e57
Merge pull request #446 from jonnybarnes/dependabot/composer/phpunit/phpunit-9.5.25
Bump phpunit/phpunit from 9.5.24 to 9.5.25
2022-09-28 17:29:00 +01:00
dependabot[bot]
b5dd81a254
Bump phpunit/phpunit from 9.5.24 to 9.5.25
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.5.24 to 9.5.25.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/main/ChangeLog-9.5.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.5.24...9.5.25)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-26 09:00:53 +00:00
46133be181
Merge pull request #445 from jonnybarnes/develop
MTM Reworked indieauth checking in token endpoint
2022-09-24 19:23:18 +01:00
ba6d74b401
Merge pull request #444 from jonnybarnes/294-indieauth-still-broken
Rework indieauth checking in token endpoint
2022-09-24 19:18:52 +01:00
c3c395c659
Rework indieauth checking in token endpoint
We know the me value, it is our app
2022-09-24 19:05:45 +01:00
0faf896e8f
Merge pull request #443 from jonnybarnes/develop
MTM Fix IndieAuth sign in
2022-09-24 18:42:27 +01:00
b8608a3f57
Merge pull request #442 from jonnybarnes/294-fix-indieauth-sign-in
We need to manually check the indieauth endpoint ourselves now
2022-09-24 18:38:01 +01:00
ff6d8ae3eb
Fix Laravel Pint issues 2022-09-24 18:33:36 +01:00
e456f688a3
We need to manually check the indieauth endpoint ourselves now 2022-09-24 18:28:05 +01:00
b93a8587a3
Merge pull request #441 from jonnybarnes/dependabot/npm_and_yarn/stylelint-14.12.1
Bump stylelint from 14.12.0 to 14.12.1
2022-09-22 10:49:45 +01:00
dependabot[bot]
0bf3f5f0f9
Bump stylelint from 14.12.0 to 14.12.1
Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.12.0 to 14.12.1.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/14.12.0...14.12.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-22 09:44:16 +00:00
d85d1f4754
Merge pull request #440 from jonnybarnes/dependabot/npm_and_yarn/puppeteer-18.0.5
Bump puppeteer from 18.0.3 to 18.0.5
2022-09-22 10:43:30 +01:00
dependabot[bot]
3d65186084
Bump puppeteer from 18.0.3 to 18.0.5
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 18.0.3 to 18.0.5.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/puppeteer/puppeteer/compare/v18.0.3...v18.0.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-22 09:37:10 +00:00
b2635b5066
Merge pull request #436 from jonnybarnes/dependabot/npm_and_yarn/autoprefixer-10.4.12
Bump autoprefixer from 10.4.11 to 10.4.12
2022-09-22 10:36:11 +01:00
dependabot[bot]
6826c6037c
Bump autoprefixer from 10.4.11 to 10.4.12
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.11 to 10.4.12.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/10.4.11...10.4.12)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-22 09:29:45 +00:00
cb8f40b6da
Merge pull request #437 from jonnybarnes/dependabot/composer/laravel/dusk-7.0.2
Bump laravel/dusk from 7.0.1 to 7.0.2
2022-09-22 10:28:18 +01:00
dependabot[bot]
7383ca9f27
Bump laravel/dusk from 7.0.1 to 7.0.2
Bumps [laravel/dusk](https://github.com/laravel/dusk) from 7.0.1 to 7.0.2.
- [Release notes](https://github.com/laravel/dusk/releases)
- [Changelog](https://github.com/laravel/dusk/blob/7.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/dusk/compare/v7.0.1...v7.0.2)

---
updated-dependencies:
- dependency-name: laravel/dusk
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-22 09:22:11 +00:00
393dda2fcc
Merge pull request #435 from jonnybarnes/dependabot/composer/spatie/laravel-ray-1.31.0
Bump spatie/laravel-ray from 1.30.0 to 1.31.0
2022-09-22 10:20:38 +01:00
dependabot[bot]
bcadad04d3
Bump spatie/laravel-ray from 1.30.0 to 1.31.0
Bumps [spatie/laravel-ray](https://github.com/spatie/laravel-ray) from 1.30.0 to 1.31.0.
- [Release notes](https://github.com/spatie/laravel-ray/releases)
- [Changelog](https://github.com/spatie/laravel-ray/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spatie/laravel-ray/compare/1.30.0...1.31.0)

---
updated-dependencies:
- dependency-name: spatie/laravel-ray
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-21 09:01:22 +00:00
622f57c0a0
Merge pull request #434 from jonnybarnes/dependabot/npm_and_yarn/puppeteer-18.0.3
Bump puppeteer from 17.1.3 to 18.0.3
2022-09-20 10:27:43 +01:00
dependabot[bot]
ce27826e20
Bump puppeteer from 17.1.3 to 18.0.3
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 17.1.3 to 18.0.3.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/puppeteer/puppeteer/compare/v17.1.3...v18.0.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-20 09:21:37 +00:00
99fd129e76
Merge pull request #433 from jonnybarnes/dependabot/npm_and_yarn/stylelint-14.12.0
Bump stylelint from 14.11.0 to 14.12.0
2022-09-20 10:20:53 +01:00
dependabot[bot]
15d2e05d7c
Bump stylelint from 14.11.0 to 14.12.0
Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.11.0 to 14.12.0.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/14.11.0...14.12.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-20 09:15:54 +00:00
67eb4e76fc
Merge pull request #432 from jonnybarnes/dependabot/composer/spatie/laravel-ignition-1.5.0
Bump spatie/laravel-ignition from 1.4.1 to 1.5.0
2022-09-20 10:14:58 +01:00
dependabot[bot]
682d515aee
Bump spatie/laravel-ignition from 1.4.1 to 1.5.0
Bumps [spatie/laravel-ignition](https://github.com/spatie/laravel-ignition) from 1.4.1 to 1.5.0.
- [Release notes](https://github.com/spatie/laravel-ignition/releases)
- [Changelog](https://github.com/spatie/laravel-ignition/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spatie/laravel-ignition/compare/1.4.1...1.5.0)

---
updated-dependencies:
- dependency-name: spatie/laravel-ignition
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-20 09:07:27 +00:00
8b6cf4a2da
Merge pull request #431 from jonnybarnes/dependabot/composer/league/flysystem-aws-s3-v3-3.5.0
Bump league/flysystem-aws-s3-v3 from 3.3.0 to 3.5.0
2022-09-20 10:06:30 +01:00
dependabot[bot]
c20e594c16
Bump league/flysystem-aws-s3-v3 from 3.3.0 to 3.5.0
Bumps [league/flysystem-aws-s3-v3](https://github.com/thephpleague/flysystem-aws-s3-v3) from 3.3.0 to 3.5.0.
- [Release notes](https://github.com/thephpleague/flysystem-aws-s3-v3/releases)
- [Commits](https://github.com/thephpleague/flysystem-aws-s3-v3/compare/3.3.0...3.5.0)

---
updated-dependencies:
- dependency-name: league/flysystem-aws-s3-v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-19 09:01:21 +00:00
478b8bd24b
Merge pull request #430 from jonnybarnes/dependabot/composer/laravel/framework-9.30.1
Bump laravel/framework from 9.29.0 to 9.30.1
2022-09-16 13:17:47 +01:00
dependabot[bot]
5df314d5e3
Bump laravel/framework from 9.29.0 to 9.30.1
Bumps [laravel/framework](https://github.com/laravel/framework) from 9.29.0 to 9.30.1.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/9.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v9.29.0...v9.30.1)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-16 12:15:03 +00:00
ed64efc8ed
Merge pull request #429 from jonnybarnes/dependabot/npm_and_yarn/babel/core-7.19.1
Bump @babel/core from 7.19.0 to 7.19.1
2022-09-16 13:14:05 +01:00
dependabot[bot]
839492e843
Bump @babel/core from 7.19.0 to 7.19.1
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.19.0 to 7.19.1.
- [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.19.1/packages/babel-core)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-16 12:09:52 +00:00
db547e4b2d
Merge pull request #428 from jonnybarnes/dependabot/npm_and_yarn/babel/preset-env-7.19.1
Bump @babel/preset-env from 7.19.0 to 7.19.1
2022-09-16 13:09:03 +01:00
dependabot[bot]
8a1468017a
Bump @babel/preset-env from 7.19.0 to 7.19.1
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.19.0 to 7.19.1.
- [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.19.1/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-16 12:05:06 +00:00
b8c72e7904
Merge pull request #427 from jonnybarnes/dependabot/npm_and_yarn/autoprefixer-10.4.11
Bump autoprefixer from 10.4.9 to 10.4.11
2022-09-16 13:04:14 +01:00
dependabot[bot]
446902a37e
Bump autoprefixer from 10.4.9 to 10.4.11
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.9 to 10.4.11.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/10.4.9...10.4.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-16 11:58:27 +00:00
0de3bdd2f0
Merge pull request #426 from jonnybarnes/dependabot/composer/laravel/pint-1.2.0
Bump laravel/pint from 1.1.3 to 1.2.0
2022-09-16 12:57:37 +01:00
dependabot[bot]
7bb0f4dbc2
Bump laravel/pint from 1.1.3 to 1.2.0
Bumps [laravel/pint](https://github.com/laravel/pint) from 1.1.3 to 1.2.0.
- [Release notes](https://github.com/laravel/pint/releases)
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/laravel/pint/compare/v1.1.3...v1.2.0)

---
updated-dependencies:
- dependency-name: laravel/pint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-14 09:01:29 +00:00
98f9cd0464
Merge pull request #423 from jonnybarnes/dependabot/npm_and_yarn/eslint-8.23.1
Bump eslint from 8.23.0 to 8.23.1
2022-09-12 11:32:23 +01:00
dependabot[bot]
826a6591ef
Bump eslint from 8.23.0 to 8.23.1
Bumps [eslint](https://github.com/eslint/eslint) from 8.23.0 to 8.23.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.23.0...v8.23.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-12 10:22:09 +00:00
828f682ba5
Merge pull request #422 from jonnybarnes/dependabot/composer/laravel/framework-9.29.0
Bump laravel/framework from 9.28.0 to 9.29.0
2022-09-12 11:21:19 +01:00
dependabot[bot]
e355b0e087
Bump laravel/framework from 9.28.0 to 9.29.0
Bumps [laravel/framework](https://github.com/laravel/framework) from 9.28.0 to 9.29.0.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/9.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v9.28.0...v9.29.0)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-12 09:17:37 +00:00
3baefc0054
Merge pull request #421 from jonnybarnes/dependabot/npm_and_yarn/autoprefixer-10.4.9
Bump autoprefixer from 10.4.8 to 10.4.9
2022-09-12 10:12:46 +01:00
dependabot[bot]
e5e7db252e
Bump autoprefixer from 10.4.8 to 10.4.9
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.8 to 10.4.9.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/10.4.8...10.4.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-12 09:09:27 +00:00
374e231a6b
Merge pull request #420 from jonnybarnes/develop
MTM Use env for cookie prefix
2022-09-10 13:50:49 +01:00
d2bb2c5dde
Merge pull request #419 from jonnybarnes/Use_env_file_for_cookie_prefix
Use env file for cookie prefix
2022-09-10 13:47:39 +01:00
7affa43ea8
Use env file for cookie prefix 2022-09-10 13:44:15 +01:00
729c52df2f
Merge pull request #418 from jonnybarnes/develop
MTM JWT and Cookie fixes
2022-09-10 13:31:24 +01:00
18fb386082
Merge pull request #417 from jonnybarnes/404-add-cookie-prefix
Improve security of cookies
2022-09-10 13:10:06 +01:00
87aca4864c
Improve security of cookies 2022-09-10 13:03:51 +01:00
bb01d22562
Merge pull request #414 from jonnybarnes/dependabot/npm_and_yarn/puppeteer-17.1.3
Bump puppeteer from 17.1.1 to 17.1.3
2022-09-09 15:08:13 +01:00
dependabot[bot]
6d337f9983
Bump puppeteer from 17.1.1 to 17.1.3
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 17.1.1 to 17.1.3.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/puppeteer/puppeteer/compare/v17.1.1...v17.1.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-09 14:05:01 +00:00
3ab5018a89
Merge pull request #416 from jonnybarnes/dependabot/composer/mockery/mockery-1.5.1
Bump mockery/mockery from 1.5.0 to 1.5.1
2022-09-09 15:04:14 +01:00
dependabot[bot]
6089082605
Bump mockery/mockery from 1.5.0 to 1.5.1
Bumps [mockery/mockery](https://github.com/mockery/mockery) from 1.5.0 to 1.5.1.
- [Release notes](https://github.com/mockery/mockery/releases)
- [Changelog](https://github.com/mockery/mockery/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mockery/mockery/compare/1.5.0...1.5.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-09 14:00:57 +00:00
b0601ee814
Merge pull request #415 from jonnybarnes/dependabot/composer/league/flysystem-aws-s3-v3-3.3.0
Bump league/flysystem-aws-s3-v3 from 3.2.0 to 3.3.0
2022-09-09 14:59:52 +01:00
dependabot[bot]
cc1c039831
Bump league/flysystem-aws-s3-v3 from 3.2.0 to 3.3.0
Bumps [league/flysystem-aws-s3-v3](https://github.com/thephpleague/flysystem-aws-s3-v3) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/thephpleague/flysystem-aws-s3-v3/releases)
- [Commits](https://github.com/thephpleague/flysystem-aws-s3-v3/compare/3.2.0...3.3.0)

---
updated-dependencies:
- dependency-name: league/flysystem-aws-s3-v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-09 13:56:07 +00:00
1ee79b4ca5
Merge pull request #412 from jonnybarnes/dependabot/composer/laravel/pint-1.1.3
Bump laravel/pint from 1.1.2 to 1.1.3
2022-09-09 14:55:01 +01:00
dependabot[bot]
ff6ad5b4cb
Bump laravel/pint from 1.1.2 to 1.1.3
Bumps [laravel/pint](https://github.com/laravel/pint) from 1.1.2 to 1.1.3.
- [Release notes](https://github.com/laravel/pint/releases)
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/laravel/pint/compare/v1.1.2...v1.1.3)

---
updated-dependencies:
- dependency-name: laravel/pint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-09 13:50:26 +00:00
d7eb5b599a
Merge pull request #411 from jonnybarnes/dependabot/composer/laravel/dusk-7.0.1
Bump laravel/dusk from 7.0.0 to 7.0.1
2022-09-09 14:49:45 +01:00
dependabot[bot]
09ba5f8c4b
Bump laravel/dusk from 7.0.0 to 7.0.1
Bumps [laravel/dusk](https://github.com/laravel/dusk) from 7.0.0 to 7.0.1.
- [Release notes](https://github.com/laravel/dusk/releases)
- [Changelog](https://github.com/laravel/dusk/blob/7.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/dusk/compare/v7.0.0...v7.0.1)

---
updated-dependencies:
- dependency-name: laravel/dusk
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-09 13:45:38 +00:00
96db82925e
Merge pull request #409 from jonnybarnes/dependabot/composer/laravel/horizon-5.10.1
Bump laravel/horizon from 5.10.0 to 5.10.1
2022-09-09 14:44:18 +01:00
dependabot[bot]
ad2d2029c3
Bump laravel/horizon from 5.10.0 to 5.10.1
Bumps [laravel/horizon](https://github.com/laravel/horizon) from 5.10.0 to 5.10.1.
- [Release notes](https://github.com/laravel/horizon/releases)
- [Changelog](https://github.com/laravel/horizon/blob/5.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/horizon/compare/v5.10.0...v5.10.1)

---
updated-dependencies:
- dependency-name: laravel/horizon
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-09 13:39:10 +00:00
2804fe4de3
Merge pull request #408 from jonnybarnes/dependabot/composer/laravel/sail-1.16.0
Bump laravel/sail from 1.15.4 to 1.16.0
2022-09-09 14:38:10 +01:00
dependabot[bot]
5354e94037
Bump laravel/sail from 1.15.4 to 1.16.0
Bumps [laravel/sail](https://github.com/laravel/sail) from 1.15.4 to 1.16.0.
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/sail/compare/v1.15.4...v1.16.0)

---
updated-dependencies:
- dependency-name: laravel/sail
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-07 09:01:38 +00:00
818064cbe8
Merge pull request #407 from jonnybarnes/dependabot/npm_and_yarn/babel/core-7.19.0
Bump @babel/core from 7.18.13 to 7.19.0
2022-09-06 11:57:52 +01:00
dependabot[bot]
58c4fd79fd
Bump @babel/core from 7.18.13 to 7.19.0
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.18.13 to 7.19.0.
- [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.19.0/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-06 10:46:51 +00:00
5c8a7c529d
Merge pull request #406 from jonnybarnes/dependabot/npm_and_yarn/babel/preset-env-7.19.0
Bump @babel/preset-env from 7.18.10 to 7.19.0
2022-09-06 11:46:06 +01:00
dependabot[bot]
14e588d353
Bump @babel/preset-env from 7.18.10 to 7.19.0
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.18.10 to 7.19.0.
- [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.19.0/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-06 10:34:24 +00:00
f1124d8260
Merge pull request #405 from jonnybarnes/dependabot/npm_and_yarn/puppeteer-17.1.1
Bump puppeteer from 17.1.0 to 17.1.1
2022-09-06 11:33:38 +01:00
dependabot[bot]
720a00cfbb
Bump puppeteer from 17.1.0 to 17.1.1
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 17.1.0 to 17.1.1.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/puppeteer/puppeteer/compare/v17.1.0...v17.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-05 14:59:30 +00:00
1f552a2f0e
Merge pull request #402 from jonnybarnes/dependabot/composer/vimeo/psalm-4.27.0
Bump vimeo/psalm from 4.26.0 to 4.27.0
2022-09-03 13:39:52 +01:00
dependabot[bot]
79b155bab5
Bump vimeo/psalm from 4.26.0 to 4.27.0
Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 4.26.0 to 4.27.0.
- [Release notes](https://github.com/vimeo/psalm/releases)
- [Commits](https://github.com/vimeo/psalm/compare/4.26.0...4.27.0)

---
updated-dependencies:
- dependency-name: vimeo/psalm
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-03 12:38:03 +00:00
10c459208e
Merge pull request #401 from jonnybarnes/dependabot/npm_and_yarn/puppeteer-17.1.0
Bump puppeteer from 16.2.0 to 17.1.0
2022-09-03 13:37:20 +01:00
dependabot[bot]
e3e72edbcc
Bump puppeteer from 16.2.0 to 17.1.0
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 16.2.0 to 17.1.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/puppeteer/puppeteer/compare/v16.2.0...v17.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-03 12:29:19 +00:00
b9294deb93
Merge pull request #399 from jonnybarnes/dependabot/composer/spatie/laravel-ignition-1.4.1
Bump spatie/laravel-ignition from 1.3.1 to 1.4.1
2022-09-03 13:28:35 +01:00
dependabot[bot]
29584be256
Bump spatie/laravel-ignition from 1.3.1 to 1.4.1
Bumps [spatie/laravel-ignition](https://github.com/spatie/laravel-ignition) from 1.3.1 to 1.4.1.
- [Release notes](https://github.com/spatie/laravel-ignition/releases)
- [Changelog](https://github.com/spatie/laravel-ignition/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spatie/laravel-ignition/compare/1.3.1...1.4.1)

---
updated-dependencies:
- dependency-name: spatie/laravel-ignition
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-03 12:18:27 +00:00
8c0e412148
Merge pull request #398 from jonnybarnes/dependabot/npm_and_yarn/postcss-import-15.0.0
Bump postcss-import from 14.1.0 to 15.0.0
2022-09-03 13:17:23 +01:00
dependabot[bot]
cc29af0c86
Bump postcss-import from 14.1.0 to 15.0.0
Bumps [postcss-import](https://github.com/postcss/postcss-import) from 14.1.0 to 15.0.0.
- [Release notes](https://github.com/postcss/postcss-import/releases)
- [Changelog](https://github.com/postcss/postcss-import/blob/master/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss-import/compare/14.1.0...15.0.0)

---
updated-dependencies:
- dependency-name: postcss-import
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-03 12:10:17 +00:00
b4d55228f4
Merge pull request #397 from jonnybarnes/dependabot/composer/laravel/pint-1.1.2
Bump laravel/pint from 1.1.1 to 1.1.2
2022-09-03 13:09:37 +01:00
dependabot[bot]
b24e5bce19
Bump laravel/pint from 1.1.1 to 1.1.2
Bumps [laravel/pint](https://github.com/laravel/pint) from 1.1.1 to 1.1.2.
- [Release notes](https://github.com/laravel/pint/releases)
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/laravel/pint/compare/v1.1.1...v1.1.2)

---
updated-dependencies:
- dependency-name: laravel/pint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-03 11:53:28 +00:00
74af62106e
Merge pull request #395 from jonnybarnes/dependabot/composer/phpunit/phpunit-9.5.24
Bump phpunit/phpunit from 9.5.23 to 9.5.24
2022-09-03 12:52:52 +01:00
dependabot[bot]
b1744e77f0
Bump phpunit/phpunit from 9.5.23 to 9.5.24
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.5.23 to 9.5.24.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/main/ChangeLog-9.5.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.5.23...9.5.24)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-03 11:39:36 +00:00
c1ab00d4eb
Merge pull request #394 from jonnybarnes/dependabot/composer/nunomaduro/collision-6.3.0
Bump nunomaduro/collision from 6.2.1 to 6.3.0
2022-09-03 12:38:47 +01:00
dependabot[bot]
39bf05537c
Bump nunomaduro/collision from 6.2.1 to 6.3.0
Bumps [nunomaduro/collision](https://github.com/nunomaduro/collision) from 6.2.1 to 6.3.0.
- [Release notes](https://github.com/nunomaduro/collision/releases)
- [Changelog](https://github.com/nunomaduro/collision/blob/stable/CHANGELOG.md)
- [Commits](https://github.com/nunomaduro/collision/compare/v6.2.1...v6.3.0)

---
updated-dependencies:
- dependency-name: nunomaduro/collision
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-03 11:32:21 +00:00
1dae5ae8b5
Merge pull request #393 from jonnybarnes/dependabot/npm_and_yarn/eslint-8.23.0
Bump eslint from 8.22.0 to 8.23.0
2022-09-03 12:31:22 +01:00
dependabot[bot]
0c9144af7f
Bump eslint from 8.22.0 to 8.23.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.22.0 to 8.23.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.22.0...v8.23.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-03 11:21:37 +00:00
2d69b6925a
Merge pull request #391 from jonnybarnes/dependabot/composer/guzzlehttp/guzzle-7.5.0
Bump guzzlehttp/guzzle from 7.4.5 to 7.5.0
2022-09-03 12:20:37 +01:00
dependabot[bot]
ae411c4c8b
Bump guzzlehttp/guzzle from 7.4.5 to 7.5.0
Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 7.4.5 to 7.5.0.
- [Release notes](https://github.com/guzzle/guzzle/releases)
- [Changelog](https://github.com/guzzle/guzzle/blob/master/CHANGELOG.md)
- [Commits](https://github.com/guzzle/guzzle/compare/7.4.5...7.5.0)

---
updated-dependencies:
- dependency-name: guzzlehttp/guzzle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-29 09:01:02 +00:00
674acce23e
Merge pull request #390 from jonnybarnes/dependabot/composer/laravel/dusk-7.0.0
Bump laravel/dusk from 6.25.1 to 7.0.0
2022-08-24 11:44:30 +01:00
ca6be34a66
Merge pull request #389 from jonnybarnes/dependabot/composer/laravel/framework-9.26.1
Bump laravel/framework from 9.25.1 to 9.26.1
2022-08-24 11:26:50 +01:00
dependabot[bot]
422aa33189
Bump laravel/dusk from 6.25.1 to 7.0.0
Bumps [laravel/dusk](https://github.com/laravel/dusk) from 6.25.1 to 7.0.0.
- [Release notes](https://github.com/laravel/dusk/releases)
- [Changelog](https://github.com/laravel/dusk/blob/7.x/CHANGELOG.md)
- [Upgrade guide](https://github.com/laravel/dusk/blob/7.x/UPGRADE.md)
- [Commits](https://github.com/laravel/dusk/compare/v6.25.1...v7.0.0)

---
updated-dependencies:
- dependency-name: laravel/dusk
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-24 09:01:21 +00:00
dependabot[bot]
7c8ae13575
Bump laravel/framework from 9.25.1 to 9.26.1
Bumps [laravel/framework](https://github.com/laravel/framework) from 9.25.1 to 9.26.1.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/9.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v9.25.1...v9.26.1)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-24 09:00:59 +00:00
a9c5ba7f78
Merge pull request #388 from jonnybarnes/dependabot/npm_and_yarn/babel/core-7.18.13
Bump @babel/core from 7.18.10 to 7.18.13
2022-08-23 21:24:06 +01:00
dependabot[bot]
e722ac3202
Bump @babel/core from 7.18.10 to 7.18.13
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.18.10 to 7.18.13.
- [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.18.13/packages/babel-core)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-23 20:21:01 +00:00
508fb5d65b
Merge pull request #387 from jonnybarnes/dependabot/composer/phpunit/phpunit-9.5.23
Bump phpunit/phpunit from 9.5.22 to 9.5.23
2022-08-23 21:20:15 +01:00
dependabot[bot]
13727b2f36
Bump phpunit/phpunit from 9.5.22 to 9.5.23
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.5.22 to 9.5.23.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/main/ChangeLog-9.5.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.5.22...9.5.23)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-23 20:15:49 +00:00
6c85e12afa
Merge pull request #386 from jonnybarnes/dependabot/composer/lcobucci/jwt-4.2.1
Bump lcobucci/jwt from 4.1.5 to 4.2.1
2022-08-23 21:15:06 +01:00
c4c7514316
Run Laravel Pint 2022-08-23 20:59:19 +01:00
903ebf56eb
Update code to work with stricter JWT library checks 2022-08-23 20:50:19 +01:00
dependabot[bot]
6e6b853112
Bump lcobucci/jwt from 4.1.5 to 4.2.1
Bumps [lcobucci/jwt](https://github.com/lcobucci/jwt) from 4.1.5 to 4.2.1.
- [Release notes](https://github.com/lcobucci/jwt/releases)
- [Commits](https://github.com/lcobucci/jwt/compare/4.1.5...4.2.1)

---
updated-dependencies:
- dependency-name: lcobucci/jwt
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-22 09:53:02 +00:00
226e81bf53
Merge pull request #385 from jonnybarnes/dependabot/npm_and_yarn/stylelint-config-standard-28.0.0
Bump stylelint-config-standard from 27.0.0 to 28.0.0
2022-08-22 10:52:19 +01:00
dependabot[bot]
7a72f73494
Bump stylelint-config-standard from 27.0.0 to 28.0.0
Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) from 27.0.0 to 28.0.0.
- [Release notes](https://github.com/stylelint/stylelint-config-standard/releases)
- [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint-config-standard/compare/27.0.0...28.0.0)

---
updated-dependencies:
- dependency-name: stylelint-config-standard
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-22 09:40:05 +00:00
c11038bace
Merge pull request #383 from jonnybarnes/dependabot/npm_and_yarn/stylelint-14.11.0
Bump stylelint from 14.10.0 to 14.11.0
2022-08-22 10:39:09 +01:00
dependabot[bot]
c5c502d9a9
Bump stylelint from 14.10.0 to 14.11.0
Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.10.0 to 14.11.0.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/14.10.0...14.11.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-22 09:35:38 +00:00
4258cefeb1
Merge pull request #382 from jonnybarnes/dependabot/composer/phpunit/phpunit-9.5.22
Bump phpunit/phpunit from 9.5.21 to 9.5.22
2022-08-22 10:34:51 +01:00
dependabot[bot]
ebc34f1419
Bump phpunit/phpunit from 9.5.21 to 9.5.22
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.5.21 to 9.5.22.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/main/ChangeLog-9.5.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.5.21...9.5.22)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-22 09:29:51 +00:00
15b41846f0
Merge pull request #381 from jonnybarnes/dependabot/composer/spatie/browsershot-3.57.2
Bump spatie/browsershot from 3.57.1 to 3.57.2
2022-08-22 10:29:03 +01:00
dependabot[bot]
93b35fae6d
Bump spatie/browsershot from 3.57.1 to 3.57.2
Bumps [spatie/browsershot](https://github.com/spatie/browsershot) from 3.57.1 to 3.57.2.
- [Release notes](https://github.com/spatie/browsershot/releases)
- [Changelog](https://github.com/spatie/browsershot/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spatie/browsershot/compare/3.57.1...3.57.2)

---
updated-dependencies:
- dependency-name: spatie/browsershot
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-22 09:00:56 +00:00
ac19c02e76
Merge pull request #380 from jonnybarnes/develop
MTM More link fixes
2022-08-21 09:00:38 +01:00
3b6e62b35e
Merge pull request #379 from jonnybarnes/more_link_fixes
Some more link fixes
2022-08-21 08:56:23 +01:00
289d64a60d
Some more link fixes 2022-08-21 08:45:55 +01:00
0289f9f0b0
Merge pull request #378 from jonnybarnes/develop
MTM Fixing links
2022-08-20 15:31:34 +01:00
56961bce2f
Merge pull request #377 from jonnybarnes/update_bio_links
Fix bio links
2022-08-20 15:16:10 +01:00
349bf27d7a
Fix bio links 2022-08-20 15:11:20 +01:00
1af4c1c201
Merge pull request #376 from jonnybarnes/fix-colophon
Improve colophon page
2022-08-20 14:41:33 +01:00
d504cb0e90
Improve colophon page 2022-08-20 14:05:59 +01:00
3ec6f9abf1
Merge pull request #375 from jonnybarnes/364-remove-pre-commit-message
Stop running pre-commit hook
2022-08-20 12:35:49 +01:00
80c07b37a9
Stop running pre-commit hook 2022-08-20 12:31:15 +01:00
5ff91965ad
Merge pull request #374 from jonnybarnes/dependabot/npm_and_yarn/puppeteer-16.2.0
Bump puppeteer from 16.1.0 to 16.2.0
2022-08-19 13:21:22 +01:00
dependabot[bot]
2e29e5950d
Bump puppeteer from 16.1.0 to 16.2.0
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 16.1.0 to 16.2.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/puppeteer/puppeteer/compare/v16.1.0...v16.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-19 12:13:51 +00:00
8cfaabd7ec
Merge pull request #373 from jonnybarnes/dependabot/composer/laravel/sail-1.15.4
Bump laravel/sail from 1.15.2 to 1.15.4
2022-08-19 13:13:07 +01:00
dependabot[bot]
72d6ec6f04
Bump laravel/sail from 1.15.2 to 1.15.4
Bumps [laravel/sail](https://github.com/laravel/sail) from 1.15.2 to 1.15.4.
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/sail/compare/v1.15.2...v1.15.4)

---
updated-dependencies:
- dependency-name: laravel/sail
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-19 12:05:49 +00:00
1727532d85
Merge pull request #372 from jonnybarnes/dependabot/composer/laravel/horizon-5.10.0
Bump laravel/horizon from 5.9.10 to 5.10.0
2022-08-19 13:04:56 +01:00
dependabot[bot]
3e9904fb40
Bump laravel/horizon from 5.9.10 to 5.10.0
Bumps [laravel/horizon](https://github.com/laravel/horizon) from 5.9.10 to 5.10.0.
- [Release notes](https://github.com/laravel/horizon/releases)
- [Changelog](https://github.com/laravel/horizon/blob/5.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/horizon/compare/v5.9.10...v5.10.0)

---
updated-dependencies:
- dependency-name: laravel/horizon
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-19 11:44:11 +00:00
8961134966
Merge pull request #369 from jonnybarnes/dependabot/composer/laravel/framework-9.25.1
Bump laravel/framework from 9.24.0 to 9.25.1
2022-08-19 12:43:12 +01:00
dependabot[bot]
ad17d364f4
Bump laravel/framework from 9.24.0 to 9.25.1
Bumps [laravel/framework](https://github.com/laravel/framework) from 9.24.0 to 9.25.1.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/9.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v9.24.0...v9.25.1)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-19 11:39:51 +00:00
cfe129cd11
Merge pull request #368 from jonnybarnes/dependabot/npm_and_yarn/cssnano-5.1.13
Bump cssnano from 5.1.12 to 5.1.13
2022-08-19 12:38:54 +01:00
dependabot[bot]
504a22bd47
Bump cssnano from 5.1.12 to 5.1.13
Bumps [cssnano](https://github.com/cssnano/cssnano) from 5.1.12 to 5.1.13.
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/cssnano@5.1.12...cssnano@5.1.13)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-19 11:36:02 +00:00
cc290aa7a5
Merge pull request #367 from jonnybarnes/dependabot/npm_and_yarn/eslint-8.22.0
Bump eslint from 8.21.0 to 8.22.0
2022-08-19 12:35:19 +01:00
dependabot[bot]
88cd7635f7
Bump eslint from 8.21.0 to 8.22.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.21.0 to 8.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/v8.21.0...v8.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>
2022-08-15 09:01:42 +00:00
04064f3a2b
Merge pull request #366 from jonnybarnes/fix_typo
Fix a typo in a comment
2022-08-14 18:10:36 +01:00
26cd021a25
Fix a typo in a comment 2022-08-14 18:07:38 +01:00
14a10472a6
Merge pull request #365 from jonnybarnes/develop
MTM Add tagged bookmarks page
2022-08-14 18:03:30 +01:00
0edf1a0421
Merge pull request #363 from jonnybarnes/fix_bookmark_tag_links
Add the page for tagged bookmarks
2022-08-14 18:00:00 +01:00
a0954bc936
Add the page for tagged bookmarks 2022-08-14 17:56:21 +01:00
b74bdd01ef
Merge pull request #362 from jonnybarnes/develop
MTM: Fix some links
2022-08-13 20:30:08 +01:00
e23ba75021
Merge pull request #361 from jonnybarnes/360-fix-micropubcreate-page-as-well
Redirect `/micropub/create` page to `/notes/new` page
2022-08-13 16:19:18 +01:00
b5ca634bdd
Redirect micropub create page to notes new page 2022-08-13 16:14:12 +01:00
6256160b6b
Merge pull request #359 from jonnybarnes/358-fix-notesnew-page-from-404
Fix `/notes/new` page so it is not a 404
2022-08-13 16:04:41 +01:00
5e5f74f4ed
Fix /notes/new page so it is not a 404 2022-08-13 16:00:06 +01:00
8817ff1719
Merge pull request #355 from jonnybarnes/dependabot/npm_and_yarn/stylelint-config-standard-27.0.0
Bump stylelint-config-standard from 26.0.0 to 27.0.0
2022-08-13 12:32:41 +01:00
dependabot[bot]
16bde65242
Bump stylelint-config-standard from 26.0.0 to 27.0.0
Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) from 26.0.0 to 27.0.0.
- [Release notes](https://github.com/stylelint/stylelint-config-standard/releases)
- [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint-config-standard/compare/26.0.0...27.0.0)

---
updated-dependencies:
- dependency-name: stylelint-config-standard
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-13 11:29:44 +00:00
9f3fabb524
Merge pull request #354 from jonnybarnes/dependabot/composer/laravel/sail-1.15.2
Bump laravel/sail from 1.15.1 to 1.15.2
2022-08-13 12:29:03 +01:00
5969dbb32b
Merge pull request #353 from jonnybarnes/dependabot/composer/laravel/framework-9.24.0
Bump laravel/framework from 9.23.0 to 9.24.0
2022-08-11 11:03:44 +01:00
dependabot[bot]
eba4bf6888
Bump laravel/sail from 1.15.1 to 1.15.2
Bumps [laravel/sail](https://github.com/laravel/sail) from 1.15.1 to 1.15.2.
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/sail/compare/v1.15.1...v1.15.2)

---
updated-dependencies:
- dependency-name: laravel/sail
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-10 09:01:22 +00:00
dependabot[bot]
08bb32862c
Bump laravel/framework from 9.23.0 to 9.24.0
Bumps [laravel/framework](https://github.com/laravel/framework) from 9.23.0 to 9.24.0.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/9.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v9.23.0...v9.24.0)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-10 09:01:03 +00:00
16eed02427
Merge pull request #352 from jonnybarnes/dependabot/npm_and_yarn/postcss-8.4.16
Bump postcss from 8.4.14 to 8.4.16
2022-08-08 12:28:30 +01:00
dependabot[bot]
c1a6708f47
Bump postcss from 8.4.14 to 8.4.16
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.14 to 8.4.16.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.14...8.4.16)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-08 10:43:44 +00:00
6169252743
Merge pull request #351 from jonnybarnes/dependabot/npm_and_yarn/puppeteer-16.1.0
Bump puppeteer from 16.0.0 to 16.1.0
2022-08-08 11:38:41 +01:00
dependabot[bot]
6a93d3c5e5
Bump puppeteer from 16.0.0 to 16.1.0
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 16.0.0 to 16.1.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/puppeteer/puppeteer/compare/v16.0.0...v16.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-08 09:02:03 +00:00
081ac20f2b
Merge pull request #350 from jonnybarnes/fix_csp_issues_locally
Dont run csp locally
2022-08-05 21:01:48 +01:00
465c15f012
Dont run csp locally 2022-08-05 20:58:31 +01:00
9a27697984
Merge pull request #349 from jonnybarnes/dependabot/composer/spatie/browsershot-3.57.1
Bump spatie/browsershot from 3.57.0 to 3.57.1
2022-08-04 18:49:40 +01:00
dependabot[bot]
705bb813a4
Bump spatie/browsershot from 3.57.0 to 3.57.1
Bumps [spatie/browsershot](https://github.com/spatie/browsershot) from 3.57.0 to 3.57.1.
- [Release notes](https://github.com/spatie/browsershot/releases)
- [Changelog](https://github.com/spatie/browsershot/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spatie/browsershot/compare/3.57.0...3.57.1)

---
updated-dependencies:
- dependency-name: spatie/browsershot
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-04 17:46:51 +00:00
eed98d94c2
Merge pull request #348 from jonnybarnes/dependabot/composer/vimeo/psalm-4.26.0
Bump vimeo/psalm from 4.25.0 to 4.26.0
2022-08-04 18:46:19 +01:00
dependabot[bot]
4ea5bd65dd
Bump vimeo/psalm from 4.25.0 to 4.26.0
Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 4.25.0 to 4.26.0.
- [Release notes](https://github.com/vimeo/psalm/releases)
- [Commits](https://github.com/vimeo/psalm/compare/4.25.0...4.26.0)

---
updated-dependencies:
- dependency-name: vimeo/psalm
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-04 17:43:40 +00:00
7fad6c47a1
Merge pull request #347 from jonnybarnes/dependabot/composer/laravel/pint-1.1.1
Bump laravel/pint from 1.1.0 to 1.1.1
2022-08-04 18:42:44 +01:00
dependabot[bot]
8a702f70b2
Bump laravel/pint from 1.1.0 to 1.1.1
Bumps [laravel/pint](https://github.com/laravel/pint) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/laravel/pint/releases)
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/laravel/pint/compare/v1.1.0...v1.1.1)

---
updated-dependencies:
- dependency-name: laravel/pint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-04 17:27:39 +00:00
45e6bd5f89
Merge pull request #346 from jonnybarnes/dependabot/npm_and_yarn/puppeteer-16.0.0
Bump puppeteer from 15.5.0 to 16.0.0
2022-08-04 18:26:55 +01:00
dependabot[bot]
f195f4a69a
Bump puppeteer from 15.5.0 to 16.0.0
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 15.5.0 to 16.0.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/puppeteer/puppeteer/compare/v15.5.0...v16.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-04 17:23:26 +00:00
b65b2afadf
Merge pull request #345 from jonnybarnes/dependabot/composer/laravel/framework-9.23.0
Bump laravel/framework from 9.22.1 to 9.23.0
2022-08-04 18:22:21 +01:00
dependabot[bot]
091cd1fea3
Bump laravel/framework from 9.22.1 to 9.23.0
Bumps [laravel/framework](https://github.com/laravel/framework) from 9.22.1 to 9.23.0.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/9.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v9.22.1...v9.23.0)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-04 17:13:02 +00:00
9844a5c3a8
Merge pull request #344 from jonnybarnes/dependabot/npm_and_yarn/babel/core-7.18.10
Bump @babel/core from 7.18.9 to 7.18.10
2022-08-04 18:11:55 +01:00
dependabot[bot]
8aaff637a0
Bump @babel/core from 7.18.9 to 7.18.10
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.18.9 to 7.18.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.18.10/packages/babel-core)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-04 16:53:28 +00:00
7a36f810eb
Merge pull request #343 from jonnybarnes/dependabot/npm_and_yarn/babel/preset-env-7.18.10
Bump @babel/preset-env from 7.18.9 to 7.18.10
2022-08-04 17:52:45 +01:00
dependabot[bot]
8c84645e1a
Bump @babel/preset-env from 7.18.9 to 7.18.10
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.18.9 to 7.18.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.18.10/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-02 09:02:04 +00:00
cd332e71a5
Merge pull request #342 from jonnybarnes/dependabot/npm_and_yarn/autoprefixer-10.4.8
Bump autoprefixer from 10.4.7 to 10.4.8
2022-08-01 21:38:47 +01:00
dependabot[bot]
f05b7525da
Bump autoprefixer from 10.4.7 to 10.4.8
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.7 to 10.4.8.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/10.4.7...10.4.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-01 20:35:15 +00:00
d0a7ac4442
Merge pull request #341 from jonnybarnes/dependabot/npm_and_yarn/eslint-8.21.0
Bump eslint from 8.20.0 to 8.21.0
2022-08-01 21:34:23 +01:00
dependabot[bot]
f7fe18daa1
Bump eslint from 8.20.0 to 8.21.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.20.0 to 8.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/compare/v8.20.0...v8.21.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-01 20:27:21 +00:00
537a4d9af8
Merge pull request #340 from jonnybarnes/dependabot/composer/spatie/laravel-ray-1.30.0
Bump spatie/laravel-ray from 1.29.7 to 1.30.0
2022-08-01 21:26:03 +01:00
a71dc3e5ab
Merge pull request #339 from jonnybarnes/dependabot/composer/league/commonmark-2.3.5
Bump league/commonmark from 2.3.4 to 2.3.5
2022-08-01 21:20:30 +01:00
dependabot[bot]
22ae57e716
Bump spatie/laravel-ray from 1.29.7 to 1.30.0
Bumps [spatie/laravel-ray](https://github.com/spatie/laravel-ray) from 1.29.7 to 1.30.0.
- [Release notes](https://github.com/spatie/laravel-ray/releases)
- [Changelog](https://github.com/spatie/laravel-ray/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spatie/laravel-ray/compare/1.29.7...1.30.0)

---
updated-dependencies:
- dependency-name: spatie/laravel-ray
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-01 09:01:40 +00:00
dependabot[bot]
59bc17b105
Bump league/commonmark from 2.3.4 to 2.3.5
Bumps [league/commonmark](https://github.com/thephpleague/commonmark) from 2.3.4 to 2.3.5.
- [Release notes](https://github.com/thephpleague/commonmark/releases)
- [Changelog](https://github.com/thephpleague/commonmark/blob/2.3/CHANGELOG.md)
- [Commits](https://github.com/thephpleague/commonmark/compare/2.3.4...2.3.5)

---
updated-dependencies:
- dependency-name: league/commonmark
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-01 09:01:17 +00:00
baa3f2d046
Merge pull request #338 from jonnybarnes/dependabot/composer/vimeo/psalm-4.25.0
Bump vimeo/psalm from 4.24.0 to 4.25.0
2022-07-29 10:04:18 +01:00
dependabot[bot]
ce7ee301a3
Bump vimeo/psalm from 4.24.0 to 4.25.0
Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 4.24.0 to 4.25.0.
- [Release notes](https://github.com/vimeo/psalm/releases)
- [Commits](https://github.com/vimeo/psalm/compare/4.24.0...v4.25.0)

---
updated-dependencies:
- dependency-name: vimeo/psalm
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-29 09:00:46 +00:00
a3e11d357a
Merge pull request #335 from jonnybarnes/dependabot/composer/laravel/pint-1.1.0
Bump laravel/pint from 1.0.0 to 1.1.0
2022-07-27 13:07:27 +01:00
1c3d62bc71
Fix pint style for ttwitter config file 2022-07-27 13:03:52 +01:00
dependabot[bot]
a5ec2ca4b3
Bump laravel/pint from 1.0.0 to 1.1.0
Bumps [laravel/pint](https://github.com/laravel/pint) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/laravel/pint/releases)
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/laravel/pint/compare/v1.0.0...v1.1.0)

---
updated-dependencies:
- dependency-name: laravel/pint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-27 11:55:37 +00:00
b69015e407
Merge pull request #333 from jonnybarnes/dependabot/composer/laravel/horizon-5.9.10
Bump laravel/horizon from 5.9.9 to 5.9.10
2022-07-27 12:54:47 +01:00
dependabot[bot]
aa99d9ef1f
Bump laravel/horizon from 5.9.9 to 5.9.10
Bumps [laravel/horizon](https://github.com/laravel/horizon) from 5.9.9 to 5.9.10.
- [Release notes](https://github.com/laravel/horizon/releases)
- [Changelog](https://github.com/laravel/horizon/blob/5.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/horizon/compare/v5.9.9...v5.9.10)

---
updated-dependencies:
- dependency-name: laravel/horizon
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-27 11:47:18 +00:00
740f6e7980
Merge pull request #332 from jonnybarnes/dependabot/composer/laravel/dusk-6.25.1
Bump laravel/dusk from 6.25.0 to 6.25.1
2022-07-27 12:46:24 +01:00
dependabot[bot]
7d9881f198
Bump laravel/dusk from 6.25.0 to 6.25.1
Bumps [laravel/dusk](https://github.com/laravel/dusk) from 6.25.0 to 6.25.1.
- [Release notes](https://github.com/laravel/dusk/releases)
- [Changelog](https://github.com/laravel/dusk/blob/6.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/dusk/compare/v6.25.0...v6.25.1)

---
updated-dependencies:
- dependency-name: laravel/dusk
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-27 11:40:37 +00:00
d5c7791745
Merge pull request #337 from jonnybarnes/331-setup-sail
Get Sail working
2022-07-27 12:39:43 +01:00
663c2e5ae9
Get sail working 2022-07-27 12:35:21 +01:00
c34f355201
Merge pull request #330 from jonnybarnes/dependabot/composer/league/flysystem-aws-s3-v3-3.2.0
Bump league/flysystem-aws-s3-v3 from 3.1.1 to 3.2.0
2022-07-26 10:20:16 +01:00
dependabot[bot]
c67be2ddcd
Bump league/flysystem-aws-s3-v3 from 3.1.1 to 3.2.0
Bumps [league/flysystem-aws-s3-v3](https://github.com/thephpleague/flysystem-aws-s3-v3) from 3.1.1 to 3.2.0.
- [Release notes](https://github.com/thephpleague/flysystem-aws-s3-v3/releases)
- [Commits](https://github.com/thephpleague/flysystem-aws-s3-v3/compare/3.1.1...3.2.0)

---
updated-dependencies:
- dependency-name: league/flysystem-aws-s3-v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-26 09:01:32 +00:00
b254fc442c
Merge pull request #329 from jonnybarnes/dependabot/npm_and_yarn/webpack-5.74.0
Bump webpack from 5.73.0 to 5.74.0
2022-07-25 21:03:54 +01:00
dependabot[bot]
9fb7fd4216
Bump webpack from 5.73.0 to 5.74.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.73.0 to 5.74.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.73.0...v5.74.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-25 19:53:26 +00:00
e3a5d80c0a
Merge pull request #328 from jonnybarnes/dependabot/composer/laravel/framework-9.21.6
Bump laravel/framework from 9.21.5 to 9.21.6
2022-07-25 20:49:30 +01:00
dependabot[bot]
d615d49e34
Bump laravel/framework from 9.21.5 to 9.21.6
Bumps [laravel/framework](https://github.com/laravel/framework) from 9.21.5 to 9.21.6.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/9.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v9.21.5...v9.21.6)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-25 09:01:23 +00:00
7fb45116e8
Merge pull request #327 from jonnybarnes/dependabot/composer/laravel/framework-9.21.5
Bump laravel/framework from 9.21.4 to 9.21.5
2022-07-24 13:40:20 +01:00
dependabot[bot]
b1035008a7
Bump laravel/framework from 9.21.4 to 9.21.5
Bumps [laravel/framework](https://github.com/laravel/framework) from 9.21.4 to 9.21.5.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/9.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v9.21.4...v9.21.5)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-22 09:01:16 +00:00
805c27e434
Merge pull request #326 from jonnybarnes/dependabot/composer/laravel/framework-9.21.4
Bump laravel/framework from 9.21.0 to 9.21.4
2022-07-21 19:24:06 +01:00
dependabot[bot]
dd8740cff9
Bump laravel/framework from 9.21.0 to 9.21.4
Bumps [laravel/framework](https://github.com/laravel/framework) from 9.21.0 to 9.21.4.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/9.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v9.21.0...v9.21.4)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-21 18:20:55 +00:00
0407ab714d
Merge pull request #325 from jonnybarnes/dependabot/npm_and_yarn/puppeteer-15.5.0
Bump puppeteer from 15.4.0 to 15.5.0
2022-07-21 19:19:53 +01:00
dependabot[bot]
8ccb17e934
Bump puppeteer from 15.4.0 to 15.5.0
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 15.4.0 to 15.5.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/puppeteer/puppeteer/compare/v15.4.0...v15.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-21 18:16:24 +00:00
81790df689
Merge pull request #322 from jonnybarnes/dependabot/composer/fakerphp/faker-1.20.0
Bump fakerphp/faker from 1.19.0 to 1.20.0
2022-07-21 19:15:34 +01:00
9228694ad3
Merge branch 'develop' into dependabot/composer/fakerphp/faker-1.20.0 2022-07-21 19:11:04 +01:00
13d1d1ba03
Merge pull request #321 from jonnybarnes/dependabot/npm_and_yarn/terser-5.14.2
Bump terser from 5.14.0 to 5.14.2
2022-07-21 19:10:28 +01:00
dependabot[bot]
00430ffb26
Bump fakerphp/faker from 1.19.0 to 1.20.0
Bumps [fakerphp/faker](https://github.com/FakerPHP/Faker) from 1.19.0 to 1.20.0.
- [Release notes](https://github.com/FakerPHP/Faker/releases)
- [Changelog](https://github.com/FakerPHP/Faker/blob/main/CHANGELOG.md)
- [Commits](https://github.com/FakerPHP/Faker/compare/v1.19.0...v1.20.0)

---
updated-dependencies:
- dependency-name: fakerphp/faker
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-21 09:01:05 +00:00
dependabot[bot]
046acecfde
Bump terser from 5.14.0 to 5.14.2
Bumps [terser](https://github.com/terser/terser) from 5.14.0 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-20 10:23:58 +00:00
2c3781fd43
Merge pull request #320 from jonnybarnes/dependabot/composer/laravel/framework-9.21.0
Bump laravel/framework from 9.20.0 to 9.21.0
2022-07-20 11:23:22 +01:00
dependabot[bot]
ebd97eb3b7
Bump laravel/framework from 9.20.0 to 9.21.0
Bumps [laravel/framework](https://github.com/laravel/framework) from 9.20.0 to 9.21.0.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/9.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v9.20.0...v9.21.0)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-20 09:02:46 +00:00
65425d41ba
Merge pull request #319 from jonnybarnes/dependabot/npm_and_yarn/babel/preset-env-7.18.9
Bump @babel/preset-env from 7.18.6 to 7.18.9
2022-07-19 13:34:54 +01:00
dependabot[bot]
8741ee4177
Bump @babel/preset-env from 7.18.6 to 7.18.9
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.18.6 to 7.18.9.
- [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.18.9/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-19 12:27:44 +00:00
f2a57b6e13
Merge pull request #318 from jonnybarnes/dependabot/npm_and_yarn/babel/core-7.18.9
Bump @babel/core from 7.18.6 to 7.18.9
2022-07-19 13:26:51 +01:00
dependabot[bot]
135954a17a
Bump @babel/core from 7.18.6 to 7.18.9
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.18.6 to 7.18.9.
- [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.18.9/packages/babel-core)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-19 09:32:47 +00:00
cebef2d68f
Merge pull request #317 from jonnybarnes/dependabot/composer/league/flysystem-aws-s3-v3-3.1.1
Bump league/flysystem-aws-s3-v3 from 3.0.22 to 3.1.1
2022-07-19 10:31:57 +01:00
dependabot[bot]
358e28cc3d
Bump league/flysystem-aws-s3-v3 from 3.0.22 to 3.1.1
Bumps [league/flysystem-aws-s3-v3](https://github.com/thephpleague/flysystem-aws-s3-v3) from 3.0.22 to 3.1.1.
- [Release notes](https://github.com/thephpleague/flysystem-aws-s3-v3/releases)
- [Commits](https://github.com/thephpleague/flysystem-aws-s3-v3/compare/3.0.22...3.1.1)

---
updated-dependencies:
- dependency-name: league/flysystem-aws-s3-v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-19 09:00:48 +00:00
b8b66b79f9
Merge pull request #316 from jonnybarnes/dependabot/npm_and_yarn/eslint-8.20.0
Bump eslint from 8.19.0 to 8.20.0
2022-07-18 18:45:15 +01:00
dependabot[bot]
3323c696d3
Bump eslint from 8.19.0 to 8.20.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.19.0 to 8.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/compare/v8.19.0...v8.20.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-18 17:39:49 +00:00
257fe751a2
Merge pull request #315 from jonnybarnes/dependabot/npm_and_yarn/postcss-loader-7.0.1
Bump postcss-loader from 7.0.0 to 7.0.1
2022-07-18 18:39:02 +01:00
dependabot[bot]
7900f310d3
Bump postcss-loader from 7.0.0 to 7.0.1
Bumps [postcss-loader](https://github.com/webpack-contrib/postcss-loader) from 7.0.0 to 7.0.1.
- [Release notes](https://github.com/webpack-contrib/postcss-loader/releases)
- [Changelog](https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/postcss-loader/compare/v7.0.0...v7.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-18 17:35:29 +00:00
39a3ae869d
Merge pull request #314 from jonnybarnes/dependabot/composer/league/commonmark-2.3.4
Bump league/commonmark from 2.3.3 to 2.3.4
2022-07-18 18:34:37 +01:00
dependabot[bot]
d8fd3dd93e
Bump league/commonmark from 2.3.3 to 2.3.4
Bumps [league/commonmark](https://github.com/thephpleague/commonmark) from 2.3.3 to 2.3.4.
- [Release notes](https://github.com/thephpleague/commonmark/releases)
- [Changelog](https://github.com/thephpleague/commonmark/blob/2.3/CHANGELOG.md)
- [Commits](https://github.com/thephpleague/commonmark/compare/2.3.3...2.3.4)

---
updated-dependencies:
- dependency-name: league/commonmark
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-18 09:00:55 +00:00
1d3ac4f8a1
Merge pull request #313 from jonnybarnes/dependabot/composer/laravel/pint-1.0.0
Bump laravel/pint from 0.2.3 to 1.0.0
2022-07-15 21:45:29 +01:00
dependabot[bot]
b38ba9ca02
Bump laravel/pint from 0.2.3 to 1.0.0
Bumps [laravel/pint](https://github.com/laravel/pint) from 0.2.3 to 1.0.0.
- [Release notes](https://github.com/laravel/pint/releases)
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/laravel/pint/compare/v0.2.3...v1.0.0)

---
updated-dependencies:
- dependency-name: laravel/pint
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-15 20:36:09 +00:00
5433d69173
Merge pull request #312 from jonnybarnes/dependabot/composer/barryvdh/laravel-debugbar-3.7.0
Bump barryvdh/laravel-debugbar from 3.6.8 to 3.7.0
2022-07-15 21:35:13 +01:00
dependabot[bot]
48e1fb4de2
Bump barryvdh/laravel-debugbar from 3.6.8 to 3.7.0
Bumps [barryvdh/laravel-debugbar](https://github.com/barryvdh/laravel-debugbar) from 3.6.8 to 3.7.0.
- [Release notes](https://github.com/barryvdh/laravel-debugbar/releases)
- [Changelog](https://github.com/barryvdh/laravel-debugbar/blob/master/changelog.md)
- [Commits](https://github.com/barryvdh/laravel-debugbar/compare/v3.6.8...v3.7.0)

---
updated-dependencies:
- dependency-name: barryvdh/laravel-debugbar
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-15 20:26:11 +00:00
328bc68669
Merge pull request #308 from jonnybarnes/dependabot/composer/laravel/dusk-6.25.0
Bump laravel/dusk from 6.24.0 to 6.25.0
2022-07-15 21:25:09 +01:00
dependabot[bot]
6078c6456d
Bump laravel/dusk from 6.24.0 to 6.25.0
Bumps [laravel/dusk](https://github.com/laravel/dusk) from 6.24.0 to 6.25.0.
- [Release notes](https://github.com/laravel/dusk/releases)
- [Changelog](https://github.com/laravel/dusk/blob/6.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/dusk/compare/v6.24.0...v6.25.0)

---
updated-dependencies:
- dependency-name: laravel/dusk
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-15 20:19:45 +00:00
86b58d9a82
Merge pull request #306 from jonnybarnes/dependabot/composer/laravel/horizon-5.9.9
Bump laravel/horizon from 5.9.7 to 5.9.9
2022-07-15 21:18:48 +01:00
dependabot[bot]
bef846bea8
Bump laravel/horizon from 5.9.7 to 5.9.9
Bumps [laravel/horizon](https://github.com/laravel/horizon) from 5.9.7 to 5.9.9.
- [Release notes](https://github.com/laravel/horizon/releases)
- [Changelog](https://github.com/laravel/horizon/blob/5.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/horizon/compare/v5.9.7...v5.9.9)

---
updated-dependencies:
- dependency-name: laravel/horizon
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-15 17:11:07 +00:00
47477887dd
Merge pull request #302 from jonnybarnes/dependabot/composer/nunomaduro/collision-6.2.1
Bump nunomaduro/collision from 6.2.0 to 6.2.1
2022-07-15 18:10:12 +01:00
dependabot[bot]
5c50879d6d
Bump nunomaduro/collision from 6.2.0 to 6.2.1
Bumps [nunomaduro/collision](https://github.com/nunomaduro/collision) from 6.2.0 to 6.2.1.
- [Release notes](https://github.com/nunomaduro/collision/releases)
- [Changelog](https://github.com/nunomaduro/collision/blob/stable/CHANGELOG.md)
- [Commits](https://github.com/nunomaduro/collision/compare/v6.2.0...v6.2.1)

---
updated-dependencies:
- dependency-name: nunomaduro/collision
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-15 17:05:41 +00:00
124897adac
Merge pull request #300 from jonnybarnes/dependabot/composer/spatie/browsershot-3.57.0
Bump spatie/browsershot from 3.54.0 to 3.57.0
2022-07-15 18:04:59 +01:00
dependabot[bot]
3172ce3f57
Bump spatie/browsershot from 3.54.0 to 3.57.0
Bumps [spatie/browsershot](https://github.com/spatie/browsershot) from 3.54.0 to 3.57.0.
- [Release notes](https://github.com/spatie/browsershot/releases)
- [Changelog](https://github.com/spatie/browsershot/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spatie/browsershot/compare/3.54.0...3.57.0)

---
updated-dependencies:
- dependency-name: spatie/browsershot
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-15 16:59:28 +00:00
377f20f72b
Merge pull request #310 from jonnybarnes/309-switch-cors-middleware-to-laravels-own
Switch CORS middleware
2022-07-15 17:58:44 +01:00
46e9e622b8
Switch CORS middleware 2022-07-15 17:53:30 +01:00
017010c1fa
Merge pull request #307 from jonnybarnes/dependabot/npm_and_yarn/puppeteer-15.4.0
Bump puppeteer from 14.2.1 to 15.4.0
2022-07-15 17:42:16 +01:00
dependabot[bot]
8520f70987
Bump puppeteer from 14.2.1 to 15.4.0
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 14.2.1 to 15.4.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/puppeteer/puppeteer/compare/v14.2.1...v15.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-15 16:19:13 +00:00
0467928b2f
Merge pull request #305 from jonnybarnes/dependabot/npm_and_yarn/cssnano-5.1.12
Bump cssnano from 5.1.11 to 5.1.12
2022-07-15 17:16:40 +01:00
dependabot[bot]
bc3f6cb2b3
Bump cssnano from 5.1.11 to 5.1.12
Bumps [cssnano](https://github.com/cssnano/cssnano) from 5.1.11 to 5.1.12.
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/cssnano@5.1.11...cssnano@5.1.12)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-15 15:27:55 +00:00
b304405d0f
Merge pull request #304 from jonnybarnes/dependabot/npm_and_yarn/eslint-webpack-plugin-3.2.0
Bump eslint-webpack-plugin from 3.1.1 to 3.2.0
2022-07-15 16:26:57 +01:00
dependabot[bot]
44dd9b1de7
Bump eslint-webpack-plugin from 3.1.1 to 3.2.0
Bumps [eslint-webpack-plugin](https://github.com/webpack-contrib/eslint-webpack-plugin) from 3.1.1 to 3.2.0.
- [Release notes](https://github.com/webpack-contrib/eslint-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/eslint-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/eslint-webpack-plugin/compare/v3.1.1...v3.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-15 15:21:17 +00:00
01d847f225
Merge pull request #303 from jonnybarnes/dependabot/npm_and_yarn/eslint-8.19.0
Bump eslint from 8.17.0 to 8.19.0
2022-07-15 16:20:27 +01:00
dependabot[bot]
c7c7ebed2f
Bump eslint from 8.17.0 to 8.19.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.17.0 to 8.19.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.17.0...v8.19.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-15 15:08:34 +00:00
46b8fad947
Merge pull request #301 from jonnybarnes/dependabot/npm_and_yarn/stylelint-config-standard-26.0.0
Bump stylelint-config-standard from 25.0.0 to 26.0.0
2022-07-15 16:07:31 +01:00
dependabot[bot]
6172f6e717
Bump stylelint-config-standard from 25.0.0 to 26.0.0
Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) from 25.0.0 to 26.0.0.
- [Release notes](https://github.com/stylelint/stylelint-config-standard/releases)
- [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint-config-standard/compare/25.0.0...26.0.0)

---
updated-dependencies:
- dependency-name: stylelint-config-standard
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-15 15:04:55 +00:00
c98cca6433
Merge pull request #296 from jonnybarnes/dependabot/composer/league/flysystem-aws-s3-v3-3.0.22
Bump league/flysystem-aws-s3-v3 from 3.0.13 to 3.0.22
2022-07-15 16:04:06 +01:00
dependabot[bot]
c5cc481286
Bump league/flysystem-aws-s3-v3 from 3.0.13 to 3.0.22
Bumps [league/flysystem-aws-s3-v3](https://github.com/thephpleague/flysystem-aws-s3-v3) from 3.0.13 to 3.0.22.
- [Release notes](https://github.com/thephpleague/flysystem-aws-s3-v3/releases)
- [Commits](https://github.com/thephpleague/flysystem-aws-s3-v3/compare/3.0.13...3.0.22)

---
updated-dependencies:
- dependency-name: league/flysystem-aws-s3-v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-11 09:01:43 +00:00
9c059f822f
Merge pull request #293 from jonnybarnes/develop
MTM Mentions Improvements
2022-07-09 12:03:07 +01:00
df03f3c668
Merge pull request #292 from jonnybarnes/290-check-code-base-with-pint-on-prs
Improve Github Actions and add Laravel Pint check
2022-07-09 11:01:10 +01:00
21deb53727
Improve Github Actions and add Laravel Pint check 2022-07-09 10:56:03 +01:00
f763532199
Merge pull request #291 from jonnybarnes/289-initial-fix-of-code-base-with-laravel-pint
Initial fix of code base with Laravel Pint
2022-07-09 10:29:03 +01:00
e36f15d391
Fix files with Laravel Pint 2022-07-09 10:08:26 +01:00
c714457604
Configure Laravel Pint 2022-07-09 10:07:59 +01:00
3ffd8c40a2
Merge pull request #288 from jonnybarnes/273-add-laravel-pint
Added Laravel Pint
2022-07-09 09:39:50 +01:00
0255f64a41
Added Laravel Pint 2022-07-09 09:33:51 +01:00
21f5bfdf7f
Merge pull request #287 from jonnybarnes/286-remove-predis-composer-package
Remove predis composer package
2022-07-09 09:25:57 +01:00
29decb0275
Remove predis composer package 2022-07-09 09:22:59 +01:00
e020a83e41
Merge pull request #281 from jonnybarnes/dependabot/composer/vimeo/psalm-4.24.0 2022-07-08 21:04:08 +01:00
dependabot[bot]
2afad8f5de
Bump vimeo/psalm from 4.23.0 to 4.24.0
Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 4.23.0 to 4.24.0.
- [Release notes](https://github.com/vimeo/psalm/releases)
- [Commits](https://github.com/vimeo/psalm/compare/4.23.0...4.24.0)

---
updated-dependencies:
- dependency-name: vimeo/psalm
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-08 19:57:04 +00:00
d8af9dcac7
Merge pull request #280 from jonnybarnes/dependabot/composer/phpunit/phpunit-9.5.21 2022-07-08 20:56:22 +01:00
dependabot[bot]
ca5a5f1b30
Bump phpunit/phpunit from 9.5.20 to 9.5.21
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.5.20 to 9.5.21.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/main/ChangeLog-9.5.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.5.20...9.5.21)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-08 19:48:35 +00:00
4d443b9282
Merge pull request #279 from jonnybarnes/dependabot/composer/barryvdh/laravel-debugbar-3.6.8 2022-07-08 20:47:48 +01:00
dependabot[bot]
ea28332822
Bump barryvdh/laravel-debugbar from 3.6.7 to 3.6.8
Bumps [barryvdh/laravel-debugbar](https://github.com/barryvdh/laravel-debugbar) from 3.6.7 to 3.6.8.
- [Release notes](https://github.com/barryvdh/laravel-debugbar/releases)
- [Changelog](https://github.com/barryvdh/laravel-debugbar/blob/master/changelog.md)
- [Commits](https://github.com/barryvdh/laravel-debugbar/compare/v3.6.7...v3.6.8)

---
updated-dependencies:
- dependency-name: barryvdh/laravel-debugbar
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-08 17:53:23 +00:00
e8eb26c4c1
Merge pull request #277 from jonnybarnes/dependabot/composer/spatie/laravel-ignition-1.3.1 2022-07-08 18:42:36 +01:00
dependabot[bot]
98f1acd52c
Bump spatie/laravel-ignition from 1.2.3 to 1.3.1
Bumps [spatie/laravel-ignition](https://github.com/spatie/laravel-ignition) from 1.2.3 to 1.3.1.
- [Release notes](https://github.com/spatie/laravel-ignition/releases)
- [Changelog](https://github.com/spatie/laravel-ignition/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spatie/laravel-ignition/compare/1.2.3...1.3.1)

---
updated-dependencies:
- dependency-name: spatie/laravel-ignition
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-08 17:36:06 +00:00
bd9851798f
Merge pull request #285 from jonnybarnes/dependabot/npm_and_yarn/babel/core-7.18.6 2022-07-08 18:35:14 +01:00
dependabot[bot]
245eefe19d
Bump @babel/core from 7.18.2 to 7.18.6
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.18.2 to 7.18.6.
- [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.18.6/packages/babel-core)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-08 17:23:50 +00:00
39dae0f30e
Merge pull request #284 from jonnybarnes/dependabot/npm_and_yarn/mini-css-extract-plugin-2.6.1
Bump mini-css-extract-plugin from 2.6.0 to 2.6.1
2022-07-08 18:23:01 +01:00
dependabot[bot]
afc50d5b7e
Bump mini-css-extract-plugin from 2.6.0 to 2.6.1
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.6.0...v2.6.1)

---
updated-dependencies:
- dependency-name: mini-css-extract-plugin
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-08 17:01:15 +00:00
0b46b54f06
Merge pull request #283 from jonnybarnes/dependabot/npm_and_yarn/babel/preset-env-7.18.6
Bump @babel/preset-env from 7.18.2 to 7.18.6
2022-07-08 18:00:26 +01:00
dependabot[bot]
e1d372c0c3
Bump @babel/preset-env from 7.18.2 to 7.18.6
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.18.2 to 7.18.6.
- [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.18.6/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-08 16:56:08 +00:00
38cb04e5bd
Merge pull request #278 from jonnybarnes/dependabot/npm_and_yarn/webpack-cli-4.10.0
Bump webpack-cli from 4.9.2 to 4.10.0
2022-07-08 17:54:36 +01:00
dependabot[bot]
ed6914a3d0
Bump webpack-cli from 4.9.2 to 4.10.0
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.9.2 to 4.10.0.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.9.2...webpack-cli@4.10.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-08 16:52:03 +00:00
9f0efdfb8a
Merge pull request #276 from jonnybarnes/dependabot/npm_and_yarn/stylelint-14.9.1
Bump stylelint from 14.8.5 to 14.9.1
2022-07-08 17:51:00 +01:00
dependabot[bot]
c7ecae289a
Bump stylelint from 14.8.5 to 14.9.1
Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.8.5 to 14.9.1.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/14.8.5...14.9.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-08 16:01:34 +00:00
bb02bda71d
Merge pull request #275 from jonnybarnes/270-setup-dependabot
Configure dependabot
2022-07-08 17:00:54 +01:00
e28e790af3
Configure dependabot 2022-07-08 16:53:53 +01:00
7591d4b5f4
Merge pull request #274 from jonnybarnes/172-use-common-mark-for-mentions
Use CommonMark plugin for @-mentions
2022-07-08 16:45:53 +01:00
81c7cf2661
Merge branch 'develop' into 172-use-common-mark-for-mentions 2022-07-08 16:42:47 +01:00
3ff4149304
Use CommonMark plugin for @-mentions 2022-07-08 16:37:38 +01:00
0a04d2e002
Merge pull request #272 from jonnybarnes/dependabot/composer/guzzlehttp/guzzle-7.4.5 2022-06-21 22:12:59 +01:00
dependabot[bot]
2ddc85f6f5
Bump guzzlehttp/guzzle from 7.4.3 to 7.4.5
Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 7.4.3 to 7.4.5.
- [Release notes](https://github.com/guzzle/guzzle/releases)
- [Changelog](https://github.com/guzzle/guzzle/blob/master/CHANGELOG.md)
- [Commits](https://github.com/guzzle/guzzle/compare/7.4.3...7.4.5)

---
updated-dependencies:
- dependency-name: guzzlehttp/guzzle
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-21 20:58:29 +00:00
08b3691aeb
Merge pull request #269 from jonnybarnes/dependency-updates-20220605
Update dependencies
2022-06-05 10:33:17 +01:00
fd3ed43541
Update dependencies 2022-06-05 10:18:17 +01:00
75e369992d
Merge pull request #268 from jonnybarnes/develop
MTM Deploy tags
2022-06-04 17:24:37 +01:00
96abac7827
Merge pull request #267 from jonnybarnes/266-deployment-from-tags-as-well-as-branches
Support tags as well as branches when deploying
2022-06-04 17:20:02 +01:00
0ed98dc06a Support tags as well as branches when deploying 2022-06-04 17:11:16 +01:00
a18f7b2d03
Merge pull request #265 from jonnybarnes/develop
MTM Dependency updates and HTML Sanitizer
2022-06-04 11:16:23 +01:00
a6bb44cf39
Merge pull request #264 from jonnybarnes/250-switch-to-symfonyhtml-sanitizer
Switch to Symfony’s HTML Sanitizer package
2022-06-02 09:47:33 +01:00
e98a90fe1e Switch to Symfony’s HTML Sanitizer package 2022-06-02 09:40:34 +01:00
e91f3e0d17
Merge pull request #263 from jonnybarnes/dependency-updates-2022601
Update dependencies 20220601
2022-06-01 21:32:12 +01:00
31d3ad4b6f Run tests on PHP 8.1 2022-06-01 21:28:45 +01:00
e3f0bcfb53 Update dependencies 20220601 2022-06-01 21:20:32 +01:00
7d1738964a
Merge pull request #261 from jonnybarnes/develop
MTM: Laravel 9
2022-05-15 17:20:12 +01:00
e1f4b70482
Merge pull request #260 from jonnybarnes/some_theme_work
Fix profile links and pagination
2022-05-15 17:14:28 +01:00
ae43cf0928 Fix profile links and pagination 2022-05-15 17:10:42 +01:00
bfdbbcc6d1
Merge pull request #259 from jonnybarnes/add_mastodon_link
Add a link to Mastodon
2022-05-14 19:54:27 +01:00
9829be1530 Add a link to Mastodon 2022-05-14 19:50:14 +01:00
ab9d47e76d Update dependencies 2022-05-14 18:08:33 +01:00
48d1c9a00b Improve tests 2022-05-14 17:48:53 +01:00
427debaba4 Ignore some methods from code coverage 2022-05-14 17:48:53 +01:00
51034589bd Update dependencies 2022-04-17 09:54:33 +01:00
87ac2591a2
Updating dependencies (#253) 2022-03-17 21:41:16 +00:00
78bd468d3d
Upgrade to Laravel 9 (#252) 2022-02-27 19:42:49 +00:00
16a4d89d18
Update dependencies (#249) 2022-01-23 18:42:19 +00:00
3d1806e775
Deploy from alternative branches (#248)
* Try setting branch dynamically

* Just use the github_ref variable

* Some debug steps

* Why does git asteriks my output?

* Try env variable directly

* Use github context

* Remove the ref/head/ part from the branch name

* Set branch in env variable

* Try and fix env redirect

* Use/set correct env name
2022-01-16 15:45:16 +00:00
77004ec7d4
Merge pull request #246 from jonnybarnes/develop
MTM: Syndication links style fix
2022-01-08 21:25:14 +00:00
ee274d36b0
Merge pull request #245 from jonnybarnes/fix_svg_icons
Fix the styling of the syndication SVGs
2022-01-08 21:20:14 +00:00
16d89fa390 Fix the styling of the syndication SVGs 2022-01-08 21:13:15 +00:00
3f891b580c
Merge pull request #244 from jonnybarnes/develop
MTM: Various dependency updates and new deployment code
2022-01-08 19:58:35 +00:00
7d01259d3d
Merge pull request #243 from jonnybarnes/dependency-updates-20220108
Dependency updates
2022-01-08 19:47:32 +00:00
4e7170f3c6 Dependency updates 2022-01-08 18:40:34 +00:00
918b60eb60
Merge pull request #242 from jonnybarnes/use-different-env-for-deployments
Use better named environment for deployments
2022-01-01 10:34:22 +00:00
738be80983 Fix a failing test due to changing year 2022-01-01 09:48:37 +00:00
a23e5d0fdf Use better named environment for deployments 2022-01-01 09:38:59 +00:00
816c302465
Merge pull request #241 from jonnybarnes/improve-deployments
Improving deployment steps
2022-01-01 09:12:52 +00:00
7194010f1d Use systemd instead of supervisord 2021-12-31 18:15:17 +00:00
35f30fa581 Improve the tidy up step of the deployment 2021-12-31 12:39:44 +00:00
761a32806a Fix name as well 2021-12-31 07:58:33 +00:00
3b096e473d Final deployment script hopefully 2021-12-30 20:03:18 +00:00
7beddd11e8 Use the right user when chown-ing for deletion 2021-12-30 17:47:46 +00:00
b58fc8a98b Change just the cache folder 2021-12-30 17:39:17 +00:00
428252957a Don’t change permissions back to user 2021-12-30 17:15:37 +00:00
c1874efeaa Use correct base dir for symlinks 2021-12-30 15:10:02 +00:00
1c9d1ed63f Fix directory permissions for cache directory 2021-12-30 13:13:16 +00:00
9f8d928205 Fix malformed commands due to missing space 2021-12-30 11:08:14 +00:00
9fbfc466c0 Run the commands as the HTTP_USER 2021-12-30 11:02:48 +00:00
e0fd8948cd Remove chown of symlink 2021-12-30 10:33:46 +00:00
67d48ad697 Add a debugging line for permissions 2021-12-29 18:15:07 +00:00
e03dc5d7d5 Try normal chown of storage dir symlink 2021-12-29 18:14:14 +00:00
9f84a9db78 Try relying on underlying permissions 2021-12-29 18:03:18 +00:00
Jonathan Barnes
750eafea04 Set storage link writable as http user 2021-12-29 17:52:38 +00:00
Jonathan Barnes
e238512312 Add all persistent data necessary 2021-12-29 17:00:05 +00:00
abd4593bfe Pull in the main branch instead of develop 2021-12-29 14:46:26 +00:00
f260b5465e Clone over https 2021-12-28 15:02:50 +00:00
0c230d6a62 Use deplopyment user in tifying up step 2021-12-27 13:10:29 +00:00
d9b4c15c00 Remove debugging step for helping set env variables 2021-12-27 12:14:54 +00:00
e267534ced Only manual deployments 2021-12-23 14:07:47 +00:00
1d14f181b0 Try setting derived env variable in second step 2021-12-23 13:28:48 +00:00
02a38a237f Trying to get directories sorted 2021-12-23 13:23:05 +00:00
0d4103d644 Specify target deployment directory in an env secret 2021-12-20 18:50:25 +00:00
72b49564ca Specify ssh details in env secrets 2021-12-20 18:48:31 +00:00
8aa14c5bbf Access secrets correctly 2021-12-18 18:49:26 +00:00
fb22623632 Disable some potentially destructive steps 2021-12-18 18:32:44 +00:00
1a28f79b76
Merge pull request #240 from jonnybarnes/github-action-deploy
[WIP] GitHub action to deploy
2021-12-17 20:24:02 +00:00
16ff1ba24b
Merge branch 'develop' into github-action-deploy 2021-12-17 20:03:43 +00:00
958839b4e1
Merge pull request #239 from jonnybarnes/dependency-updates-20211217
Update dependencies
2021-12-17 20:02:57 +00:00
ad985652f8 Update dependencies 2021-12-17 19:58:52 +00:00
5148b1fb02 Allow the deploy action to be run from github.com 2021-12-17 19:54:47 +00:00
005d3cdf90 Merge branch 'develop' into github-action-deploy 2021-10-24 18:14:43 +01:00
e2af5e013f
Merge pull request #237 from jonnybarnes/update_dependencies_2021102401
Dependency updates
2021-10-24 17:05:00 +01:00
76dfe41e8c Update guzzle psr7 calls
The prior methods used have been deprecated and removed from upstream
project.
2021-10-24 16:55:30 +01:00
939c7839f6 Dependency updates 2021-10-24 16:18:02 +01:00
246df8d4b7
Merge pull request #236 from jonnybarnes/improve_csp_header
Remove un-needed elements from CSP header
2021-10-05 21:01:39 +01:00
b464ba9dd3 Remove un-needed elements from CSP header 2021-10-05 20:58:28 +01:00
Jonny Barnes
f7d71257ff
Merge pull request #235 from jonnybarnes/dependency_updates_20211005
Update dependencies (2021-10-05)
2021-10-05 20:51:43 +01:00
8f36930bd0 Update dependencies (2021-10-05) 2021-10-05 20:42:02 +01:00
Jonny Barnes
5620686d56
Merge pull request #234 from jonnybarnes/dependency_updates_20210918
Dependency updates
2021-10-01 18:27:48 +01:00
c3e8a5dc0b Merge branch 'develop' into dependency_updates_20210918 2021-10-01 18:25:16 +01:00
305f74d8b8 Dependency updates 2021-10-01 18:20:27 +01:00
73abab253d
Merge pull request #232 from jonnybarnes/dependency_updates_20210904
Update dependencies
2021-09-04 15:35:27 +01:00
ad64aa13b3 Update dependencies 2021-09-04 15:23:24 +01:00
c625d585bd
Merge pull request #231 from jonnybarnes/dependency_updates_20210831
Dependency updates 20210831
2021-08-31 16:56:20 +01:00
394a0cf15d Re-compiled css assets 2021-08-31 16:53:07 +01:00
7e0e67278c Update dependencies 2021-08-31 16:51:13 +01:00
d2123f6bfa Fix data for local page loading 2021-08-31 16:50:49 +01:00
8c1709c022
Merge pull request #230 from jonnybarnes/run_tests_on_separate_database
Run tests on separate database
2021-08-31 13:19:44 +01:00
e4dbbe2a58 Make sure aaron’s profile image exists for generating h-card 2021-08-31 13:08:19 +01:00
7a41cc2a2d Tweak Action to run improved tests 2021-08-31 12:51:40 +01:00
9f66d342d8 Switch all test to use RefreshDatabase trait 2021-08-31 12:48:43 +01:00
1abca77bdc Finish re-working tests to run on test database 2021-08-31 12:28:00 +01:00
09fc211623
Merge pull request #228 from jonnybarnes/dependency-updates-20210429
Update dependencies and re-compile assets
2021-04-29 20:40:55 +01:00
b7a4efb555 Update dependencies and re-compile assets 2021-04-29 20:36:13 +01:00
9a1aae3e6c
Merge pull request #227 from jonnybarnes/refactor-notes
Redo Notes a little, improve tests
2021-04-29 20:10:20 +01:00
0391cf80de Redo Notes a little, improve tests 2021-04-29 20:02:20 +01:00
751f725bfa
Merge pull request #226 from jonnybarnes/dependency-updates-20210320
Update dependencies
2021-03-21 13:01:52 +00:00
132807e678 Update dependencies 2021-03-21 12:57:44 +00:00
da2c49a72c
Merge pull request #225 from jonnybarnes/rename_tests
Rename tests
2021-03-17 18:52:02 +00:00
4f464af605 Travis stuff aint needed anymore 2021-03-17 18:47:30 +00:00
d5bbed1eac Rename the tests to pass phpcs checks 2021-03-17 18:38:18 +00:00
3946e9aac4
Merge pull request #224 from jonnybarnes/dependency-updates-20210213
Dependency updates
2021-02-14 11:57:00 +00:00
3a4cff9153 Dependency updates 2021-02-14 11:49:48 +00:00
4290fb8765 Dependency updates 2021-02-13 16:23:17 +00:00
d3027a8a39 Add Ray to dev dependencies 2021-02-07 17:23:03 +00:00
7b9997ad32
Merge pull request #223 from jonnybarnes/postgres-scout-update
Upgrade postgres scout to stable release
2021-02-07 16:38:23 +00:00
77e1be5904 Upgrade postgres scout to stable release 2021-02-07 16:26:34 +00:00
4fe1bd997a Enforce php8 requirement 2021-02-07 16:15:42 +00:00
fa50fe190a Initial attempt at a deploy script run through github actions 2021-02-07 16:12:38 +00:00
57f30a3af4 Try and space yaml files better 2021-02-07 16:12:03 +00:00
22f87d4f96
Merge pull request #222 from jonnybarnes/dependency-updates-20210131
Some dependency updates
2021-01-31 15:48:12 +00:00
9f61bb5b95 Use same version of Postgres in tests as in dev 2021-01-31 15:21:10 +00:00
b7614d12c5 Add new exception to catch block 2021-01-31 15:08:25 +00:00
1406e8b520 Some dependency updates 2021-01-31 14:50:01 +00:00
1a510b5a0d
Merge pull request #221 from jonnybarnes/dependabot/composer/laravel/framework-8.22.1
Bump laravel/framework from 8.20.1 to 8.22.1
2021-01-29 16:45:16 +00:00
dependabot[bot]
13dcab4aa8
Bump laravel/framework from 8.20.1 to 8.22.1
Bumps [laravel/framework](https://github.com/laravel/framework) from 8.20.1 to 8.22.1.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/8.x/CHANGELOG-8.x.md)
- [Commits](https://github.com/laravel/framework/compare/v8.20.1...v8.22.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-19 20:38:24 +00:00
38f3244e31
Merge pull request #220 from jonnybarnes/develop
MTM: PHP8 support, and PostCSS Webpack work
2020-12-31 14:55:46 +00:00
2fbb1f60c8
Merge pull request #218 from jonnybarnes/php8
Initial php8 work
2020-12-31 14:30:14 +00:00
d602b1878e
Merge branch 'develop' into php8 2020-12-31 13:53:59 +00:00
829b2c131f Make sure prior article is in prior month when seeding 2020-12-31 13:44:57 +00:00
20bd37da4e
Merge pull request #219 from jonnybarnes/dependabot/npm_and_yarn/ini-1.3.7
Bump ini from 1.3.5 to 1.3.7
2020-12-31 13:37:14 +00:00
d43530cdd2 Final prep work to get ready for PHP8 2020-12-31 13:34:55 +00:00
dependabot[bot]
59f50b98d4
Bump ini from 1.3.5 to 1.3.7
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-10 17:14:49 +00:00
8a7bbdab27 Update github action to use php8 2020-11-28 19:07:28 +00:00
f73a5587dc No longer need our own token exception 2020-11-28 19:02:37 +00:00
6942fc1d32 Initial php8 work
- switch to GD for image work
 - fix issues around jwt
2020-11-28 18:21:29 +00:00
303b0e66ca
Merge pull request #217 from jonnybarnes/babel
Pass js through babel and eslint
2020-11-27 15:35:33 +00:00
42340828bf Pass js through babel and eslint 2020-11-27 15:22:54 +00:00
fb9e230914
Merge pull request #216 from jonnybarnes/postcss
Postcss Rework
2020-11-16 18:41:13 +00:00
c9899571b0 Move some dependencies to dev 2020-11-16 17:44:42 +00:00
959d73e661 Rewmove zopfli plugin 2020-11-15 18:52:44 +00:00
c4eed8e41a Use webpack and postcss to generate CSS 2020-11-15 18:50:19 +00:00
536 changed files with 21662 additions and 27484 deletions

View file

@ -1,18 +1,21 @@
# EditorConfig is awesome: http://EditorConfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 4
# Tab indentation
[Makefile]
indent_style = tab
tab_width = 4
[*.{js,css}]
indent_size = 2
[*.md]
trim_trailing_whitespace = false
[*.{yml,yaml}]
indent_size = 2
[docker-compose.yml]
indent_size = 4

View file

@ -1,68 +1,89 @@
APP_NAME=Laravel
APP_ENV=production
APP_KEY=SomeRandomString # Leave this
APP_DEBUG=false
APP_LOG_LEVEL=warning
APP_ENV=local
APP_KEY=
APP_DEBUG=true
APP_TIMEZONE=UTC
APP_URL=https://example.com
APP_LONGURL=example.com
APP_SHORTURL=examp.le
DB_CONNECTION=pgsql
APP_LOCALE=en
APP_FALLBACK_LOCALE=en
APP_FAKER_LOCALE=en_US
APP_MAINTENANCE_DRIVER=file
APP_MAINTENANCE_STORE=database
BCRYPT_ROUNDS=12
LOG_CHANNEL=stack
LOG_STACK=single
LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=5432
DB_DATABASE=
DB_USERNAME=
DB_PORT=3306
DB_DATABASE=laravel
DB_USERNAME=root
DB_PASSWORD=
BROADCAST_DRIVER=log
CACHE_DRIVER=file
SESSION_DRIVER=file
QUEUE_DRIVER=sync
SESSION_DRIVER=database
SESSION_LIFETIME=120
SESSION_ENCRYPT=false
SESSION_PATH=/
SESSION_DOMAIN=null
BROADCAST_CONNECTION=log
FILESYSTEM_DISK=local
QUEUE_CONNECTION=database
CACHE_STORE=database
CACHE_PREFIX=
MEMCACHED_HOST=127.0.0.1
REDIS_CLIENT=phpredis
REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379
MAIL_DRIVER=smtp
MAIL_HOST=smtp.mailtrap.io
MAIL_MAILER=log
MAIL_HOST=127.0.0.1
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
MAIL_FROM_ADDRESS="hello@example.com"
MAIL_FROM_NAME="${APP_NAME}"
PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_DEFAULT_REGION=us-east-1
AWS_BUCKET=
AWS_USE_PATH_STYLE_ENDPOINT=false
AWS_S3_KEY=your-key
AWS_S3_SECRET=your-secret
AWS_S3_REGION=region
AWS_S3_BUCKET=your-bucket
AWS_S3_URL=https://xxxxxxx.s3-region.amazonaws.com
VITE_APP_NAME="${APP_NAME}"
APP_URL=https://example.com # This one is necessary
APP_LONGURL=example.com
APP_SHORTURL=examp.le
ADMIN_USER=admin # pick something better, this is used for `/admin`
ADMIN_USER=admin# pick something better, this is used for `/admin`
ADMIN_PASS=password
DISPLAY_NAME='Joe Bloggs' # This is used for example in the header and titles
DISPLAY_NAME='Joe Bloggs'# This is used for example in the header and titles
TWITTER_CONSUMER_KEY=
TWITTER_CONSUMER_SECRET=
TWITTER_ACCESS_TOKEN=
TWITTER_ACCESS_TOKEN_SECRET=
SCOUT_DRIVER=pgsql
SCOUT_DRIVER=database
SCOUT_QUEUE=false
PIWIK=false
PIWIK_ID=1
PIWIK_URL=https://analytics.jmb.lv/piwik.php
FATHOM_ID=
APP_TIMEZONE=UTC
APP_LANG=en
APP_LOG=daily
SECURE_SESSION_COOKIE=true
SESSION_SECURE_COOKIE=true
SESSION_SAME_SITE=strict
LOG_SLACK_WEBHOOK_URL=
FONT_LINK=
FLARE_KEY=
IGNITION_OPEN_AI_KEY=
BRIDGY_MASTODON_TOKEN=

View file

@ -7,7 +7,7 @@ APP_LOG_LEVEL=warning
DB_CONNECTION=pgsql
DB_HOST=127.0.0.1
DB_PORT=5432
DB_DATABASE=jbuktest
DB_DATABASE=jbukdev_testing
DB_USERNAME=postgres
DB_PASSWORD=postgres
@ -50,7 +50,8 @@ TWITTER_CONSUMER_SECRET=
TWITTER_ACCESS_TOKEN=
TWITTER_ACCESS_TOKEN_SECRET=
SCOUT_DRIVER=pgsql
SCOUT_DRIVER=database
SCOUT_QUEUE=false
PIWIK=false
@ -62,5 +63,8 @@ APP_LOG=daily
SECURE_SESSION_COOKIE=true
LOG_SLACK_WEBHOOK_URL=
FLARE_KEY=
FONT_LINK=
BRIDGY_MASTODON_TOKEN=

View file

@ -1,17 +0,0 @@
APP_ENV=testing
APP_DEBUG=true
APP_KEY=base64:6DJhvZLVjE6dD4Cqrteh+6Z5vZlG+v/soCKcDHLOAH0=
APP_URL=http://jonnybarnes.localhost
APP_LONGURL=jonnybarnes.localhost
APP_SHORTURL=jmb.localhost
DB_CONNECTION=travis
CACHE_DRIVER=array
SESSION_DRIVER=array
QUEUE_DRIVER=sync
SCOUT_DRIVER=pgsql
DISPLAY_NAME='Travis Test'
USER_NAME=travis

View file

@ -1,24 +0,0 @@
parserOptions:
sourceType: 'module'
extends: 'eslint:recommended'
env:
browser: true
es6: true
rules:
indent:
- error
- 4
linebreak-style:
- error
- unix
quotes:
- error
- single
semi:
- error
- always
no-console:
- error
- allow:
- warn
- error

14
.gitattributes vendored
View file

@ -1,5 +1,11 @@
* text=auto
*.css linguist-vendored
*.scss linguist-vendored
*.js linguist-vendored
* text=auto eol=lf
*.blade.php diff=html
*.css diff=css
*.html diff=html
*.md diff=markdown
*.php diff=php
/.github export-ignore
CHANGELOG.md export-ignore
.styleci.yml export-ignore

17
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,17 @@
version: 2
updates:
- package-ecosystem: "composer"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

144
.github/workflows/deploy.yml vendored Normal file
View file

@ -0,0 +1,144 @@
name: Deploy
on:
workflow_dispatch:
release:
types: [published]
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
environment: Hetzner
env:
repository: 'jonnybarnes/jonnybarnes.uk'
newReleaseName: '${{ github.run_id }}'
steps:
- name: 🌍 Set Environment Variables
run: |
echo "releasesDir=${{ secrets.DEPLOYMENT_BASE_DIR }}/releases" >> $GITHUB_ENV
echo "persistentDir=${{ secrets.DEPLOYMENT_BASE_DIR }}/persistent" >> $GITHUB_ENV
echo "currentDir=${{ secrets.DEPLOYMENT_BASE_DIR }}/current" >> $GITHUB_ENV
- name: 🌎 Set Environment Variables Part 2
run: |
echo "newReleaseDir=${{ env.releasesDir }}/${{ env.newReleaseName }}" >> $GITHUB_ENV
- name: 🔄 Clone Repository
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.DEPLOYMENT_HOST }}
port: ${{ secrets.DEPLOYMENT_PORT }}
username: ${{ secrets.DEPLOYMENT_USER }}
key: ${{ secrets.DEPLOYMENT_KEY }}
script: |
[ -d ${{ env.releasesDir }} ] || mkdir ${{ env.releasesDir }}
[ -d ${{ env.persistentDir }} ] || mkdir ${{ env.persistentDir }}
[ -d ${{ env.persistentDir }}/storage ] || mkdir ${{ env.persistentDir }}/storage
cd ${{ env.releasesDir }}
# Create new release directory
mkdir ${{ env.newReleaseDir }}
# Clone app
git clone --depth 1 --branch ${{ github.ref_name }} https://github.com/${{ env.repository }} ${{ env.newReleaseName }}
# Mark release
cd ${{ env.newReleaseDir }}
echo "${{ env.newReleaseName }}" > public/release-name.txt
# Fix cache directory permissions
sudo chown -R ${{ secrets.HTTP_USER }}:${{ secrets.HTTP_USER }} bootstrap/cache
- name: 🎵 Run Composer
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.DEPLOYMENT_HOST }}
port: ${{ secrets.DEPLOYMENT_PORT }}
username: ${{ secrets.DEPLOYMENT_USER }}
key: ${{ secrets.DEPLOYMENT_KEY }}
script: |
cd ${{ env.newReleaseDir }}
composer install --prefer-dist --no-scripts --no-dev --no-progress --optimize-autoloader --quiet --no-interaction
- name: 🔗 Update Symlinks
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.DEPLOYMENT_HOST }}
port: ${{ secrets.DEPLOYMENT_PORT }}
username: ${{ secrets.DEPLOYMENT_USER }}
key: ${{ secrets.DEPLOYMENT_KEY }}
script: |
# Import the environment config
cd ${{ env.newReleaseDir }};
ln -nfs ${{ secrets.DEPLOYMENT_BASE_DIR }}/.env .env;
# Remove the storage directory and replace with persistent data
rm -rf ${{ env.newReleaseDir }}/storage;
cd ${{ env.newReleaseDir }};
ln -nfs ${{ secrets.DEPLOYMENT_BASE_DIR }}/persistent/storage storage;
# Remove the public/profile-images directory and replace with persistent data
rm -rf ${{ env.newReleaseDir }}/public/assets/profile-images;
cd ${{ env.newReleaseDir }};
ln -nfs ${{ secrets.DEPLOYMENT_BASE_DIR }}/persistent/profile-images public/assets/profile-images;
# Add the persistent files data
cd ${{ env.newReleaseDir }};
ln -nfs ${{ secrets.DEPLOYMENT_BASE_DIR }}/persistent/files public/files;
# Add the persistent fonts data
cd ${{ env.newReleaseDir }};
ln -nfs ${{ secrets.DEPLOYMENT_BASE_DIR }}/persistent/fonts public/fonts;
- name: ✨ Optimize Installation
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.DEPLOYMENT_HOST }}
port: ${{ secrets.DEPLOYMENT_PORT }}
username: ${{ secrets.DEPLOYMENT_USER }}
key: ${{ secrets.DEPLOYMENT_KEY }}
script: |
cd ${{ env.newReleaseDir }};
sudo runuser -u ${{ secrets.HTTP_USER }} -- php artisan clear-compiled;
- name: 🙈 Migrate database
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.DEPLOYMENT_HOST }}
port: ${{ secrets.DEPLOYMENT_PORT }}
username: ${{ secrets.DEPLOYMENT_USER }}
key: ${{ secrets.DEPLOYMENT_KEY }}
script: |
cd ${{ env.newReleaseDir }}
sudo runuser -u ${{ secrets.HTTP_USER }} -- php artisan migrate --force
- name: 🙏 Bless release
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.DEPLOYMENT_HOST }}
port: ${{ secrets.DEPLOYMENT_PORT }}
username: ${{ secrets.DEPLOYMENT_USER }}
key: ${{ secrets.DEPLOYMENT_KEY }}
script: |
ln -nfs ${{ env.newReleaseDir }} ${{ env.currentDir }};
cd ${{ env.newReleaseDir }}
sudo runuser -u ${{ secrets.HTTP_USER }} -- php artisan horizon:terminate
sudo runuser -u ${{ secrets.HTTP_USER }} -- php artisan config:cache
sudo runuser -u ${{ secrets.HTTP_USER }} -- php artisan event:cache
sudo runuser -u ${{ secrets.HTTP_USER }} -- php artisan route:cache
sudo runuser -u ${{ secrets.HTTP_USER }} -- php artisan view:cache
sudo systemctl restart php-fpm.service
sudo systemctl restart jbuk-horizon.service
- name: 🚾 Clean up old releases
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.DEPLOYMENT_HOST }}
port: ${{ secrets.DEPLOYMENT_PORT }}
username: ${{ secrets.DEPLOYMENT_USER }}
key: ${{ secrets.DEPLOYMENT_KEY }}
script: |
fd '.+' ${{ env.releasesDir }} -d 1 | head -n -3 | xargs -d "\n" -I'{}' sudo chown -R ${{ secrets.DEPLOYMENT_USER }}:${{ secrets.DEPLOYMENT_USER }} {}
fd '.+' ${{ env.releasesDir }} -d 1 | head -n -3 | xargs -d "\n" -I'{}' rm -rf {}

65
.github/workflows/phpunit.yml vendored Normal file
View file

@ -0,0 +1,65 @@
name: PHP Unit
on:
pull_request:
jobs:
phpunit:
runs-on: ubuntu-latest
name: PHPUnit test suite
services:
postgres:
image: postgres:latest
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: jbukdev_testing
ports:
- 5432:5432
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
extensions: mbstring, intl, phpredis, imagick
coverage: xdebug
tools: phpunit
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Copy .env
run: php -r "file_exists('.env') || copy('.env.github', '.env');"
- name: Get Composer Cache Directory
id: composer-cache
run: |
echo "::set-output name=dir::$(composer config cache-files-dir)"
- name: Cache composer dependencies
uses: actions/cache@v4
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-php-8.3-composer-${{ hashFiles('**/composer.lock') }}
restore-keys: |
${{ runner.os }}-php-8.3-composer-
- name: Install Composer Dependencies
run: composer install --quiet --no-ansi --no-interaction --no-progress
- name: Generate Key
run: php artisan key:generate
- name: Setup Directory Permissions
run: chmod -R 777 storage bootstrap/cache
- name: Setup Database
run: php artisan migrate
- name: Execute PHPUnit Tests
run: vendor/bin/phpunit

38
.github/workflows/pint.yml vendored Normal file
View file

@ -0,0 +1,38 @@
name: Laravel Pint
on:
pull_request:
jobs:
pint:
runs-on: ubuntu-latest
name: Laravel Pint
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup PHP with pecl extensions
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
- name: Get Composer Cache Directory
id: composer-cache
run: |
echo "::set-output name=dir::$(composer config cache-files-dir)"
- name: Cache composer dependencies
uses: actions/cache@v4
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
restore-keys: |
${{ runner.os }}-composer-
- name: Install Composer Dependencies
run: composer install --quiet --no-ansi --no-interaction --no-progress
- name: Check Files with Laravel Pint
run: vendor/bin/pint --test

View file

@ -1,56 +0,0 @@
name: Run Tests
on:
pull_request:
jobs:
phpunit:
runs-on: ubuntu-20.04
name: PHPUnit test suite
services:
postgres:
image: postgres:12
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: jbuktest
ports:
- 5432:5432
steps:
- uses: actions/checkout@v2
- name: Cache node modules
uses: actions/cache@v2
with:
path: ~/.npm
key: ${{ runner.os }}-${{ hashFiles('**/package.json') }}
- name: Install npm dependencies
run: npm install
- name: Install ImageMagick
run: sudo apt install imagemagick
- name: Setup PHP with pecl extension
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
tools: pecl, phpcs
extensions: imagick
- name: Copy .env
run: php -r "file_exists('.env') || copy('.env.github', '.env');"
- name: Install dependencies
run: composer install -q --no-ansi --no-interaction --no-progress
- name: Generate key
run: php artisan key:generate
- name: Setup directory permissions
run: chmod -R 777 storage bootstrap/cache
- name: Setup test database
run: |
php artisan migrate
php artisan db:seed
- name: Execute tests (Unit and Feature tests) via PHPUnit
run: vendor/bin/phpunit
- name: Run phpcs
run: phpcs
- name: Check for security vulnerabilities
run: php vendor/bin/security-checker security:check

23
.gitignore vendored
View file

@ -1,20 +1,23 @@
/.phpunit.cache
/node_modules
/public/build
/public/coverage
/public/hot
/public/files
/public/fonts
/public/storage
/storage/*.key
/vendor
.env
.env.backup
.env.production
.phpunit.result.cache
Homestead.json
Homestead.yaml
auth.json
npm-debug.log
yarn-error.log
/.fleet
/.idea
/lsp
.phpstorm.meta.php
_ide_helper.php
# Custom paths in /public
/public/coverage
/public/hot
/public/storage
/public/fonts
/public/files
/public/keybase.txt
/.vscode
ray.php

View file

@ -1,8 +1,9 @@
preset: laravel
disabled:
- concat_without_spaces
- single_import_per_statement
finder:
path: app/
php:
preset: laravel
disabled:
- no_unused_imports
finder:
not-name:
- index.php
js: true
css: true

View file

@ -1,6 +1,3 @@
{
"extends": ["stylelint-config-standard", "stylelint-a11y/recommended"],
"rules": {
"indentation": 4
}
"extends": ["stylelint-config-standard"]
}

View file

@ -0,0 +1,17 @@
<?php
declare(strict_types=1);
namespace App\CommonMark\Generators;
use League\CommonMark\Extension\Mention\Generator\MentionGeneratorInterface;
use League\CommonMark\Extension\Mention\Mention;
use League\CommonMark\Node\Inline\AbstractInline;
class MentionGenerator implements MentionGeneratorInterface
{
public function generateMention(Mention $mention): ?AbstractInline
{
return $mention;
}
}

View file

@ -0,0 +1,37 @@
<?php
declare(strict_types=1);
namespace App\CommonMark\Renderers;
use App\Models\Contact;
use League\CommonMark\Node\Node;
use League\CommonMark\Renderer\ChildNodeRendererInterface;
use League\CommonMark\Renderer\NodeRendererInterface;
use League\CommonMark\Util\HtmlElement;
class MentionRenderer implements NodeRendererInterface
{
public function render(Node $node, ChildNodeRendererInterface $childRenderer): HtmlElement|string
{
$contact = Contact::where('nick', $node->getIdentifier())->first();
// If we have a contact, render a mini-hcard
if ($contact) {
// rendering a blade template to a string, so cant be an HtmlElement
return trim(view('templates.mini-hcard', ['contact' => $contact])->render());
}
// Otherwise, check the link is to the Mastodon profile
$mentionText = $node->getIdentifier();
$parts = explode('@', $mentionText);
// This is not [@]handle@instance, so return a Twitter link
if (count($parts) === 1) {
return new HtmlElement('a', ['href' => 'https://twitter.com/' . $parts[0]], '@' . $mentionText);
}
// Render the Mastodon profile link
return new HtmlElement('a', ['href' => 'https://' . $parts[1] . '/@' . $parts[0]], '@' . $mentionText);
}
}

View file

@ -6,6 +6,11 @@ use App\Models\Place;
use Illuminate\Console\Command;
use Illuminate\Support\Facades\DB;
/**
* @codeCoverageIgnore
*
* @psalm-suppress UnusedClass
*/
class MigratePlaceDataFromPostgis extends Command
{
/**
@ -22,22 +27,10 @@ class MigratePlaceDataFromPostgis extends Command
*/
protected $description = 'Copy Postgis data to normal latitude longitude fields';
/**
* Create a new command instance.
*
* @return void
*/
public function __construct()
{
parent::__construct();
}
/**
* Execute the console command.
*
* @return int
*/
public function handle()
public function handle(): int
{
$locationColumn = DB::selectOne(DB::raw("
SELECT EXISTS (

View file

@ -6,8 +6,12 @@ namespace App\Console\Commands;
use App\Models\WebMention;
use Illuminate\Console\Command;
use Illuminate\Contracts\Filesystem\FileNotFoundException;
use Illuminate\FileSystem\FileSystem;
/**
* @psalm-suppress UnusedClass
*/
class ParseCachedWebMentions extends Command
{
/**
@ -24,32 +28,22 @@ class ParseCachedWebMentions extends Command
*/
protected $description = 'Re-parse the webmentions cached HTML';
/**
* Create a new command instance.
*
* @return void
*/
public function __construct()
{
parent::__construct();
}
/**
* Execute the console command.
*
* @return mixed
* @throws FileNotFoundException
*/
public function handle(FileSystem $filesystem)
public function handle(FileSystem $filesystem): void
{
$HTMLfiles = $filesystem->allFiles(storage_path() . '/HTML');
foreach ($HTMLfiles as $file) {
if ($file->getExtension() != 'backup') { //we dont want to parse.backup files
$htmlFiles = $filesystem->allFiles(storage_path() . '/HTML');
foreach ($htmlFiles as $file) {
if ($file->getExtension() !== 'backup') { //we dont want to parse `.backup` files
$filepath = $file->getPathname();
$this->info('Loading HTML from: ' . $filepath);
$html = $filesystem->get($filepath);
$url = $this->URLFromFilename($filepath);
$microformats = \Mf2\parse($html, $url);
$url = $this->urlFromFilename($filepath);
$webmention = WebMention::where('source', $url)->firstOrFail();
$microformats = \Mf2\parse($html, $url);
$webmention->mf2 = json_encode($microformats);
$webmention->save();
$this->info('Saved the microformats to the database.');
@ -59,16 +53,13 @@ class ParseCachedWebMentions extends Command
/**
* Determine the source URL from a filename.
*
* @param string
* @return string
*/
private function URLFromFilename(string $filepath): string
private function urlFromFilename(string $filepath): string
{
$dir = mb_substr($filepath, mb_strlen(storage_path() . '/HTML/'));
$url = str_replace(['http/', 'https/'], ['http://', 'https://'], $dir);
if (mb_substr($url, -10) == 'index.html') {
$url = mb_substr($url, 0, mb_strlen($url) - 10);
if (mb_substr($url, -10) === 'index.html') {
$url = mb_substr($url, 0, -10);
}
return $url;

View file

@ -8,6 +8,9 @@ use App\Jobs\DownloadWebMention;
use App\Models\WebMention;
use Illuminate\Console\Command;
/**
* @psalm-suppress UnusedClass
*/
class ReDownloadWebMentions extends Command
{
/**
@ -24,22 +27,10 @@ class ReDownloadWebMentions extends Command
*/
protected $description = 'Redownload the HTML content of webmentions';
/**
* Create a new command instance.
*
* @return void
*/
public function __construct()
{
parent::__construct();
}
/**
* Execute the console command.
*
* @return mixed
*/
public function handle()
public function handle(): void
{
$webmentions = WebMention::all();
foreach ($webmentions as $webmention) {

View file

@ -1,66 +0,0 @@
<?php
declare(strict_types=1);
namespace App\Console\Commands;
use Illuminate\Console\Command;
use SensioLabs\Security\SecurityChecker;
/**
* @codeCoverageIgnore
*/
class SecurityCheck extends Command
{
/**
* The name and signature of the console command.
*
* @var string
*/
protected $signature = 'security:check';
/**
* The console command description.
*
* @var string
*/
protected $description = 'Run the SensioLabs Security Check tool';
/**
* The Security Checker intergation service.
*
* @var SecurityChecker
*/
protected $securityChecker;
/**
* Create a new command instance.
*
* @param SecurityChecker $SecurityChecker
* @return void
*/
public function __construct(SecurityChecker $securityChecker)
{
parent::__construct();
$this->securityChecker = $securityChecker;
}
/**
* Execute the console command.
*
* @return mixed
*/
public function handle(): int
{
$alerts = $this->securityChecker->check(base_path() . '/composer.lock');
if (count($alerts) === 0) {
$this->info('No security vulnerabilities found.');
return 0;
}
$this->error('vulnerabilities found');
return 1;
}
}

View file

@ -0,0 +1,36 @@
<?php
namespace App\Console\Commands;
use App\Models\Note;
use Illuminate\Console\Command;
use Illuminate\Support\Facades\DB;
class UpdateWebmentionsRelationship extends Command
{
/**
* The name and signature of the console command.
*
* @var string
*/
protected $signature = 'webmentions:update-model-relationship';
/**
* The console command description.
*
* @var string
*/
protected $description = 'Update webmentions to relate to the correct note model class';
/**
* Execute the console command.
*/
public function handle()
{
DB::table('webmentions')
->where('commentable_type', '=', 'App\Model\Note')
->update(['commentable_type' => Note::class]);
$this->info('All webmentions updated to relate to the correct note model class');
}
}

View file

@ -7,37 +7,21 @@ use Illuminate\Foundation\Console\Kernel as ConsoleKernel;
class Kernel extends ConsoleKernel
{
/**
* The Artisan commands provided by your application.
*
* @var array
*/
protected $commands = [
Commands\SecurityCheck::class,
Commands\ParseCachedWebMentions::class,
Commands\ReDownloadWebMentions::class,
];
/**
* Define the application's command schedule.
*
* @param \Illuminate\Console\Scheduling\Schedule $schedule
* @return void
*/
protected function schedule(Schedule $schedule)
protected function schedule(Schedule $schedule): void
{
$schedule->command('horizon:snapshot')->everyFiveMinutes();
$schedule->command('telescope:prune --hours=48')->daily();
$schedule->command('cache:prune-stale-tags')->hourly();
}
/**
* Register the commands for the application.
*
* @return void
*/
protected function commands()
protected function commands(): void
{
$this->load(__DIR__ . '/Commands');
$this->load(__DIR__.'/Commands');
require base_path('routes/console.php');
}

View file

@ -2,102 +2,18 @@
namespace App\Exceptions;
use Exception;
use GuzzleHttp\Client;
use Illuminate\Database\Eloquent\ModelNotFoundException;
use Illuminate\Foundation\Exceptions\Handler as ExceptionHandler;
use Illuminate\Http\Request;
use Illuminate\Http\Response;
use Illuminate\Session\TokenMismatchException;
use Illuminate\Support\Facades\Route;
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
use Throwable;
/**
* @codeCoverageIgnore
*/
class Handler extends ExceptionHandler
{
/**
* A list of the exception types that are not reported.
*
* @var array
* Register the exception handling callbacks for the application.
*/
protected $dontReport = [
NotFoundHttpException::class,
ModelNotFoundException::class,
];
/**
* A list of the inputs that are never flashed for validation exceptions.
*
* @var array
*/
protected $dontFlash = [
'password',
'password_confirmation',
];
/**
* Report or log an exception.
*
* This is a great spot to send exceptions to Sentry, Bugsnag, etc.
*
* @param Throwable $throwable
* @return void
* @throws Exception
* @throws Throwable
*/
public function report(Throwable $throwable)
public function register(): void
{
parent::report($throwable);
if ($this->shouldReport($throwable)) {
$guzzle = new Client([
'headers' => [
'Content-Type' => 'application/json',
],
]);
$exceptionName = get_class($throwable) ?? 'Unknown Exception';
$title = $exceptionName . ': ' . $throwable->getMessage();
$guzzle->post(
config('logging.slack'),
[
'body' => json_encode([
'attachments' => [[
'fallback' => 'There was an exception.',
'pretext' => 'There was an exception.',
'color' => '#d00000',
'author_name' => app()->environment(),
'author_link' => config('app.url'),
'fields' => [[
'title' => $title,
'value' => request()->method() . ' ' . request()->fullUrl(),
]],
'ts' => time(),
]],
]),
]
);
}
}
/**
* Render an exception into an HTTP response.
*
* @param Request $request
* @param Throwable $throwable
* @return Response
* @throws Throwable
*/
public function render($request, Throwable $throwable)
{
if ($throwable instanceof TokenMismatchException) {
Route::getRoutes()->match($request);
}
return parent::render($request, $throwable);
$this->reportable(function (Throwable $_e) {
//
});
}
}

View file

@ -2,6 +2,4 @@
namespace App\Exceptions;
class InternetArchiveException extends \Exception
{
}
class InternetArchiveException extends \Exception {}

View file

@ -1,13 +0,0 @@
<?php
namespace App\Exceptions;
use Exception;
class InvalidTokenException extends Exception
{
public function __construct($message, $code = 0, Exception $previous = null)
{
parent::__construct($message, $code, $previous);
}
}

View file

@ -1,7 +0,0 @@
<?php
namespace App\Exceptions;
class TwitterContentException extends \Exception
{
}

View file

@ -7,16 +7,13 @@ namespace App\Http\Controllers\Admin;
use App\Http\Controllers\Controller;
use App\Models\Article;
use Illuminate\Http\RedirectResponse;
use Illuminate\Http\Request;
use Illuminate\View\View;
/**
* @psalm-suppress UnusedClass
*/
class ArticlesController extends Controller
{
/**
* List the articles that can be edited.
*
* @return \Illuminate\View\View
*/
public function index(): View
{
$posts = Article::select('id', 'title', 'published')->orderBy('id', 'desc')->get();
@ -24,11 +21,6 @@ class ArticlesController extends Controller
return view('admin.articles.index', ['posts' => $posts]);
}
/**
* Show the new article form.
*
* @return \Illuminate\View\View
*/
public function create(): View
{
$message = session('message');
@ -36,11 +28,6 @@ class ArticlesController extends Controller
return view('admin.articles.create', ['message' => $message]);
}
/**
* Process an incoming request for a new article and save it.
*
* @return \Illuminate\Http\RedirectResponse
*/
public function store(): RedirectResponse
{
//if a `.md` is attached use that for the main content.
@ -49,42 +36,21 @@ class ArticlesController extends Controller
$content = $file->fread($file->getSize());
}
$main = $content ?? request()->input('main');
$article = Article::create(
[
'url' => request()->input('url'),
'title' => request()->input('title'),
'main' => $main,
'published' => request()->input('published') ?? 0,
]
);
Article::create([
'url' => request()->input('url'),
'title' => request()->input('title'),
'main' => $main,
'published' => request()->input('published') ?? 0,
]);
return redirect('/admin/blog');
}
/**
* Show the edit form for an existing article.
*
* @param int $articleId
* @return \Illuminate\View\View
*/
public function edit(int $articleId): View
public function edit(Article $article): View
{
$post = Article::select(
'title',
'main',
'url',
'published'
)->where('id', $articleId)->get();
return view('admin.articles.edit', ['id' => $articleId, 'post' => $post]);
return view('admin.articles.edit', ['article' => $article]);
}
/**
* Process an incoming request to edit an article.
*
* @param int $articleId
* @return \Illuminate\Http\RedirectResponse
*/
public function update(int $articleId): RedirectResponse
{
$article = Article::find($articleId);
@ -97,12 +63,6 @@ class ArticlesController extends Controller
return redirect('/admin/blog');
}
/**
* Process a request to delete an aricle.
*
* @param int $articleId
* @return \Illuminate\Http\RedirectResponse
*/
public function destroy(int $articleId): RedirectResponse
{
Article::where('id', $articleId)->delete();

View file

@ -0,0 +1,35 @@
<?php
declare(strict_types=1);
namespace App\Http\Controllers\Admin;
use App\Http\Controllers\Controller;
use App\Models\Bio;
use Illuminate\Http\RedirectResponse;
use Illuminate\Http\Request;
use Illuminate\View\View;
/**
* @psalm-suppress UnusedClass
*/
class BioController extends Controller
{
public function show(): View
{
$bio = Bio::first();
return view('admin.bio.show', [
'bioEntry' => $bio,
]);
}
public function update(Request $request): RedirectResponse
{
$bio = Bio::firstOrNew();
$bio->content = $request->input('content');
$bio->save();
return redirect()->route('admin.bio.show');
}
}

View file

@ -7,15 +7,15 @@ namespace App\Http\Controllers\Admin;
use App\Http\Controllers\Controller;
use App\Models\MicropubClient;
use Illuminate\Http\RedirectResponse;
use Illuminate\Http\Request;
use Illuminate\View\View;
/**
* @psalm-suppress UnusedClass
*/
class ClientsController extends Controller
{
/**
* Show a list of known clients.
*
* @return \Illuminate\View\View
*/
public function index(): View
{
@ -26,8 +26,6 @@ class ClientsController extends Controller
/**
* Show form to add a client name.
*
* @return \Illuminate\View\View
*/
public function create(): View
{
@ -36,8 +34,6 @@ class ClientsController extends Controller
/**
* Process the request to adda new client name.
*
* @return \Illuminate\Http\RedirectResponse
*/
public function store(): RedirectResponse
{
@ -51,9 +47,6 @@ class ClientsController extends Controller
/**
* Show a form to edit a client name.
*
* @param int $clientId
* @return \Illuminate\View\View
*/
public function edit(int $clientId): View
{
@ -68,9 +61,6 @@ class ClientsController extends Controller
/**
* Process the request to edit a client name.
*
* @param int $clientId
* @return \Illuminate\Http\RedirectResponse
*/
public function update(int $clientId): RedirectResponse
{
@ -84,9 +74,6 @@ class ClientsController extends Controller
/**
* Process a request to delete a client.
*
* @param int $clientId
* @return \Illuminate\Http\RedirectResponse
*/
public function destroy(int $clientId): RedirectResponse
{

View file

@ -9,16 +9,16 @@ use App\Models\Contact;
use GuzzleHttp\Client;
use Illuminate\Filesystem\Filesystem;
use Illuminate\Http\RedirectResponse;
use Illuminate\Http\Request;
use Illuminate\Support\Arr;
use Illuminate\View\View;
/**
* @psalm-suppress UnusedClass
*/
class ContactsController extends Controller
{
/**
* List the currect contacts that can be edited.
*
* @return \Illuminate\View\View
*/
public function index(): View
{
@ -29,8 +29,6 @@ class ContactsController extends Controller
/**
* Display the form to add a new contact.
*
* @return \Illuminate\View\View
*/
public function create(): View
{
@ -39,8 +37,6 @@ class ContactsController extends Controller
/**
* Process the request to add a new contact.
*
* @return \Illuminate\Http\RedirectResponse
*/
public function store(): RedirectResponse
{
@ -57,9 +53,6 @@ class ContactsController extends Controller
/**
* Show the form to edit an existing contact.
*
* @param int $contactId
* @return \Illuminate\View\View
*/
public function edit(int $contactId): View
{
@ -72,9 +65,6 @@ class ContactsController extends Controller
* Process the request to edit a contact.
*
* @todo Allow saving profile pictures for people without homepages
*
* @param int $contactId
* @return \Illuminate\Http\RedirectResponse
*/
public function update(int $contactId): RedirectResponse
{
@ -101,9 +91,6 @@ class ContactsController extends Controller
/**
* Process the request to delete a contact.
*
* @param int $contactId
* @return \Illuminate\Http\RedirectResponse
*/
public function destroy(int $contactId): RedirectResponse
{
@ -119,7 +106,6 @@ class ContactsController extends Controller
* This method attempts to find the microformat marked-up profile image
* from a given homepage and save it accordingly
*
* @param int $contactId
* @return \Illuminate\Http\RedirectResponse|\Illuminate\View\View
*/
public function getAvatar(int $contactId)
@ -138,8 +124,8 @@ class ContactsController extends Controller
}
$mf2 = \Mf2\parse((string) $response->getBody(), $contact->homepage);
foreach ($mf2['items'] as $microformat) {
if (Arr::get($microformat, 'type.0') == 'h-card') {
$avatarURL = Arr::get($microformat, 'properties.photo.0');
if (Arr::get($microformat, 'type.0') === 'h-card') {
$avatarURL = Arr::get($microformat, 'properties.photo.0.value');
break;
}
}

View file

@ -7,12 +7,13 @@ namespace App\Http\Controllers\Admin;
use App\Http\Controllers\Controller;
use Illuminate\View\View;
/**
* @psalm-suppress UnusedClass
*/
class HomeController extends Controller
{
/**
* Show the homepage of the admin CP.
*
* @return \Illuminate\View\View
*/
public function welcome(): View
{

View file

@ -10,12 +10,13 @@ use App\Models\Like;
use Illuminate\Http\RedirectResponse;
use Illuminate\View\View;
/**
* @psalm-suppress UnusedClass
*/
class LikesController extends Controller
{
/**
* List the likes that can be edited.
*
* @return \Illuminate\View\View
*/
public function index(): View
{
@ -26,8 +27,6 @@ class LikesController extends Controller
/**
* Show the form to make a new like.
*
* @return \Illuminate\View\View
*/
public function create(): View
{
@ -36,8 +35,6 @@ class LikesController extends Controller
/**
* Process a request to make a new like.
*
* @return \Illuminate\Http\RedirectResponse
*/
public function store(): RedirectResponse
{
@ -51,9 +48,6 @@ class LikesController extends Controller
/**
* Display the form to edit a specific like.
*
* @param int $likeId
* @return \Illuminate\View\View
*/
public function edit(int $likeId): View
{
@ -67,9 +61,6 @@ class LikesController extends Controller
/**
* Process a request to edit a like.
*
* @param int $likeId
* @return \Illuminate\Http\RedirectResponse
*/
public function update(int $likeId): RedirectResponse
{
@ -83,9 +74,6 @@ class LikesController extends Controller
/**
* Process the request to delete a like.
*
* @param int $likeId
* @return \Illuminate\Http\RedirectResponse
*/
public function destroy(int $likeId): RedirectResponse
{

View file

@ -11,12 +11,13 @@ use Illuminate\Http\RedirectResponse;
use Illuminate\Http\Request;
use Illuminate\View\View;
/**
* @psalm-suppress UnusedClass
*/
class NotesController extends Controller
{
/**
* List the notes that can be edited.
*
* @return \Illuminate\View\View
*/
public function index(): View
{
@ -30,8 +31,6 @@ class NotesController extends Controller
/**
* Show the form to make a new note.
*
* @return \Illuminate\View\View
*/
public function create(): View
{
@ -40,14 +39,12 @@ class NotesController extends Controller
/**
* Process a request to make a new note.
*
* @return \Illuminate\Http\RedirectResponse
*/
public function store(): RedirectResponse
public function store(Request $request): RedirectResponse
{
Note::create([
'in-reply-to' => request()->input('in-reply-to'),
'note' => request()->input('content'),
'in_reply_to' => $request->input('in-reply-to'),
'note' => $request->input('content'),
]);
return redirect('/admin/notes');
@ -55,9 +52,6 @@ class NotesController extends Controller
/**
* Display the form to edit a specific note.
*
* @param int $noteId
* @return \Illuminate\View\View
*/
public function edit(int $noteId): View
{
@ -70,9 +64,6 @@ class NotesController extends Controller
/**
* Process a request to edit a note. Easy since this can only be done
* from the admin CP.
*
* @param int $noteId
* @return \Illuminate\Http\RedirectResponse
*/
public function update(int $noteId): RedirectResponse
{
@ -91,9 +82,6 @@ class NotesController extends Controller
/**
* Delete the note.
*
* @param int $noteId
* @return \Illuminate\Http\RedirectResponse
*/
public function destroy(int $noteId): RedirectResponse
{

View file

@ -0,0 +1,299 @@
<?php
declare(strict_types=1);
namespace App\Http\Controllers\Admin;
use App\Http\Controllers\Controller;
use App\Models\Passkey;
use App\Models\User;
use Cose\Algorithm\Manager;
use Cose\Algorithm\Signature\ECDSA\ES256;
use Cose\Algorithm\Signature\EdDSA\Ed25519;
use Cose\Algorithm\Signature\RSA\RS256;
use Cose\Algorithms;
use Illuminate\Http\JsonResponse;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\App;
use Illuminate\Support\Facades\Auth;
use Illuminate\View\View;
use ParagonIE\ConstantTime\Base64UrlSafe;
use Throwable;
use Webauthn\AttestationStatement\AttestationStatementSupportManager;
use Webauthn\AttestationStatement\NoneAttestationStatementSupport;
use Webauthn\AuthenticationExtensions\ExtensionOutputCheckerHandler;
use Webauthn\AuthenticatorAssertionResponse;
use Webauthn\AuthenticatorAssertionResponseValidator;
use Webauthn\AuthenticatorAttestationResponse;
use Webauthn\AuthenticatorAttestationResponseValidator;
use Webauthn\AuthenticatorSelectionCriteria;
use Webauthn\CeremonyStep\CeremonyStepManagerFactory;
use Webauthn\Denormalizer\WebauthnSerializerFactory;
use Webauthn\Exception\WebauthnException;
use Webauthn\PublicKeyCredential;
use Webauthn\PublicKeyCredentialCreationOptions;
use Webauthn\PublicKeyCredentialParameters;
use Webauthn\PublicKeyCredentialRequestOptions;
use Webauthn\PublicKeyCredentialRpEntity;
use Webauthn\PublicKeyCredentialSource;
use Webauthn\PublicKeyCredentialUserEntity;
/**
* @psalm-suppress UnusedClass
*/
class PasskeysController extends Controller
{
public function index(): View
{
/** @var User $user */
$user = auth()->user();
$passkeys = $user->passkey;
return view('admin.passkeys.index', compact('passkeys'));
}
public function getCreateOptions(): JsonResponse
{
/** @var User $user */
$user = auth()->user();
// RP Entity i.e. the application
$rpEntity = PublicKeyCredentialRpEntity::create(
config('app.name'),
config('url.longurl'),
);
// User Entity
$userEntity = PublicKeyCredentialUserEntity::create(
$user->name,
(string) $user->id,
$user->name,
);
// Challenge
$challenge = random_bytes(16);
// List of supported public key parameters
$pubKeyCredParams = collect([
Algorithms::COSE_ALGORITHM_EDDSA,
Algorithms::COSE_ALGORITHM_ES256,
Algorithms::COSE_ALGORITHM_RS256,
])->map(
fn ($algorithm) => PublicKeyCredentialParameters::create('public-key', $algorithm)
)->toArray();
$authenticatorSelectionCriteria = AuthenticatorSelectionCriteria::create(
userVerification: AuthenticatorSelectionCriteria::USER_VERIFICATION_REQUIREMENT_REQUIRED,
residentKey: AuthenticatorSelectionCriteria::RESIDENT_KEY_REQUIREMENT_REQUIRED,
requireResidentKey: true,
);
$options = PublicKeyCredentialCreationOptions::create(
$rpEntity,
$userEntity,
$challenge,
$pubKeyCredParams,
authenticatorSelection: $authenticatorSelectionCriteria,
attestation: PublicKeyCredentialCreationOptions::ATTESTATION_CONVEYANCE_PREFERENCE_NONE
);
$options = json_encode($options, JSON_THROW_ON_ERROR);
session(['create_options' => $options]);
return JsonResponse::fromJsonString($options);
}
public function create(Request $request): JsonResponse
{
/** @var User $user */
$user = auth()->user();
$publicKeyCredentialCreationOptionsData = session('create_options');
// Unset session data to mitigate replay attacks
session()->forget('create_options');
if (empty($publicKeyCredentialCreationOptionsData)) {
throw new WebAuthnException('No public key credential request options found');
}
$attestationStatementSupportManager = new AttestationStatementSupportManager();
$attestationStatementSupportManager->add(new NoneAttestationStatementSupport());
$webauthnSerializer = (new WebauthnSerializerFactory(
$attestationStatementSupportManager
))->create();
$publicKeyCredential = $webauthnSerializer->deserialize(
json_encode($request->all(), JSON_THROW_ON_ERROR),
PublicKeyCredential::class,
'json'
);
if (! $publicKeyCredential->response instanceof AuthenticatorAttestationResponse) {
throw new WebAuthnException('Invalid response type');
}
$algorithmManager = new Manager();
$algorithmManager->add(new Ed25519());
$algorithmManager->add(new ES256());
$algorithmManager->add(new RS256());
$ceremonyStepManagerFactory = new CeremonyStepManagerFactory();
$ceremonyStepManagerFactory->setAlgorithmManager($algorithmManager);
$ceremonyStepManagerFactory->setAttestationStatementSupportManager(
$attestationStatementSupportManager
);
$ceremonyStepManagerFactory->setExtensionOutputCheckerHandler(
ExtensionOutputCheckerHandler::create()
);
$securedRelyingPartyId = [];
if (App::environment('local', 'development')) {
$securedRelyingPartyId = [config('url.longurl')];
}
$ceremonyStepManagerFactory->setSecuredRelyingPartyId($securedRelyingPartyId);
$authenticatorAttestationResponseValidator = AuthenticatorAttestationResponseValidator::create(
ceremonyStepManager: $ceremonyStepManagerFactory->creationCeremony()
);
$publicKeyCredentialCreationOptions = $webauthnSerializer->deserialize(
$publicKeyCredentialCreationOptionsData,
PublicKeyCredentialCreationOptions::class,
'json'
);
$publicKeyCredentialSource = $authenticatorAttestationResponseValidator->check(
authenticatorAttestationResponse: $publicKeyCredential->response,
publicKeyCredentialCreationOptions: $publicKeyCredentialCreationOptions,
request: config('url.longurl'),
securedRelyingPartyId: $securedRelyingPartyId,
);
$user->passkey()->create([
'passkey_id' => Base64UrlSafe::encodeUnpadded($publicKeyCredentialSource->publicKeyCredentialId),
'passkey' => json_encode($publicKeyCredentialSource, JSON_THROW_ON_ERROR),
]);
return response()->json([
'success' => true,
'message' => 'Passkey created successfully',
]);
}
public function getRequestOptions(): JsonResponse
{
$publicKeyCredentialRequestOptions = PublicKeyCredentialRequestOptions::create(
challenge: random_bytes(16),
userVerification: PublicKeyCredentialRequestOptions::USER_VERIFICATION_REQUIREMENT_REQUIRED
);
$publicKeyCredentialRequestOptions = json_encode($publicKeyCredentialRequestOptions, JSON_THROW_ON_ERROR);
session(['request_options' => $publicKeyCredentialRequestOptions]);
return JsonResponse::fromJsonString($publicKeyCredentialRequestOptions);
}
public function login(Request $request): JsonResponse
{
$requestOptions = session('request_options');
session()->forget('request_options');
if (empty($requestOptions)) {
return response()->json([
'success' => false,
'message' => 'No request options found',
], 400);
}
$attestationStatementSupportManager = new AttestationStatementSupportManager();
$attestationStatementSupportManager->add(new NoneAttestationStatementSupport());
$webauthnSerializer = (new WebauthnSerializerFactory(
$attestationStatementSupportManager
))->create();
$publicKeyCredential = $webauthnSerializer->deserialize(
json_encode($request->all(), JSON_THROW_ON_ERROR),
PublicKeyCredential::class,
'json'
);
if (! $publicKeyCredential->response instanceof AuthenticatorAssertionResponse) {
return response()->json([
'success' => false,
'message' => 'Invalid response type',
], 400);
}
$passkey = Passkey::firstWhere('passkey_id', $publicKeyCredential->id);
if (! $passkey) {
return response()->json([
'success' => false,
'message' => 'Passkey not found',
], 404);
}
$publicKeyCredentialSource = $webauthnSerializer->deserialize(
$passkey->passkey,
PublicKeyCredentialSource::class,
'json'
);
$algorithmManager = new Manager();
$algorithmManager->add(new Ed25519());
$algorithmManager->add(new ES256());
$algorithmManager->add(new RS256());
$attestationStatementSupportManager = new AttestationStatementSupportManager();
$attestationStatementSupportManager->add(new NoneAttestationStatementSupport());
$ceremonyStepManagerFactory = new CeremonyStepManagerFactory();
$ceremonyStepManagerFactory->setAlgorithmManager($algorithmManager);
$ceremonyStepManagerFactory->setAttestationStatementSupportManager(
$attestationStatementSupportManager
);
$ceremonyStepManagerFactory->setExtensionOutputCheckerHandler(
ExtensionOutputCheckerHandler::create()
);
$securedRelyingPartyId = [];
if (App::environment('local', 'development')) {
$securedRelyingPartyId = [config('url.longurl')];
}
$ceremonyStepManagerFactory->setSecuredRelyingPartyId($securedRelyingPartyId);
$authenticatorAssertionResponseValidator = AuthenticatorAssertionResponseValidator::create(
ceremonyStepManager: $ceremonyStepManagerFactory->requestCeremony()
);
$publicKeyCredentialRequestOptions = $webauthnSerializer->deserialize(
$requestOptions,
PublicKeyCredentialRequestOptions::class,
'json'
);
try {
$authenticatorAssertionResponseValidator->check(
credentialId: $publicKeyCredentialSource,
authenticatorAssertionResponse: $publicKeyCredential->response,
publicKeyCredentialRequestOptions: $publicKeyCredentialRequestOptions,
request: config('url.longurl'),
userHandle: null,
securedRelyingPartyId: $securedRelyingPartyId,
);
} catch (Throwable) {
return response()->json([
'success' => false,
'message' => 'Passkey could not be verified',
], 500);
}
$user = User::find($passkey->user_id);
Auth::login($user);
return response()->json([
'success' => true,
'message' => 'Passkey verified successfully',
]);
}
}

View file

@ -10,6 +10,9 @@ use App\Services\PlaceService;
use Illuminate\Http\RedirectResponse;
use Illuminate\View\View;
/**
* @psalm-suppress UnusedClass
*/
class PlacesController extends Controller
{
protected PlaceService $placeService;
@ -21,8 +24,6 @@ class PlacesController extends Controller
/**
* List the places that can be edited.
*
* @return View
*/
public function index(): View
{
@ -33,8 +34,6 @@ class PlacesController extends Controller
/**
* Show the form to make a new place.
*
* @return View
*/
public function create(): View
{
@ -43,8 +42,6 @@ class PlacesController extends Controller
/**
* Process a request to make a new place.
*
* @return RedirectResponse
*/
public function store(): RedirectResponse
{
@ -62,9 +59,6 @@ class PlacesController extends Controller
/**
* Display the form to edit a specific place.
*
* @param int $placeId
* @return View
*/
public function edit(int $placeId): View
{
@ -75,9 +69,6 @@ class PlacesController extends Controller
/**
* Process a request to edit a place.
*
* @param int $placeId
* @return RedirectResponse
*/
public function update(int $placeId): RedirectResponse
{
@ -94,9 +85,6 @@ class PlacesController extends Controller
/**
* List the places we can merge with the current place.
*
* @param int $placeId
* @return View
*/
public function mergeIndex(int $placeId): View
{
@ -114,10 +102,6 @@ class PlacesController extends Controller
/**
* Show a form for merging two specific places.
*
* @param int $placeId1
* @param int $placeId2
* @return View
*/
public function mergeEdit(int $placeId1, int $placeId2): View
{
@ -129,8 +113,6 @@ class PlacesController extends Controller
/**
* Process the request to merge two places.
*
* @return RedirectResponse
*/
public function mergeStore(): RedirectResponse
{

View file

@ -0,0 +1,97 @@
<?php
declare(strict_types=1);
namespace App\Http\Controllers\Admin;
use App\Http\Controllers\Controller;
use App\Models\SyndicationTarget;
use Illuminate\Http\RedirectResponse;
use Illuminate\Http\Request;
use Illuminate\View\View;
/**
* @psalm-suppress UnusedClass
*/
class SyndicationTargetsController extends Controller
{
/**
* Show a list of known syndication targets.
*/
public function index(): View
{
$targets = SyndicationTarget::all();
return view('admin.syndication.index', compact('targets'));
}
/**
* Show form to add a syndication target.
*/
public function create(): View
{
return view('admin.syndication.create');
}
/**
* Process the request to adda new syndication target.
*/
public function store(Request $request): RedirectResponse
{
$validated = $request->validate([
'uid' => 'required|string',
'name' => 'required|string',
'service_name' => 'nullable|string',
'service_url' => 'nullable|string',
'service_photo' => 'nullable|string',
'user_name' => 'nullable|string',
'user_url' => 'nullable|string',
'user_photo' => 'nullable|string',
]);
SyndicationTarget::create($validated);
return redirect('/admin/syndication');
}
/**
* Show a form to edit a syndication target.
*/
public function edit(SyndicationTarget $syndicationTarget): View
{
return view('admin.syndication.edit', [
'syndication_target' => $syndicationTarget,
]);
}
/**
* Process the request to edit a client name.
*/
public function update(Request $request, SyndicationTarget $syndicationTarget): RedirectResponse
{
$validated = $request->validate([
'uid' => 'required|string',
'name' => 'required|string',
'service_name' => 'nullable|string',
'service_url' => 'nullable|string',
'service_photo' => 'nullable|string',
'user_name' => 'nullable|string',
'user_url' => 'nullable|string',
'user_photo' => 'nullable|string',
]);
$syndicationTarget->update($validated);
return redirect('/admin/syndication');
}
/**
* Process a request to delete a client.
*/
public function destroy(SyndicationTarget $syndicationTarget): RedirectResponse
{
$syndicationTarget->delete();
return redirect('/admin/syndication');
}
}

View file

@ -10,34 +10,28 @@ use Illuminate\Http\RedirectResponse;
use Illuminate\View\View;
use Jonnybarnes\IndieWeb\Numbers;
/**
* @psalm-suppress UnusedClass
*/
class ArticlesController extends Controller
{
/**
* Show all articles (with pagination).
*
* @param int|null $year
* @param int|null $month
* @return View
*/
public function index(int $year = null, int $month = null): View
public function index(?int $year = null, ?int $month = null): View
{
$articles = Article::where('published', '1')
->date($year, $month)
->orderBy('updated_at', 'desc')
->simplePaginate(5);
->date($year, $month)
->orderBy('updated_at', 'desc')
->simplePaginate(5);
return view('articles.index', compact('articles'));
}
/**
* Show a single article.
*
* @param int $year
* @param int $month
* @param string $slug
* @return RedirectResponse|View
*/
public function show(int $year, int $month, string $slug)
public function show(int $year, int $month, string $slug): RedirectResponse|View
{
try {
$article = Article::where('titleurl', $slug)->firstOrFail();
@ -56,21 +50,13 @@ class ArticlesController extends Controller
}
/**
* We only have the ID, work out post title, year and month
* and redirect to it.
*
* @param int $idFromUrl
* @return RedirectResponse
* We only have the ID, work out post title, year and month and redirect to it.
*/
public function onlyIdInUrl(int $idFromUrl): RedirectResponse
public function onlyIdInUrl(string $idFromUrl): RedirectResponse
{
$realId = resolve(Numbers::class)->b60tonum((string) $idFromUrl);
$realId = resolve(Numbers::class)->b60tonum($idFromUrl);
try {
$article = Article::findOrFail($realId);
} catch (ModelNotFoundException $exception) {
abort(404);
}
$article = Article::findOrFail($realId);
return redirect($article->link);
}

View file

@ -5,17 +5,19 @@ declare(strict_types=1);
namespace App\Http\Controllers;
use Illuminate\Http\RedirectResponse;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\Auth;
use Illuminate\View\View;
/**
* @psalm-suppress UnusedClass
*/
class AuthController extends Controller
{
/**
* Show the login form.
*
* @return View|RedirectResponse
*/
public function showLogin()
public function showLogin(): View|RedirectResponse
{
if (Auth::check()) {
return redirect('/');
@ -25,28 +27,23 @@ class AuthController extends Controller
}
/**
* Log in a user, set a session variable, check credentials against
* the .env file.
*
* @return RedirectResponse
* Log in a user, set a session variable, check credentials against the `.env` file.
*/
public function login(): RedirectResponse
public function login(Request $request): RedirectResponse
{
$credentials = request()->only('name', 'password');
$credentials = $request->only('name', 'password');
if (Auth::attempt($credentials, true)) {
return redirect()->intended('/');
return redirect()->intended('/admin');
}
return redirect()->route('login');
}
/**
* Show the form to logout a user.
*
* @return View|RedirectResponse
* Show the form to allow a user to log-out.
*/
public function showLogout()
public function showLogout(): View|RedirectResponse
{
if (Auth::check() === false) {
// The user is not logged in, just redirect them home
@ -58,8 +55,6 @@ class AuthController extends Controller
/**
* Log the user out from their current session.
*
* @return RedirectResponse;
*/
public function logout(): RedirectResponse
{

View file

@ -7,12 +7,13 @@ namespace App\Http\Controllers;
use App\Models\Bookmark;
use Illuminate\View\View;
/**
* @psalm-suppress UnusedClass
*/
class BookmarksController extends Controller
{
/**
* Show the most recent bookmarks.
*
* @return View
*/
public function index(): View
{
@ -23,9 +24,6 @@ class BookmarksController extends Controller
/**
* Show a single bookmark.
*
* @param Bookmark $bookmark
* @return View
*/
public function show(Bookmark $bookmark): View
{
@ -33,4 +31,16 @@ class BookmarksController extends Controller
return view('bookmarks.show', compact('bookmark'));
}
/**
* Show bookmarks tagged with a specific tag.
*/
public function tagged(string $tag): View
{
$bookmarks = Bookmark::whereHas('tags', function ($query) use ($tag) {
$query->where('tag', $tag);
})->latest()->with('tags')->withCount('tags')->paginate(10);
return view('bookmarks.tagged', compact('bookmarks', 'tag'));
}
}

View file

@ -8,12 +8,13 @@ use App\Models\Contact;
use Illuminate\Filesystem\Filesystem;
use Illuminate\View\View;
/**
* @psalm-suppress UnusedClass
*/
class ContactsController extends Controller
{
/**
* Show all the contacts.
*
* @return View
*/
public function index(): View
{
@ -33,9 +34,6 @@ class ContactsController extends Controller
/**
* Show a single contact.
*
* @param Contact $contact
* @return View
*/
public function show(Contact $contact): View
{

View file

@ -2,14 +2,7 @@
namespace App\Http\Controllers;
use Illuminate\Foundation\Auth\Access\AuthorizesRequests;
use Illuminate\Foundation\Bus\DispatchesJobs;
use Illuminate\Foundation\Validation\ValidatesRequests;
use Illuminate\Routing\Controller as BaseController;
class Controller extends BaseController
abstract class Controller
{
use AuthorizesRequests;
use DispatchesJobs;
use ValidatesRequests;
//
}

View file

@ -4,16 +4,18 @@ declare(strict_types=1);
namespace App\Http\Controllers;
use App\Models\{Article, Note};
use App\Models\Article;
use App\Models\Note;
use Illuminate\Http\JsonResponse;
use Illuminate\Http\Response;
/**
* @psalm-suppress UnusedClass
*/
class FeedsController extends Controller
{
/**
* Returns the blog RSS feed.
*
* @return Response
*/
public function blogRss(): Response
{
@ -21,28 +23,24 @@ class FeedsController extends Controller
$buildDate = $articles->first()->updated_at->toRssString();
return response()
->view('articles.rss', compact('articles', 'buildDate'))
->header('Content-Type', 'application/rss+xml; charset=utf-8');
->view('articles.rss', compact('articles', 'buildDate'))
->header('Content-Type', 'application/rss+xml; charset=utf-8');
}
/**
* Returns the blog Atom feed.
*
* @return Response
*/
public function blogAtom(): Response
{
$articles = Article::where('published', '1')->latest('updated_at')->take(20)->get();
return response()
->view('articles.atom', compact('articles'))
->header('Content-Type', 'application/atom+xml; charset=utf-8');
->view('articles.atom', compact('articles'))
->header('Content-Type', 'application/atom+xml; charset=utf-8');
}
/**
* Returns the notes RSS feed.
*
* @return Response
*/
public function notesRss(): Response
{
@ -50,39 +48,41 @@ class FeedsController extends Controller
$buildDate = $notes->first()->updated_at->toRssString();
return response()
->view('notes.rss', compact('notes', 'buildDate'))
->header('Content-Type', 'application/rss+xml; charset=utf-8');
->view('notes.rss', compact('notes', 'buildDate'))
->header('Content-Type', 'application/rss+xml; charset=utf-8');
}
/**
* Returns the notes Atom feed.
*
* @return Response
*/
public function notesAtom(): Response
{
$notes = Note::latest()->take(20)->get();
return response()
->view('notes.atom', compact('notes'))
->header('Content-Type', 'application/atom+xml; charset=utf-8');
->view('notes.atom', compact('notes'))
->header('Content-Type', 'application/atom+xml; charset=utf-8');
}
/** @todo sort out return type for json responses */
/**
* Returns the blog JSON feed.
*
* @return array
*/
public function blogJson(): array
{
$articles = Article::where('published', '1')->latest('updated_at')->take(20)->get();
$data = [
'version' => 'https://jsonfeed.org/version/1',
'title' => 'The JSON Feed for ' . config('app.display_name') . 's blog',
'version' => 'https://jsonfeed.org/version/1.1',
'title' => 'The JSON Feed for ' . config('user.display_name') . 's blog',
'home_page_url' => config('app.url') . '/blog',
'feed_url' => config('app.url') . '/blog/feed.json',
'authors' => [
[
'name' => config('user.display_name'),
'url' => config('app.url'),
],
],
'items' => [],
];
@ -94,9 +94,6 @@ class FeedsController extends Controller
'content_html' => $article->main,
'date_published' => $article->created_at->tz('UTC')->toRfc3339String(),
'date_modified' => $article->updated_at->tz('UTC')->toRfc3339String(),
'author' => [
'name' => config('app.display_name'),
],
];
}
@ -105,17 +102,21 @@ class FeedsController extends Controller
/**
* Returns the notes JSON feed.
*
* @return array
*/
public function notesJson()
public function notesJson(): array
{
$notes = Note::latest()->take(20)->get();
$notes = Note::latest()->with('media', 'place', 'tags')->take(20)->get();
$data = [
'version' => 'https://jsonfeed.org/version/1',
'title' => 'The JSON Feed for ' . config('app.display_name') . 's notes',
'version' => 'https://jsonfeed.org/version/1.1',
'title' => 'The JSON Feed for ' . config('user.display_name') . 's notes',
'home_page_url' => config('app.url') . '/notes',
'feed_url' => config('app.url') . '/notes/feed.json',
'authors' => [
[
'name' => config('user.display_name'),
'url' => config('app.url'),
],
],
'items' => [],
];
@ -123,13 +124,13 @@ class FeedsController extends Controller
$data['items'][$key] = [
'id' => $note->longurl,
'url' => $note->longurl,
'content_html' => $note->content,
'content_text' => $note->content,
'date_published' => $note->created_at->tz('UTC')->toRfc3339String(),
'date_modified' => $note->updated_at->tz('UTC')->toRfc3339String(),
'author' => [
'name' => config('app.display_name'),
],
];
if ($note->tags->count() > 0) {
$data['items'][$key]['tags'] = implode(',', $note->tags->pluck('tag')->toArray());
}
}
return $data;
@ -137,8 +138,6 @@ class FeedsController extends Controller
/**
* Returns the blog JF2 feed.
*
* @return JsonResponse
*/
public function blogJf2(): JsonResponse
{
@ -164,8 +163,8 @@ class FeedsController extends Controller
'url' => url('/blog'),
'author' => [
'type' => 'card',
'name' => config('user.displayname'),
'url' => config('app.longurl'),
'name' => config('user.display_name'),
'url' => config('url.longurl'),
],
'children' => $items,
], 200, [
@ -175,8 +174,6 @@ class FeedsController extends Controller
/**
* Returns the notes JF2 feed.
*
* @return JsonResponse
*/
public function notesJf2(): JsonResponse
{
@ -202,8 +199,8 @@ class FeedsController extends Controller
'url' => url('/notes'),
'author' => [
'type' => 'card',
'name' => config('user.displayname'),
'url' => config('app.longurl'),
'name' => config('user.display_name'),
'url' => config('url.longurl'),
],
'children' => $items,
], 200, [

View file

@ -3,29 +3,34 @@
namespace App\Http\Controllers;
use App\Models\Article;
use App\Models\Bio;
use App\Models\Bookmark;
use App\Models\Like;
use App\Models\Note;
use App\Services\ActivityStreamsService;
use Illuminate\Http\Response;
use Illuminate\View\View;
/**
* @psalm-suppress UnusedClass
*/
class FrontPageController extends Controller
{
/**
* Show all the recent activity.
*
* @return Response|View
*/
public function index()
public function index(): Response|View
{
if (request()->wantsActivityStream()) {
return (new ActivityStreamsService())->siteOwnerResponse();
}
$notes = Note::latest()->get();
$notes = Note::latest()->with(['media', 'client', 'place'])->withCount(['webmentions AS replies' => function ($query) {
$query->where('type', 'in-reply-to');
}])
->withCount(['webmentions AS likes' => function ($query) {
$query->where('type', 'like-of');
}])
->withCount(['webmentions AS reposts' => function ($query) {
$query->where('type', 'repost-of');
}])->get();
$articles = Article::latest()->get();
$bookmarks = Bookmark::latest()->get();
$bookmarks = Bookmark::latest()->with('tags')->get();
$likes = Like::latest()->get();
$items = collect($notes)
@ -35,8 +40,11 @@ class FrontPageController extends Controller
->sortByDesc('updated_at')
->paginate(10);
$bio = Bio::first()?->content;
return view('front-page', [
'items' => $items,
'bio' => $bio,
]);
}
}

View file

@ -0,0 +1,327 @@
<?php
declare(strict_types=1);
namespace App\Http\Controllers;
use App\Services\TokenService;
use Exception;
use GuzzleHttp\Client;
use GuzzleHttp\Psr7\Uri;
use Illuminate\Http\JsonResponse;
use Illuminate\Http\RedirectResponse;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\Cache;
use Illuminate\Support\Facades\Validator;
use Illuminate\View\View;
use Random\RandomException;
use SodiumException;
class IndieAuthController extends Controller
{
public function indieAuthMetadataEndpoint(): JsonResponse
{
return response()->json([
'issuer' => config('app.url'),
'authorization_endpoint' => route('indieauth.start'),
'token_endpoint' => route('indieauth.token'),
'code_challenge_methods_supported' => ['S256'],
//'introspection_endpoint' => route('indieauth.introspection'),
//'introspection_endpoint_auth_methods_supported' => ['none'],
]);
}
/**
* Process a GET request to the IndieAuth endpoint.
*
* This is the first step in the IndieAuth flow, where the client app sends the user to the IndieAuth endpoint.
*/
public function start(Request $request): View
{
// First check all required params are present
$validator = Validator::make($request->all(), [
'response_type' => 'required:string',
'client_id' => 'required',
'redirect_uri' => 'required',
'state' => 'required',
'code_challenge' => 'required:string',
'code_challenge_method' => 'required:string',
], [
'response_type' => 'response_type is required',
'client_id.required' => 'client_id is required to display which app is asking for authentication',
'redirect_uri.required' => 'redirect_uri is required so we can progress successful requests',
'state.required' => 'state is required',
'code_challenge.required' => 'code_challenge is required',
'code_challenge_method.required' => 'code_challenge_method is required',
]);
if ($validator->fails()) {
return view('indieauth.error')->withErrors($validator);
}
if ($request->get('response_type') !== 'code') {
return view('indieauth.error')->withErrors(['response_type' => 'only a response_type of "code" is supported']);
}
if (mb_strtoupper($request->get('code_challenge_method')) !== 'S256') {
return view('indieauth.error')->withErrors(['code_challenge_method' => 'only a code_challenge_method of "S256" is supported']);
}
if (! $this->isValidRedirectUri($request->get('client_id'), $request->get('redirect_uri'))) {
return view('indieauth.error')->withErrors(['redirect_uri' => 'redirect_uri is not valid for this client_id']);
}
$scopes = $request->get('scope', '');
$scopes = explode(' ', $scopes);
return view('indieauth.start', [
'me' => $request->get('me'),
'client_id' => $request->get('client_id'),
'redirect_uri' => $request->get('redirect_uri'),
'state' => $request->get('state'),
'scopes' => $scopes,
'code_challenge' => $request->get('code_challenge'),
'code_challenge_method' => $request->get('code_challenge_method'),
]);
}
/**
* Confirm an IndieAuth approval request.
*
* Generates an auth code and redirects the user back to the client app.
*
* @throws RandomException
*/
public function confirm(Request $request): RedirectResponse
{
$authCode = bin2hex(random_bytes(16));
$cacheKey = hash('xxh3', $request->get('client_id'));
$indieAuthRequestData = [
'code_challenge' => $request->get('code_challenge'),
'code_challenge_method' => $request->get('code_challenge_method'),
'client_id' => $request->get('client_id'),
'redirect_uri' => $request->get('redirect_uri'),
'auth_code' => $authCode,
'scope' => $request->get('scope', ''),
];
Cache::put($cacheKey, $indieAuthRequestData, now()->addMinutes(10));
$redirectUri = new Uri($request->get('redirect_uri'));
$redirectUri = Uri::withQueryValues($redirectUri, [
'code' => $authCode,
'state' => $request->get('state'),
'iss' => config('app.url'),
]);
return redirect()->away($redirectUri);
}
/**
* Process a POST request to the IndieAuth auth endpoint.
*
* This is one possible second step in the IndieAuth flow, where the client app sends the auth code to the IndieAuth
* endpoint. As it is to the auth endpoint we return profile information. A similar request can be made to the token
* endpoint to get an access token.
*/
public function processCodeExchange(Request $request): JsonResponse
{
$invalidCodeResponse = $this->validateAuthorizationCode($request);
if ($invalidCodeResponse instanceof JsonResponse) {
return $invalidCodeResponse;
}
return response()->json([
'me' => config('app.url'),
]);
}
/**
* Process a POST request to the IndieAuth token endpoint.
*
* This is another possible second step in the IndieAuth flow, where the client app sends the auth code to the
* IndieAuth token endpoint. As it is to the token endpoint we return an access token.
*
* @throws SodiumException
*/
public function processTokenRequest(Request $request): JsonResponse
{
$indieAuthData = $this->validateAuthorizationCode($request);
if ($indieAuthData instanceof JsonResponse) {
return $indieAuthData;
}
if ($indieAuthData['scope'] === '') {
return response()->json(['errors' => [
'scope' => [
'The scope property must be non-empty for an access token to be issued.',
],
]], 400);
}
$tokenData = [
'me' => config('app.url'),
'client_id' => $request->get('client_id'),
'scope' => $indieAuthData['scope'],
];
$tokenService = resolve(TokenService::class);
$token = $tokenService->getNewToken($tokenData);
return response()->json([
'access_token' => $token,
'token_type' => 'Bearer',
'scope' => $indieAuthData['scope'],
'me' => config('app.url'),
]);
}
protected function isValidRedirectUri(string $clientId, string $redirectUri): bool
{
// If client_id is not a valid URL, then it's not valid
$clientIdParsed = \Mf2\parseUriToComponents($clientId);
if (! isset($clientIdParsed['authority'])) {
return false;
}
// If redirect_uri is not a valid URL, then it's not valid
$redirectUriParsed = \Mf2\parseUriToComponents($redirectUri);
if (! isset($redirectUriParsed['authority'])) {
return false;
}
// If client_id and redirect_uri are the same host, then it's valid
if ($clientIdParsed['authority'] === $redirectUriParsed['authority']) {
return true;
}
// Otherwise we need to check the redirect_uri is in the client_id's redirect_uris
$guzzle = resolve(Client::class);
try {
$clientInfo = $guzzle->get($clientId);
} catch (Exception) {
return false;
}
$clientInfoParsed = \Mf2\parse($clientInfo->getBody()->getContents(), $clientId);
$redirectUris = $clientInfoParsed['rels']['redirect_uri'] ?? [];
return in_array($redirectUri, $redirectUris, true);
}
/**
* @throws SodiumException
*/
protected function validateAuthorizationCode(Request $request): JsonResponse|array
{
// First check all the data is present
$validator = Validator::make($request->all(), [
'grant_type' => 'required:string',
'code' => 'required:string',
'client_id' => 'required',
'redirect_uri' => 'required',
'code_verifier' => 'required',
]);
if ($validator->fails()) {
return response()->json(['errors' => $validator->errors()], 400);
}
if ($request->get('grant_type') !== 'authorization_code') {
return response()->json(['errors' => [
'grant_type' => [
'Only a grant type of "authorization_code" is supported.',
],
]], 400);
}
// Check cache for auth code
$cacheKey = hash('xxh3', $request->get('client_id'));
$indieAuthRequestData = Cache::pull($cacheKey);
if ($indieAuthRequestData === null) {
return response()->json(['errors' => [
'code' => [
'The code is invalid.',
],
]], 404);
}
// Check the IndieAuth code
if (! array_key_exists('auth_code', $indieAuthRequestData)) {
return response()->json(['errors' => [
'code' => [
'The code is invalid.',
],
]], 400);
}
if ($indieAuthRequestData['auth_code'] !== $request->get('code')) {
return response()->json(['errors' => [
'code' => [
'The code is invalid.',
],
]], 400);
}
// Check code verifier
if (! array_key_exists('code_challenge', $indieAuthRequestData)) {
return response()->json(['errors' => [
'code_verifier' => [
'The code verifier is invalid.',
],
]], 400);
}
if (! hash_equals(
$indieAuthRequestData['code_challenge'],
sodium_bin2base64(
hash('sha256', $request->get('code_verifier'), true),
SODIUM_BASE64_VARIANT_URLSAFE_NO_PADDING
)
)) {
return response()->json(['errors' => [
'code_verifier' => [
'The code verifier is invalid.',
],
]], 400);
}
// Check redirect_uri
if (! array_key_exists('redirect_uri', $indieAuthRequestData)) {
return response()->json(['errors' => [
'redirect_uri' => [
'The redirect uri is invalid.',
],
]], 400);
}
if ($indieAuthRequestData['redirect_uri'] !== $request->get('redirect_uri')) {
return response()->json(['errors' => [
'redirect_uri' => [
'The redirect uri is invalid.',
],
]], 400);
}
// Check client_id
if (! array_key_exists('client_id', $indieAuthRequestData)) {
return response()->json(['errors' => [
'client_id' => [
'The client id is invalid.',
],
]], 400);
}
if ($indieAuthRequestData['client_id'] !== $request->get('client_id')) {
return response()->json(['errors' => [
'client_id' => [
'The client id is invalid.',
],
]], 400);
}
return $indieAuthRequestData;
}
}

View file

@ -7,12 +7,13 @@ namespace App\Http\Controllers;
use App\Models\Like;
use Illuminate\View\View;
/**
* @psalm-suppress UnusedClass
*/
class LikesController extends Controller
{
/**
* Show the latest likes.
*
* @return View
*/
public function index(): View
{
@ -23,9 +24,6 @@ class LikesController extends Controller
/**
* Show a single like.
*
* @param Like $like
* @return View
*/
public function show(Like $like): View
{

View file

@ -4,20 +4,32 @@ declare(strict_types=1);
namespace App\Http\Controllers;
use App\Exceptions\InvalidTokenException;
use App\Http\Responses\MicropubResponses;
use App\Models\Place;
use App\Services\Micropub\{HCardService, HEntryService, UpdateService};
use App\Models\SyndicationTarget;
use App\Services\Micropub\HCardService;
use App\Services\Micropub\HEntryService;
use App\Services\Micropub\UpdateService;
use App\Services\TokenService;
use Illuminate\Http\JsonResponse;
use Illuminate\Http\Request;
use Lcobucci\JWT\Encoding\CannotDecodeContent;
use Lcobucci\JWT\Token\InvalidTokenStructure;
use Lcobucci\JWT\Validation\RequiredConstraintsViolated;
use Monolog\Handler\StreamHandler;
use Monolog\Logger;
/**
* @psalm-suppress UnusedClass
*/
class MicropubController extends Controller
{
protected TokenService $tokenService;
protected HEntryService $hentryService;
protected HCardService $hcardService;
protected UpdateService $updateService;
public function __construct(
@ -35,35 +47,37 @@ class MicropubController extends Controller
/**
* This function receives an API request, verifies the authenticity
* then passes over the info to the relevant Service class.
*
* @return JsonResponse
* @throws InvalidTokenException
*/
public function post(): JsonResponse
public function post(Request $request): JsonResponse
{
try {
$tokenData = $this->tokenService->validateToken(request()->input('access_token'));
} catch (InvalidTokenException $e) {
$tokenData = $this->tokenService->validateToken($request->input('access_token'));
} catch (RequiredConstraintsViolated|InvalidTokenStructure|CannotDecodeContent) {
$micropubResponses = new MicropubResponses();
return $micropubResponses->invalidTokenResponse();
}
if ($tokenData->hasClaim('scope') === false) {
if ($tokenData->claims()->has('scope') === false) {
$micropubResponses = new MicropubResponses();
return $micropubResponses->tokenHasNoScopeResponse();
}
$this->logMicropubRequest(request()->all());
$this->logMicropubRequest($request->all());
if ((request()->input('h') == 'entry') || (request()->input('type.0') == 'h-entry')) {
if (stristr($tokenData->getClaim('scope'), 'create') === false) {
if (($request->input('h') === 'entry') || ($request->input('type.0') === 'h-entry')) {
$scopes = $tokenData->claims()->get('scope');
if (is_string($scopes)) {
$scopes = explode(' ', $scopes);
}
if (! in_array('create', $scopes)) {
$micropubResponses = new MicropubResponses();
return $micropubResponses->insufficientScopeResponse();
}
$location = $this->hentryService->process(request()->all(), $this->getCLientId());
$location = $this->hentryService->process($request->all(), $this->getCLientId());
return response()->json([
'response' => 'created',
@ -71,13 +85,17 @@ class MicropubController extends Controller
], 201)->header('Location', $location);
}
if (request()->input('h') == 'card' || request()->input('type.0') == 'h-card') {
if (stristr($tokenData->getClaim('scope'), 'create') === false) {
if ($request->input('h') === 'card' || $request->input('type.0') === 'h-card') {
$scopes = $tokenData->claims()->get('scope');
if (is_string($scopes)) {
$scopes = explode(' ', $scopes);
}
if (! in_array('create', $scopes)) {
$micropubResponses = new MicropubResponses();
return $micropubResponses->insufficientScopeResponse();
}
$location = $this->hcardService->process(request()->all());
$location = $this->hcardService->process($request->all());
return response()->json([
'response' => 'created',
@ -85,14 +103,18 @@ class MicropubController extends Controller
], 201)->header('Location', $location);
}
if (request()->input('action') == 'update') {
if (stristr($tokenData->getClaim('scope'), 'update') === false) {
if ($request->input('action') === 'update') {
$scopes = $tokenData->claims()->get('scope');
if (is_string($scopes)) {
$scopes = explode(' ', $scopes);
}
if (! in_array('update', $scopes)) {
$micropubResponses = new MicropubResponses();
return $micropubResponses->insufficientScopeResponse();
}
return $this->updateService->process(request()->all());
return $this->updateService->process($request->all());
}
return response()->json([
@ -108,39 +130,35 @@ class MicropubController extends Controller
* token, here we check whether the token is valid and respond
* appropriately. Further if the request has the query parameter
* syndicate-to we respond with the known syndication endpoints.
*
* @return JsonResponse
*/
public function get(): JsonResponse
public function get(Request $request): JsonResponse
{
try {
$tokenData = $this->tokenService->validateToken(request()->input('access_token'));
} catch (InvalidTokenException $e) {
$micropubResponses = new MicropubResponses();
return $micropubResponses->invalidTokenResponse();
$tokenData = $this->tokenService->validateToken($request->input('access_token'));
} catch (RequiredConstraintsViolated|InvalidTokenStructure) {
return (new MicropubResponses())->invalidTokenResponse();
}
if (request()->input('q') === 'syndicate-to') {
if ($request->input('q') === 'syndicate-to') {
return response()->json([
'syndicate-to' => config('syndication.targets'),
'syndicate-to' => SyndicationTarget::all(),
]);
}
if (request()->input('q') == 'config') {
if ($request->input('q') === 'config') {
return response()->json([
'syndicate-to' => config('syndication.targets'),
'syndicate-to' => SyndicationTarget::all(),
'media-endpoint' => route('media-endpoint'),
]);
}
if (request()->has('q') && substr(request()->input('q'), 0, 4) === 'geo:') {
if ($request->has('q') && str_starts_with($request->input('q'), 'geo:')) {
preg_match_all(
'/([0-9.\-]+)/',
request()->input('q'),
$request->input('q'),
$matches
);
$distance = (count($matches[0]) == 3) ? 100 * $matches[0][2] : 1000;
$distance = (count($matches[0]) === 3) ? 100 * $matches[0][2] : 1000;
$places = Place::near(
(object) ['latitude' => $matches[0][0], 'longitude' => $matches[0][1]],
$distance
@ -156,9 +174,9 @@ class MicropubController extends Controller
return response()->json([
'response' => 'token',
'token' => [
'me' => $tokenData->getClaim('me'),
'scope' => $tokenData->getClaim('scope'),
'client_id' => $tokenData->getClaim('client_id'),
'me' => $tokenData->claims()->get('me'),
'scope' => $tokenData->claims()->get('scope'),
'client_id' => $tokenData->claims()->get('client_id'),
],
]);
}
@ -166,22 +184,19 @@ class MicropubController extends Controller
/**
* Determine the client id from the access token sent with the request.
*
* @return string
* @throws InvalidTokenException
* @throws RequiredConstraintsViolated
*/
private function getClientId(): string
{
return resolve(TokenService::class)
->validateToken(request()->input('access_token'))
->getClaim('client_id');
->validateToken(app('request')->input('access_token'))
->claims()->get('client_id');
}
/**
* Save the details of the micropub request to a log file.
*
* @param array $request This is the info from request()->all()
*/
private function logMicropubRequest(array $request)
private function logMicropubRequest(array $request): void
{
$logger = new Logger('micropub');
$logger->pushHandler(new StreamHandler(storage_path('logs/micropub.log')));

View file

@ -4,25 +4,27 @@ declare(strict_types=1);
namespace App\Http\Controllers;
use App\Exceptions\InvalidTokenException;
use App\Http\Responses\MicropubResponses;
use App\Jobs\ProcessMedia;
use App\Models\Media;
use App\Services\TokenService;
use Exception;
use Illuminate\Contracts\Container\BindingResolutionException;
use Illuminate\Database\Eloquent\ModelNotFoundException;
use Illuminate\Http\File;
use Illuminate\Http\JsonResponse;
use Illuminate\Http\Request;
use Illuminate\Http\Response;
use Illuminate\Http\UploadedFile;
use Illuminate\Support\Carbon;
use Illuminate\Support\Facades\Storage;
use Illuminate\Support\Str;
use Intervention\Image\Exception\NotReadableException;
use Intervention\Image\ImageManager;
use Lcobucci\JWT\Token\InvalidTokenStructure;
use Lcobucci\JWT\Validation\RequiredConstraintsViolated;
use Ramsey\Uuid\Uuid;
/**
* @psalm-suppress UnusedClass
*/
class MicropubMediaController extends Controller
{
protected TokenService $tokenService;
@ -32,59 +34,65 @@ class MicropubMediaController extends Controller
$this->tokenService = $tokenService;
}
public function getHandler(): JsonResponse
public function getHandler(Request $request): JsonResponse
{
try {
$tokenData = $this->tokenService->validateToken(request()->input('access_token'));
} catch (InvalidTokenException $e) {
$tokenData = $this->tokenService->validateToken($request->input('access_token'));
} catch (RequiredConstraintsViolated|InvalidTokenStructure) {
$micropubResponses = new MicropubResponses();
return $micropubResponses->invalidTokenResponse();
}
if ($tokenData->hasClaim('scope') === false) {
if ($tokenData->claims()->has('scope') === false) {
$micropubResponses = new MicropubResponses();
return $micropubResponses->tokenHasNoScopeResponse();
}
if (Str::contains($tokenData->getClaim('scope'), 'create') === false) {
$scopes = $tokenData->claims()->get('scope');
if (is_string($scopes)) {
$scopes = explode(' ', $scopes);
}
if (! in_array('create', $scopes)) {
$micropubResponses = new MicropubResponses();
return $micropubResponses->insufficientScopeResponse();
}
if (request()->input('q') === 'last') {
try {
$media = Media::latest()->whereDate('created_at', '>=', Carbon::now()->subMinutes(30))->firstOrFail();
} catch (ModelNotFoundException $exception) {
return response()->json(['url' => null]);
}
if ($request->input('q') === 'last') {
$media = Media::where('created_at', '>=', Carbon::now()->subMinutes(30))
->where('token', $request->input('access_token'))
->latest()
->first();
$mediaUrl = $media?->url;
return response()->json(['url' => $media->url]);
return response()->json(['url' => $mediaUrl]);
}
if (request()->input('q') === 'source') {
$limit = request()->input('limit', 10);
$offset = request()->input('offset', 0);
if ($request->input('q') === 'source') {
$limit = $request->input('limit', 10);
$offset = $request->input('offset', 0);
$media = Media::latest()->offset($offset)->limit($limit)->get();
$media->transform(function ($mediaItem) {
return [
'url' => $mediaItem->url,
'published' => $mediaItem->created_at->toW3cString(),
'mime_type' => $mediaItem->mimetype,
];
});
return response()->json(['items' => $media]);
}
if (request()->has('q')) {
if ($request->has('q')) {
return response()->json([
'error' => 'invalid_request',
'error_description' => sprintf(
'This server does not know how to handle this q parameter (%s)',
request()->input('q')
$request->input('q')
),
], 400);
}
@ -95,33 +103,36 @@ class MicropubMediaController extends Controller
/**
* Process a media item posted to the media endpoint.
*
* @return JsonResponse
* @throws BindingResolutionException
* @throws Exception
*/
public function media(): JsonResponse
public function media(Request $request): JsonResponse
{
try {
$tokenData = $this->tokenService->validateToken(request()->input('access_token'));
} catch (InvalidTokenException $e) {
$tokenData = $this->tokenService->validateToken($request->input('access_token'));
} catch (RequiredConstraintsViolated|InvalidTokenStructure) {
$micropubResponses = new MicropubResponses();
return $micropubResponses->invalidTokenResponse();
}
if ($tokenData->hasClaim('scope') === false) {
if ($tokenData->claims()->has('scope') === false) {
$micropubResponses = new MicropubResponses();
return $micropubResponses->tokenHasNoScopeResponse();
}
if (Str::contains($tokenData->getClaim('scope'), 'create') === false) {
$scopes = $tokenData->claims()->get('scope');
if (is_string($scopes)) {
$scopes = explode(' ', $scopes);
}
if (! in_array('create', $scopes)) {
$micropubResponses = new MicropubResponses();
return $micropubResponses->insufficientScopeResponse();
}
if (request()->hasFile('file') === false) {
if ($request->hasFile('file') === false) {
return response()->json([
'response' => 'error',
'error' => 'invalid_request',
@ -129,7 +140,7 @@ class MicropubMediaController extends Controller
], 400);
}
if (request()->file('file')->isValid() === false) {
if ($request->file('file')->isValid() === false) {
return response()->json([
'response' => 'error',
'error' => 'invalid_request',
@ -137,21 +148,22 @@ class MicropubMediaController extends Controller
], 400);
}
$filename = $this->saveFile(request()->file('file'));
$filename = $this->saveFile($request->file('file'));
/** @var ImageManager $manager */
$manager = resolve(ImageManager::class);
try {
$image = $manager->make(request()->file('file'));
$image = $manager->read($request->file('file'));
$width = $image->width();
} catch (NotReadableException $exception) {
} catch (Exception) {
// not an image
$width = null;
}
$media = Media::create([
'token' => request()->bearerToken(),
'token' => $request->bearerToken(),
'path' => 'media/' . $filename,
'type' => $this->getFileTypeFromMimeType(request()->file('file')->getMimeType()),
'type' => $this->getFileTypeFromMimeType($request->file('file')->getMimeType()),
'image_widths' => $width,
]);
@ -172,8 +184,6 @@ class MicropubMediaController extends Controller
/**
* Return the relevant CORS headers to a pre-flight OPTIONS request.
*
* @return Response
*/
public function mediaOptionsResponse(): Response
{
@ -182,9 +192,6 @@ class MicropubMediaController extends Controller
/**
* Get the file type from the mime-type of the uploaded file.
*
* @param string $mimeType
* @return string
*/
private function getFileTypeFromMimeType(string $mimeType): string
{
@ -228,8 +235,6 @@ class MicropubMediaController extends Controller
/**
* Save an uploaded file to the local disk.
*
* @param UploadedFile $file
* @return string
* @throws Exception
*/
private function saveFile(UploadedFile $file): string

View file

@ -5,7 +5,6 @@ declare(strict_types=1);
namespace App\Http\Controllers;
use App\Models\Note;
use App\Services\ActivityStreamsService;
use Illuminate\Database\Eloquent\ModelNotFoundException;
use Illuminate\Http\JsonResponse;
use Illuminate\Http\RedirectResponse;
@ -13,25 +12,28 @@ use Illuminate\Http\Response;
use Illuminate\View\View;
use Jonnybarnes\IndieWeb\Numbers;
// Need to sort out Twitter and webmentions!
/**
* @todo Need to sort out Twitter and webmentions!
*
* @psalm-suppress UnusedClass
*/
class NotesController extends Controller
{
/**
* Show all the notes. This is also the homepage.
*
* @return View|Response
*/
public function index()
public function index(): View|Response
{
if (request()->wantsActivityStream()) {
return (new ActivityStreamsService())->siteOwnerResponse();
}
$notes = Note::latest()
->with('place', 'media', 'client')
->withCount(['webmentions As replies' => function ($query) {
->withCount(['webmentions AS replies' => function ($query) {
$query->where('type', 'in-reply-to');
}])
->withCount(['webmentions AS likes' => function ($query) {
$query->where('type', 'like-of');
}])
->withCount(['webmentions AS reposts' => function ($query) {
$query->where('type', 'repost-of');
}])->paginate(10);
return view('notes.index', compact('notes'));
@ -39,30 +41,29 @@ class NotesController extends Controller
/**
* Show a single note.
*
* @param string $urlId The id of the note
* @return View|JsonResponse|Response
*/
public function show(string $urlId)
public function show(string $urlId): View|JsonResponse|Response
{
try {
$note = Note::nb60($urlId)->with('webmentions')->firstOrFail();
$note = Note::nb60($urlId)->with('place', 'media', 'client')
->withCount(['webmentions AS replies' => function ($query) {
$query->where('type', 'in-reply-to');
}])
->withCount(['webmentions AS likes' => function ($query) {
$query->where('type', 'like-of');
}])
->withCount(['webmentions AS reposts' => function ($query) {
$query->where('type', 'repost-of');
}])->firstOrFail();
} catch (ModelNotFoundException $exception) {
abort(404);
}
if (request()->wantsActivityStream()) {
return (new ActivityStreamsService())->singleNoteResponse($note);
}
return view('notes.show', compact('note'));
}
/**
* Redirect /note/{decID} to /notes/{nb60id}.
*
* @param int $decId The decimal id of the note
* @return RedirectResponse
*/
public function redirect(int $decId): RedirectResponse
{
@ -71,9 +72,6 @@ class NotesController extends Controller
/**
* Show all notes tagged with {tag}.
*
* @param string $tag
* @return View
*/
public function tagged(string $tag): View
{
@ -83,4 +81,14 @@ class NotesController extends Controller
return view('notes.tagged', compact('notes', 'tag'));
}
/**
* Page to create a new note.
*
* Dummy page for now.
*/
public function create(): View
{
return view('notes.create');
}
}

View file

@ -7,12 +7,13 @@ namespace App\Http\Controllers;
use App\Models\Place;
use Illuminate\View\View;
/**
* @psalm-suppress UnusedClass
*/
class PlacesController extends Controller
{
/**
* Show all the places.
*
* @return View
*/
public function index(): View
{
@ -23,9 +24,6 @@ class PlacesController extends Controller
/**
* Show a specific place.
*
* @param Place $place
* @return View
*/
public function show(Place $place): View
{

View file

@ -1,23 +1,37 @@
<?php
declare(strict_types=1);
namespace App\Http\Controllers;
use App\Models\Note;
use Illuminate\Http\Request;
use Illuminate\View\View;
/**
* @psalm-suppress UnusedClass
*/
class SearchController extends Controller
{
/**
* Display search results.
*
* @return View
*/
public function search(): View
public function search(Request $request): View
{
$notes = Note::search(request()->input('terms'))->paginate(10);
$search = $request->input('q');
return view('search', compact('notes'));
$notes = Note::search($search)
->paginate();
/** @var Note $note */
foreach ($notes as $note) {
$note->load('place', 'media', 'client')
->loadCount(['webmentions AS replies' => function ($query) {
$query->where('type', 'in-reply-to');
}])
->loadCount(['webmentions AS likes' => function ($query) {
$query->where('type', 'like-of');
}])
->loadCount(['webmentions AS reposts' => function ($query) {
$query->where('type', 'repost-of');
}]);
}
return view('search', compact('search', 'notes'));
}
}

View file

@ -1,22 +0,0 @@
<?php
declare(strict_types=1);
namespace App\Http\Controllers;
class SessionStoreController extends Controller
{
/**
* Save the selected colour scheme in the session.
*
* @return string[]
*/
public function saveColour(): array
{
$css = request()->input('css');
session(['css' => $css]);
return ['status' => 'ok'];
}
}

View file

@ -6,6 +6,9 @@ namespace App\Http\Controllers;
use Illuminate\Http\RedirectResponse;
/**
* @psalm-suppress UnusedClass
*/
class ShortURLsController extends Controller
{
/*
@ -19,8 +22,6 @@ class ShortURLsController extends Controller
/**
* Redirect from '/' to the long url.
*
* @return RedirectResponse
*/
public function baseURL(): RedirectResponse
{
@ -29,8 +30,6 @@ class ShortURLsController extends Controller
/**
* Redirect from '/@' to a twitter profile.
*
* @return RedirectResponse
*/
public function twitter(): RedirectResponse
{
@ -39,18 +38,15 @@ class ShortURLsController extends Controller
/**
* Redirect a short url of this site out to a long one based on post type.
* Further redirects may happen.
*
* @param string Post type
* @param string Post ID
* @return RedirectResponse
* Further redirects may happen.
*/
public function expandType(string $type, string $postId): RedirectResponse
{
if ($type == 't') {
if ($type === 't') {
$type = 'notes';
}
if ($type == 'b') {
if ($type === 'b') {
$type = 'blog/s';
}

View file

@ -1,80 +0,0 @@
<?php
declare(strict_types=1);
namespace App\Http\Controllers;
use App\Services\TokenService;
use Illuminate\Http\JsonResponse;
use IndieAuth\Client;
class TokenEndpointController extends Controller
{
/**
* The IndieAuth Client.
*/
protected Client $client;
/**
* The Token handling service.
*/
protected TokenService $tokenService;
/**
* Inject the dependencies.
*
* @param Client $client
* @param TokenService $tokenService
*/
public function __construct(
Client $client,
TokenService $tokenService
) {
$this->client = $client;
$this->tokenService = $tokenService;
}
/**
* If the user has authd via the IndieAuth protocol, issue a valid token.
*
* @return JsonResponse
*/
public function create(): JsonResponse
{
$authorizationEndpoint = $this->client->discoverAuthorizationEndpoint(normalize_url(request()->input('me')));
if ($authorizationEndpoint) {
$auth = $this->client->verifyIndieAuthCode(
$authorizationEndpoint,
request()->input('code'),
request()->input('me'),
request()->input('redirect_uri'),
request()->input('client_id'),
null // code_verifier
);
if (array_key_exists('me', $auth)) {
$scope = $auth['scope'] ?? '';
$tokenData = [
'me' => request()->input('me'),
'client_id' => request()->input('client_id'),
'scope' => $scope,
];
$token = $this->tokenService->getNewToken($tokenData);
$content = [
'me' => request()->input('me'),
'scope' => $scope,
'access_token' => $token,
];
return response()->json($content);
}
return response()->json([
'error' => 'There was an error verifying the authorisation code.',
], 401);
}
return response()->json([
'error' => 'Cant determine the authorisation endpoint.',
], 400);
}
}

View file

@ -7,10 +7,14 @@ namespace App\Http\Controllers;
use App\Jobs\ProcessWebMention;
use App\Models\Note;
use Illuminate\Database\Eloquent\ModelNotFoundException;
use Illuminate\Http\Request;
use Illuminate\Http\Response;
use Illuminate\View\View;
use Jonnybarnes\IndieWeb\Numbers;
/**
* @psalm-suppress UnusedClass
*/
class WebMentionsController extends Controller
{
/**
@ -18,8 +22,6 @@ class WebMentionsController extends Controller
*
* This is probably someone looking for information about what
* webmentions are, or about my particular implementation.
*
* @return View
*/
public function get(): View
{
@ -28,13 +30,11 @@ class WebMentionsController extends Controller
/**
* Receive and process a webmention.
*
* @return Response
*/
public function receive(): Response
public function receive(Request $request): Response
{
//first we trivially reject requests that lack all required inputs
if ((request()->has('target') !== true) || (request()->has('source') !== true)) {
if (($request->has('target') !== true) || ($request->has('source') !== true)) {
return response(
'You need both the target and source parameters',
400
@ -42,15 +42,15 @@ class WebMentionsController extends Controller
}
//next check the $target is valid
$path = parse_url(request()->input('target'), PHP_URL_PATH);
$path = parse_url($request->input('target'), PHP_URL_PATH);
$pathParts = explode('/', $path);
if ($pathParts[1] == 'notes') {
if ($pathParts[1] === 'notes') {
//we have a note
$noteId = $pathParts[2];
try {
$note = Note::findOrFail(resolve(Numbers::class)->b60tonum($noteId));
dispatch(new ProcessWebMention($note, request()->input('source')));
dispatch(new ProcessWebMention($note, $request->input('source')));
} catch (ModelNotFoundException $e) {
return response('This note doesnt exist.', 400);
}
@ -60,7 +60,7 @@ class WebMentionsController extends Controller
202
);
}
if ($pathParts[1] == 'blog') {
if ($pathParts[1] === 'blog') {
return response(
'I dont accept webmentions for blog posts yet.',
501

View file

@ -1,73 +0,0 @@
<?php
namespace App\Http;
use Illuminate\Foundation\Http\Kernel as HttpKernel;
class Kernel extends HttpKernel
{
/**
* The application's global HTTP middleware stack.
*
* These middleware are run during every request to your application.
*
* @var array
*/
protected $middleware = [
// \App\Http\Middleware\TrustHosts::class,
\App\Http\Middleware\TrustProxies::class,
\Fruitcake\Cors\HandleCors::class,
\App\Http\Middleware\PreventRequestsDuringMaintenance::class,
\Illuminate\Foundation\Http\Middleware\ValidatePostSize::class,
\App\Http\Middleware\TrimStrings::class,
\Illuminate\Foundation\Http\Middleware\ConvertEmptyStringsToNull::class,
];
/**
* The application's route middleware groups.
*
* @var array
*/
protected $middlewareGroups = [
'web' => [
\App\Http\Middleware\EncryptCookies::class,
\Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse::class,
\Illuminate\Session\Middleware\StartSession::class,
// \Illuminate\Session\Middleware\AuthenticateSession::class,
\Illuminate\View\Middleware\ShareErrorsFromSession::class,
\App\Http\Middleware\VerifyCsrfToken::class,
\Illuminate\Routing\Middleware\SubstituteBindings::class,
\App\Http\Middleware\LinkHeadersMiddleware::class,
\App\Http\Middleware\LocalhostSessionMiddleware::class,
\App\Http\Middleware\ActivityStreamLinks::class,
\App\Http\Middleware\CSPHeader::class,
],
'api' => [
'throttle:api',
\Illuminate\Routing\Middleware\SubstituteBindings::class,
],
];
/**
* The application's route middleware.
*
* These middleware may be assigned to groups or used individually.
*
* @var array
*/
protected $routeMiddleware = [
'auth' => \App\Http\Middleware\Authenticate::class,
'auth.basic' => \Illuminate\Auth\Middleware\AuthenticateWithBasicAuth::class,
'cache.headers' => \Illuminate\Http\Middleware\SetCacheHeaders::class,
'can' => \Illuminate\Auth\Middleware\Authorize::class,
'guest' => \App\Http\Middleware\RedirectIfAuthenticated::class,
'password.confirm' => \Illuminate\Auth\Middleware\RequirePassword::class,
'signed' => \Illuminate\Routing\Middleware\ValidateSignature::class,
'throttle' => \Illuminate\Routing\Middleware\ThrottleRequests::class,
'verified' => \Illuminate\Auth\Middleware\EnsureEmailIsVerified::class,
'micropub.token' => \App\Http\Middleware\VerifyMicropubToken::class,
'myauth' => \App\Http\Middleware\MyAuthMiddleware::class,
'cors' => \App\Http\Middleware\CorsHeaders::class,
];
}

View file

@ -1,31 +0,0 @@
<?php
declare(strict_types=1);
namespace App\Http\Middleware;
use Closure;
use Illuminate\Http\Request;
class ActivityStreamLinks
{
/**
* Handle an incoming request.
*
* @param \Illuminate\Http\Request $request
* @param \Closure $next
* @return mixed
*/
public function handle(Request $request, Closure $next)
{
$response = $next($request);
if ($request->path() === '/') {
$response->header('Link', '<' . config('app.url') . '>; rel="application/activity+json"', false);
}
if ($request->is('notes/*')) {
$response->header('Link', '<' . $request->url() . '>; rel="application/activity+json"', false);
}
return $response;
}
}

View file

@ -3,19 +3,18 @@
namespace App\Http\Middleware;
use Illuminate\Auth\Middleware\Authenticate as Middleware;
use Illuminate\Http\Request;
/**
* @codeCoverageIgnore
*/
class Authenticate extends Middleware
{
/**
* Get the path the user should be redirected to when they are not authenticated.
*
* @param \Illuminate\Http\Request $request
* @return string
*/
protected function redirectTo($request)
protected function redirectTo(Request $request): ?string
{
if (! $request->expectsJson()) {
return route('login');
}
return $request->expectsJson() ? null : route('login');
}
}

View file

@ -1,48 +0,0 @@
<?php
namespace App\Http\Middleware;
use Closure;
use Illuminate\Http\Request;
class CSPHeader
{
/**
* Handle an incoming request.
*
* @param Request $request
* @param Closure $next
* @return mixed
*/
public function handle($request, Closure $next)
{
// headers have to be single-line strings,
// so we concat multiple lines
// phpcs:disable
return $next($request)
->header(
'Content-Security-Policy',
"default-src 'self'; " .
"script-src 'self' 'unsafe-inline' 'unsafe-eval' https://api.mapbox.com https://api.tiles.mapbox.com blob:; " .
"style-src 'self' 'unsafe-inline' https://api.mapbox.com https://api.tiles.mapbox.com cloud.typography.com jonnybarnes.uk; " .
"img-src 'self' data: blob: https://pbs.twimg.com https://api.mapbox.com https://*.tiles.mapbox.com https://jbuk-media.s3-eu-west-1.amazonaws.com https://jbuk-media-dev.s3-eu-west-1.amazonaws.com https://secure.gravatar.com https://graph.facebook.com *.fbcdn.net https://*.cdninstagram.com https://*.4sqi.net https://upload.wikimedia.org; " .
"font-src 'self' data:; " .
"connect-src 'self' https://api.mapbox.com https://*.tiles.mapbox.com https://events.mapbox.com data: blob:; " .
"worker-src 'self' blob:; " .
"frame-src 'self' https://www.youtube.com blob:; " .
'child-src blob:; ' .
'upgrade-insecure-requests; ' .
'block-all-mixed-content; ' .
'report-to csp-endpoint; ' .
'report-uri https://jonnybarnes.report-uri.io/r/default/csp/enforce;'
)->header(
'Report-To',
'{' .
"'url': 'https://jonnybarnes.report-uri.io/r/default/csp/enforce', " .
"'group': 'csp-endpoint', " .
"'max-age': 10886400" .
'}'
);
// phpcs:enable
}
}

View file

@ -1,17 +0,0 @@
<?php
namespace App\Http\Middleware;
use Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode as Middleware;
class CheckForMaintenanceMode extends Middleware
{
/**
* The URIs that should be reachable while maintenance mode is enabled.
*
* @var array
*/
protected $except = [
//
];
}

View file

@ -3,17 +3,17 @@
namespace App\Http\Middleware;
use Closure;
use Illuminate\Http\Request;
use Symfony\Component\HttpFoundation\Response;
class CorsHeaders
{
/**
* Handle an incoming request.
*
* @param \Illuminate\Http\Request $request
* @param \Closure $next
* @return mixed
* @psalm-suppress PossiblyUnusedMethod
*/
public function handle($request, Closure $next)
public function handle(Request $request, Closure $next): Response
{
$response = $next($request);
if ($request->path() === 'api/media') {

View file

@ -9,7 +9,7 @@ class EncryptCookies extends Middleware
/**
* The names of the cookies that should not be encrypted.
*
* @var array
* @var array<int, string>
*/
protected $except = [
//

View file

@ -3,23 +3,24 @@
namespace App\Http\Middleware;
use Closure;
use Illuminate\Http\Request;
use Symfony\Component\HttpFoundation\Response;
class LinkHeadersMiddleware
{
/**
* Handle an incoming request.
*
* @param \Illuminate\Http\Request $request
* @param \Closure $next
* @return mixed
* @psalm-suppress PossiblyUnusedMethod
*/
public function handle($request, Closure $next)
public function handle(Request $request, Closure $next): Response
{
$response = $next($request);
$response->header('Link', '<https://indieauth.com/auth>; rel="authorization_endpoint"', false);
$response->header('Link', '<' . config('app.url') . '/api/token>; rel="token_endpoint"', false);
$response->header('Link', '<' . config('app.url') . '/api/post>; rel="micropub"', false);
$response->header('Link', '<' . config('app.url') . '/webmention>; rel="webmention"', false);
$response->header('Link', '<' . route('indieauth.metadata') . '>; rel="indieauth-metadata"', false);
$response->header('Link', '<' . route('indieauth.start') . '>; rel="authorization_endpoint"', false);
$response->header('Link', '<' . route('indieauth.token') . '>; rel="token_endpoint"', false);
$response->header('Link', '<' . route('micropub-endpoint') . '>; rel="micropub"', false);
$response->header('Link', '<' . route('webmention-endpoint') . '>; rel="webmention"', false);
return $response;
}

View file

@ -6,6 +6,7 @@ namespace App\Http\Middleware;
use Closure;
use Illuminate\Http\Request;
use Symfony\Component\HttpFoundation\Response;
class LocalhostSessionMiddleware
{
@ -14,11 +15,9 @@ class LocalhostSessionMiddleware
* `['me' => config('app.url')]` as I cant manually log in as
* a .localhost domain.
*
* @param \Illuminate\Http\Request $request
* @param \Closure $next
* @return mixed
* @psalm-suppress PossiblyUnusedMethod
*/
public function handle(Request $request, Closure $next)
public function handle(Request $request, Closure $next): Response
{
if (config('app.env') !== 'production') {
session(['me' => config('app.url')]);

View file

@ -7,20 +7,21 @@ namespace App\Http\Middleware;
use Closure;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\Auth;
use Symfony\Component\HttpFoundation\Response;
class MyAuthMiddleware
{
/**
* Check the user is logged in.
*
* @param \Illuminate\Http\Request $request
* @param \Closure $next
* @return mixed
* @psalm-suppress PossiblyUnusedMethod
*/
public function handle(Request $request, Closure $next)
public function handle(Request $request, Closure $next): Response
{
if (Auth::check($request->user()) == false) {
//theyre not logged in, so send them to login form
if (Auth::check() === false) {
// theyre not logged in, so send them to login form
redirect()->setIntendedUrl($request->fullUrl());
return redirect()->route('login');
}

View file

@ -9,7 +9,7 @@ class PreventRequestsDuringMaintenance extends Middleware
/**
* The URIs that should be reachable while maintenance mode is enabled.
*
* @var array
* @var array<int, string>
*/
protected $except = [
//

View file

@ -6,18 +6,19 @@ use App\Providers\RouteServiceProvider;
use Closure;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\Auth;
use Symfony\Component\HttpFoundation\Response;
/**
* @codeCoverageIgnore
*/
class RedirectIfAuthenticated
{
/**
* Handle an incoming request.
*
* @param \Illuminate\Http\Request $request
* @param \Closure $next
* @param string|null ...$guards
* @return mixed
* @param \Closure(\Illuminate\Http\Request): (\Symfony\Component\HttpFoundation\Response) $next
*/
public function handle(Request $request, Closure $next, ...$guards)
public function handle(Request $request, Closure $next, string ...$guards): Response
{
$guards = empty($guards) ? [null] : $guards;

View file

@ -9,9 +9,10 @@ class TrimStrings extends Middleware
/**
* The names of the attributes that should not be trimmed.
*
* @var array
* @var array<int, string>
*/
protected $except = [
'current_password',
'password',
'password_confirmation',
];

View file

@ -4,14 +4,17 @@ namespace App\Http\Middleware;
use Illuminate\Http\Middleware\TrustHosts as Middleware;
/**
* @codeCoverageIgnore
*/
class TrustHosts extends Middleware
{
/**
* Get the host patterns that should be trusted.
*
* @return array
* @return array<int, string|null>
*/
public function hosts()
public function hosts(): array
{
return [
$this->allSubdomainsOfApplicationUrl(),

View file

@ -2,7 +2,7 @@
namespace App\Http\Middleware;
use Fideloper\Proxy\TrustProxies as Middleware;
use Illuminate\Http\Middleware\TrustProxies as Middleware;
use Illuminate\Http\Request;
class TrustProxies extends Middleware
@ -10,7 +10,7 @@ class TrustProxies extends Middleware
/**
* The trusted proxies for this application.
*
* @var array|string
* @var array<int, string>|string|null
*/
protected $proxies;
@ -19,5 +19,10 @@ class TrustProxies extends Middleware
*
* @var int
*/
protected $headers = Request::HEADER_X_FORWARDED_ALL;
protected $headers =
Request::HEADER_X_FORWARDED_FOR |
Request::HEADER_X_FORWARDED_HOST |
Request::HEADER_X_FORWARDED_PORT |
Request::HEADER_X_FORWARDED_PROTO |
Request::HEADER_X_FORWARDED_AWS_ELB;
}

View file

@ -0,0 +1,24 @@
<?php
namespace App\Http\Middleware;
use Illuminate\Routing\Middleware\ValidateSignature as Middleware;
class ValidateSignature extends Middleware
{
/**
* The names of the query string parameters that should be ignored.
*
* @var array<int, string>
*
* @psalm-suppress PossiblyUnusedProperty
*/
protected $except = [
// 'fbclid',
// 'utm_campaign',
// 'utm_content',
// 'utm_medium',
// 'utm_source',
// 'utm_term',
];
}

View file

@ -9,7 +9,7 @@ class VerifyCsrfToken extends Middleware
/**
* The URIs that should be excluded from CSRF verification.
*
* @var array
* @var array<int, string>
*/
protected $except = [
'api/media',

View file

@ -6,17 +6,16 @@ namespace App\Http\Middleware;
use Closure;
use Illuminate\Http\Request;
use Symfony\Component\HttpFoundation\Response;
class VerifyMicropubToken
{
/**
* Handle an incoming request.
*
* @param \Illuminate\Http\Request $request
* @param \Closure $next
* @return mixed
* @psalm-suppress PossiblyUnusedMethod
*/
public function handle(Request $request, Closure $next)
public function handle(Request $request, Closure $next): Response
{
if ($request->input('access_token')) {
return $next($request);

View file

@ -10,8 +10,6 @@ class MicropubResponses
{
/**
* Generate a response to be returned when the token has insufficient scope.
*
* @return JsonResponse
*/
public function insufficientScopeResponse(): JsonResponse
{
@ -24,8 +22,6 @@ class MicropubResponses
/**
* Generate a response to be returned when the token is invalid.
*
* @return JsonResponse
*/
public function invalidTokenResponse(): JsonResponse
{
@ -38,8 +34,6 @@ class MicropubResponses
/**
* Generate a response to be returned when the token has no scope.
*
* @return JsonResponse
*/
public function tokenHasNoScopeResponse(): JsonResponse
{

View file

@ -18,26 +18,22 @@ class AddClientToDatabase implements ShouldQueue
use Queueable;
use SerializesModels;
protected $client_id;
protected string $client_id;
/**
* Create a new job instance.
*
* @param string $client_id
*/
public function __construct(string $client_id)
public function __construct(string $clientId)
{
$this->client_id = $client_id;
$this->client_id = $clientId;
}
/**
* Execute the job.
*
* @return void
*/
public function handle()
public function handle(): void
{
if (MicropubClient::where('client_url', $this->client_id)->count() == 0) {
if (MicropubClient::where('client_url', $this->client_id)->count() === 0) {
MicropubClient::create([
'client_url' => $this->client_id,
'client_name' => $this->client_id, // default client name is the URL

View file

@ -19,36 +19,25 @@ class DownloadWebMention implements ShouldQueue
use Queueable;
use SerializesModels;
/**
* The webmention source URL.
*
* @var string
*/
protected $source;
/**
* Create a new job instance.
*
* @param string $source
*/
public function __construct(string $source)
{
$this->source = $source;
}
public function __construct(
protected string $source
) {}
/**
* Execute the job.
*
* @param Client $guzzle
* @throws GuzzleException
* @throws FileNotFoundException
*/
public function handle(Client $guzzle)
public function handle(Client $guzzle): void
{
$response = $guzzle->request('GET', $this->source);
//4XX and 5XX responses should get Guzzle to throw an exception,
//Laravel should catch and retry these automatically.
if ($response->getStatusCode() == '200') {
if ($response->getStatusCode() === 200) {
$filesystem = new FileSystem();
$filename = storage_path('HTML') . '/' . $this->createFilenameFromURL($this->source);
//backup file first
@ -71,7 +60,7 @@ class DownloadWebMention implements ShouldQueue
);
//remove backup if the same
if ($filesystem->exists($filenameBackup)) {
if ($filesystem->get($filename) == $filesystem->get($filenameBackup)) {
if ($filesystem->get($filename) === $filesystem->get($filenameBackup)) {
$filesystem->delete($filenameBackup);
}
}
@ -80,14 +69,11 @@ class DownloadWebMention implements ShouldQueue
/**
* Create a file path from a URL. This is used when caching the HTML response.
*
* @param string $url
* @return string The path name
*/
private function createFilenameFromURL(string $url)
private function createFilenameFromURL(string $url): string
{
$filepath = str_replace(['https://', 'http://'], ['https/', 'http/'], $url);
if (substr($filepath, -1) == '/') {
if (str_ends_with($filepath, '/')) {
$filepath .= 'index.html';
}

View file

@ -20,32 +20,23 @@ class ProcessBookmark implements ShouldQueue
use Queueable;
use SerializesModels;
/** @var Bookmark */
protected $bookmark;
/**
* Create a new job instance.
*
* @param Bookmark $bookmark
*/
public function __construct(Bookmark $bookmark)
{
$this->bookmark = $bookmark;
}
public function __construct(
protected Bookmark $bookmark
) {}
/**
* Execute the job.
*
* @return void
*/
public function handle()
public function handle(): void
{
$uuid = (resolve(BookmarkService::class))->saveScreenshot($this->bookmark->url);
$this->bookmark->screenshot = $uuid;
SaveScreenshot::dispatch($this->bookmark);
try {
$archiveLink = (resolve(BookmarkService::class))->getArchiveLink($this->bookmark->url);
} catch (InternetArchiveException $e) {
} catch (InternetArchiveException) {
$archiveLink = null;
}
$this->bookmark->archive = $archiveLink;

View file

@ -25,25 +25,16 @@ class ProcessLike implements ShouldQueue
use Queueable;
use SerializesModels;
/** @var Like */
protected $like;
/**
* Create a new job instance.
*
* @param Like $like
*/
public function __construct(Like $like)
{
$this->like = $like;
}
public function __construct(
protected Like $like
) {}
/**
* Execute the job.
*
* @param Client $client
* @param Authorship $authorship
* @return int
* @throws GuzzleException
*/
public function handle(Client $client, Authorship $authorship): int
@ -60,7 +51,7 @@ class ProcessLike implements ShouldQueue
//POSSE like
try {
$response = $client->request(
$client->request(
'POST',
'https://brid.gy/publish/webmention',
[
@ -70,8 +61,8 @@ class ProcessLike implements ShouldQueue
],
]
);
} catch (RequestException $exception) {
//no biggie
} catch (RequestException) {
return 0;
}
return 0;
@ -103,9 +94,6 @@ class ProcessLike implements ShouldQueue
/**
* Determine if a given URL is that of a Tweet.
*
* @param string $url
* @return bool
*/
private function isTweet(string $url): bool
{

View file

@ -10,7 +10,7 @@ use Illuminate\Foundation\Bus\Dispatchable;
use Illuminate\Queue\InteractsWithQueue;
use Illuminate\Queue\SerializesModels;
use Illuminate\Support\Facades\Storage;
use Intervention\Image\Exception\NotReadableException;
use Intervention\Image\Exceptions\DecoderException;
use Intervention\Image\ImageManager;
class ProcessMedia implements ShouldQueue
@ -20,30 +20,22 @@ class ProcessMedia implements ShouldQueue
use Queueable;
use SerializesModels;
/** @var string */
protected $filename;
/**
* Create a new job instance.
*
* @param string $filename
*/
public function __construct(string $filename)
{
$this->filename = $filename;
}
public function __construct(
protected string $filename
) {}
/**
* Execute the job.
*
* @param ImageManager $manager
*/
public function handle(ImageManager $manager)
public function handle(ImageManager $manager): void
{
//open file
try {
$image = $manager->make(storage_path('app') . '/' . $this->filename);
} catch (NotReadableException $exception) {
$image = $manager->read(storage_path('app') . '/' . $this->filename);
} catch (DecoderException) {
// not an image; delete file and end job
unlink(storage_path('app') . '/' . $this->filename);

View file

@ -5,13 +5,15 @@ declare(strict_types=1);
namespace App\Jobs;
use App\Exceptions\RemoteContentNotFoundException;
use App\Models\{Note, WebMention};
use App\Models\Note;
use App\Models\WebMention;
use GuzzleHttp\Client;
use GuzzleHttp\Exception\GuzzleException;
use GuzzleHttp\Exception\RequestException;
use Illuminate\Bus\Queueable;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Queue\{InteractsWithQueue, SerializesModels};
use Illuminate\Queue\InteractsWithQueue;
use Illuminate\Queue\SerializesModels;
use Jonnybarnes\WebmentionsParser\Exceptions\InvalidMentionException;
use Jonnybarnes\WebmentionsParser\Parser;
use Mf2;
@ -22,34 +24,22 @@ class ProcessWebMention implements ShouldQueue
use Queueable;
use SerializesModels;
/** @var Note */
protected $note;
/** @var string */
protected $source;
/**
* Create a new job instance.
*
* @param Note $note
* @param string $source
*/
public function __construct(Note $note, string $source)
{
$this->note = $note;
$this->source = $source;
}
public function __construct(
protected Note $note,
protected string $source
) {}
/**
* Execute the job.
*
* @param Parser $parser
* @param Client $guzzle
* @throws RemoteContentNotFoundException
* @throws GuzzleException
* @throws InvalidMentionException
*/
public function handle(Parser $parser, Client $guzzle)
public function handle(Parser $parser, Client $guzzle): void
{
try {
$response = $guzzle->request('GET', $this->source);
@ -62,8 +52,8 @@ class ProcessWebMention implements ShouldQueue
foreach ($webmentions as $webmention) {
// check webmention still references target
// we try each type of mention (reply/like/repost)
if ($webmention->type == 'in-reply-to') {
if ($parser->checkInReplyTo($microformats, $this->note->longurl) == false) {
if ($webmention->type === 'in-reply-to') {
if ($parser->checkInReplyTo($microformats, $this->note->longurl) === false) {
// it doesnt so delete
$webmention->delete();
@ -76,16 +66,16 @@ class ProcessWebMention implements ShouldQueue
return;
}
if ($webmention->type == 'like-of') {
if ($parser->checkLikeOf($microformats, $this->note->longurl) == false) {
if ($webmention->type === 'like-of') {
if ($parser->checkLikeOf($microformats, $this->note->longurl) === false) {
// it doesnt so delete
$webmention->delete();
return;
} // note we dont need to do anything if it still is a like
}
if ($webmention->type == 'repost-of') {
if ($parser->checkRepostOf($microformats, $this->note->longurl) == false) {
if ($webmention->type === 'repost-of') {
if ($parser->checkRepostOf($microformats, $this->note->longurl) === false) {
// it doesnt so delete
$webmention->delete();
@ -101,7 +91,7 @@ class ProcessWebMention implements ShouldQueue
$webmention->source = $this->source;
$webmention->target = $this->note->longurl;
$webmention->commentable_id = $this->note->id;
$webmention->commentable_type = 'App\Model\Note';
$webmention->commentable_type = Note::class;
$webmention->type = $type;
$webmention->mf2 = json_encode($microformats);
$webmention->save();
@ -109,26 +99,23 @@ class ProcessWebMention implements ShouldQueue
/**
* Save the HTML of a webmention for future use.
*
* @param string $html
* @param string $url
*/
private function saveRemoteContent($html, $url)
private function saveRemoteContent(string $html, string $url): void
{
$filenameFromURL = str_replace(
['https://', 'http://'],
['https/', 'http/'],
$url
);
if (substr($url, -1) == '/') {
if (str_ends_with($url, '/')) {
$filenameFromURL .= 'index.html';
}
$path = storage_path() . '/HTML/' . $filenameFromURL;
$parts = explode('/', $path);
$name = array_pop($parts);
$dir = implode('/', $parts);
if (! is_dir($dir)) {
mkdir($dir, 0755, true);
if (! is_dir($dir) && ! mkdir($dir, 0755, true) && ! is_dir($dir)) {
throw new \RuntimeException(sprintf('Directory "%s" was not created', $dir));
}
file_put_contents("$dir/$name", $html);
}

View file

@ -20,55 +20,60 @@ class SaveProfileImage implements ShouldQueue
use Queueable;
use SerializesModels;
protected array $microformats;
/**
* Create a new job instance.
*
* @param array $microformats
*/
public function __construct(array $microformats)
{
$this->microformats = $microformats;
}
public function __construct(
protected array $microformats
) {}
/**
* Execute the job.
*
* @param Authorship $authorship
*/
public function handle(Authorship $authorship)
public function handle(Authorship $authorship): void
{
try {
$author = $authorship->findAuthor($this->microformats);
} catch (AuthorshipParserException $e) {
} catch (AuthorshipParserException) {
return;
}
$photo = Arr::get($author, 'properties.photo.0');
$home = Arr::get($author, 'properties.url.0');
if (is_array($photo) && array_key_exists('value', $photo)) {
$photo = $photo['value'];
}
if (is_array($home)) {
$home = array_shift($home);
}
//dont save pbs.twimg.com links
if (
$photo
&& parse_url($photo, PHP_URL_HOST) != 'pbs.twimg.com'
&& parse_url($photo, PHP_URL_HOST) != 'twitter.com'
&& parse_url($photo, PHP_URL_HOST) !== 'pbs.twimg.com'
&& parse_url($photo, PHP_URL_HOST) !== 'twitter.com'
) {
$client = resolve(Client::class);
try {
$response = $client->get($photo);
$image = $response->getBody();
} catch (RequestException $e) {
} catch (RequestException) {
// we are opening and reading the default image so that
$default = public_path() . '/assets/profile-images/default-image';
$handle = fopen($default, 'rb');
$image = fread($handle, filesize($default));
fclose($handle);
}
$path = public_path() . '/assets/profile-images/' . parse_url($home, PHP_URL_HOST) . '/image';
$parts = explode('/', $path);
$name = array_pop($parts);
$dir = implode('/', $parts);
if (! is_dir($dir)) {
mkdir($dir, 0755, true);
if (! is_dir($dir) && ! mkdir($dir, 0755, true) && ! is_dir($dir)) {
throw new \RuntimeException(sprintf('Directory "%s" was not created', $dir));
}
file_put_contents("$dir/$name", $image);
}

103
app/Jobs/SaveScreenshot.php Executable file
View file

@ -0,0 +1,103 @@
<?php
declare(strict_types=1);
namespace App\Jobs;
use App\Models\Bookmark;
use GuzzleHttp\Client;
use Illuminate\Bus\Queueable;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Foundation\Bus\Dispatchable;
use Illuminate\Queue\InteractsWithQueue;
use Illuminate\Queue\SerializesModels;
use Illuminate\Support\Facades\Storage;
use JsonException;
class SaveScreenshot implements ShouldQueue
{
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
/**
* Create a new job instance.
*/
public function __construct(
protected Bookmark $bookmark
) {}
/**
* Execute the job.
*
*
* @throws JsonException
*/
public function handle(): void
{
// A normal Guzzle client
$client = resolve(Client::class);
// A Guzzle client with a custom Middleware to retry the CloudConvert API requests
$retryClient = resolve('RetryGuzzle');
// First request that CloudConvert takes a screenshot of the URL
$takeScreenshotJobResponse = $client->request('POST', 'https://api.cloudconvert.com/v2/capture-website', [
'headers' => [
'Authorization' => 'Bearer ' . config('services.cloudconvert.token'),
],
'json' => [
'url' => $this->bookmark->url,
'output_format' => 'png',
'screen_width' => 1440,
'screen_height' => 900,
'wait_until' => 'networkidle0',
'wait_time' => 100,
],
]);
$taskId = json_decode($takeScreenshotJobResponse->getBody()->getContents(), false, 512, JSON_THROW_ON_ERROR)->data->id;
// Now wait till the status job is finished
$screenshotJobStatusResponse = $retryClient->request('GET', 'https://api.cloudconvert.com/v2/tasks/' . $taskId, [
'headers' => [
'Authorization' => 'Bearer ' . config('services.cloudconvert.token'),
],
'query' => [
'include' => 'payload',
],
]);
$finishedCaptureId = json_decode($screenshotJobStatusResponse->getBody()->getContents(), false, 512, JSON_THROW_ON_ERROR)->data->id;
// Now we can create a new job to request thst the screenshot is exported to a temporary URL we can download the screenshot from
$exportImageJob = $client->request('POST', 'https://api.cloudconvert.com/v2/export/url', [
'headers' => [
'Authorization' => 'Bearer ' . config('services.cloudconvert.token'),
],
'json' => [
'input' => $finishedCaptureId,
'archive_multiple_files' => false,
],
]);
$exportImageJobId = json_decode($exportImageJob->getBody()->getContents(), false, 512, JSON_THROW_ON_ERROR)->data->id;
// Again, wait till the status of this export job is finished
$finalImageUrlResponse = $retryClient->request('GET', 'https://api.cloudconvert.com/v2/tasks/' . $exportImageJobId, [
'headers' => [
'Authorization' => 'Bearer ' . config('services.cloudconvert.token'),
],
'query' => [
'include' => 'payload',
],
]);
// Now we can download the screenshot and save it to the storage
$finalImageUrl = json_decode($finalImageUrlResponse->getBody()->getContents(), false, 512, JSON_THROW_ON_ERROR)->data->result->files[0]->url;
$finalImageUrlContent = $client->request('GET', $finalImageUrl);
Storage::disk('public')->put('/assets/img/bookmarks/' . $taskId . '.png', $finalImageUrlContent->getBody()->getContents());
$this->bookmark->screenshot = $taskId;
$this->bookmark->save();
}
}

View file

@ -6,7 +6,10 @@ namespace App\Jobs;
use App\Models\Note;
use GuzzleHttp\Client;
use GuzzleHttp\Psr7\Uri;
use GuzzleHttp\Exception\GuzzleException;
use GuzzleHttp\Psr7\Header;
use GuzzleHttp\Psr7\UriResolver;
use GuzzleHttp\Psr7\Utils;
use Illuminate\Bus\Queueable;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Queue\InteractsWithQueue;
@ -19,32 +22,23 @@ class SendWebMentions implements ShouldQueue
use Queueable;
use SerializesModels;
/** @var Note */
protected $note;
/**
* Create the job instance, inject dependencies.
*
* @param Note $note
* Create a new job instance.
*/
public function __construct(Note $note)
{
$this->note = $note;
}
public function __construct(
protected Note $note
) {}
/**
* Execute the job.
*
* @return void
* @throws GuzzleException
*/
public function handle()
public function handle(): void
{
//grab the URLs
$inReplyTo = $this->note->in_reply_to ?? '';
// above so explode doesnt complain about null being passed in
$urlsInReplyTo = explode(' ', $inReplyTo);
$urlsInReplyTo = explode(' ', $this->note->in_reply_to ?? '');
$urlsNote = $this->getLinks($this->note->note);
$urls = array_filter(array_merge($urlsInReplyTo, $urlsNote)); //filter out none URLs
$urls = array_filter(array_merge($urlsInReplyTo, $urlsNote));
foreach ($urls as $url) {
$endpoint = $this->discoverWebmentionEndpoint($url);
if ($endpoint !== null) {
@ -62,17 +56,16 @@ class SendWebMentions implements ShouldQueue
/**
* Discover if a URL has a webmention endpoint.
*
* @param string $url
* @return string|null
* @throws GuzzleException
*/
public function discoverWebmentionEndpoint(string $url)
public function discoverWebmentionEndpoint(string $url): ?string
{
//lets not send webmentions to myself
if (parse_url($url, PHP_URL_HOST) == config('app.longurl')) {
return;
// lets not send webmentions to myself
if (parse_url($url, PHP_URL_HOST) === config('url.longurl')) {
return null;
}
if (Str::startsWith($url, '/notes/tagged/')) {
return;
return null;
}
$endpoint = null;
@ -80,9 +73,9 @@ class SendWebMentions implements ShouldQueue
$guzzle = resolve(Client::class);
$response = $guzzle->get($url);
//check HTTP Headers for webmention endpoint
$links = \GuzzleHttp\Psr7\parse_header($response->getHeader('Link'));
$links = Header::parse($response->getHeader('Link'));
foreach ($links as $link) {
if (mb_stristr($link['rel'], 'webmention')) {
if (array_key_exists('rel', $link) && mb_stristr($link['rel'], 'webmention')) {
return $this->resolveUri(trim($link[0], '<>'), $url);
}
}
@ -97,20 +90,20 @@ class SendWebMentions implements ShouldQueue
} elseif (array_key_exists('http://webmention.org/', $rels[0])) {
$endpoint = $rels[0]['http://webmention.org/'][0];
}
if ($endpoint) {
return $this->resolveUri($endpoint, $url);
if ($endpoint === null) {
return null;
}
return $this->resolveUri($endpoint, $url);
}
/**
* Get the URLs from a note.
*
* @param string|null $html
* @return array
*/
public function getLinks(?string $html): array
{
if ($html == '' || is_null($html)) {
if ($html === '' || is_null($html)) {
return [];
}
@ -127,22 +120,16 @@ class SendWebMentions implements ShouldQueue
/**
* Resolve a URI if necessary.
*
* @todo Update deprecated resolve method
*
* @param string $url
* @param string $base The base of the URL
* @return string
*/
public function resolveUri(string $url, string $base): string
{
$endpoint = \GuzzleHttp\Psr7\uri_for($url);
if ($endpoint->getScheme() != '') {
$endpoint = Utils::uriFor($url);
if ($endpoint->getScheme() !== '') {
return (string) $endpoint;
}
return (string) Uri::resolve(
\GuzzleHttp\Psr7\uri_for($base),
return (string) UriResolver::resolve(
Utils::uriFor($base),
$endpoint
);
}

View file

@ -1,65 +0,0 @@
<?php
declare(strict_types=1);
namespace App\Jobs;
use App\Models\Bookmark;
use GuzzleHttp\Client;
use GuzzleHttp\Exception\GuzzleException;
use Illuminate\Bus\Queueable;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Foundation\Bus\Dispatchable;
use Illuminate\Queue\InteractsWithQueue;
use Illuminate\Queue\SerializesModels;
class SyndicateBookmarkToTwitter implements ShouldQueue
{
use Dispatchable;
use InteractsWithQueue;
use Queueable;
use SerializesModels;
/** @var Bookmark */
protected $bookmark;
/**
* Create a new job instance.
*
* @param Bookmark $bookmark
*/
public function __construct(Bookmark $bookmark)
{
$this->bookmark = $bookmark;
}
/**
* Execute the job.
*
* @param Client $guzzle
* @throws GuzzleException
*/
public function handle(Client $guzzle)
{
//send webmention
$response = $guzzle->request(
'POST',
'https://brid.gy/publish/webmention',
[
'form_params' => [
'source' => $this->bookmark->longurl,
'target' => 'https://brid.gy/publish/twitter',
'bridgy_omit_link' => 'maybe',
],
]
);
//parse for syndication URL
if ($response->getStatusCode() == 201) {
$json = json_decode((string) $response->getBody());
$syndicates = $this->bookmark->syndicates;
$syndicates['twitter'] = $json->url;
$this->bookmark->syndicates = $syndicates;
$this->bookmark->save();
}
}
}

View file

@ -0,0 +1,62 @@
<?php
declare(strict_types=1);
namespace App\Jobs;
use App\Models\Note;
use GuzzleHttp\Client;
use GuzzleHttp\Exception\GuzzleException;
use Illuminate\Bus\Queueable;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Foundation\Bus\Dispatchable;
use Illuminate\Queue\InteractsWithQueue;
use Illuminate\Queue\SerializesModels;
class SyndicateNoteToBluesky implements ShouldQueue
{
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
/**
* Create a new job instance.
*/
public function __construct(
protected Note $note
) {}
/**
* Execute the job.
*
* @throws GuzzleException
*/
public function handle(Client $guzzle): void
{
// We can only make the request if we have an access token
if (config('bridgy.bluesky_token') === null) {
return;
}
// Make micropub request
$response = $guzzle->request(
'POST',
'https://brid.gy/micropub',
[
'headers' => [
'Authorization' => 'Bearer ' . config('bridgy.bluesky_token'),
],
'json' => [
'type' => ['h-entry'],
'properties' => [
'content' => [$this->note->getRawOriginal('note')],
],
],
]
);
// Parse for syndication URL
if ($response->getStatusCode() === 201) {
$this->note->bluesky_url = $response->getHeader('Location')[0];
$this->note->save();
}
}
}

View file

@ -0,0 +1,63 @@
<?php
declare(strict_types=1);
namespace App\Jobs;
use App\Models\Note;
use GuzzleHttp\Client;
use GuzzleHttp\Exception\GuzzleException;
use Illuminate\Bus\Queueable;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Foundation\Bus\Dispatchable;
use Illuminate\Queue\InteractsWithQueue;
use Illuminate\Queue\SerializesModels;
class SyndicateNoteToMastodon implements ShouldQueue
{
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
/**
* Create a new job instance.
*/
public function __construct(
protected Note $note
) {}
/**
* Execute the job.
*
* @throws GuzzleException
*/
public function handle(Client $guzzle): void
{
// We can only make the request if we have an access token
if (config('bridgy.mastodon_token') === null) {
return;
}
// Make micropub request
$response = $guzzle->request(
'POST',
'https://brid.gy/micropub',
[
'headers' => [
'Authorization' => 'Bearer ' . config('bridgy.mastodon_token'),
],
'json' => [
'type' => ['h-entry'],
'properties' => [
'content' => [$this->note->getRawOriginal('note')],
],
],
]
);
// Parse for syndication URL
if ($response->getStatusCode() === 201) {
$mastodonUrl = $response->getHeader('Location')[0];
$this->note->mastodon_url = $mastodonUrl;
$this->note->save();
}
}
}

View file

@ -1,62 +0,0 @@
<?php
declare(strict_types=1);
namespace App\Jobs;
use App\Models\Note;
use GuzzleHttp\Client;
use GuzzleHttp\Exception\GuzzleException;
use Illuminate\Bus\Queueable;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Queue\InteractsWithQueue;
use Illuminate\Queue\SerializesModels;
class SyndicateNoteToTwitter implements ShouldQueue
{
use InteractsWithQueue;
use Queueable;
use SerializesModels;
/** @var Note */
protected $note;
/**
* Create a new job instance.
*
* @param Note $note
*/
public function __construct(Note $note)
{
$this->note = $note;
}
/**
* Execute the job.
*
* @param Client $guzzle
* @throws GuzzleException
*/
public function handle(Client $guzzle)
{
//send webmention
$response = $guzzle->request(
'POST',
'https://brid.gy/publish/webmention',
[
'form_params' => [
'source' => $this->note->longurl,
'target' => 'https://brid.gy/publish/twitter',
'bridgy_omit_link' => 'maybe',
],
]
);
//parse for syndication URL
if ($response->getStatusCode() == 201) {
$json = json_decode((string) $response->getBody());
$tweet_id = basename(parse_url($json->url, PHP_URL_PATH));
$this->note->tweet_id = $tweet_id;
$this->note->save();
}
}
}

View file

@ -5,80 +5,45 @@ declare(strict_types=1);
namespace App\Models;
use Cviebrock\EloquentSluggable\Sluggable;
use Eloquent;
use Illuminate\Database\Eloquent\Builder;
use Illuminate\Database\Eloquent\Casts\Attribute;
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\SoftDeletes;
use Illuminate\Support\Carbon;
use League\CommonMark\Block\Element\FencedCode;
use League\CommonMark\Block\Element\IndentedCode;
use League\CommonMark\CommonMarkConverter;
use League\CommonMark\Environment;
use League\CommonMark\Environment\Environment;
use League\CommonMark\Extension\CommonMark\CommonMarkCoreExtension;
use League\CommonMark\Extension\CommonMark\Node\Block\FencedCode;
use League\CommonMark\Extension\CommonMark\Node\Block\IndentedCode;
use League\CommonMark\MarkdownConverter;
use Spatie\CommonMarkHighlighter\FencedCodeRenderer;
use Spatie\CommonMarkHighlighter\IndentedCodeRenderer;
/**
* App\Models\Article.
*
* @property int $id
* @property string $titleurl
* @property string|null $url
* @property string $title
* @property string $main
* @property int $published
* @property Carbon|null $created_at
* @property Carbon|null $updated_at
* @property Carbon|null $deleted_at
* @property-read string $html
* @property-read string $human_time
* @property-read string $link
* @property-read string $pubdate
* @property-read string $tooltip_time
* @property-read string $w3c_time
* @method static Builder|Article date($year = null, $month = null)
* @method static Builder|Article findSimilarSlugs($attribute, $config, $slug)
* @method static bool|null forceDelete()
* @method static Builder|Article newModelQuery()
* @method static Builder|Article newQuery()
* @method static \Illuminate\Database\Query\Builder|Article onlyTrashed()
* @method static Builder|Article query()
* @method static bool|null restore()
* @method static Builder|Article whereCreatedAt($value)
* @method static Builder|Article whereDeletedAt($value)
* @method static Builder|Article whereId($value)
* @method static Builder|Article whereMain($value)
* @method static Builder|Article wherePublished($value)
* @method static Builder|Article whereTitle($value)
* @method static Builder|Article whereTitleurl($value)
* @method static Builder|Article whereUpdatedAt($value)
* @method static Builder|Article whereUrl($value)
* @method static \Illuminate\Database\Query\Builder|Article withTrashed()
* @method static \Illuminate\Database\Query\Builder|Article withoutTrashed()
* @mixin Eloquent
*/
class Article extends Model
{
use HasFactory;
use Sluggable;
use SoftDeletes;
/**
* The attributes that should be mutated to dates.
*
* @var array
*/
protected $dates = ['created_at', 'updated_at', 'deleted_at'];
/**
* The database table used by the model.
*
* @var string
*/
/** @var string */
protected $table = 'articles';
/** @var array<int, string> */
protected $fillable = [
'url',
'title',
'main',
'published',
];
/** @var array<string, string> */
protected $casts = [
'created_at' => 'datetime',
'updated_at' => 'datetime',
'deleted_at' => 'datetime',
];
/**
* Return the sluggable configuration array for this model.
*
* @return array
*/
public function sluggable(): array
{
@ -89,89 +54,62 @@ class Article extends Model
];
}
/**
* We shall set a blacklist of non-modifiable model attributes.
*
* @var array
*/
protected $guarded = ['id'];
/**
* Process the article for display.
*
* @return string
*/
public function getHtmlAttribute(): string
protected function html(): Attribute
{
$environment = Environment::createCommonMarkEnvironment();
$environment->addBlockRenderer(FencedCode::class, new FencedCodeRenderer());
$environment->addBlockRenderer(IndentedCode::class, new IndentedCodeRenderer());
$commonMarkConverter = new CommonMarkConverter([], $environment);
return Attribute::get(
get: function () {
$environment = new Environment();
$environment->addExtension(new CommonMarkCoreExtension());
$environment->addRenderer(FencedCode::class, new FencedCodeRenderer());
$environment->addRenderer(IndentedCode::class, new IndentedCodeRenderer());
$markdownConverter = new MarkdownConverter($environment);
return $commonMarkConverter->convertToHtml($this->main);
return $markdownConverter->convert($this->main)->getContent();
},
);
}
/**
* Convert updated_at to W3C time format.
*
* @return string
*/
public function getW3cTimeAttribute(): string
protected function w3cTime(): Attribute
{
return $this->updated_at->toW3CString();
return Attribute::get(
get: fn () => $this->updated_at->toW3CString(),
);
}
/**
* Convert updated_at to a tooltip appropriate format.
*
* @return string
*/
public function getTooltipTimeAttribute(): string
protected function tooltipTime(): Attribute
{
return $this->updated_at->toRFC850String();
return Attribute::get(
get: fn () => $this->updated_at->toRFC850String(),
);
}
/**
* Convert updated_at to a human readable format.
*
* @return string
*/
public function getHumanTimeAttribute(): string
protected function humanTime(): Attribute
{
return $this->updated_at->diffForHumans();
return Attribute::get(
get: fn () => $this->updated_at->diffForHumans(),
);
}
/**
* Get the pubdate value for RSS feeds.
*
* @return string
*/
public function getPubdateAttribute(): string
protected function pubdate(): Attribute
{
return $this->updated_at->toRSSString();
return Attribute::get(
get: fn () => $this->updated_at->toRSSString(),
);
}
/**
* A link to the article, i.e. `/blog/1999/12/25/merry-christmas`.
*
* @return string
*/
public function getLinkAttribute(): string
protected function link(): Attribute
{
return '/blog/' . $this->updated_at->year . '/' . $this->updated_at->format('m') . '/' . $this->titleurl;
return Attribute::get(
get: fn () => '/blog/' . $this->updated_at->year . '/' . $this->updated_at->format('m') . '/' . $this->titleurl,
);
}
/**
* Scope a query to only include articles from a particular year/month.
*
* @param Builder $query
* @param int|null $year
* @param int|null $month
* @return Builder
*/
public function scopeDate(Builder $query, int $year = null, int $month = null): Builder
public function scopeDate(Builder $query, ?int $year = null, ?int $month = null): Builder
{
if ($year == null) {
if ($year === null) {
return $query;
}
$start = $year . '-01-01 00:00:00';

11
app/Models/Bio.php Normal file
View file

@ -0,0 +1,11 @@
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;
class Bio extends Model
{
use HasFactory;
}

View file

@ -4,80 +4,32 @@ declare(strict_types=1);
namespace App\Models;
use Eloquent;
use Illuminate\Database\Eloquent\Builder;
use Illuminate\Database\Eloquent\Collection;
use Illuminate\Database\Eloquent\Casts\Attribute;
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\Relations\BelongsToMany;
use Illuminate\Support\Carbon;
/**
* App\Models\Bookmark.
*
* @property int $id
* @property string $url
* @property string|null $name
* @property string|null $content
* @property string|null $screenshot
* @property string|null $archive
* @property array|null $syndicates
* @property Carbon|null $created_at
* @property Carbon|null $updated_at
* @property-read string $longurl
* @property-read Collection|Tag[] $tags
* @property-read int|null $tags_count
* @method static Builder|Bookmark newModelQuery()
* @method static Builder|Bookmark newQuery()
* @method static Builder|Bookmark query()
* @method static Builder|Bookmark whereArchive($value)
* @method static Builder|Bookmark whereContent($value)
* @method static Builder|Bookmark whereCreatedAt($value)
* @method static Builder|Bookmark whereId($value)
* @method static Builder|Bookmark whereName($value)
* @method static Builder|Bookmark whereScreenshot($value)
* @method static Builder|Bookmark whereSyndicates($value)
* @method static Builder|Bookmark whereUpdatedAt($value)
* @method static Builder|Bookmark whereUrl($value)
* @mixin Eloquent
*/
class Bookmark extends Model
{
use HasFactory;
/**
* The attributes that are mass assignable.
*
* @var array
*/
/** @var array<int, string> */
protected $fillable = ['url', 'name', 'content'];
/**
* The attributes that should be cast to native types.
*
* @var array
*/
/** @var array<string, string> */
protected $casts = [
'syndicates' => 'array',
];
/**
* The tags that belong to the bookmark.
*
* @return BelongsToMany
*/
public function tags()
public function tags(): BelongsToMany
{
return $this->belongsToMany('App\Models\Tag');
}
/**
* The full url of a bookmark.
*
* @return string
*/
public function getLongurlAttribute(): string
protected function longurl(): Attribute
{
return config('app.url') . '/bookmarks/' . $this->id;
return Attribute::get(
get: fn () => config('app.url') . '/bookmarks/' . $this->id,
);
}
}

View file

@ -4,48 +4,33 @@ declare(strict_types=1);
namespace App\Models;
use Eloquent;
use Illuminate\Database\Eloquent\Builder;
use Illuminate\Database\Eloquent\Casts\Attribute;
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Support\Carbon;
/**
* App\Models\Contact.
*
* @property int $id
* @property string $nick
* @property string $name
* @property string|null $homepage
* @property string|null $twitter
* @property Carbon|null $created_at
* @property Carbon|null $updated_at
* @property string|null $facebook
* @method static Builder|Contact newModelQuery()
* @method static Builder|Contact newQuery()
* @method static Builder|Contact query()
* @method static Builder|Contact whereCreatedAt($value)
* @method static Builder|Contact whereFacebook($value)
* @method static Builder|Contact whereHomepage($value)
* @method static Builder|Contact whereId($value)
* @method static Builder|Contact whereName($value)
* @method static Builder|Contact whereNick($value)
* @method static Builder|Contact whereTwitter($value)
* @method static Builder|Contact whereUpdatedAt($value)
* @mixin Eloquent
*/
class Contact extends Model
{
/**
* The database table used by the model.
*
* @var string
*/
use HasFactory;
/** @var string */
protected $table = 'contacts';
/**
* We shall guard against mass-migration.
*
* @var array
*/
/** @var array<int, string> */
protected $fillable = ['nick', 'name', 'homepage', 'twitter', 'facebook'];
protected function photo(): Attribute
{
$photo = '/assets/profile-images/default-image';
if (array_key_exists('homepage', $this->attributes) && ! empty($this->attributes['homepage'])) {
$host = parse_url($this->attributes['homepage'], PHP_URL_HOST);
if (file_exists(public_path() . '/assets/profile-images/' . $host . '/image')) {
$photo = '/assets/profile-images/' . $host . '/image';
}
}
return Attribute::make(
get: fn () => $photo,
);
}
}

View file

@ -5,83 +5,52 @@ declare(strict_types=1);
namespace App\Models;
use App\Traits\FilterHtml;
use Eloquent;
use Illuminate\Database\Eloquent\Builder;
use Illuminate\Database\Eloquent\Casts\Attribute;
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Support\Arr;
use Illuminate\Support\Carbon;
use Mf2;
/**
* App\Models\Like.
*
* @property int $id
* @property string $url
* @property string|null $author_name
* @property string|null $author_url
* @property string|null $content
* @property Carbon|null $created_at
* @property Carbon|null $updated_at
* @method static Builder|Like newModelQuery()
* @method static Builder|Like newQuery()
* @method static Builder|Like query()
* @method static Builder|Like whereAuthorName($value)
* @method static Builder|Like whereAuthorUrl($value)
* @method static Builder|Like whereContent($value)
* @method static Builder|Like whereCreatedAt($value)
* @method static Builder|Like whereId($value)
* @method static Builder|Like whereUpdatedAt($value)
* @method static Builder|Like whereUrl($value)
* @mixin Eloquent
*/
class Like extends Model
{
use FilterHtml;
use HasFactory;
/** @var array<int, string> */
protected $fillable = ['url'];
/**
* Normalize the URL of a Like.
*
* @param string $value The provided URL
*/
public function setUrlAttribute(string $value)
protected function url(): Attribute
{
$this->attributes['url'] = normalize_url($value);
return Attribute::set(
set: fn ($value) => normalize_url($value),
);
}
/**
* Normalize the URL of the author of the like.
*
* @param string|null $value The authors url
*/
public function setAuthorUrlAttribute(?string $value)
protected function authorUrl(): Attribute
{
$this->attributes['author_url'] = normalize_url($value);
return Attribute::set(
set: fn ($value) => normalize_url($value),
);
}
/**
* If the content contains HTML, filter it.
*
* @param string|null $value The content of the like
* @return string|null
*/
public function getContentAttribute(?string $value): ?string
protected function content(): Attribute
{
if ($value === null) {
return null;
}
return Attribute::get(
get: function ($value, $attributes) {
if ($value === null) {
return null;
}
$mf2 = Mf2\parse($value, $this->url);
$mf2 = Mf2\parse($value, $attributes['url']);
if (Arr::get($mf2, 'items.0.properties.content.0.html')) {
return $this->filterHtml(
$mf2['items'][0]['properties']['content'][0]['html']
);
}
if (Arr::get($mf2, 'items.0.properties.content.0.html')) {
return $this->filterHtml(
$mf2['items'][0]['properties']['content'][0]['html']
);
}
return $value;
return $value;
}
);
}
}

View file

@ -4,132 +4,96 @@ declare(strict_types=1);
namespace App\Models;
use Eloquent;
use Illuminate\Database\Eloquent\Builder;
use Illuminate\Database\Eloquent\Casts\Attribute;
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\Relations\BelongsTo;
use Illuminate\Support\Carbon;
use Illuminate\Support\Str;
/**
* App\Models\Media.
*
* @property int $id
* @property string|null $token
* @property string $path
* @property string $type
* @property int|null $note_id
* @property Carbon|null $created_at
* @property Carbon|null $updated_at
* @property string|null $image_widths
* @property-read string $mediumurl
* @property-read string $smallurl
* @property-read string $url
* @property-read Note|null $note
* @method static Builder|Media newModelQuery()
* @method static Builder|Media newQuery()
* @method static Builder|Media query()
* @method static Builder|Media whereCreatedAt($value)
* @method static Builder|Media whereId($value)
* @method static Builder|Media whereImageWidths($value)
* @method static Builder|Media whereNoteId($value)
* @method static Builder|Media wherePath($value)
* @method static Builder|Media whereToken($value)
* @method static Builder|Media whereType($value)
* @method static Builder|Media whereUpdatedAt($value)
* @mixin Eloquent
*/
class Media extends Model
{
/**
* The table associated with the model.
*
* @var string
*/
use HasFactory;
/** @var string */
protected $table = 'media_endpoint';
/**
* The attributes that are mass assignable.
*
* @var array
*/
/** @var array<int, string> */
protected $fillable = ['token', 'path', 'type', 'image_widths'];
/**
* Get the note that owns this media.
*
* @return BelongsTo
*/
public function note(): BelongsTo
{
return $this->belongsTo('App\Models\Note');
return $this->belongsTo(Note::class);
}
/**
* Get the URL for an S3 media file.
*
* @return string
*/
public function getUrlAttribute(): string
protected function url(): Attribute
{
if (Str::startsWith($this->path, 'https://')) {
return $this->path;
}
return Attribute::get(
get: function ($value, $attributes) {
if (Str::startsWith($attributes['path'], 'https://')) {
return $attributes['path'];
}
return config('filesystems.disks.s3.url') . '/' . $this->path;
return config('filesystems.disks.s3.url') . '/' . $attributes['path'];
}
);
}
/**
* Get the URL for the medium size of an S3 image file.
*
* @return string
*/
public function getMediumurlAttribute(): string
protected function mediumurl(): Attribute
{
$basename = $this->getBasename($this->path);
$extension = $this->getExtension($this->path);
return config('filesystems.disks.s3.url') . '/' . $basename . '-medium.' . $extension;
return Attribute::get(
get: fn ($value, $attributes) => $this->getSizeUrl($attributes['path'], 'medium'),
);
}
/**
* Get the URL for the small size of an S3 image file.
*
* @return string
*/
public function getSmallurlAttribute(): string
protected function smallurl(): Attribute
{
$basename = $this->getBasename($this->path);
$extension = $this->getExtension($this->path);
return config('filesystems.disks.s3.url') . '/' . $basename . '-small.' . $extension;
return Attribute::get(
get: fn ($value, $attributes) => $this->getSizeUrl($attributes['path'], 'small'),
);
}
/**
* Give the real part of a filename, i.e. strip the file extension.
*
* @param string $path
* @return string
*/
public function getBasename(string $path): string
protected function mimetype(): Attribute
{
return Attribute::get(
get: function ($value, $attributes) {
$extension = $this->getExtension($attributes['path']);
return match ($extension) {
'gif' => 'image/gif',
'jpeg', 'jpg' => 'image/jpeg',
'png' => 'image/png',
'svg' => 'image/svg+xml',
'tiff' => 'image/tiff',
'webp' => 'image/webp',
'mp4' => 'video/mp4',
'mkv' => 'video/mkv',
default => 'application/octet-stream',
};
},
);
}
private function getSizeUrl(string $path, string $size): string
{
$basename = $this->getBasename($path);
$extension = $this->getExtension($path);
return config('filesystems.disks.s3.url') . '/' . $basename . '-' . $size . '.' . $extension;
}
private function getBasename(string $path): string
{
// the following achieves this data flow
// foo.bar.png => ['foo', 'bar', 'png'] => ['foo', 'bar'] => foo.bar
$filenameParts = explode('.', $path);
array_pop($filenameParts);
return ltrim(array_reduce($filenameParts, function ($carry, $item) {
return ltrim(array_reduce($filenameParts, static function ($carry, $item) {
return $carry . '.' . $item;
}, ''), '.');
}
/**
* Get the extension from a given filename.
*
* @param string $path
* @return string
*/
public function getExtension(string $path): string
private function getExtension(string $path): string
{
$parts = explode('.', $path);

View file

@ -4,57 +4,20 @@ declare(strict_types=1);
namespace App\Models;
use Eloquent;
use Illuminate\Database\Eloquent\Builder;
use Illuminate\Database\Eloquent\Collection;
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\Relations\HasMany;
use Illuminate\Support\Carbon;
/**
* App\Models\MicropubClient.
*
* @property int $id
* @property string $client_url
* @property string $client_name
* @property Carbon|null $created_at
* @property Carbon|null $updated_at
* @property-read Collection|\App\Models\Note[] $notes
* @property-read int|null $notes_count
* @method static Builder|MicropubClient newModelQuery()
* @method static Builder|MicropubClient newQuery()
* @method static Builder|MicropubClient query()
* @method static Builder|MicropubClient whereClientName($value)
* @method static Builder|MicropubClient whereClientUrl($value)
* @method static Builder|MicropubClient whereCreatedAt($value)
* @method static Builder|MicropubClient whereId($value)
* @method static Builder|MicropubClient whereUpdatedAt($value)
* @mixin Eloquent
*/
class MicropubClient extends Model
{
use HasFactory;
/**
* The table associated with the model.
*
* @var string
*/
/** @var string */
protected $table = 'clients';
/**
* The attributes that are mass assignable.
*
* @var array
*/
/** @var array<int, string> */
protected $fillable = ['client_url', 'client_name'];
/**
* Define the relationship with notes.
*
* @return HasMany
*/
public function notes(): HasMany
{
return $this->hasMany('App\Models\Note', 'client_id', 'client_url');

View file

@ -4,88 +4,34 @@ declare(strict_types=1);
namespace App\Models;
use App\Exceptions\TwitterContentException;
use App\CommonMark\Generators\MentionGenerator;
use App\CommonMark\Renderers\MentionRenderer;
use Codebird\Codebird;
use Eloquent;
use Exception;
use GuzzleHttp\Client;
use Illuminate\Database\Eloquent\Relations\{BelongsTo, BelongsToMany, HasMany, MorphMany};
use Illuminate\Database\Eloquent\{Builder, Collection, Factories\HasFactory, Model, SoftDeletes};
use Illuminate\Support\Carbon;
use Illuminate\Database\Eloquent\Builder;
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\Relations\BelongsTo;
use Illuminate\Database\Eloquent\Relations\BelongsToMany;
use Illuminate\Database\Eloquent\Relations\HasMany;
use Illuminate\Database\Eloquent\Relations\MorphMany;
use Illuminate\Database\Eloquent\SoftDeletes;
use Illuminate\Support\Facades\Cache;
use Jonnybarnes\IndieWeb\Numbers;
use Laravel\Scout\Searchable;
use League\CommonMark\Block\Element\{FencedCode, IndentedCode};
use League\CommonMark\Environment\Environment;
use League\CommonMark\Extension\Autolink\AutolinkExtension;
use League\CommonMark\{CommonMarkConverter, Environment};
use League\CommonMark\Extension\CommonMark\CommonMarkCoreExtension;
use League\CommonMark\Extension\CommonMark\Node\Block\FencedCode;
use League\CommonMark\Extension\CommonMark\Node\Block\IndentedCode;
use League\CommonMark\Extension\Mention\Mention;
use League\CommonMark\Extension\Mention\MentionExtension;
use League\CommonMark\MarkdownConverter;
use Normalizer;
use Spatie\CommonMarkHighlighter\{FencedCodeRenderer, IndentedCodeRenderer};
use Spatie\CommonMarkHighlighter\FencedCodeRenderer;
use Spatie\CommonMarkHighlighter\IndentedCodeRenderer;
/**
* App\Models\Note.
*
* @property int $id
* @property string|null $note
* @property string|null $in_reply_to
* @property string $shorturl
* @property string|null $location
* @property int|null $photo
* @property string|null $tweet_id
* @property string|null $client_id
* @property Carbon|null $created_at
* @property Carbon|null $updated_at
* @property Carbon|null $deleted_at
* @property int|null $place_id
* @property string|null $facebook_url
* @property string|null $searchable
* @property string|null $swarm_url
* @property string|null $instagram_url
* @property-read MicropubClient|null $client
* @property-read string|null $address
* @property-read string $content
* @property-read string $humandiff
* @property-read string $iso8601
* @property-read float|null $latitude
* @property-read float|null $longitude
* @property-read string $longurl
* @property-read string $nb60id
* @property-read string $pubdate
* @property-read object|null $twitter
* @property-read string $twitter_content
* @property-read Collection|Media[] $media
* @property-read int|null $media_count
* @property-read Place|null $place
* @property-read Collection|Tag[] $tags
* @property-read int|null $tags_count
* @property-read Collection|WebMention[] $webmentions
* @property-read int|null $webmentions_count
* @method static bool|null forceDelete()
* @method static Builder|Note nb60($nb60id)
* @method static Builder|Note newModelQuery()
* @method static Builder|Note newQuery()
* @method static \Illuminate\Database\Query\Builder|Note onlyTrashed()
* @method static Builder|Note query()
* @method static bool|null restore()
* @method static Builder|Note whereClientId($value)
* @method static Builder|Note whereCreatedAt($value)
* @method static Builder|Note whereDeletedAt($value)
* @method static Builder|Note whereFacebookUrl($value)
* @method static Builder|Note whereId($value)
* @method static Builder|Note whereInReplyTo($value)
* @method static Builder|Note whereInstagramUrl($value)
* @method static Builder|Note whereLocation($value)
* @method static Builder|Note whereNote($value)
* @method static Builder|Note wherePhoto($value)
* @method static Builder|Note wherePlaceId($value)
* @method static Builder|Note whereSearchable($value)
* @method static Builder|Note whereShorturl($value)
* @method static Builder|Note whereSwarmUrl($value)
* @method static Builder|Note whereTweetId($value)
* @method static Builder|Note whereUpdatedAt($value)
* @method static \Illuminate\Database\Query\Builder|Note withTrashed()
* @method static \Illuminate\Database\Query\Builder|Note withoutTrashed()
* @mixin Eloquent
*/
class Note extends Model
{
use HasFactory;
@ -102,12 +48,10 @@ class Note extends Model
/**
* This variable is used to keep track of contacts in a note.
*/
protected $contacts;
protected ?array $contacts;
/**
* Set our contacts variable to null.
*
* @param array $attributes
*/
public function __construct(array $attributes = [])
{
@ -115,85 +59,46 @@ class Note extends Model
$this->contacts = null;
}
/**
* The database table used by the model.
*
* @var string
*/
/** @var string */
protected $table = 'notes';
/**
* Mass-assignment.
*
* @var array
*/
/** @var array<int, string> */
protected $fillable = [
'note',
'in_reply_to',
'client_id',
];
/**
* Hide the column used with Laravel Scout.
*
* @var array
*/
/** @var array<int, string> */
protected $hidden = ['searchable'];
/**
* Define the relationship with tags.
*
* @return BelongsToMany
*/
public function tags()
public function tags(): BelongsToMany
{
return $this->belongsToMany('App\Models\Tag');
return $this->belongsToMany(Tag::class);
}
public function client(): BelongsTo
{
return $this->belongsTo(MicropubClient::class, 'client_id', 'client_url');
}
public function webmentions(): MorphMany
{
return $this->morphMany(WebMention::class, 'commentable');
}
public function place(): BelongsTo
{
return $this->belongsTo(Place::class);
}
public function media(): HasMany
{
return $this->hasMany(Media::class);
}
/**
* Define the relationship with clients.
*
* @return BelongsTo
*/
public function client()
{
return $this->belongsTo('App\Models\MicropubClient', 'client_id', 'client_url');
}
/**
* Define the relationship with webmentions.
*
* @return MorphMany
*/
public function webmentions()
{
return $this->morphMany('App\Models\WebMention', 'commentable');
}
/**
* Define the relationship with places.
*
* @return BelongsTo
*/
public function place()
{
return $this->belongsTo('App\Models\Place');
}
/**
* Define the relationship with media.
*
* @return HasMany
*/
public function media()
{
return $this->hasMany('App\Models\Media');
}
/**
* Set the attributes to be indexed for searching with Scout.
*
* @return array
* @return array<string, mixed>
*/
public function toSearchableArray(): array
{
@ -202,12 +107,7 @@ class Note extends Model
];
}
/**
* Normalize the note to Unicode FORM C.
*
* @param string|null $value
*/
public function setNoteAttribute(?string $value)
public function setNoteAttribute(?string $value): void
{
if ($value !== null) {
$normalized = normalizer_normalize($value, Normalizer::FORM_C);
@ -220,9 +120,6 @@ class Note extends Model
/**
* Pre-process notes for web-view.
*
* @param string|null $value
* @return string|null
*/
public function getNoteAttribute(?string $value): ?string
{
@ -235,8 +132,7 @@ class Note extends Model
return null;
}
$hcards = $this->makeHCards($value);
$hashtags = $this->autoLinkHashtag($hcards);
$hashtags = $this->autoLinkHashtag($value);
return $this->convertMarkdown($hashtags);
}
@ -244,23 +140,21 @@ class Note extends Model
/**
* Provide the content_html for JSON feed.
*
* In particular we want to include media links such as images.
*
* @return string
* In particular, we want to include media links such as images.
*/
public function getContentAttribute(): string
{
$note = $this->note;
$note = $this->getRawOriginal('note');
foreach ($this->media as $media) {
if ($media->type == 'image') {
$note .= '<img src="' . $media->url . '" alt="">';
if ($media->type === 'image') {
$note .= PHP_EOL . '<img src="' . $media->url . '" alt="">';
}
if ($media->type == 'audio') {
$note .= '<audio src="' . $media->url . '">';
if ($media->type === 'audio') {
$note .= PHP_EOL . '<audio src="' . $media->url . '">';
}
if ($media->type == 'video') {
$note .= '<video src="' . $media->url . '">';
if ($media->type === 'video') {
$note .= PHP_EOL . '<video src="' . $media->url . '">';
}
}
@ -272,72 +166,37 @@ class Note extends Model
return $note;
}
/**
* Generate the NewBase60 ID from primary ID.
*
* @return string
*/
public function getNb60idAttribute(): string
{
// we cast to string because sometimes the nb60id is an “int”
return (string) resolve(Numbers::class)->numto60($this->id);
}
/**
* The Long URL for a note.
*
* @return string
*/
public function getLongurlAttribute(): string
{
return config('app.url') . '/notes/' . $this->nb60id;
}
/**
* The Short URL for a note.
*
* @return string
*/
public function getShorturlAttribute(): string
{
return config('app.shorturl') . '/notes/' . $this->nb60id;
return config('url.shorturl') . '/notes/' . $this->nb60id;
}
/**
* Get the ISO8601 value for mf2.
*
* @return string
*/
public function getIso8601Attribute(): string
{
return $this->updated_at->toISO8601String();
}
/**
* Get the ISO8601 value for mf2.
*
* @return string
*/
public function getHumandiffAttribute(): string
{
return $this->updated_at->diffForHumans();
}
/**
* Get the publish date value for RSS feeds.
*
* @return string
*/
public function getPubdateAttribute(): string
{
return $this->updated_at->toRSSString();
}
/**
* Get the latitude value.
*
* @return float|null
*/
public function getLatitudeAttribute(): ?float
{
if ($this->place !== null) {
@ -353,11 +212,6 @@ class Note extends Model
return null;
}
/**
* Get the longitude value.
*
* @return float|null
*/
public function getLongitudeAttribute(): ?float
{
if ($this->place !== null) {
@ -374,10 +228,9 @@ class Note extends Model
}
/**
* Get the address for a note. This is either a reverse geo-code from the
* location, or is derived from the associated place.
* Get the address for a note.
*
* @return string|null
* This is either a reverse geo-code from the location, or is derived from the associated place.
*/
public function getAddressAttribute(): ?string
{
@ -393,12 +246,13 @@ class Note extends Model
/**
* Get the OEmbed html for a tweet the note is a reply to.
*
* @return object|null
*/
public function getTwitterAttribute(): ?object
{
if ($this->in_reply_to == null || mb_substr($this->in_reply_to, 0, 20, 'UTF-8') !== 'https://twitter.com/') {
if (
$this->in_reply_to === null ||
! $this->isTwitterLink($this->in_reply_to)
) {
return null;
}
@ -427,73 +281,28 @@ class Note extends Model
return $oEmbed;
}
/**
* Show a specific form of the note for twitter.
*
* That is we swap the contacts names for their known Twitter handles.
*
* @return string
* @throws TwitterContentException
*/
public function getTwitterContentAttribute(): string
{
// check for contacts
if ($this->contacts === null || count($this->contacts) === 0) {
throw new TwitterContentException('There are no contacts for this note');
}
// here we check the matched contact from the note corresponds to a contact
// in the database
if (
count(array_unique(array_values($this->contacts))) === 1
&& array_unique(array_values($this->contacts))[0] === null
) {
throw new TwitterContentException('The matched contact is not in the database');
}
// swap in twitter usernames
$swapped = preg_replace_callback(
self::USERNAMES_REGEX,
function ($matches) {
if (is_null($this->contacts[$matches[1]])) {
return $matches[0];
}
$contact = $this->contacts[$matches[1]];
if ($contact->twitter) {
return '@' . $contact->twitter;
}
return $contact->name;
},
$this->getOriginal('note')
);
return $this->convertMarkdown($swapped);
}
/**
* Scope a query to select a note via a NewBase60 id.
*
* @param Builder $query
* @param string $nb60id
* @return Builder
*/
public function scopeNb60(Builder $query, string $nb60id): Builder
{
$realId = resolve(Numbers::class)->b60tonum($nb60id);
// Check nb60 does not translate to ID too big for database int4 column
if ($realId > 2_147_483_647) {
abort(404);
}
return $query->where('id', resolve(Numbers::class)->b60tonum($nb60id));
}
/**
* Swap contacts nicks for a full mf2 h-card.
* Swap contacts nicks for a full mf2 h-card.
*
* Take note that this method does two things, given @username (NOT [@username](URL)!)
* we try to create a fancy hcard from our contact info. If this is not possible
* due to lack of contact info, we assume @username is a twitter handle and link it
* as such.
*
* @param string $text
* @return string
*/
private function makeHCards(string $text): string
{
@ -525,8 +334,6 @@ class Note extends Model
/**
* Get the value of the `contacts` property.
*
* @return array
*/
public function getContacts(): array
{
@ -539,8 +346,6 @@ class Note extends Model
/**
* Process the note and save the contacts to the `contacts` property.
*
* @return void
*/
public function setContacts(): void
{
@ -562,14 +367,11 @@ class Note extends Model
* Given a string and section, finds all hashtags matching
* `#[\-_a-zA-Z0-9]+` and wraps them in an `a` element with
* `rel=tag` set and a `href` of 'section/tagged/' + tagname without the #.
*
* @param string $note
* @return string
*/
public function autoLinkHashtag(string $note): string
{
return preg_replace_callback(
'/#([^\s]*)\b/',
'/#([^\s[:punct:]]+)/',
function ($matches) {
return '<a rel="tag" class="p-category" href="/notes/tagged/'
. Tag::normalize($matches[1]) . '">#'
@ -579,30 +381,30 @@ class Note extends Model
);
}
/**
* Pass a note through the commonmark library.
*
* @param string $note
* @return string
*/
private function convertMarkdown(string $note): string
{
$environment = Environment::createCommonMarkEnvironment();
$environment->addExtension(new AutolinkExtension());
$environment->addBlockRenderer(FencedCode::class, new FencedCodeRenderer());
$environment->addBlockRenderer(IndentedCode::class, new IndentedCodeRenderer());
$converter = new CommonMarkConverter([], $environment);
$config = [
'mentions' => [
'mentions_handle' => [
'prefix' => '@',
'pattern' => '([\w@.])+(\b)',
'generator' => new MentionGenerator(),
],
],
];
return $converter->convertToHtml($note);
$environment = new Environment($config);
$environment->addExtension(new CommonMarkCoreExtension());
$environment->addExtension(new AutolinkExtension());
$environment->addExtension(new MentionExtension());
$environment->addRenderer(Mention::class, new MentionRenderer());
$environment->addRenderer(FencedCode::class, new FencedCodeRenderer());
$environment->addRenderer(IndentedCode::class, new IndentedCodeRenderer());
$markdownConverter = new MarkdownConverter($environment);
return $markdownConverter->convert($note)->getContent();
}
/**
* Do a reverse geocode lookup of a `lat,lng` value.
*
* @param float $latitude
* @param float $longitude
* @return string
*/
public function reverseGeoCode(float $latitude, float $longitude): string
{
$latLng = $latitude . ',' . $longitude;
@ -660,4 +462,9 @@ class Note extends Model
return $address;
});
}
private function isTwitterLink(string $inReplyTo): bool
{
return str_starts_with($inReplyTo, 'https://twitter.com/');
}
}

25
app/Models/Passkey.php Normal file
View file

@ -0,0 +1,25 @@
<?php
declare(strict_types=1);
namespace App\Models;
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\Relations\BelongsTo;
class Passkey extends Model
{
use HasFactory;
/** @inerhitDoc */
protected $fillable = [
'passkey_id',
'passkey',
];
public function user(): BelongsTo
{
return $this->belongsTo(User::class);
}
}

View file

@ -5,87 +5,32 @@ declare(strict_types=1);
namespace App\Models;
use Cviebrock\EloquentSluggable\Sluggable;
use Eloquent;
use Illuminate\Database\Eloquent\Builder;
use Illuminate\Database\Eloquent\Casts\Attribute;
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\Relations\HasMany;
use Illuminate\Database\Eloquent\{Builder, Collection, Factories\HasFactory, Model};
use Illuminate\Support\Carbon;
use Illuminate\Support\Str;
/**
* App\Models\Place.
*
* @property int $id
* @property string $name
* @property string $slug
* @property string|null $description
* @property Carbon|null $created_at
* @property Carbon|null $updated_at
* @property string|null $icon
* @property string|null $foursquare
* @property mixed|null $external_urls
* @property float|null $latitude
* @property float|null $longitude
* @property-read string $longurl
* @property-read string $shorturl
* @property-read string $uri
* @property-read Collection|\App\Models\Note[] $notes
* @property-read int|null $notes_count
* @method static Builder|Place findSimilarSlugs($attribute, $config, $slug)
* @method static Builder|Place near($location, $distance = 1000)
* @method static Builder|Place newModelQuery()
* @method static Builder|Place newQuery()
* @method static Builder|Place query()
* @method static Builder|Place whereCreatedAt($value)
* @method static Builder|Place whereDescription($value)
* @method static Builder|Place whereExternalURL($url)
* @method static Builder|Place whereExternalUrls($value)
* @method static Builder|Place whereFoursquare($value)
* @method static Builder|Place whereIcon($value)
* @method static Builder|Place whereId($value)
* @method static Builder|Place whereLatitude($value)
* @method static Builder|Place whereLongitude($value)
* @method static Builder|Place whereName($value)
* @method static Builder|Place whereSlug($value)
* @method static Builder|Place whereUpdatedAt($value)
* @mixin Eloquent
*/
class Place extends Model
{
use HasFactory;
use Sluggable;
/**
* Get the route key for the model.
*
* @return string
*/
public function getRouteKeyName()
public function getRouteKeyName(): string
{
return 'slug';
}
/**
* The attributes that are mass assignable.
*
* @var array
*/
/** @var array<int, string> */
protected $fillable = ['name', 'slug'];
/**
* The attributes that should be cast.
*
* @var array
*/
/** @var array<string, string> */
protected $casts = [
'latitude' => 'float',
'longitude' => 'float',
];
/**
* Return the sluggable configuration array for this model.
*
* @return array
*/
public function sluggable(): array
{
return [
@ -96,23 +41,13 @@ class Place extends Model
];
}
/**
* Define the relationship with Notes.
*
* @return HasMany
*/
public function notes()
public function notes(): HasMany
{
return $this->hasMany('App\Models\Note');
}
/**
* Select places near a given location.
*
* @param Builder $query
* @param object $location
* @param int $distance
* @return Builder
*/
public function scopeNear(Builder $query, object $location, int $distance = 1000): Builder
{
@ -131,10 +66,6 @@ class Place extends Model
/**
* Select places based on a URL.
*
* @param Builder $query
* @param string $url
* @return Builder
*/
public function scopeWhereExternalURL(Builder $query, string $url): Builder
{
@ -143,60 +74,50 @@ class Place extends Model
]));
}
/**
* The Long URL for a place.
*
* @return string
*/
public function getLongurlAttribute(): string
protected function longurl(): Attribute
{
return config('app.url') . '/places/' . $this->slug;
return Attribute::get(
get: fn ($value, $attributes) => config('app.url') . '/places/' . $attributes['slug'],
);
}
/**
* The Short URL for a place.
*
* @return string
*/
public function getShorturlAttribute(): string
protected function shorturl(): Attribute
{
return config('app.shorturl') . '/places/' . $this->slug;
return Attribute::get(
get: fn ($value, $attributes) => config('url.shorturl') . '/places/' . $attributes['slug'],
);
}
/**
* This method is an alternative for `longurl`.
*
* @return string
*/
public function getUriAttribute(): string
protected function uri(): Attribute
{
return $this->longurl;
return Attribute::get(
get: fn () => $this->longurl,
);
}
/**
* Dealing with a jsonb column, so we check input first.
*
* @param string|null $url
*/
public function setExternalUrlsAttribute(?string $url)
protected function externalUrls(): Attribute
{
if ($url === null) {
return;
}
$type = $this->getType($url);
$already = [];
if (array_key_exists('external_urls', $this->attributes)) {
$already = json_decode($this->attributes['external_urls'], true);
}
$already[$type] = $url;
$this->attributes['external_urls'] = json_encode($already);
return Attribute::set(
set: function ($value, $attributes) {
if ($value === null) {
return $attributes['external_urls'] ?? null;
}
$type = $this->getType($value);
$already = [];
if (array_key_exists('external_urls', $attributes)) {
$already = json_decode($attributes['external_urls'], true);
}
$already[$type] = $value;
return json_encode($already);
}
);
}
/**
* Given a URL, see if it is one of our known types.
*
* @param string $url
* @return string
*/
private function getType(string $url): string
{

View file

@ -0,0 +1,62 @@
<?php
declare(strict_types=1);
namespace App\Models;
use Illuminate\Database\Eloquent\Casts\Attribute;
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;
class SyndicationTarget extends Model
{
use HasFactory;
/** @var array<int, string> */
protected $fillable = [
'uid',
'name',
'service_name',
'service_url',
'service_photo',
'user_name',
'user_url',
'user_photo',
];
/** @var array<int, string> */
protected $visible = [
'uid',
'name',
'service',
'user',
];
/** @var array<int, string> */
protected $appends = [
'service',
'user',
];
protected function service(): Attribute
{
return Attribute::get(
get: fn ($value, $attributes) => [
'name' => $attributes['service_name'],
'url' => $attributes['service_url'],
'photo' => $attributes['service_photo'],
],
);
}
protected function user(): Attribute
{
return Attribute::get(
get: fn ($value, $attributes) => [
'name' => $attributes['user_name'],
'url' => $attributes['user_url'],
'photo' => $attributes['user_photo'],
],
);
}
}

View file

@ -4,91 +4,43 @@ declare(strict_types=1);
namespace App\Models;
use Eloquent;
use Illuminate\Database\Eloquent\Builder;
use Illuminate\Database\Eloquent\Collection;
use Illuminate\Database\Eloquent\Casts\Attribute;
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\Relations\BelongsToMany;
use Illuminate\Support\Carbon;
use Illuminate\Support\Str;
/**
* App\Models\Tag.
*
* @property int $id
* @property string $tag
* @property Carbon|null $created_at
* @property Carbon|null $updated_at
* @property-read Collection|Bookmark[] $bookmarks
* @property-read int|null $bookmarks_count
* @property-read Collection|Note[] $notes
* @property-read int|null $notes_count
* @method static Builder|Tag newModelQuery()
* @method static Builder|Tag newQuery()
* @method static Builder|Tag query()
* @method static Builder|Tag whereCreatedAt($value)
* @method static Builder|Tag whereId($value)
* @method static Builder|Tag whereTag($value)
* @method static Builder|Tag whereUpdatedAt($value)
* @mixin Eloquent
*/
class Tag extends Model
{
use HasFactory;
/**
* We shall set a blacklist of non-modifiable model attributes.
*
* @var array
*/
/** @var array<int, string> */
protected $guarded = ['id'];
/**
* Define the relationship with notes.
*
* @return BelongsToMany
*/
public function notes()
public function notes(): BelongsToMany
{
return $this->belongsToMany('App\Models\Note');
return $this->belongsToMany(Note::class);
}
/**
* The bookmarks that belong to the tag.
*
* @return BelongsToMany
*/
public function bookmarks()
public function bookmarks(): BelongsToMany
{
return $this->belongsToMany('App\Models\Bookmark');
}
/**
* When creating a Tag model instance, invoke the nomralize method on the tag.
*
* @param string $value
*/
public function setTagAttribute(string $value)
protected function tag(): Attribute
{
$this->attributes['tag'] = $this->normalize($value);
return Attribute::set(
set: fn ($value) => self::normalize($value),
);
}
/**
* This method actually normalizes a tag. That means lowercase-ing and
* removing fancy diatric characters.
* Normalizes a tag.
*
* @param string $tag
* @return string
* That means convert to lowercase and removing fancy diatric characters.
*/
public static function normalize(string $tag): string
{
return mb_strtolower(
preg_replace(
'/&([a-z]{1,2})(acute|cedil|circ|grave|lig|orn|ring|slash|th|tilde|uml|caron);/i',
'$1',
htmlentities($tag)
),
'UTF-8'
);
return Str::slug($tag);
}
}

View file

@ -4,57 +4,30 @@ declare(strict_types=1);
namespace App\Models;
use Eloquent;
use Illuminate\Database\Eloquent\Builder;
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Relations\HasMany;
use Illuminate\Foundation\Auth\User as Authenticatable;
use Illuminate\Notifications\DatabaseNotification;
use Illuminate\Notifications\DatabaseNotificationCollection;
use Illuminate\Notifications\Notifiable;
use Illuminate\Support\Carbon;
/**
* App\Models\User.
*
* @property int $id
* @property string $name
* @property string $password
* @property string|null $remember_token
* @property Carbon|null $created_at
* @property Carbon|null $updated_at
* @property-read DatabaseNotificationCollection|DatabaseNotification[] $notifications
* @property-read int|null $notifications_count
* @method static Builder|User newModelQuery()
* @method static Builder|User newQuery()
* @method static Builder|User query()
* @method static Builder|User whereCreatedAt($value)
* @method static Builder|User whereId($value)
* @method static Builder|User whereName($value)
* @method static Builder|User wherePassword($value)
* @method static Builder|User whereRememberToken($value)
* @method static Builder|User whereUpdatedAt($value)
* @mixin Eloquent
*/
class User extends Authenticatable
{
use HasFactory;
use Notifiable;
/**
* The attributes that are mass assignable.
*
* @var array
*/
/** @var array<int, string> */
protected $fillable = [
'name', 'password',
];
/**
* The attributes that should be hidden for arrays.
*
* @var array
*/
/** @var array<int, string> */
protected $hidden = [
'password', 'remember_token',
'current_password',
'password',
'remember_token',
];
public function passkey(): HasMany
{
return $this->hasMany(Passkey::class);
}
}

View file

@ -6,162 +6,128 @@ namespace App\Models;
use App\Traits\FilterHtml;
use Codebird\Codebird;
use Eloquent;
use Illuminate\Database\Eloquent\Builder;
use Exception;
use Illuminate\Database\Eloquent\Casts\Attribute;
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\Relations\MorphTo;
use Illuminate\Filesystem\Filesystem;
use Illuminate\Support\Carbon;
use Illuminate\Support\Facades\Cache;
use Jonnybarnes\WebmentionsParser\Authorship;
use Jonnybarnes\WebmentionsParser\Exceptions\AuthorshipParserException;
/**
* App\Models\WebMention.
*
* @property int $id
* @property string $source
* @property string $target
* @property int|null $commentable_id
* @property string|null $commentable_type
* @property string|null $type
* @property string|null $content
* @property int $verified
* @property Carbon|null $created_at
* @property Carbon|null $updated_at
* @property string|null $deleted_at
* @property mixed|null $mf2
* @property-read WebMention|null $commentable
* @property-read array $author
* @property-read string|null $published
* @property-read string|null $reply
* @method static Builder|WebMention newModelQuery()
* @method static Builder|WebMention newQuery()
* @method static Builder|WebMention query()
* @method static Builder|WebMention whereCommentableId($value)
* @method static Builder|WebMention whereCommentableType($value)
* @method static Builder|WebMention whereContent($value)
* @method static Builder|WebMention whereCreatedAt($value)
* @method static Builder|WebMention whereDeletedAt($value)
* @method static Builder|WebMention whereId($value)
* @method static Builder|WebMention whereMf2($value)
* @method static Builder|WebMention whereSource($value)
* @method static Builder|WebMention whereTarget($value)
* @method static Builder|WebMention whereType($value)
* @method static Builder|WebMention whereUpdatedAt($value)
* @method static Builder|WebMention whereVerified($value)
* @mixin Eloquent
*/
class WebMention extends Model
{
use FilterHtml;
use HasFactory;
/**
* The database table used by the model.
*
* @var string
*/
/** @var string */
protected $table = 'webmentions';
/**
* We shall set a blacklist of non-modifiable model attributes.
*
* @var array
*/
/** @var array<int, string> */
protected $guarded = ['id'];
/**
* Define the relationship.
*
* @return MorphTo
*/
public function commentable()
public function commentable(): MorphTo
{
return $this->morphTo();
}
/**
* Get the author of the webmention.
*
* @return array
* @throws AuthorshipParserException
*/
public function getAuthorAttribute(): array
protected function author(): Attribute
{
$authorship = new Authorship();
$hCard = $authorship->findAuthor(json_decode($this->mf2, true));
return Attribute::get(
get: function ($value, $attributes) {
if (
! array_key_exists('mf2', $attributes) ||
$attributes['mf2'] === null
) {
return null;
}
if ($hCard === false) {
return [];
}
$authorship = new Authorship();
$hCard = $authorship->findAuthor(json_decode($attributes['mf2'], true));
if (
array_key_exists('properties', $hCard) &&
array_key_exists('photo', $hCard['properties'])
) {
$hCard['properties']['photo'][0] = $this->createPhotoLink($hCard['properties']['photo'][0]);
}
if ($hCard === false) {
return null;
}
return $hCard;
}
if (
array_key_exists('properties', $hCard) &&
array_key_exists('photo', $hCard['properties'])
) {
$hCard['properties']['photo'][0] = $this->createPhotoLink($hCard['properties']['photo'][0]);
}
/**
* Get the published value for the webmention.
*
* @return string|null
*/
public function getPublishedAttribute(): ?string
{
$mf2 = $this->mf2 ?? '';
$microformats = json_decode($mf2, true);
if (isset($microformats['items'][0]['properties']['published'][0])) {
try {
$published = carbon()->parse(
$microformats['items'][0]['properties']['published'][0]
)->toDayDateTimeString();
} catch (\Exception $exception) {
$published = $this->updated_at->toDayDateTimeString();
return $hCard;
}
} else {
$published = $this->updated_at->toDayDateTimeString();
}
return $published;
);
}
/**
* Get the filtered HTML of a reply.
*
* @return string|null
*/
public function getReplyAttribute(): ?string
protected function published(): Attribute
{
if ($this->mf2 === null) {
return null;
}
$microformats = json_decode($this->mf2, true);
if (isset($microformats['items'][0]['properties']['content'][0]['html'])) {
return $this->filterHtml($microformats['items'][0]['properties']['content'][0]['html']);
}
return Attribute::get(
get: function ($value, $attributes) {
$mf2 = $attributes['mf2'] ?? '';
$microformats = json_decode($mf2, true);
if (isset($microformats['items'][0]['properties']['published'][0])) {
try {
$published = carbon()->parse(
$microformats['items'][0]['properties']['published'][0]
)->toDayDateTimeString();
} catch (Exception) {
$published = $this->updated_at->toDayDateTimeString();
}
} else {
$published = $this->updated_at->toDayDateTimeString();
}
return null;
return $published;
}
);
}
protected function reply(): Attribute
{
return Attribute::get(
get: function ($value, $attributes) {
if (
! array_key_exists('mf2', $attributes) ||
$attributes['mf2'] === null
) {
return null;
}
$microformats = json_decode($attributes['mf2'], true);
if (isset($microformats['items'][0]['properties']['content'][0]['html'])) {
return $this->filterHtml($microformats['items'][0]['properties']['content'][0]['html']);
}
return null;
}
);
}
/**
* Create the photo link.
*
* @param string $url
* @return string
*/
public function createPhotoLink(string $url): string
public function createPhotoLink(string|array $url): string
{
if (is_array($url)) {
if (! array_key_exists('value', $url)) {
return '';
}
$url = $url['value'];
}
$url = normalize_url($url);
$host = parse_url($url, PHP_URL_HOST);
if ($host == 'pbs.twimg.com') {
if ($host === 'pbs.twimg.com') {
//make sure we use HTTPS, we know twitter supports it
return str_replace('http://', 'https://', $url);
}
if ($host == 'twitter.com') {
if ($host === 'twitter.com') {
if (Cache::has($url)) {
return Cache::get($url);
}
@ -173,6 +139,7 @@ class WebMention extends Model
return $profile_image;
}
$filesystem = new Filesystem();
if ($filesystem->exists(public_path() . '/assets/profile-images/' . $host . '/image')) {
return '/assets/profile-images/' . $host . '/image';

Some files were not shown because too many files have changed in this diff Show more