freshworks / freshworks-api-sdk

Node.js client SDK for Freshworks' REST APIs, currently in beta. Supports Freshteam and Freshservice (partially).
https://developers.freshworks.com/api-sdk/
MIT License
6 stars 2 forks source link

Bump minimist and @nestjs/cli #83

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps minimist to 1.2.7 and updates ancestor dependency @nestjs/cli. These dependencies need to be updated together.

Updates minimist from 1.2.5 to 1.2.7

Changelog

Sourced from minimist's changelog.

v1.2.7 - 2022-10-10

Commits

  • [meta] add auto-changelog 0ebf4eb
  • [actions] add reusable workflows e115b63
  • [eslint] add eslint; rules to enable later are warnings f58745b
  • [Dev Deps] switch from covert to nyc ab03356
  • [readme] rename and add badges 236f4a0
  • [meta] create FUNDING.yml; add funding in package.json 783a49b
  • [meta] use npmignore to autogenerate an npmignore file f81ece6
  • Only apps should have lockfiles 56cad44
  • [Dev Deps] update covert, tape; remove unnecessary tap 49c5f9f
  • [Tests] add aud in posttest 228ae93
  • [meta] add safe-publish-latest 01fc23f
  • [meta] update repo URLs 6b164c7

v1.2.6 - 2022-03-21

Commits

  • test from prototype pollution PR bc8ecee
  • isConstructorOrProto adapted from PR c2b9819
  • security notice for additional prototype pollution issue ef88b93
Commits
  • c590d75 v1.2.7
  • 0ebf4eb [meta] add auto-changelog
  • e115b63 [actions] add reusable workflows
  • 01fc23f [meta] add safe-publish-latest
  • f58745b [eslint] add eslint; rules to enable later are warnings
  • 228ae93 [Tests] add aud in posttest
  • 236f4a0 [readme] rename and add badges
  • ab03356 [Dev Deps] switch from covert to nyc
  • 49c5f9f [Dev Deps] update covert, tape; remove unnecessary tap
  • 783a49b [meta] create FUNDING.yml; add funding in package.json
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by ljharb, a new releaser for minimist since your current version.


Updates @nestjs/cli from 7.6.0 to 9.1.5

Release notes

Sourced from @​nestjs/cli's releases.

Release 9.1.5

  • Merge pull request #1820 from jmcdo29/fix/pnpm-install (9594c91d)
  • Merge pull request #1805 from adamclark64/feat-flat-configuration (6a933a85)
  • Merge pull request #1815 from nestjs/renovate/typescript-4.x (3ab5a4e8)
  • Merge pull request #1810 from z3bra5hax/feature/add-action-skip-install (3fac85cc)
  • chore(deps): update dependency @​types/node to v18 (cc779d82)
  • chore(deps): update typescript-eslint monorepo to v5.41.0 (c11bb2a8)
  • chore(deps): update dependency @​types/node to v16.18.2 (ed89b41d)
  • fix: update pnpm install flags (ee5a7915)
  • chore(deps): update dependency release-it to v15.5.0 (30b34213)
  • chore(deps): update dependency eslint to v8.26.0 (fd8edcfc)
  • chore(deps): update dependency @​types/node to v16.18.1 (90a78b4b)
  • fix(deps): update dependency typescript to v4.8.4 (8d78fa5e)
  • chore(deps): update dependency @​types/inquirer to v8.2.4 (98e18572)
  • feat: allows skip-install for add (76b282ed)
  • feat(config): allow for flat generate option configuration (6b31f51e)
  • Merge pull request #1801 from Tony133/test/remove-imports-not-useds (75e7a620)
  • test(): removed the imports not used (38b151e3)

Release 9.1.4

  • fix: disable fork ts checker when any cli plugin is enabled (c90364da)
  • chore(deps): update typescript-eslint monorepo to v5.38.1 (8076b730)
  • chore(deps): update dependency @​types/node to v16.11.62 (ceb80d34)
  • chore(deps): update dependency eslint to v8.24.0 (d1834116)
  • chore(deps): update dependency @​types/node to v16.11.60 (d6642a84)
  • chore(deps): update dependency ts-loader to v9.4.1 (c6699a0c)
  • chore(deps): update typescript-eslint monorepo to v5.38.0 (178830e9)
  • chore(deps): update dependency ts-loader to v9.4.0 (9f0f62a1)
  • chore(deps): update dependency release-it to v15.4.2 (a37fc149)
  • chore(deps): update dependency @​types/node to v16.11.59 (ff8423a3)
  • chore(deps): update dependency @​types/node-emoji to v1.8.2 (7fbe6800)
  • chore(deps): update typescript-eslint monorepo to v5.37.0 (a60b9099)

Release 9.1.3

  • Merge pull request #1774 from nestjs/renovate/typescript-eslint-monorepo (eacdc880)
  • Merge pull request #1781 from nestjs/renovate/eslint-8.x (762cc59b)
  • chore(deps): update typescript-eslint monorepo to v5.36.2 (d76b0715)
  • chore(deps): update dependency eslint to v8.23.1 (cc63354d)
  • Merge pull request #1779 from nestjs/renovate/angular-cli-monorepo (7eb5c9ef)
  • Merge pull request #1760 from nestjs/renovate/typescript-4.x (165dfc81)
  • fix(deps): update dependency typescript to v4.8.3 (b2741913)
  • Merge pull request #1773 from nestjs/renovate/node-16.x (b5b3beea)
  • fix(deps): update angular-cli monorepo to v14.2.2 (d55f79dd)
  • chore(deps): update dependency @​types/node to v16.11.58 (ddafec5b)
  • fix(plugin): when updating import/export paths, clone original flags (2db3b5be)
  • test(): hardcode loader tsconfig path (1920c2bd)
  • test(): minor style improvements (57456f90)
  • Merge pull request #1780 from ZanMinKian/feat-tsconfig (649ec085)
  • test: fix error (2ec59190)
  • feat: tsconfig.json by default if tsconfig.build.json not exist (9bf163d4)

... (truncated)

Commits
  • 4437c66 chore(): release v9.1.5
  • 9594c91 Merge pull request #1820 from jmcdo29/fix/pnpm-install
  • 6a933a8 Merge pull request #1805 from adamclark64/feat-flat-configuration
  • 3ab5a4e Merge pull request #1815 from nestjs/renovate/typescript-4.x
  • 3fac85c Merge pull request #1810 from z3bra5hax/feature/add-action-skip-install
  • cc779d8 chore(deps): update dependency @​types/node to v18
  • c11bb2a chore(deps): update typescript-eslint monorepo to v5.41.0
  • ed89b41 chore(deps): update dependency @​types/node to v16.18.2
  • ee5a791 fix: update pnpm install flags
  • 30b3421 chore(deps): update dependency release-it to v15.5.0
  • Additional commits viewable in compare view


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 ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/freshworks/freshworks-api-sdk/network/alerts).
dependabot[bot] commented 1 year ago

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.