Skip to content

Commit 96728dd

Browse files
authored
Merge pull request #4657 from easyops-cn/renovate/master-easyops-cn-brick-next-pipes-0.x
chore(deps): Update dependency @easyops-cn/brick-next-pipes to ^0.7.2 (master)
2 parents de46be0 + 9e6b4bd commit 96728dd

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

packages/next-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"sideEffects": false,
3333
"devDependencies": {
34-
"@easyops-cn/brick-next-pipes": "^0.7.1",
34+
"@easyops-cn/brick-next-pipes": "^0.7.2",
3535
"@next-core/brick-kit": "^2.204.1",
3636
"@next-core/brick-types": "^2.99.0",
3737
"fs-extra": "^10.1.0"

packages/pipes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"sideEffects": false,
3131
"dependencies": {
32-
"@easyops-cn/brick-next-pipes": "^0.7.1"
32+
"@easyops-cn/brick-next-pipes": "^0.7.2"
3333
},
3434
"devDependencies": {
3535
"@next-core/rollup-config-factory": "^2.8.0",

packages/pipes/src/index.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ describe("processPipes", () => {
3535
[["a", "b", "c"], "|cmdbInstanceShowName", "a(b,c)"],
3636
[[], "|cmdbInstanceShowName", "-"],
3737
[[undefined], "|cmdbInstanceShowName", "-"],
38-
[[undefined, "a"], "|cmdbInstanceShowName", "-(a)"],
38+
[[undefined, "a"], "|cmdbInstanceShowName", "a"],
3939
["asd", "|cmdbInstanceShowName", "asd"],
4040
[123, "|cmdbInstanceShowName", 123],
4141
[undefined, "|cmdbInstanceShowName", undefined],

packages/storyboard-function-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"sideEffects": false,
3939
"devDependencies": {
40-
"@easyops-cn/brick-next-pipes": "^0.7.1",
40+
"@easyops-cn/brick-next-pipes": "^0.7.2",
4141
"@next-core/build-next-libs": "^0.2.16",
4242
"fs-extra": "^10.1.0"
4343
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1300,10 +1300,10 @@
13001300
js-yaml "^3.13.1"
13011301
resolve "^1.17.0"
13021302

1303-
"@easyops-cn/brick-next-pipes@^0.7.1":
1304-
version "0.7.1"
1305-
resolved "https://registry.npmjs.org/@easyops-cn/brick-next-pipes/-/brick-next-pipes-0.7.1.tgz#8b6f1060f56f4b6ba5491f67a019c336fc89d46f"
1306-
integrity sha512-Bnajn8otvFBAFuYmWf7MSdD3bgp85o4puOo1BDY5DyeZKZeYHaEBhHoTY3L4BeLeXJWQ8311LX9hi2jqMuVumw==
1303+
"@easyops-cn/brick-next-pipes@^0.7.2":
1304+
version "0.7.2"
1305+
resolved "https://registry.npmjs.org/@easyops-cn/brick-next-pipes/-/brick-next-pipes-0.7.2.tgz#5a94be6167875a8152d07d34e3ed4cf5391c577b"
1306+
integrity sha512-YzwqQpWG1sNeBcqPigev2Y9U2t1nLkGY2Bdx+/XkVBuIjRtiHQWopDx2ytMprq+fZgw4//On8KMd/hUvxLFlug==
13071307

13081308
"@eslint/eslintrc@^1.3.3":
13091309
version "1.3.3"

0 commit comments

Comments
 (0)