Skip to content

Commit 2fb23d5

Browse files
authored
Merge pull request #259 from yumemi-inc/dependabot/npm_and_yarn/vivliostyle/cli-10.2.0
chore(deps-dev): bump @vivliostyle/cli from 10.0.2 to 10.2.0
2 parents 2ede6ef + 4969a21 commit 2fb23d5

File tree

3 files changed

+25
-22
lines changed

3 files changed

+25
-22
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export TEXT_LINT_IMAGE_TAG=latest
1212

1313
## https://github.com/vivliostyle/vivliostyle-cli/pkgs/container/cli
1414
VIVLIOSTYLE_CLI_IMAGE_NAME := ghcr.io/vivliostyle/cli
15-
VIVLIOSTYLE_CLI_IMAGE_TAG := 10.0.2
15+
VIVLIOSTYLE_CLI_IMAGE_TAG := 10.2.0
1616

1717
ALL_DOCKER_IMAGES := $(TEXT_LINT_IMAGE_NAME) $(VIVLIOSTYLE_CLI_IMAGE_NAME)
1818

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"devDependencies": {
2020
"@biomejs/biome": "2.3.10",
2121
"@textlint-ja/textlint-rule-preset-ai-writing": "^1.6.1",
22-
"@vivliostyle/cli": "10.0.2",
22+
"@vivliostyle/cli": "10.2.0",
2323
"npm-run-all2": "^8.0.4",
2424
"pdf-lib": "^1.17.1",
2525
"textlint": "^15.5.0",

yarn.lock

Lines changed: 23 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1795,9 +1795,9 @@ __metadata:
17951795
languageName: node
17961796
linkType: hard
17971797

1798-
"@vivliostyle/cli@npm:10.0.2":
1799-
version: 10.0.2
1800-
resolution: "@vivliostyle/cli@npm:10.0.2"
1798+
"@vivliostyle/cli@npm:10.2.0":
1799+
version: 10.2.0
1800+
resolution: "@vivliostyle/cli@npm:10.2.0"
18011801
dependencies:
18021802
"@babel/code-frame": "npm:7.26.2"
18031803
"@bluwy/giget-core": "npm:0.1.3"
@@ -1808,8 +1808,8 @@ __metadata:
18081808
"@npmcli/arborist": "npm:9.1.7"
18091809
"@puppeteer/browsers": "npm:2.10.5"
18101810
"@vivliostyle/jsdom": "npm:25.0.1-vivliostyle-cli.1"
1811-
"@vivliostyle/vfm": "npm:2.4.0"
1812-
"@vivliostyle/viewer": "npm:2.37.0"
1811+
"@vivliostyle/vfm": "npm:2.5.0"
1812+
"@vivliostyle/viewer": "npm:2.39.0"
18131813
ajv: "npm:8.17.1"
18141814
ajv-formats: "npm:3.0.1"
18151815
archiver: "npm:7.0.1"
@@ -1861,16 +1861,16 @@ __metadata:
18611861
bin:
18621862
vivliostyle: dist/cli.js
18631863
vs: dist/cli.js
1864-
checksum: 10c0/2f37e8919d5940fe10ec9d0c1176958e3faf48269c456e46071447f3fd8493771fdc2e00e68437b6862a58c7670c279dd3356b07d31c3209b6cddc194c5af71f
1864+
checksum: 10c0/2eb8314f66808d0562b0b562184d7d3ec4a1e7b11cdcf6a12111aeb1e62bdd630ae91a6f12ba2b5d3162e9e841a0baa787317327eaa2410f76c4fed6a0efe320
18651865
languageName: node
18661866
linkType: hard
18671867

1868-
"@vivliostyle/core@npm:^2.37.0":
1869-
version: 2.37.0
1870-
resolution: "@vivliostyle/core@npm:2.37.0"
1868+
"@vivliostyle/core@npm:^2.39.0":
1869+
version: 2.39.1
1870+
resolution: "@vivliostyle/core@npm:2.39.1"
18711871
dependencies:
18721872
fast-diff: "npm:^1.2.0"
1873-
checksum: 10c0/470742675eabf9320743a1caaee6c5a0fe9f45642133ec1ce59f6d076570294639ba4a4e2c71ab3de9efa361bee4f9514355a60cbef22ab069f2763661b57839
1873+
checksum: 10c0/60b944ae0584724acd491d6238d45e3a2811be8cfafd40f6196240943edd9000fd039a918f257fd5cbc973139bf32d4ca9d1c4c01f9c00af393c560f34fa82ba
18741874
languageName: node
18751875
linkType: hard
18761876

@@ -1908,10 +1908,12 @@ __metadata:
19081908
languageName: node
19091909
linkType: hard
19101910

1911-
"@vivliostyle/vfm@npm:2.4.0":
1912-
version: 2.4.0
1913-
resolution: "@vivliostyle/vfm@npm:2.4.0"
1911+
"@vivliostyle/vfm@npm:2.5.0":
1912+
version: 2.5.0
1913+
resolution: "@vivliostyle/vfm@npm:2.5.0"
19141914
dependencies:
1915+
"@types/hast": "npm:^2.0.0"
1916+
"@types/mdast": "npm:^3.0.0"
19151917
debug: "npm:^4.4.3"
19161918
doctype: "npm:^3.0.1"
19171919
github-slugger: "npm:^2.0.0"
@@ -1920,6 +1922,7 @@ __metadata:
19201922
hast-util-select: "npm:^5.0.5"
19211923
hastscript: "npm:^7.2.0"
19221924
js-yaml: "npm:^4.1.0"
1925+
md-attr-parser: "npm:^1.3.0"
19231926
mdast-util-find-and-replace: "npm:^2.2.2"
19241927
mdast-util-to-hast: "npm:^11.3.0"
19251928
mdast-util-to-string: "npm:^3.2.0"
@@ -1947,18 +1950,18 @@ __metadata:
19471950
unist-util-visit-parents: "npm:^5.1.3"
19481951
bin:
19491952
vfm: lib/cli.js
1950-
checksum: 10c0/a1a367f235ae1ec0db7876a582fa9bf998be47d46e21a65d9b8561bed1689e543fc002fef713ede681b57425dec0ac64d14b286906b2052aa7a2343a8d3bed94
1953+
checksum: 10c0/4c9b4820d44fb279c2679a7e1fb6a45e69cf9663f45d760af4536b55e49143806cfd429425936a127ce2ddd1276b0f21f87e4d9bfede38b526fd05c2da04cfd3
19511954
languageName: node
19521955
linkType: hard
19531956

1954-
"@vivliostyle/viewer@npm:2.37.0":
1955-
version: 2.37.0
1956-
resolution: "@vivliostyle/viewer@npm:2.37.0"
1957+
"@vivliostyle/viewer@npm:2.39.0":
1958+
version: 2.39.0
1959+
resolution: "@vivliostyle/viewer@npm:2.39.0"
19571960
dependencies:
1958-
"@vivliostyle/core": "npm:^2.37.0"
1961+
"@vivliostyle/core": "npm:^2.39.0"
19591962
i18next-ko: "npm:^3.0.1"
19601963
knockout: "npm:^3.5.0"
1961-
checksum: 10c0/a11ae3104b2c25f63704e94688d1529ce4627217693bceb0890e9538674b29948a1d3ca58eb8b3d699edd643c5605e636cd2ac726a0ea2fbd708093e68e29b85
1964+
checksum: 10c0/b7787d9c2b0e43b134917cbc96c1857f9845765f101390bd515b194aa6b83c3e8f75ca1df8ae63e072e3930c7dcb33908ffe7e4795067d5ca6068b2f692fd402
19621965
languageName: node
19631966
linkType: hard
19641967

@@ -2908,7 +2911,7 @@ __metadata:
29082911
dependencies:
29092912
"@biomejs/biome": "npm:2.3.10"
29102913
"@textlint-ja/textlint-rule-preset-ai-writing": "npm:^1.6.1"
2911-
"@vivliostyle/cli": "npm:10.0.2"
2914+
"@vivliostyle/cli": "npm:10.2.0"
29122915
npm-run-all2: "npm:^8.0.4"
29132916
pdf-lib: "npm:^1.17.1"
29142917
textlint: "npm:^15.5.0"

0 commit comments

Comments
 (0)