James Brooks
eb2b47d69a
Merge pull request #4564 from cachethq/dependabot/composer/php-dependencies-396adc6383
2025-06-30 11:40:11 +01:00
dependabot[bot]
8d3ef53d8b
Bump laravel/nightwatch in the php-dependencies group
...
---
updated-dependencies:
- dependency-name: laravel/nightwatch
dependency-version: 1.10.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: php-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-30 08:58:27 +00:00
James Brooks
f2da773549
Merge pull request #4563 from cachethq/dependabot/composer/php-dependencies-b8b6bd3618
2025-06-27 09:02:38 +01:00
dependabot[bot]
aabb4b8557
Bump laravel/nightwatch in the php-dependencies group
...
Bumps the php-dependencies group with 1 update: [laravel/nightwatch](https://github.com/laravel/nightwatch ).
Updates `laravel/nightwatch` from 1.8.4 to 1.9.0
- [Release notes](https://github.com/laravel/nightwatch/releases )
- [Changelog](https://github.com/laravel/nightwatch/blob/1.x/CHANGELOG.md )
- [Commits](https://github.com/laravel/nightwatch/compare/v1.8.4...v1.9.0 )
---
updated-dependencies:
- dependency-name: laravel/nightwatch
dependency-version: 1.9.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: php-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-27 07:52:32 +00:00
James Brooks
9a07f0ba21
Merge pull request #4561 from cachethq/dependabot/composer/php-dependencies-f9492d8cc7
...
Bump laravel/nightwatch from 1.7.4 to 1.8.4 in the php-dependencies group
2025-06-25 10:01:00 +01:00
dependabot[bot]
b18e5c9571
Bump laravel/nightwatch in the php-dependencies group
...
Bumps the php-dependencies group with 1 update: [laravel/nightwatch](https://github.com/laravel/nightwatch ).
Updates `laravel/nightwatch` from 1.7.4 to 1.8.4
- [Release notes](https://github.com/laravel/nightwatch/releases )
- [Changelog](https://github.com/laravel/nightwatch/blob/1.x/CHANGELOG.md )
- [Commits](https://github.com/laravel/nightwatch/compare/v1.7.4...v1.8.4 )
---
updated-dependencies:
- dependency-name: laravel/nightwatch
dependency-version: 1.8.4
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: php-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-25 07:32:09 +00:00
James Brooks
aaae03440d
Merge pull request #4560 from cachethq/dependabot/composer/php-dependencies-f3a44a0f7b
2025-06-19 09:01:53 +01:00
dependabot[bot]
93a9f8a253
Bump laravel/nightwatch in the php-dependencies group
...
Bumps the php-dependencies group with 1 update: [laravel/nightwatch](https://github.com/laravel/nightwatch ).
Updates `laravel/nightwatch` from 1.7.3 to 1.7.4
- [Release notes](https://github.com/laravel/nightwatch/releases )
- [Changelog](https://github.com/laravel/nightwatch/blob/1.x/CHANGELOG.md )
- [Commits](https://github.com/laravel/nightwatch/compare/v1.7.3...v1.7.4 )
---
updated-dependencies:
- dependency-name: laravel/nightwatch
dependency-version: 1.7.4
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: php-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-19 07:36:32 +00:00
James Brooks
c1b12e5c47
Merge pull request #4558 from cachethq/dependabot/composer/php-dependencies-174e9a77c3
2025-06-18 09:01:57 +01:00
dependabot[bot]
36aff48121
Bump laravel/nightwatch in the php-dependencies group
...
Bumps the php-dependencies group with 1 update: [laravel/nightwatch](https://github.com/laravel/nightwatch ).
Updates `laravel/nightwatch` from 1.7.2 to 1.7.3
- [Release notes](https://github.com/laravel/nightwatch/releases )
- [Changelog](https://github.com/laravel/nightwatch/blob/1.x/CHANGELOG.md )
- [Commits](https://github.com/laravel/nightwatch/compare/v1.7.2...v1.7.3 )
---
updated-dependencies:
- dependency-name: laravel/nightwatch
dependency-version: 1.7.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: php-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-18 07:36:50 +00:00
James Brooks
720b9952ae
Merge pull request #4557 from PolNavarro/fix-missing-service-providers
2025-06-17 20:14:27 +01:00
Pol
58be81bd9a
Fix login Method Not Allowed error by registering missing service providers
...
The dashboard login was failing with "Method Not Allowed" error because
Cachet's service providers were not properly registered in Laravel 11's
bootstrap/providers.php file. This caused Filament authentication routes
to not be loaded, resulting in only GET routes being available for login.
This commit adds the missing CachetCoreServiceProvider and
CachetDashboardServiceProvider to the providers array, which resolves
the login functionality and ensures all Filament routes are properly
registered.
Fixes #4533
2025-06-17 20:38:31 +02:00
James Brooks
a8456116cd
Merge pull request #4556 from cachethq/dependabot/composer/php-dependencies-87b83d3a3d
2025-06-17 11:45:01 +01:00
dependabot[bot]
da3d9e3688
Bump laravel/nightwatch in the php-dependencies group
...
Bumps the php-dependencies group with 1 update: [laravel/nightwatch](https://github.com/laravel/nightwatch ).
Updates `laravel/nightwatch` from 1.6.0 to 1.7.2
- [Release notes](https://github.com/laravel/nightwatch/releases )
- [Changelog](https://github.com/laravel/nightwatch/blob/1.x/CHANGELOG.md )
- [Commits](https://github.com/laravel/nightwatch/compare/v1.6.0...v1.7.2 )
---
updated-dependencies:
- dependency-name: laravel/nightwatch
dependency-version: 1.7.2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: php-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-17 07:23:54 +00:00
James Brooks
4fcd3bc78b
Merge pull request #4554 from cachethq/dependabot/composer/php-dependencies-6a45c5dd75
2025-06-16 08:19:54 +01:00
dependabot[bot]
d22d5f529a
Bump laravel/nightwatch in the php-dependencies group
...
Bumps the php-dependencies group with 1 update: [laravel/nightwatch](https://github.com/laravel/nightwatch ).
Updates `laravel/nightwatch` from 1.5.1 to 1.6.0
- [Release notes](https://github.com/laravel/nightwatch/releases )
- [Changelog](https://github.com/laravel/nightwatch/blob/1.x/CHANGELOG.md )
- [Commits](https://github.com/laravel/nightwatch/compare/v1.5.1...v1.6.0 )
---
updated-dependencies:
- dependency-name: laravel/nightwatch
dependency-version: 1.6.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: php-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-16 07:10:00 +00:00
James Brooks
dea20e5ffb
Merge pull request #4553 from cachethq/dependabot/composer/php-dependencies-6129dc52a8
2025-06-06 09:01:35 +01:00
dependabot[bot]
2e3fc293be
Bump laravel/pail from 1.2.2 to 1.2.3 in the php-dependencies group
...
Bumps the php-dependencies group with 1 update: [laravel/pail](https://github.com/laravel/pail ).
Updates `laravel/pail` from 1.2.2 to 1.2.3
- [Release notes](https://github.com/laravel/pail/releases )
- [Changelog](https://github.com/laravel/pail/blob/main/CHANGELOG.md )
- [Commits](https://github.com/laravel/pail/compare/v1.2.2...v1.2.3 )
---
updated-dependencies:
- dependency-name: laravel/pail
dependency-version: 1.2.3
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: php-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-06 07:40:10 +00:00
James Brooks
6bf8a58a83
Merge pull request #4551 from cachethq/dependabot/composer/php-dependencies-676d7f34fe
2025-05-21 11:01:30 +01:00
dependabot[bot]
8453501d72
Bump laravel/nightwatch in the php-dependencies group
...
Bumps the php-dependencies group with 1 update: [laravel/nightwatch](https://github.com/laravel/nightwatch ).
Updates `laravel/nightwatch` from 1.5.0 to 1.5.1
- [Release notes](https://github.com/laravel/nightwatch/releases )
- [Changelog](https://github.com/laravel/nightwatch/blob/1.x/CHANGELOG.md )
- [Commits](https://github.com/laravel/nightwatch/compare/v1.5.0...v1.5.1 )
---
updated-dependencies:
- dependency-name: laravel/nightwatch
dependency-version: 1.5.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: php-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-21 07:15:25 +00:00
StyleCI Bot
5e6e01f017
Apply fixes from StyleCI
2025-05-13 10:01:27 +00:00
James Brooks
586a8c1b37
Fix config issue
2025-05-13 11:01:18 +01:00
StyleCI Bot
92ad41e4a1
Apply fixes from StyleCI
2025-05-13 09:37:59 +00:00
James Brooks
0ee1e3c43a
Add locales
2025-05-13 10:37:38 +01:00
James Brooks
4b798155b2
Merge pull request #4546 from cachethq/dependabot/composer/php-dependencies-6d7712af2c
2025-05-09 09:31:54 +01:00
dependabot[bot]
007e6e369a
Bump laravel/pint from 1.22.0 to 1.22.1 in the php-dependencies group
...
Bumps the php-dependencies group with 1 update: [laravel/pint](https://github.com/laravel/pint ).
Updates `laravel/pint` from 1.22.0 to 1.22.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.22.0...v1.22.1 )
---
updated-dependencies:
- dependency-name: laravel/pint
dependency-version: 1.22.1
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: php-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-09 07:29:48 +00:00
StyleCI Bot
717c22b3b3
Apply fixes from StyleCI
2025-05-08 11:55:30 +00:00
James Brooks
5de867b2c5
Update cachet config
2025-05-08 12:55:10 +01:00
James Brooks
1c34a7208f
Add trusted proxies support
2025-05-08 12:53:31 +01:00
James Brooks
ccd1b736d7
Update Nightwatch
2025-05-07 07:59:26 +01:00
James Brooks
ed9f3929e0
Merge pull request #4543 from cachethq/dependabot/composer/league/commonmark-2.7.0
2025-05-06 07:27:26 +01:00
dependabot[bot]
5a1ca0950b
Bump league/commonmark from 2.6.2 to 2.7.0
...
Bumps [league/commonmark](https://github.com/thephpleague/commonmark ) from 2.6.2 to 2.7.0.
- [Release notes](https://github.com/thephpleague/commonmark/releases )
- [Changelog](https://github.com/thephpleague/commonmark/blob/2.7/CHANGELOG.md )
- [Commits](https://github.com/thephpleague/commonmark/compare/2.6.2...2.7.0 )
---
updated-dependencies:
- dependency-name: league/commonmark
dependency-version: 2.7.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-06 02:01:10 +00:00
James Brooks
127df0b80d
Merge pull request #4541 from cachethq/dependabot/composer/php-dependencies-e5d80a27a2
2025-04-30 09:18:08 +01:00
dependabot[bot]
d2a985e11b
Bump laravel/sanctum from 4.1.0 to 4.1.1 in the php-dependencies group
...
Bumps the php-dependencies group with 1 update: [laravel/sanctum](https://github.com/laravel/sanctum ).
Updates `laravel/sanctum` from 4.1.0 to 4.1.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.1.0...v4.1.1 )
---
updated-dependencies:
- dependency-name: laravel/sanctum
dependency-version: 4.1.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: php-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-30 07:59:57 +00:00
James Brooks
c1afec675d
Merge pull request #4539 from cachethq/dependabot/composer/php-dependencies-4805395b27
2025-04-28 09:43:10 +01:00
dependabot[bot]
667775f202
Bump laravel/nightwatch in the php-dependencies group
...
Bumps the php-dependencies group with 1 update: [laravel/nightwatch](https://github.com/laravel/nightwatch ).
Updates `laravel/nightwatch` from 1.3.0 to 1.4.0
- [Release notes](https://github.com/laravel/nightwatch/releases )
- [Changelog](https://github.com/laravel/nightwatch/blob/1.x/CHANGELOG.md )
- [Commits](https://github.com/laravel/nightwatch/compare/v1.3.0...v1.4.0 )
---
updated-dependencies:
- dependency-name: laravel/nightwatch
dependency-version: 1.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: php-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-28 07:42:09 +00:00
James Brooks
e9d31a5062
Merge pull request #4537 from cachethq/dependabot/composer/php-dependencies-cc745e6d3c
2025-04-24 08:48:15 +01:00
dependabot[bot]
4e7bf5b023
Bump the php-dependencies group across 1 directory with 2 updates
...
Bumps the php-dependencies group with 2 updates in the / directory: [laravel/nightwatch](https://github.com/laravel/nightwatch ) and [laravel/sanctum](https://github.com/laravel/sanctum ).
Updates `laravel/nightwatch` from 1.2.1 to 1.3.0
- [Release notes](https://github.com/laravel/nightwatch/releases )
- [Changelog](https://github.com/laravel/nightwatch/blob/1.x/CHANGELOG.md )
- [Commits](https://github.com/laravel/nightwatch/compare/v1.2.1...v1.3.0 )
Updates `laravel/sanctum` from 4.0.8 to 4.1.0
- [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.8...v4.1.0 )
---
updated-dependencies:
- dependency-name: laravel/nightwatch
dependency-version: 1.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: php-dependencies
- dependency-name: laravel/sanctum
dependency-version: 4.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: php-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-24 07:39:36 +00:00
James Brooks
7acec4785c
Merge pull request #4534 from cachethq/dependabot/composer/php-dependencies-246820b7a5
2025-04-16 09:22:05 +01:00
dependabot[bot]
b2697747d2
Bump laravel/nightwatch in the php-dependencies group
...
Bumps the php-dependencies group with 1 update: [laravel/nightwatch](https://github.com/laravel/nightwatch ).
Updates `laravel/nightwatch` from 1.1.2 to 1.2.1
- [Release notes](https://github.com/laravel/nightwatch/releases )
- [Changelog](https://github.com/laravel/nightwatch/blob/1.x/CHANGELOG.md )
- [Commits](https://github.com/laravel/nightwatch/compare/v1.1.2...v1.2.1 )
---
updated-dependencies:
- dependency-name: laravel/nightwatch
dependency-version: 1.2.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: php-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-16 07:40:01 +00:00
James Brooks
cafde72b76
Merge pull request #4531 from cachethq/dependabot/composer/php-dependencies-bc9a0ba0d5
...
Bump laravel/pint from 1.21.2 to 1.22.0 in the php-dependencies group
2025-04-09 08:21:18 +01:00
dependabot[bot]
4bf2598bf3
Bump laravel/pint from 1.21.2 to 1.22.0 in the php-dependencies group
...
Bumps the php-dependencies group with 1 update: [laravel/pint](https://github.com/laravel/pint ).
Updates `laravel/pint` from 1.21.2 to 1.22.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.21.2...v1.22.0 )
---
updated-dependencies:
- dependency-name: laravel/pint
dependency-version: 1.22.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: php-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-09 07:16:01 +00:00
James Brooks
0f55f23e06
Merge pull request #4528 from cachethq/dependabot/composer/php-dependencies-684fd06380
...
Bump laravel/nightwatch from 1.1.1 to 1.1.2 in the php-dependencies group
2025-03-31 10:45:05 +01:00
dependabot[bot]
f6e20ca613
Bump laravel/nightwatch in the php-dependencies group
...
Bumps the php-dependencies group with 1 update: [laravel/nightwatch](https://github.com/laravel/nightwatch ).
Updates `laravel/nightwatch` from 1.1.1 to 1.1.2
- [Release notes](https://github.com/laravel/nightwatch/releases )
- [Changelog](https://github.com/laravel/nightwatch/blob/1.x/CHANGELOG.md )
- [Commits](https://github.com/laravel/nightwatch/compare/v1.1.1...v1.1.2 )
---
updated-dependencies:
- dependency-name: laravel/nightwatch
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: php-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-31 07:01:34 +00:00
James Brooks
688a12e20b
Merge pull request #4527 from cachethq/dependabot/composer/php-dependencies-f38ab0104d
2025-03-28 07:23:40 +00:00
dependabot[bot]
d5bf53c6cc
Bump guzzlehttp/guzzle from 7.9.2 to 7.9.3 in the php-dependencies group
...
Bumps the php-dependencies group with 1 update: [guzzlehttp/guzzle](https://github.com/guzzle/guzzle ).
Updates `guzzlehttp/guzzle` from 7.9.2 to 7.9.3
- [Release notes](https://github.com/guzzle/guzzle/releases )
- [Changelog](https://github.com/guzzle/guzzle/blob/7.9/CHANGELOG.md )
- [Commits](https://github.com/guzzle/guzzle/compare/7.9.2...7.9.3 )
---
updated-dependencies:
- dependency-name: guzzlehttp/guzzle
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: php-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-28 07:10:54 +00:00
James Brooks
f8627539b5
Merge pull request #4525 from cachethq/dependabot/composer/php-dependencies-edfca984db
...
Bump laravel/nightwatch from 1.1.0 to 1.1.1 in the php-dependencies group
2025-03-20 07:59:15 +00:00
dependabot[bot]
03fe62565b
Bump laravel/nightwatch in the php-dependencies group
...
Bumps the php-dependencies group with 1 update: [laravel/nightwatch](https://github.com/laravel/nightwatch ).
Updates `laravel/nightwatch` from 1.1.0 to 1.1.1
- [Release notes](https://github.com/laravel/nightwatch/releases )
- [Changelog](https://github.com/laravel/nightwatch/blob/1.x/CHANGELOG.md )
- [Commits](https://github.com/laravel/nightwatch/compare/v1.1.0...v1.1.1 )
---
updated-dependencies:
- dependency-name: laravel/nightwatch
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: php-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-20 07:23:31 +00:00
James Brooks
7ab27a9bff
Merge pull request #4520 from cachethq/dependabot/composer/php-dependencies-8e704aacdc
2025-03-18 08:03:13 +00:00
dependabot[bot]
0e00d09433
Bump laravel/nightwatch in the php-dependencies group
...
Bumps the php-dependencies group with 1 update: [laravel/nightwatch](https://github.com/laravel/nightwatch ).
Updates `laravel/nightwatch` from 1.0.7 to 1.1.0
- [Release notes](https://github.com/laravel/nightwatch/releases )
- [Changelog](https://github.com/laravel/nightwatch/blob/1.x/CHANGELOG.md )
- [Commits](https://github.com/laravel/nightwatch/compare/v1.0.7...v1.1.0 )
---
updated-dependencies:
- dependency-name: laravel/nightwatch
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: php-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-18 07:54:07 +00:00