Skip to content

Commit

Permalink
Update Test & linting packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 12, 2024
1 parent c118424 commit 780202f
Show file tree
Hide file tree
Showing 19 changed files with 321 additions and 269 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"main": "git checkout main && git pull ${GHOST_UPSTREAM:-origin} main && yarn"
},
"devDependencies": {
"eslint": "8.57.0",
"eslint": "9.14.0",
"eslint-plugin-ghost": "3.4.0",
"husky": "9.1.4",
"lerna": "8.1.8",
Expand Down
4 changes: 2 additions & 2 deletions packages/html-to-mobiledoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"access": "public"
},
"devDependencies": {
"c8": "9.1.0",
"c8": "10.1.2",
"mocha": "10.7.3",
"should": "13.2.3",
"sinon": "17.0.1"
"sinon": "19.0.2"
},
"dependencies": {
"@tryghost/kg-parser-plugins": "4.1.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/kg-card-factory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"access": "public"
},
"devDependencies": {
"c8": "9.1.0",
"c8": "10.1.2",
"mocha": "10.7.3",
"should": "13.2.3",
"simple-dom": "1.4.0",
"sinon": "17.0.1"
"sinon": "19.0.2"
}
}
4 changes: 2 additions & 2 deletions packages/kg-clean-basic-html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"@babel/core": "7.25.2",
"@babel/preset-env": "7.25.3",
"@rollup/plugin-babel": "6.0.4",
"c8": "9.1.0",
"c8": "10.1.2",
"jsdom": "24.1.1",
"mocha": "10.7.3",
"rollup": "4.21.0",
"should": "13.2.3",
"sinon": "17.0.1"
"sinon": "19.0.2"
}
}
4 changes: 2 additions & 2 deletions packages/kg-converters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
},
"devDependencies": {
"@rollup/plugin-babel": "6.0.4",
"c8": "9.1.0",
"c8": "10.1.2",
"mocha": "10.7.3",
"rollup": "4.21.0",
"sinon": "17.0.1"
"sinon": "19.0.2"
},
"dependencies": {
"lodash": "^4.17.21"
Expand Down
2 changes: 1 addition & 1 deletion packages/kg-default-atoms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"access": "public"
},
"devDependencies": {
"c8": "9.1.0",
"c8": "10.1.2",
"simple-dom": "1.4.0"
}
}
4 changes: 2 additions & 2 deletions packages/kg-default-cards/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"access": "public"
},
"devDependencies": {
"c8": "9.1.0",
"c8": "10.1.2",
"mocha": "10.7.3",
"should": "13.2.3",
"simple-dom": "1.4.0",
"sinon": "17.0.1"
"sinon": "19.0.2"
},
"dependencies": {
"@tryghost/kg-markdown-html-renderer": "7.0.7",
Expand Down
4 changes: 2 additions & 2 deletions packages/kg-default-nodes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
"@lexical/html": "0.13.1",
"@prettier/sync": "^0.3.0",
"@rollup/plugin-babel": "6.0.4",
"c8": "9.1.0",
"c8": "10.1.2",
"html-minifier": "^4.0.0",
"mocha": "10.7.3",
"prettier": "3.3.3",
"rollup": "4.21.0",
"rollup-plugin-svg": "2.0.0",
"should": "13.2.3",
"sinon": "17.0.1"
"sinon": "19.0.2"
},
"dependencies": {
"@lexical/clipboard": "0.13.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/kg-default-transforms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"devDependencies": {
"@lexical/headless": "0.13.1",
"@lexical/link": "0.13.1",
"c8": "9.1.0",
"c8": "10.1.2",
"mocha": "10.7.3",
"sinon": "17.0.1",
"sinon": "19.0.2",
"ts-node": "10.9.2",
"typescript": "5.5.4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/kg-html-to-lexical/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"devDependencies": {
"@types/jsdom": "^21.1.2",
"@types/mocha": "10.0.7",
"c8": "9.1.0",
"c8": "10.1.2",
"mocha": "10.7.3",
"sinon": "17.0.1",
"sinon": "19.0.2",
"ts-node": "10.9.2",
"typescript": "5.5.4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/kg-lexical-html-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
"access": "public"
},
"devDependencies": {
"c8": "9.1.0",
"c8": "10.1.2",
"jsdom": "^24.1.0",
"mocha": "10.7.3",
"prettier": "3.3.3",
"should": "13.2.3",
"sinon": "17.0.1"
"sinon": "19.0.2"
},
"dependencies": {
"@lexical/clipboard": "0.13.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/kg-markdown-html-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"access": "public"
},
"devDependencies": {
"c8": "9.1.0",
"c8": "10.1.2",
"mocha": "10.7.3",
"should": "13.2.3",
"sinon": "17.0.1"
"sinon": "19.0.2"
},
"dependencies": {
"@tryghost/kg-utils": "1.0.28",
Expand Down
2 changes: 1 addition & 1 deletion packages/kg-mobiledoc-html-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"simple-dom": "^1.4.0"
},
"devDependencies": {
"c8": "9.1.0"
"c8": "10.1.2"
}
}
4 changes: 2 additions & 2 deletions packages/kg-parser-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
"@babel/preset-env": "7.25.3",
"@rollup/plugin-babel": "6.0.4",
"@tryghost/mobiledoc-kit": "0.11.2-ghost.4",
"c8": "9.1.0",
"c8": "10.1.2",
"jsdom": "24.1.1",
"mocha": "10.7.3",
"rollup": "4.21.0",
"should": "13.2.3",
"sinon": "17.0.1"
"sinon": "19.0.2"
},
"dependencies": {
"@tryghost/kg-clean-basic-html": "4.1.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/kg-simplemde/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"browserify": "17.0.0",
"debug": "*",
"eslint": "8.57.0",
"eslint": "9.14.0",
"gulp": "*",
"gulp-clean-css": "4.3.0",
"gulp-concat": "*",
Expand Down
8 changes: 4 additions & 4 deletions packages/kg-unsplash-selector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@
"@playwright/test": "^1.48.2",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@typescript-eslint/eslint-plugin": "8.14.0",
"@typescript-eslint/parser": "8.14.0",
"@vitejs/plugin-react": "4.3.1",
"@vitest/coverage-v8": "1.6.0",
"autoprefixer": "10.4.20",
"concurrently": "8.2.2",
"eslint": "8.57.0",
"eslint-plugin-react-hooks": "4.6.2",
"eslint": "9.14.0",
"eslint-plugin-react-hooks": "5.0.0",
"eslint-plugin-react-refresh": "0.4.11",
"eslint-plugin-tailwindcss": "3.17.4",
"jsdom": "24.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/kg-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"access": "public"
},
"devDependencies": {
"c8": "9.1.0",
"c8": "10.1.2",
"mocha": "10.7.3",
"should": "13.2.3",
"sinon": "17.0.1"
"sinon": "19.0.2"
},
"dependencies": {
"semver": "^7.6.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/koenig-lexical/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"dotenv": "^16.3.2",
"emoji-mart": "^5.5.2",
"eslint-config-react-app": "7.0.1",
"eslint-plugin-jest": "27.9.0",
"eslint-plugin-jest": "28.9.0",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-storybook": "0.8.0",
"eslint-plugin-tailwindcss": "3.17.4",
Expand Down
Loading

0 comments on commit 780202f

Please sign in to comment.