pkg-ok
pkg-ok copied to clipboard
👌 Checks paths and scripts defined in package.json before you publish
Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 27.5.1 to 28.1.3. Release notes Sourced from jest's releases. v28.1.3 Features [jest-leak-detector] Use native FinalizationRegistry when it exists to get rid of external C dependency (#12973) Fixes...
Bumps [prettier](https://github.com/prettier/prettier) from 2.6.1 to 2.7.1. Release notes Sourced from prettier's releases. 2.7.1 🔗 Changelog 2.7.0 diff 🔗 Release note 2.6.2 🔗 Changelog Changelog Sourced from prettier's changelog. 2.7.1 diff...
Bumps [husky](https://github.com/typicode/husky) from 7.0.4 to 8.0.1. Release notes Sourced from husky's releases. v8.0.1 fix: use POSIX equality operator v8.0.0 What's Changed Feats feat: add husky - prefix to logged global...
The CLI should be tested that it can be run on `windows-latest`, `ubuntu-latest`, and `macos-latest`.
Basically: ```bash # runs on ./package.json pkg-ok pkg-ok package.json # runs on ./packages/name-of-package/package.json pkg-ok packages/name-of-package pkg-ok packages/name-of-package/package.json # runs on multiple arguments pkg-ok package.json packages/name-of-package/package.json # runs on globs, respecting...
I am regular user of pkg-ok and loves it 😄 I try to be explicit about the files I publish to the npm using the `files` array or the `.npmrc`...
A problem I often have is I'm working on two packages, e.g. `my-library` and `my-cli`, and the latter depends on the former. (Doesn't have to be a CLI, this is...
Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 28.1.3 to 29.0.1. Release notes Sourced from jest's releases. v29.0.1 Fixes [jest-snapshot] Pass snapshotFormat through when diffing snapshots (#13181) Full Changelog: https://github.com/facebook/jest/compare/v29.0.0...v29.0.1 v29.0.0 Blog post: https://jestjs.io/blog/2022/08/25/jest-29 Features...
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 26.9.0 to 27.0.1. Release notes Sourced from eslint-plugin-jest's releases. v27.0.1 27.0.1 (2022-08-28) Bug Fixes prefer-expect-assertions: report on concise arrow functions with expect call (#1225) (64ec9c1) v27.0.0 27.0.0...
Bumps [meow](https://github.com/sindresorhus/meow) from 11.0.0 to 13.0.0. Release notes Sourced from meow's releases. v13.0.0 Breaking Require Node.js 18 2ecd29d Improvements Update dependencies 2ecd29d https://github.com/sindresorhus/meow/compare/v12.1.1...v13.0.0 v12.1.1 Fix TypeScript types (#245) 8a4cecd https://github.com/sindresorhus/meow/compare/v12.1.0...v12.1.1...