mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-26 20:01:02 +00:00
ec254eae7b
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@intlify/unplugin-vue-i18n](https://togithub.com/intlify/bundle-tools/blob/main/packages/unplugin-vue-i18n/README.md)
([source](https://togithub.com/intlify/bundle-tools/tree/HEAD/packages/unplugin-vue-i18n))
| [`^3.0.0` ->
`^4.0.0`](https://renovatebot.com/diffs/npm/@intlify%2funplugin-vue-i18n/3.0.1/4.0.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@intlify%2funplugin-vue-i18n/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@intlify%2funplugin-vue-i18n/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@intlify%2funplugin-vue-i18n/3.0.1/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@intlify%2funplugin-vue-i18n/3.0.1/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>intlify/bundle-tools
(@​intlify/unplugin-vue-i18n)</summary>
###
[`v4.0.0`](https://togithub.com/intlify/bundle-tools/blob/HEAD/packages/unplugin-vue-i18n/CHANGELOG.md#intlifyunplugin-vue-i18n400-2024-03-26)
[Compare
Source](37fe890449...119b12d651
)
##### ⚡ Improvement Features
- [#​355](https://togithub.com/intlify/bundle-tools/pull/355) fix:
upgrade bundle/utils deps version
([@​kazupon](https://togithub.com/kazupon))
##### Committers: 1
- kazuya kawaguchi ([@​kazupon](https://togithub.com/kazupon))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge -
"before 4am" (UTC).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/woodpecker-ci/woodpecker).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
76 lines
2.2 KiB
JSON
76 lines
2.2 KiB
JSON
{
|
|
"name": "woodpecker-ci",
|
|
"author": "Woodpecker CI",
|
|
"version": "0.0.0",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"scripts": {
|
|
"start": "vite",
|
|
"build": "vite build --base=/BASE_PATH",
|
|
"serve": "vite preview",
|
|
"lint": "eslint --max-warnings 0 --ext .js,.ts,.vue,.json .",
|
|
"format": "prettier --write .",
|
|
"format:check": "prettier -c .",
|
|
"typecheck": "vue-tsc --noEmit",
|
|
"test": "echo 'No tests configured' && exit 0"
|
|
},
|
|
"dependencies": {
|
|
"@intlify/unplugin-vue-i18n": "^4.0.0",
|
|
"@kyvg/vue3-notification": "^3.1.3",
|
|
"@vueuse/core": "^10.7.2",
|
|
"ansi_up": "^6.0.2",
|
|
"dayjs": "^1.11.10",
|
|
"fuse.js": "^7.0.0",
|
|
"js-base64": "^3.7.6",
|
|
"lodash": "^4.17.21",
|
|
"node-emoji": "^2.1.3",
|
|
"pinia": "^2.1.7",
|
|
"prismjs": "^1.29.0",
|
|
"semver": "^7.5.4",
|
|
"vue": "^3.4.15",
|
|
"vue-i18n": "^9.9.0",
|
|
"vue-router": "^4.2.5"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify/json": "^2.2.171",
|
|
"@types/lodash": "^4.14.202",
|
|
"@types/node": "^20.11.5",
|
|
"@types/node-emoji": "^2.0.0",
|
|
"@types/prismjs": "^1.26.3",
|
|
"@types/semver": "^7.5.6",
|
|
"@typescript-eslint/eslint-plugin": "^7.0.0",
|
|
"@typescript-eslint/parser": "^7.0.0",
|
|
"@vitejs/plugin-vue": "^5.0.3",
|
|
"@vue/compiler-sfc": "^3.4.15",
|
|
"eslint": "^8.56.0",
|
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
"eslint-config-airbnb-typescript": "^18.0.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-import": "^2.29.1",
|
|
"eslint-plugin-prettier": "^5.1.3",
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
"eslint-plugin-simple-import-sort": "^12.0.0",
|
|
"eslint-plugin-vue": "^9.20.1",
|
|
"eslint-plugin-vue-scoped-css": "^2.7.2",
|
|
"prettier": "^3.2.4",
|
|
"replace-in-file": "^7.1.0",
|
|
"tinycolor2": "^1.6.0",
|
|
"typescript": "5.4.3",
|
|
"unplugin-icons": "^0.18.2",
|
|
"unplugin-vue-components": "^0.26.0",
|
|
"vite": "^5.0.12",
|
|
"vite-plugin-prismjs": "^0.0.11",
|
|
"vite-plugin-windicss": "^1.9.3",
|
|
"vite-svg-loader": "^5.1.0",
|
|
"vue-eslint-parser": "^9.4.0",
|
|
"vue-tsc": "^2.0.0",
|
|
"windicss": "^3.5.6"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"semver@<7.5.2": ">=7.5.2"
|
|
}
|
|
}
|
|
}
|