Skip to content

Commit

Permalink
Merge branch 'master' into renovate/rehype-stringify-10.x
Browse files Browse the repository at this point in the history
  • Loading branch information
lemeurherve authored Nov 21, 2023
2 parents a5884b0 + ca86de5 commit 953160d
Show file tree
Hide file tree
Showing 17 changed files with 2,013 additions and 1,106 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
],
"version": "0.0.1",
"devDependencies": {
"@babel/eslint-parser": "7.22.9",
"@babel/eslint-plugin": "7.22.5",
"@babel/plugin-proposal-decorators": "7.22.7",
"@babel/eslint-parser": "7.22.15",
"@babel/eslint-plugin": "7.22.10",
"@babel/plugin-proposal-decorators": "7.23.2",
"eslint": "8.51.0",
"eslint-config-google": "0.14.0",
"eslint-plugin-filenames": "latest",
Expand Down
4 changes: 2 additions & 2 deletions plugins/gatsby-jenkinsci-fieldextensions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"scripts": {
"lint": "eslint --ext .js,.jsx,.mjs .",
"build": "exit 0",
"test": "jest"
"test": "node --experimental-vm-modules ../../node_modules/jest/bin/jest.js"
},
"keywords": [],
"author": "Gavin Mogan <[email protected]> (https://www.gavinmogan.com/)",
"license": "MIT",
"devDependencies": {
"jest": "29.6.2"
"jest": "29.7.0"
},
"dependencies": {
"cheerio": "1.0.0-rc.12"
Expand Down
6 changes: 3 additions & 3 deletions plugins/gatsby-rehype-rewrite-img-src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"unist-util-visit": "^2.0.3"
},
"devDependencies": {
"@babel/preset-env": "7.22.9",
"babel-jest": "29.6.2",
"@babel/preset-env": "7.23.2",
"babel-jest": "29.7.0",
"eslint": "8.51.0",
"hast-util-to-html": "2.1.0",
"jest": "29.6.2",
"jest": "29.7.0",
"rehype": "11.0.0"
}
}
6 changes: 3 additions & 3 deletions plugins/gatsby-rehype-wrap-tables-bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"unist-util-visit-parents": "^3.0.0"
},
"devDependencies": {
"@babel/preset-env": "7.22.9",
"babel-jest": "29.6.2",
"@babel/preset-env": "7.23.2",
"babel-jest": "29.7.0",
"eslint": "8.51.0",
"hast-util-to-html": "2.1.0",
"jest": "29.6.2",
"jest": "29.7.0",
"rehype": "11.0.0"
}
}
213 changes: 99 additions & 114 deletions plugins/gatsby-source-jenkinsplugins/__mocks__/plugin-health-score.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,151 +4,136 @@
"value": 98,
"details": {
"security": {
"value": 1.0,
"value": 100.0,
"weight": 1.0,
"components": {
"security": {
"value": 1.0,
"max": 1.0
"components": [
{
"value": 100,
"weight": 1.0,
"reasons": [
"Plugin does not seem to have on-going security advisory."
]
}
}
]
},
"adoption": {
"value": 1.0,
"value": 100.0,
"weight": 0.8,
"components": {
"up-for-adoption": {
"value": 1.0,
"max": 1.0
}
}
},
"update-center-plugin-publication": {
"value": 1.0,
"weight": 1.0,
"components": {
"update-center-plugin-publication-probe": {
"value": 1.0,
"max": 1.0
}
}
},
"repository-configuration": {
"value": 0.85,
"weight": 0.5,
"components": {
"dependabot-pull-requests": {
"value": 0.0,
"max": -0.15
"components": [
{
"value": 100,
"weight": 1.0,
"reasons": [
"There is less than 6 months between the last release and the last commit."
]
},
{
"value": 100,
"weight": 1.0,
"reasons": [
"There is less than 4 years between the last commit and the last release."
]
},
"jenkinsfile": {
"value": 0.65,
"max": 0.65
{
"value": 0,
"weight": 0.0,
"reasons": [
"No commit in the last 4 years."
]
},
"jep-229": {
"value": 0.05,
"max": 0.05
{
"value": 100,
"weight": 1.0,
"reasons": [
"There is less than a year between the last commit and the last release."
]
},
"dependabot": {
"value": 0.15,
"max": 0.15
{
"value": 100,
"weight": 1.0,
"reasons": [
"The plugin is not marked as up for adoption"
]
},
"documentation-migration": {
"value": 0.15,
"max": 0.15
{
"value": 100,
"weight": 1.0,
"reasons": [
"There is less than 2 years between the last commit and the last release."
]
}
}
]
},
"deprecation": {
"value": 1.0,
"weight": 0.8,
"components": {
"deprecation": {
"value": 1.0,
"max": 1.0
}
}
}
}
},
"mq-notifier": {
"value": 93,
"details": {
"security": {
"value": 1.0,
"update-center-plugin-publication": {
"value": 100.0,
"weight": 1.0,
"components": {
"security": {
"value": 1.0,
"max": 1.0
"components": [
{
"value": 100,
"weight": 1.0,
"reasons": [
"The plugin appears in the update-center."
]
}
}
},
"adoption": {
"value": 0.75,
"weight": 0.8,
"components": {
"up-for-adoption": {
"value": 1.0,
"max": 1.0
}
}
]
},
"repository-configuration": {
"value": 0.8,
"value": 85.0,
"weight": 0.5,
"components": {
"dependabot-pull-requests": {
"value": 0.0,
"max": -0.15
},
"jenkinsfile": {
"value": 0.65,
"max": 0.65
"components": [
{
"value": 100,
"weight": 15.0,
"reasons": [
"Documentation is in plugin repository."
]
},
"jep-229": {
"value": 0.0,
"max": 0.05
{
"value": 100,
"weight": 5.0,
"reasons": [
"JEP-229 is configured on the plugin."
]
},
"dependabot": {
"value": 0.0,
"max": 0.15
{
"value": 100,
"weight": 65.0,
"reasons": [
"Jenkinsfile detected in plugin repository."
]
},
"documentation-migration": {
"value": 0.15,
"max": 0.15
}
}
},
"update-center-plugin-publication": {
"value": 1.0,
"weight": 1.0,
"components": {
"update-center-plugin-publication-probe": {
"value": 1.0,
"max": 1.0
{
"value": 0,
"weight": 15.0,
"reasons": [
"dependabot is configured.",
"3 open dependency pull requests"
]
}
}
]
},
"deprecation": {
"value": 1.0,
"value": 100.0,
"weight": 0.8,
"components": {
"deprecation": {
"value": 1.0,
"max": 1.0
"components": [
{
"value": 100,
"weight": 1.0,
"reasons": [
"Plugin is not marked as deprecated."
]
}
}
]
}
}
}
},
"statistics": {
"average": 86,
"average": 85.0,
"minimum": 0,
"maximum": 100,
"firstQuartile": 78,
"median": 88,
"firstQuartile": 77,
"median": 90,
"thirdQuartile": 98
}
}
Loading

0 comments on commit 953160d

Please sign in to comment.