-
Notifications
You must be signed in to change notification settings - Fork 3
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
[TECH] Mettre à jour Node et les paquets Pix Site (PIX-1633). #220
Conversation
I'm deploying this PR to these urls:
Please check it out! |
@@ -1,7 +1,6 @@ | |||
import { transports } from 'winston' | |||
|
|||
export default { | |||
mode: 'universal', |
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.
Pourquoi on retire ce mode ? Est-ce le mode par défaut ?
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.
Au moment du build, un warning indique que c'est une option dépréciée
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.
Après vérification, c'est bien le mode par défaut https://nuxtjs.org/docs/2.x/configuration-glossary/configuration-mode
J'avoue avoir suivi naïvement le conseil du build nuxt qui disait que l'on pouvait remove safely
@@ -105,7 +105,7 @@ export default { | |||
this.$modal.show('videoModal') |
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.
Je pense qu'il faut revoir la modal avec la montée de version de https://github.com/euvl/vue-js-modal#readme
Sur la home page, le bouton pour lancer la vidéo ne fonctionne plus.
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.
Bien vu, merci.
Compte tenu du message suivant, je vais roll-back le commit dédié
Version 2.0.0 release candidates will have breaking changes until it is 2.0.1. If you need a more stable version, please use 1.3.34.
5e44621
to
60208ba
Compare
60208ba
to
de5515f
Compare
dd6f41d
to
3a64719
Compare
🦄 Problème
Nous utilisons désormais Node 14 et non plus 12.
Les paquets de Pix Site ne sont pas à jour.
🤖 Solution
🌈 Remarques
nuxt.config.js
, le mode est supprimé car configuré par défaut enuniversal
nuxtjs.org/docs/2.x/configuration-glossary/configuration-modevue-js-modal
n'est pas upgradé en version 2 car pas encore stable (cf. https://github.com/euvl/vue-js-modal#readme) (Note pour plus tard: se méfier des versionR.C. - Release candidate
)babel
ne pas peut sortir de la version@bridge
à cause devue-jest
. A priori, on peut espérer une sortie d'impasse en version 5. La version 4 n'est pas stable non plus et ne traite de toutes façon pas le problème (cf. https://github.com/vuejs/vue-jest)💯 Pour tester
Se balader sur les sites