Skip to content

Commit 9afbec0

Browse files
author
Lazar Djurdjevic
committed
fix: update rollup configuration and dependencies for Angular 17 compatibility
1 parent d74a4d3 commit 9afbec0

11 files changed

Lines changed: 4206 additions & 1570 deletions

File tree

package-lock.json

Lines changed: 4158 additions & 1534 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,20 @@
5151
"lint-staged": "^12.1.3",
5252
"prettier": "^2.5.1",
5353
"rimraf": "^3.0.2",
54-
"typescript": "^4.3.5"
54+
"typescript": "5.4.5"
5555
},
5656
"resolutions": {
5757
"tar": ">=4.4.18"
58+
},
59+
"engines": {
60+
"node": ">=18",
61+
"npm": ">=9"
62+
},
63+
"overrides": {
64+
"typescript": "5.4.5",
65+
"jest": "^29.7.0",
66+
"ts-jest": "^29.1.5",
67+
"@types/jest": "^29.5.12",
68+
"zone.js": "^0.14.0"
5869
}
5970
}

packages/clean-architecture/rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import baseConfig from '../../rollup.base'
1+
import baseConfig from '../../rollup.base.js'
22
import typescript from 'rollup-plugin-typescript2'
33
import clear from 'rollup-plugin-clear';
44

packages/form-vue/rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import baseConfig from '../../rollup.base'
1+
import baseConfig from '../../rollup.base.js'
22
import vue from 'rollup-plugin-vue'
33
import typescript from 'rollup-plugin-typescript2'
44
import clear from 'rollup-plugin-clear';

packages/pipes-angular/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -33,24 +33,24 @@
3333
"tslib": "^2.2.0"
3434
},
3535
"peerDependencies": {
36-
"@angular/common": ">=13.2.0",
37-
"@angular/core": ">=13.2.0",
38-
"@angular/forms": ">=13.2.0",
39-
"@angular/platform-browser": ">=13.2.0",
40-
"zone.js": ">=0.11.4"
36+
"@angular/common": ">=17.0.0",
37+
"@angular/core": ">=17.0.0",
38+
"@angular/forms": ">=17.0.0",
39+
"@angular/platform-browser": ">=17.0.0",
40+
"zone.js": ">=0.14.0"
4141
},
4242
"gitHead": "6bc39fcc60a2294d11940527d9a051f21ca01e42",
4343
"devDependencies": {
44-
"@angular/common": "^13.2.0",
45-
"@angular/compiler": "^13.2.0",
46-
"@angular/compiler-cli": "^13.2.0",
47-
"@angular/core": "^13.2.0",
48-
"@angular/forms": "^13.2.0",
49-
"@angular/platform-browser": "^13.2.0",
50-
"ng-packagr": "^13.2.0",
44+
"@angular/common": "^17.0.0",
45+
"@angular/compiler": "^17.0.0",
46+
"@angular/compiler-cli": "^17.0.0",
47+
"@angular/core": "^17.0.0",
48+
"@angular/forms": "^17.0.0",
49+
"@angular/platform-browser": "^17.0.0",
50+
"ng-packagr": "^17.0.0",
5151
"rimraf": "^3.0.2",
52-
"typescript": "^4.5.2",
53-
"zone.js": "~0.11.4"
52+
"typescript": "5.4.5",
53+
"zone.js": "^0.14.0"
5454
},
5555
"files": [
5656
"dist/"

packages/pipes-vue/rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import baseConfig from '../../rollup.base'
1+
import baseConfig from '../../rollup.base.js'
22

33
export default {
44
...baseConfig,

packages/pipes/rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import baseConfig from '../../rollup.base'
1+
import baseConfig from '../../rollup.base.js'
22

33
export default {
44
...baseConfig,

packages/utils/rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import baseConfig from '../../rollup.base'
1+
import baseConfig from '../../rollup.base.js'
22

33
export default {
44
...baseConfig,

packages/validators-angular/package.json

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -33,24 +33,25 @@
3333
"tslib": "^2.2.0"
3434
},
3535
"peerDependencies": {
36-
"@angular/common": ">=13.2.0",
37-
"@angular/core": ">=13.2.0",
38-
"@angular/forms": ">=13.2.0",
39-
"@angular/platform-browser": ">=13.2.0",
40-
"zone.js": ">=0.11.4"
36+
"@angular/common": ">=17.0.0",
37+
"@angular/core": ">=17.0.0",
38+
"@angular/forms": ">=17.0.0",
39+
"@angular/platform-browser": ">=17.0.0",
40+
"zone.js": ">=0.14.0"
4141
},
4242
"gitHead": "6bc39fcc60a2294d11940527d9a051f21ca01e42",
4343
"devDependencies": {
44-
"@angular/common": "^13.2.0",
45-
"@angular/compiler": "^13.2.0",
46-
"@angular/compiler-cli": "^13.2.0",
47-
"@angular/core": "^13.2.0",
48-
"@angular/forms": "^13.2.0",
49-
"@angular/platform-browser": "^13.2.0",
50-
"ng-packagr": "^13.2.0",
44+
"@angular/common": "^17.0.0",
45+
"@angular/compiler": "^17.0.0",
46+
"@angular/compiler-cli": "^17.0.0",
47+
"@angular/core": "^17.0.0",
48+
"@angular/forms": "^17.0.0",
49+
"@angular/platform-browser": "^17.0.0",
50+
"fast-uri": "^3.1.0",
51+
"ng-packagr": "^17.0.0",
5152
"rimraf": "^3.0.2",
52-
"typescript": "^4.5.2",
53-
"zone.js": "^0.11.4"
53+
"typescript": "5.4.5",
54+
"zone.js": "^0.14.0"
5455
},
5556
"files": [
5657
"dist/"

packages/validators-vue/rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import baseConfig from '../../rollup.base'
1+
import baseConfig from '../../rollup.base.js'
22

33
export default {
44
...baseConfig,

0 commit comments

Comments
 (0)