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

Update packages #1186

Merged
merged 2 commits into from
Jun 21, 2024
Merged

Update packages #1186

merged 2 commits into from
Jun 21, 2024

Conversation

prabhu
Copy link
Contributor

@prabhu prabhu commented Jun 21, 2024

No description provided.

Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
@prabhu prabhu requested a review from setchy as a code owner June 21, 2024 13:20
@@ -2080,6 +2080,9 @@ packages:
resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==}
engines: {node: '>=6'}

package-json-from-dist@1.0.0:
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is introduced by glob@10.4.2

isaacs/node-glob@v10.4.1...v10.4.2

@@ -9,208 +9,162 @@ export function prepareDB(options: any): Promise<{
sequelize: import("sequelize").Sequelize;
where(): object;
getDataValue<K extends string | number | symbol>(key: K): any;
setDataValue<K_1 extends string | number | symbol>(key: K_1, value: any): void;
setDataValue<K extends string | number | symbol>(key: K, value: any): void;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

New typescript seems to come up with some sane typings without underscore suffixes.

Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
@prabhu prabhu merged commit 519545f into master Jun 21, 2024
25 checks passed
@prabhu prabhu deleted the feature/june24-pkg-updates branch June 21, 2024 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant