Skip to content

Commit 7da943a

Browse files
fix(deps): update all @Kong scoped dependencies (minor) (#1961)
* fix(deps): update all @Kong scoped dependencies * test(forms): fix test case --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Leopoldthecoder <[email protected]>
1 parent 57e052a commit 7da943a

File tree

33 files changed

+242
-253
lines changed

33 files changed

+242
-253
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@evilmartians/lefthook": "^1.8.1",
2727
"@kong/design-tokens": "1.17.2",
2828
"@kong/eslint-config-kong-ui": "^1.1.2",
29-
"@kong/kongponents": "9.17.2",
29+
"@kong/kongponents": "9.21.5",
3030
"@stylistic/stylelint-plugin": "^3.1.1",
3131
"@types/flat": "^5.0.5",
3232
"@types/js-yaml": "^4.0.9",

packages/analytics/analytics-chart/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
},
2323
"peerDependencies": {
2424
"@kong-ui-public/i18n": "workspace:^",
25-
"@kong/kongponents": "^9.14.16",
25+
"@kong/kongponents": "^9.21.5",
2626
"vue": ">= 3.3.13 < 4"
2727
},
2828
"devDependencies": {
2929
"@kong-ui-public/i18n": "workspace:^",
3030
"@kong-ui-public/sandbox-layout": "workspace:^",
3131
"@kong/design-tokens": "1.17.2",
32-
"@kong/kongponents": "9.17.2",
32+
"@kong/kongponents": "9.21.5",
3333
"@types/uuid": "^10.0.0",
3434
"file-saver": "^2.0.5",
3535
"lodash.mapkeys": "^4.6.0",
@@ -69,7 +69,7 @@
6969
},
7070
"dependencies": {
7171
"@kong-ui-public/analytics-utilities": "workspace:^",
72-
"@kong/icons": "^1.20.0",
72+
"@kong/icons": "^1.21.1",
7373
"@types/file-saver": "^2.0.7",
7474
"@types/lodash.mapkeys": "^4.6.9",
7575
"@types/lodash.pick": "^4.4.9",

packages/analytics/analytics-geo-map/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"devDependencies": {
4242
"@kong-ui-public/i18n": "workspace:^",
4343
"@kong/design-tokens": "1.17.2",
44-
"@kong/kongponents": "9.17.2",
44+
"@kong/kongponents": "9.21.5",
4545
"@types/geojson": "^7946.0.14",
4646
"maplibre-gl": "^4.7.1",
4747
"vue": "^3.5.12"
@@ -65,7 +65,7 @@
6565
},
6666
"peerDependencies": {
6767
"@kong-ui-public/i18n": "workspace:^",
68-
"@kong/kongponents": "9.14.16",
68+
"@kong/kongponents": "9.21.5",
6969
"maplibre-gl": "workspace:^",
7070
"vue": "^3.5.12"
7171
},

packages/analytics/analytics-metric-provider/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
},
5252
"dependencies": {
5353
"@kong-ui-public/core": "1.1.0",
54-
"@kong/icons": "^1.20.0",
54+
"@kong/icons": "^1.21.1",
5555
"approximate-number": "^2.1.1",
5656
"axios": "^1.7.7",
5757
"swrv": "^1.0.4"
@@ -60,14 +60,14 @@
6060
"@kong-ui-public/analytics-config-store": "workspace:^",
6161
"@kong-ui-public/analytics-utilities": "workspace:^",
6262
"@kong-ui-public/i18n": "workspace:^",
63-
"@kong/kongponents": "^9.14.16"
63+
"@kong/kongponents": "^9.21.5"
6464
},
6565
"devDependencies": {
6666
"@kong-ui-public/analytics-config-store": "workspace:^",
6767
"@kong-ui-public/analytics-utilities": "workspace:^",
6868
"@kong-ui-public/i18n": "workspace:^",
6969
"@kong/design-tokens": "1.17.2",
70-
"@kong/kongponents": "9.17.2",
70+
"@kong/kongponents": "9.21.5",
7171
"pinia": ">= 2.1.7 < 3"
7272
}
7373
}

packages/analytics/dashboard-renderer/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@kong-ui-public/i18n": "workspace:^",
4747
"@kong-ui-public/sandbox-layout": "workspace:^",
4848
"@kong/design-tokens": "1.17.2",
49-
"@kong/kongponents": "9.17.2",
49+
"@kong/kongponents": "9.21.5",
5050
"pinia": ">= 2.1.7 < 3",
5151
"swrv": "^1.0.4",
5252
"vue": "^3.5.12"
@@ -74,7 +74,7 @@
7474
"@kong-ui-public/analytics-metric-provider": "workspace:^",
7575
"@kong-ui-public/analytics-utilities": "workspace:^",
7676
"@kong-ui-public/i18n": "workspace:^",
77-
"@kong/kongponents": "^9.14.16",
77+
"@kong/kongponents": "^9.21.5",
7878
"swrv": "^1.0.4",
7979
"vue": ">= 3.3.13 < 4"
8080
},

