Skip to content

Commit e299854

Browse files
committed
chore: angular 18
1 parent ea3c70b commit e299854

File tree

18 files changed

+2448
-2557
lines changed

18 files changed

+2448
-2557
lines changed

.ncurc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"@types/node",
99
"stylelint",
1010
"stylelint-config-standard-scss",
11-
"typescript"
11+
"typescript",
12+
"eslint"
1213
]
1314
}

.yarn/releases/yarn-4.1.0.cjs renamed to .yarn/releases/yarn-4.2.2.cjs

Lines changed: 298 additions & 297 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ enableGlobalCache: false
44

55
nodeLinker: node-modules
66

7-
yarnPath: .yarn/releases/yarn-4.1.0.cjs
7+
yarnPath: .yarn/releases/yarn-4.2.2.cjs

package.json

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -31,35 +31,35 @@
3131
"scully:serve": "scully serve --project demo"
3232
},
3333
"dependencies": {
34-
"@angular/animations": "^17.3.6",
35-
"@angular/cdk": "^17.3.6",
36-
"@angular/common": "^17.3.6",
37-
"@angular/compiler": "^17.3.6",
38-
"@angular/core": "^17.3.6",
39-
"@angular/forms": "^17.3.6",
40-
"@angular/localize": "^17.3.6",
41-
"@angular/platform-browser": "^17.3.6",
42-
"@angular/platform-server": "^17.3.6",
34+
"@angular/animations": "^18.0.0",
35+
"@angular/cdk": "^18.0.0",
36+
"@angular/common": "^18.0.0",
37+
"@angular/compiler": "^18.0.0",
38+
"@angular/core": "^18.0.0",
39+
"@angular/forms": "^18.0.0",
40+
"@angular/localize": "^18.0.0",
41+
"@angular/platform-browser": "^18.0.0",
42+
"@angular/platform-server": "^18.0.0",
4343
"dropzone": "^6.0.0-beta.2",
4444
"moment": "^2.30.1",
4545
"rxjs": "^7.8.1",
4646
"sortablejs": "^1.15.2",
4747
"tslib": "^2.6.2",
48-
"zone.js": "^0.14.4"
48+
"zone.js": "^0.14.6"
4949
},
5050
"devDependencies": {
5151
"@angular-builders/custom-webpack": "^17.0.2",
52-
"@angular-devkit/architect": "^0.1703.6",
53-
"@angular-devkit/build-angular": "^17.3.6",
54-
"@angular-devkit/core": "^17.3.6",
55-
"@angular-devkit/schematics": "^17.3.6",
56-
"@angular-eslint/builder": "^17.3.0",
57-
"@angular-eslint/eslint-plugin": "^17.3.0",
58-
"@angular-eslint/eslint-plugin-template": "^17.3.0",
59-
"@angular-eslint/schematics": "^17.3.0",
60-
"@angular-eslint/template-parser": "^17.3.0",
61-
"@angular/cli": "^17.3.6",
62-
"@angular/compiler-cli": "^17.3.6",
52+
"@angular-devkit/architect": "^0.1800.1",
53+
"@angular-devkit/build-angular": "^18.0.1",
54+
"@angular-devkit/core": "^18.0.1",
55+
"@angular-devkit/schematics": "^18.0.1",
56+
"@angular-eslint/builder": "^17.5.1",
57+
"@angular-eslint/eslint-plugin": "^17.5.1",
58+
"@angular-eslint/eslint-plugin-template": "^17.5.1",
59+
"@angular-eslint/schematics": "^17.5.1",
60+
"@angular-eslint/template-parser": "^17.5.1",
61+
"@angular/cli": "^18.0.1",
62+
"@angular/compiler-cli": "^18.0.0",
6363
"@babel/plugin-proposal-private-methods": "^7.18.6",
6464
"@commitlint/cli": "^19.3.0",
6565
"@commitlint/config-conventional": "^19.2.2",
@@ -77,17 +77,17 @@
7777
"@types/jasmine": "^5.1.4",
7878
"@types/node": "<21.0.0",
7979
"@types/semver": "^7.5.8",
80-
"@typescript-eslint/eslint-plugin": "^7.7.1",
81-
"@typescript-eslint/parser": "^7.7.1",
82-
"conventional-changelog-cli": "^4.1.0",
80+
"@typescript-eslint/eslint-plugin": "^7.10.0",
81+
"@typescript-eslint/parser": "^7.10.0",
82+
"conventional-changelog-cli": "^5.0.0",
8383
"cross-env": "^7.0.3",
8484
"eslint": "<9.0.0",
8585
"eslint-plugin-deprecation": "^2.0.0",
8686
"eslint-plugin-import": "^2.29.1",
87-
"eslint-plugin-jsdoc": "^48.2.3",
87+
"eslint-plugin-jsdoc": "^48.2.5",
8888
"eslint-plugin-prefer-arrow": "^1.2.3",
89-
"eslint-plugin-unused-imports": "^3.1.0",
90-
"fast-xml-parser": "^4.3.6",
89+
"eslint-plugin-unused-imports": "^3.2.0",
90+
"fast-xml-parser": "^4.4.0",
9191
"globby": "^14.0.1",
9292
"husky": "^9.0.11",
9393
"image-minimizer-webpack-plugin": "^4.0.0",
@@ -101,38 +101,38 @@
101101
"karma-coverage": "^2.2.1",
102102
"karma-jasmine": "^5.1.0",
103103
"karma-jasmine-html-reporter": "^2.1.0",
104-
"ng-packagr": "^17.3.0",
104+
"ng-packagr": "^18.0.0",
105105
"npm-check-updates": "^16.14.20",
106106
"postcss": "^8.4.38",
107-
"rimraf": "^5.0.5",
108-
"semver": "^7.6.0",
109-
"ssri": "^10.0.5",
107+
"rimraf": "^5.0.7",
108+
"semver": "^7.6.2",
109+
"ssri": "^10.0.6",
110110
"stylelint": "<15.0.0",
111111
"stylelint-config-standard-scss": "<7.0.0",
112112
"ts-node": "^10.9.2",
113113
"typedoc": "^0.25.13",
114-
"typescript": ">=5.2 <5.3",
114+
"typescript": ">=5.4 <5.5",
115115
"webpack-image-resize-loader": "^5.0.0",
116116
"wrap-ansi": "^9.0.0",
117117
"xmlbuilder": "^15.1.1"
118118
},
119-
"packageManager": "yarn@4.1.0",
119+
"packageManager": "yarn@4.2.2",
120120
"resolutions": {
121-
"@angular-devkit/architect": "^0.1703.6",
122-
"@angular-devkit/build-angular": "^17.3.6",
123-
"@angular-devkit/core": "^17.3.6",
124-
"@angular-devkit/schematics": "^17.3.6",
125-
"@angular/cli": "^17.3.6",
126-
"@angular/compiler-cli": "^17.3.6",
127-
"@angular/animations": "^17.3.6",
128-
"@angular/cdk": "^17.3.6",
129-
"@angular/common": "^17.3.6",
130-
"@angular/compiler": "^17.3.6",
131-
"@angular/core": "^17.3.6",
132-
"@angular/forms": "^17.3.6",
133-
"@angular/localize": "^17.3.6",
134-
"@angular/platform-browser": "^17.3.6",
135-
"@angular/platform-server": "^17.3.6",
136-
"@angular/router": "^17.3.6"
121+
"@angular-devkit/architect": "^0.1800.1",
122+
"@angular-devkit/build-angular": "^18.0.1",
123+
"@angular-devkit/core": "^18.0.1",
124+
"@angular-devkit/schematics": "^18.0.1",
125+
"@angular/cli": "^18.0.1",
126+
"@angular/compiler-cli": "^18.0.0",
127+
"@angular/animations": "^18.0.0",
128+
"@angular/cdk": "^18.0.0",
129+
"@angular/common": "^18.0.0",
130+
"@angular/compiler": "^18.0.0",
131+
"@angular/core": "^18.0.0",
132+
"@angular/forms": "^18.0.0",
133+
"@angular/localize": "^18.0.0",
134+
"@angular/platform-browser": "^18.0.0",
135+
"@angular/platform-server": "^18.0.0",
136+
"@angular/router": "^18.0.0"
137137
}
138138
}

