Releases: api3dao/eslint-plugin-commons
Releases · api3dao/eslint-plugin-commons
v3.0.0
What's Changed
- fix(deps): update dependency eslint-plugin-unicorn to v55 by @renovate in #28
- fix(deps): update dependency eslint-plugin-promise to v7 by @renovate in #27
- chore(deps): update non-major-dev-dependencies by @renovate in #30
- fix(deps): update non-major-dependencies by @renovate in #31
- fix(deps): update typescript-eslint monorepo to v8 (major) by @renovate in #32
- Add packageManager field to package.json by @dcroote in #36
- chore(deps): update dependency husky to ^9.1.5 by @renovate in #37
- Turn off functional/no-promise-reject by @dcroote in #40
- Add Actions workflow to check commons for breaking changes by @dcroote in #39
- fix(deps): update non-major-dependencies by @renovate in #34
- feat!: lint .feature.ts(x) files with jest by @dcroote in #41
- chore(deps): update pnpm to v9.9.0 by @renovate in #43
- fix(deps): update non-major-dependencies by @renovate in #44
- fix(deps): update non-major-dependencies by @renovate in #45
- chore(deps): update pnpm to v9.10.0 by @renovate in #46
- fix(deps): update non-major-dependencies by @renovate in #48
- chore(deps): update dependency eslint to ^8.57.1 by @renovate in #50
- chore(deps): update dependency husky to ^9.1.6 by @renovate in #51
- fix(deps): update non-major-dependencies by @renovate in #52
- feat: add tag-and-release workflow by @dcroote in #53
- Document release and make major version by @Siegrift in #55
New Contributors
Full Changelog: v2.0.1...v3.0.0
v2.0.1
v2.0.0
BREAKING CHANGES
Add 3 rules from Shopify by @dcroote in #19
- @shopify/prefer-early-return
- @shopify/prefer-module-scope-constants
- @shopify/no-ancestor-directory-import
Other changes
- Add common exclusions by @dcroote in #20 - this should help avoid having to add similar exclusions across many repos
- Update pnpm to v9 by @dcroote in #16
- ci: ignore node in renovate by @dcroote in #23
Full Changelog: v1.0.1...v2.0.0