2lambda123 / volvo-cars-react-smartbanner

MIT License
0 stars 0 forks source link

Bump the npm_and_yarn group across 1 directory with 27 updates #9

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 6 months ago

Bumps the npm_and_yarn group with 24 updates in the / directory:

Package From To
react-dom 16.9.0 16.10.1
acorn 6.3.0 6.4.2
debug 4.1.1 4.3.4
elliptic 6.4.0 6.5.5
eslint-utils 1.3.1 1.4.3
glob-parent 3.1.0 5.1.2
watchpack 1.6.0 1.7.5
webpack-dev-server 3.11.3 5.0.4
html-minifier 3.5.21 removed
html-webpack-plugin 4.0.0-beta.8 4.5.2
js-yaml 3.6.1 3.14.1
kind-of 3.1.0 3.2.2
mime 1.3.4 1.6.0
url-loader 0.5.9 4.1.1
minimatch 3.0.4 3.0.8
mixin-deep 1.3.1 1.3.2
postcss 7.0.6 8.4.38
postcss-safe-parser 4.0.1 7.0.0
qs 6.5.2 6.5.3
semver 5.6.0 5.7.2
sshpk 1.13.0 1.18.0
ssri 6.0.1 6.0.2
websocket-extensions 0.1.1 0.1.4
y18n 4.0.0 4.0.3

Updates react-dom from 16.9.0 to 16.10.1

Release notes

Sourced from react-dom's releases.

16.10.1 (September 28, 2019)

