Skip to content

Commit d5d64f5

Browse files
Update Test & linting packages
1 parent c80f8d8 commit d5d64f5

File tree

14 files changed

+46
-47
lines changed

14 files changed

+46
-47
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
"ship": "lerna publish --git-remote ${GHOST_UPSTREAM:-origin}"
2121
},
2222
"devDependencies": {
23-
"eslint": "8.40.0",
23+
"eslint": "8.41.0",
2424
"eslint-plugin-ghost": "2.18.1",
2525
"lint-staged": "^12.0.0",
2626
"mocha": "10.2.0",
2727
"should": "13.2.3",
28-
"sinon": "15.0.4"
28+
"sinon": "15.1.0"
2929
}
3030
}

packages/html-to-mobiledoc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"c8": "7.13.0",
1919
"mocha": "10.2.0",
2020
"should": "13.2.3",
21-
"sinon": "15.0.4"
21+
"sinon": "15.1.0"
2222
},
2323
"dependencies": {
2424
"@tryghost/kg-parser-plugins": "^3.0.16",

packages/kg-card-factory/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
"mocha": "10.2.0",
2727
"should": "13.2.3",
2828
"simple-dom": "1.4.0",
29-
"sinon": "15.0.4"
29+
"sinon": "15.1.0"
3030
}
3131
}

packages/kg-clean-basic-html/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
"rollup": "2.79.1",
3939
"rollup-plugin-babel": "4.4.0",
4040
"should": "13.2.3",
41-
"sinon": "15.0.4"
41+
"sinon": "15.1.0"
4242
}
4343
}

