@monorepolint/rules 0.5.0-beta.9 → 0.6.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. package/.turbo/turbo-clean.log +1 -1
  2. package/.turbo/turbo-compile-typescript.log +1 -1
  3. package/.turbo/turbo-lint.log +1 -1
  4. package/.turbo/turbo-test.log +150 -151
  5. package/.turbo/turbo-transpile-typescript.log +5 -9
  6. package/CHANGELOG.md +42 -1
  7. package/build/js/index.js +36 -17
  8. package/build/js/index.js.map +1 -1
  9. package/build/tsconfig.tsbuildinfo +1 -1
  10. package/build/types/alphabeticalDependencies.d.ts +1 -1
  11. package/build/types/alphabeticalDependencies.d.ts.map +1 -1
  12. package/build/types/alphabeticalScripts.d.ts +1 -1
  13. package/build/types/alphabeticalScripts.d.ts.map +1 -1
  14. package/build/types/bannedDependencies.d.ts +1 -19
  15. package/build/types/bannedDependencies.d.ts.map +1 -1
  16. package/build/types/consistentDependencies.d.ts +1 -3
  17. package/build/types/consistentDependencies.d.ts.map +1 -1
  18. package/build/types/consistentVersions.d.ts +1 -7
  19. package/build/types/consistentVersions.d.ts.map +1 -1
  20. package/build/types/fileContents.d.ts +1 -16
  21. package/build/types/fileContents.d.ts.map +1 -1
  22. package/build/types/index.d.ts +1 -0
  23. package/build/types/index.d.ts.map +1 -1
  24. package/build/types/mustSatisfyPeerDependencies.d.ts +1 -95
  25. package/build/types/mustSatisfyPeerDependencies.d.ts.map +1 -1
  26. package/build/types/nestedWorkspaces.d.ts +1 -1
  27. package/build/types/nestedWorkspaces.d.ts.map +1 -1
  28. package/build/types/packageEntry.d.ts +1 -20
  29. package/build/types/packageEntry.d.ts.map +1 -1
  30. package/build/types/packageOrder.d.ts +1 -3
  31. package/build/types/packageOrder.d.ts.map +1 -1
  32. package/build/types/packageScript.d.ts +1 -16
  33. package/build/types/packageScript.d.ts.map +1 -1
  34. package/build/types/requireDependency.d.ts +1 -22
  35. package/build/types/requireDependency.d.ts.map +1 -1
  36. package/build/types/standardTsconfig.d.ts +1 -1
  37. package/build/types/standardTsconfig.d.ts.map +1 -1
  38. package/build/types/util/createRuleFactory.d.ts +14 -0
  39. package/build/types/util/createRuleFactory.d.ts.map +1 -0
  40. package/package.json +4 -4
  41. package/src/alphabeticalDependencies.ts +2 -2
  42. package/src/alphabeticalScripts.ts +2 -2
  43. package/src/bannedDependencies.ts +2 -2
  44. package/src/consistentDependencies.ts +2 -2
  45. package/src/consistentVersions.ts +2 -2
  46. package/src/fileContents.ts +2 -2
  47. package/src/index.ts +8 -0
  48. package/src/mustSatisfyPeerDependencies.ts +2 -2
  49. package/src/nestedWorkspaces.ts +4 -4
  50. package/src/packageEntry.ts +2 -2
  51. package/src/packageOrder.ts +2 -2
  52. package/src/packageScript.ts +2 -2
  53. package/src/requireDependency.ts +2 -2
  54. package/src/standardTsconfig.ts +2 -2
  55. package/src/util/createRuleFactory.ts +33 -0
  56. package/build/js/chunk-A2MUUSNE.js +0 -26
  57. package/build/js/chunk-A2MUUSNE.js.map +0 -1
  58. package/build/js/public/util.js +0 -7
  59. package/build/js/public/util.js.map +0 -1
  60. package/build/types/public/util.d.ts +0 -2
  61. package/build/types/public/util.d.ts.map +0 -1
  62. package/build/types/util/makeRule.d.ts +0 -12
  63. package/build/types/util/makeRule.d.ts.map +0 -1
  64. package/src/public/util.ts +0 -1
  65. package/src/util/makeRule.ts +0 -29
@@ -1,4 +1,4 @@
1
1
 
2
- > @monorepolint/rules@0.5.0-beta.9 clean /home/runner/work/monorepolint/monorepolint/packages/rules
2
+ > @monorepolint/rules@0.6.0-alpha.0 clean /home/runner/work/monorepolint/monorepolint/packages/rules
3
3
  > rm -rf build dist lib node_modules *.tgz tsconfig.tsbuildinfo
4
4
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @monorepolint/rules@0.5.0-beta.9 compile-typescript /home/runner/work/monorepolint/monorepolint/packages/rules
2
+ > @monorepolint/rules@0.6.0-alpha.0 compile-typescript /home/runner/work/monorepolint/monorepolint/packages/rules
3
3
  > tsc --build
4
4
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @monorepolint/rules@0.5.0-beta.9 lint /home/runner/work/monorepolint/monorepolint/packages/rules
2
+ > @monorepolint/rules@0.6.0-alpha.0 lint /home/runner/work/monorepolint/monorepolint/packages/rules
3
3
  > eslint .
4
4