packages/analytics/metric-cards/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,16 @@
3939
"test:unit:open": "cross-env FORCE_COLOR=1 vitest --ui"
4040
},
4141
"peerDependencies": {
42-
"@kong/kongponents": "^9.14.16",
42+
"@kong/kongponents": "^9.21.5",
4343
"vue": ">= 3.3.13 < 4"
4444
},
4545
"devDependencies": {
4646
"@kong/design-tokens": "1.17.2",
47-
"@kong/kongponents": "9.17.2",
47+
"@kong/kongponents": "9.21.5",
4848
"vue": "^3.5.12"
4949
},
5050
"dependencies": {
51-
"@kong/icons": "^1.20.0",
51+
"@kong/icons": "^1.21.1",
5252
"approximate-number": "^2.1.1"
5353
},
5454
"repository": {

packages/analytics/portal-analytics-bridge/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@
5656
"errorLimit": "200KB"
5757
},
5858
"peerDependencies": {
59-
"@kong/sdk-portal-js": "^2.15.4",
59+
"@kong/sdk-portal-js": "^2.16.0",
6060
"axios": "^1.7.7",
6161
"vue": "^3.5.12"
6262
},
6363
"devDependencies": {
6464
"@kong-ui-public/analytics-utilities": "workspace:^",
65-
"@kong/sdk-portal-js": "^2.15.4",
65+
"@kong/sdk-portal-js": "^2.16.0",
6666
"axios": "^1.7.7",
6767
"vue": "^3.5.12"
6868
}

packages/core/app-layout/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,19 @@
3939
"test:unit:open": "cross-env FORCE_COLOR=1 vitest --ui"
4040
},
4141
"peerDependencies": {
42-
"@kong/kongponents": "^9.14.16",
42+
"@kong/kongponents": "^9.21.5",
4343
"vue": ">= 3.3.13 < 4",
4444
"vue-router": "^4.4.5"
4545
},
4646
"dependencies": {
47-
"@kong/icons": "^1.20.0",
47+
"@kong/icons": "^1.21.1",
4848
"focus-trap": "^7.6.0",
4949
"focus-trap-vue": "^4.0.3",
5050
"lodash.clonedeep": "^4.5.0"
5151
},
5252
"devDependencies": {
5353
"@kong/design-tokens": "1.17.2",
54-
"@kong/kongponents": "9.17.2",
54+
"@kong/kongponents": "9.21.5",
5555
"@types/lodash.clonedeep": "^4.5.9",
5656
"vue": "^3.5.12",
5757
"vue-router": "^4.4.5"

packages/core/documentation/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,18 @@
4040
},
4141
"dependencies": {
4242
"@kong-ui-public/entities-shared": "workspace:^",
43-
"@kong/icons": "^1.20.0",
43+
"@kong/icons": "^1.21.1",
4444
"@kong/markdown": "1.7.18"
4545
},
4646
"peerDependencies": {
4747
"@kong-ui-public/i18n": "workspace:^",
48-
"@kong/kongponents": "^9.14.16",
48+
"@kong/kongponents": "^9.21.5",
4949
"vue": "^3.5.12"
5050
},
5151
"devDependencies": {
5252
"@kong-ui-public/i18n": "workspace:^",
5353
"@kong/design-tokens": "1.17.2",
54-
"@kong/kongponents": "9.17.2",
54+
"@kong/kongponents": "9.21.5",
5555
"axios": "^1.7.7",
5656
"vue": "^3.5.12"
5757
},

