Skip to content

Commit 88f0069

Browse files
committed
fix: eslint config upgrade
1 parent 2c9df75 commit 88f0069

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@digitalroute/cz-conventional-changelog-for-jira": "^8.0.1",
5252
"@evilmartians/lefthook": "^1.6.12",
5353
"@kong/design-tokens": "^1.13.2",
54-
"@kong/eslint-config-kong-ui": "^1.0.3",
54+
"@kong/eslint-config-kong-ui": "^1.1.0",
5555
"@kong/kongponents": "9.0.0-alpha.166",
5656
"@semantic-release/changelog": "^6.0.3",
5757
"@semantic-release/git": "^10.0.1",

src/composables/useIdentityProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export default function useIdentityProvider(
3737
const code = ref<string>('')
3838
const state = ref<string>('')
3939
// When we redirect to the oidc-callback endpoint, we want to send along all provided query parameters
40-
const oidcQueryParams = ref<URLSearchParams|null>(null)
40+
const oidcQueryParams = ref<URLSearchParams | null>(null)
4141

4242
/**
4343
* Returns true if user is on /login/{org-id} (user) or /login/sso (developer) route in container application, and no logout=true in query string.

src/utils/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export { default as win } from './window'
99
export type UserEntities = 'user' | 'developer'
1010

1111
// List of custom elements that accept a custom error handler
12-
export type CustomEndpointElement = 'kong-auth-login' | 'kong-auth-forgot-password' | 'kong-auth-register' | 'kong-auth-reset-password'| 'kong-auth-change-password' | 'kong-auth-accept-invitation'
12+
export type CustomEndpointElement = 'kong-auth-login' | 'kong-auth-forgot-password' | 'kong-auth-register' | 'kong-auth-reset-password' | 'kong-auth-change-password' | 'kong-auth-accept-invitation'
1313

1414
// List of requests that support custom endpoints
1515
export type CustomEndpointRequest = 'authenticate-request' | 'verify-email-request' | 'reset-password-request' | 'change-password-request' | 'register-request' | 'set-new-password-request' | 'accept-invitation-request'

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -994,10 +994,10 @@
994994
resolved "https://registry.yarnpkg.com/@kong/design-tokens/-/design-tokens-1.13.2.tgz#5c2c6ac3e22e7feac9ddaab49c99608555d0a2a8"
995995
integrity sha512-BXI7Nv+wucuG9mw0faXhBgb3ryN9pnMkHntI9HKf0h9BnBvuR8F+iLoCm/Fwo6TZ0tlO5bZTMVk1xc85lnlhBA==
996996

997-
"@kong/eslint-config-kong-ui@^1.0.3":
998-
version "1.0.3"
999-
resolved "https://registry.yarnpkg.com/@kong/eslint-config-kong-ui/-/eslint-config-kong-ui-1.0.3.tgz#1a2f64e13d736aebb767dbc0572625e644c1bf20"
1000-
integrity sha512-l2Rg5TCQkyohBKKUn3efp9xEjiZv/QfCf6yC5ycaqIJRcbG0QJMc7s7RAM7MgDKz1gLpmjxptvGeYnEdhU8OQA==
997+
"@kong/eslint-config-kong-ui@^1.1.0":
998+
version "1.1.0"
999+
resolved "https://registry.yarnpkg.com/@kong/eslint-config-kong-ui/-/eslint-config-kong-ui-1.1.0.tgz#231e12849900720c9c1a215286b6afc0a0a74933"
1000+
integrity sha512-PSZaL7IhVLmbojwpBPaKIfxLIBBLnYFIjjrr5Nbz0Ia4cSYFqdwkdFB3t5PnjLHWwQr0IpLgN5e2vGe1n9Hpig==
10011001
dependencies:
10021002
"@eslint/compat" "^1.0.3"
10031003
"@eslint/eslintrc" "^3.1.0"

0 commit comments

Comments
 (0)