Commit f85b913
authored
chore(deps): update dependency nx to v22.5.0 (#70)
This PR contains the following updates:
| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [nx](https://nx.dev)
([source](https://redirect.github.com/nrwl/nx/tree/HEAD/packages/nx)) |
[`22.4.5` →
`22.5.0`](https://renovatebot.com/diffs/npm/nx/22.4.5/22.5.0) |

|

|
---
### Release Notes
<details>
<summary>nrwl/nx (nx)</summary>
### [`v22.5.0`](https://redirect.github.com/nrwl/nx/releases/tag/22.5.0)
[Compare
Source](https://redirect.github.com/nrwl/nx/compare/22.4.5...22.5.0)
#### 22.5.0 (2026-02-09)
##### 🚀 Features
- **core:** display batch tasks in the tui
([#​33695](https://redirect.github.com/nrwl/nx/pull/33695))
- **core:** add variant 2 to CNW cloud prompts with promo message
([#​34223](https://redirect.github.com/nrwl/nx/pull/34223))
- **core:** improve configure-ai-agents to copy nx
skills/subagents/plugins
([#​34176](https://redirect.github.com/nrwl/nx/pull/34176))
- **core:** add Nx Cloud connect URL to template README
([#​34249](https://redirect.github.com/nrwl/nx/pull/34249))
- **core:** add decorative banners for Nx Cloud CNW completion message
([#​34270](https://redirect.github.com/nrwl/nx/pull/34270))
- **core:** add initial impl of task io service
([#​34205](https://redirect.github.com/nrwl/nx/pull/34205))
- **core:** improve AI agent rules for CLAUDE.md generation
([#​34304](https://redirect.github.com/nrwl/nx/pull/34304))
- **core:** add command to download cloud client
([#​34333](https://redirect.github.com/nrwl/nx/pull/34333))
- **core:** add AI agent detection and NDJSON output for CNW
([#​34320](https://redirect.github.com/nrwl/nx/pull/34320))
- **core:** update cnw messaging
([#​34364](https://redirect.github.com/nrwl/nx/pull/34364))
- **core:** eagerly shutdown plugins that don't provide later hooks
([#​34253](https://redirect.github.com/nrwl/nx/pull/34253))
- **gradle:** add debug env var to gradle batch executor
([#​34259](https://redirect.github.com/nrwl/nx/pull/34259))
- **js:** add NX\_PREFER\_NODE\_STRIP\_TYPES to use Node's strip types
feature instead of transpilation for TypeScript files
([#​34202](https://redirect.github.com/nrwl/nx/pull/34202))
- **js:** bump swc to latest versions
([#​34215](https://redirect.github.com/nrwl/nx/pull/34215))
- **js:** update swc/cli to 0.8.0
([#​34365](https://redirect.github.com/nrwl/nx/pull/34365))
- **maven:** load Maven classes at runtime for version-agnostic batch
execution
([#​34180](https://redirect.github.com/nrwl/nx/pull/34180))
- **maven:** bump maven plugin version to 0.0.13
([#​34318](https://redirect.github.com/nrwl/nx/pull/34318))
- **nx-dev:** add llms-full.txt and HTTP Link headers for LLM discovery
([#​34232](https://redirect.github.com/nrwl/nx/pull/34232))
- **nx-dev:** add server-side page view tracking for docs
([#​34283](https://redirect.github.com/nrwl/nx/pull/34283))
- **nx-dev:** reformat sidebar into topics
([#​34265](https://redirect.github.com/nrwl/nx/pull/34265))
##### 🩹 Fixes
- **core:** clean up daemon workspace data directory on nx reset --onl…
([#​34174](https://redirect.github.com/nrwl/nx/pull/34174))
- **core:** move tui to parking lot rwlock to avoid hang
([#​34187](https://redirect.github.com/nrwl/nx/pull/34187))
- **core:** handle resizing a bit better for inline\_tui
([#​34006](https://redirect.github.com/nrwl/nx/pull/34006))
- **core:** consolidate GitHub URL messaging when gh push fails
([#​34196](https://redirect.github.com/nrwl/nx/pull/34196))
- **core:** cloud commands are noop when not connected rather than
errors ([#​34193](https://redirect.github.com/nrwl/nx/pull/34193))
- **core:** fall back to node\_modules when tmp has noexec
([#​34207](https://redirect.github.com/nrwl/nx/pull/34207),
[#​33991](https://redirect.github.com/nrwl/nx/issues/33991))
- **core:** hide already-installed nx packages from suggestion list
during nx import
([#​34227](https://redirect.github.com/nrwl/nx/pull/34227))
- **core:** improve plugin worker error messages and lifecycle timeouts
([#​34251](https://redirect.github.com/nrwl/nx/pull/34251))
- **core:** do not throw error if worker.stdout is not instanceof socket
([#​34224](https://redirect.github.com/nrwl/nx/pull/34224))
- **core:** handle multibyte UTF-8 characters in socket message
consumption
([#​34151](https://redirect.github.com/nrwl/nx/pull/34151))
- **core:** resolve daemon client reconnect queue deadlock
([#​34284](https://redirect.github.com/nrwl/nx/pull/34284))
- **core:** nx should show help for run-one when using project short
names ([#​34303](https://redirect.github.com/nrwl/nx/pull/34303))
- **core:** prevent command injection in getNpmPackageVersion
([#​34309](https://redirect.github.com/nrwl/nx/pull/34309))
- **core:** fix CNW git amend and README marker handling
([#​34306](https://redirect.github.com/nrwl/nx/pull/34306))
- **core:** tweak configure-ai-agents messaging
([#​34307](https://redirect.github.com/nrwl/nx/pull/34307))
- **core:** handle EPIPE errors gracefully in daemon socket writes
([#​34311](https://redirect.github.com/nrwl/nx/pull/34311))
- **core:** allow overriding daemon logging settings
([#​34324](https://redirect.github.com/nrwl/nx/pull/34324))
- **core:** preserve task selection when unrelated tasks finish
([#​34328](https://redirect.github.com/nrwl/nx/pull/34328))
- **core:** disable ignore filters for outputs expansion
([#​34316](https://redirect.github.com/nrwl/nx/pull/34316),
[#​32620](https://redirect.github.com/nrwl/nx/issues/32620))
- **core:** track all task outputs regardless of path depth
([#​34321](https://redirect.github.com/nrwl/nx/pull/34321))
- **core:** avoid crash when pane area is out of bounds during resize
([#​34343](https://redirect.github.com/nrwl/nx/pull/34343))
- **core:** use picocolors instead of chalk in the nx package
([#​34305](https://redirect.github.com/nrwl/nx/pull/34305))
- **core:** only detect flaky tasks for cacheable tasks
([#​33994](https://redirect.github.com/nrwl/nx/pull/33994))
- **core:** reduce daemon inotify watch count by upgrading watchexec
([#​34329](https://redirect.github.com/nrwl/nx/pull/34329))
- **core:** add missing FileType import for Windows watcher build
([#​34369](https://redirect.github.com/nrwl/nx/pull/34369))
- **core:** use --lockfile-only for Bun updateLockFile
([#​34375](https://redirect.github.com/nrwl/nx/pull/34375),
[#​22602](https://redirect.github.com/nrwl/nx/issues/22602),
[#​34344](https://redirect.github.com/nrwl/nx/issues/34344))
- **devkit:** allow null values in JSON schema validation
([#​34167](https://redirect.github.com/nrwl/nx/pull/34167))
- **gradle:** use tooling api compatible flags
([#​34247](https://redirect.github.com/nrwl/nx/pull/34247))
- **gradle:** ensure that batch output is not overriden for atomized
targets
([#​34268](https://redirect.github.com/nrwl/nx/pull/34268))
- **gradle:** enforce that only one gradle task can be passed into
gradle executor
([#​34269](https://redirect.github.com/nrwl/nx/pull/34269))
- **gradle:** use gradle project name when resolving dependent tasks
([#​34331](https://redirect.github.com/nrwl/nx/pull/34331))
- **maven:** include pom.xml and ancestor pom files as inputs for all
targets
([#​34291](https://redirect.github.com/nrwl/nx/pull/34291))
- **misc:** improve freebsd build reliability with better error handling
and disk cleanup
([#​34326](https://redirect.github.com/nrwl/nx/pull/34326))
- **nx-dev:** update broken /launch-nx links
([#​34192](https://redirect.github.com/nrwl/nx/pull/34192))
- **nx-dev:** update dead links across nx-dev UI libraries
([#​34238](https://redirect.github.com/nrwl/nx/pull/34238))
- **nx-dev:** fix internal link check caching and remaining /launch-nx
link ([#​34255](https://redirect.github.com/nrwl/nx/pull/34255),
[#​34183](https://redirect.github.com/nrwl/nx/issues/34183))
- **nx-dev:** make headers and table options linkable
([#​34267](https://redirect.github.com/nrwl/nx/pull/34267))
- **nx-dev:** fix double-counting and exclude assets from page tracking
([#​34286](https://redirect.github.com/nrwl/nx/pull/34286))
- **nx-dev:** exclude large native deps from build bundle
([#​34335](https://redirect.github.com/nrwl/nx/pull/34335))
- **nx-dev:** fix og images wrong URL for embeds
([#​34346](https://redirect.github.com/nrwl/nx/pull/34346))
- **nx-dev:** use right URL for the given netlify context
([#​34348](https://redirect.github.com/nrwl/nx/pull/34348))
- **nx-dev:** include nx cli examples on refs page
([#​34367](https://redirect.github.com/nrwl/nx/pull/34367))
- **react:** remove file-loader dependency and update svgr migration
([#​34218](https://redirect.github.com/nrwl/nx/pull/34218))
- **repo:** align pnpm version in CI workflows with package.json
([#​34370](https://redirect.github.com/nrwl/nx/pull/34370))
- **testing:** add timeout to runCommandUntil to prevent hanging tests
([#​34148](https://redirect.github.com/nrwl/nx/pull/34148))
- **testing:** preload vitest/node to prevent race condition on Node 24
([#​34261](https://redirect.github.com/nrwl/nx/pull/34261),
[#​34028](https://redirect.github.com/nrwl/nx/issues/34028),
[#​33091](https://redirect.github.com/nrwl/nx/issues/33091))
- **vite:** handle sophisticated vite plugins
([#​34242](https://redirect.github.com/nrwl/nx/pull/34242))
- **web:** ensure vitest config file is created
([#​34216](https://redirect.github.com/nrwl/nx/pull/34216))
##### ❤️ Thank You
- AgentEnder
[@​AgentEnder](https://redirect.github.com/AgentEnder)
- barbados-clemens
[@​barbados-clemens](https://redirect.github.com/barbados-clemens)
- Caleb Ukle
- Claude
- Claude Opus 4.5
- Claude Opus 4.6
- Colum Ferry [@​Coly010](https://redirect.github.com/Coly010)
- Copilot [@​Copilot](https://redirect.github.com/Copilot)
- Craigory Coppola
[@​AgentEnder](https://redirect.github.com/AgentEnder)
- Drew Teachout
[@​drewteachout](https://redirect.github.com/drewteachout)
- FrozenPandaz
[@​FrozenPandaz](https://redirect.github.com/FrozenPandaz)
- iceThief (민찬기)
[@​Chanki-Min](https://redirect.github.com/Chanki-Min)
- Jack Hsu [@​jaysoo](https://redirect.github.com/jaysoo)
- James Henry
[@​JamesHenry](https://redirect.github.com/JamesHenry)
- Jason Jean
[@​FrozenPandaz](https://redirect.github.com/FrozenPandaz)
- jaysoo [@​jaysoo](https://redirect.github.com/jaysoo)
- Jonathan Cammisuli
[@​Cammisuli](https://redirect.github.com/Cammisuli)
- Juri Strumpflohner
[@​juristr](https://redirect.github.com/juristr)
- Kai Gritun
- Leosvel Pérez Espinosa
[@​leosvelperez](https://redirect.github.com/leosvelperez)
- Louie Weng [@​lourw](https://redirect.github.com/lourw)
- MaxKless [@​MaxKless](https://redirect.github.com/MaxKless)
- Miguel [@​mpsanchis](https://redirect.github.com/mpsanchis)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - "after 10am and before 4pm every weekday" in timezone
America/New_York.
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/nsheaps/portainer-stacks).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 98e9eb9 commit f85b913
1 file changed
Lines changed: 119 additions & 46 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
96 | | - | |
97 | | - | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
103 | | - | |
104 | | - | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
110 | | - | |
111 | | - | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
117 | | - | |
118 | | - | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
124 | | - | |
125 | | - | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
131 | | - | |
132 | | - | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
138 | | - | |
139 | | - | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
145 | | - | |
146 | | - | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
152 | | - | |
153 | | - | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
159 | | - | |
160 | | - | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
255 | 262 | | |
256 | 263 | | |
257 | 264 | | |
| |||
270 | 277 | | |
271 | 278 | | |
272 | 279 | | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
273 | 287 | | |
274 | 288 | | |
275 | 289 | | |
| |||
288 | 302 | | |
289 | 303 | | |
290 | 304 | | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
291 | 314 | | |
292 | 315 | | |
293 | 316 | | |
| |||
441 | 464 | | |
442 | 465 | | |
443 | 466 | | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
444 | 478 | | |
445 | 479 | | |
446 | 480 | | |
| |||
534 | 568 | | |
535 | 569 | | |
536 | 570 | | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
537 | 580 | | |
538 | 581 | | |
539 | 582 | | |
| |||
723 | 766 | | |
724 | 767 | | |
725 | 768 | | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
| 776 | + | |
| 777 | + | |
| 778 | + | |
| 779 | + | |
| 780 | + | |
| 781 | + | |
726 | 782 | | |
727 | 783 | | |
728 | 784 | | |
| |||
819 | 875 | | |
820 | 876 | | |
821 | 877 | | |
| 878 | + | |
| 879 | + | |
| 880 | + | |
| 881 | + | |
| 882 | + | |
| 883 | + | |
| 884 | + | |
| 885 | + | |
| 886 | + | |
822 | 887 | | |
823 | 888 | | |
824 | 889 | | |
| |||
843 | 908 | | |
844 | 909 | | |
845 | 910 | | |
846 | | - | |
847 | | - | |
| 911 | + | |
| 912 | + | |
848 | 913 | | |
849 | 914 | | |
850 | | - | |
851 | | - | |
852 | | - | |
853 | | - | |
854 | | - | |
855 | | - | |
856 | | - | |
857 | | - | |
858 | | - | |
859 | | - | |
| 915 | + | |
| 916 | + | |
| 917 | + | |
| 918 | + | |
| 919 | + | |
| 920 | + | |
| 921 | + | |
| 922 | + | |
| 923 | + | |
| 924 | + | |
860 | 925 | | |
861 | 926 | | |
862 | 927 | | |
863 | 928 | | |
864 | | - | |
865 | 929 | | |
866 | 930 | | |
867 | 931 | | |
868 | 932 | | |
869 | 933 | | |
| 934 | + | |
870 | 935 | | |
871 | 936 | | |
872 | 937 | | |
| |||
880 | 945 | | |
881 | 946 | | |
882 | 947 | | |
| 948 | + | |
883 | 949 | | |
884 | 950 | | |
885 | 951 | | |
| |||
892 | 958 | | |
893 | 959 | | |
894 | 960 | | |
895 | | - | |
896 | | - | |
| 961 | + | |
| 962 | + | |
897 | 963 | | |
898 | 964 | | |
899 | 965 | | |
| |||
923 | 989 | | |
924 | 990 | | |
925 | 991 | | |
926 | | - | |
| 992 | + | |
927 | 993 | | |
928 | 994 | | |
929 | 995 | | |
| |||
979 | 1045 | | |
980 | 1046 | | |
981 | 1047 | | |
| 1048 | + | |
| 1049 | + | |
| 1050 | + | |
| 1051 | + | |
| 1052 | + | |
| 1053 | + | |
| 1054 | + | |
982 | 1055 | | |
983 | 1056 | | |
984 | 1057 | | |
| |||
0 commit comments