Skip to content

Commit

Permalink
chore(deps): update taiga-ui cdk (#8797)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot authored Sep 4, 2024
1 parent c80478f commit 22f7005
Show file tree
Hide file tree
Showing 13 changed files with 72 additions and 76 deletions.
90 changes: 45 additions & 45 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 8 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,6 @@
]
}
}
],
"ignoreFiles": [
"**/dist/**",
"**/coverage/**",
"**/node_modules/**",
"**/tests-report/**"
]
},
"devDependencies": {
Expand All @@ -152,15 +146,15 @@
"@nx/jest": "19.6.5",
"@nx/workspace": "19.6.5",
"@schematics/angular": "16.2.15",
"@taiga-ui/browserslist-config": "0.152.0",
"@taiga-ui/commitlint-config": "0.152.0",
"@taiga-ui/cspell-config": "0.152.0",
"@taiga-ui/browserslist-config": "0.154.0",
"@taiga-ui/commitlint-config": "0.154.0",
"@taiga-ui/cspell-config": "0.154.0",
"@taiga-ui/design-tokens": "0.133.0",
"@taiga-ui/eslint-plugin-experience": "0.152.0",
"@taiga-ui/event-plugins": "4.0.1",
"@taiga-ui/prettier-config": "0.152.0",
"@taiga-ui/stylelint-config": "0.152.0",
"@taiga-ui/tsconfig": "0.152.0",
"@taiga-ui/eslint-plugin-experience": "0.154.0",
"@taiga-ui/event-plugins": "4.0.2",
"@taiga-ui/prettier-config": "0.154.0",
"@taiga-ui/stylelint-config": "0.154.0",
"@taiga-ui/tsconfig": "0.154.0",
"@types/glob": "8.1.0",
"@types/loader-utils": "2.0.6",
"@types/node": "22.5.3",
Expand Down
2 changes: 1 addition & 1 deletion projects/addon-charts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@ng-web-apis/common": "^4.2.1",
"@taiga-ui/cdk": "^4.5.0",
"@taiga-ui/core": "^4.5.0",
"@taiga-ui/polymorpheus": "^4.6.4",
"@taiga-ui/polymorpheus": "^4.7.0",
"tslib": "^2.7.0"
}
}
2 changes: 1 addition & 1 deletion projects/addon-commerce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@taiga-ui/core": "^4.5.0",
"@taiga-ui/i18n": "^4.5.0",
"@taiga-ui/kit": "^4.5.0",
"@taiga-ui/polymorpheus": "^4.6.4",
"@taiga-ui/polymorpheus": "^4.7.0",
"rxjs": ">=7.0.0",
"tslib": "^2.7.0"
}
Expand Down
2 changes: 1 addition & 1 deletion projects/addon-doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@taiga-ui/cdk": "^4.5.0",
"@taiga-ui/core": "^4.5.0",
"@taiga-ui/kit": "^4.5.0",
"@taiga-ui/polymorpheus": "^4.6.4",
"@taiga-ui/polymorpheus": "^4.7.0",
"markdown-it": ">=14.1.0",
"ngx-highlightjs": ">=10.0.0",
"tslib": "^2.7.0"
Expand Down
2 changes: 1 addition & 1 deletion projects/addon-mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@taiga-ui/cdk": "^4.5.0",
"@taiga-ui/core": "^4.5.0",
"@taiga-ui/kit": "^4.5.0",
"@taiga-ui/polymorpheus": "^4.6.4",
"@taiga-ui/polymorpheus": "^4.7.0",
"rxjs": ">=7.0.0",
"tslib": "^2.7.0"
}
Expand Down
2 changes: 1 addition & 1 deletion projects/addon-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@taiga-ui/core": "^4.5.0",
"@taiga-ui/i18n": "^4.5.0",
"@taiga-ui/kit": "^4.5.0",
"@taiga-ui/polymorpheus": "^4.6.4",
"@taiga-ui/polymorpheus": "^4.7.0",
"rxjs": ">=7.0.0",
"tslib": "^2.7.0"
}
Expand Down
4 changes: 2 additions & 2 deletions projects/cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"@ng-web-apis/common": "^4.2.1",
"@ng-web-apis/mutation-observer": "^4.2.1",
"@ng-web-apis/resize-observer": "^4.2.1",
"@taiga-ui/event-plugins": "^4.0.1",
"@taiga-ui/polymorpheus": "^4.6.4",
"@taiga-ui/event-plugins": "^4.0.2",
"@taiga-ui/polymorpheus": "^4.7.0",
"rxjs": ">=7.0.0"
},
"optionalDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ import {
setActiveProject,
} from 'ng-morph';