React DOM

  • Fix regression in Next.js apps by allowing Suspense mismatch during hydration to silently proceed (@​sebmarkbage in #16943)

16.10.0 (September 27, 2019)

React DOM

Scheduler (Experimental)

  • Improve queue performance by switching its internal data structure to a min binary heap. (@​acdlite in #16245)
  • Use postMessage loop with short intervals instead of attempting to align to frame boundaries with requestAnimationFrame. (@​acdlite in #16214)

useSubscription

  • Avoid tearing issue when a mutation happens and the previous update is still in progress. (@​bvaughn in #16623)

Artifacts

• react: https://unpkg.com/react@16.10.0/umd/ • react-art: https://unpkg.com/react-art@16.10.0/umd/ • react-dom: https://unpkg.com/react-dom@16.10.0/umd/ • react-is: https://unpkg.com/react-is@16.10.0/umd/ • react-test-renderer: https://unpkg.com/react-test-renderer@16.10.0/umd/ • scheduler: https://unpkg.com/scheduler@0.16.0/umd/

Changelog

Sourced from react-dom's changelog.

16.10.1 (September 28, 2019)

React DOM

  • Fix regression in Next.js apps by allowing Suspense mismatch during hydration to silently proceed (@​sebmarkbage in #16943)

16.10.0 (September 27, 2019)

React DOM

Scheduler (Experimental)

  • Improve queue performance by switching its internal data structure to a min binary heap. (@​acdlite in #16245)
  • Use postMessage loop with short intervals instead of attempting to align to frame boundaries with requestAnimationFrame. (@​acdlite in #16214)

useSubscription

  • Avoid tearing issue when a mutation happens and the previous update is still in progress. (@​bvaughn in #16623)
Commits


Updates acorn from 6.3.0 to 6.4.2

Commits
  • f6b83ed Mark version 6.4.2
  • f51895b Fix potentially-exponential regular expression in use-strict-scanning
  • 9a2e9b6 Mark version 6.4.1
  • 90a9548 More rigorously check surrogate pairs in regexp validator
  • df0cf1a Mark version 6.4.0
  • 5303412 Also export Parser via Parser.acorn
  • efe273e give token types and etc to plugins
  • See full diff in compare view


Updates debug from 4.1.1 to 4.3.4

Release notes

Sourced from debug's releases.

4.3.4

What's Changed

New Contributors

Full Changelog: https://github.com/debug-js/debug/compare/4.3.3...4.3.4

4.3.3

Patch Release 4.3.3

This is a documentation-only release. Further, the repository was transferred. Please see notes below.

Thank you to @​taylor1791 and @​kristofkalocsai for their contributions.


Repository Migration Information

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.

... (truncated)

Commits
  • da66c86 4.3.4
  • 9b33412 replace deprecated String.prototype.substr() (#876)
  • c0805cc add section about configuring JS console to show debug messages (#866)
  • 043d3cd 4.3.3
  • 4079aae update license and more maintainership information
  • 19b36c0 update repository location + maintainership information
  • f851b00 adds README section regarding usage in child procs (#850)
  • d177f2b Remove accidental epizeuxis
  • e47f96d 4.3.2
  • 1e9d38c cache enabled status per-logger (#799)
  • Additional commits viewable in compare view
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.5

Commits


Updates eslint-utils from 1.3.1 to 1.4.3

Release notes

Sourced from eslint-utils's releases.

v1.4.3

🐛 Bug fixes

  • 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.
  • 08158db1c98fd71cf0f32ddefbc147e2620e724c fixed GHSA-3gx7-xhv7-5mx3.

v1.4.0

✨ Enhancements

  • 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.
Commits


Updates glob-parent from 3.1.0 to 5.1.2

Release notes

Sourced from glob-parent's releases.

v5.1.2

Bug Fixes

v5.1.1

Bug Fixes

v5.1.0

Features

  • add flipBackslashes option to disable auto conversion of slashes (closes #24) (#25) (eecf91d)

v5.0.0

⚠ BREAKING CHANGES

  • Drop support for node <6 & bump dependencies

Miscellaneous Chores

  • Drop support for node <6 & bump dependencies (896c0c0)

v4.0.0

⚠ BREAKING CHANGES

  • question marks are valid path characters on Windows so avoid flagging as a glob when alone
  • Update is-glob dependency

Features

  • hoist regexps and strings for performance gains (4a80667)
  • question marks are valid path characters on Windows so avoid flagging as a glob when alone (2a551dd)
  • Update is-glob dependency (e41fcd8)
Changelog

Sourced from glob-parent's changelog.

5.1.2 (2021-03-06)

Bug Fixes

6.0.2 (2021-09-29)

Bug Fixes

6.0.1 (2021-07-20)

Bug Fixes

  • Resolve ReDoS vulnerability from CVE-2021-35065 (#49) (3e9f04a)

6.0.0 (2021-05-03)

⚠ BREAKING CHANGES

  • Correct mishandled escaped path separators (#34)
  • upgrade scaffold, dropping node <10 support

Bug Fixes

  • Correct mishandled escaped path separators (#34) (32f6d52), closes #32

Miscellaneous Chores

  • upgrade scaffold, dropping node <10 support (e83d0c5)

5.1.1 (2021-01-27)

Bug Fixes

5.1.0 (2021-01-27)

Features

  • add flipBackslashes option to disable auto conversion of slashes (closes #24) (#25) (eecf91d)

5.0.0 (2021-01-27)

⚠ BREAKING CHANGES

  • Drop support for node <6 & bump dependencies

... (truncated)

Commits
  • eb2c439 chore: update changelog
  • 12bcb6c chore: release 5.1.2
  • f923116 fix: eliminate ReDoS (#36)
  • 0b014a7 chore: add JSDoc returns information (#33)
  • 2b24ebd chore: generate initial changelog
  • 9b6e874 chore: release 5.1.1
  • 749c35e ci: try wrapping the JOB_ID in a string
  • 5d39def ci: attempt to switch to published coveralls
  • 0b5b37f ci: put the npm step back in for only Windows
  • 473f5d8 ci: update azure build images
  • Additional commits viewable in compare view
Maintainer 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.5

Release notes

Sourced from watchpack's releases.

v1.7.5

Bugfixes

  • removed watchpack-chokidar2 notsup warning

v1.7.4

Bugfixes

  • remove unneeded files from package

v1.7.3

Bugfixes

v1.7.2

Features

  • support chokidar 2 and 3 for node.js 6 - 14 support

v1.7.1

broken publish

v1.7.0

broken publish

v1.6.1

  • force upgrade chokidar for security reasons
Commits


Updates webpack-dev-server from 3.11.3 to 5.0.4

Release notes

Sourced from webpack-dev-server's releases.

v5.0.4

5.0.4 (2024-03-19)

Bug Fixes

v5.0.3

5.0.3 (2024-03-12)

Bug Fixes

v5.0.2

5.0.2 (2024-02-16)

Bug Fixes

v5.0.1

5.0.1 (2024-02-13)

Bug Fixes

v5.0.0

5.0.0 (2024-02-12)

Migration Guide and Changes.

v4.15.2

4.15.2 (2024-03-20)

Bug Fixes

  • security: bump webpack-dev-middleware (4116209)

v4.15.1

4.15.1 (2023-06-09)

... (truncated)

Changelog

Sourced from webpack-dev-server's changelog.

5.0.4 (2024-03-19)

Bug Fixes

5.0.3 (2024-03-12)

Bug Fixes

5.0.2 (2024-02-16)

Bug Fixes

5.0.1 (2024-02-13)

Bug Fixes

5.0.0 (2024-02-12)

Migration Guide and Changes.

4.15.1 (2023-06-09)

Bug Fixes

  • replace :: with localhost before openBrowser() (#4856) (874c44b)
  • types: compatibility with @types/ws (#4899) (34bcec2)

4.15.0 (2023-05-07)

Features

  • overlay displays unhandled promise rejection (#4849) (d1dd430)

4.14.0 (2023-05-06)

... (truncated)

Commits


Removes html-minifier

Updates html-webpack-plugin from 4.0.0-beta.8 to 4.5.2

Changelog

Sourced from html-webpack-plugin's changelog.

4.5.2 (2021-02-18)

Bug Fixes

  • more robust variable value extraction to add support for webpack >= 5.22.0 (1aabaf9)

4.5.1 (2021-01-03)

Bug Fixes

  • inject javascripts in the tag for inject:true and scriptLoading:'defer' (4f7064e)

4.5.0 (2020-09-21)

Features

  • Add publicPath option to overrule the default path generation (#1516) (19b5122)
  • update webpack dependency range to allow installing webpack 5 beta (f3ccdd5), closes #1504

4.4.1 (2020-08-30)

Bug Fixes

4.4.0 (2020-08-30)

Bug Fixes

Features

  • added v5 compilation support and deleted depreciation warnings (4ae7be8), closes #1454

4.3.0 (2020-04-30)

... (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.1

Changelog

Sourced from js-yaml's changelog.

[3.14.1] - 2020-12-07

Security

  • Fix possible code execution in (already unsafe) .load() (in &anchor).

[3.14.0] - 2020-05-22

Changed

  • Support safe/loadAll(input, options) variant of call.
  • CI: drop outdated nodejs versions.
  • Dev deps bump.

Fixed

  • Quote = in plain scalars #519.
  • Check the node type for !<?> tag in case user manually specifies it.
  • Verify that there are no null-bytes in input.
  • Fix wrong quote position when writing condensed flow, #526.

[3.13.1] - 2019-04-05

Security

  • Fix possible code execution in (already unsafe) .load(), #480.

[3.13.0] - 2019-03-20

Security

  • Security fix: safeLoad() can hang when arrays with nested refs used as key. Now throws exception for nested arrays. #475.

[3.12.2] - 2019-02-26

Fixed

  • Fix noArrayIndent option for root level, #468.

[3.12.1] - 2019-01-05

Added

  • Added noArrayIndent option, #432.

[3.12.0] - 2018-06-02

Changed

  • Support arrow functions without a block statement, #421.

[3.11.0] - 2018-03-05

Added

  • Add arrow functions suport for !!js/function.

Fixed

  • Fix dump in bin/octal/hex formats for negative integers, #399.

... (truncated)

Commits
  • 37caaad 3.14.1 released
  • 094c0f7 dist rebuild
  • 9586ebe Avoid calling hasOwnProperty of user-controlled objects
  • 34e5072 3.14.0 released
  • 7b25c83 Browser files rebuild
  • 6f73473 Dev deps bump
  • 0c29349 Travis-CI: drop old nodejs versions
  • 10be97e fix(loader): Add support for safe/loadAll(input, options)
  • d6983dd Fix issue #526: wrong quote position writing condensed flow (#527)
  • 93fbf7d fix issue 526 (wrong quote position writing condensed flow)
  • Additional commits viewable in compare view


Updates kind-of from 3.1.0 to 3.2.2

Changelog

Sourced from kind-of's changelog.

[3.2.2] - 2017-05-16

  • fix version

[3.2.1] - 2017-05-16

  • add browserify

[3.2.0] - 2017-04-25

  • Merge pull request #10 from ksheedlo/unrequire-buffer
  • add promise support and tests
  • Remove unnecessary Buffer check
Commits


Updates mime from 1.3.4 to 1.6.0

Changelog

Sourced from mime's changelog.

v1.6.0 (24/11/2017)

No changelog for this release.


v2.0.4 (24/11/2017)

  • [closed] Switch to mime-score module for resolving extension contention issues. #182
  • [closed] Update mime-db to 1.31.0 in v1.x branch #181

v1.5.0 (22/11/2017)

  • [closed] need ES5 version ready in npm package #179
  • [closed] mime-db no trace of iWork - pages / numbers / etc. #178
  • [closed] How it works in brownser ? #176
  • [closed] Missing ./Mime #175
  • [closed] Vulnerable Regular Expression #167

v2.0.3 (25/09/2017)

No changelog for this release.


v1.4.1 (25/09/2017)

  • [closed] Issue when bundling with webpack #172

v2.0.2 (15/09/2017)

  • [V2] fs.readFileSync is not a function #165
  • [closed] The extension for video/quicktime should map to .mov, not .qt #164
  • [V2] [v2 Feedback request] Mime class API #163
  • [V2] [v2 Feedback request] Resolving conflicts over extensions #162
  • [V2] Allow callers to load module with official, full, or no defined types. #161
  • [V2] Use "facets" to resolve extension conflicts #160
  • [V2] Remove fs and path dependencies #152
  • [V2] Default content-type should not be application/octet-stream #139
  • [V2] reset mime-types #124
  • [V2] Extensionless paths should return null or false #113

v2.0.1 (14/09/2017)

  • [closed] Changelog for v2.0 does not mention breaking changes #171
  • [closed] MIME breaking with 'class' declaration as it is without 'use strict mode' #170

... (truncated)

Commits


Updates url-loader from 0.5.9 to 4.1.1

Release notes

Sourced from url-loader's releases.

v4.1.1

4.1.1 (2020-10-09)

Chore

  • update schema-utils

v4.1.0

4.1.0 (2020-04-08)

Features

  • the mimetype option can be Boolean
  • added the encoding option
  • added the generator option

v4.0.0

4.0.0 (2020-03-17)

⚠ BREAKING CHANGES

  • deps: migrate on mime-types package, some rare types may have other mimetype

v3.0.0

3.0.0 (2019-11-26)

BREAKING CHANGES

  • minimum required nodejs version is 10.13.0
  • rename the esModules option to esModule
  • switch to ES modules by default (the option esModule is true by default)

v2.3.0

2.3.0 (2019-11-21)

Features

  • new esModules option to output ES modules (0ee2b99)

v2.2.0

2.2.0 (2019-10-04)

Features

  • limit allow using Infinity and Number (#192) (2bffcfd)

... (truncated)

Changelog

Sourced from url-loader's changelog.

4.1.1 (2020-10-09)

Chore

  • update schema-utils

4.1.0 (2020-04-08)

Features

  • the mimetype option can be Boolean
  • added the encoding option
  • added the generator option

4.0.0 (2020-03-17)

⚠ BREAKING CHANGES

  • deps: migrate on mime-types package, some rare types may have other mimetype

Bug Fixes

3.0.0 (2019-11-26)

BREAKING CHANGES

  • minimum required nodejs version is 10.13.0
  • rename the esModules option to esModule
  • switch to ES modules by default (the option esModule is true by default)

2.3.0 (2019-11-21)

Features

  • new esModules option to output ES modules (0ee2b99)

2.2.0 (2019-10-04)

Features

... (truncated)

Commits
  • acf4eb1 chore(release): 4.1.1
  • 20c744b chore(deps): update (#220)
  • 1811901 chore: remove unnecessary deps
  • 35eeed1 ci: migrate on github actions (#213)
  • git-greetings[bot] commented 6 months ago

    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

cr-gpt[bot] commented 6 months ago

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

performance-testing-bot[bot] commented 6 months ago

Unable to locate .performanceTestingBot config file

git-greetings[bot] commented 6 months ago
PR Details of @dependabot[bot] in volvo-cars-react-smartbanner : OPEN CLOSED TOTAL
3 6 9
coderabbitai[bot] commented 6 months ago

[!IMPORTANT]

Auto Review Skipped

Bot user detected.

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.
socket-security[bot] commented 6 months ago

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@isaacs/cliui@8.0.2 None +9 171 kB isaacs
npm/@leichtgewicht/ip-codec@2.0.5 None 0 17.7 kB leichtgewicht
npm/@pkgjs/parseargs@0.11.0 None 0 74.2 kB oss-bot
npm/@types/body-parser@1.19.5 None 0 7.65 kB types
npm/@types/bonjour@3.5.13 None 0 5.57 kB types
npm/@types/connect-history-api-fallback@1.5.4 None 0 4.86 kB types
npm/@types/connect@3.4.38 None 0 5.91 kB types
npm/@types/express-serve-static-core@4.19.0 None 0 46 kB types
npm/@types/express@4.17.21 None 0 7.86 kB types
npm/@types/html-minifier-terser@5.1.2 None 0 9.39 kB types
npm/@types/http-errors@2.0.4 None 0 6.59 kB types
npm/@types/http-proxy@1.17.14 None 0 14.4 kB types
npm/@types/mime@1.3.5 None 0 3.78 kB types
npm/@types/node-forge@1.3.11 None 0 63.1 kB types
npm/@types/qs@6.9.15 None 0 7.34 kB types
npm/@types/range-parser@1.2.7 None 0 4.62 kB types
npm/@types/retry@0.12.2 None 0 7.91 kB types
npm/@types/send@0.17.4 None 0 9.85 kB types
npm/@types/serve-index@1.9.4 None 0 4.71 kB types
npm/@types/serve-static@1.15.7 None 0 7.79 kB types
npm/@types/sockjs@0.3.36 None 0 5.35 kB types
npm/@types/source-list-map@0.1.6 None 0 6.82 kB types
npm/@types/tapable@1.0.12 None 0 17.9 kB types
npm/@types/uglify-js@3.17.5 None +1 826 kB types
npm/@types/webpack-sources@3.2.3 Transitive: filesystem, network +1 238 kB types
npm/@types/webpack@4.41.38 None +2 130 kB types
npm/@types/ws@8.5.10 None 0 21.7 kB types
npm/acorn@6.4.2 None 0 1.19 MB marijn
npm/array-buffer-byte-length@1.0.1 None 0 13.5 kB ljharb
npm/array-flatten@1.1.1 None 0 4.42 kB blakeembrey
npm/array.prototype.reduce@1.0.7 None +12 2.81 MB ljharb
npm/arraybuffer.prototype.slice@1.0.3 None 0 20.2 kB ljharb
npm/available-typed-arrays@1.0.7 None 0 20.4 kB ljharb
npm/bonjour-service@1.2.1 None 0 66.2 kB mdidon
npm/bundle-name@4.1.0 None 0 3.15 kB sindresorhus
npm/camel-case@4.1.2 None +1 98.2 kB blakeembrey
npm/clean-css@4.2.4 environment, filesystem, network 0 438 kB jakub.pawlowicz
npm/colorette@2.0.20 None 0 17 kB jorgebucaran
npm/connect-history-api-fallback@2.0.0 None 0 10.2 kB bripkens
npm/css-select@4.3.0 None 0 82.4 kB feedic
npm/data-view-buffer@1.0.1 None 0 12.3 kB ljharb
npm/data-view-byte-length@1.0.1 None 0 9.99 kB ljharb
npm/data-view-byte-offset@1.0.0 None 0 12.2 kB ljharb
npm/debug@4.3.4 environment 0 42.4 kB qix
npm/default-browser-id@5.0.0 None 0 3.02 kB sindresorhus
npm/default-browser@5.2.1 None 0 5.82 kB sindresorhus
npm/default-gateway@6.0.3 Transitive: environment, filesystem, shell +12 162 kB silverwind
npm/dns-packet@5.6.1 None 0 61 kB silverwind
npm/dom-serializer@1.4.1 None 0 28.3 kB feedic
npm/domhandler@4.3.1 None 0 44.6 kB feedic
npm/domutils@2.8.0 network 0 56.6 kB feedic
npm/dot-case@3.0.4 None 0 10.5 kB blakeembrey
npm/eastasianwidth@0.2.0 None 0 13.6 kB komagata
npm/elliptic@6.5.5 None +1 214 kB indutny
npm/emojis-list@3.0.0 None 0 53.6 kB kikobeats
npm/entities@2.2.0 None 0 57.7 kB feedic
npm/es-array-method-boxes-properly@1.0.0 None 0 3.86 kB ljharb
npm/es-object-atoms@1.0.0 None 0 9.17 kB ljharb
npm/es-set-tostringtag@2.0.3 None 0 13.9 kB ljharb
npm/eslint-utils@1.4.3 None 0 314 kB mysticatea
npm/faye-websocket@0.11.4 network 0 30.8 kB jcoglan
npm/for-each@0.3.3 None 0 13 kB ljharb
npm/foreground-child@3.1.1 shell +1 137 kB isaacs
npm/get-symbol-description@1.0.2 None 0 14.3 kB ljharb

🚮 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↗︎

codesyncapp[bot] commented 4 months ago

Check out the playback for this Pull Request here.