Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies with stable version (m…
Browse files Browse the repository at this point in the history
…inor) (#1393)

* chore(deps): update all non-major dependencies with stable version

* fix: style import

* fix: lockfile

* chore(deps): package version

* fix: lint

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Adam DeHaven <[email protected]>
  • Loading branch information
renovate[bot] and adamdehaven authored Jan 12, 2024
1 parent dd120b6 commit eb3959d
Show file tree
Hide file tree
Showing 7 changed files with 241 additions and 303 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.18.2
18.19.0
3 changes: 1 addition & 2 deletions .stylelintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ module.exports = {
'custom-property-no-missing-var-function': true,
// Disable the following rules
'no-descending-specificity': null,
'scss/at-import-no-partial-leading-underscore': null,
'no-extra-semicolons': null
'scss/at-import-no-partial-leading-underscore': null
}
}
],
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,39 +52,39 @@
"@evilmartians/lefthook": "^1.5.5",
"@kong/design-tokens": "^1.12.4",
"@kong/kongponents": "^9.0.0-alpha.54",
"@rushstack/eslint-patch": "^1.5.1",
"@rushstack/eslint-patch": "^1.6.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/node": "^18.19.4",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@vitejs/plugin-vue": "^4.5.2",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"@vitejs/plugin-vue": "^5.0.3",
"@vue/eslint-config-standard": "^8.0.1",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/tsconfig": "^0.4.0",
"@vue/tsconfig": "^0.5.1",
"commitizen": "^4.3.0",
"cross-env": "^7.0.3",
"cypress": "^13.4.0",
"cypress": "^13.6.2",
"cz-conventional-changelog": "3.3.0",
"eslint": "^8.52.0",
"eslint": "^8.56.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-standard": "^4.1.0",
"eslint-plugin-vue": "^9.18.1",
"eslint-plugin-vue": "^9.19.2",
"postcss-custom-properties": "^13.3.4",
"postcss-html": "^1.5.0",
"rollup-plugin-visualizer": "^5.11.0",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.69.6",
"semantic-release": "^22.0.12",
"start-server-and-test": "^2.0.3",
"stylelint": "^15.11.0",
"stylelint": "^16.1.0",
"stylelint-config-html": "^1.1.0",
"stylelint-config-recommended-scss": "^13.0.0",
"stylelint-config-recommended-scss": "^14.0.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-order": "^6.0.4",
"typescript": "^5.2.2",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vue-router": "^4.2.5",
"vue-tsc": "^1.8.27"
Expand Down Expand Up @@ -162,7 +162,7 @@
"node": ">=v16.20.2"
},
"volta": {
"node": "18.18.2",
"node": "18.19.0",
"yarn": "1.22.21"
}
}
2 changes: 1 addition & 1 deletion src/assets/styles/_elements.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Import Kong Design Tokens
@import "@kong/design-tokens/tokens/scss/_variables";
@import "@kong/design-tokens/tokens/scss/variables";

// REGISTER
.kong-auth-register-form {
Expand Down
2 changes: 1 addition & 1 deletion src/assets/styles/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

@use "sass:meta";
// Import Kong Design Tokens - has to be done here afer `sass:meta`
@import "@kong/design-tokens/tokens/scss/_variables";
@import "@kong/design-tokens/tokens/scss/variables";

.kong-auth-element {
// Import Kongponents styles
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"jsx": "preserve",
"importHelpers": true,
"sourceMap": false,
"noEmit": false,
"baseUrl": ".",
"lib": [
"esnext",
Expand Down
Loading

0 comments on commit eb3959d

Please sign in to comment.