@atlaspack/fs 2.14.5-dev.14 → 2.14.5-dev.55

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,5 +1,61 @@
1
1
  # @atlaspack/fs
2
2
 
3
+ ## 2.15.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#591](https://github.com/atlassian-labs/atlaspack/pull/591) [`e4d966c`](https://github.com/atlassian-labs/atlaspack/commit/e4d966c3c9c4292c5013372ae65b10d19d4bacc6) Thanks [@yamadapc](https://github.com/yamadapc)! - Fix bug where renames would not get handled correctly
8
+
9
+ - Updated dependencies [[`124b7ff`](https://github.com/atlassian-labs/atlaspack/commit/124b7fff44f71aac9fbad289a9a9509b3dfc9aaa), [`e052521`](https://github.com/atlassian-labs/atlaspack/commit/e0525210850ed1606146eb86991049cf567c5dec), [`15c6d70`](https://github.com/atlassian-labs/atlaspack/commit/15c6d7000bd89da876bc590aa75b17a619a41896), [`e4d966c`](https://github.com/atlassian-labs/atlaspack/commit/e4d966c3c9c4292c5013372ae65b10d19d4bacc6), [`209692f`](https://github.com/atlassian-labs/atlaspack/commit/209692ffb11eae103a0d65c5e1118a5aa1625818), [`42a775d`](https://github.com/atlassian-labs/atlaspack/commit/42a775de8eec638ad188f3271964170d8c04d84b), [`29c2f10`](https://github.com/atlassian-labs/atlaspack/commit/29c2f106de9679adfb5afa04e1910471dc65a427), [`f4da1e1`](https://github.com/atlassian-labs/atlaspack/commit/f4da1e120e73eeb5e8b8927f05e88f04d6148c7b), [`1ef91fc`](https://github.com/atlassian-labs/atlaspack/commit/1ef91fcc863fdd2831511937083dbbc1263b3d9d)]:
10
+ - @atlaspack/rust@3.3.4
11
+ - @atlaspack/feature-flags@2.16.0
12
+ - @atlaspack/logger@2.14.9
13
+ - @atlaspack/utils@2.14.9
14
+ - @atlaspack/types-internal@2.14.7
15
+ - @atlaspack/workers@2.14.9
16
+
17
+ ## 2.15.3
18
+
19
+ ### Patch Changes
20
+
21
+ - [#550](https://github.com/atlassian-labs/atlaspack/pull/550) [`3a3e8e7`](https://github.com/atlassian-labs/atlaspack/commit/3a3e8e7be9e2dffd7304436d792f0f595d59665a) Thanks [@yamadapc](https://github.com/yamadapc)! - Fix typescript declaration files
22
+
23
+ - [#558](https://github.com/atlassian-labs/atlaspack/pull/558) [`1ab0a27`](https://github.com/atlassian-labs/atlaspack/commit/1ab0a275aeca40350415e2b03e7440d1dddc6228) Thanks [@yamadapc](https://github.com/yamadapc)! - Fix bug handling dirty deleted git files
24
+
25
+ - [#559](https://github.com/atlassian-labs/atlaspack/pull/559) [`b8a4ae8`](https://github.com/atlassian-labs/atlaspack/commit/b8a4ae8f83dc0a83d8b145c5f729936ce52080a3) Thanks [@yamadapc](https://github.com/yamadapc)! - Fix bugs in VCS cache invalidation
26
+
27
+ - Updated dependencies [[`30f6017`](https://github.com/atlassian-labs/atlaspack/commit/30f60175ba4d272c5fc193973c63bc298584775b), [`1ab0a27`](https://github.com/atlassian-labs/atlaspack/commit/1ab0a275aeca40350415e2b03e7440d1dddc6228), [`b8a4ae8`](https://github.com/atlassian-labs/atlaspack/commit/b8a4ae8f83dc0a83d8b145c5f729936ce52080a3)]:
28
+ - @atlaspack/feature-flags@2.15.1
29
+ - @atlaspack/rust@3.3.3
30
+ - @atlaspack/types-internal@2.14.6
31
+ - @atlaspack/utils@2.14.8
32
+ - @atlaspack/logger@2.14.8
33
+ - @atlaspack/workers@2.14.8
34
+
35
+ ## 2.15.2
36
+
37
+ ### Patch Changes
38
+
39
+ - Updated dependencies [[`a1773d2`](https://github.com/atlassian-labs/atlaspack/commit/a1773d2a62d0ef7805ac7524621dcabcc1afe929), [`556d6ab`](https://github.com/atlassian-labs/atlaspack/commit/556d6ab8ede759fa7f37fcd3f4da336ef1c55e8f)]:
40
+ - @atlaspack/feature-flags@2.15.0
41
+ - @atlaspack/logger@2.14.7
42
+ - @atlaspack/rust@3.3.2
43
+ - @atlaspack/types-internal@2.14.5
44
+ - @atlaspack/utils@2.14.7
45
+ - @atlaspack/workers@2.14.7
46
+
47
+ ## 2.15.1
48
+
49
+ ### Patch Changes
50
+
51
+ - Updated dependencies [[`e0f5337`](https://github.com/atlassian-labs/atlaspack/commit/e0f533757bd1019dbd108a04952c87da15286e09)]:
52
+ - @atlaspack/feature-flags@2.14.4
53
+ - @atlaspack/rust@3.3.1
54
+ - @atlaspack/types-internal@2.14.4
55
+ - @atlaspack/utils@2.14.6
56
+ - @atlaspack/logger@2.14.6
57
+ - @atlaspack/workers@2.14.6
58
+
3
59
  ## 2.15.0
4
60
 
5
61
  ### Minor Changes
package/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
- import type {FileSystem} from '@atlaspack/types-internal';
1
+ import type {FileSystem, FilePath} from '@atlaspack/types-internal';
2
+ import type {Event} from '@parcel/watcher';
2
3
  import type WorkerFarm from '@atlaspack/workers';
3
- import type {NodeVCSAwareFSOptions} from './src/NodeVCSAwareFS';
4
4
 
5
5
  export type {
6
6
  FileSystem,
@@ -23,6 +23,12 @@ export const OverlayFS: {
23
23
  new (writable: FileSystem, readable: FileSystem): FileSystem;
24
24
  };
25
25
 
26
+ interface NodeVCSAwareFSOptions {
27
+ gitRepoPath: null | FilePath;
28
+ excludePatterns: Array<string>;
29
+ logEventDiff: null | ((watcherEvents: Event[], vcsEvents: Event[]) => void);
30
+ }
31
+
26
32
  export const NodeVCSAwareFS: {
27
33
  new (options: NodeVCSAwareFSOptions): FileSystem;
28
34
  };