Sourced from pnpm/action-setup's releases.
v4.0.0
An error is thrown if one version of pnpm is specified in the
packageManager
field ofpackage.json
and a different version is specified in the action's settings #122
fe02b34
docs: bump action-setup version in READMEbee1f09
feat: throw error when multiple versions specified (#122)ce859e3
refactor: replace fs-extra
with Node.js built-in fs methods
(#120)2ab6dce
docs(README): fix link to LICENSEe280758
docs(README): update dependency versions (#117)129abb7
Bump undici from 5.28.2 to 5.28.3 (#115)Sourced from eslint-plugin-deprecation's releases.
v3.0.0
3.0.0 (2024-05-31)
Features
BREAKING CHANGES
- Dropped support for ESLint v7.
Sourced from eslint-plugin-deprecation's changelog.
3.0.0 (2024-05-31)
Features
BREAKING CHANGES
Dropped support for ESLint v7.
feat: add plugin meta and support typescript-eslint@7
Update package.json
Co-authored-by: Alex Malkevich 3644678+gund@users.noreply.github.com
Updated lockfile and other dependencies
skipLibCheck too
Goodbye, ESLint v7
2c78bdb
docs(changelog): release 3.0.0 [skip ci]1365f7f
feat: add plugin meta and support typescript-eslint@7 (#86)ae8ca95
docs(readme): update docs with code examples