@storm-software/linting-tools 1.15.11 → 1.16.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.15.11](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.15.10...linting-tools-v1.15.11) (2023-12-08)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **workspace-tools:** Update the tsup build executor to use the daemon for getting the ProjectGraph ([0e3a598](https://github.com/storm-software/storm-ops/commit/0e3a598fb0b20008b8321a174dfb861590a6a9de))
7
+
1
8
  ## [1.15.10](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.15.9...linting-tools-v1.15.10) (2023-12-06)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/linting-tools",
3
- "version": "1.15.11",
3
+ "version": "1.16.0",
4
4
  "private": false,
5
5
  "description": "⚡ A package containing various linting tools used to validate syntax, enforce design standards, and format code in a Storm workspace.",
6
6
  "keywords": [
@@ -12,7 +12,8 @@
12
12
  "strictNullChecks": true,
13
13
  "strict": true,
14
14
  "resolveJsonModule": true,
15
- "moduleResolution": "node",
15
+ "isolatedModules": true,
16
+ "moduleResolution": "Bundler",
16
17
  "types": ["node", "jest"],
17
18
  "allowSyntheticDefaultImports": true,
18
19
  "forceConsistentCasingInFileNames": true,