Skip to content

Bump the npm_and_yarn group across 1 directory with 10 updates #1064

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 11, 2024

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

Package From To
@grpc/grpc-js 1.10.6 1.10.9
vite 5.1.4 5.1.8
@sideway/formula 3.0.0 3.0.1
braces 3.0.2 3.0.3
ejs 3.1.8 3.1.10
follow-redirects 1.15.1 1.15.9
get-func-name 2.0.0 2.0.2
http-cache-semantics 4.1.0 4.1.1
tar 6.1.15 6.2.1
word-wrap 1.2.3 1.2.5

Updates @grpc/grpc-js from 1.10.6 to 1.10.9

Release notes

Sourced from @​grpc/grpc-js's releases.

@​grpc/grpc-js 1.10.9

  • Avoid buffering significantly more than grpc.max_receive_message_size per received message.

@​grpc/grpc-js 1.10.8

  • Fix a bug that caused channels with unix: targets to not reconnect after the channel goes idle (#2750)

@​grpc/grpc-js 1.10.7

  • Improve reporting of HTTP error codes (#2723)
  • Update dependency on @grpc/proto-loader to the latest version (#2732)
Commits
  • 674f4e3 Merge pull request from GHSA-7v5v-9h63-cj86
  • 7ecaa2d grpc-js: Bump to 1.10.9
  • e64d816 grpc-js: Avoid buffering significantly more than max_receive_message_size per...
  • 45e5fe5 Merge pull request #2750 from murgatroid99/grpc-js_idle_uds_fix
  • 87a3541 grpc-js: Fix UDS channels not reconnecting after going idle
  • 3105791 Merge pull request #2740 from sergiitk/backport-1.10-psm-interop-common-prod-...
  • fec135a Merge pull request #2729 from sergiitk/psm-interop-common-prod-tests
  • 76fe802 Merge pull request #2739 from murgatroid99/backport-1.10-grpc-js_linkify-it_fix
  • d5edf49 Merge pull request #2735 from murgatroid99/grpc-js_linkify-it_fix
  • 23c05fc Merge pull request #2732 from murgatroid99/grpc-js_proto-loader_update
  • Additional commits viewable in compare view

Updates vite from 5.1.4 to 5.1.8

Release notes

Sourced from vite's releases.

v5.1.8

Please refer to CHANGELOG.md for details.

v5.1.7

Please refer to CHANGELOG.md for details.

v5.1.6

Please refer to CHANGELOG.md for details.

v5.1.5

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

5.1.8 (2024-09-19)

5.1.7 (2024-03-24)

5.1.6 (2024-03-11)

  • chore(deps): update all non-major dependencies (#16131) (a862ecb), closes #16131
  • fix: check for publicDir before checking if it is a parent directory (#16046) (b6fb323), closes #16046
  • fix: escape single quote when relative base is used (#16060) (8f74ce4), closes #16060
  • fix: handle function property extension in namespace import (#16113) (f699194), closes #16113
  • fix: server middleware mode resolve (#16122) (8403546), closes #16122
  • fix(esbuild): update tsconfck to fix bug that could cause a deadlock (#16124) (fd9de04), closes #16124
  • fix(worker): hide "The emitted file overwrites" warning if the content is same (#16094) (60dfa9e), closes #16094
  • fix(worker): throw error when circular worker import is detected and support self referencing worker (eef9da1), closes #16103
  • style(utils): remove null check (#16112) (0d2df52), closes #16112
  • refactor(runtime): share more code between runtime and main bundle (#16063) (93be84e), closes #16063

5.1.5 (2024-03-04)

Commits

Updates @sideway/formula from 3.0.0 to 3.0.1

Commits
Maintainer changes

This version was pushed to npm by marsup, a new releaser for @​sideway/formula since your current version.


Updates braces from 3.0.2 to 3.0.3

Commits

Updates ejs from 3.1.8 to 3.1.10

Release notes

Sourced from ejs's releases.

v3.1.10

Version 3.1.10

v3.1.9

Version 3.1.9

Commits

Updates follow-redirects from 1.15.1 to 1.15.9

Commits
  • e4e55c7 Release version 1.15.9 of the npm package.
  • 31a1abf Attempt much more gentle detection.
  • d2aaa97 Fix url field.
  • 62558f0 Release version 1.15.8 of the npm package.
  • a8d1cee Return subtlety.
  • 458ca8e Fix native URL test for Node 20.
  • ca49e44 Handle KeepAlive connections in tests.
  • f3711d7 Test on Node 20 and 22.
  • fda0faf Fix typo.
  • 760757f Release version 1.15.7 of the npm package.
  • Additional commits viewable in compare view

Updates get-func-name from 2.0.0 to 2.0.2

Release notes

Sourced from get-func-name's releases.

v2.0.2

What's Changed

Revert previous changes that shipped this as an ES module.

Full Changelog: https://github.com/chaijs/get-func-name/commits/v2.0.2

v2.0.1

What's Changed

Fix GHSA-4q6p-r6v2-jvc5

Full Changelog: https://github.com/chaijs/get-func-name/commits/v2.0.1

Commits
Maintainer changes

This version was pushed to npm by keithamus, a new releaser for get-func-name since your current version.


Updates http-cache-semantics from 4.1.0 to 4.1.1

Commits

Updates tar from 6.1.15 to 6.2.1

Changelog

Sourced from tar's changelog.

Changelog

7.4

  • Deprecate onentry in favor of onReadEntry for clarity.

7.3

  • Add onWriteEntry option

7.2

  • DRY the command definitions into a single makeCommand method, and update the type signatures to more appropriately infer the return type from the options and arguments provided.

7.1

  • Update minipass to v7.1.0
  • Update the type definitions of write() and end() methods on Unpack and Parser classes to be compatible with the NodeJS.WritableStream type in the latest versions of @types/node.

7.0

  • Rewrite in TypeScript, provide ESM and CommonJS hybrid interface
  • Add tree-shake friendly exports, like import('tar/create') and import('tar/read-entry') to get individual functions or classes.
  • Add chmod option that defaults to false, and deprecate noChmod. That is, reverse the default option regarding explicitly setting file system modes to match tar entry settings.
  • Add processUmask option to avoid having to call process.umask() when chmod: true (or noChmod: false) is set.

6.2

  • Add support for brotli compression
  • Add maxDepth option to prevent extraction into excessively deep folders.

6.1

  • remove dead link to benchmarks (#313) (@​yetzt)
  • add examples/explanation of using tar.t (@​isaacs)
  • ensure close event is emited after stream has ended (@​webark)

... (truncated)

Commits

Updates word-wrap from 1.2.3 to 1.2.5

Release notes

Sourced from word-wrap's releases.

1.2.5

Changes:

Reverts default value for options.indent to two spaces ' '.

Full Changelog: jonschlinkert/word-wrap@1.2.4...1.2.5

1.2.4

What's Changed

New Contributors

Full Changelog: jonschlinkert/word-wrap@1.2.3...1.2.4

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

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

| Package | From | To |
| --- | --- | --- |
| [@grpc/grpc-js](https://github.com/grpc/grpc-node) | `1.10.6` | `1.10.9` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.1.4` | `5.1.8` |
| [@sideway/formula](https://github.com/sideway/formula) | `3.0.0` | `3.0.1` |
| [braces](https://github.com/micromatch/braces) | `3.0.2` | `3.0.3` |
| [ejs](https://github.com/mde/ejs) | `3.1.8` | `3.1.10` |
| [follow-redirects](https://github.com/follow-redirects/follow-redirects) | `1.15.1` | `1.15.9` |
| [get-func-name](https://github.com/chaijs/get-func-name) | `2.0.0` | `2.0.2` |
| [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) | `4.1.0` | `4.1.1` |
| [tar](https://github.com/isaacs/node-tar) | `6.1.15` | `6.2.1` |
| [word-wrap](https://github.com/jonschlinkert/word-wrap) | `1.2.3` | `1.2.5` |



Updates `@grpc/grpc-js` from 1.10.6 to 1.10.9
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.10.6...@grpc/grpc-js@1.10.9)

Updates `vite` from 5.1.4 to 5.1.8
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.1.8/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.1.8/packages/vite)

Updates `@sideway/formula` from 3.0.0 to 3.0.1
- [Commits](hapijs/formula@v3.0.0...v3.0.1)

Updates `braces` from 3.0.2 to 3.0.3
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

Updates `ejs` from 3.1.8 to 3.1.10
- [Release notes](https://github.com/mde/ejs/releases)
- [Commits](mde/ejs@v3.1.8...v3.1.10)

Updates `follow-redirects` from 1.15.1 to 1.15.9
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.15.1...v1.15.9)

Updates `get-func-name` from 2.0.0 to 2.0.2
- [Release notes](https://github.com/chaijs/get-func-name/releases)
- [Commits](https://github.com/chaijs/get-func-name/commits/v2.0.2)

Updates `http-cache-semantics` from 4.1.0 to 4.1.1
- [Commits](kornelski/http-cache-semantics@v4.1.0...v4.1.1)

Updates `tar` from 6.1.15 to 6.2.1
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-tar@v6.1.15...v6.2.1)

Updates `word-wrap` from 1.2.3 to 1.2.5
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](jonschlinkert/word-wrap@1.2.3...1.2.5)

---
updated-dependencies:
- dependency-name: "@grpc/grpc-js"
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: vite
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: "@sideway/formula"
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: braces
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: ejs
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: follow-redirects
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: get-func-name
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: http-cache-semantics
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: tar
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: word-wrap
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 11, 2024
Copy link

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

Package New capabilities Transitives Size Publisher
npm/raw-body@2.5.2 network, unsafe 0 25.8 kB dougwilson
npm/rc@1.2.8 environment, filesystem 0 17.3 kB dominictarr
npm/react-dev-utils@12.0.1 Transitive: environment, filesystem, shell +2 146 kB iansu
npm/react-error-overlay@6.0.11 network 0 385 kB iansu
npm/react-fast-compare@3.2.2 None 0 16.2 kB formidablelabs
npm/react-helmet-async@1.3.0 None 0 328 kB wonderboymusic
npm/react-loadable-ssr-addon-v5-slorber@1.0.1 filesystem +1 739 kB slorber
npm/react-router-config@5.1.1 environment 0 37.7 kB mjackson
npm/react-router-dom@5.3.4 environment 0 640 kB mjackson
npm/react-router@5.3.4 environment 0 719 kB mjackson
npm/readable-stream@3.6.2 environment 0 124 kB matteo.collina
npm/readdirp@3.6.0 filesystem +1 110 kB paulmillr
npm/rechoir@0.6.2 None 0 8.71 kB tkellen
npm/recma-build-jsx@1.0.0 None 0 9.53 kB wooorm
npm/recma-jsx@1.0.0 None 0 9.04 kB wooorm
npm/recma-parse@1.0.0 None 0 11.9 kB wooorm
npm/recma-stringify@1.0.0 None 0 12.7 kB wooorm
npm/recursive-readdir@2.2.3 filesystem +1 40.7 kB bnb
npm/regenerate-unicode-properties@10.2.0 None 0 602 kB google-wombot
npm/regenerate@1.4.2 None 0 49.2 kB mathias
npm/regenerator-runtime@0.14.1 None 0 27.9 kB benjamn
npm/regenerator-transform@0.15.2 None 0 135 kB benjamn
npm/regexpu-core@6.1.1 None 0 55.8 kB google-wombot
npm/registry-auth-token@5.0.2 environment 0 15.1 kB rexxars
npm/registry-url@6.0.1 None 0 4.29 kB sindresorhus
npm/regjsgen@0.8.0 None 0 15 kB bnjmnt4n
npm/regjsparser@0.11.2 None 0 70.8 kB jviereck
npm/rehype-raw@7.0.0 None 0 12.5 kB wooorm
npm/rehype-recma@1.0.0 None 0 9.06 kB wooorm
npm/relateurl@0.2.7 None 0 31.4 kB stevenvachon
npm/remark-directive@3.0.0 None 0 18.6 kB wooorm
npm/remark-emoji@4.0.1 None +2 185 kB rhysd
npm/remark-frontmatter@5.0.0 None 0 21.2 kB wooorm
npm/remark-gfm@4.0.0 None 0 21.4 kB wooorm
npm/remark-mdx@3.1.0 None 0 14.7 kB johno, remcohaszing, timneutkens, ...1 more
npm/remark-parse@11.0.0 None 0 19.5 kB wooorm
npm/remark-rehype@11.1.1 None 0 43.4 kB wooorm
npm/remark-stringify@11.0.0 None 0 19.6 kB wooorm
npm/renderkid@3.0.0 None 0 169 kB ariaminaei
npm/repeat-string@1.6.1 None 0 9.09 kB jonschlinkert
npm/require-from-string@2.0.2 unsafe 0 3.42 kB floatdrop
npm/require-like@0.1.2 unsafe 0 11.3 kB felixge
npm/requires-port@1.0.0 None 0 8.56 kB 3rdeden
npm/resolve-alpn@1.2.1 network 0 4.64 kB szmarczak
npm/resolve-from@4.0.0 filesystem, unsafe 0 4.64 kB sindresorhus
npm/resolve-pathname@3.0.0 environment 0 11.7 kB mjackson
npm/resolve@1.22.8 environment, filesystem 0 145 kB ljharb
npm/responselike@3.0.0 None 0 5.55 kB sindresorhus
npm/retry@0.13.1 None 0 18.9 kB tim-kos
npm/reusify@1.0.4 None 0 9.44 kB matteo.collina
npm/rimraf@3.0.2 filesystem +1 72.4 kB isaacs
npm/rtl-detect@1.1.2 None 0 26.9 kB shadiabuhilal
npm/run-parallel@1.2.0 None 0 6.56 kB feross
npm/safe-buffer@5.2.1 None 0 32.1 kB feross
npm/safer-buffer@2.1.2 None 0 42.3 kB chalker
npm/section-matter@1.0.0 None 0 12.1 kB jonschlinkert
npm/select-hose@2.0.0 None 0 15.4 kB indutny
npm/selfsigned@2.4.1 None 0 25.4 kB jfromaniello
npm/semver-diff@4.0.0 None 0 5.17 kB sindresorhus
npm/semver@7.6.3 None 0 95.8 kB npm-cli-ops
npm/send@0.19.0 filesystem, network 0 50.2 kB ulisesgascon
npm/serve-handler@6.1.6 environment, filesystem 0 42.7 kB vercel-release-bot
npm/serve-index@1.9.1 filesystem, network +1 104 kB dougwilson
npm/serve-static@1.16.2 None 0 25.4 kB wesleytodd
npm/set-function-length@1.2.2 None +2 56.5 kB ljharb
npm/setprototypeof@1.2.0 None 0 4.03 kB wesleytodd
npm/shallow-clone@3.0.1 None 0 9.45 kB jonschlinkert
npm/shallowequal@1.1.0 None 0 7.35 kB dashed
npm/shebang-command@2.0.0 None 0 2.56 kB kevva
npm/shebang-regex@3.0.0 None 0 2.83 kB sindresorhus
npm/shell-quote@1.8.1 None 0 45 kB ljharb
npm/shelljs@0.8.5 environment, filesystem 0 212 kB nfischer
npm/side-channel@1.0.6 None 0 23.2 kB ljharb
npm/sirv@2.0.4 filesystem 0 20.7 kB lukeed
npm/sisteransi@1.0.5 None 0 6.79 kB terkelg
npm/skin-tone@2.0.0 None 0 4.74 kB sindresorhus
npm/slash@3.0.0 None 0 3.51 kB sindresorhus
npm/snake-case@3.0.4 None 0 10.4 kB blakeembrey
npm/sockjs@0.3.24 filesystem, network 0 82.8 kB brycekahle
npm/sort-css-media-queries@2.2.0 filesystem 0 16.9 kB dutchenkooleg
npm/source-map-js@1.2.1 None 0 140 kB 7rulnik
npm/source-map-support@0.5.21 filesystem 0 85.2 kB linusu
npm/source-map@0.6.1 None 0 805 kB tromey
npm/space-separated-tokens@2.0.2 None 0 7.75 kB wooorm
npm/spdy-transport@3.0.0 None 0 136 kB daviddias
npm/spdy@4.0.2 network 0 57.7 kB indutny
npm/sprintf-js@1.0.3 None 0 34.8 kB alexei
npm/statuses@2.0.1 None 0 12.1 kB dougwilson
npm/std-env@3.8.0 None 0 25.9 kB pi0
npm/string_decoder@1.3.0 None 0 14.4 kB matteo.collina
npm/string-width@5.1.2 None 0 5.78 kB sindresorhus
npm/stringify-entities@4.0.4 None 0 23.8 kB wooorm
npm/stringify-object@3.3.0 None 0 8.12 kB sindresorhus
npm/strip-ansi@6.0.1 None 0 4.03 kB sindresorhus
npm/strip-bom-string@1.0.0 None 0 5.69 kB jonschlinkert
npm/strip-final-newline@2.0.0 None 0 3.05 kB sindresorhus
npm/strip-json-comments@2.0.1 None 0 5.06 kB sindresorhus
npm/style-to-object@1.0.8 None 0 42.2 kB remarkablemark
npm/stylehacks@6.1.1 None 0 38.7 kB ludovicofischer
npm/supports-color@7.2.0 None 0 7.04 kB sindresorhus
npm/supports-preserve-symlinks-flag@1.0.0 None 0 9.18 kB ljharb
npm/svg-parser@2.0.4 None 0 48.9 kB trysound
npm/terser-webpack-plugin@5.3.10 Transitive: environment +2 342 kB evilebottnawi
npm/text-table@0.2.0 None 0 11 kB substack
npm/thunky@1.1.0 None 0 7.76 kB mafintosh
npm/tiny-invariant@1.3.3 None 0 14.8 kB alexreardon
npm/tiny-warning@1.0.3 None 0 8.31 kB alexreardon
npm/to-regex-range@5.0.1 None 0 22.9 kB jonschlinkert
npm/toidentifier@1.0.1 None 0 4.68 kB dougwilson
npm/totalist@3.0.1 filesystem 0 7.46 kB lukeed
npm/trim-lines@3.0.1 None 0 7.49 kB wooorm
npm/trough@2.2.0 None 0 22.9 kB wooorm
npm/tslib@2.8.1 None 0 90.4 kB typescript-bot
npm/type-fest@2.19.0 None 0 202 kB sindresorhus
npm/type-is@1.6.18 None 0 18.5 kB dougwilson
npm/typedarray-to-buffer@3.1.5 None 0 8.84 kB feross
npm/undici-types@6.19.8 None 0 84.2 kB matteo.collina
npm/unicode-canonical-property-names-ecmascript@2.0.1 None 0 4.82 kB google-wombot
npm/unicode-emoji-modifier-base@1.0.0 None 0 3.25 kB mathias
npm/unicode-match-property-ecmascript@2.0.0 None 0 5.05 kB google-wombot
npm/unicode-match-property-value-ecmascript@2.2.0 None 0 0 B
npm/unicode-property-aliases-ecmascript@2.1.0 None 0 5.98 kB google-wombot
npm/unique-string@3.0.0 None 0 2.79 kB sindresorhus
npm/unist-util-is@6.0.0 None 0 27.1 kB wooorm
npm/unist-util-position-from-estree@2.0.0 None 0 11.9 kB wooorm
npm/unist-util-position@5.0.0 None 0 12.8 kB wooorm
npm/unist-util-stringify-position@4.0.0 None 0 13.2 kB wooorm
npm/unist-util-visit-parents@6.0.1 None 0 32.9 kB wooorm
npm/unist-util-visit@5.0.0 None 0 28.5 kB wooorm
npm/universalify@2.0.1 None 0 4.67 kB ryanzim
npm/update-browserslist-db@1.1.1 environment, filesystem, shell 0 14.8 kB ai
npm/update-notifier@6.0.2 environment 0 15.6 kB sindresorhus
npm/uri-js@4.4.1 None 0 470 kB garycourt
npm/url-loader@4.1.1 None 0 29.6 kB evilebottnawi
npm/utila@0.4.0 None 0 24.2 kB ariaminaei
npm/utility-types@3.11.0 None 0 64.3 kB piotrwitek
npm/utils-merge@1.0.1 None 0 3.72 kB jaredhanson
npm/uuid@8.3.2 None 0 116 kB ctavan
npm/value-equal@1.0.1 environment 0 7.91 kB mjackson
npm/vary@1.1.2 None 0 8.75 kB dougwilson
npm/vfile-location@5.0.3 None 0 13.1 kB wooorm
npm/vfile-message@4.0.2 None 0 22.3 kB wooorm
npm/watchpack@2.4.2 environment, filesystem 0 56.4 kB evilebottnawi
npm/web-namespaces@2.0.1 None 0 7.44 kB wooorm
npm/webpack-bundle-analyzer@4.10.2 environment, filesystem, network +1 1.78 MB valscion
npm/webpack-dev-middleware@5.3.4 filesystem +1 266 kB evilebottnawi
npm/webpack-dev-server@4.15.2 environment, eval, network Transitive: filesystem, shell +2 713 kB evilebottnawi
npm/webpack-merge@6.0.1 None 0 49.5 kB bebraw
npm/webpack-sources@3.2.3 None 0 91.3 kB sokra
npm/webpackbar@6.0.1 None 0 50.2 kB pi0
npm/websocket-extensions@0.1.4 None 0 55 kB jcoglan
npm/which@2.0.2 environment 0 9.97 kB isaacs
npm/widest-line@4.0.1 None 0 3.33 kB sindresorhus
npm/wildcard@2.0.1 None 0 13.5 kB damonoehlman
npm/wrap-ansi@8.1.0 None 0 11.8 kB sindresorhus
npm/wrappy@1.0.2 None 0 2.96 kB zkat
npm/write-file-atomic@3.0.3 filesystem 0 12.8 kB isaacs
npm/ws@7.5.10 network 0 122 kB lpinca
npm/yallist@3.1.1 None 0 14.8 kB isaacs
npm/yaml@1.10.2 environment 0 448 kB eemeli
npm/yocto-queue@0.1.0 None 0 6.03 kB sindresorhus
npm/zwitch@2.0.4 None 0 13.8 kB wooorm

🚮 Removed packages: npm/@algolia/autocomplete-plugin-algolia-insights@1.17.6, npm/@algolia/autocomplete-preset-algolia@1.17.6, npm/@algolia/autocomplete-shared@1.17.6, npm/@algolia/cache-browser-local-storage@4.24.0, npm/@algolia/cache-common@4.24.0, npm/@algolia/cache-in-memory@4.24.0, npm/@algolia/client-abtesting@5.13.0, npm/@algolia/client-account@4.24.0, npm/@algolia/client-analytics@4.24.0, npm/@algolia/client-common@4.24.0, npm/@algolia/client-insights@5.13.0, npm/@algolia/client-personalization@4.24.0, npm/@algolia/client-query-suggestions@5.13.0, npm/@algolia/client-search@4.24.0, npm/@algolia/events@4.0.1, npm/@algolia/ingestion@1.13.0, npm/@algolia/logger-common@4.24.0, npm/@algolia/logger-console@4.24.0, npm/@algolia/monitoring@1.13.0, npm/@algolia/recommend@4.24.0, npm/@algolia/requester-browser-xhr@4.24.0, npm/@algolia/requester-common@4.24.0, npm/@algolia/requester-fetch@5.13.0, npm/@algolia/requester-node-http@4.24.0, npm/@algolia/transporter@4.24.0, npm/@docsearch/css@3.7.0, npm/@docsearch/react@3.7.0, npm/@docusaurus/lqip-loader@3.6.1, npm/@docusaurus/module-type-aliases@3.6.1, npm/@docusaurus/plugin-content-blog@3.6.1, npm/@docusaurus/plugin-content-docs@3.6.1, npm/@docusaurus/plugin-content-pages@3.6.1, npm/@docusaurus/plugin-debug@3.6.1, npm/@docusaurus/plugin-google-analytics@3.6.1, npm/@docusaurus/plugin-google-gtag@3.6.1, npm/@docusaurus/plugin-google-tag-manager@3.6.1, npm/@docusaurus/plugin-ideal-image@3.6.1, npm/@docusaurus/plugin-sitemap@3.6.1, npm/@docusaurus/preset-classic@3.6.1, npm/@docusaurus/responsive-loader@1.7.0, npm/@docusaurus/theme-classic@3.6.1, npm/@docusaurus/theme-common@3.6.1, npm/@docusaurus/theme-search-algolia@3.6.1, npm/@docusaurus/theme-translations@3.6.1, npm/@docusaurus/tsconfig@3.6.1, npm/@mdx-js/react@3.1.0, npm/@sinclair/typebox@0.27.8, npm/@slorber/react-ideal-image@0.0.12, npm/@types/gtag.js@0.0.12, npm/@types/istanbul-lib-report@3.0.3, npm/@types/prismjs@1.26.5, npm/@types/react-router-dom@5.3.3, npm/@types/sax@1.2.7, npm/@types/yargs-parser@21.0.3, npm/algoliasearch-helper@3.22.5, npm/algoliasearch@4.24.0, npm/arg@5.0.2, npm/b4a@1.6.7, npm/bare-fs@2.3.5, npm/bare-os@2.4.4, npm/bare-stream@2.3.2, npm/base64-js@1.5.1, npm/bl@4.1.0, npm/buffer@5.7.1, npm/cheerio-select@2.1.0, npm/cheerio@1.0.0-rc.12, npm/chownr@1.1.4, npm/clsx@2.1.1, npm/color-string@1.9.1, npm/color@4.2.3, npm/consolidated-events@2.0.2, npm/copy-text-to-clipboard@3.2.0, npm/detect-libc@2.0.3, npm/end-of-stream@1.4.4, npm/estree-util-visit@2.0.0, npm/expand-template@2.0.3, npm/fast-fifo@1.3.2, npm/feed@4.2.2, npm/fs-constants@1.0.0, npm/github-from-package@0.0.0, npm/ieee754@1.2.1, npm/infima@0.2.0-alpha.45, npm/json-buffer@3.0.1, npm/mkdirp-classic@0.5.3, npm/napi-build-utils@1.0.2, npm/node-abi@3.71.0, npm/node-addon-api@6.1.0, npm/nprogress@0.2.0, npm/p-try@2.2.0, npm/parse-numeric-range@1.3.0, npm/parse5-htmlparser2-tree-adapter@7.1.0, npm/prebuild-install@7.1.2, npm/prism-react-renderer@2.4.0, npm/prismjs@1.29.0, npm/proto-list@1.2.4, npm/pump@3.0.2, npm/queue-tick@1.0.1

View full report↗︎

Copy link

nx-cloud bot commented Nov 11, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 9db9960. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 1 target

Sent with 💌 from NxCloud.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants