Skip to content
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

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

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/[email protected]...@grpc/[email protected])

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] <[email protected]>
@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/[email protected] network, unsafe 0 25.8 kB dougwilson
npm/[email protected] environment, filesystem 0 17.3 kB dominictarr
npm/[email protected] Transitive: environment, filesystem, shell +2 146 kB iansu
npm/[email protected] network 0 385 kB iansu
npm/[email protected] None 0 16.2 kB formidablelabs
npm/[email protected] None 0 328 kB wonderboymusic
npm/[email protected] filesystem +1 739 kB slorber
npm/[email protected] environment 0 37.7 kB mjackson
npm/[email protected] environment 0 640 kB mjackson
npm/[email protected] environment 0 719 kB mjackson
npm/[email protected] environment 0 124 kB matteo.collina
npm/[email protected] filesystem +1 110 kB paulmillr
npm/[email protected] None 0 8.71 kB tkellen
npm/[email protected] None 0 9.53 kB wooorm
npm/[email protected] None 0 9.04 kB wooorm
npm/[email protected] None 0 11.9 kB wooorm
npm/[email protected] None 0 12.7 kB wooorm
npm/[email protected] filesystem +1 40.7 kB bnb
npm/[email protected] None 0 602 kB google-wombot
npm/[email protected] None 0 49.2 kB mathias
npm/[email protected] None 0 27.9 kB benjamn
npm/[email protected] None 0 135 kB benjamn
npm/[email protected] None 0 55.8 kB google-wombot
npm/[email protected] environment 0 15.1 kB rexxars
npm/[email protected] None 0 4.29 kB sindresorhus
npm/[email protected] None 0 15 kB bnjmnt4n
npm/[email protected] None 0 70.8 kB jviereck
npm/[email protected] None 0 12.5 kB wooorm
npm/[email protected] None 0 9.06 kB wooorm
npm/[email protected] None 0 31.4 kB stevenvachon
npm/[email protected] None 0 18.6 kB wooorm
npm/[email protected] None +2 185 kB rhysd
npm/[email protected] None 0 21.2 kB wooorm
npm/[email protected] None 0 21.4 kB wooorm
npm/[email protected] None 0 14.7 kB johno, remcohaszing, timneutkens, ...1 more
npm/[email protected] None 0 19.5 kB wooorm
npm/[email protected] None 0 43.4 kB wooorm
npm/[email protected] None 0 19.6 kB wooorm
npm/[email protected] None 0 169 kB ariaminaei
npm/[email protected] None 0 9.09 kB jonschlinkert
npm/[email protected] unsafe 0 3.42 kB floatdrop
npm/[email protected] unsafe 0 11.3 kB felixge
npm/[email protected] None 0 8.56 kB 3rdeden
npm/[email protected] network 0 4.64 kB szmarczak
npm/[email protected] filesystem, unsafe 0 4.64 kB sindresorhus
npm/[email protected] environment 0 11.7 kB mjackson
npm/[email protected] environment, filesystem 0 145 kB ljharb
npm/[email protected] None 0 5.55 kB sindresorhus
npm/[email protected] None 0 18.9 kB tim-kos
npm/[email protected] None 0 9.44 kB matteo.collina
npm/[email protected] filesystem +1 72.4 kB isaacs
npm/[email protected] None 0 26.9 kB shadiabuhilal
npm/[email protected] None 0 6.56 kB feross
npm/[email protected] None 0 32.1 kB feross
npm/[email protected] None 0 42.3 kB chalker
npm/[email protected] None 0 12.1 kB jonschlinkert
npm/[email protected] None 0 15.4 kB indutny
npm/[email protected] None 0 25.4 kB jfromaniello
npm/[email protected] None 0 5.17 kB sindresorhus
npm/[email protected] None 0 95.8 kB npm-cli-ops
npm/[email protected] filesystem, network 0 50.2 kB ulisesgascon
npm/[email protected] environment, filesystem 0 42.7 kB vercel-release-bot
npm/[email protected] filesystem, network +1 104 kB dougwilson
npm/[email protected] None 0 25.4 kB wesleytodd
npm/[email protected] None +2 56.5 kB ljharb
npm/[email protected] None 0 4.03 kB wesleytodd
npm/[email protected] None 0 9.45 kB jonschlinkert
npm/[email protected] None 0 7.35 kB dashed
npm/[email protected] None 0 2.56 kB kevva
npm/[email protected] None 0 2.83 kB sindresorhus
npm/[email protected] None 0 45 kB ljharb
npm/[email protected] environment, filesystem 0 212 kB nfischer
npm/[email protected] None 0 23.2 kB ljharb
npm/[email protected] filesystem 0 20.7 kB lukeed
npm/[email protected] None 0 6.79 kB terkelg
npm/[email protected] None 0 4.74 kB sindresorhus
npm/[email protected] None 0 3.51 kB sindresorhus
npm/[email protected] None 0 10.4 kB blakeembrey
npm/[email protected] filesystem, network 0 82.8 kB brycekahle
npm/[email protected] filesystem 0 16.9 kB dutchenkooleg
npm/[email protected] None 0 140 kB 7rulnik
npm/[email protected] filesystem 0 85.2 kB linusu
npm/[email protected] None 0 805 kB tromey
npm/[email protected] None 0 7.75 kB wooorm
npm/[email protected] None 0 136 kB daviddias
npm/[email protected] network 0 57.7 kB indutny
npm/[email protected] None 0 34.8 kB alexei
npm/[email protected] None 0 12.1 kB dougwilson
npm/[email protected] None 0 25.9 kB pi0
npm/[email protected] None 0 14.4 kB matteo.collina
npm/[email protected] None 0 5.78 kB sindresorhus
npm/[email protected] None 0 23.8 kB wooorm
npm/[email protected] None 0 8.12 kB sindresorhus
npm/[email protected] None 0 4.03 kB sindresorhus
npm/[email protected] None 0 5.69 kB jonschlinkert
npm/[email protected] None 0 3.05 kB sindresorhus
npm/[email protected] None 0 5.06 kB sindresorhus
npm/[email protected] None 0 42.2 kB remarkablemark
npm/[email protected] None 0 38.7 kB ludovicofischer
npm/[email protected] None 0 7.04 kB sindresorhus
npm/[email protected] None 0 9.18 kB ljharb
npm/[email protected] None 0 48.9 kB trysound
npm/[email protected] Transitive: environment +2 342 kB evilebottnawi
npm/[email protected] None 0 11 kB substack
npm/[email protected] None 0 7.76 kB mafintosh
npm/[email protected] None 0 14.8 kB alexreardon
npm/[email protected] None 0 8.31 kB alexreardon
npm/[email protected] None 0 22.9 kB jonschlinkert
npm/[email protected] None 0 4.68 kB dougwilson
npm/[email protected] filesystem 0 7.46 kB lukeed
npm/[email protected] None 0 7.49 kB wooorm
npm/[email protected] None 0 22.9 kB wooorm
npm/[email protected] None 0 90.4 kB typescript-bot
npm/[email protected] None 0 202 kB sindresorhus
npm/[email protected] None 0 18.5 kB dougwilson
npm/[email protected] None 0 8.84 kB feross
npm/[email protected] None 0 84.2 kB matteo.collina
npm/[email protected] None 0 4.82 kB google-wombot
npm/[email protected] None 0 3.25 kB mathias
npm/[email protected] None 0 5.05 kB google-wombot
npm/[email protected] None 0 0 B
npm/[email protected] None 0 5.98 kB google-wombot
npm/[email protected] None 0 2.79 kB sindresorhus
npm/[email protected] None 0 27.1 kB wooorm
npm/[email protected] None 0 11.9 kB wooorm
npm/[email protected] None 0 12.8 kB wooorm
npm/[email protected] None 0 13.2 kB wooorm
npm/[email protected] None 0 32.9 kB wooorm
npm/[email protected] None 0 28.5 kB wooorm
npm/[email protected] None 0 4.67 kB ryanzim
npm/[email protected] environment, filesystem, shell 0 14.8 kB ai
npm/[email protected] environment 0 15.6 kB sindresorhus
npm/[email protected] None 0 470 kB garycourt
npm/[email protected] None 0 29.6 kB evilebottnawi
npm/[email protected] None 0 24.2 kB ariaminaei
npm/[email protected] None 0 64.3 kB piotrwitek
npm/[email protected] None 0 3.72 kB jaredhanson
npm/[email protected] None 0 116 kB ctavan
npm/[email protected] environment 0 7.91 kB mjackson
npm/[email protected] None 0 8.75 kB dougwilson
npm/[email protected] None 0 13.1 kB wooorm
npm/[email protected] None 0 22.3 kB wooorm
npm/[email protected] environment, filesystem 0 56.4 kB evilebottnawi
npm/[email protected] None 0 7.44 kB wooorm
npm/[email protected] environment, filesystem, network +1 1.78 MB valscion
npm/[email protected] filesystem +1 266 kB evilebottnawi
npm/[email protected] environment, eval, network Transitive: filesystem, shell +2 713 kB evilebottnawi
npm/[email protected] None 0 49.5 kB bebraw
npm/[email protected] None 0 91.3 kB sokra
npm/[email protected] None 0 50.2 kB pi0
npm/[email protected] None 0 55 kB jcoglan
npm/[email protected] environment 0 9.97 kB isaacs
npm/[email protected] None 0 3.33 kB sindresorhus
npm/[email protected] None 0 13.5 kB damonoehlman
npm/[email protected] None 0 11.8 kB sindresorhus
npm/[email protected] None 0 2.96 kB zkat
npm/[email protected] filesystem 0 12.8 kB isaacs
npm/[email protected] network 0 122 kB lpinca
npm/[email protected] None 0 14.8 kB isaacs
npm/[email protected] environment 0 448 kB eemeli
npm/[email protected] None 0 6.03 kB sindresorhus
npm/[email protected] None 0 13.8 kB wooorm

