Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4.4.1 Ready code #7897

Merged
merged 53 commits into from
Sep 5, 2023
Merged

4.4.1 Ready code #7897

merged 53 commits into from
Sep 5, 2023

Conversation

kenjis
Copy link
Member

@kenjis kenjis commented Sep 4, 2023

No description provided.

kenjis and others added 30 commits August 25, 2023 15:39
Only one item is there.
docs: changelog and upgrade for v4.4.1
docs: add missing Config updates for Hot Reloading
If the request class is the same, it is better to return the shared
instance.
If it is called by different aliase like `'App'` and `App::class`.
But if they are exactly the same FQCN, the shared instance should
be returned.
This is more intuitive.
Because locateClass() already checks it.
There is no reason to change the values after the instantiation.
fix: auto route legacy does not work
Updates the requirements on [rector/rector](https://github.com/rectorphp/rector) to permit the latest version.
- [Release notes](https://github.com/rectorphp/rector/releases)
- [Commits](rectorphp/rector@0.18.0...0.18.1)

---
updated-dependencies:
- dependency-name: rector/rector
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
fix: Factories may not return shared instance
docs: add @immutable to Config classes that do not extend BaseConfig
…/rector-0.18.1

build(deps-dev): update rector/rector requirement from 0.18.0 to 0.18.1
kenjis and others added 23 commits August 30, 2023 09:48
php-cs-fixer has been modified to remove these tags.
ErrorException : preg_match(): Compilation failed: missing closing parenthesis
But it is not recommended.
fix: replace `config(DocTypes::class)` with `new DocTypes()`
fix: FeatureTest may cause risky tests
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
…actions/checkout-4

build(deps): bump actions/checkout from 3 to 4
…eses

fix: reverse routing causes ErrorException
fix: Email library forces to switch to TLS when setting port 465
fix: [DebugBar] make rotate class less broad
fix: FeatureTest fails when forceGlobalSecureRequests is true
@kenjis kenjis mentioned this pull request Sep 4, 2023
9 tasks
@kenjis kenjis merged commit c668faf into master Sep 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants