Great - re 1308 - looks good :+1::skin-tone-2:
# general
r
Great - re 1308 - looks good đŸ‘đŸ»
s
thanks!! 🙂 PS:
yarn sst update 0.60.5
still has no effect. I don’t think it’s ever worked for me
(yarn 3.x)
t
Yeah it's weirdly difficult to make it work for both yarn 1 and yarn2+3
s
yeah, they’re very different. ok, I shall shut up & stop bringing it up 😆
c
haha I’m obsessed with pnp too
s
@Cristian PallarĂ©s I actually don’t use PnP yet because it’s not widely supported and breaks in most frameworks. also it kinda freaks me out how it commits all your packages to git 😄 makes the repo huge. but, of course, the trade-off is that your CI/CD process is much faster
c
pnp is what yarn 3 uses by default, although what you’re talking about is the zero install thingy, where you commit your .yarn/cache AFAIK
I thought pnp was what you were always bringing up 🙃
s
ah, gotcha. I guess I’m confused about the difference between PnP & zero install. I don’t even have a .pnp.cjs file in my project
(and I have nodeLinker set to node-modules)
c
ah okay
it breaks sst with nodeLinker=node-modules, too?
s
nope, nodeLinker=node-modules means to use the traditional
node_modules
folder setup as with yarn 1.x and npm
so, sort of a backwards compatibility thing
c
ah cool
it’s really different how do they work (pnp and node-modules), but if you think about the recent incidents like the fakerjs and colorsjs packages, the pnp+zero installs mentality is a step forward in terms of security
in the end, we are responsible for all of our dependencies ¯\_(ツ)_/¯
s
true, we are 🙂 upgrade with caution 😄
still, that was a jerk move that guy pulled.
he wanted to get back at big corporations (đŸ€·â€â™‚ïž) but also wound up screwing over a ton of his fellow developers
c
yeah
 đŸ€Š
s
how do you get mad at people using your software for free if you decided to contribute to open source in the first place? 😆 đŸ€Ą
c
but I’m thankful that he did that, just to be remembered that it can happen again anytime
yup
I guess he didn’t expect those packages to become that popular
s
right
r
Pressure does funny things to people.