packages/core/error-boundary/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"devDependencies": {
4242
"@kong/design-tokens": "1.17.2",
43-
"@kong/icons": "^1.20.0",
43+
"@kong/icons": "^1.21.1",
4444
"vue": "^3.5.12"
4545
},
4646
"repository": {

packages/core/expressions/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"devDependencies": {
4040
"@kong/atc-router": "1.6.0-rc.1",
4141
"@kong/design-tokens": "1.17.2",
42-
"@kong/kongponents": "9.17.2",
42+
"@kong/kongponents": "9.21.5",
4343
"@types/uuid": "^10.0.0",
4444
"vite-plugin-monaco-editor": "^1.1.0",
4545
"vite-plugin-top-level-await": "^1.4.4",
@@ -65,14 +65,14 @@
6565
},
6666
"peerDependencies": {
6767
"@kong-ui-public/forms": "workspace:^",
68-
"@kong/kongponents": "^9.14.16",
68+
"@kong/kongponents": "^9.21.5",
6969
"vue": "^3.5.12"
7070
},
7171
"dependencies": {
7272
"@kong-ui-public/core": "workspace:^",
7373
"@kong-ui-public/forms": "workspace:^",
7474
"@kong-ui-public/i18n": "workspace:^",
75-
"@kong/icons": "^1.20.0",
75+
"@kong/icons": "^1.21.1",
7676
"monaco-editor": "0.52.2",
7777
"uuid": "^10.0.0"
7878
}

packages/core/forms/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -50,19 +50,19 @@
5050
"extends": "../../../package.json"
5151
},
5252
"dependencies": {
53-
"@kong/icons": "^1.20.0",
53+
"@kong/icons": "^1.21.1",
5454
"fecha": "^4.2.3",
5555
"lodash-es": "^4.17.21"
5656
},
5757
"peerDependencies": {
5858
"@kong-ui-public/i18n": "workspace:^",
59-
"@kong/kongponents": "^9.14.16",
59+
"@kong/kongponents": "^9.21.5",
6060
"vue": "^3.5.12"
6161
},
6262
"devDependencies": {
6363
"@kong-ui-public/i18n": "workspace:^",
6464
"@kong/design-tokens": "1.17.2",
65-
"@kong/kongponents": "9.17.2",
65+
"@kong/kongponents": "9.21.5",
6666
"@types/lodash-es": "^4.17.12",
6767
"pug": "^3.0.3"
6868
},

packages/core/forms/src/components/fields/__tests__/FieldInput.cy.ts

+5-5
Original file line numberDiff line numberDiff line change
@@ -159,19 +159,19 @@ describe('<FieldTester /> - FieldInput', () => {
159159
// check VFG input value and type
160160
cy.get(`#${fieldKey}`).should('be.visible')
161161
cy.get(`#${fieldKey}`).should('have.value', fieldValue).and('have.attr', 'type', 'password')
162-
cy.getTestId('kui-icon-wrapper-visibility-icon').should('be.visible')
162+
cy.get('.mask-value-toggle-button').should('be.visible')
163163

164164
// toggle visibility
165-
cy.getTestId('kui-icon-wrapper-visibility-icon').click()
165+
cy.get('.mask-value-toggle-button').click()
166166
cy.get(`#${fieldKey}`).should('have.value', fieldValue).and('have.attr', 'type', 'text')
167-
cy.getTestId('kui-icon-wrapper-visibility-off-icon').should('be.visible')
167+
cy.get('.mask-value-toggle-button').should('be.visible')
168168

169169
cy.get(`#${fieldKey}`).type(editText)
170170
cy.get(`#${fieldKey}`).should('have.value', fieldValue + editText)
171171

172172
// check VFG input value and type after toggling back
173-
cy.getTestId('kui-icon-wrapper-visibility-off-icon').click()
173+
cy.get('.mask-value-toggle-button').click()
174174
cy.get(`#${fieldKey}`).should('have.value', fieldValue + editText).and('have.attr', 'type', 'password')
175-
cy.getTestId('kui-icon-wrapper-visibility-icon').should('be.visible')
175+
cy.get('.mask-value-toggle-button').should('be.visible')
176176
})
177177
})

packages/core/misc-widgets/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@
4040
},
4141
"peerDependencies": {
4242
"@kong-ui-public/i18n": "workspace:^",
43-
"@kong/kongponents": "^9.14.16",
43+
"@kong/kongponents": "^9.21.5",
4444
"vue": ">= 3.3.13 < 4"
4545
},
4646
"devDependencies": {
4747
"@kong-ui-public/i18n": "workspace:^",
48-
"@kong/kongponents": "9.17.2",
48+
"@kong/kongponents": "9.21.5",
4949
"vue": "^3.5.12"
5050
},
5151
"repository": {

packages/core/sandbox-layout/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"devDependencies": {
4242
"@kong/design-tokens": "1.17.2",
43-
"@kong/kongponents": "9.17.2",
43+
"@kong/kongponents": "9.21.5",
4444
"vue": "^3.5.12",
4545
"vue-router": "^4.4.5"
4646
},
@@ -62,10 +62,10 @@
6262
"errorLimit": "200KB"
6363
},
6464
"peerDependencies": {
65-
"@kong/kongponents": "^9.14.16",
65+
"@kong/kongponents": "^9.21.5",
6666
"vue": ">= 3.3.13 < 4"
6767
},
6868
"dependencies": {
69-
"@kong/icons": "^1.20.0"
69+
"@kong/icons": "^1.21.1"
7070
}
7171
}

