@caweb/webpack 1.3.39 → 1.3.41

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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ v1.3.41
2
+ - Updated npm packages
3
+
4
+ v1.3.40
5
+ - Updated npm packages
6
+
1
7
  v1.3.39
2
8
  - Updated npm packages
3
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@caweb/webpack",
3
- "version": "1.3.39",
3
+ "version": "1.3.41",
4
4
  "description": "CAWebPublishing Webpack Configuration",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -37,7 +37,7 @@
37
37
  "dependencies": {
38
38
  "@caweb/a11y-webpack-plugin": "^1.0.9",
39
39
  "@caweb/css-audit-webpack-plugin": "^1.0.12",
40
- "@caweb/html-webpack-plugin": "^1.7.8",
40
+ "@caweb/html-webpack-plugin": "^1.7.10",
41
41
  "@caweb/jshint-webpack-plugin": "^2.0.1"
42
42
  }
43
43
  }
@@ -1,3 +1,11 @@
1
+ v1.7.10
2
+ - Padding to interactive elements changed from 1rem back to .5rem 0
3
+ - Padding for link grid and side navigation was made !important
4
+
5
+ v1.7.9
6
+ - Added the WordPress DependencyExtractionPlugin plugin definition back
7
+ - Added tsconfig.json to list of distributed files
8
+
1
9
  v1.7.8
2
10
  - Padding to interactive elements not applied to .et_pb_button and .btn classes
3
11
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@caweb/html-webpack-plugin",
3
- "version": "1.7.8",
3
+ "version": "1.7.10",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@caweb/html-webpack-plugin",
9
- "version": "1.7.8",
9
+ "version": "1.7.10",
10
10
  "license": "ISC",
11
11
  "dependencies": {
12
12
  "@caweb/a11y-webpack-plugin": "^1.0.9",
@@ -20,6 +20,7 @@
20
20
  "html-webpack-skip-assets-plugin": "^1.0.4",
21
21
  "mini-css-extract-plugin": "^2.9.2",
22
22
  "rtlcss-webpack-plugin": "^4.0.7",
23
+ "ts-loader": "^9.5.2",
23
24
  "webpack": "^5.99.7",
24
25
  "webpack-cli": "^6.0.1",
25
26
  "webpack-remove-empty-scripts": "^1.0.4"
@@ -21344,6 +21345,69 @@
21344
21345
  "typescript": ">=4.2.0"
21345
21346
  }
21346
21347
  },
21348
+ "node_modules/ts-loader": {
21349
+ "version": "9.5.2",
21350
+ "resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-9.5.2.tgz",
21351
+ "integrity": "sha512-Qo4piXvOTWcMGIgRiuFa6nHNm+54HbYaZCKqc9eeZCLRy3XqafQgwX2F7mofrbJG3g7EEb+lkiR+z2Lic2s3Zw==",
21352
+ "license": "MIT",
21353
+ "dependencies": {
21354
+ "chalk": "^4.1.0",
21355
+ "enhanced-resolve": "^5.0.0",
21356
+ "micromatch": "^4.0.0",
21357
+ "semver": "^7.3.4",
21358
+ "source-map": "^0.7.4"
21359
+ },
21360
+ "engines": {
21361
+ "node": ">=12.0.0"
21362
+ },
21363
+ "peerDependencies": {
21364
+ "typescript": "*",
21365
+ "webpack": "^5.0.0"
21366
+ }
21367
+ },
21368
+ "node_modules/ts-loader/node_modules/ansi-styles": {
21369
+ "version": "4.3.0",
21370
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
21371
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
21372
+ "license": "MIT",
21373
+ "dependencies": {
21374
+ "color-convert": "^2.0.1"
21375
+ },
21376
+ "engines": {
21377
+ "node": ">=8"
21378
+ },
21379
+ "funding": {
21380
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
21381
+ }
21382
+ },
21383
+ "node_modules/ts-loader/node_modules/chalk": {
21384
+ "version": "4.1.2",
21385
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
21386
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
21387
+ "license": "MIT",
21388
+ "dependencies": {
21389
+ "ansi-styles": "^4.1.0",
21390
+ "supports-color": "^7.1.0"
21391
+ },
21392
+ "engines": {
21393
+ "node": ">=10"
21394
+ },
21395
+ "funding": {
21396
+ "url": "https://github.com/chalk/chalk?sponsor=1"
21397
+ }
21398
+ },
21399
+ "node_modules/ts-loader/node_modules/semver": {
21400
+ "version": "7.7.1",
21401
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.1.tgz",
21402
+ "integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==",
21403
+ "license": "ISC",
21404
+ "bin": {
21405
+ "semver": "bin/semver.js"
21406
+ },
21407
+ "engines": {
21408
+ "node": ">=10"
21409
+ }
21410
+ },
21347
21411
  "node_modules/tsconfig-paths": {
21348
21412
  "version": "3.15.0",
21349
21413
  "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@caweb/html-webpack-plugin",
3
- "version": "1.7.8",
3
+ "version": "1.7.10",
4
4
  "description": "CAWebPublishing Sample Page and Configurations",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -11,6 +11,7 @@
11
11
  "sample",
12
12
  "index.js",
13
13
  "README.md",
14
+ "tsconfig.json",
14
15
  "webpack.config.js"
15
16
  ],
16
17
  "scripts": {
@@ -126,6 +127,7 @@
126
127
  "html-webpack-skip-assets-plugin": "^1.0.4",
127
128
  "mini-css-extract-plugin": "^2.9.2",
128
129
  "rtlcss-webpack-plugin": "^4.0.7",
130
+ "ts-loader": "^9.5.2",
129
131
  "webpack": "^5.99.7",
130
132
  "webpack-cli": "^6.0.1",
131
133
  "webpack-remove-empty-scripts": "^1.0.4"
@@ -2,7 +2,7 @@
2
2
  <div class="row">
3
3
  <div class="col-4">
4
4
  <ul class="list-navigation">
5
- <li><a href="/">Lorem ipsum dolor sit amet</a></li>
5
+ <li><a href="/" class="active landing">Lorem ipsum dolor sit amet</a></li>
6
6
  <li><a href="/">Lorem ipsum dolor sit amet</a></li>
7
7
  <li><a href="/">Lorem ipsum dolor sit amet</a></li>
8
8
  </ul>
@@ -94,10 +94,6 @@ baseConfig.module.rules.forEach((rule, i) => {
94
94
  // instead we use the Webpack output.clean definition
95
95
  baseConfig.plugins.splice(1,1, false);
96
96
 
97
- // We remove the WordPress DependencyExtractionPlugin definition
98
- // otherwise externals are not available in the global scope
99
- baseConfig.plugins.pop();
100
-
101
97
  /**
102
98
  * we remove the WordPress devServer declaration since we can only have 1 when exporting multiple configurations
103
99
  *