@anansi/webpack-config 13.0.5 → 13.0.8

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 +22 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -3,6 +3,28 @@
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
+ ### [13.0.8](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@13.0.7...@anansi/webpack-config@13.0.8) (2022-09-06)
7
+
8
+ ### 📦 Package
9
+
10
+ * Update `sass` to ^1.54.8 ([#1643](https://github.com/ntucker/anansi/issues/1643)) ([a47733d](https://github.com/ntucker/anansi/commit/a47733d6e3c5212d32cebacd043fe1907403e499))
11
+ * Update all non-major dependencies ([#1642](https://github.com/ntucker/anansi/issues/1642)) ([8fc92a0](https://github.com/ntucker/anansi/commit/8fc92a0888bb62b7b534f447faefb5240e7f93e9))
12
+ * Update babel packages to v7.19.0 ([#1638](https://github.com/ntucker/anansi/issues/1638)) ([b7438d1](https://github.com/ntucker/anansi/commit/b7438d107b7785aad2f7a336a6121f7a78217b3b))
13
+
14
+ ### [13.0.7](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@13.0.6...@anansi/webpack-config@13.0.7) (2022-08-31)
15
+
16
+ ### 📦 Package
17
+
18
+ * sass, terser-webpack-plugin ([#1635](https://github.com/ntucker/anansi/issues/1635)) ([26496ce](https://github.com/ntucker/anansi/commit/26496ce4bf362b4e0bdf07cbb000b560282dcfa2))
19
+
20
+ ### [13.0.6](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@13.0.5...@anansi/webpack-config@13.0.6) (2022-08-25)
21
+
22
+ ### 📦 Package
23
+
24
+ * Update `@babel/core` to v7.18.13 ([#1622](https://github.com/ntucker/anansi/issues/1622)) ([431a2b4](https://github.com/ntucker/anansi/commit/431a2b49453e8937c5f9e376a5f26395117a1d35))
25
+ * Update `webpack-bundle-analyzer` to ^4.6.1 ([#1623](https://github.com/ntucker/anansi/issues/1623)) ([718ad5f](https://github.com/ntucker/anansi/commit/718ad5fceb1ef1b577e3978cc09ff0ebf3acbbab))
26
+ * Update all non-major dependencies ([#1626](https://github.com/ntucker/anansi/issues/1626)) ([05b1837](https://github.com/ntucker/anansi/commit/05b1837691fd0796ce3141c8535013bdc3996bc3))
27
+
6
28
  ### [13.0.5](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@13.0.4...@anansi/webpack-config@13.0.5) (2022-08-21)
7
29
 
8
30
  ### 📦 Package
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anansi/webpack-config",
3
- "version": "13.0.5",
3
+ "version": "13.0.8",
4
4
  "description": "Production ready webpack for React",
5
5
  "main": "lib/index.js",
6
6
  "types": "./index.d.ts",
@@ -52,11 +52,11 @@
52
52
  "node": ">=14.15.0"
53
53
  },
54
54
  "devDependencies": {
55
- "@anansi/babel-preset": "3.2.15",
55
+ "@anansi/babel-preset": "3.2.16",
56
56
  "@babel/cli": "7.18.10",
57
- "@babel/core": "7.18.10",
57
+ "@babel/core": "7.19.0",
58
58
  "debug": "4.3.4",
59
- "prettier-eslint-cli": "7.0.0",
59
+ "prettier-eslint-cli": "7.1.0",
60
60
  "rimraf": "3.0.2"
61
61
  },
62
62
  "dependencies": {
@@ -105,7 +105,7 @@
105
105
  "react-dev-utils": "^12.0.1",
106
106
  "react-error-overlay": "6.0.9",
107
107
  "readable-stream": "^4.1.0",
108
- "sass": "^1.54.5",
108
+ "sass": "^1.54.8",
109
109
  "sass-loader": "^13.0.2",
110
110
  "sass-resources-loader": "^2.2.5",
111
111
  "semver": "^7.3.7",
@@ -115,7 +115,7 @@
115
115
  "strip-ansi": "^6.0.1",
116
116
  "svgo": "^2.8.0",
117
117
  "svgo-loader": "^3.0.1",
118
- "terser-webpack-plugin": "^5.3.5",
118
+ "terser-webpack-plugin": "^5.3.6",
119
119
  "timers-browserify": "^2.0.12",
120
120
  "tsconfig-paths-webpack-plugin": "^4.0.0",
121
121
  "tty-browserify": "^0.0.1",
@@ -123,9 +123,9 @@
123
123
  "url-loader": "^4.1.1",
124
124
  "util": "^0.12.4",
125
125
  "vm-browserify": "^1.1.2",
126
- "webpack-bundle-analyzer": "^4.6.0",
126
+ "webpack-bundle-analyzer": "^4.6.1",
127
127
  "webpack-node-externals": "^3.0.0",
128
- "webpack-remove-empty-scripts": "^0.8.1",
128
+ "webpack-remove-empty-scripts": "^0.8.3",
129
129
  "webpack-stats-plugin": "^1.1.0",
130
130
  "worker-loader": "^3.0.8"
131
131
  },