packages/kg-converters/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"mocha": "10.2.0",
3535
"rollup": "2.79.1",
3636
"rollup-plugin-babel": "4.4.0",
37-
"sinon": "15.0.4"
37+
"sinon": "15.1.0"
3838
},
3939
"dependencies": {
4040
"lodash": "^4.17.21"

packages/kg-default-cards/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"mocha": "10.2.0",
2828
"should": "13.2.3",
2929
"simple-dom": "1.4.0",
30-
"sinon": "15.0.4"
30+
"sinon": "15.1.0"
3131
},
3232
"dependencies": {
3333
"@tryghost/kg-markdown-html-renderer": "^6.0.8",

packages/kg-default-nodes/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"rollup": "2.79.1",
4040
"rollup-plugin-babel": "4.4.0",
4141
"should": "13.2.3",
42-
"sinon": "15.0.4"
42+
"sinon": "15.1.0"
4343
},
4444
"dependencies": {
4545
"@tryghost/kg-clean-basic-html": "^3.0.15",

packages/kg-lexical-html-renderer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"jsdom": "^21.0.0",
2525
"mocha": "10.2.0",
2626
"should": "13.2.3",
27-
"sinon": "15.0.4"
27+
"sinon": "15.1.0"
2828
},
2929
"dependencies": {
3030
"@lexical/clipboard": "^0.10.0",

packages/kg-markdown-html-renderer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"c8": "7.13.0",
2626
"mocha": "10.2.0",
2727
"should": "13.2.3",
28-
"sinon": "15.0.4"
28+
"sinon": "15.1.0"
2929
},
3030
"dependencies": {
3131
"@tryghost/kg-utils": "^1.0.16",

packages/kg-parser-plugins/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"rollup": "2.79.1",
4040
"rollup-plugin-babel": "4.4.0",
4141
"should": "13.2.3",
42-
"sinon": "15.0.4"
42+
"sinon": "15.1.0"
4343
},
4444
"dependencies": {
4545
"@tryghost/kg-clean-basic-html": "^3.0.15"

packages/kg-simplemde/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"devDependencies": {
2727
"browserify": "17.0.0",
2828
"debug": "*",
29-
"eslint": "8.40.0",
29+
"eslint": "8.41.0",
3030
"gulp": "*",
3131
"gulp-clean-css": "4.3.0",
3232
"gulp-concat": "*",

packages/kg-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"c8": "7.13.0",
2323
"mocha": "10.2.0",
2424
"should": "13.2.3",
25-
"sinon": "15.0.4"
25+
"sinon": "15.1.0"
2626
},
2727
"dependencies": {
2828
"semver": "^7.3.5"

packages/koenig-lexical/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"eslint-plugin-jest": "27.2.1",
104104
"eslint-plugin-react": "^7.32.2",
105105
"eslint-plugin-storybook": "^0.6.12",
106-
"eslint-plugin-tailwindcss": "3.11.0",
106+
"eslint-plugin-tailwindcss": "3.12.0",
107107
"jsdom": "21.1.1",
108108
"playwright": "1.33.0",
109109
"postcss": "8.4.23",

yarn.lock

+32-33
Original file line numberDiff line numberDiff line change
@@ -1414,10 +1414,10 @@
14141414
minimatch "^3.1.2"
14151415
strip-json-comments "^3.1.1"
14161416

1417-
"@eslint/js@8.40.0":
1418-
version "8.40.0"
1419-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.40.0.tgz#3ba73359e11f5a7bd3e407f70b3528abfae69cec"
1420-
integrity sha512-ElyB54bJIhXQYVKjDSvCkPO1iU1tSAeVQJbllWJq1XQSmmA4dgFk8CbiBGpiOPxleE48vDogxCtmMYku4HSVLA==
1417+
"@eslint/js@8.41.0":
1418+
version "8.41.0"
1419+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.41.0.tgz#080321c3b68253522f7646b55b577dd99d2950b3"
1420+
integrity sha512-LxcyMGxwmTh2lY9FwHPGWOHmYFCZvbrFCBZL4FzSSsxsRPuhrYUg/49/0KDfW8tnIEaEHtfmn6+NPN+1DqaNmA==
14211421

14221422
"@etchteam/storybook-addon-status@^4.2.4":
14231423
version "4.2.4"
@@ -2216,12 +2216,12 @@
22162216
dependencies:
22172217
type-detect "4.0.8"
22182218

2219-
"@sinonjs/fake-timers@^10.0.2":
2220-
version "10.0.2"
2221-
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-10.0.2.tgz#d10549ed1f423d80639c528b6c7f5a1017747d0c"
2222-
integrity sha512-SwUDyjWnah1AaNl7kxsa7cfLhlTYoiyhDAIgyh+El30YvXs/o7OLXpYH88Zdhyx9JExKrmHDJ+10bwIcY80Jmw==
2219+
"@sinonjs/fake-timers@^10.0.2", "@sinonjs/fake-timers@^10.2.0":
2220+
version "10.2.0"
2221+
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-10.2.0.tgz#b3e322a34c5f26e3184e7f6115695f299c1b1194"
2222+
integrity sha512-OPwQlEdg40HAj5KNF8WW6q2KG4Z+cBCZb3m4ninfTZKaBmbIJodviQsDBoYMPHkOyJJMHnOJo5j2+LKDOhOACg==
22232223
dependencies:
2224-
"@sinonjs/commons" "^2.0.0"
2224+
"@sinonjs/commons" "^3.0.0"
22252225

22262226
"@sinonjs/fake-timers@^9.1.2":
22272227
version "9.1.2"
@@ -7360,10 +7360,10 @@ eslint-plugin-storybook@^0.6.12:
73607360
requireindex "^1.1.0"
73617361
ts-dedent "^2.2.0"
73627362

7363-
eslint-plugin-tailwindcss@3.11.0:
7364-
version "3.11.0"
7365-
resolved "https://registry.yarnpkg.com/eslint-plugin-tailwindcss/-/eslint-plugin-tailwindcss-3.11.0.tgz#5240a767142f82249701c20b9cd009f0620e0e4d"
7366-
integrity sha512-RaraOG4D6VXutKnoNvFQ4+frTWGJDKtezy1yCrGFS7Um1to/npDNdh2GL19IRoGB/eanbtwhxFXy+xyEw0grAg==
7363+
eslint-plugin-tailwindcss@3.12.0:
7364+
version "3.12.0"
7365+
resolved "https://registry.yarnpkg.com/eslint-plugin-tailwindcss/-/eslint-plugin-tailwindcss-3.12.0.tgz#cb386920ae9d15d4bd1d3f250357062cec17ccb5"
7366+
integrity sha512-DMfg8NcSV04V1v3iBgJGEhmRuapW36XZXyRV8WHdNFGEXGUkBwM9R8MujguKXeQKBG6VhjiX4t98rhzXdIlUFw==
73677367
dependencies:
73687368
fast-glob "^3.2.5"
73697369
postcss "^8.4.4"
@@ -7447,15 +7447,15 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1:
74477447
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz#c22c48f48942d08ca824cc526211ae400478a994"
74487448
integrity sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==
74497449

7450-
eslint@8.40.0:
7451-
version "8.40.0"
7452-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.40.0.tgz#a564cd0099f38542c4e9a2f630fa45bf33bc42a4"
7453-
integrity sha512-bvR+TsP9EHL3TqNtj9sCNJVAFK3fBN8Q7g5waghxyRsPLIMwL73XSKnZFK0hk/O2ANC+iAoq6PWMQ+IfBAJIiQ==
7450+
eslint@8.41.0:
7451+
version "8.41.0"
7452+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.41.0.tgz#3062ca73363b4714b16dbc1e60f035e6134b6f1c"
7453+
integrity sha512-WQDQpzGBOP5IrXPo4Hc0814r4/v2rrIsB0rhT7jtunIalgg6gYXWhRMOejVO8yH21T/FGaxjmFjBMNqcIlmH1Q==
74547454
dependencies:
74557455
"@eslint-community/eslint-utils" "^4.2.0"
74567456
"@eslint-community/regexpp" "^4.4.0"
74577457
"@eslint/eslintrc" "^2.0.3"
7458-
"@eslint/js" "8.40.0"
7458+
"@eslint/js" "8.41.0"
74597459
"@humanwhocodes/config-array" "^0.11.8"
74607460
"@humanwhocodes/module-importer" "^1.0.1"
74617461
"@nodelib/fs.walk" "^1.2.8"
@@ -7475,13 +7475,12 @@ [email protected]:
74757475
find-up "^5.0.0"
74767476
glob-parent "^6.0.2"
74777477
globals "^13.19.0"
7478-
grapheme-splitter "^1.0.4"
7478+
graphemer "^1.4.0"
74797479
ignore "^5.2.0"
74807480
import-fresh "^3.0.0"
74817481
imurmurhash "^0.1.4"
74827482
is-glob "^4.0.0"
74837483
is-path-inside "^3.0.3"
7484-
js-sdsl "^4.1.4"
74857484
js-yaml "^4.1.0"
74867485
json-stable-stringify-without-jsonify "^1.0.1"
74877486
levn "^0.4.1"
@@ -8662,6 +8661,11 @@ grapheme-splitter@^1.0.4:
86628661
resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e"
86638662
integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==
86648663

8664+
graphemer@^1.4.0:
8665+
version "1.4.0"
8666+
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
8667+
integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
8668+
86658669
86668670
version "4.3.0"
86678671
resolved "https://registry.yarnpkg.com/gulp-clean-css/-/gulp-clean-css-4.3.0.tgz#5b1e73f2fca46703eb636014cdd4553cea65146d"
@@ -10461,11 +10465,6 @@ js-beautify@^1.10.1:
1046110465
glob "^8.0.3"
1046210466
nopt "^6.0.0"
1046310467

10464-
js-sdsl@^4.1.4:
10465-
version "4.3.0"
10466-
resolved "https://registry.yarnpkg.com/js-sdsl/-/js-sdsl-4.3.0.tgz#aeefe32a451f7af88425b11fdb5f58c90ae1d711"
10467-
integrity sha512-mifzlm2+5nZ+lEcLJMoBK0/IH/bDg8XnJfd/Wq6IP+xoCjLZsTOnV2QpxlVbX9bMnkl5PdEjNtBJ9Cj1NjifhQ==
10468-
1046910468
js-string-escape@^1.0.1:
1047010469
version "1.0.1"
1047110470
resolved "https://registry.yarnpkg.com/js-string-escape/-/js-string-escape-1.0.1.tgz#e2625badbc0d67c7533e9edc1068c587ae4137ef"
@@ -14534,13 +14533,13 @@ simple-update-notifier@^1.0.0:
1453414533
dependencies:
1453514534
semver "~7.0.0"
1453614535

14537-
sinon@15.0.4:
14538-
version "15.0.4"
14539-
resolved "https://registry.yarnpkg.com/sinon/-/sinon-15.0.4.tgz#bcca6fef19b14feccc96473f0d7adc81e0bc5268"
14540-
integrity sha512-uzmfN6zx3GQaria1kwgWGeKiXSSbShBbue6Dcj0SI8fiCNFbiUDqKl57WFlY5lyhxZVUKmXvzgG2pilRQCBwWg==
14536+
sinon@15.1.0:
14537+
version "15.1.0"
14538+
resolved "https://registry.yarnpkg.com/sinon/-/sinon-15.1.0.tgz#87656841545f7c63bd1e291df409fafd0e9aec09"
14539+
integrity sha512-cS5FgpDdE9/zx7no8bxROHymSlPLZzq0ChbbLk1DrxBfc+eTeBK3y8nIL+nu/0QeYydhhbLIr7ecHJpywjQaoQ==
1454114540
dependencies:
1454214541
"@sinonjs/commons" "^3.0.0"
14543-
"@sinonjs/fake-timers" "^10.0.2"
14542+
"@sinonjs/fake-timers" "^10.2.0"
1454414543
"@sinonjs/samsam" "^8.0.0"
1454514544
diff "^5.1.0"
1454614545
nise "^5.1.4"
@@ -15100,9 +15099,9 @@ style-search@^0.1.0:
1510015099
integrity sha512-Dj1Okke1C3uKKwQcetra4jSuk0DqbzbYtXipzFlFMZtowbF1x7BKJwB9AayVMyFARvU8EDrZdcax4At/452cAg==
1510115100

1510215101
stylelint@^15.6.1:
15103-
version "15.6.1"
15104-
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-15.6.1.tgz#e4cd33a3af88587b99a5d1328aedd8c298b6dc81"
15105-
integrity sha512-d8icFBlVl93Elf3Z5ABQNOCe4nx69is3D/NZhDLAie1eyYnpxfeKe7pCfqzT5W4F8vxHCLSDfV8nKNJzogvV2Q==
15102+
version "15.6.2"
15103+
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-15.6.2.tgz#06d9005b62a83b72887eed623520e9b472af8c15"
15104+
integrity sha512-fjQWwcdUye4DU+0oIxNGwawIPC5DvG5kdObY5Sg4rc87untze3gC/5g/ikePqVjrAsBUZjwMN+pZsAYbDO6ArQ==
1510615105
dependencies:
1510715106
"@csstools/css-parser-algorithms" "^2.1.1"
1510815107
"@csstools/css-tokenizer" "^2.1.1"

0 commit comments

Comments
 (0)