mirror of
https://github.com/owncloud/ocis
synced 2026-04-25 17:25:21 +02:00
* chore(deps): bump @testing-library/jest-dom in /services/idp
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.6.4 to 6.9.1.
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/jest-dom/compare/v6.6.4...v6.9.1)
---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
dependency-version: 6.9.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* chore(deps): bump filippo.io/edwards25519 from 1.1.0 to 1.1.1
Bumps [filippo.io/edwards25519](https://github.com/FiloSottile/edwards25519) from 1.1.0 to 1.1.1.
- [Commits](https://github.com/FiloSottile/edwards25519/compare/v1.1.0...v1.1.1)
---
updated-dependencies:
- dependency-name: filippo.io/edwards25519
dependency-version: 1.1.1
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
* Merge branch 'master' into dependabot/go_modules/github.com/russellhaering/goxmldsig-1.6.0
* build(deps): bump alpine from 3.23.3 to 3.23.4
Bumps alpine from 3.23.3 to 3.23.4.
---
updated-dependencies:
- dependency-name: alpine
dependency-version: 3.23.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* build(deps): bump arm64v8/alpine from 3.23.3 to 3.23.4 in /ocis/docker
Bumps arm64v8/alpine from 3.23.3 to 3.23.4.
---
updated-dependencies:
- dependency-name: arm64v8/alpine
dependency-version: 3.23.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* build(deps): bump actions/cache from 5.0.4 to 5.0.5
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.4 to 5.0.5.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](668228422a...27d5ce7f10)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-version: 5.0.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* build(deps): bump github.com/go-acme/lego/v4 from 4.25.2 to 4.34.0
Bumps [github.com/go-acme/lego/v4](https://github.com/go-acme/lego) from 4.25.2 to 4.34.0.
- [Release notes](https://github.com/go-acme/lego/releases)
- [Changelog](https://github.com/go-acme/lego/blob/master/CHANGELOG.md)
- [Commits](https://github.com/go-acme/lego/compare/v4.25.2...v4.34.0)
---
updated-dependencies:
- dependency-name: github.com/go-acme/lego/v4
dependency-version: 4.34.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
* build(deps): bump github.com/go-git/go-git/v5 from 5.17.1 to 5.18.0
Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.17.1 to 5.18.0.
- [Release notes](https://github.com/go-git/go-git/releases)
- [Commits](https://github.com/go-git/go-git/compare/v5.17.1...v5.18.0)
---
updated-dependencies:
- dependency-name: github.com/go-git/go-git/v5
dependency-version: 5.18.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
* chore: regenerate pnpm-lock.yaml
* fix(ci): replace nc-based fakeoffice with Python HTTP server
BusyBox nc -k restarts between connections leaving a gap where the
collaboration service gets ECONNRESET at startup, so healthz never
binds and the 300s wait times out. Python HTTPServer is gap-free.
---------
Signed-off-by: dependabot[bot] <support@github.com>
193 lines
6.2 KiB
JSON
193 lines
6.2 KiB
JSON
{
|
|
"name": "identifier",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"homepage": ".",
|
|
"packageManager": "pnpm@10.28.1",
|
|
"scripts": {
|
|
"analyze": "source-map-explorer 'build/static/js/*.js'",
|
|
"build": "node --openssl-legacy-provider scripts/build.js && rm -f build/service-worker.js",
|
|
"licenses": "NODE_PATH=./node_modules node ../scripts/js-license-ranger.js",
|
|
"licenses:check": "license-checker-rseidelsohn --summary --relativeLicensePath --onlyAllow 'Python-2.0;Apache*;Apache License, Version 2.0;Apache-2.0;Apache 2.0;Artistic-2.0;BSD;BSD-3-Clause;CC-BY-3.0;CC-BY-4.0;CC0-1.0;ISC;MIT;MPL-2.0;OFL-1.1;Public Domain;Unicode-TOU;Unlicense;WTFPL;ODC-By-1.0;BlueOak-1.0.0' --excludePackages 'identifier;kpop;unicoderegexp' --clarificationsFile license-checker-clarifications.json",
|
|
"licenses:csv": "license-checker-rseidelsohn --relativeLicensePath --csv --out ../../third-party-licenses/node/idp/third-party-licenses.csv",
|
|
"licenses:save": "license-checker-rseidelsohn --relativeLicensePath --out /dev/null --files ../../third-party-licenses/node/idp/third-party-licenses",
|
|
"lint": "eslint ./**/*.{tsx,ts,jsx,js}",
|
|
"test": "node scripts/test.js --env=jsdom"
|
|
},
|
|
"babel": {
|
|
"presets": [
|
|
["react-app", { "absoluteRuntime": false }]
|
|
]
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"eslintConfig": {
|
|
"plugins": [
|
|
"i18next"
|
|
],
|
|
"extends": [
|
|
"react-app",
|
|
"plugin:i18next/recommended",
|
|
"plugin:react/recommended",
|
|
"plugin:jest/recommended"
|
|
],
|
|
"settings": {
|
|
"react": {
|
|
"version": "detect"
|
|
}
|
|
},
|
|
"parser": "@typescript-eslint/parser",
|
|
"rules": {
|
|
"no-unused-vars": "off",
|
|
"no-use-before-define": "off",
|
|
"@typescript-eslint/no-unused-vars": [
|
|
0
|
|
],
|
|
"@typescript-eslint/no-use-before-define": [
|
|
0
|
|
],
|
|
"i18next/no-literal-string": [
|
|
"off",
|
|
{
|
|
"markupOnly": true
|
|
}
|
|
],
|
|
"react/display-name": "off"
|
|
}
|
|
},
|
|
"jest": {
|
|
"collectCoverageFrom": [
|
|
"src/**/*.{js,jsx,ts,tsx}"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/roboto": "^5.2.6",
|
|
"@mui/icons-material": "^5.18.0",
|
|
"@mui/material": "^5.18.0",
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
"@testing-library/react": "^12.1.5",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/jest": "^30.0.0",
|
|
"@types/node": "^24.9.1",
|
|
"@types/react": "^17.0.87",
|
|
"@types/react-dom": "^17.0.26",
|
|
"@types/react-redux": "^7.1.34",
|
|
"@types/redux-logger": "^3.0.13",
|
|
"axios": "^1.15.0",
|
|
"classnames": "^2.5.1",
|
|
"form-data": "4.0.4",
|
|
"i18next": "^23.16.8",
|
|
"i18next-browser-languagedetector": "^7.2.2",
|
|
"i18next-http-backend": "^2.7.3",
|
|
"i18next-resources-to-backend": "^1.2.1",
|
|
"notistack": "^1.0.10",
|
|
"query-string": "^9.3.1",
|
|
"react": "^17.0.2",
|
|
"react-app-polyfill": "^2.0.0",
|
|
"react-dom": "^17.0.2",
|
|
"react-i18next": "^15.6.1",
|
|
"react-intl": "^5.25.1",
|
|
"react-redux": "^8.1.3",
|
|
"react-router": "^5.3.4",
|
|
"react-router-dom": "^5.3.4",
|
|
"redux": "^4.2.1",
|
|
"redux-logger": "^3.0.6",
|
|
"redux-thunk": "^2.4.2",
|
|
"render-if": "^0.1.1",
|
|
"web-vitals": "^5.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.28.6",
|
|
"@babel/eslint-parser": "^7.28.0",
|
|
"@babel/plugin-transform-class-properties": "^7.27.1",
|
|
"@babel/plugin-transform-nullish-coalescing-operator": "^7.27.1",
|
|
"@babel/plugin-transform-numeric-separator": "^7.27.1",
|
|
"@babel/plugin-transform-optional-chaining": "^7.27.1",
|
|
"@babel/plugin-transform-private-methods": "^7.27.1",
|
|
"@babel/plugin-transform-private-property-in-object": "^7.27.1",
|
|
"@babel/preset-env": "^7.28.5",
|
|
"@babel/preset-react": "^7.27.1",
|
|
"@babel/preset-typescript": "^7.27.1",
|
|
"@babel/runtime": "^7.28.6",
|
|
"@babel/runtime-corejs3": "^7.28.2",
|
|
"@typescript-eslint/eslint-plugin": "^7.0.0",
|
|
"@typescript-eslint/parser": "^6.21.0",
|
|
"babel-loader": "9.2.1",
|
|
"babel-plugin-named-asset-import": "^0.3.8",
|
|
"babel-preset-react-app": "^10.1.0",
|
|
"case-sensitive-paths-webpack-plugin": "2.4.0",
|
|
"cldr": "^7.9.0",
|
|
"css-loader": "7.1.2",
|
|
"css-minimizer-webpack-plugin": "^7.0.4",
|
|
"dotenv": "17.2.2",
|
|
"dotenv-expand": "12.0.3",
|
|
"eslint": "^8.57.1",
|
|
"eslint-config-react-app": "^7.0.1",
|
|
"eslint-plugin-flowtype": "^8.0.3",
|
|
"eslint-plugin-i18next": "^6.1.3",
|
|
"eslint-plugin-import": "^2.32.0",
|
|
"eslint-plugin-jest": "^27.9.0",
|
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
"eslint-plugin-testing-library": "^7.13.3",
|
|
"eslint-webpack-plugin": "^4.2.0",
|
|
"file-loader": "6.2.0",
|
|
"html-webpack-plugin": "5.6.4",
|
|
"i18next-conv": "^16.0.0",
|
|
"i18next-parser": "^9.3.0",
|
|
"jest": "30.2.0",
|
|
"license-checker-rseidelsohn": "4.4.2",
|
|
"mini-css-extract-plugin": "2.9.2",
|
|
"pnp-webpack-plugin": "1.7.0",
|
|
"postcss-flexbugs-fixes": "5.0.2",
|
|
"postcss-loader": "8.2.1",
|
|
"postcss-normalize": "13.0.0",
|
|
"postcss-preset-env": "10.4.0",
|
|
"postcss-safe-parser": "7.0.0",
|
|
"react-dev-utils": "^12.0.1",
|
|
"resolve": "1.22.11",
|
|
"resolve-url-loader": "^5.0.0",
|
|
"sass-loader": "^16.0.5",
|
|
"source-map-explorer": "^2.5.3",
|
|
"typescript": "^5.9.3",
|
|
"url-loader": "4.1.1",
|
|
"webpack": "5.104.1",
|
|
"webpack-manifest-plugin": "5.0.1",
|
|
"workbox-webpack-plugin": "7.1.0"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"glob": "10.5.0",
|
|
"minimatch@>=9.0.0 <9.0.7": "9.0.7",
|
|
"js-yaml": ">=4.1.1",
|
|
"lodash": ">=4.18.1",
|
|
"undici": ">=7.18.2",
|
|
"vue-template-compiler": "^3.0.0",
|
|
"brace-expansion@>=1.0.0 <=1.1.11": ">=1.1.12",
|
|
"brace-expansion@>=2.0.0 <=2.0.1": ">=2.0.2",
|
|
"rollup": "2.80.0",
|
|
"serialize-javascript": "7.0.3",
|
|
"ajv@>=6.0.0 <6.14.0": "6.14.0",
|
|
"ajv@>=8.0.0 <8.18.0": "8.18.0"
|
|
},
|
|
"ignoredBuiltDependencies": [
|
|
"core-js-pure",
|
|
"esbuild"
|
|
],
|
|
"onlyBuiltDependencies": [
|
|
"core-js"
|
|
]
|
|
}
|
|
}
|