@monorepolint/utils 0.5.0-beta.8 → 0.5.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 (40) hide show
  1. package/.turbo/turbo-clean.log +4 -0
  2. package/.turbo/turbo-compile-typescript.log +4 -0
  3. package/.turbo/turbo-lint.log +15 -0
  4. package/.turbo/turbo-test.log +26 -0
  5. package/.turbo/turbo-transpile-typescript.log +14 -0
  6. package/CHANGELOG.md +19 -0
  7. package/build/js/index.js +894 -0
  8. package/build/js/index.js.map +1 -0
  9. package/build/tsconfig.tsbuildinfo +1 -0
  10. package/build/types/AggregateTiming.d.ts +15 -0
  11. package/build/types/AggregateTiming.d.ts.map +1 -0
  12. package/build/types/CachingHost.d.ts +39 -0
  13. package/build/types/CachingHost.d.ts.map +1 -0
  14. package/build/types/Host.d.ts +38 -0
  15. package/build/types/Host.d.ts.map +1 -0
  16. package/build/types/PackageJson.d.ts +20 -0
  17. package/build/types/PackageJson.d.ts.map +1 -0
  18. package/build/types/SimpleHost.d.ts +35 -0
  19. package/build/types/SimpleHost.d.ts.map +1 -0
  20. package/build/types/Table.d.ts +53 -0
  21. package/build/types/Table.d.ts.map +1 -0
  22. package/build/types/Timing.d.ts +9 -0
  23. package/build/types/Timing.d.ts.map +1 -0
  24. package/build/types/__tests__/CachingHost.spec.d.ts +2 -0
  25. package/build/types/__tests__/CachingHost.spec.d.ts.map +1 -0
  26. package/build/types/findWorkspaceDir.d.ts +10 -0
  27. package/build/types/findWorkspaceDir.d.ts.map +1 -0
  28. package/build/types/getPackageNameToDir.d.ts +14 -0
  29. package/build/types/getPackageNameToDir.d.ts.map +1 -0
  30. package/build/types/getWorkspacePackageDirs.d.ts +9 -0
  31. package/build/types/getWorkspacePackageDirs.d.ts.map +1 -0
  32. package/build/types/index.d.ts +20 -0
  33. package/build/types/index.d.ts.map +1 -0
  34. package/build/types/matchesAnyGlob.d.ts +17 -0
  35. package/build/types/matchesAnyGlob.d.ts.map +1 -0
  36. package/build/types/mutateJson.d.ts +9 -0
  37. package/build/types/mutateJson.d.ts.map +1 -0
  38. package/build/types/nanosecondsToSanity.d.ts +8 -0
  39. package/build/types/nanosecondsToSanity.d.ts.map +1 -0
  40. package/package.json +1 -1
@@ -0,0 +1,4 @@
1
+
2
+ > @monorepolint/utils@0.5.0 clean /home/runner/work/monorepolint/monorepolint/packages/utils
3
+ > rm -rf build dist lib node_modules *.tgz tsconfig.tsbuildinfo
4
+
@@ -0,0 +1,4 @@
1
+
2
+ > @monorepolint/utils@0.5.0 compile-typescript /home/runner/work/monorepolint/monorepolint/packages/utils
3
+ > tsc --build
4
+
@@ -0,0 +1,15 @@
1
+
2
+ > @monorepolint/utils@0.5.0 lint /home/runner/work/monorepolint/monorepolint/packages/utils
3
+ > eslint .
4
+
5
+
6
+ /home/runner/work/monorepolint/monorepolint/packages/utils/src/Table.ts
7
+ 44:28 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
8
+ 60:37 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
9
+ 60:42 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
10
+ 60:68 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
11
+ 60:73 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
12
+ 64:30 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
13
+
14
+ ✖ 6 problems (0 errors, 6 warnings)
15
+
@@ -0,0 +1,26 @@
1
+
2
+ > @monorepolint/utils@0.5.0 test /home/runner/work/monorepolint/monorepolint/packages/utils
3
+ > NODE_OPTIONS=--experimental-vm-modules jest --colors --passWithNoTests
4
+
5
+ (node:2532) ExperimentalWarning: VM Modules is an experimental feature and might change at any time
6
+ (Use `node --trace-warnings ...` to show where the warning was created)
7
+  PASS  src/__tests__/CachingHost.spec.ts
8
+ CachingHost
9
+ fs
10
+ ✓ Answers exists() properly (13 ms)
11
+ ✓ properly handles deletes (3 ms)
12
+ ✓ handles simple read/write workflow (2 ms)
13
+ ✓ handles target symlink changing (1 ms)
14
+ ✓ handles writing symlinks properly (3 ms)
15
+ ✓ handles writing symlinks properly if you read it first (3 ms)
16
+ ✓ handles creating new symlinks (8 ms)
17
+ ✓ makes directories (2 ms)
18
+ ✓ can unlink empty dirs (1 ms)
19
+ ✓ doesnt let you delete a directory with files (29 ms)
20
+ ✓ doesn't let you rmdir() a file (2 ms)
21
+
22
+ Test Suites: 1 passed, 1 total
23
+ Tests: 11 passed, 11 total
24
+ Snapshots: 0 total
25
+ Time: 4.095 s
26
+ Ran all test suites.
@@ -0,0 +1,14 @@
1
+
2
+ > @monorepolint/utils@0.5.0 transpile-typescript /home/runner/work/monorepolint/monorepolint/packages/utils
3
+ > tsup --config ../../tsup.config.cjs
4
+
5
+ CLI Building entry: src/index.ts
6
+ CLI Using tsconfig: tsconfig.json
7
+ CLI tsup v8.0.2
8
+ CLI Using tsup config: /home/runner/work/monorepolint/monorepolint/tsup.config.cjs
9
+ CLI Target: node16
10
+ CLI Cleaning output folder
11
+ ESM Build start
12
+ ESM build/js/index.js 26.63 KB
13
+ ESM build/js/index.js.map 59.86 KB
14
+ ESM ⚡️ Build success in 106ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @monorepolint/utils
2
2
 
3
+ ## 0.5.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 45fb496: I failed to take good notes over the last few years. Sorry.
8
+
9
+ ### Patch Changes
10
+
11
+ - b024660: Internal change to how publish happens
12
+ - b024660: Internal
13
+
14
+ ## 0.5.0-beta.10
15
+
16
+ ## 0.5.0-beta.9
17
+
18
+ ### Patch Changes
19
+
20
+ - Internal
21
+
3
22
  ## 0.5.0-beta.8
4
23
 
5
24
  ### Patch Changes