Conversation
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.
This pull request includes a variety of updates focused on dependency upgrades, workflow improvements, and minor code and documentation adjustments. The most significant changes are the upgrade of major dependencies (notably Angular and related libraries), updates to Docker and GitHub Actions workflows, and a switch from
lodash-estoes-toolkitfor object merging. There are also small enhancements to development tooling and project documentation.Dependency and Library Upgrades:
@angular/*,apollo-angular,core-js,graphql,ngx-markdown, etc.) to their latest 21.2.x or corresponding versions inpackage.jsonfor improved stability and security.lodash-eswithes-toolkitfor object merging insrc/libs/ng2-charts/src/lib/base-chart.directive.tsandsrc/libs/ng2-charts/src/lib/ng-charts.provider.ts, and updated merging logic to usereducefor better performance and maintainability. [1] [2] [3] [4] [5]Workflow and Docker Improvements:
setup-qemu-action,setup-buildx-action,login-action,build-push-action) for improved reliability and compatibility. [1] [2] [3]Dockerfilefrom1.29.4-alpine-slimto1.31.1-alpine-slimfor the release stage.Development and Tooling Enhancements:
.npmrcwithignore-scripts=trueto prevent execution of package scripts during install, improving security..vscode/settings.jsonto disable JS/TS validation by default, reducing distractions for developers working on existing code.@eslint/jsimport ineslint.config.mjsfor a cleaner configuration.Documentation and Community:
README.mdto clarify the project's use of AI tools and encourage transparency from contributors..github/FUNDING.ymlto remove thepatreonentry, keeping onlyko_fiandgithubsponsors.Minor Fixes and Refactors:
RecaptchaComponentby usingtypeof grecaptcha.render === 'function'for more robust validation.BaseChartDirectiveto use aSetforrequireRenderfor better performance.Other:
versionkey fromdocker-compose.ymland.devcontainer/docker-compose.yml, aligning with current Docker Compose recommendations. [1] [2]