Commit graph

702 commits

Author SHA1 Message Date
Conicaw
021137d4d9
refactor: adjust default retries to 10
Adjust default retries to 10 to allow a longer backoff

commit-id:e43406fc
2024-03-24 00:12:44 -05:00
F.Y.N.N
f13ffed693
Merge pull request #326 from furality/dependabot/npm_and_yarn/dependencies-a6f93d8e99
build(deps-dev): bump the dependencies group with 3 updates
2024-03-22 07:29:36 -07:00
dependabot[bot]
bbe392eccf
build(deps-dev): bump the dependencies group with 3 updates
Bumps the dependencies group with 3 updates: [@nestjs/common](https://github.com/nestjs/nest/tree/HEAD/packages/common), [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core) and [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express).


Updates `@nestjs/common` from 10.3.4 to 10.3.5
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.3.5/packages/common)

Updates `@nestjs/core` from 10.3.4 to 10.3.5
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.3.5/packages/core)

Updates `@nestjs/platform-express` from 10.3.4 to 10.3.5
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.3.5/packages/platform-express)

---
updated-dependencies:
- dependency-name: "@nestjs/common"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@nestjs/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-22 14:29:01 +00:00
F.Y.N.N
5ba2c2823e
Merge pull request #324 from furality/dependabot/npm_and_yarn/dependencies-69d7ca575f
build(deps-dev): bump the dependencies group with 1 update
2024-03-21 07:24:53 -07:00
dependabot[bot]
a9b20e8a2b
build(deps-dev): bump the dependencies group with 1 update
Bumps the dependencies group with 1 update: [typescript](https://github.com/Microsoft/TypeScript).


Updates `typescript` from 5.4.2 to 5.4.3
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.2...v5.4.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-21 14:24:14 +00:00
F.Y.N.N
8f7115862b
Merge pull request #323 from furality/dependabot/npm_and_yarn/dependencies-ebb592c1f8
build(deps): bump the dependencies group with 1 update
2024-03-20 07:13:57 -07:00
dependabot[bot]
5e555ba221
build(deps): bump the dependencies group with 1 update
Bumps the dependencies group with 1 update: [axios-retry](https://github.com/softonic/axios-retry).


Updates `axios-retry` from 4.0.0 to 4.1.0
- [Changelog](https://github.com/softonic/axios-retry/blob/master/CHANGELOG.md)
- [Commits](https://github.com/softonic/axios-retry/compare/v4.0.0...v4.1.0)

---
updated-dependencies:
- dependency-name: axios-retry
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-20 14:13:20 +00:00
F.Y.N.N
62852b5210
Merge pull request #322 from furality/dependabot/npm_and_yarn/dependencies-67092295ae
build(deps-dev): bump the dependencies group with 3 updates
2024-03-19 07:29:10 -07:00
dependabot[bot]
47a1d9b67f
build(deps-dev): bump the dependencies group with 3 updates
Bumps the dependencies group with 3 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser).


Updates `@types/node` from 20.11.28 to 20.11.30
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@typescript-eslint/eslint-plugin` from 7.2.0 to 7.3.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.3.1/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 7.2.0 to 7.3.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.3.1/packages/parser)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-19 14:28:33 +00:00
F.Y.N.N
1e885a5071
Merge pull request #321 from furality/dependabot/npm_and_yarn/dependencies-3e787c76b4
build(deps-dev): bump the dependencies group with 3 updates
2024-03-18 07:59:54 -07:00
dependabot[bot]
c5b121438a
build(deps-dev): bump the dependencies group with 3 updates
Bumps the dependencies group with 3 updates: [@nestjs/common](https://github.com/nestjs/nest/tree/HEAD/packages/common), [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core) and [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express).


Updates `@nestjs/common` from 10.3.3 to 10.3.4
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.3.4/packages/common)

Updates `@nestjs/core` from 10.3.3 to 10.3.4
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.3.4/packages/core)

Updates `@nestjs/platform-express` from 10.3.3 to 10.3.4
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.3.4/packages/platform-express)

---
updated-dependencies:
- dependency-name: "@nestjs/common"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@nestjs/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-18 14:59:20 +00:00
F.Y.N.N
4ff6ff8cd9
Merge pull request #320 from furality/dependabot/npm_and_yarn/follow-redirects-1.15.6
build(deps): bump follow-redirects from 1.15.5 to 1.15.6
2024-03-15 07:58:18 -07:00
dependabot[bot]
1556ee36bb
build(deps): bump follow-redirects from 1.15.5 to 1.15.6
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.5 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.5...v1.15.6)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-15 14:57:38 +00:00
F.Y.N.N
0d331e7fd9
Merge pull request #319 from furality/dependabot/npm_and_yarn/dependencies-a05442513a
build(deps-dev): bump the dependencies group with 1 update
2024-03-15 07:57:11 -07:00
dependabot[bot]
bd168a4d2b
build(deps-dev): bump the dependencies group with 1 update
Bumps the dependencies group with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).


Updates `@types/node` from 20.11.27 to 20.11.28
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-15 14:56:34 +00:00
F.Y.N.N
cf1c6f83af
Merge pull request #318 from furality/dependabot/npm_and_yarn/dependencies-b6d781ddaf
build(deps-dev): bump the dependencies group with 1 update
2024-03-13 07:44:27 -07:00
dependabot[bot]
a9c0c80a33
build(deps-dev): bump the dependencies group with 1 update
Bumps the dependencies group with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).


Updates `@types/node` from 20.11.26 to 20.11.27
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-13 14:43:49 +00:00
F.Y.N.N
8c76cd2cf3
Merge pull request #317 from furality/dependabot/github_actions/dependencies-2d71499196
ci(action): bump the dependencies group with 1 update
2024-03-12 07:40:42 -07:00
dependabot[bot]
f1e227338c
ci(action): bump the dependencies group with 1 update
Bumps the dependencies group with 1 update: [actions/checkout](https://github.com/actions/checkout).


Updates `actions/checkout` from 4.1.1 to 4.1.2
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4.1.1...v4.1.2)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-12 14:40:09 +00:00
F.Y.N.N
310bffa974
Merge pull request #316 from furality/dependabot/npm_and_yarn/dependencies-cfe83ddd41
build(deps-dev): bump the dependencies group with 3 updates
2024-03-12 07:33:14 -07:00
dependabot[bot]
ee5004356e
build(deps-dev): bump the dependencies group with 3 updates
Bumps the dependencies group with 3 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser).


Updates `@types/node` from 20.11.25 to 20.11.26
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@typescript-eslint/eslint-plugin` from 7.1.1 to 7.2.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.2.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 7.1.1 to 7.2.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.2.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-12 14:32:42 +00:00
F.Y.N.N
5b52ee9eca
Merge pull request #315 from furality/dependabot/npm_and_yarn/dependencies-27dee2fbe2
build(deps-dev): bump the dependencies group with 2 updates
2024-03-07 06:52:57 -08:00
dependabot[bot]
6f31c6626e
build(deps-dev): bump the dependencies group with 2 updates
Bumps the dependencies group with 2 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [typescript](https://github.com/Microsoft/TypeScript).


Updates `@types/node` from 20.11.24 to 20.11.25
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `typescript` from 5.3.3 to 5.4.2
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.3.3...v5.4.2)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-07 14:52:22 +00:00
F.Y.N.N
daa8d28a46
Merge pull request #314 from furality/dependabot/npm_and_yarn/dependencies-8c3f5b3775
build(deps-dev): bump the dependencies group with 2 updates
2024-03-05 06:58:13 -08:00
dependabot[bot]
b203436baa
build(deps-dev): bump the dependencies group with 2 updates
Bumps the dependencies group with 2 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser).


Updates `@typescript-eslint/eslint-plugin` from 7.1.0 to 7.1.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.1.1/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 7.1.0 to 7.1.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.1.1/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-05 14:57:39 +00:00
F.Y.N.N
636fe35de7
Merge pull request #313 from furality/dependabot/npm_and_yarn/dependencies-5b56a0ff16
build(deps-dev): bump the dependencies group with 1 update
2024-03-01 07:38:28 -08:00
dependabot[bot]
97595a2721
build(deps-dev): bump the dependencies group with 1 update
Bumps the dependencies group with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).


Updates `@types/node` from 20.11.23 to 20.11.24
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-01 14:45:00 +00:00
F.Y.N.N
b2205e38c2
Merge pull request #312 from furality/dependabot/npm_and_yarn/dependencies-75b673c920
build(deps-dev): bump the dependencies group with 1 update
2024-02-29 06:51:51 -08:00
dependabot[bot]
7821213502
build(deps-dev): bump the dependencies group with 1 update
Bumps the dependencies group with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).


Updates `@types/node` from 20.11.21 to 20.11.23
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-29 14:50:45 +00:00
F.Y.N.N
da61e386ef
Merge pull request #311 from furality/dependabot/npm_and_yarn/dependencies-7d808c7fed
build(deps-dev): bump the dependencies group with 1 update
2024-02-28 06:48:07 -08:00
dependabot[bot]
91d7daf8fa
build(deps-dev): bump the dependencies group with 1 update
Bumps the dependencies group with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).


Updates `@types/node` from 20.11.20 to 20.11.21
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-28 14:47:24 +00:00
F.Y.N.N
89de88bde3
Merge pull request #310 from furality/dependabot/npm_and_yarn/dependencies-586cc157d6
build(deps-dev): bump the dependencies group with 2 updates
2024-02-27 06:22:08 -08:00
dependabot[bot]
165553eb17
build(deps-dev): bump the dependencies group with 2 updates
Bumps the dependencies group with 2 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser).


Updates `@typescript-eslint/eslint-plugin` from 7.0.2 to 7.1.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.1.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 7.0.2 to 7.1.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.1.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-27 14:21:33 +00:00
F.Y.N.N
2a737c0fb3
Merge pull request #309 from furality/dependabot/npm_and_yarn/dependencies-cb84eebcf9
build(deps-dev): bump the dependencies group with 1 update
2024-02-23 14:34:06 -08:00
dependabot[bot]
b800898f9d
build(deps-dev): bump the dependencies group with 1 update
Bumps the dependencies group with 1 update: [eslint](https://github.com/eslint/eslint).


Updates `eslint` from 8.56.0 to 8.57.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.56.0...v8.57.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-23 22:33:35 +00:00
F.Y.N.N
157696cda9
Merge pull request #308 from furality/dependabot/npm_and_yarn/dependencies-87e135afed
build(deps-dev): bump the dependencies group with 1 update
2024-02-23 06:48:28 -08:00
dependabot[bot]
06f4b9d6f4
build(deps-dev): bump the dependencies group with 1 update
Bumps the dependencies group with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).


