Skip to content

Commit e592b8e

Browse files
committed
fix: eslint
1 parent 88f3d60 commit e592b8e

3 files changed

Lines changed: 17 additions & 11 deletions

File tree

.eslintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
"func-names": 0,
3737
"one-var": [1, "never"],
3838
"prefer-const": 1,
39-
"no-unused-expressions": 1,
39+
"no-unused-expressions": 0,
40+
"babel/no-unused-expressions": 1,
4041
"new-cap": 2,
4142
"prefer-arrow-callback": 2,
4243
"arrow-body-style": 0,

CHANGELOG.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<a name="4.2.0-beta.7"></a>
2-
# [4.2.0-beta.7](https://github.com/prijs/pri/compare/3.3.28-beta.5...4.2.0-beta.7) (2020-08-20)
1+
<a name="4.2.0-beta.9"></a>
2+
# [4.2.0-beta.9](https://github.com/prijs/pri/compare/3.3.28-beta.5...4.2.0-beta.9) (2020-08-26)
33

44

55
### Bug Fixes
@@ -8,11 +8,11 @@
88
* add prettier format to lint ([d6f8261](https://github.com/prijs/pri/commit/d6f8261))
99
* auth selected package ([6987871](https://github.com/prijs/pri/commit/6987871))
1010
* autofix package.version while betaBranch ([596b803](https://github.com/prijs/pri/commit/596b803))
11+
* bug ([b65ab71](https://github.com/prijs/pri/commit/b65ab71))
1112
* bug ([c37b05b](https://github.com/prijs/pri/commit/c37b05b))
1213
* bug ([3510f52](https://github.com/prijs/pri/commit/3510f52))
13-
* bug ([b65ab71](https://github.com/prijs/pri/commit/b65ab71))
14-
* correct module type ([a088f61](https://github.com/prijs/pri/commit/a088f61))
1514
* correct module type ([027bd79](https://github.com/prijs/pri/commit/027bd79))
15+
* correct module type ([a088f61](https://github.com/prijs/pri/commit/a088f61))
1616
* deps analysis add react-router-dom ([0148632](https://github.com/prijs/pri/commit/0148632))
1717
* execSync with reasonable args length ([22342bb](https://github.com/prijs/pri/commit/22342bb))
1818
* fix publish error situation ([03ff947](https://github.com/prijs/pri/commit/03ff947))
@@ -23,10 +23,12 @@
2323
* nested node_modules ([8e79cce](https://github.com/prijs/pri/commit/8e79cce))
2424
* npx ([18e799c](https://github.com/prijs/pri/commit/18e799c))
2525
* publish error ([d06c26e](https://github.com/prijs/pri/commit/d06c26e))
26-
* publish error ([c813439](https://github.com/prijs/pri/commit/c813439))
2726
* publish error ([f215748](https://github.com/prijs/pri/commit/f215748))
2827
* publish error ([594cec5](https://github.com/prijs/pri/commit/594cec5))
28+
* publish error ([c813439](https://github.com/prijs/pri/commit/c813439))
2929
* rebase error ([2fc0d6f](https://github.com/prijs/pri/commit/2fc0d6f))
30+
* rebuild dll when extraVendors changed or project changed ([45f2f36](https://github.com/prijs/pri/commit/45f2f36))
31+
* rebuild dll when extraVendors changed or project changed ([40a3c21](https://github.com/prijs/pri/commit/40a3c21))
3032
* remove duplicate string literals ([1ecaddc](https://github.com/prijs/pri/commit/1ecaddc))
3133
* remove resolve ([a07431f](https://github.com/prijs/pri/commit/a07431f))
3234
* remove unused prettier from eslintrc ([dcc71c6](https://github.com/prijs/pri/commit/dcc71c6))
@@ -43,13 +45,15 @@
4345
* add babelPluginReactWrappedDisplayName ([6dd820e](https://github.com/prijs/pri/commit/6dd820e))
4446
* add changeLog to publish script ([66526f7](https://github.com/prijs/pri/commit/66526f7))
4547
* add ensure files config ([2e78cc5](https://github.com/prijs/pri/commit/2e78cc5))
46-
* add hotLoader option ([52c8bdb](https://github.com/prijs/pri/commit/52c8bdb))
4748
* add hotLoader option ([ceb6f48](https://github.com/prijs/pri/commit/ceb6f48))
49+
* add hotLoader option ([52c8bdb](https://github.com/prijs/pri/commit/52c8bdb))
4850
* add jest react babel support ([949d38f](https://github.com/prijs/pri/commit/949d38f))
4951
* add path ([7cc1705](https://github.com/prijs/pri/commit/7cc1705))
5052
* add project root id to pri config ([ae38a55](https://github.com/prijs/pri/commit/ae38a55))
5153
* add pub options ([c357306](https://github.com/prijs/pri/commit/c357306))
5254
* add publish error tip when package reference project content ([20c13be](https://github.com/prijs/pri/commit/20c13be))
55+
* add readme copy logic ([f25a27c](https://github.com/prijs/pri/commit/f25a27c))
56+
* add readme copy logic ([597da6a](https://github.com/prijs/pri/commit/597da6a))
5357
* add sourceMap to pri docs css loader ([e17add5](https://github.com/prijs/pri/commit/e17add5))
5458
* deploy 16 ([c035022](https://github.com/prijs/pri/commit/c035022))
5559
* deploy 3.3.28 ([469fa9e](https://github.com/prijs/pri/commit/469fa9e))
@@ -64,6 +68,7 @@
6468
* fix bug ([5c6e107](https://github.com/prijs/pri/commit/5c6e107))
6569
* fix bug ([ecbe690](https://github.com/prijs/pri/commit/ecbe690))
6670
* fix memo name ([a5ea73d](https://github.com/prijs/pri/commit/a5ea73d))
71+
* publish .9 ([88f3d60](https://github.com/prijs/pri/commit/88f3d60))
6772
* remove ensure root package.json for extend type ([0ad22e6](https://github.com/prijs/pri/commit/0ad22e6))
6873
* remove react-loadable instead of react.lazy ([be8bcbd](https://github.com/prijs/pri/commit/be8bcbd))
6974
* rename rootId to projectRootId ([f03aa40](https://github.com/prijs/pri/commit/f03aa40))
@@ -75,18 +80,18 @@
7580
* support remote version ([8712f28](https://github.com/prijs/pri/commit/8712f28))
7681
* support skiplint for test command ([f251b22](https://github.com/prijs/pri/commit/f251b22))
7782
* support webpack for component build ([ff78bfe](https://github.com/prijs/pri/commit/ff78bfe))
78-
* update ([b0c585b](https://github.com/prijs/pri/commit/b0c585b))
79-
* update ([e959701](https://github.com/prijs/pri/commit/e959701))
8083
* update ([bb4ea0b](https://github.com/prijs/pri/commit/bb4ea0b))
84+
* update ([e959701](https://github.com/prijs/pri/commit/e959701))
85+
* update ([b0c585b](https://github.com/prijs/pri/commit/b0c585b))
8186
* update .vscode ([4f48549](https://github.com/prijs/pri/commit/4f48549))
8287
* update deps ([5678dcc](https://github.com/prijs/pri/commit/5678dcc))
8388
* update docs ([afa3110](https://github.com/prijs/pri/commit/afa3110))
8489
* update docs ([8118dc7](https://github.com/prijs/pri/commit/8118dc7))
8590
* update eslintrc ([d949c81](https://github.com/prijs/pri/commit/d949c81))
8691
* update gitignore ([6ac2310](https://github.com/prijs/pri/commit/6ac2310))
92+
* update lock ([4efdb17](https://github.com/prijs/pri/commit/4efdb17))
8793
* update lock ([ede0ce8](https://github.com/prijs/pri/commit/ede0ce8))
8894
* update lock ([692edae](https://github.com/prijs/pri/commit/692edae))
89-
* update lock ([4efdb17](https://github.com/prijs/pri/commit/4efdb17))
9095
* update type check ([16353e1](https://github.com/prijs/pri/commit/16353e1))
9196
* upgrade eslint-plugin-react-hooks ([5f5ae96](https://github.com/prijs/pri/commit/5f5ae96))
9297
* upgrade ts 3.8 ([261bf1d](https://github.com/prijs/pri/commit/261bf1d))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pri",
3-
"version": "4.2.0-beta.9",
3+
"version": "4.2.0",
44
"types": "src/node/index.ts",
55
"main": "built/node/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)