Skip to content

chore(deps): bump dependabot/fetch-metadata from 2.5.0 to 3.0.0#29

Open
dependabot[bot] wants to merge 32 commits intomainfrom
dependabot/github_actions/dependabot/fetch-metadata-3.0.0
Open

chore(deps): bump dependabot/fetch-metadata from 2.5.0 to 3.0.0#29
dependabot[bot] wants to merge 32 commits intomainfrom
dependabot/github_actions/dependabot/fetch-metadata-3.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 30, 2026

Bumps dependabot/fetch-metadata from 2.5.0 to 3.0.0.

Release notes

Sourced from dependabot/fetch-metadata's releases.

v3.0.0

What's Changed

New Contributors

Full Changelog: dependabot/fetch-metadata@v2...v3.0.0

Commits
  • ffa630c v3.0.0 (#686)
  • ec8fff2 Merge pull request #674 from dependabot/dependabot/npm_and_yarn/picomatch-2.3.2
  • caf48bd build(deps-dev): bump picomatch from 2.3.1 to 2.3.2
  • 13d8274 Upgrade @​actions/github to ^9.0.0 and @​octokit/request-error to ^7.1.0 (#678)
  • b603099 Upgrade @​actions/core from ^1.11.1 to ^3.0.0 (#677)
  • c5dc5b1 Enable noImplicitAny in tsconfig.json (#684)
  • a183f3c Add typecheck step to CI (#685)
  • 5e17564 Remove skipLibCheck from tsconfig.json (#683)
  • bb56eeb Switch tsconfig module resolution to bundler (#682)
  • 3632e3d Remove vestigial outDir from tsconfig.json (#681)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Baspa and others added 30 commits December 12, 2025 12:49
* Squashed 'packages/filament-uploadcare-field/' content from commit 34c1516

git-subtree-dir: packages/filament-uploadcare-field
git-subtree-split: 34c15165cfe7d938bdd1a77db2b1a2b01551b7b6

* Squashed 'packages/uploadcare-field/' content from commit a994f38

git-subtree-dir: packages/uploadcare-field
git-subtree-split: a994f38

* import media package changes

* import uploadcare-field changes

* import core changes

* build uploadcare assets

* fix icon path

* packages

* add missing files

* columnSpanFull for first alt

* rename alt tag to alt text

* remove original filename and set filename as modal heading

* add translations to the media model

* fix: styling

* wip it

* fix: styling

* remove dupe notification

* fix: styling

* improve media picker

* media grid picker improvements

* fix: styling

* feat: check on file types and allow multiple

* fix: keyvalue nested arrays

* fix uploading files

* backstage specific listmedia

* custom uploadcare src attribute

* fix: styling

* remove code

* fix: nested array values

* fix: styling

* fix imports

* feat: add database view

* fix: styling

* feat: add image preview in edit mode and show array values correct

* fix: translations in UC

* remove hardcoded lang

* fix: styling

* alignCenter

* decouple Uploadcare from core packages

* fix: styling

* this needs testing: check if saving works correctly

* feat: allow hydrating values from custom fields

* give custom fields priority over normal fields

* fix handling nested fields in repeater/builder

* fix: styling

* reduce redundant code

* wip

* fix: styling

* return Media model

* getMimeTypeAttribute

* fix: styling

* cast metadata to array

* fix: styling

* wip

* convert data to media_relationships

* relationships and hydrating

* observer and define relation

* fix: styling

* rename usages to edits

* load edits for media

* `getEditAttribute`

* `getEditAttribute`

* fix: styling

* disable future mediaPicker

* fix: styling

* return relation

* fix manoj

* wip

* remove media resource

* fix: styling

* disable broken translations in edit form

* fix file upload by uploadcare

* extends functionality from the media baseclass

* fix translations

* hide translate button when no openai key set

* file icons for previews

* fix: styling

* dont encode metadata

* use correct md5 hashes for normal media and uploadcare

* fix: styling

* docs: hydrating fields

* docs: custom mediaupload using events

* fix: media grid picker and cleanup Uploadcare code

* styles: darkmode issues

* fix migration

* wip

* fix: styling

* fix: defining extension

* fix: styling

* fix: saving crop doesnt always saves cdnUrlModifiers

* fix: load values when getting field

* wip

* wip

* fix: styling

* wip

* fix: styling

* fix: order of executing

* fix: load site relation

* fix: styling

* wip

* wip it

* fix composer.json

* test: trigger workflow

* test: trigger workflow

* self.version

* fix incorrect config key

* get nested configs

* wip

* fix phpstan issues

---------

Co-authored-by: Baspa <10845460+Baspa@users.noreply.github.com>
Co-authored-by: Mathieu <mathieu@fellicht.nl>
Replace the request-path-sniffing `shouldHydrate()` approach with explicit
hydration contracts (`HydratesValuesForFrontend`, `HydratesValuesForFilament`)
so each field class declares exactly how its value should be transformed for
frontend rendering vs Filament admin forms.

Key changes:
- Add `HydratesValuesForFrontend` and `HydratesValuesForFilament` contracts
- Add `DispatchesHydration` trait for dispatching to the right contract
- Implement both contracts on all built-in field types
- Register all built-in fields in FieldsServiceProvider (previously only Text)
- Fix Select relation resolution in nested Builder/Repeater context by
  preferring `$this->field_model` over the parent's model
- Text field no longer wraps in HtmlString on frontend (only Textarea,
  MarkdownEditor, and RichEditor do)
- Replace MySQL-specific FIELD() with PHP-based ordering in getContentRelation
- Improve backstage:audit command: timeouts/unreachable shown as warnings,
  slow page detection, per-page timing, --timeout and --slow options
- Move core package tests to monorepo-level test suite (SQLite :memory:)

Co-Authored-By: Claude Opus 4.6 <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>
@github-actions github-actions Bot requested a review from Baspa March 30, 2026 17:26
@markvaneijk markvaneijk force-pushed the dependabot/github_actions/dependabot/fetch-metadata-3.0.0 branch from 9f00840 to 8bb17ef Compare March 31, 2026 03:35
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 20, 2026

A newer version of dependabot/fetch-metadata exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants