I understand that AngularJS will stop being supported in July 2021; after that date, some changes to jQuery etc. might cause AngularJS applications to stop working and AngularJS will not be updated.
I have an AngularJS-based application running in an isolated environment with Internet connectivity normally turned off, i.e. the application doesn't require Internet connection since all AngularJS, jQuery and other JS libraries are embedded in the application. Internet is periodically turned on just to update the Chrome browser used to run the application.
Let's assume that after the end of support period for AngularJS I keep all AngularJS, jQuery and other JS libraries unchanged, but I do allow Chrome browser to periodically update itself.
Question: in such scenario, is there a risk that my application will stop working after updating Chrome, so I should consider freezing Chrome version as well? Or would updating only the browser not cause any changes to the application behavior?