From 3e007fd02fd222e3689b47895570712fc04ad38c Mon Sep 17 00:00:00 2001 From: Kelv Date: Mon, 28 Oct 2024 13:57:45 +0800 Subject: [PATCH] DEV: add js-yaml to package.json (#40) * DEV: add js-yaml to package.json Co-authored-by: tyb-talks <133760061+tyb-talks@users.noreply.github.com> --- lib/deprecation_collector/deprecation-ids.yml | 2 ++ package.json | 3 ++- pnpm-lock.yaml | 3 +++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/lib/deprecation_collector/deprecation-ids.yml b/lib/deprecation_collector/deprecation-ids.yml index 20a3acb..5bcbc47 100644 --- a/lib/deprecation_collector/deprecation-ids.yml +++ b/lib/deprecation_collector/deprecation-ids.yml @@ -36,6 +36,7 @@ discourse_deprecation_ids: - discourse.decorate-plugin-outlet - discourse.decorate-topic-title - discourse.deprecation-that-should-not-be-logged +- discourse.discourse-debounce - discourse.discovery-topics-controller - discourse.fa-icon - discourse.fontawesome-6-upgrade @@ -85,6 +86,7 @@ discourse_deprecation_ids: - discourse.topic-list-find - discourse.topic.totalUnread - discourse.uploads.display-error-for-upload +- discourse.uppy-upload-mixin - discourse.user-menu.panel-component-class - discourse.user.resolved-timezone - discourse.user.userOptions diff --git a/package.json b/package.json index f0c3768..a0bd236 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,8 @@ "content-tag": "^2.0.1", "ember-template-lint": "6.0.0", "eslint": "8.57.1", - "prettier": "2.8.8" + "prettier": "2.8.8", + "js-yaml": "^4.1.0" }, "engines": { "node": ">= 18", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2360c2e..1608a7d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -35,6 +35,9 @@ importers: eslint: specifier: 8.57.1 version: 8.57.1 + js-yaml: + specifier: ^4.1.0 + version: 4.1.0 prettier: specifier: 2.8.8 version: 2.8.8