packages/color-picker/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
"docs:json": "yarn docs --exportFormat json --output ../demo/src/app/color-picker"
3131
},
3232
"peerDependencies": {
33-
"@angular/cdk": "^17.0.0",
34-
"@angular/common": "^17.0.0",
35-
"@angular/core": "^17.0.0",
36-
"@angular/localize": "^17.0.0"
33+
"@angular/cdk": "^18.0.0",
34+
"@angular/common": "^18.0.0",
35+
"@angular/core": "^18.0.0",
36+
"@angular/localize": "^18.0.0"
3737
},
3838
"dependencies": {
3939
"tslib": "^2.6.2"

packages/demo/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,29 +14,29 @@
1414
"lint:sass:fix": "yarn lint:sass --fix"
1515
},
1616
"dependencies": {
17-
"@angular/animations": "^17.3.6",
18-
"@angular/cdk": "^17.3.6",
19-
"@angular/common": "^17.3.6",
20-
"@angular/compiler": "^17.3.6",
21-
"@angular/core": "^17.3.6",
22-
"@angular/forms": "^17.3.6",
23-
"@angular/platform-browser": "^17.3.6",
24-
"@angular/platform-browser-dynamic": "^17.3.6",
25-
"@angular/router": "^17.3.6",
26-
"@angular/service-worker": "^17.3.6",
17+
"@angular/animations": "^18.0.0",
18+
"@angular/cdk": "^18.0.0",
19+
"@angular/common": "^18.0.0",
20+
"@angular/compiler": "^18.0.0",
21+
"@angular/core": "^18.0.0",
22+
"@angular/forms": "^18.0.0",
23+
"@angular/platform-browser": "^18.0.0",
24+
"@angular/platform-browser-dynamic": "^18.0.0",
25+
"@angular/router": "^18.0.0",
26+
"@angular/service-worker": "^18.0.0",
2727
"@popperjs/core": "^2.11.8",
2828
"@scullyio/ng-lib": "^2.1.41",
2929
"bootstrap": "^5.3.3",
3030
"clipboard-polyfill": "^4.1.0",
3131
"diacritics": "^1.3.0",
3232
"highlight.js": "^11.9.0",
33-
"i18n-iso-countries": "^7.11.1",
33+
"i18n-iso-countries": "^7.11.2",
3434
"jquery": "^3.7.1",
3535
"ngx-bootstrap": "^12.0.0",
3636
"ngx-highlightjs": "^10.0.0",
3737
"rxjs": "^7.8.1",
3838
"sortablejs": "^1.15.2",
3939
"tslib": "^2.6.2",
40-
"zone.js": "^0.14.4"
40+
"zone.js": "^0.14.6"
4141
}
4242
}

