@anansi/webpack-config 15.0.0 → 15.0.2

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 +13 -0
  2. package/package.json +12 -11
package/CHANGELOG.md CHANGED
@@ -3,6 +3,19 @@
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
+ ### [15.0.2](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@15.0.1...@anansi/webpack-config@15.0.2) (2023-03-27)
7
+
8
+ **Note:** Version bump only for package @anansi/webpack-config
9
+
10
+ ### [15.0.1](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@15.0.0...@anansi/webpack-config@15.0.1) (2023-03-26)
11
+
12
+ ### 📦 Package
13
+
14
+ * Add missing packages ([1193aa4](https://github.com/ntucker/anansi/commit/1193aa4a64da33b9588606f194eb729b60d84747))
15
+ * Remove prerelease ranges ([1699480](https://github.com/ntucker/anansi/commit/169948070ab28c4a1038398459cc7f61d6b28800))
16
+ * Remove unused deps ([#1918](https://github.com/ntucker/anansi/issues/1918)) ([e53c994](https://github.com/ntucker/anansi/commit/e53c99453c732ff5b7e588966b039b4f44730e07))
17
+ * Update `postcss-preset-env` to ^8.1.0 ([#1917](https://github.com/ntucker/anansi/issues/1917)) ([80c0f7a](https://github.com/ntucker/anansi/commit/80c0f7a2efaf1f7622a27a246622f762455447fd))
18
+
6
19
  ## [15.0.0](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@14.3.10...@anansi/webpack-config@15.0.0) (2023-03-24)
7
20
 
8
21
  ### ⚠ 💥 BREAKING CHANGES
package/package.json CHANGED
@@ -1,16 +1,18 @@
1
1
  {
2
2
  "name": "@anansi/webpack-config",
3
- "version": "15.0.0",
3
+ "version": "15.0.2",
4
4
  "description": "Production ready webpack for React",
5
5
  "main": "lib/index.js",
6
6
  "types": "./index.d.ts",
7
7
  "scripts": {
8
+ "test": "echo \"Error: no test specified\" && exit 1",
9
+ "test:ci": "echo \"Error: no test specified\"",
8
10
  "build:lib": "BROWSERSLIST_ENV=node14 babel --root-mode upward src --out-dir lib --source-maps inline",
9
- "build": "yarn run build:lib",
10
- "dev": "yarn run build:lib -w",
11
+ "build": "run build:lib",
12
+ "dev": "run build:lib -w",
11
13
  "build:clean": "rimraf lib",
12
- "prepare": "yarn run build:clean && yarn run build",
13
- "prepack": "yarn prepare"
14
+ "prepare": "run build:clean && run build",
15
+ "prepack": "run prepare"
14
16
  },
15
17
  "files": [
16
18
  "lib",
@@ -52,9 +54,11 @@
52
54
  "node": ">=14.15.0"
53
55
  },
54
56
  "devDependencies": {
55
- "@anansi/babel-preset": "4.1.2",
57
+ "@anansi/babel-preset": "4.2.0",
58
+ "@anansi/browserslist-config": "1.4.2",
56
59
  "@babel/cli": "7.21.0",
57
60
  "@babel/core": "7.21.3",
61
+ "@types/node": "^18.15.9",
58
62
  "debug": "4.3.4",
59
63
  "prettier-eslint-cli": "7.1.0",
60
64
  "rimraf": "4.4.1"
@@ -88,7 +92,6 @@
88
92
  "html-webpack-plugin": "^5.5.0",
89
93
  "https-browserify": "^1.0.0",
90
94
  "is-wsl": "^2.2.0",
91
- "markdown-loader": "^8.0.0",
92
95
  "mini-css-extract-plugin": "^2.7.5",
93
96
  "mkdirp": "^2.1.6",
94
97
  "os-browserify": "^0.3.0",
@@ -96,12 +99,11 @@
96
99
  "path-browserify": "^1.0.1",
97
100
  "postcss": "^8.4.21",
98
101
  "postcss-loader": "^7.1.0",
99
- "postcss-preset-env": "^8.0.1",
102
+ "postcss-preset-env": "^8.1.0",
100
103
  "process": "^0.11.10",
101
104
  "punycode": "^2.3.0",
102
105
  "querystring-es3": "^0.2.1",
103
106
  "ramda": "^0.28.0",
104
- "raw-loader": "4.0.2",
105
107
  "react-dev-utils": "^12.0.1",
106
108
  "react-error-overlay": "6.0.9",
107
109
  "readable-stream": "^4.3.0",
@@ -119,7 +121,6 @@
119
121
  "tsconfig-paths-webpack-plugin": "^4.0.1",
120
122
  "tty-browserify": "^0.0.1",
121
123
  "url": "^0.11.0",
122
- "url-loader": "^4.1.1",
123
124
  "util": "^0.12.5",
124
125
  "vm-browserify": "^1.1.2",
125
126
  "webpack-bundle-analyzer": "^4.8.0",
@@ -136,7 +137,7 @@
136
137
  "@types/react": "^16.0.0 || ^17.0.0 || ^18.0.0",
137
138
  "node-sass": "^7.0.1 || ^8.0.0",
138
139
  "react": "*",
139
- "react-refresh": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0-0 || ^0.12.0 || ^0.13.0 || ^0.14.0",
140
+ "react-refresh": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^0.14.0",
140
141
  "sass": "^1.3.0",
141
142
  "svgo": "^3.0.0",
142
143
  "webpack": "^5.12.0",