Updates `@types/node` from 20.11.19 to 20.11.20
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-23 14:47:58 +00:00
F.Y.N.N
95b34f9a12
Merge pull request #307 from furality/dependabot/npm_and_yarn/dependencies-f065ba949e
build(deps-dev): bump the dependencies group with 2 updates
2024-02-20 06:39:47 -08:00
dependabot[bot]
7ec0ee9246
build(deps-dev): bump the dependencies group with 2 updates
Bumps the dependencies group with 2 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser).


Updates `@typescript-eslint/eslint-plugin` from 7.0.1 to 7.0.2
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.0.2/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 7.0.1 to 7.0.2
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.0.2/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-20 14:39:10 +00:00
F.Y.N.N
69ea912666
Merge pull request #306 from furality/dependabot/npm_and_yarn/dependencies-b9aee79697
build(deps-dev): bump the dependencies group with 1 update
2024-02-15 22:03:19 -08:00
dependabot[bot]
6ccb5d48c0
build(deps-dev): bump the dependencies group with 1 update
Bumps the dependencies group with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).


Updates `@types/node` from 20.11.18 to 20.11.19
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-16 06:02:41 +00:00
F.Y.N.N
b08a6ce2f2
Merge pull request #305 from furality/dependabot/npm_and_yarn/dependencies-a2f4317b69
build(deps-dev): bump the dependencies group with 1 update
2024-02-15 06:59:29 -08:00
dependabot[bot]
b5f995590a
build(deps-dev): bump the dependencies group with 1 update
Bumps the dependencies group with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).


Updates `@types/node` from 20.11.17 to 20.11.18
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-15 14:58:43 +00:00
ttshivers
299a8327d9
Merge pull request #304 from furality/spr/main/467bab3f
refactor(dependabot): group updates
2024-02-14 18:56:36 -06:00
Conicaw
9efdb1540e
refactor(dependabot): group updates
Group updates

commit-id:467bab3f
2024-02-14 18:55:30 -06:00
F.Y.N.N
19e7d9db23
Merge pull request #303 from furality/dependabot/npm_and_yarn/husky-9.0.11
build(deps-dev): bump husky from 9.0.10 to 9.0.11
2024-02-14 06:13:52 -08:00
dependabot[bot]
4b23fa5e2a
build(deps-dev): bump husky from 9.0.10 to 9.0.11
Bumps [husky](https://github.com/typicode/husky) from 9.0.10 to 9.0.11.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](https://github.com/typicode/husky/compare/v9.0.10...v9.0.11)

---
updated-dependencies:
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-14 14:13:18 +00:00
ttshivers
ec90628e33
Merge pull request #300 from furality/dependabot/npm_and_yarn/typescript-eslint/parser-7.0.1
build(deps-dev): bump @typescript-eslint/parser from 6.21.0 to 7.0.1
2024-02-13 12:21:47 -06:00
dependabot[bot]
ac0e8b0ec2
build(deps-dev): bump @typescript-eslint/parser from 6.21.0 to 7.0.1
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.21.0 to 7.0.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.0.1/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-13 12:20:57 -06:00
ttshivers
a577b7e532
Merge pull request #302 from furality/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-7.0.0
build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.21.0 to 7.0.0
2024-02-13 12:02:38 -06:00