[PR #579] [CLOSED] Fix #573 by updating spatie/laravel-ignition #834

Closed
opened 2026-02-04 18:54:24 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/579
Author: @rmartinoscar
Created: 9/19/2024
Status: Closed

Base: mainHead: issue/573


📝 Commits (3)

  • c359a8e Update spatie/laravel-ignition & misc stuff
  • 82eca84 Merge branch 'pelican-dev:main' into issue/573
  • 1c02c4c Update composer.lock

📊 Changes

5 files changed (+103 additions, -30 deletions)

View changed files

📝 app/Exceptions/ManifestDoesNotExistException.php (+2 -2)
📝 app/Exceptions/Solutions/ManifestDoesNotExistSolution.php (+2 -2)
📝 composer.json (+1 -1)
📝 composer.lock (+97 -24)
📝 package.json (+1 -1)

📄 Description

  • Update spatie/laravel-ignition ^2.7 > ^2.8 (spatie/ignition ^1.14 > ^1.15, spatie/flare-client-php ^1.6.0 > ^1.8.0)

  • Edit the clean script in package.json#L134 to remove cd, set --no-interaction and add manifest.json

  • Change getDocumentationLinks cause the link given was dead

  • Update composer.lock

  • Update yarn.lock havn't been updated in ages maybe it's time, same goes for the mysql schema

This can't be merged without updating composer.lock


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/579 **Author:** [@rmartinoscar](https://github.com/rmartinoscar) **Created:** 9/19/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `issue/573` --- ### 📝 Commits (3) - [`c359a8e`](https://github.com/pelican-dev/panel/commit/c359a8e2395b2df2c4217424738294ea393bd9ec) Update spatie/laravel-ignition & misc stuff - [`82eca84`](https://github.com/pelican-dev/panel/commit/82eca8497d68978131869f770bf9c40b9ab4cb04) Merge branch 'pelican-dev:main' into issue/573 - [`1c02c4c`](https://github.com/pelican-dev/panel/commit/1c02c4c98243d7addfec0ba0d19743fefa509a53) Update composer.lock ### 📊 Changes **5 files changed** (+103 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `app/Exceptions/ManifestDoesNotExistException.php` (+2 -2) 📝 `app/Exceptions/Solutions/ManifestDoesNotExistSolution.php` (+2 -2) 📝 `composer.json` (+1 -1) 📝 `composer.lock` (+97 -24) 📝 `package.json` (+1 -1) </details> ### 📄 Description - [x] Update spatie/laravel-ignition `^2.7` > `^2.8` (spatie/ignition `^1.14` > `^1.15`, spatie/flare-client-php `^1.6.0` > `^1.8.0`) - [x] Edit the _clean_ script in [package.json#L134](https://github.com/RMartinOscar/panel/blob/fa93133fad3a59d876170b478b3bf9e3b85dde46/package.json#L134) to remove `cd`, set [--no-interaction](https://www.npmjs.com/package/rimraf/v/4.4.1#command-line-interface) and add `manifest.json` - [x] Change `getDocumentationLinks` cause the link given was dead - [x] Update [composer.lock](https://github.com/pelican-dev/panel/blob/main/composer.lock) - [ ] Update [yarn.lock](https://github.com/pelican-dev/panel/blob/main/yarn.lock) havn't been updated in ages maybe it's time, same goes for the [mysql schema](https://github.com/pelican-dev/panel/blob/main/database/schema/mysql-schema.sql) **This can't be merged without updating [composer.lock](https://github.com/pelican-dev/panel/blob/main/composer.lock)** --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 18:54:24 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#834