dotnet / aspnetcore

ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
https://asp.net
MIT License
35.44k stars 10.01k forks source link

Dependencies of bootstrap and jquery-validation in templates are out of date. #57119

Closed v-qushi closed 1 month ago

v-qushi commented 3 months ago

Is there an existing issue for this?

Describe the bug

REPRO STEPS:

  1. File > New > Project > ASP.NET Core Web App (Model-View Controller)>Select .NET 8.0 > Create.
  2. Open Views->Shared->_Layout.cshtml file, TypeScript typings will be installed automatically, then observe error list window

Actual: The dependencies are out of date. It only repro on 17.11.0(pre-release – GA build for August monthly update)

image

Expected Behavior

The versions of these dependencies should be updated to the latest version.

Steps To Reproduce

No response

Exceptions (if any)

No response

.NET Version

No response

Anything else?

No response

v-qushi commented 3 months ago

We found the dependencies were out of date when we were investigating this bug TS/JS Warnings after creating a .NET 8 ASP.NET Core Web App, so open this new bug to track updating dependencies, maybe need to update the versions of these dependencies to the latest version – at least for 9.0.

balachir commented 3 months ago

There might be other dependencies that we want to review as well.

balachir commented 3 months ago

Including @javiercn and @mkArtakMSFT for awareness.

AslamNazeerShaikh commented 2 months ago

Hi @javiercn & @mkArtakMSFT I request if this can be possible, please update bootstrap & jQuery versions to latest in ASP.NET Core MVC, ASP.NET Core WebApp Templates.

javiercn commented 1 month ago

https://github.com/dotnet/aspnetcore/pull/57864