@yarn-tool/static-file 3.0.5 → 3.0.10
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 +64 -0
- package/package.json +4 -4
- package/file/.gitignore +0 -10
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,70 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [3.0.10](https://github.com/bluelovers/ws-yarn-workspaces/compare/@yarn-tool/static-file@3.0.9...@yarn-tool/static-file@3.0.10) (2026-03-09)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @yarn-tool/static-file
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [3.0.9](https://github.com/bluelovers/ws-yarn-workspaces/compare/@yarn-tool/static-file@3.0.6...@yarn-tool/static-file@3.0.9) (2026-03-09)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### ♻️ Chores
|
|
19
|
+
|
|
20
|
+
* **deps:** 更新 monorepo 依賴版本 ([e44dff2](https://github.com/bluelovers/ws-yarn-workspaces/commit/e44dff29d5d6b7eb7c77acb8414e73f70feff649))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### 🔖 Miscellaneous
|
|
24
|
+
|
|
25
|
+
* . ([385c013](https://github.com/bluelovers/ws-yarn-workspaces/commit/385c0135c0ed714ef3d1daf053a0072fc1433f47))
|
|
26
|
+
* . ([cae7515](https://github.com/bluelovers/ws-yarn-workspaces/commit/cae7515d4a8befe93ca0baee8f6aeb9ae7cbad79))
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
## [3.0.8](https://github.com/bluelovers/ws-yarn-workspaces/compare/@yarn-tool/static-file@3.0.6...@yarn-tool/static-file@3.0.8) (2026-03-09)
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
### ♻️ Chores
|
|
35
|
+
|
|
36
|
+
* **deps:** 更新 monorepo 依賴版本 ([e44dff2](https://github.com/bluelovers/ws-yarn-workspaces/commit/e44dff29d5d6b7eb7c77acb8414e73f70feff649))
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
### 🔖 Miscellaneous
|
|
40
|
+
|
|
41
|
+
* . ([cae7515](https://github.com/bluelovers/ws-yarn-workspaces/commit/cae7515d4a8befe93ca0baee8f6aeb9ae7cbad79))
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
## [3.0.7](https://github.com/bluelovers/ws-yarn-workspaces/compare/@yarn-tool/static-file@3.0.6...@yarn-tool/static-file@3.0.7) (2026-03-08)
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
### ♻️ Chores
|
|
50
|
+
|
|
51
|
+
* **deps:** 更新 monorepo 依賴版本 ([e44dff2](https://github.com/bluelovers/ws-yarn-workspaces/commit/e44dff29d5d6b7eb7c77acb8414e73f70feff649))
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
## [3.0.6](https://github.com/bluelovers/ws-yarn-workspaces/compare/@yarn-tool/static-file@3.0.5...@yarn-tool/static-file@3.0.6) (2026-03-04)
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
### BREAKING CHANGES
|
|
59
|
+
|
|
60
|
+
* 在 test、lint 及 lerna 相關腳本結尾添加 `--` 以確保額外參數能正確傳遞。
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
### 🐛 Bug Fixes
|
|
65
|
+
|
|
66
|
+
* 在 test、lint 及 lerna 相關腳本結尾添加 `--` 以確保額外參數能正確傳遞。 ([88b7b15](https://github.com/bluelovers/ws-yarn-workspaces/commit/88b7b1535bbda94526591cbb4231b6040df11d4e))
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
6
70
|
## [3.0.5](https://github.com/bluelovers/ws-yarn-workspaces/compare/@yarn-tool/static-file@3.0.4...@yarn-tool/static-file@3.0.5) (2026-03-02)
|
|
7
71
|
|
|
8
72
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yarn-tool/static-file",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.10",
|
|
4
4
|
"description": "",
|
|
5
5
|
"homepage": "https://github.com/bluelovers/ws-yarn-workspaces/tree/master/packages/@yarn-tool/static-file#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"scripts": {
|
|
18
18
|
"coverage": "npx nyc npm run test",
|
|
19
19
|
"lint": "npx eslint **/*.ts",
|
|
20
|
-
"test": "
|
|
20
|
+
"test": "node --run test:jest --",
|
|
21
21
|
"test:jest": "jest --passWithNoTests",
|
|
22
22
|
"test:jest:coverage": "yarn run test:jest -- --coverage",
|
|
23
23
|
"test:jest:snapshot": "yarn run test:jest -- -u",
|
|
@@ -32,11 +32,11 @@
|
|
|
32
32
|
"tsc:showConfig": "ynpx get-current-tsconfig -p"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"fs-extra": "^11.3.
|
|
35
|
+
"fs-extra": "^11.3.4",
|
|
36
36
|
"tslib": ">=2"
|
|
37
37
|
},
|
|
38
38
|
"publishConfig": {
|
|
39
39
|
"access": "public"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "ca3fae2bbdf31ed1ce9bab14793912026200767e"
|
|
42
42
|
}
|