@microsoft/loader-load-themed-styles 2.1.104 → 2.1.106

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.json CHANGED
@@ -1,6 +1,42 @@
1
1
  {
2
2
  "name": "@microsoft/loader-load-themed-styles",
3
3
  "entries": [
4
+ {
5
+ "version": "2.1.106",
6
+ "tag": "@microsoft/loader-load-themed-styles_v2.1.106",
7
+ "date": "Tue, 19 Aug 2025 20:45:02 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `2.1.10`"
12
+ },
13
+ {
14
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.74.3`"
15
+ },
16
+ {
17
+ "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `^2.1.9` to `2.1.10`"
18
+ }
19
+ ]
20
+ }
21
+ },
22
+ {
23
+ "version": "2.1.105",
24
+ "tag": "@microsoft/loader-load-themed-styles_v2.1.105",
25
+ "date": "Fri, 01 Aug 2025 00:12:48 GMT",
26
+ "comments": {
27
+ "dependency": [
28
+ {
29
+ "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `2.1.9`"
30
+ },
31
+ {
32
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.74.2`"
33
+ },
34
+ {
35
+ "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `^2.1.8` to `2.1.9`"
36
+ }
37
+ ]
38
+ }
39
+ },
4
40
  {
5
41
  "version": "2.1.104",
6
42
  "tag": "@microsoft/loader-load-themed-styles_v2.1.104",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  # Change Log - @microsoft/loader-load-themed-styles
2
2
 
3
- This log was last generated on Wed, 23 Jul 2025 20:55:57 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 19 Aug 2025 20:45:02 GMT and should not be manually modified.
4
+
5
+ ## 2.1.106
6
+ Tue, 19 Aug 2025 20:45:02 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 2.1.105
11
+ Fri, 01 Aug 2025 00:12:48 GMT
12
+
13
+ _Version update only_
4
14
 
5
15
  ## 2.1.104
6
16
  Wed, 23 Jul 2025 20:55:57 GMT
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.52.8"
8
+ "packageVersion": "7.52.10"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/loader-load-themed-styles",
3
- "version": "2.1.104",
3
+ "version": "2.1.106",
4
4
  "description": "This simple loader wraps the loading of CSS in script equivalent to `require('load-themed-styles').loadStyles( /* css text */ )`. It is designed to be a replacement for style-loader.",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
@@ -17,7 +17,7 @@
17
17
  },
18
18
  "peerDependencies": {
19
19
  "@types/webpack": "^4",
20
- "@microsoft/load-themed-styles": "^2.1.8"
20
+ "@microsoft/load-themed-styles": "^2.1.10"
21
21
  },
22
22
  "dependencies": {
23
23
  "loader-utils": "1.4.2"
@@ -26,9 +26,9 @@
26
26
  "@types/loader-utils": "1.1.3",
27
27
  "@types/webpack": "4.41.32",
28
28
  "eslint": "~9.25.1",
29
- "@microsoft/load-themed-styles": "2.1.8",
29
+ "@rushstack/heft": "0.74.3",
30
30
  "local-node-rig": "1.0.0",
31
- "@rushstack/heft": "0.74.1"
31
+ "@microsoft/load-themed-styles": "2.1.10"
32
32
  },
33
33
  "scripts": {
34
34
  "build": "heft build --clean",