@atlaspack/config-default 3.0.2-dev.3689 → 3.1.1-canary.3710

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 +42 -0
  2. package/package.json +34 -33
package/CHANGELOG.md CHANGED
@@ -1,5 +1,47 @@
1
1
  # @atlaspack/config-default
2
2
 
3
+ ## 3.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#383](https://github.com/atlassian-labs/atlaspack/pull/383) [`8386ca4`](https://github.com/atlassian-labs/atlaspack/commit/8386ca4dc318688fbed1af3bbebf2af3e7d24552) Thanks [@benjervis](https://github.com/benjervis)! - The default config no longer includes a list of auto-installable `parcelDependencies`. Consumers can install the required dependencies in their project like normal.
8
+
9
+ ### Patch Changes
10
+
11
+ - [#414](https://github.com/atlassian-labs/atlaspack/pull/414) [`eff9809`](https://github.com/atlassian-labs/atlaspack/commit/eff98093703b9999a511b87a19562f5aaccfcb53) Thanks [@alshdavid](https://github.com/alshdavid)! - Added type:commonjs to package.json files
12
+
13
+ - Updated dependencies [[`bfe81e5`](https://github.com/atlassian-labs/atlaspack/commit/bfe81e551c4e4bb2cac7fc4745222e66962c1728), [`3460531`](https://github.com/atlassian-labs/atlaspack/commit/3460531d9cb036f2575a99ea69fe2b03cfd6ac06), [`a317453`](https://github.com/atlassian-labs/atlaspack/commit/a317453432b7f30e98f2a4cbcafdaa5601bcde63), [`f600560`](https://github.com/atlassian-labs/atlaspack/commit/f6005601be5ceacb52350c065070feb5649461e9), [`f13a53f`](https://github.com/atlassian-labs/atlaspack/commit/f13a53fa37def8d4c8b2fc4b596066e7595441dc), [`8bc3db9`](https://github.com/atlassian-labs/atlaspack/commit/8bc3db94cc7382b22ca8207c92af8f6389c17e2e), [`306246e`](https://github.com/atlassian-labs/atlaspack/commit/306246ee5a492583059b028ee5d0d1b49ce42223), [`eff9809`](https://github.com/atlassian-labs/atlaspack/commit/eff98093703b9999a511b87a19562f5aaccfcb53), [`3b43acf`](https://github.com/atlassian-labs/atlaspack/commit/3b43acfe15523a2614413b294785e33a6060e41e), [`f6afae7`](https://github.com/atlassian-labs/atlaspack/commit/f6afae7a168c85341f9f41aa70c2cd2491a9ff17), [`6c0f7a7`](https://github.com/atlassian-labs/atlaspack/commit/6c0f7a7378131e8705e2b10af1576cc207271577), [`be63a51`](https://github.com/atlassian-labs/atlaspack/commit/be63a515ad13dd5ec1e241843d9ef6fdae8699d5), [`91ffa66`](https://github.com/atlassian-labs/atlaspack/commit/91ffa662ea3af48f1ca0c4f0d976db9c48995f4f), [`50265fd`](https://github.com/atlassian-labs/atlaspack/commit/50265fdf4024ec18439e85b472aa77a7952e2e08)]:
14
+ - @atlaspack/namer-default@2.14.0
15
+ - @atlaspack/optimizer-css@2.14.0
16
+ - @atlaspack/optimizer-htmlnano@2.14.0
17
+ - @atlaspack/optimizer-image@3.1.0
18
+ - @atlaspack/optimizer-svgo@2.14.0
19
+ - @atlaspack/optimizer-swc@2.14.0
20
+ - @atlaspack/packager-css@2.14.0
21
+ - @atlaspack/packager-html@2.14.0
22
+ - @atlaspack/packager-js@2.14.0
23
+ - @atlaspack/packager-raw@2.14.0
24
+ - @atlaspack/packager-svg@2.14.0
25
+ - @atlaspack/packager-wasm@2.14.0
26
+ - @atlaspack/reporter-dev-server@2.14.0
27
+ - @atlaspack/resolver-default@2.14.0
28
+ - @atlaspack/runtime-browser-hmr@2.14.0
29
+ - @atlaspack/runtime-js@2.14.0
30
+ - @atlaspack/runtime-react-refresh@2.14.0
31
+ - @atlaspack/runtime-service-worker@2.14.0
32
+ - @atlaspack/transformer-css@2.14.0
33
+ - @atlaspack/transformer-html@2.14.0
34
+ - @atlaspack/transformer-image@3.1.0
35
+ - @atlaspack/transformer-js@3.1.0
36
+ - @atlaspack/transformer-json@2.14.0
37
+ - @atlaspack/transformer-postcss@2.14.0
38
+ - @atlaspack/transformer-posthtml@2.14.0
39
+ - @atlaspack/transformer-raw@2.14.0
40
+ - @atlaspack/transformer-react-refresh-wrap@2.14.0
41
+ - @atlaspack/transformer-svg@2.14.0
42
+ - @atlaspack/bundler-default@2.14.0
43
+ - @atlaspack/compressor-raw@2.13.2
44
+
3
45
  ## 3.0.1
4
46
 
5
47
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "@atlaspack/config-default",
3
- "version": "3.0.2-dev.3689+7a2e6e783",
3
+ "version": "3.1.1-canary.3710+d874396ab",
4
4
  "license": "(MIT OR Apache-2.0)",
5
+ "type": "commonjs",
5
6
  "publishConfig": {
6
7
  "access": "public"
7
8
  },
@@ -14,39 +15,39 @@
14
15
  "test-ci": "mocha"
15
16
  },
16
17
  "dependencies": {
17
- "@atlaspack/bundler-default": "2.13.2-dev.3689+7a2e6e783",
18
- "@atlaspack/compressor-raw": "2.13.2-dev.3689+7a2e6e783",
19
- "@atlaspack/namer-default": "2.13.2-dev.3689+7a2e6e783",
20
- "@atlaspack/optimizer-css": "2.13.2-dev.3689+7a2e6e783",
21
- "@atlaspack/optimizer-htmlnano": "2.13.2-dev.3689+7a2e6e783",
22
- "@atlaspack/optimizer-image": "3.0.2-dev.3689+7a2e6e783",
23
- "@atlaspack/optimizer-svgo": "2.13.2-dev.3689+7a2e6e783",
24
- "@atlaspack/optimizer-swc": "2.13.2-dev.3689+7a2e6e783",
25
- "@atlaspack/packager-css": "2.13.2-dev.3689+7a2e6e783",
26
- "@atlaspack/packager-html": "2.13.2-dev.3689+7a2e6e783",
27
- "@atlaspack/packager-js": "2.13.2-dev.3689+7a2e6e783",
28
- "@atlaspack/packager-raw": "2.13.2-dev.3689+7a2e6e783",
29
- "@atlaspack/packager-svg": "2.13.2-dev.3689+7a2e6e783",
30
- "@atlaspack/packager-wasm": "2.13.2-dev.3689+7a2e6e783",
31
- "@atlaspack/reporter-dev-server": "2.13.2-dev.3689+7a2e6e783",
32
- "@atlaspack/resolver-default": "2.13.2-dev.3689+7a2e6e783",
33
- "@atlaspack/runtime-browser-hmr": "2.13.2-dev.3689+7a2e6e783",
34
- "@atlaspack/runtime-js": "2.13.2-dev.3689+7a2e6e783",
35
- "@atlaspack/runtime-react-refresh": "2.13.2-dev.3689+7a2e6e783",
36
- "@atlaspack/runtime-service-worker": "2.13.2-dev.3689+7a2e6e783",
37
- "@atlaspack/transformer-css": "2.13.2-dev.3689+7a2e6e783",
38
- "@atlaspack/transformer-html": "2.13.2-dev.3689+7a2e6e783",
39
- "@atlaspack/transformer-image": "3.0.2-dev.3689+7a2e6e783",
40
- "@atlaspack/transformer-js": "3.0.2-dev.3689+7a2e6e783",
41
- "@atlaspack/transformer-json": "2.13.2-dev.3689+7a2e6e783",
42
- "@atlaspack/transformer-postcss": "2.13.2-dev.3689+7a2e6e783",
43
- "@atlaspack/transformer-posthtml": "2.13.2-dev.3689+7a2e6e783",
44
- "@atlaspack/transformer-raw": "2.13.2-dev.3689+7a2e6e783",
45
- "@atlaspack/transformer-react-refresh-wrap": "2.13.2-dev.3689+7a2e6e783",
46
- "@atlaspack/transformer-svg": "2.13.2-dev.3689+7a2e6e783"
18
+ "@atlaspack/bundler-default": "2.14.1-canary.3710+d874396ab",
19
+ "@atlaspack/compressor-raw": "2.13.3-canary.3710+d874396ab",
20
+ "@atlaspack/namer-default": "2.14.1-canary.3710+d874396ab",
21
+ "@atlaspack/optimizer-css": "2.14.1-canary.3710+d874396ab",
22
+ "@atlaspack/optimizer-htmlnano": "2.14.1-canary.3710+d874396ab",
23
+ "@atlaspack/optimizer-image": "3.1.1-canary.3710+d874396ab",
24
+ "@atlaspack/optimizer-svgo": "2.14.1-canary.3710+d874396ab",
25
+ "@atlaspack/optimizer-swc": "2.14.1-canary.3710+d874396ab",
26
+ "@atlaspack/packager-css": "2.14.1-canary.3710+d874396ab",
27
+ "@atlaspack/packager-html": "2.14.1-canary.3710+d874396ab",
28
+ "@atlaspack/packager-js": "2.14.1-canary.3710+d874396ab",
29
+ "@atlaspack/packager-raw": "2.14.1-canary.3710+d874396ab",
30
+ "@atlaspack/packager-svg": "2.14.1-canary.3710+d874396ab",
31
+ "@atlaspack/packager-wasm": "2.14.1-canary.3710+d874396ab",
32
+ "@atlaspack/reporter-dev-server": "2.14.1-canary.3710+d874396ab",
33
+ "@atlaspack/resolver-default": "2.14.1-canary.3710+d874396ab",
34
+ "@atlaspack/runtime-browser-hmr": "2.14.1-canary.3710+d874396ab",
35
+ "@atlaspack/runtime-js": "2.14.1-canary.3710+d874396ab",
36
+ "@atlaspack/runtime-react-refresh": "2.14.1-canary.3710+d874396ab",
37
+ "@atlaspack/runtime-service-worker": "2.14.1-canary.3710+d874396ab",
38
+ "@atlaspack/transformer-css": "2.14.1-canary.3710+d874396ab",
39
+ "@atlaspack/transformer-html": "2.14.1-canary.3710+d874396ab",
40
+ "@atlaspack/transformer-image": "3.1.1-canary.3710+d874396ab",
41
+ "@atlaspack/transformer-js": "3.1.1-canary.3710+d874396ab",
42
+ "@atlaspack/transformer-json": "2.14.1-canary.3710+d874396ab",
43
+ "@atlaspack/transformer-postcss": "2.14.1-canary.3710+d874396ab",
44
+ "@atlaspack/transformer-posthtml": "2.14.1-canary.3710+d874396ab",
45
+ "@atlaspack/transformer-raw": "2.14.1-canary.3710+d874396ab",
46
+ "@atlaspack/transformer-react-refresh-wrap": "2.14.1-canary.3710+d874396ab",
47
+ "@atlaspack/transformer-svg": "2.14.1-canary.3710+d874396ab"
47
48
  },
48
49
  "peerDependencies": {
49
- "@atlaspack/core": "^2.13.2-dev.3689+7a2e6e783"
50
+ "@atlaspack/core": "2.14.1-canary.3710+d874396ab"
50
51
  },
51
- "gitHead": "7a2e6e7835fa846b27021b374097c6a4f37541ba"
52
+ "gitHead": "d874396ab648d0d5505d66c7eb73e1748f1eaf68"
52
53
  }