Josh Meads

Results 13 comments of Josh Meads

100%. Blocks any install of this package on our organisations machines. The comment on https://github.com/fabiospampinato/bump/issues/18#issuecomment-559529256 is incorrect. I personally am currently working from home (as in my team) none of...

Just updating this issue to correct outdated information. `workspace: false` got removed as of version 9. The correct syntax to correct this going forward is ``` # .syncpackrc.yaml dependencyTypes: -...

Several of our services are still using node 16 and had these packages used upstream (not direct deps). Moving without a major version broke our builds as `^4.6.0` for `@azure/keyvault-secrets`...

So far what I've ended up with is the following: Build: Read Code: Read, Status Graph: Read Pull Request Threads: Read & Write Release: Read Wiki: Read & Write (I...

Given we're on the third generation of Apple Silicon macs this should be a no brainer. Raivo does it, but I'd prefer to use 2Fas. Only thing stopping me switching....

```json "overrides": { "@sinclair/typebox": "0.33.17" }, ``` This doesn't seem to be working. I have both my packages set at the same typebox version. Have deleted node modules, restarted typescript...

@TomChv the command you gave me all passes locally. I still see some things failing on this PR but from what I can see it's unrelated to the PR. I'm...

While Node 17 isn't LTS, moving forward with Node 18 LTS (or >=16.10 LTS) it would be great if `corepack enable` was automatically run if the cache is yarn or...

Also based on: https://github.com/lirantal/lockfile-lint/blob/ad53fde2810ccc470dd4c0655920f6db5d509080/packages/lockfile-lint/src/config.js#L10 You're simply using the default cosmiconfig loaded which doesn't appear to support `toml`. If you like I can add support but I'll update the readme again...

Here was my work around for now, just a snippet I use in most the configs: ```ts function dualOutput( config: Omit ): BuildEntry[] { return [ { builder: "mkdist", format:...