import cdkPackage from '../../../../package.json';
import {TUI_EDITOR_VERSION} from '../steps/migrate-editor';
import {
TUI_EVENT_PLUGINS_VERSION,
TUI_POLYMORPHEUS_VERSION,
} from '../steps/update-packages';

const collectionPath = join(__dirname, '../../../migration.json');

Expand Down Expand Up @@ -58,8 +61,8 @@ const PACKAGE_JSON_AFTER = {
'@taiga-ui/addon-commerce': '~3.42.0',
'@taiga-ui/layout': TUI_VERSION,
'@taiga-ui/legacy': TUI_VERSION,
'@taiga-ui/event-plugins': cdkPackage.peerDependencies['@taiga-ui/event-plugins'],
'@taiga-ui/polymorpheus': cdkPackage.peerDependencies['@taiga-ui/polymorpheus'],
'@taiga-ui/event-plugins': TUI_EVENT_PLUGINS_VERSION,
'@taiga-ui/polymorpheus': TUI_POLYMORPHEUS_VERSION,
'@taiga-ui/editor': TUI_EDITOR_VERSION,
},
};
Expand Down Expand Up @@ -129,8 +132,7 @@ describe('ng-update', () => {
dependencies: {
...PACKAGE_JSON_DEPS,
'@taiga-ui/editor': TUI_EDITOR_VERSION,
'@taiga-ui/event-plugins':
cdkPackage.peerDependencies['@taiga-ui/event-plugins'],
'@taiga-ui/event-plugins': TUI_EVENT_PLUGINS_VERSION,
'@taiga-ui/layout': TUI_VERSION,
'@taiga-ui/legacy': TUI_VERSION,
},
Expand Down
4 changes: 2 additions & 2 deletions projects/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"@ng-web-apis/common": "^4.2.1",
"@ng-web-apis/mutation-observer": "^4.2.1",
"@taiga-ui/cdk": "^4.5.0",
"@taiga-ui/event-plugins": "^4.0.1",
"@taiga-ui/event-plugins": "^4.0.2",
"@taiga-ui/i18n": "^4.5.0",
"@taiga-ui/polymorpheus": "^4.6.4",
"@taiga-ui/polymorpheus": "^4.7.0",
"rxjs": ">=7.0.0",
"tslib": "^2.7.0"
},
Expand Down
2 changes: 1 addition & 1 deletion projects/experimental/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@taiga-ui/cdk": "^4.5.0",
"@taiga-ui/core": "^4.5.0",
"@taiga-ui/kit": "^4.5.0",
"@taiga-ui/polymorpheus": "^4.6.4",
"@taiga-ui/polymorpheus": "^4.7.0",
"rxjs": ">=7.0.0",
"tslib": "^2.7.0"
}
Expand Down
2 changes: 1 addition & 1 deletion projects/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@taiga-ui/cdk": "^4.5.0",
"@taiga-ui/core": "^4.5.0",
"@taiga-ui/i18n": "^4.5.0",
"@taiga-ui/polymorpheus": "^4.6.4",
"@taiga-ui/polymorpheus": "^4.7.0",
"rxjs": ">=7.0.0",
"tslib": "^2.7.0"
}
Expand Down
2 changes: 1 addition & 1 deletion projects/layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@taiga-ui/cdk": "^4.5.0",
"@taiga-ui/core": "^4.5.0",
"@taiga-ui/kit": "^4.5.0",
"@taiga-ui/polymorpheus": "^4.6.4",
"@taiga-ui/polymorpheus": "^4.7.0",
"rxjs": ">=7.0.0",
"tslib": "^2.7.0"
}
Expand Down

0 comments on commit 22f7005

Please sign in to comment.