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

upgrade and deprecation fixes #37

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

parijke
Copy link
Contributor

@parijke parijke commented Jul 18, 2023

Upgraded to SF 6.3.*
Upgraded to EA 6.7.0
Upgraded to webpack-encore-bundle 2.0.*
Fixed semver yarn audit issues

Fixed deprecation in .env file

User Deprecated: Version detection logic for MySQL will change in DBAL 4. Please specify the version as the server reports it, e.g. "10.9.3-MariaDB" instead of "mariadb-10.9". (AbstractMySQLDriver.php:125 called by AbstractMySQLDriver.php:37, https://github.com/doctrine/dbal/pull/5779, package doctrine/orm)

fixed deprecation in Realm.php

User Deprecated: JoinColumn configuration is not allowed on the inverse side of one-to-one associations, and will throw a MappingException in Doctrine ORM 3.0 (ClassMetadataInfo.php:1868 called by ClassMetadataInfo.php:2937, https://github.com/doctrine/orm/pull/10654, package doctrine/orm)

@parijke parijke requested a review from Tjeerd July 18, 2023 06:37
@parijke parijke mentioned this pull request Jul 18, 2023
Copy link

@Tjeerd Tjeerd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mss ook nog even een composer sync:recipes draaien? Ik meen dat webpack encore wel wat nuttig updates had. (staat er overigens geen update.sh in de bin dir, weet niet meer zeker of die in de template zat?)

@parijke
Copy link
Contributor Author

parijke commented Jul 20, 2023

Mss ook nog even een composer sync:recipes draaien? Ik meen dat webpack encore wel wat nuttig updates had. (staat er overigens geen update.sh in de bin dir, weet niet meer zeker of die in de template zat?)

Good point! en er is idd geen update.sh (nog). P.s. misschien voor dit project moven naar AssetMapper ipv webpack.

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.

2 participants