From 04929b4e33ea087b211e5f87c0b4c4951a283bc9 Mon Sep 17 00:00:00 2001
From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com>
Date: Wed, 1 May 2024 03:42:22 +0300
Subject: [PATCH 1/9] fix(deps): Update dependency @grpc/grpc-js to v1.10.6
(#159)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [@grpc/grpc-js](https://grpc.io/) ([source](https://togithub.com/grpc/grpc-node)) | dependencies | patch | [`1.10.4` -> `1.10.6`](https://renovatebot.com/diffs/npm/@grpc%2fgrpc-js/1.10.4/1.10.6) |
---
### Release Notes
grpc/grpc-node (@grpc/grpc-js)
### [`v1.10.6`](https://togithub.com/grpc/grpc-node/releases/tag/%40grpc/grpc-js%401.10.6): @grpc/grpc-js 1.10.6
[Compare Source](https://togithub.com/grpc/grpc-node/compare/@grpc/grpc-js@1.10.5...@grpc/grpc-js@1.10.6)
- Fix a bug that could cause a server to sometimes send the status early ([#2708](https://togithub.com/grpc/grpc-node/issues/2708))
### [`v1.10.5`](https://togithub.com/grpc/grpc-node/releases/tag/%40grpc/grpc-js%401.10.5): @grpc/grpc-js 1.10.5
[Compare Source](https://togithub.com/grpc/grpc-node/compare/@grpc/grpc-js@1.10.4...@grpc/grpc-js@1.10.5)
- Resolve exception when `Error.stackTraceLimit` is `undefined` ([#2701](https://togithub.com/grpc/grpc-node/issues/2701) contributed by [@davidfiala](https://togithub.com/davidfiala))
- Call configured `checkServerIdentity` when `grpc.ssl_target_name_override` is set ([#2704](https://togithub.com/grpc/grpc-node/issues/2704))
- Add more information to DEADLINE_EXCEEDED error details strings ([#2692](https://togithub.com/grpc/grpc-node/issues/2692))
---
### Configuration
📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
---
package-lock.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 4a09558..bac1805 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -383,9 +383,9 @@
}
},
"node_modules/@grpc/grpc-js": {
- "version": "1.10.4",
- "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.10.4.tgz",
- "integrity": "sha512-MqBisuxTkYvPFnEiu+dag3xG/NBUDzSbAFAWlzfkGnQkjVZ6by3h4atbBc+Ikqup1z5BfB4BN18gKWR1YyppNw==",
+ "version": "1.10.6",
+ "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.10.6.tgz",
+ "integrity": "sha512-xP58G7wDQ4TCmN/cMUHh00DS7SRDv/+lC+xFLrTkMIN8h55X5NhZMLYbvy7dSELP15qlI6hPhNCRWVMtZMwqLA==",
"dependencies": {
"@grpc/proto-loader": "^0.7.10",
"@js-sdsl/ordered-map": "^4.4.2"
From df916b51597af9b8ed0e248d64c064374179f250 Mon Sep 17 00:00:00 2001
From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com>
Date: Wed, 1 May 2024 03:46:14 +0300
Subject: [PATCH 2/9] fix(deps): Update dependency modern-errors to v7.0.1
(#160)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [modern-errors](https://togithub.com/ehmicky/modern-errors) | dependencies | patch | [`7.0.0` -> `7.0.1`](https://renovatebot.com/diffs/npm/modern-errors/7.0.0/7.0.1) |
---
### Release Notes
ehmicky/modern-errors (modern-errors)
### [`v7.0.1`](https://togithub.com/ehmicky/modern-errors/blob/HEAD/CHANGELOG.md#701)
[Compare Source](https://togithub.com/ehmicky/modern-errors/compare/7.0.0...7.0.1)
#### Types
- Fix TypeScript types when using the `custom` option
[https://github.com/ehmicky/modern-errors/issues/18](https://togithub.com/ehmicky/modern-errors/issues/18)s/18).
---
### Configuration
📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
---
package-lock.json | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index bac1805..b099f3a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -4765,9 +4765,9 @@
}
},
"node_modules/modern-errors": {
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/modern-errors/-/modern-errors-7.0.0.tgz",
- "integrity": "sha512-4H55sVGQe0JxbBIH9ea9QUkY3BDSpxauyWYXB5W4LCeYEvjEScYxnoHp9cFHxeCvUuf1a1lqJILo/H2kRV37og==",
+ "version": "7.0.1",
+ "resolved": "https://registry.npmjs.org/modern-errors/-/modern-errors-7.0.1.tgz",
+ "integrity": "sha512-UaWtjvt1LWLTmQq9vBcjVzVyaBS8PyN3YYF9Vzdf7dgaB9ySFBWbIH5nglEfLr1VVF7XrBrHrdp+Tnw7oITfTA==",
"dependencies": {
"error-class-utils": "^4.0.0",
"error-custom-class": "^10.0.0",
@@ -4777,7 +4777,7 @@
"normalize-exception": "^3.0.0",
"set-error-message": "^3.0.0",
"set-error-props": "^6.0.0",
- "set-error-stack": "^2.0.0"
+ "set-error-stack": "^3.0.0"
},
"engines": {
"node": ">=18.18.0"
@@ -6023,14 +6023,14 @@
}
},
"node_modules/set-error-stack": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/set-error-stack/-/set-error-stack-2.0.0.tgz",
- "integrity": "sha512-mABWr7mmaY1EVBMXWo32t6byRkKclJ3gipglE2+XGBZxDEk0+zVumRfWyAK3s/EB/TbbUm1Gp0H8VvqlFkMa+g==",
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/set-error-stack/-/set-error-stack-3.0.0.tgz",
+ "integrity": "sha512-jCcA0qrIqYWOct9WlC3xcEE9QaTWKEM9eztxr+fV2pa7ZGfFGiNh4RzqfJI8ps+oDDGtU8uvGPYxARyhI9t17Q==",
"dependencies": {
"normalize-exception": "^3.0.0"
},
"engines": {
- "node": ">=16.17.0"
+ "node": ">=18.18.0"
}
},
"node_modules/set-function-length": {
From 3c41e74493d90d7c0669a938dabf8bca0d3bcf02 Mon Sep 17 00:00:00 2001
From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com>
Date: Wed, 1 May 2024 04:46:12 +0300
Subject: [PATCH 3/9] fix(deps): Update dependency p-map to v7.0.2 (#162)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [p-map](https://togithub.com/sindresorhus/p-map) | dependencies | patch | [`7.0.1` -> `7.0.2`](https://renovatebot.com/diffs/npm/p-map/7.0.1/7.0.2) |
---
### Release Notes
sindresorhus/p-map (p-map)
### [`v7.0.2`](https://togithub.com/sindresorhus/p-map/releases/tag/v7.0.2)
[Compare Source](https://togithub.com/sindresorhus/p-map/compare/v7.0.1...v7.0.2)
- Add missing `index` parameter to mapper function in `pMapIterable` ([#71](https://togithub.com/sindresorhus/p-map/issues/71)) [`dc597e5`](https://togithub.com/sindresorhus/p-map/commit/dc597e5)
---
### Configuration
📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
---
package-lock.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index b099f3a..923f835 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -5124,9 +5124,9 @@
}
},
"node_modules/p-map": {
- "version": "7.0.1",
- "resolved": "https://registry.npmjs.org/p-map/-/p-map-7.0.1.tgz",
- "integrity": "sha512-2wnaR0XL/FDOj+TgpDuRb2KTjLnu3Fma6b1ZUwGY7LcqenMcvP/YFpjpbPKY6WVGsbuJZRuoUz8iPrt8ORnAFw==",
+ "version": "7.0.2",
+ "resolved": "https://registry.npmjs.org/p-map/-/p-map-7.0.2.tgz",
+ "integrity": "sha512-z4cYYMMdKHzw4O5UkWJImbZynVIo0lSGTXc7bzB1e/rrDqkgGUNysK/o4bTr+0+xKvvLoTyGqYC4Fgljy9qe1Q==",
"engines": {
"node": ">=18"
},
From 22af0597134a66a1e575513fa389c2dd99f64f6d Mon Sep 17 00:00:00 2001
From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com>
Date: Wed, 1 May 2024 04:49:54 +0300
Subject: [PATCH 4/9] fix(deps): Update dependency typescript to v5.4.5 (#163)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [typescript](https://www.typescriptlang.org/) ([source](https://togithub.com/Microsoft/TypeScript)) | devDependencies | patch | [`5.4.3` -> `5.4.5`](https://renovatebot.com/diffs/npm/typescript/5.4.3/5.4.5) |
---
### Release Notes
Microsoft/TypeScript (typescript)
### [`v5.4.5`](https://togithub.com/microsoft/TypeScript/releases/tag/v5.4.5): TypeScript 5.4.5
[Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.4.4...v5.4.5)
For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-4/).
For the complete list of fixed issues, check out the
- [fixed issues query for Typescript 5.4.0 (Beta)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.0%22+is%3Aclosed+).
- [fixed issues query for Typescript 5.4.1 (RC)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.1%22+is%3Aclosed+).
- [fixed issues query for Typescript 5.4.2 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.2%22+is%3Aclosed+).
- [fixed issues query for Typescript 5.4.3 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.3%22+is%3Aclosed+).
- [fixed issues query for Typescript 5.4.4 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.4%22+is%3Aclosed+).
- [fixed issues query for Typescript 5.4.5 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.5%22+is%3Aclosed+).
Downloads are available on:
- [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)
### [`v5.4.4`](https://togithub.com/microsoft/TypeScript/releases/tag/v5.4.4): TypeScript 5.4.4
[Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.4.3...v5.4.4)
For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-4/).
For the complete list of fixed issues, check out the
- [fixed issues query for Typescript 5.4.0 (Beta)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.0%22+is%3Aclosed+).
- [fixed issues query for Typescript 5.4.1 (RC)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.1%22+is%3Aclosed+).
- [fixed issues query for Typescript 5.4.2 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.2%22+is%3Aclosed+).
- [fixed issues query for Typescript 5.4.3 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.3%22+is%3Aclosed+).
- [fixed issues query for Typescript 5.4.4 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.4%22+is%3Aclosed+).
Downloads are available on:
- [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)
---
### Configuration
📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
---
package-lock.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 923f835..2e043f9 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -6730,9 +6730,9 @@
}
},
"node_modules/typescript": {
- "version": "5.4.3",
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.3.tgz",
- "integrity": "sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==",
+ "version": "5.4.5",
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz",
+ "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
From d3d03773376ffa03a147ada112fcfc9cc4e4854c Mon Sep 17 00:00:00 2001
From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com>
Date: Wed, 1 May 2024 05:34:53 +0300
Subject: [PATCH 5/9] fix(deps): Update dependency ajv to v8.13.0 (#164)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [ajv](https://ajv.js.org) ([source](https://togithub.com/ajv-validator/ajv)) | dependencies | minor | [`8.12.0` -> `8.13.0`](https://renovatebot.com/diffs/npm/ajv/8.12.0/8.13.0) |
---
### Release Notes
ajv-validator/ajv (ajv)
### [`v8.13.0`](https://togithub.com/ajv-validator/ajv/releases/tag/v8.13.0)
[Compare Source](https://togithub.com/ajv-validator/ajv/compare/v8.12.0...v8.13.0)
- add named exports
- update dependencies
- update node.js
---
### Configuration
📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
---
package-lock.json | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 2e043f9..49e6392 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1044,14 +1044,14 @@
}
},
"node_modules/ajv": {
- "version": "8.12.0",
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
- "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
+ "version": "8.13.0",
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.13.0.tgz",
+ "integrity": "sha512-PRA911Blj99jR5RMeTunVbNXMF6Lp4vZXnk5GQjcnUWUTsrXtekg/pnmFFI2u/I36Y/2bITGS30GZCXei6uNkA==",
"dependencies": {
- "fast-deep-equal": "^3.1.1",
+ "fast-deep-equal": "^3.1.3",
"json-schema-traverse": "^1.0.0",
"require-from-string": "^2.0.2",
- "uri-js": "^4.2.2"
+ "uri-js": "^4.4.1"
},
"funding": {
"type": "github",
From 0387ea3293f0ccc1b8982bde25b5f55a60776868 Mon Sep 17 00:00:00 2001
From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com>
Date: Wed, 1 May 2024 05:38:30 +0300
Subject: [PATCH 6/9] fix(deps): Update dependency eslint-plugin-unused-imports
to v3.2.0 (#165)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [eslint-plugin-unused-imports](https://togithub.com/sweepline/eslint-plugin-unused-imports) | devDependencies | minor | [`3.1.0` -> `3.2.0`](https://renovatebot.com/diffs/npm/eslint-plugin-unused-imports/3.1.0/3.2.0) |
---
### Release Notes
sweepline/eslint-plugin-unused-imports (eslint-plugin-unused-imports)
### [`v3.2.0`](https://togithub.com/sweepline/eslint-plugin-unused-imports/compare/8872ac3f6724a442ed1fe948318812afece1d4a1...77e06961513a868aef7bb88477014c903fbe95bd)
[Compare Source](https://togithub.com/sweepline/eslint-plugin-unused-imports/compare/8872ac3f6724a442ed1fe948318812afece1d4a1...77e06961513a868aef7bb88477014c903fbe95bd)
---
### Configuration
📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
---
package-lock.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 49e6392..b514eef 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -2848,9 +2848,9 @@
}
},
"node_modules/eslint-plugin-unused-imports": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-3.1.0.tgz",
- "integrity": "sha512-9l1YFCzXKkw1qtAru1RWUtG2EVDZY0a0eChKXcL+EZ5jitG7qxdctu4RnvhOJHv4xfmUf7h+JJPINlVpGhZMrw==",
+ "version": "3.2.0",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-3.2.0.tgz",
+ "integrity": "sha512-6uXyn6xdINEpxE1MtDjxQsyXB37lfyO2yKGVVgtD7WEWQGORSOZjgrD6hBhvGv4/SO+TOlS+UnC6JppRqbuwGQ==",
"dev": true,
"dependencies": {
"eslint-rule-composer": "^0.3.0"
From c8d5fcefd6e50a736d72ddbccc81359c0eadadc7 Mon Sep 17 00:00:00 2001
From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com>
Date: Wed, 1 May 2024 06:20:14 +0300
Subject: [PATCH 7/9] fix(deps): Update dependency
eslint-plugin-you-dont-need-lodash-underscore to v6.14.0 (#166)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [eslint-plugin-you-dont-need-lodash-underscore](https://togithub.com/you-dont-need/You-Dont-Need-Lodash-Underscore.git) ([source](https://togithub.com/you-dont-need/You-Dont-Need-Lodash-Underscore)) | devDependencies | minor | [`6.13.0` -> `6.14.0`](https://renovatebot.com/diffs/npm/eslint-plugin-you-dont-need-lodash-underscore/6.13.0/6.14.0) |
---
### Release Notes
you-dont-need/You-Dont-Need-Lodash-Underscore (eslint-plugin-you-dont-need-lodash-underscore)
### [`v6.14.0`](https://togithub.com/you-dont-need/You-Dont-Need-Lodash-Underscore/releases/tag/v6.14.0)
[Compare Source](https://togithub.com/you-dont-need/You-Dont-Need-Lodash-Underscore/compare/v6.13.0...v6.14.0)
#### What's Changed
- chore(deps): bump js-yaml and coveralls by [@dependabot](https://togithub.com/dependabot) in [https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/375](https://togithub.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/375)
- chore(deps): bump minimist, mkdirp and mocha by [@dependabot](https://togithub.com/dependabot) in [https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/376](https://togithub.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/376)
- chore(deps): bump ansi-regex from 3.0.0 to 3.0.1 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/366](https://togithub.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/366)
- chore(deps): bump ajv and eslint by [@dependabot](https://togithub.com/dependabot) in [https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/367](https://togithub.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/367)
- chore(deps): bump ajv and eslint by [@dependabot](https://togithub.com/dependabot) in [https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/377](https://togithub.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/377)
- Upgrade dependabot/fetch-metadata by [@szepeviktor](https://togithub.com/szepeviktor) in [https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/380](https://togithub.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/380)
- Improve README by [@szepeviktor](https://togithub.com/szepeviktor) in [https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/378](https://togithub.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/378)
- Improve README even more by [@szepeviktor](https://togithub.com/szepeviktor) in [https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/381](https://togithub.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/381)
- Add lodash \_.mapKeys by [@rajdee](https://togithub.com/rajdee) in [https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/351](https://togithub.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/351)
- Add \_.cloneDeep by [@menghif](https://togithub.com/menghif) in [https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/382](https://togithub.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/382)
- add entry for isPlainObject by [@Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/384](https://togithub.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/384)
- Correct isPlainObject() by [@danielsharvey](https://togithub.com/danielsharvey) in [https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/386](https://togithub.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/386)
- Fix [#393](https://togithub.com/you-dont-need/You-Dont-Need-Lodash-Underscore/issues/393) remove a destructuring assignment example on \_.pick native implementation by [@yoshikazusawa](https://togithub.com/yoshikazusawa) in [https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/394](https://togithub.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/394)
- Mention Object.groupBy() by [@Heniker](https://togithub.com/Heniker) in [https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/390](https://togithub.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/390)
#### New Contributors
- [@szepeviktor](https://togithub.com/szepeviktor) made their first contribution in [https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/380](https://togithub.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/380)
- [@rajdee](https://togithub.com/rajdee) made their first contribution in [https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/351](https://togithub.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/351)
- [@menghif](https://togithub.com/menghif) made their first contribution in [https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/382](https://togithub.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/382)
- [@Uzlopak](https://togithub.com/Uzlopak) made their first contribution in [https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/384](https://togithub.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/384)
- [@danielsharvey](https://togithub.com/danielsharvey) made their first contribution in [https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/386](https://togithub.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/386)
- [@yoshikazusawa](https://togithub.com/yoshikazusawa) made their first contribution in [https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/394](https://togithub.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/394)
- [@Heniker](https://togithub.com/Heniker) made their first contribution in [https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/390](https://togithub.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/390)
**Full Changelog**: https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore/compare/v6.13.0...v6.14.0
---
### Configuration
📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
---
package-lock.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index b514eef..4add22f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -2869,9 +2869,9 @@
}
},
"node_modules/eslint-plugin-you-dont-need-lodash-underscore": {
- "version": "6.13.0",
- "resolved": "https://registry.npmjs.org/eslint-plugin-you-dont-need-lodash-underscore/-/eslint-plugin-you-dont-need-lodash-underscore-6.13.0.tgz",
- "integrity": "sha512-6FkFLp/R/QlgfJl5NrxkIXMQ36jMVLczkWDZJvMd7/wr/M3K0DS7mtX7plZ3giTDcbDD7VBfNYUfUVaBCZOXKA==",
+ "version": "6.14.0",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-you-dont-need-lodash-underscore/-/eslint-plugin-you-dont-need-lodash-underscore-6.14.0.tgz",
+ "integrity": "sha512-3zkkU/O1agczP7szJGHmisZJS/AknfVl6mb0Zqoc95dvFsdmfK+cbhrn+Ffy0UWB1pgDJwQr7kIO3rPstWs3Dw==",
"dev": true,
"dependencies": {
"kebab-case": "^1.0.0"
From 68a3c393fc845af117852545069ca71877599042 Mon Sep 17 00:00:00 2001
From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com>
Date: Wed, 1 May 2024 06:23:38 +0300
Subject: [PATCH 8/9] fix(deps): Update typescript-eslint monorepo to v7.8.0
(#167)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://togithub.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor | [`7.4.0` -> `7.8.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/7.4.0/7.8.0) |
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://togithub.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | devDependencies | minor | [`7.4.0` -> `7.8.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/7.4.0/7.8.0) |
---
### Release Notes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
### [`v7.8.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#780-2024-04-29)
[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.7.1...v7.8.0)
##### 🩹 Fixes
- **eslint-plugin:** \[no-unsafe-argument] handle tagged templates
- **eslint-plugin:** \[prefer-optional-chain] suggests optional chaining during strict null equality check
- **eslint-plugin:** \[consistent-type-assertions] handle tagged templates
- **eslint-plugin:** \[no-unsafe-return] handle union types
- **eslint-plugin:** \[no-unused-vars] clear error report range
##### ❤️ Thank You
- auvred
- Josh Goldberg ✨
- jsfm01
- Kim Sang Du
- YeonJuan
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
### [`v7.7.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#771-2024-04-22)
[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.7.0...v7.7.1)
##### 🩹 Fixes
- **eslint-plugin:** \[no-unsafe-assignment] handle shorthand property assignment
- **eslint-plugin:** \[explicit-function-return-type] fix checking wrong ancestor's return type
- **eslint-plugin:** \[prefer-optional-chain] only look at left operand for `requireNullish`
- **eslint-plugin:** \[no-for-in-array] refine report location
- **eslint-plugin:** \[no-unnecessary-type-assertion] allow non-null assertion for void type
##### ❤️ Thank You
- Abraham Guo
- Kirk Waiblinger
- YeonJuan
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
### [`v7.7.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#770-2024-04-15)
[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.6.0...v7.7.0)
##### 🚀 Features
- **eslint-plugin:** replace `no-new-symbol` with `no-new-native-nonconstructor`
##### ❤️ Thank You
- Dave
- Josh Goldberg ✨
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
### [`v7.6.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#760-2024-04-08)
[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.5.0...v7.6.0)
##### 🚀 Features
- bump npm dependency ranges
##### ❤️ Thank You
- Abraham Guo
- auvred
- Brad Zacher
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
### [`v7.5.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#750-2024-04-01)
[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.4.0...v7.5.0)
##### 🩹 Fixes
- **eslint-plugin:** \[no-floating-promises] handle TaggedTemplateExpression
- **eslint-plugin:** \[no-unnecessary-type-assertion] handle exactOptionalPropertyTypes compiler option
##### ❤️ Thank You
- Brad Zacher
- Kim Sang Du
- Mark de Dios
- Naru
- YeonJuan
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
### [`v7.8.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#780-2024-04-29)
[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.7.1...v7.8.0)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
### [`v7.7.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#771-2024-04-22)
[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.7.0...v7.7.1)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
### [`v7.7.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#770-2024-04-15)
[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.6.0...v7.7.0)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
### [`v7.6.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#760-2024-04-08)
[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.5.0...v7.6.0)
##### 🚀 Features
- bump npm dependency ranges
##### ❤️ Thank You
- Abraham Guo
- auvred
- Brad Zacher
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
### [`v7.5.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#750-2024-04-01)
[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.4.0...v7.5.0)
##### 🩹 Fixes
- **parser:** disallow `errorOnTypeScriptSyntacticAndSemanticIssues`
##### ❤️ Thank You
- Brad Zacher
- Kim Sang Du
- Mark de Dios
- Naru
- YeonJuan
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
---
### Configuration
📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.
---
- [ ] If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
---
package-lock.json | 128 +++++++++++++++++++++++-----------------------
1 file changed, 64 insertions(+), 64 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 4add22f..be0ffc5 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -741,22 +741,22 @@
"dev": true
},
"node_modules/@typescript-eslint/eslint-plugin": {
- "version": "7.4.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.4.0.tgz",
- "integrity": "sha512-yHMQ/oFaM7HZdVrVm/M2WHaNPgyuJH4WelkSVEWSSsir34kxW2kDJCxlXRhhGWEsMN0WAW/vLpKfKVcm8k+MPw==",
+ "version": "7.8.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.8.0.tgz",
+ "integrity": "sha512-gFTT+ezJmkwutUPmB0skOj3GZJtlEGnlssems4AjkVweUPGj7jRwwqg0Hhg7++kPGJqKtTYx+R05Ftww372aIg==",
"dev": true,
"dependencies": {
- "@eslint-community/regexpp": "^4.5.1",
- "@typescript-eslint/scope-manager": "7.4.0",
- "@typescript-eslint/type-utils": "7.4.0",
- "@typescript-eslint/utils": "7.4.0",
- "@typescript-eslint/visitor-keys": "7.4.0",
+ "@eslint-community/regexpp": "^4.10.0",
+ "@typescript-eslint/scope-manager": "7.8.0",
+ "@typescript-eslint/type-utils": "7.8.0",
+ "@typescript-eslint/utils": "7.8.0",
+ "@typescript-eslint/visitor-keys": "7.8.0",
"debug": "^4.3.4",
"graphemer": "^1.4.0",
- "ignore": "^5.2.4",
+ "ignore": "^5.3.1",
"natural-compare": "^1.4.0",
- "semver": "^7.5.4",
- "ts-api-utils": "^1.0.1"
+ "semver": "^7.6.0",
+ "ts-api-utils": "^1.3.0"
},
"engines": {
"node": "^18.18.0 || >=20.0.0"
@@ -776,15 +776,15 @@
}
},
"node_modules/@typescript-eslint/parser": {
- "version": "7.4.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-7.4.0.tgz",
- "integrity": "sha512-ZvKHxHLusweEUVwrGRXXUVzFgnWhigo4JurEj0dGF1tbcGh6buL+ejDdjxOQxv6ytcY1uhun1p2sm8iWStlgLQ==",
+ "version": "7.8.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-7.8.0.tgz",
+ "integrity": "sha512-KgKQly1pv0l4ltcftP59uQZCi4HUYswCLbTqVZEJu7uLX8CTLyswqMLqLN+2QFz4jCptqWVV4SB7vdxcH2+0kQ==",
"dev": true,
"dependencies": {
- "@typescript-eslint/scope-manager": "7.4.0",
- "@typescript-eslint/types": "7.4.0",
- "@typescript-eslint/typescript-estree": "7.4.0",
- "@typescript-eslint/visitor-keys": "7.4.0",
+ "@typescript-eslint/scope-manager": "7.8.0",
+ "@typescript-eslint/types": "7.8.0",
+ "@typescript-eslint/typescript-estree": "7.8.0",
+ "@typescript-eslint/visitor-keys": "7.8.0",
"debug": "^4.3.4"
},
"engines": {
@@ -804,13 +804,13 @@
}
},
"node_modules/@typescript-eslint/scope-manager": {
- "version": "7.4.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.4.0.tgz",
- "integrity": "sha512-68VqENG5HK27ypafqLVs8qO+RkNc7TezCduYrx8YJpXq2QGZ30vmNZGJJJC48+MVn4G2dCV8m5ZTVnzRexTVtw==",
+ "version": "7.8.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.8.0.tgz",
+ "integrity": "sha512-viEmZ1LmwsGcnr85gIq+FCYI7nO90DVbE37/ll51hjv9aG+YZMb4WDE2fyWpUR4O/UrhGRpYXK/XajcGTk2B8g==",
"dev": true,
"dependencies": {
- "@typescript-eslint/types": "7.4.0",
- "@typescript-eslint/visitor-keys": "7.4.0"
+ "@typescript-eslint/types": "7.8.0",
+ "@typescript-eslint/visitor-keys": "7.8.0"
},
"engines": {
"node": "^18.18.0 || >=20.0.0"
@@ -821,15 +821,15 @@
}
},
"node_modules/@typescript-eslint/type-utils": {
- "version": "7.4.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-7.4.0.tgz",
- "integrity": "sha512-247ETeHgr9WTRMqHbbQdzwzhuyaJ8dPTuyuUEMANqzMRB1rj/9qFIuIXK7l0FX9i9FXbHeBQl/4uz6mYuCE7Aw==",
+ "version": "7.8.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-7.8.0.tgz",
+ "integrity": "sha512-H70R3AefQDQpz9mGv13Uhi121FNMh+WEaRqcXTX09YEDky21km4dV1ZXJIp8QjXc4ZaVkXVdohvWDzbnbHDS+A==",
"dev": true,
"dependencies": {
- "@typescript-eslint/typescript-estree": "7.4.0",
- "@typescript-eslint/utils": "7.4.0",
+ "@typescript-eslint/typescript-estree": "7.8.0",
+ "@typescript-eslint/utils": "7.8.0",
"debug": "^4.3.4",
- "ts-api-utils": "^1.0.1"
+ "ts-api-utils": "^1.3.0"
},
"engines": {
"node": "^18.18.0 || >=20.0.0"
@@ -848,9 +848,9 @@
}
},
"node_modules/@typescript-eslint/types": {
- "version": "7.4.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.4.0.tgz",
- "integrity": "sha512-mjQopsbffzJskos5B4HmbsadSJQWaRK0UxqQ7GuNA9Ga4bEKeiO6b2DnB6cM6bpc8lemaPseh0H9B/wyg+J7rw==",
+ "version": "7.8.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.8.0.tgz",
+ "integrity": "sha512-wf0peJ+ZGlcH+2ZS23aJbOv+ztjeeP8uQ9GgwMJGVLx/Nj9CJt17GWgWWoSmoRVKAX2X+7fzEnAjxdvK2gqCLw==",
"dev": true,
"engines": {
"node": "^18.18.0 || >=20.0.0"
@@ -861,19 +861,19 @@
}
},
"node_modules/@typescript-eslint/typescript-estree": {
- "version": "7.4.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.4.0.tgz",
- "integrity": "sha512-A99j5AYoME/UBQ1ucEbbMEmGkN7SE0BvZFreSnTd1luq7yulcHdyGamZKizU7canpGDWGJ+Q6ZA9SyQobipePg==",
+ "version": "7.8.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.8.0.tgz",
+ "integrity": "sha512-5pfUCOwK5yjPaJQNy44prjCwtr981dO8Qo9J9PwYXZ0MosgAbfEMB008dJ5sNo3+/BN6ytBPuSvXUg9SAqB0dg==",
"dev": true,
"dependencies": {
- "@typescript-eslint/types": "7.4.0",
- "@typescript-eslint/visitor-keys": "7.4.0",
+ "@typescript-eslint/types": "7.8.0",
+ "@typescript-eslint/visitor-keys": "7.8.0",
"debug": "^4.3.4",
"globby": "^11.1.0",
"is-glob": "^4.0.3",
- "minimatch": "9.0.3",
- "semver": "^7.5.4",
- "ts-api-utils": "^1.0.1"
+ "minimatch": "^9.0.4",
+ "semver": "^7.6.0",
+ "ts-api-utils": "^1.3.0"
},
"engines": {
"node": "^18.18.0 || >=20.0.0"
@@ -898,9 +898,9 @@
}
},
"node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": {
- "version": "9.0.3",
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
- "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
+ "version": "9.0.4",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
+ "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
"dev": true,
"dependencies": {
"brace-expansion": "^2.0.1"
@@ -913,18 +913,18 @@
}
},
"node_modules/@typescript-eslint/utils": {
- "version": "7.4.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-7.4.0.tgz",
- "integrity": "sha512-NQt9QLM4Tt8qrlBVY9lkMYzfYtNz8/6qwZg8pI3cMGlPnj6mOpRxxAm7BMJN9K0AiY+1BwJ5lVC650YJqYOuNg==",
+ "version": "7.8.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-7.8.0.tgz",
+ "integrity": "sha512-L0yFqOCflVqXxiZyXrDr80lnahQfSOfc9ELAAZ75sqicqp2i36kEZZGuUymHNFoYOqxRT05up760b4iGsl02nQ==",
"dev": true,
"dependencies": {
"@eslint-community/eslint-utils": "^4.4.0",
- "@types/json-schema": "^7.0.12",
- "@types/semver": "^7.5.0",
- "@typescript-eslint/scope-manager": "7.4.0",
- "@typescript-eslint/types": "7.4.0",
- "@typescript-eslint/typescript-estree": "7.4.0",
- "semver": "^7.5.4"
+ "@types/json-schema": "^7.0.15",
+ "@types/semver": "^7.5.8",
+ "@typescript-eslint/scope-manager": "7.8.0",
+ "@typescript-eslint/types": "7.8.0",
+ "@typescript-eslint/typescript-estree": "7.8.0",
+ "semver": "^7.6.0"
},
"engines": {
"node": "^18.18.0 || >=20.0.0"
@@ -938,13 +938,13 @@
}
},
"node_modules/@typescript-eslint/visitor-keys": {
- "version": "7.4.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.4.0.tgz",
- "integrity": "sha512-0zkC7YM0iX5Y41homUUeW1CHtZR01K3ybjM1l6QczoMuay0XKtrb93kv95AxUGwdjGr64nNqnOCwmEl616N8CA==",
+ "version": "7.8.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.8.0.tgz",
+ "integrity": "sha512-q4/gibTNBQNA0lGyYQCmWRS5D15n8rXh4QjK3KV+MBPlTYHpfBUT3D3PaPR/HeNiI9W6R7FvlkcGhNyAoP+caA==",
"dev": true,
"dependencies": {
- "@typescript-eslint/types": "7.4.0",
- "eslint-visitor-keys": "^3.4.1"
+ "@typescript-eslint/types": "7.8.0",
+ "eslint-visitor-keys": "^3.4.3"
},
"engines": {
"node": "^18.18.0 || >=20.0.0"
@@ -3836,9 +3836,9 @@
}
},
"node_modules/ignore": {
- "version": "5.3.0",
- "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.0.tgz",
- "integrity": "sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg==",
+ "version": "5.3.1",
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz",
+ "integrity": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==",
"dev": true,
"engines": {
"node": ">= 4"
@@ -6570,12 +6570,12 @@
}
},
"node_modules/ts-api-utils": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.0.3.tgz",
- "integrity": "sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==",
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.3.0.tgz",
+ "integrity": "sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==",
"dev": true,
"engines": {
- "node": ">=16.13.0"
+ "node": ">=16"
},
"peerDependencies": {
"typescript": ">=4.2.0"
From 8953eb9ca1a175fb8de009adb58447ed2cf9a030 Mon Sep 17 00:00:00 2001
From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com>
Date: Mon, 6 May 2024 14:20:40 +0300
Subject: [PATCH 9/9] chore(main): Release v0.1.11 (#161)
:robot: I have created a release *beep* *boop*
---
## [0.1.11](https://github.com/cloudquery/plugin-sdk-javascript/compare/v0.1.10...v0.1.11) (2024-05-01)
### Bug Fixes
* **deps:** Update dependency @grpc/grpc-js to v1.10.6 ([#159](https://github.com/cloudquery/plugin-sdk-javascript/issues/159)) ([04929b4](https://github.com/cloudquery/plugin-sdk-javascript/commit/04929b4e33ea087b211e5f87c0b4c4951a283bc9))
* **deps:** Update dependency ajv to v8.13.0 ([#164](https://github.com/cloudquery/plugin-sdk-javascript/issues/164)) ([d3d0377](https://github.com/cloudquery/plugin-sdk-javascript/commit/d3d03773376ffa03a147ada112fcfc9cc4e4854c))
* **deps:** Update dependency eslint-plugin-unused-imports to v3.2.0 ([#165](https://github.com/cloudquery/plugin-sdk-javascript/issues/165)) ([0387ea3](https://github.com/cloudquery/plugin-sdk-javascript/commit/0387ea3293f0ccc1b8982bde25b5f55a60776868))
* **deps:** Update dependency eslint-plugin-you-dont-need-lodash-underscore to v6.14.0 ([#166](https://github.com/cloudquery/plugin-sdk-javascript/issues/166)) ([c8d5fce](https://github.com/cloudquery/plugin-sdk-javascript/commit/c8d5fcefd6e50a736d72ddbccc81359c0eadadc7))
* **deps:** Update dependency modern-errors to v7.0.1 ([#160](https://github.com/cloudquery/plugin-sdk-javascript/issues/160)) ([df916b5](https://github.com/cloudquery/plugin-sdk-javascript/commit/df916b51597af9b8ed0e248d64c064374179f250))
* **deps:** Update dependency p-map to v7.0.2 ([#162](https://github.com/cloudquery/plugin-sdk-javascript/issues/162)) ([3c41e74](https://github.com/cloudquery/plugin-sdk-javascript/commit/3c41e74493d90d7c0669a938dabf8bca0d3bcf02))
* **deps:** Update dependency typescript to v5.4.5 ([#163](https://github.com/cloudquery/plugin-sdk-javascript/issues/163)) ([22af059](https://github.com/cloudquery/plugin-sdk-javascript/commit/22af0597134a66a1e575513fa389c2dd99f64f6d))
* **deps:** Update typescript-eslint monorepo to v7.8.0 ([#167](https://github.com/cloudquery/plugin-sdk-javascript/issues/167)) ([68a3c39](https://github.com/cloudquery/plugin-sdk-javascript/commit/68a3c393fc845af117852545069ca71877599042))
---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
---
.release-please-manifest.json | 2 +-
CHANGELOG.md | 14 ++++++++++++++
package-lock.json | 4 ++--
package.json | 2 +-
4 files changed, 18 insertions(+), 4 deletions(-)
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 4a8e97c..ca1ac01 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "0.1.10"
+ ".": "0.1.11"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index eb992e0..808ea96 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,19 @@
# Changelog
+## [0.1.11](https://github.com/cloudquery/plugin-sdk-javascript/compare/v0.1.10...v0.1.11) (2024-05-01)
+
+
+### Bug Fixes
+
+* **deps:** Update dependency @grpc/grpc-js to v1.10.6 ([#159](https://github.com/cloudquery/plugin-sdk-javascript/issues/159)) ([04929b4](https://github.com/cloudquery/plugin-sdk-javascript/commit/04929b4e33ea087b211e5f87c0b4c4951a283bc9))
+* **deps:** Update dependency ajv to v8.13.0 ([#164](https://github.com/cloudquery/plugin-sdk-javascript/issues/164)) ([d3d0377](https://github.com/cloudquery/plugin-sdk-javascript/commit/d3d03773376ffa03a147ada112fcfc9cc4e4854c))
+* **deps:** Update dependency eslint-plugin-unused-imports to v3.2.0 ([#165](https://github.com/cloudquery/plugin-sdk-javascript/issues/165)) ([0387ea3](https://github.com/cloudquery/plugin-sdk-javascript/commit/0387ea3293f0ccc1b8982bde25b5f55a60776868))
+* **deps:** Update dependency eslint-plugin-you-dont-need-lodash-underscore to v6.14.0 ([#166](https://github.com/cloudquery/plugin-sdk-javascript/issues/166)) ([c8d5fce](https://github.com/cloudquery/plugin-sdk-javascript/commit/c8d5fcefd6e50a736d72ddbccc81359c0eadadc7))
+* **deps:** Update dependency modern-errors to v7.0.1 ([#160](https://github.com/cloudquery/plugin-sdk-javascript/issues/160)) ([df916b5](https://github.com/cloudquery/plugin-sdk-javascript/commit/df916b51597af9b8ed0e248d64c064374179f250))
+* **deps:** Update dependency p-map to v7.0.2 ([#162](https://github.com/cloudquery/plugin-sdk-javascript/issues/162)) ([3c41e74](https://github.com/cloudquery/plugin-sdk-javascript/commit/3c41e74493d90d7c0669a938dabf8bca0d3bcf02))
+* **deps:** Update dependency typescript to v5.4.5 ([#163](https://github.com/cloudquery/plugin-sdk-javascript/issues/163)) ([22af059](https://github.com/cloudquery/plugin-sdk-javascript/commit/22af0597134a66a1e575513fa389c2dd99f64f6d))
+* **deps:** Update typescript-eslint monorepo to v7.8.0 ([#167](https://github.com/cloudquery/plugin-sdk-javascript/issues/167)) ([68a3c39](https://github.com/cloudquery/plugin-sdk-javascript/commit/68a3c393fc845af117852545069ca71877599042))
+
## [0.1.10](https://github.com/cloudquery/plugin-sdk-javascript/compare/v0.1.9...v0.1.10) (2024-04-11)
diff --git a/package-lock.json b/package-lock.json
index be0ffc5..e39fcfb 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@cloudquery/plugin-sdk-javascript",
- "version": "0.1.10",
+ "version": "0.1.11",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@cloudquery/plugin-sdk-javascript",
- "version": "0.1.10",
+ "version": "0.1.11",
"license": "MPL-2.0",
"dependencies": {
"@apache-arrow/esnext-esm": "^12.0.1",
diff --git a/package.json b/package.json
index f3e94b5..39c2f14 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@cloudquery/plugin-sdk-javascript",
- "version": "0.1.10",
+ "version": "0.1.11",
"files": [
"dist",
"!dist/**/*.test.*",