chore(deps-dev): bump form-data from 4.0.5 to 4.0.6#188
chore(deps-dev): bump form-data from 4.0.5 to 4.0.6#188dependabot[bot] wants to merge 3 commits into
Conversation
Bumps [form-data](https://github.com/form-data/form-data) from 4.0.5 to 4.0.6. - [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md) - [Commits](form-data/form-data@v4.0.5...v4.0.6) --- updated-dependencies: - dependency-name: form-data dependency-version: 4.0.6 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 208c54f237
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "tests/Support/ItemShowHelper.php", | ||
| "tests/Support/ResourceTestHelper.php", | ||
| "tests/Support/ImportTestHelper.php", | ||
| "tests/Support/MissionFactionFactory.php", |
There was a problem hiding this comment.
Add the missing autoloaded helper files
These file-autoload entries reference helpers that are not present in the tree (tests/Support/ItemShowHelper.php, tests/Support/ImportTestHelper.php, and tests/Support/MissionFactionFactory.php; checked with repo-wide lookup). In any dev install, Composer writes them into vendor/composer/autoload_files.php, so the first require vendor/autoload.php fatals on the missing file before Artisan/Pest can start. Please either add the helper files or remove/rename these entries.
Useful? React with 👍 / 👎.
|
Looks like form-data is up-to-date now, so this is no longer needed. |
Bumps form-data from 4.0.5 to 4.0.6.
Changelog
Sourced from form-data's changelog.
Commits
64190dbv4.0.692ae0eb[Deps] updatehasown,mime-typesf31d21e[Dev Deps] update@ljharb/eslint-config,auto-changelog,tape8dff42c[Fix] escape CR, LF, and"in field names and filenames67b0f65[Dev Deps] updatejs-randomness-predictorDependabot 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)You can disable automated security fix PRs for this repo from the Security Alerts page.