Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the kong-packages group across 1 directory with 23 updates #317

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,25 +23,25 @@
"src/**/*.{css,scss,sass,less,styl,vue}": "stylelint --allow-empty-input --fix 'src/**/*.{css,scss,sass,less,styl,vue}'"
},
"dependencies": {
"@kong-ui-public/app-layout": "^4.2.37",
"@kong-ui-public/entities-certificates": "^3.6.19",
"@kong-ui-public/entities-consumer-credentials": "^3.3.17",
"@kong-ui-public/entities-consumers": "^3.5.18",
"@kong-ui-public/entities-data-plane-nodes": "^0.3.16",
"@kong-ui-public/entities-gateway-services": "^3.8.4",
"@kong-ui-public/entities-key-sets": "^3.5.18",
"@kong-ui-public/entities-keys": "^3.5.19",
"@kong-ui-public/entities-plugins": "8.13.1",
"@kong-ui-public/entities-routes": "3.8.7",
"@kong-ui-public/entities-shared": "^3.9.4",
"@kong-ui-public/entities-snis": "^3.5.18",
"@kong-ui-public/entities-upstreams-targets": "^3.5.18",
"@kong-ui-public/entities-vaults": "^3.13.11",
"@kong-ui-public/forms": "4.7.1",
"@kong-ui-public/i18n": "^2.2.2",
"@kong-ui-public/misc-widgets": "^2.1.24",
"@kong/icons": "^1.18.0",
"@kong/kongponents": "^9.8.2",
"@kong-ui-public/app-layout": "^4.2.45",
"@kong-ui-public/entities-certificates": "^3.6.29",
"@kong-ui-public/entities-consumer-credentials": "^3.3.27",
"@kong-ui-public/entities-consumers": "^3.5.28",
"@kong-ui-public/entities-data-plane-nodes": "^0.3.26",
"@kong-ui-public/entities-gateway-services": "^3.8.14",
"@kong-ui-public/entities-key-sets": "^3.5.28",
"@kong-ui-public/entities-keys": "^3.5.29",
"@kong-ui-public/entities-plugins": "8.13.17",
"@kong-ui-public/entities-routes": "3.8.20",
"@kong-ui-public/entities-shared": "^3.9.14",
"@kong-ui-public/entities-snis": "^3.5.28",
"@kong-ui-public/entities-upstreams-targets": "^3.5.28",
"@kong-ui-public/entities-vaults": "^3.13.21",
"@kong-ui-public/forms": "4.7.12",
"@kong-ui-public/i18n": "^2.2.3",
"@kong-ui-public/misc-widgets": "^2.1.32",
"@kong/icons": "^1.18.1",
"@kong/kongponents": "^9.11.2",
"@material-design-icons/font": "^0.14.13",
"axios": "^1.7.7",
"dayjs": "^1.11.13",
Expand All @@ -52,7 +52,7 @@
},
"devDependencies": {
"@kong/design-tokens": "^1.17.2",
"@kong/eslint-config-kong-ui": "^1.1.1",
"@kong/eslint-config-kong-ui": "^1.1.2",
"@playwright/test": "^1.48.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.3.1",
Expand Down
1,122 changes: 597 additions & 525 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tests/playwright/specs/keys/01-Keys.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,6 @@ test.describe('keys', () => {
withAction: 'submit',
})
await expect(page.locator('[data-testid="form-error"] .alert-content'))
.toHaveText(`UNIQUE violation detected on '{name="pem-key"}'`)
.toHaveText('UNIQUE violation detected on \'{name="pem-key"}\'')
})
})
2 changes: 1 addition & 1 deletion tests/playwright/specs/misc/02-NotFound.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ test.describe('not found', () => {
})

test('plugin detail - 404', async ({ page }) => {
await expectConfigCardNotFound(page, '/plugins/non-existent/non-existent', `No plugin named 'non-existent'`)
await expectConfigCardNotFound(page, '/plugins/non-existent/non-existent', 'No plugin named \'non-existent\'')
})

test('plugins create - 404', async ({ page }) => {
Expand Down
2 changes: 1 addition & 1 deletion tests/playwright/specs/services/01-Service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ test.describe('services', () => {
})

await expect(page.getByTestId('form-error')).toBeVisible()
await expect(page.getByTestId('form-error')).toHaveText(`UNIQUE violation detected on '{name="testService"}'`)
await expect(page.getByTestId('form-error')).toHaveText('UNIQUE violation detected on \'{name="testService"}\'')
})

test('service create - fail & fix with invalid info', async ({ page }) => {
Expand Down
6 changes: 3 additions & 3 deletions tests/playwright/specs/upstreams/01-Upstreams.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ test.describe('upstreams', () => {
})
}

test(`upstream create - successful with hash-on 'cookie',hash-fallback is disabled`, async ({ page, upstreamListPage }) => {
test('upstream create - successful with hash-on \'cookie\',hash-fallback is disabled', async ({ page, upstreamListPage }) => {
await create_upstream(
page, upstreamListPage,
async () => {
Expand Down Expand Up @@ -574,7 +574,7 @@ test.describe('upstreams', () => {
await locator.locator('.multiselect-trigger .selection-badges-container').click({ position: { x: 1, y: 1 } })
}

test(`upstream update - successful updates 'health check'`, async ({ page, upstreamListPage }) => {
test('upstream update - successful updates \'health check\'', async ({ page, upstreamListPage }) => {
test.slow()
// create a new upstream
await create_upstream(
Expand Down Expand Up @@ -681,7 +681,7 @@ test.describe('upstreams', () => {
})
}

test(`upstream update - successful with active and passive health check types are all 'tcp'`, async ({ page, upstreamListPage }) => {
test('upstream update - successful with active and passive health check types are all \'tcp\'', async ({ page, upstreamListPage }) => {
await create_upstream(
page, upstreamListPage,
async () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ test.describe('upstreams', () => {
await page.locator('[data-testid="target-form-target"]').type('123')
await page.locator('.k-prompt [data-testid="modal-action-button"]').click()
await expect(page.locator('.kong-ui-entities-target-form [data-testid="form-error"]')).toBeVisible()
await expect(page.locator('.kong-ui-entities-target-form [data-testid="form-error"]')).toHaveText(`schema violation (target: Invalid target ('123'); not a valid hostname or ip address)`)
await expect(page.locator('.kong-ui-entities-target-form [data-testid="form-error"]')).toHaveText('schema violation (target: Invalid target (\'123\'); not a valid hostname or ip address)')
})

test('mark healthy/unhealthy should not appear in the menu', async ({ page }) => {
Expand Down
Loading