-
Notifications
You must be signed in to change notification settings - Fork 6
Conversation
update date, logos and text. change 2022 to 2023, replace 20th aniversary logo by faculty logo and remove 20th anniversary mention in introduction text.
@s314cy @dialexo don't remember, is it safe to merge a new package-lock.json ? |
ça dépend de la méta, généralement tu veux merge si tu as vérifié que tout fonctionne, que y a pas eu de changements shady du package.json et que le repo n'a pas gitignore le package-lock.json le package-lock sert à ce que la CI et les devs puissent reproduire le state de la main branch (qui est fonctionnelle) avec tous les paquets à la bonne version ça veut aussi dire que ça peut tout casser de merge un nouveau package-lock ^^ |
Yes, also note that the
Not only CI and dev, but prod also, as it ensures that the dependency tree remains immutable in the whole pipeline.
In general yes. Though by default npm / yarn will only update if there are no breaking changes (e.g. So in the best case, we can automate dependency bumps with e.g. renovatebot, but this is only a good idea if the code is properly CI'd and tested, so that code paths that are affected by such changes are properly checked. |
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.
@DeepGreen1 has already done some commit about this view of the page. This is one of the reason why I hesitated to just close this PR and made change in a another one. |
Yep ok for me, let's do this, do I destroy this PR? |
I think it would be easier and anyway we can just link again the issue with the new PR since there is still some modification to do. |
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.
super
Remove speaker and guest, keep thumnail format.
Update texte accordingly to the current year
close #337