I've formatted this as a FAQ, please feel free to open an issue for any additional question and I'll add the response here.
Q: What impact will this have on me?
In most cases, you shouldn't notice any change.
The only exception I can think of is if you pull code directly from https://github.com/visionmedia/debug, e.g. via a "debug": "visionmedia/debug"-type version entry in your package.json - in which case, you should still be fine due to the automatic redirection Github sets up, but you should also update any references as soon as possible.
Q: What are the security implications of this change?
If you pull code directly from the old URL, you should update the URL to https://github.com/debug-js/debug as soon as possible. The old organization has many approved owners and thus a new repository could (in theory) be created at the old URL, circumventing Github's automatic redirect that is in place now and serving malicious code. I (@qix-) also wouldn't have access to that repository, so while I don't think it would happen, it's still something to consider.
Even in such a case, however, the officially released package on npm (debug) would not be affected. That package is still very much under control (even more than it used to be).
Q: What should I do if I encounter an issue related to the migration?
Search the issues first to see if someone has already reported it, and then open a new issue if someone has not.
Q: Why was this done as a 'patch' release? Isn't this breaking?
No, it shouldn't be breaking. The package on npm shouldn't be affected (aside from this patch release) and any references to the old repository should automatically redirect.
Thus, according to all of the "APIs" (loosely put) involved, nothing should have broken.
8f9e481ecc1204c7a1331b697f97903f90c75154 fixed false positive of ReferenceTracker.
v1.4.2
🐛 Bug fixes
e4cb01498df6096b66edb0c78965ee6f47d3ac77 fixed a regression of the previous release.
v1.4.1
🐛 Bug fixes
c119e832952c8c653bd4f21e39eb9f7ce48e5947 fixed getStaticValue() function to handle null literal correctly even if runtimes don't support BigInt natively.
587cca2f82c245f5fc4a8b9fb2cf6b35c0d02552 fixed getStringIfConstant() function to handle regular expression literals and BigInt literals even if runtimes don't support those.
66456c5356310fc4309b4fe2756995f27b907747 (and ebf5a8378d3f0a20a74adb158a7112cb616bce44, aac472e815551688d23cc8fd88f9044dbf276804) added isParenthesized() function that checks if a given node is parenthesized or not.
4f8407dd6cd52274ba115b3a8558153ec6d799a7 (and cb518c70ee037722f802d808bbbe93da83f07fb3) added hasSideEffect() function that checks if a given node may have side-effects or not.
To trigger a single review, invoke the @coderabbitai review command.
You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Share
- [X](https://twitter.com/intent/tweet?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A&url=https%3A//coderabbit.ai)
- [Mastodon](https://mastodon.social/share?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A%20https%3A%2F%2Fcoderabbit.ai)
- [Reddit](https://www.reddit.com/submit?title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&text=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code.%20Check%20it%20out%3A%20https%3A//coderabbit.ai)
- [LinkedIn](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fcoderabbit.ai&mini=true&title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&summary=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code)
Tips
### Chat
There are 3 ways to chat with [CodeRabbit](https://coderabbit.ai):
- Review comments: Directly reply to a review comment made by CodeRabbit. Example:
- `I pushed a fix in commit .`
- `Generate unit testing code for this file.`
- `Open a follow-up GitHub issue for this discussion.`
- Files and specific lines of code (under the "Files changed" tab): Tag `@coderabbitai` in a new review comment at the desired location with your query. Examples:
- `@coderabbitai generate unit testing code for this file.`
- `@coderabbitai modularize this function.`
- PR comments: Tag `@coderabbitai` in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
- `@coderabbitai generate interesting stats about this repository and render them as a table.`
- `@coderabbitai show all the console.log statements in this repository.`
- `@coderabbitai read src/utils.ts and generate unit testing code.`
- `@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.`
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.
### CodeRabbit Commands (invoked as PR comments)
- `@coderabbitai pause` to pause the reviews on a PR.
- `@coderabbitai resume` to resume the paused reviews.
- `@coderabbitai review` to trigger a review. This is useful when automatic reviews are disabled for the repository.
- `@coderabbitai resolve` resolve all the CodeRabbit review comments.
- `@coderabbitai help` to get help.
Additionally, you can add `@coderabbitai ignore` anywhere in the PR description to prevent this PR from being reviewed.
### CodeRabbit Configration File (`.coderabbit.yaml`)
- You can programmatically configure CodeRabbit by adding a `.coderabbit.yaml` file to the root of your repository.
- Please see the [configuration documentation](https://docs.coderabbit.ai/guides/configure-coderabbit) for more information.
- If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: `# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json`
### Documentation and Community
- Visit our [Documentation](https://coderabbit.ai/docs) for detailed information on how to use CodeRabbit.
- Join our [Discord Community](https://discord.com/invite/GsXnASn26c) to get help, request features, and share feedback.
- Follow us on [X/Twitter](https://twitter.com/coderabbitai) for updates and announcements.
Bumps the npm_and_yarn group with 24 updates in the / directory:
16.9.0
16.10.1
6.3.0
6.4.2
4.1.1
4.3.4
6.4.0
6.5.5
1.3.1
1.4.3
3.1.0
5.1.2
1.6.0
1.7.5
3.11.3
5.0.4
3.5.21
removed
4.0.0-beta.8
4.5.2
3.6.1
3.14.1
3.1.0
3.2.2
1.3.4
1.6.0
0.5.9
4.1.1
3.0.4
3.0.8
1.3.1
1.3.2
7.0.6
8.4.38
4.0.1
7.0.0
6.5.2
6.5.3
5.6.0
5.7.2
1.13.0
1.18.0
6.0.1
6.0.2
0.1.1
0.1.4
4.0.0
4.0.3
Updates
react-dom
from 16.9.0 to 16.10.1Release notes
Sourced from react-dom's releases.
Changelog
Sourced from react-dom's changelog.
Commits
d346d92
Allow Suspense Mismatch on the Client to Silently Proceed (#16943)3694a3b
Selective Hydration (#16880)d6d83d7
[react-interactions] Add Portal propagation configuration (#16889)18d2e0c
Warning system refactoring (part 1) (#16799)0a52770
Event Replaying (#16725)924a305
[react-ui] Remove event object warnings (#16822)a5df18a
prevent firefox marking required textareas invalid (#16578)8e0c574
Follow-up to initial Trusted Types support (#16795)494300b
[react-ui] Move experimental event+a11y work to react-ui package (#16794)b8d079b
Add trusted types to react on client side (#16157)Updates
acorn
from 6.3.0 to 6.4.2Commits
f6b83ed
Mark version 6.4.2f51895b
Fix potentially-exponential regular expression in use-strict-scanning9a2e9b6
Mark version 6.4.190a9548
More rigorously check surrogate pairs in regexp validatordf0cf1a
Mark version 6.4.05303412
Also export Parser via Parser.acornefe273e
give token types and etc to pluginsUpdates
debug
from 4.1.1 to 4.3.4Release notes
Sourced from debug's releases.
... (truncated)
Commits
da66c86
4.3.49b33412
replace deprecated String.prototype.substr() (#876)c0805cc
add section about configuring JS console to show debug messages (#866)043d3cd
4.3.34079aae
update license and more maintainership information19b36c0
update repository location + maintainership informationf851b00
adds README section regarding usage in child procs (#850)d177f2b
Remove accidental epizeuxise47f96d
4.3.21e9d38c
cache enabled status per-logger (#799)Maintainer changes
This version was pushed to npm by qix, a new releaser for debug since your current version.
Updates
elliptic
from 6.4.0 to 6.5.5Commits
7570078
6.5.5206da2e
lib: lint0a78e03
[Fix] restore node < 4 compat43ac7f2
6.5.4f4bc72b
package: bump deps441b742
ec: validate that a point before deriving keyse71b2d9
lib: relint using eslint8421a01
build(deps): bump elliptic from 6.4.1 to 6.5.3 (#231)8647803
6.5.3856fe4d
signature: prevent malleability and overflowsUpdates
eslint-utils
from 1.3.1 to 1.4.3Release notes
Sourced from eslint-utils's releases.
Commits
23f4ddc
🔖 1.4.38f9e481
🐛 fix reference tracker false positive6633278
⚒ fix test scripts7c8e67c
⚒ fix build scripts41ff95e
⚒ update dependencies4942012
⚒ fix build scriptsf1c8d02
⚒ update build scriptsa88598a
Create FUNDING.yml4e1bc07
1.4.2e4cb014
🐛 add null testUpdates
glob-parent
from 3.1.0 to 5.1.2Release notes
Sourced from glob-parent's releases.
Changelog
Sourced from glob-parent's changelog.
... (truncated)
Commits
eb2c439
chore: update changelog12bcb6c
chore: release 5.1.2f923116
fix: eliminate ReDoS (#36)0b014a7
chore: add JSDoc returns information (#33)2b24ebd
chore: generate initial changelog9b6e874
chore: release 5.1.1749c35e
ci: try wrapping the JOB_ID in a string5d39def
ci: attempt to switch to published coveralls0b5b37f
ci: put the npm step back in for only Windows473f5d8
ci: update azure build imagesMaintainer changes
This version was pushed to npm by phated, a new releaser for glob-parent since your current version.
Updates
watchpack
from 1.6.0 to 1.7.5Release notes
Sourced from watchpack's releases.
Commits
a31d9eb
1.7.5269291e
Merge pull request #180 from webpack/bugfix/engine-check2fb7652
remove node engine check for chokidar 2f7ef8e0
1.7.49ce9da6
remove subpackage from this package0276211
1.7.3333a112
Merge pull request #166 from webpack/deps/upgrade-v1e86fd3c
Merge pull request #168 from timneutkens/fix/use-latest-chokidar7ee98e2
Use latest Chokidar version8edfd9a
regenerate lockfileUpdates
webpack-dev-server
from 3.11.3 to 5.0.4Release notes
Sourced from webpack-dev-server's releases.
... (truncated)
Changelog
Sourced from webpack-dev-server's changelog.
... (truncated)
Commits
64a1860
chore(release): 5.0.4aab576a
fix(security): bump webpack-dev-middleware (#5112)fb6f22a
chore(deps-dev): bump@commitlint/config-conventional
(#5104)ba9dfb6
chore(deps-dev): bump@commitlint/cli
from 19.0.3 to 19.1.0 (#5103)08cab58
chore(release): 5.0.337f4760
chore(deps-dev): bump@types/node
from 20.11.25 to 20.11.26 (#5102)6e1aed3
fix(types): proxy (#5101)8ea7cb8
chore(deps): bump open from 10.0.4 to 10.1.0 (#5100)c6a3586
chore(deps-dev): bump puppeteer from 22.4.0 to 22.4.1 (#5099)2201442
chore(deps): update (#5096)Removes
html-minifier
Updates
html-webpack-plugin
from 4.0.0-beta.8 to 4.5.2Changelog
Sourced from html-webpack-plugin's changelog.
... (truncated)
Commits
Maintainer changes
This version was pushed to npm by jantimon, a new releaser for html-webpack-plugin since your current version.
Updates
js-yaml
from 3.6.1 to 3.14.1Changelog
Sourced from js-yaml's changelog.
... (truncated)
Commits
37caaad
3.14.1 released094c0f7
dist rebuild9586ebe
Avoid calling hasOwnProperty of user-controlled objects34e5072
3.14.0 released7b25c83
Browser files rebuild6f73473
Dev deps bump0c29349
Travis-CI: drop old nodejs versions10be97e
fix(loader): Add support forsafe/loadAll(input, options)
d6983dd
Fix issue #526: wrong quote position writing condensed flow (#527)93fbf7d
fix issue 526 (wrong quote position writing condensed flow)Updates
kind-of
from 3.1.0 to 3.2.2Changelog
Sourced from kind-of's changelog.
Commits
0ffe67c
3.2.219fa8ab
fix version2ccb4ed
3.2.1deba378
3.2.15bfd67b
add browserify9c94237
3.2.0c9c3f09
run verbddeacd6
run update10265f9
Merge pull request #10 from ksheedlo/unrequire-buffer0cfb70e
Remove unnecessary typeof Buffer checkUpdates
mime
from 1.3.4 to 1.6.0Changelog
Sourced from mime's changelog.
... (truncated)
Commits
87b396e
1.6.04db5125
changelog3668c6b
Use mime-score module to resolve extension conflicts. Fixes #183949b451
1.5.085672d3
application/font-woff -> font/woff1f6281d
chmod cli.jsc0853d2
update to mime-db@v1.31.03004636
Generate CHANGELOG.md via github-release-noteseb24bae
1.4.1855d0c4
Fix #167Updates
url-loader
from 0.5.9 to 4.1.1Release notes
Sourced from url-loader's releases.
... (truncated)
Changelog
Sourced from url-loader's changelog.
... (truncated)
Commits
acf4eb1
chore(release): 4.1.120c744b
chore(deps): update (#220)1811901
chore: remove unnecessary deps35eeed1
ci: migrate on github actions (#213)Thanks @dependabot[bot] for opening this PR!
For COLLABORATOR only :
To add labels, comment on the issue
/label add label1,label2,label3
To remove labels, comment on the issue
/label remove label1,label2,label3
Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information
Unable to locate .performanceTestingBot config file
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Share
- [X](https://twitter.com/intent/tweet?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A&url=https%3A//coderabbit.ai) - [Mastodon](https://mastodon.social/share?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A%20https%3A%2F%2Fcoderabbit.ai) - [Reddit](https://www.reddit.com/submit?title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&text=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code.%20Check%20it%20out%3A%20https%3A//coderabbit.ai) - [LinkedIn](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fcoderabbit.ai&mini=true&title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&summary=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code)Tips
### Chat There are 3 ways to chat with [CodeRabbit](https://coderabbit.ai): - Review comments: Directly reply to a review comment made by CodeRabbit. Example: - `I pushed a fix in commitNew and removed dependencies detected. Learn more about Socket for GitHub ↗︎
+9
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
+1
+1
+2
0
0
0
0
+12
0
0
0
0
+1
0
0
0
0
0
0
0
0
0
0
+12
0
0
0
0
0
0
+1
0
0
0
0
0
0
0
0
+1
0
🚮 Removed packages: npm/@types/glob@7.2.0, npm/@types/minimatch@5.1.2, npm/acorn@6.3.0, npm/ansi-colors@3.2.4, npm/array-flatten@2.1.2, npm/async-limiter@1.0.1, npm/bonjour@3.5.0, npm/buffer-indexof@1.1.1, npm/camel-case@3.0.0, npm/clean-css@4.2.1, npm/connect-history-api-fallback@1.6.0, npm/debug@4.1.1, npm/deep-equal@1.1.2, npm/default-gateway@4.2.0, npm/del@4.1.1, npm/dns-equal@1.0.0, npm/dns-packet@1.3.4, npm/dns-txt@2.0.2, npm/elliptic@6.5.1, npm/eslint-utils@1.4.2, npm/esprima@2.7.3, npm/faye-websocket@0.11.3, npm/glob-parent@5.1.2, npm/glob@7.1.4, npm/global-modules@2.0.0, npm/global-prefix@3.0.0, npm/globals@11.12.0, npm/globby@14.0.1, npm/globule@1.2.1, npm/gonzales-pe-sl@4.2.3, npm/gopd@1.0.1, npm/graceful-fs@4.2.2, npm/gzip-size@3.0.0, npm/handle-thing@2.0.1, npm/har-schema@2.0.0, npm/har-validator@5.1.5, npm/hard-rejection@2.1.0, npm/harmony-reflect@1.6.1, npm/has-ansi@2.0.0, npm/has-property-descriptors@1.0.2, npm/has-proto@1.0.3, npm/has-symbols@1.0.0, npm/has-tostringtag@1.0.2, npm/has-unicode@2.0.1, npm/has-value@1.0.0, npm/has-values@1.0.0, npm/has@1.0.3, npm/hash-base@3.0.4, npm/hash.js@1.1.7, npm/hasown@2.0.2, npm/he@1.2.0, npm/hmac-drbg@1.0.1, npm/hosted-git-info@2.8.9, npm/hpack.js@2.1.6, npm/html-element-map@1.1.0, npm/html-entities@1.4.0, npm/html-escaper@2.0.2, npm/html-minifier@4.0.0, npm/html-webpack-plugin@4.0.0-beta.8, npm/http-cache-semantics@4.1.1, npm/http-deceiver@1.2.7, npm/http-errors@1.7.3, npm/http-parser-js@0.4.10, npm/http-proxy-agent@4.0.1, npm/http-proxy-middleware@0.19.1, npm/http-proxy@1.18.1, npm/http-signature@1.2.0, npm/https-browserify@1.0.0, npm/https-proxy-agent@5.0.1, npm/human-signals@2.1.0, npm/humanize-ms@1.2.1, npm/iconv-lite@0.4.24, npm/icss-utils@5.1.0, npm/identity-obj-proxy@3.0.0, npm/ieee754@1.1.13, npm/iferr@0.1.5, npm/ignore@3.3.10, npm/immer@9.0.21, npm/import-fresh@3.1.0, npm/import-local@3.1.0, npm/imurmurhash@0.1.4, npm/indent-string@2.1.0, npm/infer-owner@1.0.4, npm/inflight@1.0.6, npm/inherits@2.0.4, npm/ini@1.3.8, npm/inquirer@6.5.2, npm/internal-ip@4.3.0, npm/invariant@2.2.4, npm/ip-address@9.0.5, npm/ip-regex@2.1.0, npm/ip@1.1.9, npm/ipaddr.js@1.9.1, npm/is-arguments@1.1.1, npm/is-arrayish@0.2.1, npm/is-binary-path@1.0.1, npm/is-boolean-object@1.0.0, npm/is-buffer@1.1.6, npm/is-callable@1.1.4, npm/is-core-module@2.13.1, npm/is-date-object@1.0.1, npm/is-docker@2.2.1, npm/is-extendable@0.1.1, npm/is-finite@1.0.2, npm/is-fullwidth-code-point@2.0.0, npm/is-generator-fn@2.1.0, npm/is-glob@4.0.3, npm/is-lambda@1.0.1, npm/is-my-ip-valid@1.0.1, npm/is-my-json-valid@2.20.6, npm/is-number-object@1.0.3, npm/is-number@7.0.0, npm/is-path-cwd@2.2.0, npm/is-path-in-cwd@2.1.0, npm/is-path-inside@2.1.0, npm/is-plain-obj@1.1.0, npm/is-plain-object@2.0.4, npm/is-potential-custom-element-name@1.0.1, npm/is-promise@2.1.0, npm/is-property@1.0.2, npm/is-regex@1.0.4, npm/is-resolvable@1.1.0, npm/is-root@2.1.0, npm/is-stream@1.1.0, npm/is-string@1.0.4, npm/is-subset@0.1.1, npm/is-symbol@1.0.2, npm/is-typedarray@1.0.0, npm/is-windows@1.0.2, npm/is-wsl@1.1.0, npm/isarray@1.0.0, npm/isexe@2.0.0, npm/isstream@0.1.2, npm/istanbul-lib-coverage@3.2.2, npm/istanbul-lib-instrument@5.2.1, npm/istanbul-lib-report@3.0.1, npm/istanbul-lib-source-maps@4.0.1, npm/istanbul-reports@3.1.7, npm/jasmine-reporters@2.5.2, npm/jest-changed-files@29.7.0, npm/jest-circus@29.7.0, npm/jest-config@29.7.0, npm/jest-diff@29.7.0, npm/jest-docblock@29.7.0, npm/jest-each@29.7.0, npm/jest-environment-node@29.7.0, npm/jest-get-type@29.6.3, npm/jest-haste-map@29.7.0, npm/jest-leak-detector@29.7.0, npm/jest-matcher-utils@29.7.0, npm/jest-message-util@29.7.0, npm/jest-mock@29.7.0, npm/jest-pnp-resolver@1.2.3, npm/jest-regex-util@29.6.3, npm/jest-resolve-dependencies@29.7.0, npm/jest-resolve@29.7.0, npm/jest-runner@29.7.0, npm/jest-runtime@29.7.0, npm/jest-snapshot@29.7.0, npm/jest-util@29.7.0, npm/jest-validate@29.7.0, npm/jest-watcher@29.7.0, npm/jest-worker@29.7.0, npm/jest@29.7.0, npm/js-base64@2.6.4, npm/js-levenshtein@1.1.6, npm/js-tokens@4.0.0, npm/js-yaml@3.6.1, npm/jsbn@0.1.1, npm/jsdom@16.5.0, npm/jsesc@2.5.2, npm/json-parse-better-errors@1.0.2, npm/json-parse-even-better-errors@2.3.1, npm/json-schema-traverse@0.4.1, npm/json-stable-stringify-without-jsonify@1.0.1, npm/json-stable-stringify@1.1.1, npm/json-stringify-safe@5.0.1, npm/json5@2.2.3, npm/jsonfile@2.4.0, npm/jsonify@0.0.1, npm/jsonpointer@5.0.1, npm/jsprim@1.4.2, npm/jsx-ast-utils@2.2.1, npm/killable@1.0.1, npm/kleur@3.0.3, npm/known-css-properties@0.3.0, npm/last-call-webpack-plugin@3.0.0, npm/lcov-parse@1.0.0, npm/leven@3.1.0, npm/levn@0.3.0, npm/lilconfig@2.1.0, npm/lines-and-columns@1.2.4, npm/lint-staged@3.6.1, npm/listr-silent-renderer@1.1.1, npm/listr-update-renderer@0.2.0, npm/listr-verbose-renderer@0.4.1, npm/listr@0.12.0, npm/loader-fs-cache@1.0.3, npm/loader-runner@2.4.0, npm/loader-utils@1.4.2, npm/locate-path@2.0.0, npm/lodash.capitalize@4.2.1, npm/lodash.chunk@4.2.0, npm/lodash.escape@4.0.1, npm/lodash.flattendeep@4.4.0, npm/lodash.isequal@4.5.0, npm/lodash.kebabcase@4.1.1, npm/lodash.memoize@4.1.2, npm/lodash.uniq@4.5.0, npm/lodash@4.17.21, npm/log-driver@1.2.7, npm/log-symbols@1.0.2, npm/log-update@1.0.2, npm/loglevel@1.9.1, npm/loose-envify@1.4.0, npm/lower-case@1.1.4, npm/lru-cache@4.1.5, npm/make-dir@2.1.0, npm/make-fetch-happen@9.1.0, npm/makeerror@1.0.12, npm/mamacro@0.0.3, npm/map-cache@0.2.2, npm/map-obj@4.3.0, npm/map-visit@1.0.0, npm/md5.js@1.3.5, npm/mdn-data@2.0.14, npm/media-typer@0.3.0, npm/memfs@3.5.3, npm/memory-fs@0.4.1, npm/meow@9.0.0, npm/merge-descriptors@1.0.1, npm/merge-stream@2.0.0, npm/merge2@1.4.1, npm/merge@1.2.1, npm/methods@1.1.2, npm/micromatch@4.0.5, npm/miller-rabin@4.0.1, npm/mime-db@1.40.0, npm/mime-types@2.1.24, npm/mime@1.6.0, npm/mimic-fn@1.2.0, npm/min-indent@1.0.1, npm/mini-css-extract-plugin@0.4.5, npm/minimalistic-assert@1.0.1, npm/minimalistic-crypto-utils@1.0.1, npm/minimatch@3.1.2, npm/minimist-options@4.1.0, npm/minimist@1.2.8, npm/minipass-collect@1.0.2, npm/minipass-fetch@1.4.1, npm/minipass-flush@1.0.5, npm/minipass-pipeline@1.2.4, npm/minipass-sized@1.0.3, npm/minipass@3.3.6, npm/minizlib@2.1.2, npm/mixin-deep@1.3.2, npm/mkdirp@0.5.6, npm/moo@0.4.3, npm/move-concurrently@1.0.1, npm/ms@2.1.2, npm/multicast-dns-service-types@1.1.0, npm/multicast-dns@6.2.3, npm/mute-stream@0.0.7, npm/nan@2.14.0, npm/nanoid@3.3.7, npm/nanomatch@1.2.13, npm/natural-compare@1.4.0, npm/nearley@2.19.0, npm/negotiator@0.6.3, npm/neo-async@2.6.1, npm/next-tick@1.1.0, npm/nice-try@1.0.5, npm/no-case@2.3.2, npm/node-forge@0.10.0, npm/node-gyp@8.4.1, npm/node-int64@0.4.0, npm/node-libs-browser@2.2.1, npm/node-sass@7.0.3, npm/nopt@5.0.0, npm/normalize-package-data@2.5.0, npm/normalize-path@2.1.1, npm/normalize-url@6.1.0, npm/npm-path@2.0.4, npm/npm-run-path@2.0.2, npm/npm-which@3.0.1, npm/npmlog@5.0.1, npm/number-is-nan@1.0.1, npm/oauth-sign@0.9.0, npm/object-assign@4.1.1, npm/object-copy@0.1.0, npm/object-hash@1.3.1, npm/object-inspect@1.6.0, npm/object-is@1.0.1, npm/object-keys@1.1.1, npm/object-visit@1.0.1, npm/object.assign@4.1.0, npm/object.entries@1.1.0, npm/object.fromentries@2.0.0, npm/object.getownpropertydescriptors@2.0.3, npm/object.pick@1.3.0, npm/object.values@1.1.0, npm/obuf@1.1.2, npm/on-finished@2.3.0, npm/on-headers@1.0.2, npm/once@1.4.0, npm/onetime@2.0.1, npm/open@8.4.2, npm/optimize-css-assets-webpack-plugin@6.0.1, npm/optionator@0.8.2, npm/ora@0.2.3, npm/os-browserify@0.3.0, npm/os-homedir@1.0.2, npm/os-shim@0.1.3, npm/os-tmpdir@1.0.2, npm/p-finally@1.0.0, npm/p-limit@1.3.0, npm/p-locate@2.0.0, npm/p-map@1.2.0, npm/p-retry@3.0.1, npm/p-try@1.0.0, npm/pako@1.0.10, npm/parallel-transform@1.2.0, npm/param-case@2.1.1, npm/parent-module@1.0.1, npm/parse-asn1@5.1.4, npm/parse-json@2.2.0, npm/parse5-htmlparser2-tree-adapter@7.0.0, npm/parseurl@1.3.3, npm/pascalcase@0.1.1, npm/path-browserify@0.0.1, npm/path-dirname@1.0.2, npm/path-exists@3.0.0, npm/path-is-absolute@1.0.1, npm/path-is-inside@1.0.2, npm/path-key@2.0.1, npm/path-parse@1.0.7, npm/path-to-regexp@0.1.7, npm/path-type@4.0.0, npm/pbkdf2@3.0.17, npm/performance-now@2.1.0, npm/picocolors@1.0.0, npm/picomatch@2.3.1, npm/pify@2.3.0, npm/pinkie-promise@2.0.1, npm/pinkie@2.0.4, npm/pirates@4.0.6, npm/pkg-dir@3.0.0, npm/pkg-up@3.1.0, npm/pluralize@1.2.1, npm/portfinder@1.0.32, npm/posix-character-classes@0.1.1, npm/postcss-calc@8.2.4, npm/postcss-colormin@5.3.1, npm/postcss-convert-values@5.1.3, npm/postcss-discard-comments@5.1.2, npm/postcss-discard-duplicates@5.1.0, npm/postcss-discard-empty@5.1.1, npm/postcss-discard-overridden@5.1.0, npm/postcss-merge-longhand@5.1.7, npm/postcss-merge-rules@5.1.4, npm/postcss-minify-font-values@5.1.0, npm/postcss-minify-gradients@5.1.1, npm/postcss-minify-params@5.1.4, npm/postcss-minify-selectors@5.2.1, npm/postcss-modules-extract-imports@3.1.0, npm/postcss-modules-local-by-default@4.0.5, npm/postcss-modules-scope@3.2.0, npm/postcss-modules-values@4.0.0, npm/postcss-normalize-charset@5.1.0, npm/postcss-normalize-display-values@5.1.0, npm/postcss-normalize-positions@5.1.1, npm/postcss-normalize-repeat-style@5.1.1, npm/postcss-normalize-string@5.1.0, npm/postcss-normalize-timing-functions@5.1.0, npm/postcss-normalize-unicode@5.1.1, npm/postcss-normalize-url@5.1.0, npm/postcss-normalize-whitespace@5.1.1, npm/postcss-ordered-values@5.1.3, npm/postcss-reduce-initial@5.1.2, npm/postcss-reduce-transforms@5.1.0, npm/postcss-safe-parser@4.0.1, npm/postcss-selector-parser@6.0.16, npm/postcss-svgo@5.1.0, npm/postcss-unique-selectors@5.1.1, npm/postcss-value-parser@4.2.0, npm/postcss@8.4.38, npm/pre-commit@1.2.2, npm/prelude-ls@1.1.2, npm/prettier@1.18.2, npm/pretty-error@2.1.1, npm/pretty-format@29.7.0, npm/private@0.1.8, npm/process-nextick-args@2.0.1, npm/process@0.11.10, npm/progress@2.0.3, npm/promise-inflight@1.0.1, npm/promise-retry@2.0.1, npm/prompts@2.4.2, npm/prop-types-exact@1.2.0, npm/prop-types@15.7.2, npm/proxy-addr@2.0.7, npm/prr@1.0.1, npm/pseudomap@1.0.2, npm/psl@1.3.1, npm/public-encrypt@4.0.3, npm/pump@2.0.1, npm/pumpify@1.5.1, npm/punycode@1.4.1, npm/pure-rand@6.1.0, npm/qs@6.5.3, npm/querystring-es3@0.2.1, npm/querystring@0.2.0, npm/querystringify@2.1.1, npm/queue-microtask@1.2.3, npm/quick-lru@4.0.1, npm/raf@3.4.1, npm/railroad-diagrams@1.0.0, npm/randexp@0.4.6, npm/randombytes@2.1.0, npm/randomfill@1.0.4, npm/range-parser@1.2.1, npm/raw-body@2.5.2, npm/react-dev-utils@12.0.1, npm/react-dom@16.9.0, npm/react-error-overlay@6.0.11, npm/react-hot-api@0.4.7, npm/react-hot-loader@1.3.1, npm/react-is@16.9.0, npm/react-test-renderer@16.9.0, npm/react@16.9.0, npm/read-pkg-up@7.0.1, npm/read-pkg@5.2.0, npm/readable-stream@2.3.6, npm/readdirp@2.2.1, npm/readline2@1.0.1, npm/recursive-readdir@2.2.3, npm/redent@3.0.0, npm/reflect.ownkeys@0.2.0, npm/regenerate-unicode-properties@8.1.0, npm/regenerate@1.4.0, npm/regenerator-transform@0.14.1, npm/regex-not@1.0.2, npm/regexp-tree@0.1.13, npm/regexp.prototype.flags@1.5.2, npm/regexpp@2.0.1, npm/regexpu-core@4.5.5, npm/regjsgen@0.5.0, npm/regjsparser@0.6.0, npm/relateurl@0.2.7, npm/remove-trailing-separator@1.1.0, npm/renderkid@2.0.7, npm/repeat-element@1.1.3, npm/repeat-string@1.6.1, npm/repeating@2.0.1, npm/request@2.88.2, npm/require-directory@2.1.1, npm/require-from-string@1.2.1, npm/require-uncached@1.0.3, npm/requires-port@1.0.0, npm/resolve-cwd@2.0.0, npm/resolve-from@4.0.0, npm/resolve-url@0.2.1, npm/resolve.exports@2.0.2, npm/resolve@1.12.0, npm/restore-cursor@2.0.0, npm/ret@0.1.15, npm/retry@0.12.0, npm/reusify@1.0.4, npm/rimraf@2.5.4, npm/ripemd160@2.0.2, npm/rst-selector-parser@2.2.3, npm/run-async@2.3.0, npm/run-parallel@1.2.0, npm/run-queue@1.0.3, npm/rx-lite@3.1.2, npm/rxjs@6.5.3, npm/safe-regex@1.1.0, npm/safer-buffer@2.1.2, npm/sass-graph@4.0.1, npm/sass-lint@1.13.1, npm/sass-loader@7.3.1, npm/saxes@5.0.1, npm/scheduler@0.15.0, npm/schema-utils@0.4.7, npm/scss-tokenizer@0.4.3, npm/select-hose@2.0.0, npm/selfsigned@1.10.14, npm/semver@5.7.1, npm/send@0.17.1, npm/serialize-javascript@1.9.1, npm/serve-index@1.9.1, npm/serve-static@1.14.1, npm/set-blocking@2.0.0, npm/set-function-length@1.2.2, npm/set-function-name@2.0.2, npm/set-value@2.0.1, npm/setimmediate@1.0.5, npm/setprototypeof@1.1.1, npm/sha.js@2.4.11, npm/shallow-clone@3.0.1, npm/shebang-command@1.2.0, npm/shebang-regex@1.0.0, npm/shell-quote@1.8.1, npm/shelljs@0.6.1, npm/side-channel@1.0.6, npm/signal-exit@3.0.2
View full report↗︎
Check out the playback for this Pull Request here.