@yarn-tool/static-file 1.0.89 → 1.0.90

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 CHANGED
@@ -3,6 +3,17 @@
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
+ ## [1.0.90](https://github.com/bluelovers/ws-yarn-workspaces/compare/@yarn-tool/static-file@1.0.89...@yarn-tool/static-file@1.0.90) (2022-01-25)
7
+
8
+
9
+ ### ♻️ Chores
10
+
11
+ * **deps:** update deps ([9d91e96](https://github.com/bluelovers/ws-yarn-workspaces/commit/9d91e960a0e02ec2896b791cb5933f47d86b0bc5))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [1.0.89](https://github.com/bluelovers/ws-yarn-workspaces/compare/@yarn-tool/static-file@1.0.88...@yarn-tool/static-file@1.0.89) (2022-01-13)
7
18
 
8
19
 
@@ -54,7 +54,8 @@ jobs:
54
54
  - name: install deps
55
55
  run: |
56
56
  yarn install --frozen-lockfile
57
- yarn add -W typescript@next jest ts-jest ts-node ynpx lerna
57
+ yarn run ci:install
58
+ # yarn add -W typescript@next jest ts-jest ts-node ynpx lerna
58
59
  - name: run script
59
60
  if: success()
60
61
  # env:
@@ -23,8 +23,9 @@ jobs:
23
23
  - name: install
24
24
  run: |
25
25
  yarn install --frozen-lockfile
26
- yarn add -W typescript@next jest ts-jest ts-node ynpx lerna
27
- - uses: artiomtr/jest-coverage-report-action@v2.0-rc.6
26
+ yarn run ci:install
27
+ # yarn add -W typescript@next jest ts-jest ts-node ynpx lerna
28
+ - uses: artiomtr/jest-coverage-report-action@v2.0.2
28
29
  with:
29
30
  github-token: ${{ secrets.GITHUB_TOKEN }}
30
31
  package-manager: yarn
@@ -48,6 +48,7 @@ const testExt = [
48
48
  */
49
49
  module.exports = {
50
50
  clearMocks: true,
51
+ passWithNoTests: true,
51
52
  moduleFileExtensions: [
52
53
  'ts',
53
54
  'tsx',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yarn-tool/static-file",
3
- "version": "1.0.89",
3
+ "version": "1.0.90",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/bluelovers/ws-yarn-workspaces/tree/master/packages/@yarn-tool/static-file#readme",
6
6
  "bugs": {
@@ -31,5 +31,5 @@
31
31
  "publishConfig": {
32
32
  "access": "public"
33
33
  },
34
- "gitHead": "fbb93ec93e0baf2b76dac0e29a19376ce46652e1"
34
+ "gitHead": "fbf381266d9eac5a9f129be640e2690e19cbb956"
35
35
  }