Skip to content

Commit 04c8732

Browse files
committed
Update changelog
1 parent 7b62322 commit 04c8732

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [v0.8.0] - 2023-03-04
2+
3+
- Replaced the underlying package to resolve monorepo packages (from [get-monorepo-packages](https://github.com/azz/get-monorepo-packages) to [find-workspaces](https://github.com/joshuajaco/find-workspaces)) which comes with a few benefits:
4+
- [pnpm workspaces](https://pnpm.io/workspaces) support
5+
- [bolt](https://github.com/boltpkg/bolt) support
6+
- caching layer which allows this plugin to look for the workspaces root relative to the file that is being linted instead of the current working directory.
7+
This means you can run now eslint from outside a monorepo.
8+
19
## [v0.7.0] - 2021-10-08
210

311
- Fixed a bug where imports were incorrectly flagged as relative imports ([#11](https://github.com/joshuajaco/eslint-plugin-workspaces/issues/11))
@@ -23,6 +31,7 @@
2331
- Added [Scopes](https://github.com/joshuajaco/eslint-plugin-workspaces/blob/main/docs/rules/no-cross-imports.md#scopes) -- a way to partially allow imports across workspace boundaries ([@tobilen](https://github.com/tobilen) in [#8](https://github.com/joshuajaco/eslint-plugin-workspaces/pull/8))
2432
- Added this CHANGELOG file
2533

34+
[v0.8.0]: https://github.com/joshuajaco/eslint-plugin-workspaces/compare/v0.7.0...v0.8.0
2635
[v0.7.0]: https://github.com/joshuajaco/eslint-plugin-workspaces/compare/v0.6.2...v0.7.0
2736
[v0.6.2]: https://github.com/joshuajaco/eslint-plugin-workspaces/compare/v0.6.1...v0.6.2
2837
[v0.6.1]: https://github.com/joshuajaco/eslint-plugin-workspaces/compare/v0.6.0...v0.6.1

0 commit comments

Comments
 (0)