packages/demo/src/app/color-picker/documentation.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"interfaces": [
44
{
55
"name": "InputChangeEvent",
6-
"id": "interface-InputChangeEvent-97fdf6385dabb714574ca4f268bd7574f8941d5bf9304b7aba5453b132ff8b99878d066e74c9f204a63c75fc634e480082887750f99d3e105b3b2736e5af6201",
6+
"id": "interface-InputChangeEvent-bbc7d3fcbaa56148786317c7607129444caf9da15d343fcbe35fe53a9ad9a2317dbd13068836693362d47ff6eee15acc585d9db9d252495120014558ac870ff2",
77
"file": "src/util/types.ts",
88
"deprecated": false,
99
"deprecationMessage": "",
@@ -53,7 +53,7 @@
5353
},
5454
{
5555
"name": "SliderChangeEvent",
56-
"id": "interface-SliderChangeEvent-97fdf6385dabb714574ca4f268bd7574f8941d5bf9304b7aba5453b132ff8b99878d066e74c9f204a63c75fc634e480082887750f99d3e105b3b2736e5af6201",
56+
"id": "interface-SliderChangeEvent-bbc7d3fcbaa56148786317c7607129444caf9da15d343fcbe35fe53a9ad9a2317dbd13068836693362d47ff6eee15acc585d9db9d252495120014558ac870ff2",
5757
"file": "src/util/types.ts",
5858
"deprecated": false,
5959
"deprecationMessage": "",
@@ -99,7 +99,7 @@
9999
"classes": [
100100
{
101101
"name": "Cmyk",
102-
"id": "class-Cmyk-560de30cb22eb0d3e2ba6926d827a6a6f959925efebd98b1229f6533332b37bcc4a277b66f7399f370b79f1010bf95f5d0b77bf329590bbf55236b51dd27744c",
102+
"id": "class-Cmyk-ad5ce9a19337403135fc341d01ac2c77b4f3e7e7f4583698c4ce5b5cfc4d11deaaeb658033e7530d6d79475db6d46edd46fee76582309ca95703b176bcd510a2",
103103
"file": "src/util/formats.ts",
104104
"deprecated": false,
105105
"deprecationMessage": "",
@@ -279,7 +279,7 @@
279279
},
280280
{
281281
"name": "Hsla",
282-
"id": "class-Hsla-560de30cb22eb0d3e2ba6926d827a6a6f959925efebd98b1229f6533332b37bcc4a277b66f7399f370b79f1010bf95f5d0b77bf329590bbf55236b51dd27744c",
282+
"id": "class-Hsla-ad5ce9a19337403135fc341d01ac2c77b4f3e7e7f4583698c4ce5b5cfc4d11deaaeb658033e7530d6d79475db6d46edd46fee76582309ca95703b176bcd510a2",
283283
"file": "src/util/formats.ts",
284284
"deprecated": false,
285285
"deprecationMessage": "",
@@ -432,7 +432,7 @@
432432
},
433433
{
434434
"name": "Hsva",
435-
"id": "class-Hsva-560de30cb22eb0d3e2ba6926d827a6a6f959925efebd98b1229f6533332b37bcc4a277b66f7399f370b79f1010bf95f5d0b77bf329590bbf55236b51dd27744c",
435+
"id": "class-Hsva-ad5ce9a19337403135fc341d01ac2c77b4f3e7e7f4583698c4ce5b5cfc4d11deaaeb658033e7530d6d79475db6d46edd46fee76582309ca95703b176bcd510a2",
436436
"file": "src/util/formats.ts",
437437
"deprecated": false,
438438
"deprecationMessage": "",
@@ -585,7 +585,7 @@
585585
},
586586
{
587587
"name": "Rgba",
588-
"id": "class-Rgba-560de30cb22eb0d3e2ba6926d827a6a6f959925efebd98b1229f6533332b37bcc4a277b66f7399f370b79f1010bf95f5d0b77bf329590bbf55236b51dd27744c",
588+
"id": "class-Rgba-ad5ce9a19337403135fc341d01ac2c77b4f3e7e7f4583698c4ce5b5cfc4d11deaaeb658033e7530d6d79475db6d46edd46fee76582309ca95703b176bcd510a2",
589589
"file": "src/util/formats.ts",
590590
"deprecated": false,
591591
"deprecationMessage": "",
@@ -740,7 +740,7 @@
740740
"directives": [
741741
{
742742
"name": "ColorPickerDirective",
743-
"id": "directive-ColorPickerDirective-c7d19d60a7d3ac968eff858cd99323de606610a4208fedc23e91d57df87c7f4ac0872defe7f288433db936f804b49a7e4ac03f6543fbebd09b395dd71f37eecb",
743+
"id": "directive-ColorPickerDirective-e8c92858e36abc8b06e430b694d52a942e23946d62b8ac02005d8a5ef96e475d11d420b347062936d71f109c59736828cbd67aded301466ee5bc8d312d9aaf87",
744744
"file": "src/lib/color-picker.directive.ts",
745745
"type": "directive",
746746
"description": "",
@@ -1188,8 +1188,8 @@
11881188
"jsdoctags": [
11891189
{
11901190
"name": {
1191-
"pos": 10391,
1192-
"end": 10393,
1191+
"pos": 10673,
1192+
"end": 10675,
11931193
"flags": 16842752,
11941194
"modifierFlagsCache": 0,
11951195
"transformFlags": 0,
@@ -1201,8 +1201,8 @@
12011201
"deprecationMessage": "",
12021202
"defaultValue": "new Rgba(1, 1, 1, 1, true)",
12031203
"tagName": {
1204-
"pos": 10385,
1205-
"end": 10390,
1204+
"pos": 10667,
1205+
"end": 10672,
12061206
"flags": 16842752,
12071207
"modifierFlagsCache": 0,
12081208
"transformFlags": 0,
@@ -1213,8 +1213,8 @@
12131213
},
12141214
{
12151215
"name": {
1216-
"pos": 10485,
1217-
"end": 10487,
1216+
"pos": 10768,
1217+
"end": 10770,
12181218
"flags": 16842752,
12191219
"modifierFlagsCache": 0,
12201220
"transformFlags": 0,
@@ -1226,8 +1226,8 @@
12261226
"deprecationMessage": "",
12271227
"defaultValue": "this.dialog?.rgbaText",
12281228
"tagName": {
1229-
"pos": 10479,
1230-
"end": 10484,
1229+
"pos": 10762,
1230+
"end": 10767,
12311231
"flags": 16842752,
12321232
"modifierFlagsCache": 0,
12331233
"transformFlags": 0,
@@ -1238,8 +1238,8 @@
12381238
},
12391239
{
12401240
"tagName": {
1241-
"pos": 10550,
1242-
"end": 10557,
1241+
"pos": 10834,
1242+
"end": 10841,
12431243
"flags": 16842752,
12441244
"modifierFlagsCache": 0,
12451245
"transformFlags": 0,
@@ -1262,7 +1262,7 @@
12621262
"modules": [
12631263
{
12641264
"name": "ColorPickerModule",
1265-
"id": "module-ColorPickerModule-a21816942879839161b717073377abe36be6ba3e0f8f62c302cc78c4aeb843dbe8333696e179ddf41c24f793ce53fc36a017c06e389c2c8d6e9d19c1a8eb62ce",
1265+
"id": "module-ColorPickerModule-874d3bc618c79e22cc5bd9dc4bbf67958a34b95700c4af4cd2c3ad0a347a29635adce40771ac3a4f5b6ca0b32563366df2e41de2d072e7b48d9b0a420da2b427",
12661266
"description": "",
12671267
"deprecationMessage": "",
12681268
"deprecated": false,

0 commit comments

Comments
 (0)