@anansi/webpack-config 11.6.2 → 11.6.5

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 +32 -0
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -3,6 +3,38 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ### [11.6.5](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@11.6.4...@anansi/webpack-config@11.6.5) (2022-06-15)
7
+
8
+
9
+ ### 📦 Package
10
+
11
+ * babel-plugin-ramda, prettier, svgo-loader, webpack-remove-empty-scripts ([#1548](https://github.com/ntucker/anansi/issues/1548)) ([3188449](https://github.com/ntucker/anansi/commit/3188449fa1cb126bd2e97d38f1ad2920b74fd062))
12
+ * html-loader, mini-css-extract-plugin ([#1552](https://github.com/ntucker/anansi/issues/1552)) ([45d7b69](https://github.com/ntucker/anansi/commit/45d7b691bf3b68b14567a09cd3f99872ffd48fe9))
13
+ * Update babel monorepo to v7.18.5 ([#1545](https://github.com/ntucker/anansi/issues/1545)) ([aaaa8bc](https://github.com/ntucker/anansi/commit/aaaa8bcaa4d9188e9671ee31dc09b7aa9e3ce988))
14
+ * Update react monorepo ([#1549](https://github.com/ntucker/anansi/issues/1549)) ([7c06c5b](https://github.com/ntucker/anansi/commit/7c06c5b7056e62bdf24005799a918ecf5da2e41b))
15
+
16
+
17
+
18
+ ### [11.6.4](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@11.6.3...@anansi/webpack-config@11.6.4) (2022-06-09)
19
+
20
+
21
+ ### 📦 Package
22
+
23
+ * Downgrade linaria until fixed ([1df0b64](https://github.com/ntucker/anansi/commit/1df0b647c9afe08eecc2a3f335fcc811be6c0a8c))
24
+ * linaria, postcss-preset-env, ts-jest ([#1532](https://github.com/ntucker/anansi/issues/1532)) ([9bc617f](https://github.com/ntucker/anansi/commit/9bc617f664a1217f6a1553e7dabc44706c013429))
25
+ * linaria, sass ([#1537](https://github.com/ntucker/anansi/issues/1537)) ([4e9b77a](https://github.com/ntucker/anansi/commit/4e9b77a51aaafb8d8a4bdcb0791315fff984c423))
26
+ * Update all non-major dependencies ([#1531](https://github.com/ntucker/anansi/issues/1531)) ([2677241](https://github.com/ntucker/anansi/commit/26772415c2763f35c1720a08bb4b5417214f20d3))
27
+
28
+
29
+
30
+ ### [11.6.3](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@11.6.2...@anansi/webpack-config@11.6.3) (2022-05-29)
31
+
32
+ **Note:** Version bump only for package @anansi/webpack-config
33
+
34
+
35
+
36
+
37
+
6
38
  ### [11.6.2](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@11.6.1...@anansi/webpack-config@11.6.2) (2022-05-29)
7
39
 
8
40
  **Note:** Version bump only for package @anansi/webpack-config
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anansi/webpack-config",
3
- "version": "11.6.2",
3
+ "version": "11.6.5",
4
4
  "description": "Production ready webpack for React",
5
5
  "main": "lib/index.js",
6
6
  "types": "./index.d.ts",
@@ -53,16 +53,16 @@
53
53
  "node": ">=12.13.0"
54
54
  },
55
55
  "devDependencies": {
56
- "@anansi/babel-preset": "^3.2.2",
56
+ "@anansi/babel-preset": "^3.2.5",
57
57
  "@babel/cli": "7.17.10",
58
- "@babel/core": "7.18.2",
58
+ "@babel/core": "7.18.5",
59
59
  "debug": "4.3.4",
60
60
  "prettier-eslint-cli": "6.0.1",
61
61
  "rimraf": "^3.0.2"
62
62
  },
63
63
  "dependencies": {
64
64
  "@babel/runtime": "^7.17.2",
65
- "@linaria/webpack5-loader": "^3.0.0-beta.18",
65
+ "@linaria/webpack5-loader": "3.0.0-beta.21",
66
66
  "@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
67
67
  "@svgr/webpack": "^6.2.1",
68
68
  "@types/webpack-bundle-analyzer": "^4.4.1",
@@ -86,19 +86,19 @@
86
86
  "events": "^3.3.0",
87
87
  "file-loader": "^6.2.0",
88
88
  "find-cache-dir": "^3.3.2",
89
- "html-loader": "^3.1.0",
89
+ "html-loader": "^3.1.2",
90
90
  "html-webpack-plugin": "^5.5.0",
91
91
  "https-browserify": "^1.0.0",
92
92
  "is-wsl": "^2.2.0",
93
93
  "markdown-loader": "^8.0.0",
94
- "mini-css-extract-plugin": "^2.6.0",
94
+ "mini-css-extract-plugin": "^2.6.1",
95
95
  "mkdirp": "^1.0.4",
96
96
  "os-browserify": "^0.3.0",
97
97
  "path": "^0.12.7",
98
98
  "path-browserify": "^1.0.1",
99
99
  "postcss": "^8.4.14",
100
100
  "postcss-loader": "^7.0.0",
101
- "postcss-preset-env": "^7.6.0",
101
+ "postcss-preset-env": "^7.7.1",
102
102
  "process": "^0.11.10",
103
103
  "punycode": "^2.1.1",
104
104
  "querystring-es3": "^0.2.1",
@@ -107,7 +107,7 @@
107
107
  "react-dev-utils": "^12.0.1",
108
108
  "react-error-overlay": "6.0.9",
109
109
  "readable-stream": "^3.6.0",
110
- "sass": "^1.52.1",
110
+ "sass": "^1.52.3",
111
111
  "sass-loader": "^13.0.0",
112
112
  "sass-resources-loader": "^2.2.5",
113
113
  "semver": "^7.3.7",
@@ -116,8 +116,8 @@
116
116
  "string_decoder": "^1.3.0",
117
117
  "strip-ansi": "^6.0.1",
118
118
  "svgo": "^2.8.0",
119
- "svgo-loader": "^3.0.0",
120
- "terser-webpack-plugin": "^5.3.1",
119
+ "svgo-loader": "^3.0.1",
120
+ "terser-webpack-plugin": "^5.3.3",
121
121
  "timers-browserify": "^2.0.12",
122
122
  "tsconfig-paths-webpack-plugin": "^3.5.2",
123
123
  "tty-browserify": "^0.0.1",
@@ -127,7 +127,7 @@
127
127
  "vm-browserify": "^1.1.2",
128
128
  "webpack-bundle-analyzer": "^4.5.0",
129
129
  "webpack-node-externals": "^3.0.0",
130
- "webpack-remove-empty-scripts": "^0.8.0",
130
+ "webpack-remove-empty-scripts": "^0.8.1",
131
131
  "webpack-stats-plugin": "^1.0.3",
132
132
  "worker-loader": "^3.0.8"
133
133
  },
@@ -138,7 +138,7 @@
138
138
  "@storybook/react": "^6.2.0",
139
139
  "node-sass": "^7.0.1",
140
140
  "react": "*",
141
- "react-refresh": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0-0 || ^0.12.0 || ^0.13.0",
141
+ "react-refresh": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0-0 || ^0.12.0 || ^0.13.0 || ^0.14.0",
142
142
  "svgo": "^2.8.0",
143
143
  "webpack": "^5.12.0",
144
144
  "webpack-cli": "^4.1.0",