adobe / adobe/reactor-uploader
nodejs logs deprecation warnings
- Dominant language
- JavaScript
- Stars
- 10
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
### Expected Behaviour
There should not be any deprecation warnings from nodejs when running reactor-uploader.
### Actual Behaviour
nodejs logs "DeprecationWarning" messages when running reactor-uploader.
### Reproduce Scenario (including but not limited to)
#### Steps to Reproduce
1. Run `npx @adobe/reactor-uploader ...`
2. Look out for deprecation warnings.
#### Platform and Version
node 22.11.0
npm 10.9.1
reactor-uploader 6.0.1
#### Sample Code that illustrates the problem
#### Logs taken while reproducing problem
```
(node:45654) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
...
(node:45654) [DEP0044] DeprecationWarning: The `util.isArray` API is deprecated. Please use `Array.isArray()` instead.
```
Contributor guide
Research direction
Reproduce the issue with `npx @adobe/reactor-uploader ...` on Node 22.11.0, then rerun with `node --trace-deprecation` to identify the source of the DEP0040 and DEP0044 warnings. Inspect the reported dependency or entry point and verify that the command completes without deprecation warnings.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nodejs
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100