@podium/podlet 5.2.0-next.9 → 5.2.1
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 +29 -10
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,28 +1,47 @@
|
|
|
1
|
-
|
|
1
|
+
## [5.2.1](https://github.com/podium-lib/podlet/compare/v5.2.0...v5.2.1) (2024-11-11)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
* update
|
|
6
|
+
* **deps:** update all dependencies (non-major) ([#441](https://github.com/podium-lib/podlet/issues/441)) ([927e067](https://github.com/podium-lib/podlet/commit/927e067d4d0973b315f1387efae20cf5d720b167))
|
|
7
7
|
|
|
8
|
-
# [5.2.0
|
|
8
|
+
# [5.2.0](https://github.com/podium-lib/podlet/compare/v5.1.19...v5.2.0) (2024-11-06)
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
### Bug Fixes
|
|
12
12
|
|
|
13
|
+
* ensure both key/value and object conversion are supported for JS data attributes ([f243d60](https://github.com/podium-lib/podlet/commit/f243d607356166cd77c83eb72ef7ea84f4b95d80))
|
|
14
|
+
* force release 5.2.0-next.2 ([b2fc84c](https://github.com/podium-lib/podlet/commit/b2fc84cd6ced3716aa0964d76f55063db5c37fce))
|
|
15
|
+
* force release 5.2.0-next.2 ([84223e8](https://github.com/podium-lib/podlet/commit/84223e823125544eb40cbd50b2558bcb78ba9ce6))
|
|
16
|
+
* force release 5.2.0-next.2 ([4f5f19d](https://github.com/podium-lib/podlet/commit/4f5f19d9e486461b822dddf4bf278207927c63be))
|
|
17
|
+
* force release 5.2.0-next.2 ([a5a1953](https://github.com/podium-lib/podlet/commit/a5a19536aab17130e79f14b2a8d7e7f58e61d0f0))
|
|
18
|
+
* sharpen up shadow dom usage assertion ([a47c8bc](https://github.com/podium-lib/podlet/commit/a47c8bc7bb33bc6c685d882a7f922cd39914a874))
|
|
19
|
+
* tag asset type when sending hint headers ([56c8614](https://github.com/podium-lib/podlet/commit/56c86144207956c63c7ce1d1103efe4f8ff7d7bf))
|
|
20
|
+
* **types:** fix AssetJsLike type ([19494f5](https://github.com/podium-lib/podlet/commit/19494f51c338468c362668678654c119993795db))
|
|
21
|
+
* update @podium/schemas to 5.1.0 ([412f03b](https://github.com/podium-lib/podlet/commit/412f03b1dc8dfdc7e89be99825e7966127c9d990))
|
|
22
|
+
* update @podium/utils ([719c1e0](https://github.com/podium-lib/podlet/commit/719c1e0ae4e06144e084e8b95bd04d94313b116e))
|
|
13
23
|
* use more appropriate strategy instead of scope ([0674a81](https://github.com/podium-lib/podlet/commit/0674a812abe9c246f4c007e1869723dc7c0293a0))
|
|
14
24
|
|
|
15
|
-
|
|
25
|
+
|
|
26
|
+
### Features
|
|
27
|
+
|
|
28
|
+
* add DSD shadow DOM encapsulation support ([02c9a64](https://github.com/podium-lib/podlet/commit/02c9a64a6bb2f460c035416e43405ae380cb6d1c))
|
|
29
|
+
* automatically send assets with content/fallback requests as 103 early hints ([c4c8c88](https://github.com/podium-lib/podlet/commit/c4c8c889bc491b8a3c4a896220d1205164e6fde4))
|
|
30
|
+
* replace early hints with link header ([815ea97](https://github.com/podium-lib/podlet/commit/815ea97df599676a6a1dd56dd6aeef4f91b27c95))
|
|
31
|
+
|
|
32
|
+
# [5.2.0-next.10](https://github.com/podium-lib/podlet/compare/v5.2.0-next.9...v5.2.0-next.10) (2024-11-06)
|
|
16
33
|
|
|
17
34
|
|
|
18
35
|
### Bug Fixes
|
|
19
36
|
|
|
20
|
-
*
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
37
|
+
* **deps:** update dependency @podium/proxy to v5.0.29 ([0bbc78b](https://github.com/podium-lib/podlet/commit/0bbc78b07a7f3059cb8f659a23c75896c1081b2f))
|
|
38
|
+
|
|
39
|
+
## [5.1.19](https://github.com/podium-lib/podlet/compare/v5.1.18...v5.1.19) (2024-11-04)
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
### Bug Fixes
|
|
43
|
+
|
|
44
|
+
* **deps:** update dependency @podium/proxy to v5.0.29 ([0bbc78b](https://github.com/podium-lib/podlet/commit/0bbc78b07a7f3059cb8f659a23c75896c1081b2f))
|
|
26
45
|
|
|
27
46
|
## [5.1.18](https://github.com/podium-lib/podlet/compare/v5.1.17...v5.1.18) (2024-10-11)
|
|
28
47
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@podium/podlet",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Module for building page fragment servers in a micro frontend architecture.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -34,24 +34,24 @@
|
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@metrics/client": "2.5.3",
|
|
37
|
-
"@podium/proxy": "5.0.28",
|
|
38
37
|
"@podium/schemas": "5.1.0",
|
|
39
|
-
"@podium/
|
|
38
|
+
"@podium/proxy": "5.0.30",
|
|
39
|
+
"@podium/utils": "5.3.2",
|
|
40
40
|
"abslog": "2.4.4",
|
|
41
41
|
"ajv": "8.17.1",
|
|
42
42
|
"objobj": "1.0.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@podium/eslint-config": "1.0.
|
|
45
|
+
"@podium/eslint-config": "1.0.2",
|
|
46
46
|
"@podium/semantic-release-config": "2.0.0",
|
|
47
|
-
"@podium/test-utils": "3.0.
|
|
47
|
+
"@podium/test-utils": "3.0.11",
|
|
48
48
|
"@podium/typescript-config": "1.0.0",
|
|
49
49
|
"@types/node": "20.16.10",
|
|
50
|
-
"@types/readable-stream": "4.0.
|
|
51
|
-
"eslint": "9.
|
|
50
|
+
"@types/readable-stream": "4.0.18",
|
|
51
|
+
"eslint": "9.13.0",
|
|
52
52
|
"express": "4.20.0",
|
|
53
53
|
"json-stringify-safe": "5.0.1",
|
|
54
|
-
"npm-run-all2": "6.2.
|
|
54
|
+
"npm-run-all2": "6.2.6",
|
|
55
55
|
"prettier": "3.3.3",
|
|
56
56
|
"semantic-release": "24.1.2",
|
|
57
57
|
"tap": "18.8.0",
|