@atlaspack/core 2.16.2-canary.51 → 2.16.2-canary.52

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 (2) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/package.json +17 -17
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @atlaspack/core
2
2
 
3
+ ## 2.17.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#588](https://github.com/atlassian-labs/atlaspack/pull/588) [`1940859`](https://github.com/atlassian-labs/atlaspack/commit/194085942f0e86532e9d039fc3f8039badce4594) Thanks [@yamadapc](https://github.com/yamadapc)! - Do not invalidate all javascript files when tsconfig files change
8
+
9
+ - [#592](https://github.com/atlassian-labs/atlaspack/pull/592) [`15b6155`](https://github.com/atlassian-labs/atlaspack/commit/15b61556e9114203ebbc9de94b864118ca764598) Thanks [@yamadapc](https://github.com/yamadapc)! - Report large file invalidations
10
+
11
+ - [#503](https://github.com/atlassian-labs/atlaspack/pull/503) [`209692f`](https://github.com/atlassian-labs/atlaspack/commit/209692ffb11eae103a0d65c5e1118a5aa1625818) Thanks [@JakeLane](https://github.com/JakeLane)! - Fix conditional bundling reporter when condition is reused
12
+
13
+ - [#562](https://github.com/atlassian-labs/atlaspack/pull/562) [`d04de26`](https://github.com/atlassian-labs/atlaspack/commit/d04de26af684d7abfba5091fbe3df16a12cd0ebc) Thanks [@yamadapc](https://github.com/yamadapc)! - Update with feature-flagged change to write packages into files rather than LMDB
14
+
15
+ - 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)]:
16
+ - @atlaspack/cache@3.2.4
17
+ - @atlaspack/rust@3.3.4
18
+ - @atlaspack/fs@2.15.4
19
+ - @atlaspack/feature-flags@2.16.0
20
+ - @atlaspack/logger@2.14.9
21
+ - @atlaspack/utils@2.14.9
22
+ - @atlaspack/package-manager@2.14.9
23
+ - @atlaspack/graph@3.4.7
24
+ - @atlaspack/workers@2.14.9
25
+ - @atlaspack/profiler@2.14.7
26
+ - @atlaspack/types@2.14.9
27
+ - @atlaspack/plugin@2.14.9
28
+
3
29
  ## 2.17.3
4
30
 
5
31
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/core",
3
- "version": "2.16.2-canary.51+15b61556e",
3
+ "version": "2.16.2-canary.52+0470a7712",
4
4
  "license": "(MIT OR Apache-2.0)",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -21,21 +21,21 @@
21
21
  "check-ts": "tsc --noEmit index.d.ts"
22
22
  },
23
23
  "dependencies": {
24
- "@atlaspack/build-cache": "2.13.3-canary.119+15b61556e",
25
- "@atlaspack/cache": "3.1.1-canary.51+15b61556e",
26
- "@atlaspack/diagnostic": "2.14.1-canary.119+15b61556e",
27
- "@atlaspack/events": "2.14.1-canary.119+15b61556e",
28
- "@atlaspack/feature-flags": "2.14.1-canary.119+15b61556e",
29
- "@atlaspack/fs": "2.14.5-canary.51+15b61556e",
30
- "@atlaspack/graph": "3.4.1-canary.119+15b61556e",
31
- "@atlaspack/logger": "2.14.5-canary.51+15b61556e",
32
- "@atlaspack/package-manager": "2.14.5-canary.51+15b61556e",
33
- "@atlaspack/plugin": "2.14.5-canary.51+15b61556e",
34
- "@atlaspack/profiler": "2.14.1-canary.119+15b61556e",
35
- "@atlaspack/rust": "3.2.1-canary.51+15b61556e",
36
- "@atlaspack/types": "2.14.5-canary.51+15b61556e",
37
- "@atlaspack/utils": "2.14.5-canary.51+15b61556e",
38
- "@atlaspack/workers": "2.14.5-canary.51+15b61556e",
24
+ "@atlaspack/build-cache": "2.13.3-canary.120+0470a7712",
25
+ "@atlaspack/cache": "3.1.1-canary.52+0470a7712",
26
+ "@atlaspack/diagnostic": "2.14.1-canary.120+0470a7712",
27
+ "@atlaspack/events": "2.14.1-canary.120+0470a7712",
28
+ "@atlaspack/feature-flags": "2.14.1-canary.120+0470a7712",
29
+ "@atlaspack/fs": "2.14.5-canary.52+0470a7712",
30
+ "@atlaspack/graph": "3.4.1-canary.120+0470a7712",
31
+ "@atlaspack/logger": "2.14.5-canary.52+0470a7712",
32
+ "@atlaspack/package-manager": "2.14.5-canary.52+0470a7712",
33
+ "@atlaspack/plugin": "2.14.5-canary.52+0470a7712",
34
+ "@atlaspack/profiler": "2.14.1-canary.120+0470a7712",
35
+ "@atlaspack/rust": "3.2.1-canary.52+0470a7712",
36
+ "@atlaspack/types": "2.14.5-canary.52+0470a7712",
37
+ "@atlaspack/utils": "2.14.5-canary.52+0470a7712",
38
+ "@atlaspack/workers": "2.14.5-canary.52+0470a7712",
39
39
  "@mischnic/json-sourcemap": "^0.1.0",
40
40
  "@parcel/source-map": "^2.1.1",
41
41
  "base-x": "^3.0.8",
@@ -71,5 +71,5 @@
71
71
  "./src/serializerCore.js": "./src/serializerCore.browser.js"
72
72
  },
73
73
  "type": "commonjs",
74
- "gitHead": "15b61556e9114203ebbc9de94b864118ca764598"
74
+ "gitHead": "0470a7712ba36afa7434a9fe5baec025cb6a35ad"
75
75
  }