@workleap/postcss-configs 1.0.5 → 1.0.6
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 +13 -7
- package/README.md +2 -2
- package/package.json +12 -17
package/CHANGELOG.md
CHANGED
|
@@ -1,43 +1,49 @@
|
|
|
1
1
|
# @workleap/postcss-configs
|
|
2
2
|
|
|
3
|
+
## 1.0.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#242](https://github.com/workleap/wl-web-configs/pull/242) [`e165cb4`](https://github.com/workleap/wl-web-configs/commit/e165cb447e699e19f06d41532216e36c09d7b945) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Updated dependencies.
|
|
8
|
+
|
|
3
9
|
## 1.0.5
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
6
12
|
|
|
7
|
-
- [#230](https://github.com/
|
|
13
|
+
- [#230](https://github.com/workleap/wl-web-configs/pull/230) [`0a4279c`](https://github.com/workleap/wl-web-configs/commit/0a4279c40b7c2ea76c7e1884a8e2fd744ca9b7c1) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Packages now includes the source codes and sourcemap.
|
|
8
14
|
|
|
9
15
|
## 1.0.4
|
|
10
16
|
|
|
11
17
|
### Patch Changes
|
|
12
18
|
|
|
13
|
-
- [#186](https://github.com/
|
|
19
|
+
- [#186](https://github.com/workleap/wl-web-configs/pull/186) [`997054e`](https://github.com/workleap/wl-web-configs/commit/997054eb66118e5897ce686a446d98ac7ea6abd6) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Loosen the dependencies version.
|
|
14
20
|
|
|
15
21
|
## 1.0.3
|
|
16
22
|
|
|
17
23
|
### Patch Changes
|
|
18
24
|
|
|
19
|
-
- [#179](https://github.com/
|
|
25
|
+
- [#179](https://github.com/workleap/wl-web-configs/pull/179) [`61d3721`](https://github.com/workleap/wl-web-configs/commit/61d37216198083ba78cd4b1480e38c8d772a6119) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Updated dependencies.
|
|
20
26
|
|
|
21
27
|
## 1.0.2
|
|
22
28
|
|
|
23
29
|
### Patch Changes
|
|
24
30
|
|
|
25
|
-
- [#177](https://github.com/
|
|
31
|
+
- [#177](https://github.com/workleap/wl-web-configs/pull/177) [`8936ce6`](https://github.com/workleap/wl-web-configs/commit/8936ce677cad205caba2f13a71f5c9208f1dd5e6) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Updated packages dependencies.
|
|
26
32
|
|
|
27
33
|
## 1.0.1
|
|
28
34
|
|
|
29
35
|
### Patch Changes
|
|
30
36
|
|
|
31
|
-
- [#143](https://github.com/
|
|
37
|
+
- [#143](https://github.com/workleap/wl-web-configs/pull/143) [`334088f`](https://github.com/workleap/wl-web-configs/commit/334088fac63aad6cc245ee3300da076e5c201287) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Updated to SWC 1.3.85
|
|
32
38
|
|
|
33
39
|
## 1.0.0
|
|
34
40
|
|
|
35
41
|
### Major Changes
|
|
36
42
|
|
|
37
|
-
- [#98](https://github.com/
|
|
43
|
+
- [#98](https://github.com/workleap/wl-web-configs/pull/98) [`56ca32e`](https://github.com/workleap/wl-web-configs/commit/56ca32ee3194c51210aacc5189f3ebbec5a4a7b6) Thanks [@patricklafrance](https://github.com/patricklafrance)! - New start, every package has a major version bump
|
|
38
44
|
|
|
39
45
|
## 0.0.2
|
|
40
46
|
|
|
41
47
|
### Patch Changes
|
|
42
48
|
|
|
43
|
-
- [#92](https://github.com/
|
|
49
|
+
- [#92](https://github.com/workleap/wl-web-configs/pull/92) [`66e8f10`](https://github.com/workleap/wl-web-configs/commit/66e8f1033a987523c65fe9e61f53dac6d2e38777) Thanks [@ofrogon](https://github.com/ofrogon)! - Migrate project from GitHub organization
|
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## Usage
|
|
7
7
|
|
|
8
|
-
View the [user's documentation](https://
|
|
8
|
+
View the [user's documentation](https://workleap.github.io/wl-web-configs/).
|
|
9
9
|
|
|
10
10
|
## 🤝 Contributing
|
|
11
11
|
|
|
@@ -13,4 +13,4 @@ View the [contributor's documentation](../../CONTRIBUTING.md).
|
|
|
13
13
|
|
|
14
14
|
## License
|
|
15
15
|
|
|
16
|
-
Copyright © 2023, Workleap. This code is licensed under the Apache License, Version 2.0. You may obtain a copy of this license at https://github.com/
|
|
16
|
+
Copyright © 2023, Workleap. This code is licensed under the Apache License, Version 2.0. You may obtain a copy of this license at https://github.com/workleap/workleap-license/blob/master/LICENSE.
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@workleap/postcss-configs",
|
|
3
3
|
"author": "Workleap",
|
|
4
4
|
"description": "Workleap's recommended PostCSS configurations",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.6",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"publishConfig": {
|
|
8
8
|
"access": "public",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
},
|
|
11
11
|
"repository": {
|
|
12
12
|
"type": "git",
|
|
13
|
-
"url": "git+https://github.com/
|
|
13
|
+
"url": "git+https://github.com/workleap/wl-web-configs.git",
|
|
14
14
|
"directory": "packages/postcss-configs"
|
|
15
15
|
},
|
|
16
16
|
"type": "module",
|
|
@@ -32,29 +32,24 @@
|
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"postcss-load-config": "^6.0.1",
|
|
35
|
-
"postcss-preset-env": "^10.1.
|
|
35
|
+
"postcss-preset-env": "^10.1.5"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@rsbuild/core": "1.
|
|
39
|
-
"@rslib/core": "0.
|
|
40
|
-
"@
|
|
41
|
-
"@
|
|
42
|
-
"@types/jest": "29.5.14",
|
|
43
|
-
"@types/node": "22.10.7",
|
|
44
|
-
"@typescript-eslint/parser": "8.20.0",
|
|
38
|
+
"@rsbuild/core": "1.2.19",
|
|
39
|
+
"@rslib/core": "0.5.4",
|
|
40
|
+
"@types/node": "22.13.10",
|
|
41
|
+
"@typescript-eslint/parser": "8.26.1",
|
|
45
42
|
"eslint": "8.57.0",
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"@workleap/
|
|
50
|
-
"@workleap/rslib-configs": "1.0.2",
|
|
51
|
-
"@workleap/swc-configs": "2.2.4",
|
|
43
|
+
"typescript": "5.8.2",
|
|
44
|
+
"vitest": "3.0.9",
|
|
45
|
+
"@workleap/eslint-plugin": "3.3.1",
|
|
46
|
+
"@workleap/rslib-configs": "1.0.3",
|
|
52
47
|
"@workleap/typescript-configs": "3.0.2"
|
|
53
48
|
},
|
|
54
49
|
"scripts": {
|
|
55
50
|
"build": "rslib build -c rslib.config.ts",
|
|
56
51
|
"eslint": "eslint . --max-warnings=-0 --cache --cache-location node_modules/.cache/eslint",
|
|
57
52
|
"typecheck": "tsc",
|
|
58
|
-
"test": "
|
|
53
|
+
"test": "vitest --config vitest.config.ts --no-watch"
|
|
59
54
|
}
|
|
60
55
|
}
|