🚮 Removed packages: npm/@algolia/[email protected], npm/@algolia/[email protected], npm/@algolia/[email protected], npm/@algolia/[email protected], npm/@algolia/[email protected], npm/@algolia/[email protected], npm/@algolia/[email protected], npm/@algolia/[email protected], npm/@algolia/[email protected], npm/@algolia/[email protected], npm/@algolia/[email protected], npm/@algolia/[email protected], npm/@algolia/[email protected], npm/@algolia/[email protected], npm/@algolia/[email protected], npm/@algolia/[email protected], npm/@algolia/[email protected], npm/@algolia/[email protected], npm/@algolia/[email protected], npm/@algolia/[email protected], npm/@algolia/[email protected], npm/@algolia/[email protected], npm/@algolia/[email protected], npm/@algolia/[email protected], npm/@algolia/[email protected], npm/@docsearch/[email protected], npm/@docsearch/[email protected], npm/@docusaurus/[email protected], npm/@docusaurus/[email protected], npm/@docusaurus/[email protected], npm/@docusaurus/[email protected], npm/@docusaurus/[email protected], npm/@docusaurus/[email protected], npm/@docusaurus/[email protected], npm/@docusaurus/[email protected], npm/@docusaurus/[email protected], npm/@docusaurus/[email protected], npm/@docusaurus/[email protected], npm/@docusaurus/[email protected], npm/@docusaurus/[email protected], npm/@docusaurus/[email protected], npm/@docusaurus/[email protected], npm/@docusaurus/[email protected], npm/@docusaurus/[email protected], npm/@docusaurus/[email protected], npm/@mdx-js/[email protected], npm/@sinclair/[email protected], npm/@slorber/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected]

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