Skip to content

Commit 528ef95

Browse files
authored
feat: updated CI dependencies (#313)
1 parent 722886f commit 528ef95

File tree

4 files changed

+559
-564
lines changed

4 files changed

+559
-564
lines changed

apps/docs/src/styles/_docsearch.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* stylelint-disable scss/at-extend-no-missing-placeholder */
22

3-
@use '@docsearch/css/dist/style.scss';
3+
@use '@docsearch/css/dist/style';
44
@use 'koobiq/default-theme/variables' as *;
55
@use '@koobiq/icons/fonts/kbq-icons';
66

package.json

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,16 @@
4545
"@angular-devkit/build-angular": "18.2.5",
4646
"@angular-devkit/core": "18.2.5",
4747
"@angular-devkit/schematics": "18.2.5",
48-
"@angular-eslint/builder": "18.3.1",
4948
"@angular-eslint/eslint-plugin": "18.3.1",
5049
"@angular-eslint/eslint-plugin-template": "18.3.1",
51-
"@angular-eslint/schematics": "18.3.1",
5250
"@angular-eslint/template-parser": "18.3.1",
5351
"@angular/cli": "18.2.5",
5452
"@angular/compiler-cli": "18.2.5",
5553
"@angular/platform-browser-dynamic": "18.2.5",
5654
"@angular/platform-server": "18.2.5",
5755
"@angular/router": "18.2.5",
58-
"@commitlint/cli": "^19.3.0",
59-
"@commitlint/config-conventional": "^19.2.2",
56+
"@commitlint/cli": "^19.5.0",
57+
"@commitlint/config-conventional": "^19.5.0",
6058
"@cspell/dict-markdown": "^2.0.2",
6159
"@cspell/dict-ru_ru": "^2.2.1",
6260
"@koobiq/design-tokens": "^3.6.0",
@@ -86,7 +84,7 @@
8684
"@types/license-checker": "^25.0.6",
8785
"@types/luxon": "^3.4.2",
8886
"@types/merge2": "^0.3.30",
89-
"@types/node": "^18.18.14",
87+
"@types/node": "^18.19.0",
9088
"@types/nunjucks": "^3.2.1",
9189
"@types/spdx-satisfies": "^0.1.2",
9290
"@types/ua-parser-js": "^0.7.39",
@@ -99,20 +97,20 @@
9997
"conventional-changelog": "^3.1.10",
10098
"conventional-changelog-angular": "5.0.13",
10199
"conventional-changelog-writer": "5.0.1",
102-
"cspell": "^8.8.4",
100+
"cspell": "^8.14.4",
103101
"dotenv": "^16.4.5",
104102
"eslint": "^8.57.0",
105103
"eslint-config-prettier": "^9.1.0",
106104
"eslint-plugin-eslint-comments": "^3.2.0",
107-
"eslint-plugin-file-progress": "^1.4.0",
105+
"eslint-plugin-file-progress": "^1.5.0",
108106
"eslint-plugin-prettier": "^5.2.1",
109-
"eslint-plugin-promise": "^7.0.0",
107+
"eslint-plugin-promise": "^7.1.0",
110108
"eslint-plugin-rxjs": "^5.0.3",
111109
"firebase-tools": "^13.7.5",
112110
"fs-extra": "^5.0.0",
113111
"glob": "^7.1.3",
114112
"highlight.js": "^10.4.1",
115-
"husky": "^9.1.4",
113+
"husky": "^9.1.6",
116114
"inquirer": "^7.3.3",
117115
"jasmine": "^4.6.0",
118116
"jasmine-core": "^3.99.1",
@@ -126,7 +124,7 @@
126124
"karma-junit-reporter": "^2.0.1",
127125
"karma-spec-reporter": "^0.0.36",
128126
"license-checker": "^25.0.1",
129-
"lint-staged": "^15.2.7",
127+
"lint-staged": "^15.2.10",
130128
"luxon": "^3.4.4",
131129
"merge2": "^1.2.3",
132130
"moment": "~2.29.2",
@@ -139,17 +137,17 @@
139137
"prettier": "^3.3.3",
140138
"prettier-plugin-multiline-arrays": "^3.0.6",
141139
"prettier-plugin-organize-attributes": "^1.0.0",
142-
"prettier-plugin-organize-imports": "^4.0.0",
140+
"prettier-plugin-organize-imports": "^4.1.0",
143141
"rimraf": "^5.0.5",
144142
"rollup": "^4.17.2",
145143
"rollup-plugin-terser": "^7.0.2",
146144
"rollup-plugin-typescript2": "^0.36.0",
147145
"sass": "^1.75.0",
148146
"spdx-satisfies": "^5.0.1",
149147
"style-dictionary": "^3.7.1",
150-
"stylelint": "^16.6.1",
151-
"stylelint-config-recommended-scss": "^14.0.0",
152-
"stylelint-prettier": "^5.0.0",
148+
"stylelint": "^16.9.0",
149+
"stylelint-config-recommended-scss": "^14.1.0",
150+
"stylelint-prettier": "^5.0.2",
153151
"ts-jest": "^29.2.2",
154152
"ts-node": "^10.9.1",
155153
"tsconfig-paths": "^3.9.0",

tools/validate-licenses/validate-licenses.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const ignoredPackages: PackageID[] = [
5353
'gitconfiglocal@1.0.0',
5454

5555
// https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en-common-misspellings/LICENSE
56-
'@cspell/dict-en-common-misspellings@2.0.2'
56+
'@cspell/dict-en-common-misspellings@2.0.4'
5757
];
5858

5959
// Normalizes the license string to a standard SPDX identifier, handling possible asterisks from guessed licenses.

0 commit comments

Comments
 (0)