@atlaspack/graph 3.4.1-canary.12 → 3.4.1-canary.121

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,56 @@
1
1
  # @atlaspack/graph
2
2
 
3
+ ## 3.4.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`209692f`](https://github.com/atlassian-labs/atlaspack/commit/209692ffb11eae103a0d65c5e1118a5aa1625818), [`f4da1e1`](https://github.com/atlassian-labs/atlaspack/commit/f4da1e120e73eeb5e8b8927f05e88f04d6148c7b)]:
8
+ - @atlaspack/feature-flags@2.16.0
9
+
10
+ ## 3.4.6
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [[`30f6017`](https://github.com/atlassian-labs/atlaspack/commit/30f60175ba4d272c5fc193973c63bc298584775b)]:
15
+ - @atlaspack/feature-flags@2.15.1
16
+
17
+ ## 3.4.5
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies [[`a1773d2`](https://github.com/atlassian-labs/atlaspack/commit/a1773d2a62d0ef7805ac7524621dcabcc1afe929)]:
22
+ - @atlaspack/feature-flags@2.15.0
23
+
24
+ ## 3.4.4
25
+
26
+ ### Patch Changes
27
+
28
+ - Updated dependencies [[`e0f5337`](https://github.com/atlassian-labs/atlaspack/commit/e0f533757bd1019dbd108a04952c87da15286e09)]:
29
+ - @atlaspack/feature-flags@2.14.4
30
+
31
+ ## 3.4.3
32
+
33
+ ### Patch Changes
34
+
35
+ - Updated dependencies [[`11d6f16`](https://github.com/atlassian-labs/atlaspack/commit/11d6f16b6397dee2f217167e5c98b39edb63f7a7)]:
36
+ - @atlaspack/feature-flags@2.14.3
37
+
38
+ ## 3.4.2
39
+
40
+ ### Patch Changes
41
+
42
+ - Updated dependencies [[`9b85d3e`](https://github.com/atlassian-labs/atlaspack/commit/9b85d3e645b10bd027eed2304afc970a5ba40062), [`17b9579`](https://github.com/atlassian-labs/atlaspack/commit/17b9579484eced0ed8f23e2aba6d23b3c7238c39), [`8f4e6c1`](https://github.com/atlassian-labs/atlaspack/commit/8f4e6c1b0e7c1fd48624afda48c1dcc599f1460f)]:
43
+ - @atlaspack/feature-flags@2.14.2
44
+
45
+ ## 3.4.1
46
+
47
+ ### Patch Changes
48
+
49
+ - [#478](https://github.com/atlassian-labs/atlaspack/pull/478) [`570493b`](https://github.com/atlassian-labs/atlaspack/commit/570493beaf754e7985aebc7daaaf6dfcfa8fe56b) Thanks [@yamadapc](https://github.com/yamadapc)! - The first attempt at Version Packages didn't include the built artifacts.
50
+ This has hopefully been fixed, so this change will force those packages to re-release.
51
+ - Updated dependencies [[`4aab060`](https://github.com/atlassian-labs/atlaspack/commit/4aab0605c0d4ee8e0dcc3ffa1162eae5b360b677), [`e1422ad`](https://github.com/atlassian-labs/atlaspack/commit/e1422ad0a801faaa4bc4f1023bed042ffe236e9b), [`570493b`](https://github.com/atlassian-labs/atlaspack/commit/570493beaf754e7985aebc7daaaf6dfcfa8fe56b)]:
52
+ - @atlaspack/feature-flags@2.14.1
53
+
3
54
  ## 3.4.0
4
55
 
5
56
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/graph",
3
- "version": "3.4.1-canary.12+1fb73643c",
3
+ "version": "3.4.1-canary.121+0999fb78d",
4
4
  "description": "Blazing fast, zero configuration web application bundler",
5
5
  "license": "(MIT OR Apache-2.0)",
6
6
  "publishConfig": {
@@ -16,9 +16,9 @@
16
16
  "node": ">= 16.0.0"
17
17
  },
18
18
  "dependencies": {
19
- "@atlaspack/feature-flags": "2.14.1-canary.12+1fb73643c",
19
+ "@atlaspack/feature-flags": "2.14.1-canary.121+0999fb78d",
20
20
  "nullthrows": "^1.1.1"
21
21
  },
22
22
  "type": "commonjs",
23
- "gitHead": "1fb73643c8bf4853f183e5918a330e6c14be627f"
23
+ "gitHead": "0999fb78da519a6c7582d212883e515fcf6c1252"
24
24
  }
@@ -528,12 +528,17 @@ describe('Graph', () => {
528
528
  getChildren,
529
529
  });
530
530
 
531
- assert.deepEqual(contexts, [
532
- [0, undefined],
533
- [1, 'node-0-created-context'],
534
- [2, 'node-1-created-context'],
535
- [3, 'node-2-created-context'],
536
- ]);
531
+ assert.deepEqual(
532
+ contexts.map((values) =>
533
+ values.map((v) => (v != null ? v : undefined)),
534
+ ),
535
+ [
536
+ [0, undefined],
537
+ [1, 'node-0-created-context'],
538
+ [2, 'node-1-created-context'],
539
+ [3, 'node-2-created-context'],
540
+ ],
541
+ );
537
542
  assert.equal(result, undefined);
538
543
  });
539
544
  });
@@ -572,16 +577,21 @@ describe('Graph', () => {
572
577
  getChildren,
573
578
  });
574
579
 
575
- assert.deepEqual(contexts, [
576
- [0, undefined],
577
- [1, 'node-0-created-context'],
578
- [2, 'node-1-created-context'],
579
- ['exit', 2, 'node-2-created-context'],
580
- [3, 'node-1-created-context'],
581
- ['exit', 3, 'node-3-created-context'],
582
- ['exit', 1, 'node-1-created-context'],
583
- ['exit', 0, 'node-0-created-context'],
584
- ]);
580
+ assert.deepEqual(
581
+ contexts.map((values) =>
582
+ values.map((v) => (v != null ? v : undefined)),
583
+ ),
584
+ [
585
+ [0, undefined],
586
+ [1, 'node-0-created-context'],
587
+ [2, 'node-1-created-context'],
588
+ ['exit', 2, 'node-2-created-context'],
589
+ [3, 'node-1-created-context'],
590
+ ['exit', 3, 'node-3-created-context'],
591
+ ['exit', 1, 'node-1-created-context'],
592
+ ['exit', 0, 'node-0-created-context'],
593
+ ],
594
+ );
585
595
  assert.equal(result, undefined);
586
596
  });
587
597
  });