-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
Fixes to address Hugo deprecation warnings during build #44610
Conversation
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dipesh-rawat I made the required changes. Thanks!
Check now please.
/retitle Fixes to address Hugo deprecation warnings during build |
/area web-development |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The deprecated warnings have been eliminated from the build logs, and the website opens in preview as anticipated. Great job!
/lgtm
LGTM label has been added. Git tree hash: 33b07f27e12ddf08c16b703f8bf1cfc5e4a4cc00
|
/label tide/merge-method-squash |
Trying to do bot's suggestion. (sorry if it not right thing to do) /assign @divya-mohan0209 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this change!
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: divya-mohan0209 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…4610) * Fix hugo deprecation warnings * Fix hugo deprecation warnings
This Pr address the issue #44603 to remove deprecation warnings during build.
I made change to remove following warning as request in #43672 (review):
a) Removed "taxonomyterm" to fix the below error:
"2:48:45 PM: WARN DEPRECATED: Kind "taxonomyterm" used in disableKinds is deprecated, use "taxonomy" instead."
b) Shifted "languages.description" and "languagenamelatinscript" feilds to be under language.params
This will fix #44603