mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@hcaptcha/react-hcaptcha](https://redirect.github.com/hCaptcha/react-hcaptcha) | [`1.11.3` -> `1.12.0`](https://renovatebot.com/diffs/npm/@hcaptcha%2freact-hcaptcha/1.11.3/1.12.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>hCaptcha/react-hcaptcha (@​hcaptcha/react-hcaptcha)</summary> ### [`v1.12.0`](https://redirect.github.com/hCaptcha/react-hcaptcha/releases/tag/1.12.0) [Compare Source](https://redirect.github.com/hCaptcha/react-hcaptcha/compare/1.11.3...1.12.0) #### What's Changed - chore(loader): update loader package to v2 by [@​faris-imi](https://redirect.github.com/faris-imi) in [https://github.com/hCaptcha/react-hcaptcha/pull/254](https://redirect.github.com/hCaptcha/react-hcaptcha/pull/254) **Full Changelog**: https://github.com/hCaptcha/react-hcaptcha/compare/1.11.3...1.12.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "* * * * 1-5" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/TryGhost/Ghost). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
103 lines
2.3 KiB
JSON
103 lines
2.3 KiB
JSON
{
|
|
"name": "@tryghost/portal",
|
|
"version": "2.49.3",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/TryGhost/Ghost.git"
|
|
},
|
|
"author": "Ghost Foundation",
|
|
"files": [
|
|
"umd/",
|
|
"LICENSE",
|
|
"README.md"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://registry.npmjs.org/"
|
|
},
|
|
"scripts": {
|
|
"dev": "concurrently \"yarn preview -l silent\" \"yarn build:watch\"",
|
|
"build": "vite build",
|
|
"build:watch": "vite build --watch",
|
|
"preview": "vite preview",
|
|
"test": "vitest run",
|
|
"test:ci": "yarn test --coverage",
|
|
"test:unit": "yarn test:ci",
|
|
"lint": "eslint src --ext .js --cache",
|
|
"preship": "yarn lint",
|
|
"ship": "node ../../.github/scripts/release-apps.js",
|
|
"prepublishOnly": "yarn build"
|
|
},
|
|
"eslintConfig": {
|
|
"env": {
|
|
"browser": true,
|
|
"jest": true
|
|
},
|
|
"parserOptions": {
|
|
"sourceType": "module",
|
|
"ecmaVersion": 2022
|
|
},
|
|
"extends": [
|
|
"plugin:ghost/browser",
|
|
"plugin:i18next/recommended",
|
|
"plugin:react/recommended",
|
|
"plugin:react/jsx-runtime"
|
|
],
|
|
"plugins": [
|
|
"ghost",
|
|
"i18next"
|
|
],
|
|
"rules": {
|
|
"react/prop-types": "off"
|
|
},
|
|
"settings": {
|
|
"react": {
|
|
"version": "detect"
|
|
}
|
|
}
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"jest": {
|
|
"coverageReporters": [
|
|
"cobertura",
|
|
"text-summary",
|
|
"html"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@babel/eslint-parser": "7.23.3",
|
|
"@doist/react-interpolate": "2.2.0",
|
|
"@sentry/react": "7.119.2",
|
|
"@testing-library/jest-dom": "5.17.0",
|
|
"@testing-library/react": "12.1.5",
|
|
"@tryghost/i18n": "0.0.0",
|
|
"@vitejs/plugin-react": "4.2.1",
|
|
"@vitest/coverage-v8": "0.34.3",
|
|
"@vitest/ui": "0.34.3",
|
|
"concurrently": "8.2.2",
|
|
"cross-fetch": "4.1.0",
|
|
"eslint-plugin-i18next": "6.0.3",
|
|
"jsdom": "24.1.3",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2",
|
|
"vite": "4.5.3",
|
|
"vite-plugin-css-injected-by-js": "3.3.0",
|
|
"vite-plugin-svgr": "3.3.0",
|
|
"vitest": "0.34.3"
|
|
},
|
|
"dependencies": {
|
|
"@hcaptcha/react-hcaptcha": "1.12.0"
|
|
}
|
|
}
|