Added polish translation#346
Draft
KaminskiDaniell wants to merge 32 commits intoBottelet:feat/laravel-11-upgradefrom
Draft
Added polish translation#346KaminskiDaniell wants to merge 32 commits intoBottelet:feat/laravel-11-upgradefrom
KaminskiDaniell wants to merge 32 commits intoBottelet:feat/laravel-11-upgradefrom
Conversation
Migrated from PHP 7.3.9 to PHP 8.2 and updated Laravel framework to version 11.0. Removed `fzaninotto/faker` from development dependencies as it is now deprecated.
The Guzzle HTTP client library has been removed from the composer.json file.
Upgraded "laravel/ui" to "^v4.5.2" and "ramsey/uuid" to "4.7.6". These updates address compatibility and performance improvements.
The laravelcollective/html package was removed from composer.json to streamline dependencies and reduce potential conflicts. Laravel 11 is not currently supported.
Upgraded "yajra/laravel-datatables-oracle" to "^v11.1.5" and "laravel/dusk" to "^8.2.10". These changes aim to maintain compatibility with the latest features and security updates. Adjusted dependencies order for consistency.
Upgraded several dependencies in composer.json to newer versions for improved stability and compatibility. Notable updates include Laravel Tinker, League Flysystem, Mockery, and PHPUnit. Added Laravel Pint to the dev requirements for code style enforcement.
The league/flysystem-cached-adapter package is no longer maintained
Included Laravel Cashier in composer dependencies to support billing. Enhanced script configuration with `post-autoload-dump`, `post-update-cmd`, and `post-create-project-cmd` to streamline setup and development workflow.
The Collective\Html\HtmlServiceProvider has been commented out in the app configuration. This change is likely due to it being no longer required or to resolve a potential issue related to this provider. Other service providers remain unaffected.
The Cashier::ignoreMigrations() method has been removed from the boot method in AppServiceProvider.
Upgraded the elasticsearch/elasticsearch package to version ^8.15.0. Added php-http/discovery as an allowed plugin in the composer configuration to ensure proper package discovery.
Upgraded "predis/predis" to version "^v2.2.2" and "ramsey/uuid" to "^4.7.6". Adjusted "symfony/css-selector" and "symfony/dom-crawler" to version "^7.1.6". These changes ensure compatibility and maintain up-to-date libraries.
Upgraded various development and runtime dependencies to their latest versions. This includes significant updates for tools like laravel-mix, sass, and axios which may offer performance improvements and new features.
The --hide-modules flag was removed from several npm scripts including "dev", "watch", "watch-poll", and "production". This change simplifies the output during the build process by not hiding webpack module details.
Expanded the .env.example file to include additional configuration settings for application, logging, database, session, cache, and mail. This update aligns the .env.example with the new placeholder values.
Updated MySQL to 8.0 and PHP to 8.2 for improved performance and compatibility. Also, upgraded various GitHub Actions to their latest versions to enhance security and functionality. Simplified dependency installation commands.
… the sidebar, like it should
… made everything else fail as well.
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
1a69249 to
6057953
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi,
I'm taking part in Hacktoberfest event and I prepared correction for polish language.
I would be very grateful if you could add the label “hacktoberfest-accepted” :)