Daniel Bayley
Daniel Bayley
- [ ] `init` related to #5451.
> * [x] install > * [x] update > * [x] uninstall > * [x] link > * [x] unlink > * [x] list > * [x] outdated > *...
@zkochan For reference, my PR for `package.yaml` support in `lint-staged` was merged and released: https://github.com/lint-staged/lint-staged/releases/tag/v15.1.0. I will attempt to add support for other useful ecosystem tools in future…
> * [ ] version Lack of `pnpm version` (and `pnpm`[`pkg`](https://docs.npmjs.com/cli/commands/npm-pkg)—which could/should share the same underlying code) is currently a blocker to publishing… Trying to get a pnpm monorepo to...
> `pnpm version` just bumps the version in `package.json`, right? @zkochan Yep, but it does not touch `package.yaml`. > That shouldn't be hard to implement. Well theoretically no, but it...
@zkochan Hopefully I will be able to get around to fixing some of this… Since I'm using your above [checklist](https://github.com/pnpm/pnpm/issues/1803#issue-439331694) for reference, please could you quickly update it to include...
For reference, I also opened a PR to add support for `package.yaml` to https://github.com/pnpm/action-setup/pull/156.
> I know coffeescript is pretty much dead Not so much if you count _[Civet](https://civet.dev)_, it’s de facto replacement.
> What is the status on this? @kaaax0815 I’m working on it in #9707 and #9742. Feel free to `checkout` and test, or just follow along :)
Merging this would nicely simplify a few of my workflows quite a bit! Thanks @JP250552