mirror of
https://github.com/goauthentik/authentik
synced 2026-04-26 01:25:02 +02:00
Bumps the eslint group in /website with 3 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `@typescript-eslint/eslint-plugin` from 8.46.0 to 8.46.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.46.1/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.46.0 to 8.46.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.46.1/packages/parser) Updates `typescript-eslint` from 8.46.0 to 8.46.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.46.1/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.46.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: eslint - dependency-name: "@typescript-eslint/parser" dependency-version: 8.46.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: eslint - dependency-name: typescript-eslint dependency-version: 8.46.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: eslint ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
67 lines
2.2 KiB
JSON
67 lines
2.2 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-check": "eslint --max-warnings 0 .",
|
|
"lint:lockfile": "echo 'Skipping lockfile linting'",
|
|
"prettier": "prettier --write .",
|
|
"prettier-check": "prettier --check .",
|
|
"start": "npm start -w docs",
|
|
"test": "node --test"
|
|
},
|
|
"dependencies": {
|
|
"@eslint/js": "^9.37.0",
|
|
"@goauthentik/eslint-config": "^1.0.5",
|
|
"@goauthentik/prettier-config": "^3.1.0",
|
|
"@goauthentik/tsconfig": "^1.0.4",
|
|
"@types/node": "^24.7.2",
|
|
"@typescript-eslint/eslint-plugin": "^8.46.1",
|
|
"@typescript-eslint/parser": "^8.46.1",
|
|
"escape-string-regexp": "^5.0.0",
|
|
"eslint": "^9.37.0",
|
|
"netlify-plugin-cache": "^1.0.3",
|
|
"netlify-redirect-parser": "^14.4.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"prettier": "^3.6.2",
|
|
"prettier-plugin-packagejson": "^2.5.19",
|
|
"typescript-eslint": "^8.46.1"
|
|
},
|
|
"optionalDependencies": {
|
|
"@rspack/binding-darwin-arm64": "1.5.8",
|
|
"@rspack/binding-linux-arm64-gnu": "1.5.8",
|
|
"@rspack/binding-linux-x64-gnu": "1.5.8",
|
|
"@swc/core-darwin-arm64": "1.13.20",
|
|
"@swc/core-linux-arm64-gnu": "1.13.20",
|
|
"@swc/core-linux-x64-gnu": "1.13.20",
|
|
"@swc/html-darwin-arm64": "1.13.20",
|
|
"@swc/html-linux-arm64-gnu": "1.13.20",
|
|
"@swc/html-linux-x64-gnu": "1.13.20",
|
|
"lightningcss-darwin-arm64": "1.30.2",
|
|
"lightningcss-linux-arm64-gnu": "1.30.2",
|
|
"lightningcss-linux-x64-gnu": "1.30.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=24"
|
|
},
|
|
"workspaces": [
|
|
"docusaurus-theme",
|
|
"api",
|
|
"integrations",
|
|
"docs"
|
|
],
|
|
"prettier": "@goauthentik/prettier-config",
|
|
"overrides": {
|
|
"format-imports": {
|
|
"eslint": "^9.31.0"
|
|
}
|
|
}
|
|
}
|