mirror of
https://github.com/goauthentik/authentik
synced 2026-04-25 17:15:26 +02:00
* web: bump the eslint group across 1 directory with 5 updates Bumps the eslint group with 5 updates in the /web directory: | Package | From | To | | --- | --- | --- | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.39.2` | `10.0.1` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.56.0` | `8.56.1` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.56.0` | `8.56.1` | | [eslint](https://github.com/eslint/eslint) | `9.39.2` | `10.0.2` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.56.0` | `8.56.1` | Updates `@eslint/js` from 9.39.2 to 10.0.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/commits/v10.0.1/packages/js) Updates `@typescript-eslint/eslint-plugin` from 8.56.0 to 8.56.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.56.1/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.56.0 to 8.56.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.56.1/packages/parser) Updates `eslint` from 9.39.2 to 10.0.2 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/compare/v9.39.2...v10.0.2) Updates `typescript-eslint` from 8.56.0 to 8.56.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.56.1/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: eslint - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.56.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: eslint - dependency-name: "@typescript-eslint/parser" dependency-version: 8.56.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: eslint - dependency-name: eslint dependency-version: 10.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: eslint - dependency-name: typescript-eslint dependency-version: 8.56.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: eslint ... Signed-off-by: dependabot[bot] <support@github.com> * Bump packages. Fix ESLint version ranges. * Bump version. Update description. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Teffen Ellis <592134+GirlBossRush@users.noreply.github.com>
111 lines
3.6 KiB
JSON
111 lines
3.6 KiB
JSON
{
|
|
"name": "@goauthentik/docs",
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "npm run build -w docs",
|
|
"build:api": "npm run build -w api",
|
|
"build:integrations": "npm run build -w integrations",
|
|
"check-types": "tsc -b",
|
|
"docusaurus": "docusaurus",
|
|
"lint": "eslint --fix .",
|
|
"lint:lockfile": "echo 'Skipping lockfile linting'",
|
|
"lint-check": "eslint --max-warnings 0 .",
|
|
"prettier": "prettier --write .",
|
|
"prettier-check": "prettier --check .",
|
|
"start": "npm start -w docs",
|
|
"test": "node --test"
|
|
},
|
|
"dependencies": {
|
|
"@eslint/js": "^9.39.3",
|
|
"@goauthentik/eslint-config": "^1.2.1",
|
|
"@goauthentik/prettier-config": "^3.4.0",
|
|
"@goauthentik/tsconfig": "^1.0.5",
|
|
"@types/node": "^25.3.0",
|
|
"@typescript-eslint/eslint-plugin": "^8.56.1",
|
|
"@typescript-eslint/parser": "^8.56.1",
|
|
"escape-string-regexp": "^5.0.0",
|
|
"eslint": "^9.39.3",
|
|
"netlify-plugin-cache": "^1.0.3",
|
|
"netlify-redirect-parser": "^14.4.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"postman-code-generators": "2.1.0",
|
|
"prettier": "^3.8.1",
|
|
"prettier-plugin-packagejson": "^3.0.0",
|
|
"typescript-eslint": "^8.56.1"
|
|
},
|
|
"optionalDependencies": {
|
|
"@rspack/binding-darwin-arm64": "1.6.6",
|
|
"@rspack/binding-linux-arm64-gnu": "1.6.6",
|
|
"@rspack/binding-linux-x64-gnu": "1.6.6",
|
|
"@swc/core-darwin-arm64": "1.15.3",
|
|
"@swc/core-linux-arm64-gnu": "1.15.3",
|
|
"@swc/core-linux-x64-gnu": "1.15.3",
|
|
"@swc/html-darwin-arm64": "1.15.3",
|
|
"@swc/html-linux-arm64-gnu": "1.15.3",
|
|
"@swc/html-linux-x64-gnu": "1.15.3",
|
|
"lightningcss-darwin-arm64": "1.30.2",
|
|
"lightningcss-linux-arm64-gnu": "1.30.2",
|
|
"lightningcss-linux-x64-gnu": "1.30.2"
|
|
},
|
|
"workspaces": [
|
|
"vendored/*",
|
|
"docusaurus-theme",
|
|
"api",
|
|
"integrations",
|
|
"docs"
|
|
],
|
|
"engines": {
|
|
"node": ">=24",
|
|
"npm": ">=11.6.2"
|
|
},
|
|
"devEngines": {
|
|
"runtime": {
|
|
"name": "node",
|
|
"onFail": "error",
|
|
"version": ">=24"
|
|
},
|
|
"packageManager": {
|
|
"name": "npm",
|
|
"version": ">=11.6.2",
|
|
"onFail": "warn"
|
|
}
|
|
},
|
|
"prettier": "@goauthentik/prettier-config",
|
|
"overrides": {
|
|
"@goauthentik/api-docs": {
|
|
"openapi-to-postmanv2": "^5.0.0",
|
|
"postman-collection": "^5.0.2",
|
|
"postman-code-generators": {
|
|
"detect-package-manager": "file:./vendored/detect-package-manager",
|
|
"shelljs": "0.10.0"
|
|
},
|
|
"docusaurus-theme-openapi-docs": {
|
|
"postman-code-generators": {
|
|
".": "^2.1.0",
|
|
"detect-package-manager": "file:./vendored/detect-package-manager"
|
|
}
|
|
}
|
|
},
|
|
"@goauthentik/prettier-config": {
|
|
"prettier": "$prettier",
|
|
"prettier-plugin-packagejson": "$prettier-plugin-packagejson"
|
|
},
|
|
"docusaurus-theme-openapi-docs": {
|
|
"postman-code-generators": {
|
|
".": "^1.10.1",
|
|
"detect-package-manager": "file:./vendored/detect-package-manager",
|
|
"shelljs": "0.10.0"
|
|
}
|
|
},
|
|
"format-imports": {
|
|
"eslint": "$eslint"
|
|
},
|
|
"postman-code-generators": {
|
|
"detect-package-manager": "file:./vendored/detect-package-manager",
|
|
"shelljs": "0.10.0"
|
|
}
|
|
}
|
|
}
|