Skip to content

Commit 684e52e

Browse files
committed
chore(release): 0.9.4
1 parent 90583f7 commit 684e52e

File tree

7 files changed

+50
-94
lines changed

7 files changed

+50
-94
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ before_deploy:
2727
deploy:
2828
provider: script
2929
skip_cleanup: true
30-
script: yarn run run-s -n "deploy:**" || echo "nothing changed to deploy"
30+
script: yarn deploy:pre && yarn deploy:run && yarn deploy:post || echo "nothing changed to deploy"
3131
on:
3232
branch: master

CHANGELOG.md

Lines changed: 43 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,123 +2,144 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5-
### [0.9.4](https://github.com/rx-ts/eslint-plugin-mdx/compare/v0.9.3...v0.9.4) (2019-08-04)
5+
### [0.9.4](https://github.com/rx-ts/eslint-plugin-mdx/compare/v0.9.3...v0.9.4) (2019-08-05)
6+
67

78
### Bug Fixes
89

9-
- adjacent jsx nodes should be allowed in mdx ([8456381](https://github.com/rx-ts/eslint-plugin-mdx/commit/8456381))
10+
* adjacent jsx nodes should be allowed in mdx ([8456381](https://github.com/rx-ts/eslint-plugin-mdx/commit/8456381))
11+
* skip combine jsx nodes for root/jsx node ([90583f7](https://github.com/rx-ts/eslint-plugin-mdx/commit/90583f7))
1012

1113
### [0.9.3](https://github.com/rx-ts/eslint-plugin-mdx/compare/v0.9.1...v0.9.3) (2019-08-04)
1214

15+
1316
### Bug Fixes
1417

15-
- error from typescript parser in plain object ([f634e40](https://github.com/rx-ts/eslint-plugin-mdx/commit/f634e40))
18+
* error from typescript parser in plain object ([f634e40](https://github.com/rx-ts/eslint-plugin-mdx/commit/f634e40))
1619

1720
### [0.9.1](https://github.com/rx-ts/eslint-plugin-mdx/compare/v0.9.0...v0.9.1) (2019-08-03)
1821

22+
1923
### Bug Fixes
2024

21-
- always extends base config ([530160a](https://github.com/rx-ts/eslint-plugin-mdx/commit/530160a))
25+
* always extends base config ([530160a](https://github.com/rx-ts/eslint-plugin-mdx/commit/530160a))
2226

2327
## [0.9.0](https://github.com/rx-ts/eslint-plugin-mdx/compare/v0.8.1...v0.9.0) (2019-08-03)
2428

29+
2530
### Features
2631

27-
- support other extensions, detect parsers automatically ([5386098](https://github.com/rx-ts/eslint-plugin-mdx/commit/5386098))
32+
* support other extensions, detect parsers automatically ([5386098](https://github.com/rx-ts/eslint-plugin-mdx/commit/5386098))
2833

2934
### [0.8.1](https://github.com/rx-ts/eslint-plugin-mdx/compare/v0.7.1...v0.8.1) (2019-08-03)
3035

36+
3137
### Features
3238

33-
- split into two packages, use lerna as publisher ([#22](https://github.com/rx-ts/eslint-plugin-mdx/issues/22)) ([349b1ff](https://github.com/rx-ts/eslint-plugin-mdx/commit/349b1ff)), closes [#21](https://github.com/rx-ts/eslint-plugin-mdx/issues/21)
39+
* split into two packages, use lerna as publisher ([#22](https://github.com/rx-ts/eslint-plugin-mdx/issues/22)) ([349b1ff](https://github.com/rx-ts/eslint-plugin-mdx/commit/349b1ff)), closes [#21](https://github.com/rx-ts/eslint-plugin-mdx/issues/21)
3440

3541
## [0.8.0](https://github.com/rx-ts/eslint-plugin-mdx/compare/v0.7.1...v0.8.0) (2019-08-03)
3642

43+
3744
### Features
3845

39-
- split into two packages, use lerna as publisher ([#22](https://github.com/rx-ts/eslint-plugin-mdx/issues/22)) ([349b1ff](https://github.com/rx-ts/eslint-plugin-mdx/commit/349b1ff)), closes [#21](https://github.com/rx-ts/eslint-plugin-mdx/issues/21)
46+
* split into two packages, use lerna as publisher ([#22](https://github.com/rx-ts/eslint-plugin-mdx/issues/22)) ([349b1ff](https://github.com/rx-ts/eslint-plugin-mdx/commit/349b1ff)), closes [#21](https://github.com/rx-ts/eslint-plugin-mdx/issues/21)
4047

4148
### [0.7.1](https://github.com/rx-ts/eslint-plugin-mdx/compare/v0.7.0...v0.7.1) (2019-08-03)
4249

50+
4351
### Features
4452

45-
- export a parse function for compatibility usage ([0fdaf9f](https://github.com/rx-ts/eslint-plugin-mdx/commit/0fdaf9f))
53+
* export a parse function for compatibility usage ([0fdaf9f](https://github.com/rx-ts/eslint-plugin-mdx/commit/0fdaf9f))
4654

4755
## [0.7.0](https://github.com/rx-ts/eslint-plugin-mdx/compare/v0.6.0...v0.7.0) (2019-08-02)
4856

57+
4958
### Features
5059

51-
- add new rule no-unescaped-entities ([dca8633](https://github.com/rx-ts/eslint-plugin-mdx/commit/dca8633))
60+
* add new rule no-unescaped-entities ([dca8633](https://github.com/rx-ts/eslint-plugin-mdx/commit/dca8633))
5261

5362
## [0.6.0](https://github.com/rx-ts/eslint-plugin-mdx/compare/v0.5.0...v0.6.0) (2019-08-02)
5463

64+
5565
### Features
5666

57-
- add new rule `no-jsx-html-comments`, close [#13](https://github.com/rx-ts/eslint-plugin-mdx/issues/13) ([67ba91e](https://github.com/rx-ts/eslint-plugin-mdx/commit/67ba91e))
58-
- processor support for normalize comments in jsx [ci skip](<[114831c](https://github.com/rx-ts/eslint-plugin-mdx/commit/114831c)>)
67+
* add new rule `no-jsx-html-comments`, close [#13](https://github.com/rx-ts/eslint-plugin-mdx/issues/13) ([67ba91e](https://github.com/rx-ts/eslint-plugin-mdx/commit/67ba91e))
68+
* processor support for normalize comments in jsx [ci skip] ([114831c](https://github.com/rx-ts/eslint-plugin-mdx/commit/114831c))
5969

6070
## [0.5.0](https://github.com/rx-ts/eslint-plugin-mdx/compare/v0.4.1...v0.5.0) (2019-07-31)
6171

72+
6273
### Features
6374

64-
- add `@rxts/mdx/no-unused-expressions` rule to replace eslint's ([5d62b55](https://github.com/rx-ts/eslint-plugin-mdx/commit/5d62b55))
75+
* add `@rxts/mdx/no-unused-expressions` rule to replace eslint's ([5d62b55](https://github.com/rx-ts/eslint-plugin-mdx/commit/5d62b55))
6576

6677
## [0.4.1](https://github.com/rx-ts/eslint-plugin-mdx/compare/v0.4.0...v0.4.1) (2019-07-31)
6778

79+
6880
### Features
6981

70-
- perf: extract `parseMdx`, exports everything in package ([1f965a1](https://github.com/rx-ts/eslint-plugin-mdx/commit/1f965a1))
82+
* perf: extract `parseMdx`, exports everything in package ([1f965a1](https://github.com/rx-ts/eslint-plugin-mdx/commit/1f965a1))
7183

7284
## [0.4.0](https://github.com/rx-ts/eslint-plugin-mdx/compare/v0.3.1...v0.4.0) (2019-07-31)
7385

86+
7487
### Features
7588

76-
- add body and comments into ast, fix [#12](https://github.com/rx-ts/eslint-plugin-mdx/issues/12) ([5b28bd5](https://github.com/rx-ts/eslint-plugin-mdx/commit/5b28bd5))
89+
* add body and comments into ast, fix [#12](https://github.com/rx-ts/eslint-plugin-mdx/issues/12) ([5b28bd5](https://github.com/rx-ts/eslint-plugin-mdx/commit/5b28bd5))
7790

7891
### [0.3.1](https://github.com/rx-ts/eslint-plugin-mdx/compare/v0.3.0...v0.3.1) (2019-07-30)
7992

93+
8094
### Bug Fixes
8195

82-
- `.*` could not match multi lines, use `[\s\S]*` instead, close [#4](https://github.com/rx-ts/eslint-plugin-mdx/issues/4) ([f7e7efe](https://github.com/rx-ts/eslint-plugin-mdx/commit/f7e7efe))
96+
* `.*` could not match multi lines, use `[\s\S]*` instead, close [#4](https://github.com/rx-ts/eslint-plugin-mdx/issues/4) ([f7e7efe](https://github.com/rx-ts/eslint-plugin-mdx/commit/f7e7efe))
8397

8498
## [0.3.0](https://github.com/rx-ts/eslint-plugin-mdx/compare/v0.2.1...v0.3.0) (2019-07-30)
8599

100+
86101
### Bug Fixes
87102

88-
- inline jsx and comment parsing error, close [#4](https://github.com/rx-ts/eslint-plugin-mdx/issues/4), [#7](https://github.com/rx-ts/eslint-plugin-mdx/issues/7) ([5297a0b](https://github.com/rx-ts/eslint-plugin-mdx/commit/5297a0b))
103+
* inline jsx and comment parsing error, close [#4](https://github.com/rx-ts/eslint-plugin-mdx/issues/4), [#7](https://github.com/rx-ts/eslint-plugin-mdx/issues/7) ([5297a0b](https://github.com/rx-ts/eslint-plugin-mdx/commit/5297a0b))
89104

90105
### [0.2.1](https://github.com/rx-ts/eslint-plugin-mdx/compare/v0.2.0...v0.2.1) (2019-07-30)
91106

107+
92108
### Bug Fixes
93109

94-
- eslint@5 is actually supported ([e470ddc](https://github.com/rx-ts/eslint-plugin-mdx/commit/e470ddc))
110+
* eslint@5 is actually supported ([e470ddc](https://github.com/rx-ts/eslint-plugin-mdx/commit/e470ddc))
95111

96112
## [0.2.0](https://github.com/rx-ts/eslint-plugin-mdx/compare/v0.1.3...v0.2.0) (2019-07-30)
97113

114+
98115
### Features
99116

100-
- support custom parser like babel-eslint ([b718574](https://github.com/rx-ts/eslint-plugin-mdx/commit/b718574))
117+
* support custom parser like babel-eslint ([b718574](https://github.com/rx-ts/eslint-plugin-mdx/commit/b718574))
101118

102119
### [0.1.3](https://github.com/rx-ts/eslint-plugin-mdx/compare/v0.1.2...v0.1.3) (2019-07-29)
103120

121+
104122
### Bug Fixes
105123

106-
- upgrade peer dependency eslint to >= 6.0.0 ([#3](https://github.com/rx-ts/eslint-plugin-mdx/issues/3) [#4](https://github.com/rx-ts/eslint-plugin-mdx/issues/4)) ([f0ab288](https://github.com/rx-ts/eslint-plugin-mdx/commit/f0ab288))
124+
* upgrade peer dependency eslint to >= 6.0.0 ([#3](https://github.com/rx-ts/eslint-plugin-mdx/issues/3) [#4](https://github.com/rx-ts/eslint-plugin-mdx/issues/4)) ([f0ab288](https://github.com/rx-ts/eslint-plugin-mdx/commit/f0ab288))
107125

108126
### [0.1.2](https://github.com/rx-ts/eslint-plugin-mdx/compare/v0.1.1...v0.1.2) (2019-07-29)
109127

128+
110129
### Bug Fixes
111130

112-
- show correct column and line on lint error ([90c5390](https://github.com/rx-ts/eslint-plugin-mdx/commit/90c5390))
131+
* show correct column and line on lint error ([90c5390](https://github.com/rx-ts/eslint-plugin-mdx/commit/90c5390))
113132

114133
### [0.1.1](https://github.com/rx-ts/eslint-plugin-mdx/compare/v0.1.0...v0.1.1) (2019-07-29)
115134

135+
116136
### Bug Fixes
117137

118-
- overrides in node_modules seems not working ([d2f1535](https://github.com/rx-ts/eslint-plugin-mdx/commit/d2f1535))
138+
* overrides in node_modules seems not working ([d2f1535](https://github.com/rx-ts/eslint-plugin-mdx/commit/d2f1535))
119139

120140
## 0.1.0 (2019-07-29)
121141

142+
122143
### Features
123144

124-
- traverse ast nodes ([6a71e25](https://github.com/rx-ts/eslint-plugin-mdx/commit/6a71e25))
145+
* traverse ast nodes ([6a71e25](https://github.com/rx-ts/eslint-plugin-mdx/commit/6a71e25))

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json.schemastore.org/lerna",
3-
"version": "0.9.3",
3+
"version": "0.9.4",
44
"npmClient": "yarn",
55
"useWorkspaces": true,
66
"command": {

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"build": "tsc -b",
1414
"test": "jest",
1515
"lint": "EFF_NO_LINK_RULES=true eslint . --ext js,mdx,ts,tsx -f friendly",
16-
"deploy:pre": "lerna version \"$(jq -r '.version' package.json)\" --amend --yes",
16+
"deploy:pre": "lerna version $(jq -r '.version' package.json) --amend --yes",
1717
"deploy:run": "lerna publish from-package --amend --yes",
1818
"deploy:post": "git push --follow-tags origin $TRAVIS_BRANCH"
1919
},
@@ -36,7 +36,6 @@
3636
"jest": "^24.8.0",
3737
"lerna": "^3.16.4",
3838
"lint-staged": "^9.2.1",
39-
"npm-run-all": "^4.1.5",
4039
"prettier": "1.18.2",
4140
"prettier-config-1stg": "^0.1.0",
4241
"react": "^16.8.6",

packages/eslint-mdx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-mdx",
3-
"version": "0.9.3",
3+
"version": "0.9.4",
44
"description": "ESLint Parser for MDX",
55
"repository": "[email protected]:rx-ts/eslint-plugin-mdx.git",
66
"author": "JounQin <[email protected]>",

packages/eslint-plugin-mdx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rxts/eslint-plugin-mdx",
3-
"version": "0.9.3",
3+
"version": "0.9.4",
44
"description": "ESLint Plugin for MDX",
55
"repository": "[email protected]:rx-ts/eslint-plugin-mdx.git",
66
"author": "JounQin <[email protected]>",

yarn.lock

Lines changed: 2 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -1680,11 +1680,6 @@ array-equal@^1.0.0:
16801680
resolved "https://registry.yarnpkg.com/array-equal/-/array-equal-1.0.0.tgz#8c2a5ef2472fd9ea742b04c77a75093ba2757c93"
16811681
integrity sha1-jCpe8kcv2ep0KwTHenUJO6J1fJM=
16821682

1683-
array-filter@~0.0.0:
1684-
version "0.0.1"
1685-
resolved "https://registry.yarnpkg.com/array-filter/-/array-filter-0.0.1.tgz#7da8cf2e26628ed732803581fd21f67cacd2eeec"
1686-
integrity sha1-fajPLiZijtcygDWB/SH2fKzS7uw=
1687-
16881683
array-find-index@^1.0.1:
16891684
version "1.0.2"
16901685
resolved "https://registry.yarnpkg.com/array-find-index/-/array-find-index-1.0.2.tgz#df010aa1287e164bbda6f9723b0a96a1ec4187a1"
@@ -1703,16 +1698,6 @@ array-includes@^3.0.3:
17031698
define-properties "^1.1.2"
17041699
es-abstract "^1.7.0"
17051700

1706-
array-map@~0.0.0:
1707-
version "0.0.0"
1708-
resolved "https://registry.yarnpkg.com/array-map/-/array-map-0.0.0.tgz#88a2bab73d1cf7bcd5c1b118a003f66f665fa662"
1709-
integrity sha1-iKK6tz0c97zVwbEYoAP2b2ZfpmI=
1710-
1711-
array-reduce@~0.0.0:
1712-
version "0.0.0"
1713-
resolved "https://registry.yarnpkg.com/array-reduce/-/array-reduce-0.0.0.tgz#173899d3ffd1c7d9383e4479525dbe278cab5f2b"
1714-
integrity sha1-FziZ0//Rx9k4PkR5Ul2+J4yrXys=
1715-
17161701
array-union@^1.0.2:
17171702
version "1.0.2"
17181703
resolved "https://registry.yarnpkg.com/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39"
@@ -2952,7 +2937,7 @@ error-ex@^1.2.0, error-ex@^1.3.1:
29522937
dependencies:
29532938
is-arrayish "^0.2.1"
29542939

2955-
es-abstract@^1.11.0, es-abstract@^1.12.0, es-abstract@^1.4.3, es-abstract@^1.5.1, es-abstract@^1.7.0:
2940+
es-abstract@^1.11.0, es-abstract@^1.12.0, es-abstract@^1.5.1, es-abstract@^1.7.0:
29562941
version "1.13.0"
29572942
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.13.0.tgz#ac86145fdd5099d8dd49558ccba2eaf9b88e24e9"
29582943
integrity sha512-vDZfg/ykNxQVwup/8E1BZhVzFfBxs9NqMzGcvIJrqg5k2/5Za2bWo40dK2J1pgLngZ7c+Shh8lwYtLGyrwPutg==
@@ -3648,7 +3633,7 @@ fsevents@^1.2.7:
36483633
nan "^2.12.1"
36493634
node-pre-gyp "^0.12.0"
36503635

3651-
function-bind@^1.0.2, function-bind@^1.1.1:
3636+
function-bind@^1.1.1:
36523637
version "1.1.1"
36533638
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
36543639
integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
@@ -5037,11 +5022,6 @@ jsonfile@^4.0.0:
50375022
optionalDependencies:
50385023
graceful-fs "^4.1.6"
50395024

5040-
jsonify@~0.0.0:
5041-
version "0.0.0"
5042-
resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73"
5043-
integrity sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=
5044-
50455025
jsonparse@^1.2.0:
50465026
version "1.3.1"
50475027
resolved "https://registry.yarnpkg.com/jsonparse/-/jsonparse-1.3.1.tgz#3f4dae4a91fac315f71062f8521cc239f1366280"
@@ -5477,11 +5457,6 @@ mem@^4.0.0:
54775457
mimic-fn "^2.0.0"
54785458
p-is-promise "^2.0.0"
54795459

5480-
memorystream@^0.3.1:
5481-
version "0.3.1"
5482-
resolved "https://registry.yarnpkg.com/memorystream/-/memorystream-0.3.1.tgz#86d7090b30ce455d63fbae12dda51a47ddcaf9b2"
5483-
integrity sha1-htcJCzDORV1j+64S3aUaR93K+bI=
5484-
54855460
54865461
version "5.0.0"
54875462
resolved "https://registry.yarnpkg.com/meow/-/meow-5.0.0.tgz#dfc73d63a9afc714a5e371760eb5c88b91078aa4"
@@ -5930,21 +5905,6 @@ npm-pick-manifest@^2.2.3:
59305905
npm-package-arg "^6.0.0"
59315906
semver "^5.4.1"
59325907

5933-
npm-run-all@^4.1.5:
5934-
version "4.1.5"
5935-
resolved "https://registry.yarnpkg.com/npm-run-all/-/npm-run-all-4.1.5.tgz#04476202a15ee0e2e214080861bff12a51d98fba"
5936-
integrity sha512-Oo82gJDAVcaMdi3nuoKFavkIHBRVqQ1qvMb+9LHk/cF4P6B2m8aP04hGf7oL6wZ9BuGwX1onlLhpuoofSyoQDQ==
5937-
dependencies:
5938-
ansi-styles "^3.2.1"
5939-
chalk "^2.4.1"
5940-
cross-spawn "^6.0.5"
5941-
memorystream "^0.3.1"
5942-
minimatch "^3.0.4"
5943-
pidtree "^0.3.0"
5944-
read-pkg "^3.0.0"
5945-
shell-quote "^1.6.1"
5946-
string.prototype.padend "^3.0.0"
5947-
59485908
npm-run-path@^2.0.0:
59495909
version "2.0.2"
59505910
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-2.0.2.tgz#35a9232dfa35d7067b4cb2ddf2357b1871536c5f"
@@ -6435,11 +6395,6 @@ picomatch@^2.0.5:
64356395
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.0.7.tgz#514169d8c7cd0bdbeecc8a2609e34a7163de69f6"
64366396
integrity sha512-oLHIdio3tZ0qH76NybpeneBhYVj0QFTfXEFTc/B3zKQspYfYYkWYgFsmzo+4kvId/bQRcNkVeguI3y+CD22BtA==
64376397

6438-
pidtree@^0.3.0:
6439-
version "0.3.0"
6440-
resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.3.0.tgz#f6fada10fccc9f99bf50e90d0b23d72c9ebc2e6b"
6441-
integrity sha512-9CT4NFlDcosssyg8KVFltgokyKZIFjoBxw8CTGy+5F38Y1eQWrt8tRayiUOXE+zVKQnYu5BR8JjCtvK3BcnBhg==
6442-
64436398
pify@^2.0.0, pify@^2.3.0:
64446399
version "2.3.0"
64456400
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
@@ -7235,16 +7190,6 @@ shebang-regex@^1.0.0:
72357190
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
72367191
integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=
72377192

7238-
shell-quote@^1.6.1:
7239-
version "1.6.1"
7240-
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.6.1.tgz#f4781949cce402697127430ea3b3c5476f481767"
7241-
integrity sha1-9HgZSczkAmlxJ0MOo7PFR29IF2c=
7242-
dependencies:
7243-
array-filter "~0.0.0"
7244-
array-map "~0.0.0"
7245-
array-reduce "~0.0.0"
7246-
jsonify "~0.0.0"
7247-
72487193
shellwords@^0.1.1:
72497194
version "0.1.1"
72507195
resolved "https://registry.yarnpkg.com/shellwords/-/shellwords-0.1.1.tgz#d6b9181c1a48d397324c84871efbcfc73fc0654b"
@@ -7555,15 +7500,6 @@ string-width@^3.0.0, string-width@^3.1.0:
75557500
is-fullwidth-code-point "^2.0.0"
75567501
strip-ansi "^5.1.0"
75577502

7558-
string.prototype.padend@^3.0.0:
7559-
version "3.0.0"
7560-
resolved "https://registry.yarnpkg.com/string.prototype.padend/-/string.prototype.padend-3.0.0.tgz#f3aaef7c1719f170c5eab1c32bf780d96e21f2f0"
7561-
integrity sha1-86rvfBcZ8XDF6rHDK/eA2W4h8vA=
7562-
dependencies:
7563-
define-properties "^1.1.2"
7564-
es-abstract "^1.4.3"
7565-
function-bind "^1.0.2"
7566-
75677503
string_decoder@^1.1.1:
75687504
version "1.2.0"
75697505
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.2.0.tgz#fe86e738b19544afe70469243b2a1ee9240eae8d"

0 commit comments

Comments
 (0)