Skip to content
Commits on Source (41)
......@@ -2,7 +2,7 @@ module.exports = {
root: true,
env: {
node: true,
es2021: true
es2023: true
},
extends: [
'standard'
......
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: "daily"
auto-merge: true
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npx --yes lint-staged
npx lint-staged
......@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
## [0.6.4] - 2024-03-01
### Changed
- Update @open-xchange/vite-plugin-ox-externals [`20e2b03`](https://gitlab.open-xchange.com/frontend/vite-plugin-ox-manifests/commit/20e2b0303466075df077b1ae8e60c365b86f1369)
## [0.6.3] - 2023-12-05
### Changed
......@@ -53,7 +60,8 @@ All notable changes to this project will be documented in this file.
- Start Changelog
[unreleased]: https://gitlab.open-xchange.com/frontend/vite-plugin-ox-manifests/compare/0.6.3...main
[unreleased]: https://gitlab.open-xchange.com/frontend/vite-plugin-ox-manifests/compare/0.6.4...main
[0.6.4]: https://gitlab.open-xchange.com/frontend/vite-plugin-ox-manifests/compare/0.6.3...0.6.4
[0.6.3]: https://gitlab.open-xchange.com/frontend/vite-plugin-ox-manifests/compare/0.6.2...0.6.3
[0.6.2]: https://gitlab.open-xchange.com/frontend/vite-plugin-ox-manifests/compare/0.6.1...0.6.2
[0.6.1]: https://gitlab.open-xchange.com/frontend/vite-plugin-ox-manifests/compare/0.6.0...0.6.1
......
{
"name": "@open-xchange/vite-plugin-ox-manifests",
"version": "0.6.3",
"version": "0.6.4",
"description": "A vite plugin to concat and serve ox manifests",
"main": "dist/index.js",
"types": "dist/index.d.ts",
......@@ -9,10 +9,10 @@
"author": "Richard Petersen",
"license": "MIT",
"scripts": {
"prepare": "husky install",
"prepare": "husky",
"lint": "tsc --noEmit && eslint . --ext .js,.cjs,.mjs,.ts",
"build": "npx --yes rimraf dist && tsc",
"test": "yarn build && cross-env NODE_OPTIONS=\"--experimental-vm-modules --max_old_space_size=1792\" jest --runInBand"
"build": "pnpx rimraf dist && tsc",
"test": "pnpm build && cross-env NODE_OPTIONS=\"--experimental-vm-modules --max_old_space_size=1792\" jest --runInBand"
},
"dependencies": {
"@open-xchange/rollup-plugin-po2json": "^0.8.0",
......@@ -23,17 +23,23 @@
"parseurl": "^1.3.3"
},
"devDependencies": {
"@open-xchange/lint": "^0.0.3",
"@types/node": "^20.1.5",
"@types/parseurl": "^1.3.1",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"eslint": "^8.56.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"cross-env": "^7.0.3",
"eslint-plugin-jest": "^27.2.1",
"express": "^4.18.2",
"husky": "^9.0.6",
"jest": "^29.5.0",
"jest-junit": "^16.0.0",
"less": "^4.1.3",
"lint-staged": "^15.2.0",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4",
"vite": "^5.0.3"
......@@ -42,8 +48,9 @@
"*.{js,cjs,mjs,ts}": "eslint --cache --fix"
},
"resolutions": {
"semver": "^7.5.2",
"semver": "^7.6.0",
"debug": "^4.3.4",
"json5": "^2.2.2"
}
"json5": "^2.2.3"
},
"packageManager": "pnpm@8.15.4"
}
This diff is collapsed.
Source diff could not be displayed: it is too large. Options to address this: view the blob.