@microsoft/loader-load-themed-styles 1.9.105 → 1.9.109

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,83 @@
1
1
  {
2
2
  "name": "@microsoft/loader-load-themed-styles",
3
3
  "entries": [
4
+ {
5
+ "version": "1.9.109",
6
+ "tag": "@microsoft/loader-load-themed-styles_v1.9.109",
7
+ "date": "Thu, 28 Oct 2021 23:48:23 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.228`"
12
+ }
13
+ ]
14
+ }
15
+ },
16
+ {
17
+ "version": "1.9.108",
18
+ "tag": "@microsoft/loader-load-themed-styles_v1.9.108",
19
+ "date": "Thu, 28 Oct 2021 00:08:22 GMT",
20
+ "comments": {
21
+ "dependency": [
22
+ {
23
+ "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.227`"
24
+ },
25
+ {
26
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.42.0`"
27
+ },
28
+ {
29
+ "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.2.28`"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "version": "1.9.107",
36
+ "tag": "@microsoft/loader-load-themed-styles_v1.9.107",
37
+ "date": "Wed, 27 Oct 2021 00:08:15 GMT",
38
+ "comments": {
39
+ "patch": [
40
+ {
41
+ "comment": "Update the package.json repository field to include the directory property."
42
+ }
43
+ ],
44
+ "dependency": [
45
+ {
46
+ "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.226`"
47
+ },
48
+ {
49
+ "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.4.4`"
50
+ },
51
+ {
52
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.41.8`"
53
+ },
54
+ {
55
+ "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.2.27`"
56
+ }
57
+ ]
58
+ }
59
+ },
60
+ {
61
+ "version": "1.9.106",
62
+ "tag": "@microsoft/loader-load-themed-styles_v1.9.106",
63
+ "date": "Wed, 13 Oct 2021 15:09:54 GMT",
64
+ "comments": {
65
+ "dependency": [
66
+ {
67
+ "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.225`"
68
+ },
69
+ {
70
+ "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.4.3`"
71
+ },
72
+ {
73
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.41.7`"
74
+ },
75
+ {
76
+ "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.2.26`"
77
+ }
78
+ ]
79
+ }
80
+ },
4
81
  {
5
82
  "version": "1.9.105",
6
83
  "tag": "@microsoft/loader-load-themed-styles_v1.9.105",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,28 @@
1
1
  # Change Log - @microsoft/loader-load-themed-styles
2
2
 
3
- This log was last generated on Fri, 08 Oct 2021 09:35:07 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 28 Oct 2021 23:48:23 GMT and should not be manually modified.
4
+
5
+ ## 1.9.109
6
+ Thu, 28 Oct 2021 23:48:23 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 1.9.108
11
+ Thu, 28 Oct 2021 00:08:22 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 1.9.107
16
+ Wed, 27 Oct 2021 00:08:15 GMT
17
+
18
+ ### Patches
19
+
20
+ - Update the package.json repository field to include the directory property.
21
+
22
+ ## 1.9.106
23
+ Wed, 13 Oct 2021 15:09:54 GMT
24
+
25
+ _Version update only_
4
26
 
5
27
  ## 1.9.105
6
28
  Fri, 08 Oct 2021 09:35:07 GMT
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.18.15"
8
+ "packageVersion": "7.18.17"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,22 +1,23 @@
1
1
  {
2
2
  "name": "@microsoft/loader-load-themed-styles",
3
- "version": "1.9.105",
3
+ "version": "1.9.109",
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",
7
7
  "license": "MIT",
8
8
  "repository": {
9
9
  "type": "git",
10
- "url": "https://github.com/microsoft/rushstack/tree/master/webpack/loader-load-themed-styles"
10
+ "url": "https://github.com/microsoft/rushstack.git",
11
+ "directory": "webpack/loader-load-themed-styles"
11
12
  },
12
13
  "dependencies": {
13
- "@microsoft/load-themed-styles": "1.10.224",
14
+ "@microsoft/load-themed-styles": "1.10.228",
14
15
  "loader-utils": "~1.1.0"
15
16
  },
16
17
  "devDependencies": {
17
- "@rushstack/eslint-config": "2.4.2",
18
- "@rushstack/heft": "0.41.6",
19
- "@rushstack/heft-node-rig": "1.2.25",
18
+ "@rushstack/eslint-config": "2.4.4",
19
+ "@rushstack/heft": "0.42.0",
20
+ "@rushstack/heft-node-rig": "1.2.28",
20
21
  "@types/heft-jest": "1.0.1",
21
22
  "@types/loader-utils": "1.1.3",
22
23
  "@types/node": "12.20.24",