packages/core/tracing/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"devDependencies": {
4242
"@kong/design-tokens": "1.17.2",
43-
"@kong/kongponents": "9.17.2",
43+
"@kong/kongponents": "9.21.5",
4444
"@kong/splitpanes": "3.1.6-patch.6",
4545
"@vue-flow/background": "^1.3.2",
4646
"@vue-flow/controls": "^1.1.2",
@@ -66,11 +66,11 @@
6666
"errorLimit": "900KB"
6767
},
6868
"peerDependencies": {
69-
"@kong/kongponents": "9.14.16",
69+
"@kong/kongponents": "9.21.5",
7070
"vue": "^3.5.4"
7171
},
7272
"dependencies": {
7373
"@kong-ui-public/entities-shared": "workspace:^",
74-
"@kong/icons": "^1.20.0"
74+
"@kong/icons": "^1.21.1"
7575
}
7676
}

packages/entities/entities-certificates/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"peerDependencies": {
2424
"@kong-ui-public/entities-shared": "workspace:^",
2525
"@kong-ui-public/i18n": "workspace:^",
26-
"@kong/icons": "^1.20.0",
27-
"@kong/kongponents": "^9.14.16",
26+
"@kong/icons": "^1.21.1",
27+
"@kong/kongponents": "^9.21.5",
2828
"axios": "^1.7.7",
2929
"vue": ">= 3.3.13 < 4",
3030
"vue-router": "^4.4.5"
@@ -33,8 +33,8 @@
3333
"@kong-ui-public/entities-shared": "workspace:^",
3434
"@kong-ui-public/i18n": "workspace:^",
3535
"@kong/design-tokens": "1.17.2",
36-
"@kong/icons": "^1.20.0",
37-
"@kong/kongponents": "9.17.2",
36+
"@kong/icons": "^1.21.1",
37+
"@kong/kongponents": "9.21.5",
3838
"axios": "^1.7.7",
3939
"vue": "^3.5.12",
4040
"vue-router": "^4.4.5"

packages/entities/entities-consumer-credentials/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"peerDependencies": {
2424
"@kong-ui-public/entities-shared": "workspace:^",
2525
"@kong-ui-public/i18n": "workspace:^",
26-
"@kong/icons": "^1.20.0",
27-
"@kong/kongponents": "^9.14.16",
26+
"@kong/icons": "^1.21.1",
27+
"@kong/kongponents": "^9.21.5",
2828
"axios": "^1.7.7",
2929
"vue": ">= 3.3.13 < 4",
3030
"vue-router": "^4.4.5"
@@ -33,8 +33,8 @@
3333
"@kong-ui-public/entities-shared": "workspace:^",
3434
"@kong-ui-public/i18n": "workspace:^",
3535
"@kong/design-tokens": "1.17.2",
36-
"@kong/icons": "^1.20.0",
37-
"@kong/kongponents": "9.17.2",
36+
"@kong/icons": "^1.21.1",
37+
"@kong/kongponents": "9.21.5",
3838
"axios": "^1.7.7",
3939
"vue": "^3.5.12",
4040
"vue-router": "^4.4.5"

packages/entities/entities-consumer-groups/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"peerDependencies": {
2424
"@kong-ui-public/entities-shared": "workspace:^",
2525
"@kong-ui-public/i18n": "workspace:^",
26-
"@kong/icons": "^1.20.0",
27-
"@kong/kongponents": "^9.14.16",
26+
"@kong/icons": "^1.21.1",
27+
"@kong/kongponents": "^9.21.5",
2828
"axios": "^1.7.7",
2929
"vue": ">= 3.3.13 < 4",
3030
"vue-router": "^4.4.5"
@@ -33,8 +33,8 @@
3333
"@kong-ui-public/entities-shared": "workspace:^",
3434
"@kong-ui-public/i18n": "workspace:^",
3535
"@kong/design-tokens": "1.17.2",
36-
"@kong/icons": "^1.20.0",
37-
"@kong/kongponents": "9.17.2",
36+
"@kong/icons": "^1.21.1",
37+
"@kong/kongponents": "9.21.5",
3838
"axios": "^1.7.7",
3939
"vue": "^3.5.12",
4040
"vue-router": "^4.4.5"

0 commit comments

Comments
 (0)