Release notes
*Sourced from [slim/slim's releases](https://github.com/slimphp/Slim/releases).*
> ## 3.12.1
> Total issues resolved: **8**
> - [2572: Add initial MAINTAINERS document](https://github-redirect.dependabot.com/slimphp/Slim/pull/2572) thanks to [@akrabat](https://github.com/akrabat)
> - [2576: make sure HEAD requests do not return a body](https://github-redirect.dependabot.com/slimphp/Slim/pull/2576) thanks to [@lordrhodos](https://github.com/lordrhodos)
> - [2586: Fix for [#2568](https://github-redirect.dependabot.com/slimphp/Slim/issues/2568)](https://github-redirect.dependabot.com/slimphp/Slim/pull/2586) thanks to [@l0gicgate](https://github.com/l0gicgate)
> - [2609: Fix incorrect return type hints on NotFound handler](https://github-redirect.dependabot.com/slimphp/Slim/pull/2609) thanks to [@rbairwell](https://github.com/rbairwell)
> - [2619: Update copyright year to 2019](https://github-redirect.dependabot.com/slimphp/Slim/pull/2619) thanks to [@odan](https://github.com/odan)
> - [2625: Remove references to unused EnvironmentInterface](https://github-redirect.dependabot.com/slimphp/Slim/pull/2625) thanks to [@jdrieghe](https://github.com/jdrieghe)
> - [2629: Remove charset=utf-8 parameter from withJson() method](https://github-redirect.dependabot.com/slimphp/Slim/issues/2629) thanks to [@l0gicgate](https://github.com/l0gicgate)
> - [2630: Remove `; charset=utf-8` from Response::withJson()](https://github-redirect.dependabot.com/slimphp/Slim/pull/2630) thanks to [@chadicus](https://github.com/chadicus)
Commits
- [`eaee12e`](https://github.com/slimphp/Slim/commit/eaee12ef8d0750db62b8c548016d82fb33addb6b) Merge branch '3.12.1-Release' into 3.x
- [`a94f31a`](https://github.com/slimphp/Slim/commit/a94f31a1bf9c47ade7239ed33162ac7f6b962ea5) Update VERSION to 3.12.1
- [`9e1e727`](https://github.com/slimphp/Slim/commit/9e1e727d80dc8b0c9ccf39acbafa015ff2d24ef9) Merge pull request [#2630](https://github-redirect.dependabot.com/slimphp/Slim/issues/2630) from chadicus/issue2629
- [`c311bf2`](https://github.com/slimphp/Slim/commit/c311bf27695d335cd0c82abb028a965370838c32) Remove `; charset=utf-8` from Response::withJson()
- [`f0718f6`](https://github.com/slimphp/Slim/commit/f0718f6ef01d32b4d242f52117d563bb0e57977c) Merge branch 'remove-pointless-environment-interface' into 3.x
- [`b1c689b`](https://github.com/slimphp/Slim/commit/b1c689bf5fe6f745630954c4e920908d504318e6) Make sure the container always has an instance of Environment
- [`14555a1`](https://github.com/slimphp/Slim/commit/14555a1258eaa602407ddb521b78a1783755ab77) Merge pull request [#2619](https://github-redirect.dependabot.com/slimphp/Slim/issues/2619) from odan/3.x
- [`f055d4e`](https://github.com/slimphp/Slim/commit/f055d4e495e5888bffa8dc8adae4a976165e6cef) Update copyright year to 2019
- [`7b9967f`](https://github.com/slimphp/Slim/commit/7b9967fe4393ad4f1811e8f9bb68d1836ca5b4f7) Merge pull request [#2609](https://github-redirect.dependabot.com/slimphp/Slim/issues/2609) from rbairwell/patch-1
- [`2cf98e9`](https://github.com/slimphp/Slim/commit/2cf98e9d760b02401ae399bb128b7de21c1c8c15) Fix return type hints
- Additional commits viewable in [compare view](https://github.com/slimphp/Slim/compare/3.12.0...3.12.1)
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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@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 slim/slim from 3.12.0 to 3.12.1.
Release notes
*Sourced from [slim/slim's releases](https://github.com/slimphp/Slim/releases).* > ## 3.12.1 > Total issues resolved: **8** > - [2572: Add initial MAINTAINERS document](https://github-redirect.dependabot.com/slimphp/Slim/pull/2572) thanks to [@akrabat](https://github.com/akrabat) > - [2576: make sure HEAD requests do not return a body](https://github-redirect.dependabot.com/slimphp/Slim/pull/2576) thanks to [@lordrhodos](https://github.com/lordrhodos) > - [2586: Fix for [#2568](https://github-redirect.dependabot.com/slimphp/Slim/issues/2568)](https://github-redirect.dependabot.com/slimphp/Slim/pull/2586) thanks to [@l0gicgate](https://github.com/l0gicgate) > - [2609: Fix incorrect return type hints on NotFound handler](https://github-redirect.dependabot.com/slimphp/Slim/pull/2609) thanks to [@rbairwell](https://github.com/rbairwell) > - [2619: Update copyright year to 2019](https://github-redirect.dependabot.com/slimphp/Slim/pull/2619) thanks to [@odan](https://github.com/odan) > - [2625: Remove references to unused EnvironmentInterface](https://github-redirect.dependabot.com/slimphp/Slim/pull/2625) thanks to [@jdrieghe](https://github.com/jdrieghe) > - [2629: Remove charset=utf-8 parameter from withJson() method](https://github-redirect.dependabot.com/slimphp/Slim/issues/2629) thanks to [@l0gicgate](https://github.com/l0gicgate) > - [2630: Remove `; charset=utf-8` from Response::withJson()](https://github-redirect.dependabot.com/slimphp/Slim/pull/2630) thanks to [@chadicus](https://github.com/chadicus)Commits
- [`eaee12e`](https://github.com/slimphp/Slim/commit/eaee12ef8d0750db62b8c548016d82fb33addb6b) Merge branch '3.12.1-Release' into 3.x - [`a94f31a`](https://github.com/slimphp/Slim/commit/a94f31a1bf9c47ade7239ed33162ac7f6b962ea5) Update VERSION to 3.12.1 - [`9e1e727`](https://github.com/slimphp/Slim/commit/9e1e727d80dc8b0c9ccf39acbafa015ff2d24ef9) Merge pull request [#2630](https://github-redirect.dependabot.com/slimphp/Slim/issues/2630) from chadicus/issue2629 - [`c311bf2`](https://github.com/slimphp/Slim/commit/c311bf27695d335cd0c82abb028a965370838c32) Remove `; charset=utf-8` from Response::withJson() - [`f0718f6`](https://github.com/slimphp/Slim/commit/f0718f6ef01d32b4d242f52117d563bb0e57977c) Merge branch 'remove-pointless-environment-interface' into 3.x - [`b1c689b`](https://github.com/slimphp/Slim/commit/b1c689bf5fe6f745630954c4e920908d504318e6) Make sure the container always has an instance of Environment - [`14555a1`](https://github.com/slimphp/Slim/commit/14555a1258eaa602407ddb521b78a1783755ab77) Merge pull request [#2619](https://github-redirect.dependabot.com/slimphp/Slim/issues/2619) from odan/3.x - [`f055d4e`](https://github.com/slimphp/Slim/commit/f055d4e495e5888bffa8dc8adae4a976165e6cef) Update copyright year to 2019 - [`7b9967f`](https://github.com/slimphp/Slim/commit/7b9967fe4393ad4f1811e8f9bb68d1836ca5b4f7) Merge pull request [#2609](https://github-redirect.dependabot.com/slimphp/Slim/issues/2609) from rbairwell/patch-1 - [`2cf98e9`](https://github.com/slimphp/Slim/commit/2cf98e9d760b02401ae399bb128b7de21c1c8c15) Fix return type hints - Additional commits viewable in [compare view](https://github.com/slimphp/Slim/compare/3.12.0...3.12.1)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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@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.