Skip to content

Commit 6e3f5dd

Browse files
fix(deps): ⬆️ update nx monorepo (#116)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@angular/cdk](https://togithub.com/angular/components) | [`17.0.5` -> `17.0.6`](https://renovatebot.com/diffs/npm/@angular%2fcdk/17.0.5/17.0.6) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@angular%2fcdk/17.0.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@angular%2fcdk/17.0.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@angular%2fcdk/17.0.5/17.0.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@angular%2fcdk/17.0.5/17.0.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@angular/material](https://togithub.com/angular/components) | [`17.0.5` -> `17.0.6`](https://renovatebot.com/diffs/npm/@angular%2fmaterial/17.0.5/17.0.6) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@angular%2fmaterial/17.0.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@angular%2fmaterial/17.0.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@angular%2fmaterial/17.0.5/17.0.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@angular%2fmaterial/17.0.5/17.0.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [ng-packagr](https://togithub.com/ng-packagr/ng-packagr) | [`17.0.3` -> `17.1.0`](https://renovatebot.com/diffs/npm/ng-packagr/17.0.3/17.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/ng-packagr/17.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/ng-packagr/17.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/ng-packagr/17.0.3/17.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/ng-packagr/17.0.3/17.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>angular/components (@&#8203;angular/cdk)</summary> ### [`v17.0.6`](https://togithub.com/angular/components/blob/HEAD/CHANGELOG.md#1706-plastic-spoon-2024-01-17) [Compare Source](https://togithub.com/angular/components/compare/17.0.5...17.0.6) ##### material | Commit | Type | Description | | -- | -- | -- | | [53aae488ff](https://togithub.com/angular/components/commit/53aae488ff77fecd6dab1f15151938c1a2968f80) | fix | **progress-bar:** remove track color workaround ([#&#8203;28416](https://togithub.com/angular/components/pull/28416)) | <!-- CHANGELOG SPLIT MARKER --> </details> <details> <summary>ng-packagr/ng-packagr (ng-packagr)</summary> ### [`v17.1.0`](https://togithub.com/ng-packagr/ng-packagr/blob/HEAD/CHANGELOG.md#1710-2024-01-17) [Compare Source](https://togithub.com/ng-packagr/ng-packagr/compare/17.0.3...17.1.0) ##### Bug Fixes - add missing tailwind `@screen` directive in matcher ([ad1bd50](https://togithub.com/ng-packagr/ng-packagr/commit/ad1bd50efb9eadccf5f80abbf8c24e03551f2081)) - remove direct imports to `rollup` ([45336ae](https://togithub.com/ng-packagr/ng-packagr/commit/45336ae69a22c95825e85afccf40ad526275f31b)), closes [#&#8203;2749](https://togithub.com/ng-packagr/ng-packagr/issues/2749) - correctly validate secondary entry-points config ([5ff4afd](https://togithub.com/ng-packagr/ng-packagr/commit/5ff4afde43b4984bf7f64ce991dfe255b1fb9373)) - use rollup wasm version when rollup fails to load ([1ed0dc9](https://togithub.com/ng-packagr/ng-packagr/commit/1ed0dc962275ec8f8dfbd4d658024bbafbdb9277)), closes [#&#8203;2722](https://togithub.com/ng-packagr/ng-packagr/issues/2722) ##### Performance - do not update package.json version on watch mode ([1225a24](https://togithub.com/ng-packagr/ng-packagr/commit/1225a241e765b4e37a55958268725d13da5e8e30)) - embeed assets in css using esbuild instead of postcss ([fe3e052](https://togithub.com/ng-packagr/ng-packagr/commit/fe3e0521099c53d769ca690ebcefdf1178b1cf2f)) - only process component styles with postcss when needed ([84cf578](https://togithub.com/ng-packagr/ng-packagr/commit/84cf578001ef2a8ef2ef15047cb78aea7c098a65)) - only emit changed DTS and JS from NG compiler ([cd0f508](https://togithub.com/ng-packagr/ng-packagr/commit/cd0f508a80e94b877acab177b57fd68170f80318)) - only write FESM files when content changes during watch mode ([fb096a0](https://togithub.com/ng-packagr/ng-packagr/commit/fb096a065d5cb4a358463ce4640f2da7a04b34c5)) - reduce TypeScript JSDoc parsing ([8228740](https://togithub.com/ng-packagr/ng-packagr/commit/822874098e6b52bca6165efad635f9ec1d6ee7c3)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDAuMTQiLCJ1cGRhdGVkSW5WZXIiOiIzNy4xNDAuMTQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=--> Co-authored-by: Renovate Bot GitHub <[email protected]>
1 parent ccdfc4a commit 6e3f5dd

File tree

2 files changed

+37
-30
lines changed

2 files changed

+37
-30
lines changed

package-lock.json

+34-27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
"private": true,
1313
"dependencies": {
1414
"@angular/animations": "17.0.9",
15-
"@angular/cdk": "17.0.5",
15+
"@angular/cdk": "17.0.6",
1616
"@angular/common": "17.0.9",
1717
"@angular/compiler": "17.0.9",
1818
"@angular/core": "17.0.9",
1919
"@angular/forms": "17.0.9",
20-
"@angular/material": "17.0.5",
20+
"@angular/material": "17.0.6",
2121
"@angular/platform-browser": "17.0.9",
2222
"@angular/platform-browser-dynamic": "17.0.9",
2323
"@angular/router": "17.0.9",
@@ -61,7 +61,7 @@
6161
"jest-environment-jsdom": "^29.7.0",
6262
"jest-preset-angular": "13.1.4",
6363
"jsonc-eslint-parser": "^2.4.0",
64-
"ng-packagr": "17.0.3",
64+
"ng-packagr": "17.1.0",
6565
"nx": "17.2.8",
6666
"postcss": "^8.4.31",
6767
"postcss-import": "~16.0.0",

0 commit comments

Comments
 (0)