website: bump prettier from 2.8.8 to 3.0.0 in /website (#6155)
* website: bump prettier from 2.8.8 to 3.0.0 in /website Bumps [prettier](https://github.com/prettier/prettier) from 2.8.8 to 3.0.0. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/2.8.8...3.0.0) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * prettier Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Jens Langhammer <jens@goauthentik.io> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
parent
2ca0e9da7d
commit
d14a2906f5
|
@ -1906,7 +1906,6 @@ Changed: `type` in `query`
|
||||||
> - `hidden` - Hidden: Hidden field, can be used to insert data into form.
|
> - `hidden` - Hidden: Hidden field, can be used to insert data into form.
|
||||||
> - `static` - Static: Static value, displayed as-is.
|
> - `static` - Static: Static value, displayed as-is.
|
||||||
> - `ak-locale` - authentik: Selection of locales authentik supports
|
> - `ak-locale` - authentik: Selection of locales authentik supports
|
||||||
>
|
|
||||||
> - `text` - Text: Simple Text input
|
> - `text` - Text: Simple Text input
|
||||||
> - `text_area` - Text area: Multiline Text Input.
|
> - `text_area` - Text area: Multiline Text Input.
|
||||||
> - `text_read_only` - Text (read-only): Simple Text input, but cannot be edited.
|
> - `text_read_only` - Text (read-only): Simple Text input, but cannot be edited.
|
||||||
|
|
|
@ -3292,7 +3292,6 @@ Changed: `policy_engine_mode` in `query`
|
||||||
|
|
||||||
> - `all` - all, all policies must pass
|
> - `all` - all, all policies must pass
|
||||||
> - `any` - any, any policy must pass
|
> - `any` - any, any policy must pass
|
||||||
>
|
|
||||||
> - `all` - all, all policies must pass
|
> - `all` - all, all policies must pass
|
||||||
> - `any` - any, any policy must pass
|
> - `any` - any, any policy must pass
|
||||||
|
|
||||||
|
@ -3367,7 +3366,6 @@ Changed: `policy_engine_mode` in `query`
|
||||||
|
|
||||||
> - `all` - all, all policies must pass
|
> - `all` - all, all policies must pass
|
||||||
> - `any` - any, any policy must pass
|
> - `any` - any, any policy must pass
|
||||||
>
|
|
||||||
> - `all` - all, all policies must pass
|
> - `all` - all, all policies must pass
|
||||||
> - `any` - any, any policy must pass
|
> - `any` - any, any policy must pass
|
||||||
|
|
||||||
|
@ -3421,7 +3419,6 @@ Changed: `policy_engine_mode` in `query`
|
||||||
|
|
||||||
> - `all` - all, all policies must pass
|
> - `all` - all, all policies must pass
|
||||||
> - `any` - any, any policy must pass
|
> - `any` - any, any policy must pass
|
||||||
>
|
|
||||||
> - `all` - all, all policies must pass
|
> - `all` - all, all policies must pass
|
||||||
> - `any` - any, any policy must pass
|
> - `any` - any, any policy must pass
|
||||||
|
|
||||||
|
@ -5091,7 +5088,6 @@ Changed: `policy_engine_mode` in `query`
|
||||||
|
|
||||||
> - `all` - all, all policies must pass
|
> - `all` - all, all policies must pass
|
||||||
> - `any` - any, any policy must pass
|
> - `any` - any, any policy must pass
|
||||||
>
|
|
||||||
> - `all` - all, all policies must pass
|
> - `all` - all, all policies must pass
|
||||||
> - `any` - any, any policy must pass
|
> - `any` - any, any policy must pass
|
||||||
|
|
||||||
|
|
|
@ -53,13 +53,13 @@ module.exports = async function () {
|
||||||
type: "dropdown",
|
type: "dropdown",
|
||||||
label: `Version: ${releases[0].replace(
|
label: `Version: ${releases[0].replace(
|
||||||
/releases\/\d+\/v/,
|
/releases\/\d+\/v/,
|
||||||
""
|
"",
|
||||||
)}`,
|
)}`,
|
||||||
position: "right",
|
position: "right",
|
||||||
items: releases.map((release) => {
|
items: releases.map((release) => {
|
||||||
const version = release.replace(
|
const version = release.replace(
|
||||||
/releases\/\d+\/v/,
|
/releases\/\d+\/v/,
|
||||||
""
|
"",
|
||||||
);
|
);
|
||||||
const subdomain = version.replace(".", "-");
|
const subdomain = version.replace(".", "-");
|
||||||
const label = `Version: ${version}`;
|
const label = `Version: ${version}`;
|
||||||
|
@ -164,7 +164,7 @@ module.exports = async function () {
|
||||||
// Only replace issues and PR links
|
// Only replace issues and PR links
|
||||||
buildUrl: function (
|
buildUrl: function (
|
||||||
values,
|
values,
|
||||||
defaultBuildUrl
|
defaultBuildUrl,
|
||||||
) {
|
) {
|
||||||
return values.type === "issue"
|
return values.type === "issue"
|
||||||
? defaultBuildUrl(values)
|
? defaultBuildUrl(values)
|
||||||
|
|
|
@ -74,7 +74,7 @@ module.exports = async function () {
|
||||||
// Only replace issues and PR links
|
// Only replace issues and PR links
|
||||||
buildUrl: function (
|
buildUrl: function (
|
||||||
values,
|
values,
|
||||||
defaultBuildUrl
|
defaultBuildUrl,
|
||||||
) {
|
) {
|
||||||
return values.type === "issue"
|
return values.type === "issue"
|
||||||
? defaultBuildUrl(values)
|
? defaultBuildUrl(values)
|
||||||
|
|
|
@ -29,7 +29,7 @@ async function getToken(event) {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
const tokenUrl = `${config.registryTokenEndpoint}?${querystring.stringify(
|
const tokenUrl = `${config.registryTokenEndpoint}?${querystring.stringify(
|
||||||
tokenParams
|
tokenParams,
|
||||||
)}`;
|
)}`;
|
||||||
console.debug(`oci-proxy[token]: final URL to fetch: ${tokenUrl}`);
|
console.debug(`oci-proxy[token]: final URL to fetch: ${tokenUrl}`);
|
||||||
const tokenRes = await fetch.default(tokenUrl, {
|
const tokenRes = await fetch.default(tokenUrl, {
|
||||||
|
@ -64,7 +64,7 @@ exports.handler = async function (event, context) {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
console.debug(
|
console.debug(
|
||||||
"oci-proxy: root handler, returning 401 with www-authenticate"
|
"oci-proxy: root handler, returning 401 with www-authenticate",
|
||||||
);
|
);
|
||||||
return {
|
return {
|
||||||
statusCode: 401,
|
statusCode: 401,
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
"remark-github": "^11.2.4"
|
"remark-github": "^11.2.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"prettier": "2.8.8"
|
"prettier": "3.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@algolia/autocomplete-core": {
|
"node_modules/@algolia/autocomplete-core": {
|
||||||
|
@ -9970,15 +9970,15 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/prettier": {
|
"node_modules/prettier": {
|
||||||
"version": "2.8.8",
|
"version": "3.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz",
|
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.0.0.tgz",
|
||||||
"integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==",
|
"integrity": "sha512-zBf5eHpwHOGPC47h0zrPyNn+eAEIdEzfywMoYn2XPi0P44Zp0tSq64rq0xAREh4auw2cJZHo9QUob+NqCQky4g==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"bin": {
|
"bin": {
|
||||||
"prettier": "bin-prettier.js"
|
"prettier": "bin/prettier.cjs"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=10.13.0"
|
"node": ">=14"
|
||||||
},
|
},
|
||||||
"funding": {
|
"funding": {
|
||||||
"url": "https://github.com/prettier/prettier?sponsor=1"
|
"url": "https://github.com/prettier/prettier?sponsor=1"
|
||||||
|
@ -20842,9 +20842,9 @@
|
||||||
"integrity": "sha512-ravE6m9Atw9Z/jjttRUZ+clIXogdghyZAuWJ3qEzjT+jI/dL1ifAqhZeC5VHzQp1MSt1+jxKkFNemj/iO7tVUA=="
|
"integrity": "sha512-ravE6m9Atw9Z/jjttRUZ+clIXogdghyZAuWJ3qEzjT+jI/dL1ifAqhZeC5VHzQp1MSt1+jxKkFNemj/iO7tVUA=="
|
||||||
},
|
},
|
||||||
"prettier": {
|
"prettier": {
|
||||||
"version": "2.8.8",
|
"version": "3.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz",
|
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.0.0.tgz",
|
||||||
"integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==",
|
"integrity": "sha512-zBf5eHpwHOGPC47h0zrPyNn+eAEIdEzfywMoYn2XPi0P44Zp0tSq64rq0xAREh4auw2cJZHo9QUob+NqCQky4g==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"pretty-error": {
|
"pretty-error": {
|
||||||
|
|
|
@ -44,6 +44,6 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"prettier": "2.8.8"
|
"prettier": "3.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,7 +7,10 @@
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
#mc_embed_signup {
|
#mc_embed_signup {
|
||||||
clear: left;
|
clear: left;
|
||||||
font: 14px Helvetica, Arial, sans-serif;
|
font:
|
||||||
|
14px Helvetica,
|
||||||
|
Arial,
|
||||||
|
sans-serif;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -85,7 +85,7 @@ function Home() {
|
||||||
<Link
|
<Link
|
||||||
className={clsx(
|
className={clsx(
|
||||||
"button button--outline button--secondary button--lg",
|
"button button--outline button--secondary button--lg",
|
||||||
styles.getStarted
|
styles.getStarted,
|
||||||
)}
|
)}
|
||||||
to={useBaseUrl("docs/installation/")}
|
to={useBaseUrl("docs/installation/")}
|
||||||
>
|
>
|
||||||
|
@ -121,13 +121,13 @@ function Home() {
|
||||||
firstImage={{
|
firstImage={{
|
||||||
id: 1,
|
id: 1,
|
||||||
imageUrl: useBaseUrl(
|
imageUrl: useBaseUrl(
|
||||||
"img/screen_apps_dark.jpg"
|
"img/screen_apps_dark.jpg",
|
||||||
),
|
),
|
||||||
}}
|
}}
|
||||||
secondImage={{
|
secondImage={{
|
||||||
id: 2,
|
id: 2,
|
||||||
imageUrl: useBaseUrl(
|
imageUrl: useBaseUrl(
|
||||||
"img/screen_apps_light.jpg"
|
"img/screen_apps_light.jpg",
|
||||||
),
|
),
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
@ -173,13 +173,13 @@ function Home() {
|
||||||
firstImage={{
|
firstImage={{
|
||||||
id: 1,
|
id: 1,
|
||||||
imageUrl: useBaseUrl(
|
imageUrl: useBaseUrl(
|
||||||
"img/screen_admin_dark.jpg"
|
"img/screen_admin_dark.jpg",
|
||||||
),
|
),
|
||||||
}}
|
}}
|
||||||
secondImage={{
|
secondImage={{
|
||||||
id: 2,
|
id: 2,
|
||||||
imageUrl: useBaseUrl(
|
imageUrl: useBaseUrl(
|
||||||
"img/screen_admin_light.jpg"
|
"img/screen_admin_light.jpg",
|
||||||
),
|
),
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
|
|
@ -15,7 +15,7 @@ function TerraformProviderPage() {
|
||||||
<BrowserOnly>
|
<BrowserOnly>
|
||||||
{() => {
|
{() => {
|
||||||
window.location.assign(
|
window.location.assign(
|
||||||
"https://registry.terraform.io/providers/goauthentik/authentik/latest/docs"
|
"https://registry.terraform.io/providers/goauthentik/authentik/latest/docs",
|
||||||
);
|
);
|
||||||
}}
|
}}
|
||||||
</BrowserOnly>
|
</BrowserOnly>
|
||||||
|
|
|
@ -54,7 +54,7 @@ export default function BlogPostPage(props) {
|
||||||
<HtmlClassNameProvider
|
<HtmlClassNameProvider
|
||||||
className={clsx(
|
className={clsx(
|
||||||
ThemeClassNames.wrapper.blogPages,
|
ThemeClassNames.wrapper.blogPages,
|
||||||
ThemeClassNames.page.blogPostPage
|
ThemeClassNames.page.blogPostPage,
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
<BlogPostPageMetadata />
|
<BlogPostPageMetadata />
|
||||||
|
|
Reference in New Issue