Commits
- [`02abbe2`](https://github.com/laravel/framework/commit/02abbe2091404ebe032a6d5a83075031b7072ebe) version
- [`e1883c0`](https://github.com/laravel/framework/commit/e1883c02dd5a26d017c7f4b66b19741a5a970890) Support JSON SELECT queries on SQLite ([#25328](https://github-redirect.dependabot.com/laravel/framework/issues/25328))
- [`e5ef727`](https://github.com/laravel/framework/commit/e5ef727d507da6ac805770535e3199d41927acd5) formatting
- [`c59de77`](https://github.com/laravel/framework/commit/c59de7742371e2a44677de26b0cb059c000fcb79) Merge branch 'morph-to-global-scopes' of https://github.com/staudenmeir/frame...
- [`4ea7c05`](https://github.com/laravel/framework/commit/4ea7c05373097dcc7aa9bfa366e7beeea76b87ca) Throw exception for has() with MorphTo relationship ([#25337](https://github-redirect.dependabot.com/laravel/framework/issues/25337))
- [`6beb74b`](https://github.com/laravel/framework/commit/6beb74bf575e7284424d01918e394f21f6e4eacd) Fix MorphTo eager loading and withoutGlobalScopes()
- [`4c0f7ab`](https://github.com/laravel/framework/commit/4c0f7abdcc3ddbc4eac8694e793dc91cba548c85) Fix return docblocks in BelongsToMany ([#25314](https://github-redirect.dependabot.com/laravel/framework/issues/25314))
- [`947a4f8`](https://github.com/laravel/framework/commit/947a4f8e518352698e1291dcd6417e36b7b1c70b) Fix whereTime() on SQL Server ([#25316](https://github-redirect.dependabot.com/laravel/framework/issues/25316))
- [`c3a438c`](https://github.com/laravel/framework/commit/c3a438cab245498f8c4508e1dbc759d8729a881d) refactor NotificationSlackChannelTest for being able to provide a more useful...
- [`f4b7494`](https://github.com/laravel/framework/commit/f4b74945022dc29d3e1ef7da17a28f26cc4901fa) Handle AWS Connection Lost ([#25295](https://github-redirect.dependabot.com/laravel/framework/issues/25295))
- Additional commits viewable in [compare view](https://github.com/laravel/framework/compare/v5.6.33...v5.6.35)
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.
If all status checks pass Dependabot will automatically merge this pull request.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps laravel/framework from 5.6.33 to 5.6.35.
Commits
- [`02abbe2`](https://github.com/laravel/framework/commit/02abbe2091404ebe032a6d5a83075031b7072ebe) version - [`e1883c0`](https://github.com/laravel/framework/commit/e1883c02dd5a26d017c7f4b66b19741a5a970890) Support JSON SELECT queries on SQLite ([#25328](https://github-redirect.dependabot.com/laravel/framework/issues/25328)) - [`e5ef727`](https://github.com/laravel/framework/commit/e5ef727d507da6ac805770535e3199d41927acd5) formatting - [`c59de77`](https://github.com/laravel/framework/commit/c59de7742371e2a44677de26b0cb059c000fcb79) Merge branch 'morph-to-global-scopes' of https://github.com/staudenmeir/frame... - [`4ea7c05`](https://github.com/laravel/framework/commit/4ea7c05373097dcc7aa9bfa366e7beeea76b87ca) Throw exception for has() with MorphTo relationship ([#25337](https://github-redirect.dependabot.com/laravel/framework/issues/25337)) - [`6beb74b`](https://github.com/laravel/framework/commit/6beb74bf575e7284424d01918e394f21f6e4eacd) Fix MorphTo eager loading and withoutGlobalScopes() - [`4c0f7ab`](https://github.com/laravel/framework/commit/4c0f7abdcc3ddbc4eac8694e793dc91cba548c85) Fix return docblocks in BelongsToMany ([#25314](https://github-redirect.dependabot.com/laravel/framework/issues/25314)) - [`947a4f8`](https://github.com/laravel/framework/commit/947a4f8e518352698e1291dcd6417e36b7b1c70b) Fix whereTime() on SQL Server ([#25316](https://github-redirect.dependabot.com/laravel/framework/issues/25316)) - [`c3a438c`](https://github.com/laravel/framework/commit/c3a438cab245498f8c4508e1dbc759d8729a881d) refactor NotificationSlackChannelTest for being able to provide a more useful... - [`f4b7494`](https://github.com/laravel/framework/commit/f4b74945022dc29d3e1ef7da17a28f26cc4901fa) Handle AWS Connection Lost ([#25295](https://github-redirect.dependabot.com/laravel/framework/issues/25295)) - Additional commits viewable in [compare view](https://github.com/laravel/framework/compare/v5.6.33...v5.6.35)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
.If all status checks pass Dependabot will automatically merge this pull request.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.