You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
+
1
9
## [v0.7.0] - 2021-10-08
2
10
3
11
- 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 @@
23
31
- 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))
0 commit comments