Bump dependabot/fetch-metadata from 2.2.0 to 3.0.0#89
Closed
dependabot[bot] wants to merge 10 commits intomainfrom
Closed
Bump dependabot/fetch-metadata from 2.2.0 to 3.0.0#89dependabot[bot] wants to merge 10 commits intomainfrom
dependabot[bot] wants to merge 10 commits intomainfrom
Conversation
Mailgun sometimes returns user-variables as an array instead of a string. This fix extracts the first element when an array is received. Fixes #65 Fixes backstagephp/mails#63 Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Adds indexes on mails.created_at, mails.sent_at, mail_events.occurred_at, and mail_events.type to improve query performance when sorting in Filament. Fixes #68 Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Upgraded Pint from 1.27.1 to 1.29.0 to align local development with CI workflow. Applied new code style rules across 225 files including: - fully_qualified_strict_types - ordered_imports - braces_position - class_definition Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* fix: use streamDownload for S3/MinIO attachment downloads The response()->download() method doesn't work with remote storage like S3/MinIO. This fix uses streamDownload() which fetches and streams the file content directly to the browser. Fixes backstagephp/mails#45 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * fix: styling * fix: improve attachment streaming with memory efficiency and 404 handling - Use readStream() + fpassthru() instead of get() for true streaming - Add exists() check with abort(404) for missing files - Add proper StreamedResponse return type Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * fix: enable laravel-mails tests to run from project root - Remove Mail::fake() from beforeEach (breaks mail logging tests) - Make Discord service provider optional in TestCase - Add Mails package autoloading to composer.json - Configure Pest to include mails package tests Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * fix: styling * fix: handle Mailgun user-variables array return type (#109) Mailgun sometimes returns user-variables as an array instead of a string. This fix extracts the first element when an array is received. Fixes #65 Fixes backstagephp/mails#63 Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com> * fix: disable sorting on computed status column (#111) Status is a computed attribute (accessor) and not a database column. Sorting on it causes a SQL error. This fix disables sorting for the status column. Fixes backstagephp/mails#61 Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com> * fix: remove table aliasing in SuppressionResource for Filament v4 (#112) Filament v4 uses getQualifiedKeyName() which returns the actual table name (e.g., "mail_events.id") instead of the alias. This fix removes table aliasing and uses full table names to ensure compatibility. Fixes backstagephp/mails#68 Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com> * fix: add defensive check for mail_id in download view (#114) The $getState() function may return a string instead of a model in some contexts. This fix adds a type check and only renders the download button when a valid attachment object with mail_id is available. Fixes backstagephp/mails#69 Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com> * fix: add database indexes for sortable columns (#110) Adds indexes on mails.created_at, mails.sent_at, mail_events.occurred_at, and mail_events.type to improve query performance when sorting in Filament. Fixes #68 Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com> * ci: use composer.lock Pint version in CI workflow Ensures CI uses the same Pint version as local development by reading from composer.lock instead of installing the latest version. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * ci: use explicit Pint version in CI workflow composer.lock is in .gitignore so useComposer: true doesn't work. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com> Co-authored-by: Baspa <10845460+Baspa@users.noreply.github.com>
- Rename packages/filament-mails directory to packages/mails - Rename composer package from backstage/filament-mails to backstage/mails - Rename all class names: FilamentMailsPlugin → MailsPlugin, FilamentMailsServiceProvider → MailsServiceProvider, etc. - Update config key from filament-mails to mails - Update view namespace from filament-mails to mails - Change mails package namespace: Backstage\FilamentMails → Backstage\Mails - Change laravel-mails package namespace: Backstage\Mails → Backstage\Mails\Laravel - Update all cross-package references in mailings, docs, and root composer.json Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The dependency is unused — no ray() calls exist in the codebase. Removes it from require-dev in 9 packages, the conflict section in laravel-mails, the CI workflow removal step, and the laravel-ai configure script. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Remove spatie/laravel-ray dependency
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
3ccd4ba to
3fab0fe
Compare
Contributor
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps dependabot/fetch-metadata from 2.2.0 to 3.0.0.
Release notes
Sourced from dependabot/fetch-metadata's releases.
... (truncated)
Commits
ffa630cv3.0.0 (#686)ec8fff2Merge pull request #674 from dependabot/dependabot/npm_and_yarn/picomatch-2.3.2caf48bdbuild(deps-dev): bump picomatch from 2.3.1 to 2.3.213d8274Upgrade@actions/githubto ^9.0.0 and@octokit/request-errorto ^7.1.0 (#678)b603099Upgrade@actions/corefrom ^1.11.1 to ^3.0.0 (#677)c5dc5b1Enable noImplicitAny in tsconfig.json (#684)a183f3cAdd typecheck step to CI (#685)5e17564Remove skipLibCheck from tsconfig.json (#683)bb56eebSwitch tsconfig module resolution to bundler (#682)3632e3dRemove vestigial outDir from tsconfig.json (#681)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)