CHANGELOG.md in standard-rubocop-lts-1.0.9 vs CHANGELOG.md in standard-rubocop-lts-1.0.10

- old
+ new

@@ -8,18 +8,53 @@ ### Added ### Changed ### Fixed ### Removed -## [1.0.9] 2023-09-20 -### Fixed -- Gemspec/DevelopmentDependencies changed to gemspec +## [1.0.10] 2024-03-23 +### Added +- Moved development dependencies back to gemspec - See: https://github.com/rubygems/rubygems/discussions/5065#discussioncomment-7031586 +- kettle-soup-cover v1.0.2 for Code Coverage (dev dependency) +- rspec-stubbed_env v1.0.1 for testing ENV variable-based logic (dev dependency) ### Changed +- Disable `Rake/MethodDefinitionInTask` Cop + - Cop is 66% incorrect, and hasn't been fixed in 2+ years. + - See: https://github.com/rubocop/rubocop-rake/issues/42 +- `AllCops/NewCops` is now disabled + - Allows other libraries to make those decisions: + - rubocop-lts + - rubocop-ruby*_* + - rubocop-shopify + - standard +- rspec-block_is_expected promoted to runtime dependency + - was an undeclared dependency of rubocop-ruby*_* gems, + - adding here was the simplest way to fix them all at once, + - but is a temporary fix; will be replaced by new gem rubocop-lts-rspec + - see gemspec for details +- standard v1.35.1 +- standard-performance v1.3.1 +- version_gem v1.1.4 +- rspec 3.13.0 (dev dependency) +- rubocop v1.62.1 (dev dependency) +- rubocop-gradual v0.3.4 (dev dependency) +- rubocop-md v1.2.2 (dev dependency) +- rubocop-rspec 2.27.1 (dev dependency) +- rubocop-shopify 2.15.1 (dev dependency) +### Fixed +- AllCops/TargetRubyVersion is now set according to: + - `rubocop-lts` version, or + - `rubocop-ruby*_*` version + +## [1.0.9] 2023-09-20 +### Changed - standard v1.31.1 - standard-performance v1.2 - simplecov-rcov dev dependency back to mainline release 0.3.3 +### Fixed +- `Gemspec/DevelopmentDependencies` Cop changed to "gemspec" + - See: https://github.com/rubygems/rubygems/discussions/5065#discussioncomment-7031586 ## [1.0.8] 2023-07-07 ### Fixed - compatibility with changes from standard v1.30.1 @@ -83,10 +118,14 @@ ## [1.0.0] 2023-04-16 [YANKED] ### Added - Initial release -[Unreleased]: https://gitlab.com/rubocop-lts/standard-rubocop-lts/-/compare/v1.0.6...HEAD +[Unreleased]: https://gitlab.com/rubocop-lts/standard-rubocop-lts/-/compare/v1.0.10...HEAD +[1.0.10]: https://gitlab.com/rubocop-lts/standard-rubocop-lts/-/compare/v1.0.9...v1.0.10 +[1.0.9]: https://gitlab.com/rubocop-lts/standard-rubocop-lts/-/compare/v1.0.8...v1.0.9 +[1.0.8]: https://gitlab.com/rubocop-lts/standard-rubocop-lts/-/compare/v1.0.7...v1.0.8 +[1.0.7]: https://gitlab.com/rubocop-lts/standard-rubocop-lts/-/compare/v1.0.6...v1.0.7 [1.0.6]: https://gitlab.com/rubocop-lts/standard-rubocop-lts/-/compare/v1.0.5...v1.0.6 [1.0.5]: https://gitlab.com/rubocop-lts/standard-rubocop-lts/-/compare/v1.0.4...v1.0.5 [1.0.4]: https://gitlab.com/rubocop-lts/standard-rubocop-lts/-/compare/v1.0.3...v1.0.4 [1.0.3]: https://gitlab.com/rubocop-lts/standard-rubocop-lts/-/compare/v1.0.2...v1.0.3 [1.0.2]: https://gitlab.com/rubocop-lts/standard-rubocop-lts/-/compare/v1.0.1...v1.0.2