Skip to content

Commit 7108090

Browse files
author
Mattia Moretti
authored
fix CDSCRS-35344 and github253 (#260)
* fix CDSCRS-35344 and github253 * includes Madrid-2
1 parent 21bbe90 commit 7108090

File tree

5 files changed

+88
-81
lines changed

5 files changed

+88
-81
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/matttproud/golang_protobuf_extensions v1.0.2 // indirect
1717
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
1818
github.com/oklog/run v1.1.0 // indirect
19-
github.com/oracle/oci-go-sdk/v65 v65.23.0
19+
github.com/oracle/oci-go-sdk/v65 v65.60.0
2020
github.com/pierrec/lz4/v4 v4.1.17 // indirect
2121
github.com/pkg/errors v0.9.1
2222
github.com/prometheus/client_golang v1.13.0 // indirect

go.sum

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -943,8 +943,8 @@ github.com/oklog/run v1.1.0/go.mod h1:sVPdnTZT1zYwAJeCMu2Th4T21pA3FPOQRfWjQlk7DV
943943
github.com/olekukonko/tablewriter v0.0.5 h1:P2Ga83D34wi1o9J6Wh1mRuqd4mF/x/lgBS7N7AbDhec=
944944
github.com/olekukonko/tablewriter v0.0.5/go.mod h1:hPp6KlRPjbx+hW8ykQs1w3UBbZlj6HuIJcUGPhkA7kY=
945945
github.com/opentracing/opentracing-go v1.1.0/go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o=
946-
github.com/oracle/oci-go-sdk/v65 v65.23.0 h1:v+nyukczQQ05xXzF+AdmjR9TQMRrWQENF+jVFZiyEQg=
947-
github.com/oracle/oci-go-sdk/v65 v65.23.0/go.mod h1:oyMrMa1vOzzKTmPN+kqrTR9y9kPA2tU1igN3NUSNTIE=
946+
github.com/oracle/oci-go-sdk/v65 v65.60.0 h1:r0fFFGc7PFbj9MAAJkUY/SU+IWS7HVx7NiiPj9gKzCU=
947+
github.com/oracle/oci-go-sdk/v65 v65.60.0/go.mod h1:IBEV9l1qBzUpo7zgGaRUhbB05BVfcDGYRFBCPlTcPp0=
948948
github.com/phpdave11/gofpdf v1.4.2/go.mod h1:zpO6xFn9yxo3YLyMvW8HcKWVdbNqgIfOOp2dXMnm1mY=
949949
github.com/phpdave11/gofpdi v1.0.12/go.mod h1:vBmVV0Do6hSBHC8uKUQ71JGW+ZGQq74llk/7bXwjDoI=
950950
github.com/phpdave11/gofpdi v1.0.13/go.mod h1:vBmVV0Do6hSBHC8uKUQ71JGW+ZGQq74llk/7bXwjDoI=
@@ -1023,8 +1023,9 @@ github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
10231023
github.com/stretchr/testify v1.7.2/go.mod h1:R6va5+xMeoiuVRoj+gSkQ7d3FALtqAAGI1FQKckRals=
10241024
github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
10251025
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
1026-
github.com/stretchr/testify v1.8.3 h1:RP3t2pwF7cMEbC1dqtB6poj3niw/9gnV4Cjg5oW5gtY=
10271026
github.com/stretchr/testify v1.8.3/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
1027+
github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=
1028+
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
10281029
github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
10291030
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
10301031
github.com/yuin/goldmark v1.1.32/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
@@ -1313,8 +1314,9 @@ golang.org/x/sys v0.3.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
13131314
golang.org/x/sys v0.4.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
13141315
golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
13151316
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
1316-
golang.org/x/sys v0.7.0 h1:3jlCCIQZPdOYu1h8BkNvLz8Kgwtae2cagcG/VamtZRU=
13171317
golang.org/x/sys v0.7.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
1318+
golang.org/x/sys v0.8.0 h1:EBmGv8NaZBZTWvrbjNoL6HVt+IVy3QDQpJs7VRIw3tU=
1319+
golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
13181320
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
13191321
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
13201322
golang.org/x/term v0.2.0/go.mod h1:TVmDHMZPmdnySmBfhjOoOdhjzdE1h4u1VwSiw2l1Nuc=

package.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
"@grafana/e2e-selectors": "9.3.8",
2828
"@grafana/eslint-config": "^5.1.0",
2929
"@grafana/tsconfig": "^1.2.0-rc1",
30-
"@grafana/data": "9.5.3",
31-
"@grafana/runtime": "9.5.3",
32-
"@grafana/ui": "9.5.3",
30+
"@grafana/data": "9.5.15",
31+
"@grafana/runtime": "9.5.15",
32+
"@grafana/ui": "9.5.15",
3333
"@swc/core": "1.3.75",
3434
"@swc/helpers": "^0.4.12",
3535
"@swc/jest": "^0.2.23",
@@ -49,7 +49,7 @@
4949
"eslint-webpack-plugin": "^3.1.1",
5050
"eslint": "^8.38.0",
5151
"eslint-config-prettier": "^7.2.0",
52-
"eslint-plugin-jsdoc": "^31.6.1",
52+
"eslint-plugin-jsdoc": "^41.1.2",
5353
"eslint-plugin-prettier": "^3.3.1",
5454
"eslint-plugin-react": "^7.22.0",
5555
"eslint-plugin-react-hooks": "^4.3.0",
@@ -66,7 +66,6 @@
6666
"grunt-contrib-copy": "^1.0.0",
6767
"grunt-contrib-uglify": "^5.2.2",
6868
"grunt-contrib-watch": "^1.0.0",
69-
"grunt-execute": "~0.2.2",
7069
"grunt-systemjs-builder": "^1.0.0",
7170
"identity-obj-proxy": "3.0.0",
7271
"jest": "^29.3.1",
@@ -99,9 +98,9 @@
9998
"@apache-arrow/es5-cjs": "^4.0.1",
10099
"@babel/preset-env": "^7.3.4",
101100
"@emotion/css": "^11.1.3",
102-
"@grafana/data": "9.5.3",
103-
"@grafana/runtime": "9.5.3",
104-
"@grafana/ui": "9.5.3",
101+
"@grafana/data": "9.5.15",
102+
"@grafana/runtime": "9.5.15",
103+
"@grafana/ui": "9.5.15",
105104
"@testing-library/react": "^12.1.4",
106105
"babel-plugin-transform-es2015-for-of": "^6.6.0",
107106
"babel-plugin-transform-es2015-modules-systemjs": "^6.24.1",

src/QueryEditor.tsx

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export const QueryEditor: React.FC<Props> = (props) => {
3232
// const [aggregationValue, setaggregationValue] = useState(query.aggregation);
3333
const [intervalValue, setIntervalValue] = useState(query.intervalLabel);
3434
const [legendFormatValue, setLegendFormatValue] = useState(query.legendFormat);
35-
const [hasCalledGetTenancyDefault, setHasCalledGetTenancyDefault] = useState(false);
35+
const [hasCalledGetTenancyDefault, setHasCalledGetTenancyDefault] = useState(false);
3636
const editorModes = [
3737
{ label: 'Raw Query', value: false },
3838
{ label: 'Builder', value: true },
@@ -119,12 +119,24 @@ export const QueryEditor: React.FC<Props> = (props) => {
119119

120120
// Custom input field for Single Tenancy Mode
121121
const CustomInput = ({ ...props }) => {
122-
useEffect(() => {
123-
if (!hasCalledGetTenancyDefault) {
122+
const [isReady, setIsReady] = useState(false);
123+
124+
useEffect(() => {
125+
if (!hasCalledGetTenancyDefault && isReady) {
126+
const getTenancyDefault = async () => {
127+
const tname = 'DEFAULT/';
128+
const tvalue = 'DEFAULT/';
129+
onApplyQueryChange({ ...query, tenancyName: tname, tenancy: tvalue }, false);
130+
setHasCalledGetTenancyDefault(true);
131+
};
124132
getTenancyDefault();
125-
setHasCalledGetTenancyDefault(true);
126133
}
134+
}, [isReady]);
135+
136+
useEffect(() => {
137+
setIsReady(true);
127138
}, []);
139+
128140
return <Input {...props} />;
129141
};
130142

@@ -325,12 +337,6 @@ export const QueryEditor: React.FC<Props> = (props) => {
325337
// };
326338

327339

328-
const getTenancyDefault = async () => {
329-
const tname = 'DEFAULT/';
330-
const tvalue = 'DEFAULT/';
331-
onApplyQueryChange({ ...query, tenancyName: tname, tenancy: tvalue }, false);
332-
};
333-
334340
const onTenancyChange = async (data: any) => {
335341
setTenancyValue(data);
336342
onApplyQueryChange(

yarn.lock

Lines changed: 58 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1525,6 +1525,15 @@
15251525
esquery "^1.4.0"
15261526
jsdoc-type-pratt-parser "~3.1.0"
15271527

1528+
"@es-joy/jsdoccomment@~0.37.0":
1529+
version "0.37.1"
1530+
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.37.1.tgz#fa32a41ba12097452693343e09ad4d26d157aedd"
1531+
integrity sha512-5vxWJ1gEkEF0yRd0O+uK6dHJf7adrxwQSX8PuRiPfFSAbNLnY0ZJfXaZucoz14Jj2N11xn2DnlEPwWRpYpvRjg==
1532+
dependencies:
1533+
comment-parser "1.3.1"
1534+
esquery "^1.5.0"
1535+
jsdoc-type-pratt-parser "~4.0.0"
1536+
15281537
"@eslint-community/eslint-utils@^4.2.0":
15291538
version "4.4.0"
15301539
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
@@ -1623,13 +1632,13 @@
16231632
dependencies:
16241633
tslib "^2.4.0"
16251634

1626-
"@grafana/data@9.5.3":
1627-
version "9.5.3"
1628-
resolved "https://registry.yarnpkg.com/@grafana/data/-/data-9.5.3.tgz#2a6930cce1aa1a1f469c510c745cf4cb59158a2d"
1629-
integrity sha512-JO441E1puweeXO6bSu3QE6a2v5x3ZOyYlcHd66TBo4OOEvaqJOMz8P+uD2B9MKpnN+1VkSo83/MUNuQaQ2yJtA==
1635+
"@grafana/data@9.5.15":
1636+
version "9.5.15"
1637+
resolved "https://registry.yarnpkg.com/@grafana/data/-/data-9.5.15.tgz#842ba5cd2ac750be4c9174c47254f4f8de3fe722"
1638+
integrity sha512-zeVV2dgU1c1TnlshA5mFR5pZDv3KM544V+866LQ4QkL6Ii5GV6UsnuSSGFPEVqwCTQbdu4u6hn3F+blZIItD3A==
16301639
dependencies:
16311640
"@braintree/sanitize-url" "6.0.2"
1632-
"@grafana/schema" "9.5.3"
1641+
"@grafana/schema" "9.5.15"
16331642
"@types/d3-interpolate" "^3.0.0"
16341643
d3-interpolate "3.0.1"
16351644
date-fns "2.29.3"
@@ -1660,10 +1669,10 @@
16601669
tslib "2.4.1"
16611670
typescript "4.8.4"
16621671

1663-
"@grafana/e2e-selectors@9.5.3":
1664-
version "9.5.3"
1665-
resolved "https://registry.yarnpkg.com/@grafana/e2e-selectors/-/e2e-selectors-9.5.3.tgz#aef46cfc6617f1fce3d100e8d25e8be8612c2ac9"
1666-
integrity sha512-aKa8CvUP2Hoe5l+ALhTlqdr3jEk1+/fzP+TEctmUyumqdRSrudF9aIj8Pw5OKQyh3jVrNC0JaSqNjcl0Ovw89w==
1672+
"@grafana/e2e-selectors@9.5.15":
1673+
version "9.5.15"
1674+
resolved "https://registry.yarnpkg.com/@grafana/e2e-selectors/-/e2e-selectors-9.5.15.tgz#9986906d744225485c7f5382e60824794818216d"
1675+
integrity sha512-EGCjNsFzyyv8BDZ9lxif/AlazMmsXiOvvIu9+7ONSv4Wd03a4AM8ARosM3FLPHD4dqPc1+wF6ozssENv0aQsUw==
16671676
dependencies:
16681677
"@grafana/tsconfig" "^1.2.0-rc1"
16691678
tslib "2.5.0"
@@ -1732,26 +1741,26 @@
17321741
ua-parser-js "^1.0.32"
17331742
web-vitals "^3.1.1"
17341743

1735-
"@grafana/runtime@9.5.3":
1736-
version "9.5.3"
1737-
resolved "https://registry.yarnpkg.com/@grafana/runtime/-/runtime-9.5.3.tgz#94c57ce6f84fa0e4512e65771a5f5374b57367d4"
1738-
integrity sha512-WTBIQuWbj4+Rdp6IEi/k5yTBBfVHuu7Av7oRPFsD1jihUWuwclXdGzX5LDPo8mnnN+9G5Us8IXYWo9fzz8642A==
1744+
"@grafana/runtime@9.5.15":
1745+
version "9.5.15"
1746+
resolved "https://registry.yarnpkg.com/@grafana/runtime/-/runtime-9.5.15.tgz#71cbce20101c656d3e070d8b2496e8def6df18ef"
1747+
integrity sha512-fka8Pfiq4c+8QIElPXC5YbNbD/L1I6hWDeBAAelIUoKgNyVti+HWyP1jDpJTuT+gBkjPlMa7RKStyYCzQXhNOw==
17391748
dependencies:
1740-
"@grafana/data" "9.5.3"
1741-
"@grafana/e2e-selectors" "9.5.3"
1749+
"@grafana/data" "9.5.15"
1750+
"@grafana/e2e-selectors" "9.5.15"
17421751
"@grafana/faro-web-sdk" "1.0.2"
1743-
"@grafana/ui" "9.5.3"
1752+
"@grafana/ui" "9.5.15"
17441753
"@sentry/browser" "6.19.7"
17451754
history "4.10.1"
17461755
lodash "4.17.21"
17471756
rxjs "7.8.0"
17481757
systemjs "0.20.19"
17491758
tslib "2.5.0"
17501759

1751-
"@grafana/schema@9.5.3":
1752-
version "9.5.3"
1753-
resolved "https://registry.yarnpkg.com/@grafana/schema/-/schema-9.5.3.tgz#dc873536000adf80287006fd2b35c1c8968e0d15"
1754-
integrity sha512-Ol0bRg/uI8jGyWfqxFcOJVcJoscpkIIGFt2IXzBgoeXLQLKc23HoUXFq2UEvWAu8heJUQC8Fk7L6i3MUGINq3g==
1760+
"@grafana/schema@9.5.15":
1761+
version "9.5.15"
1762+
resolved "https://registry.yarnpkg.com/@grafana/schema/-/schema-9.5.15.tgz#767aa57cc9e1eaa7d6540ece1ca1a27acb4a38df"
1763+
integrity sha512-uq32n4P1bKoI37KTfNgiNvDCW9TbLbEEVh2LjBRzhhwUeZ7qRus9hX0q1gVN0KqgLpt2cR61wCHIXpGCUc7Zmw==
17551764
dependencies:
17561765
tslib "2.5.0"
17571766

@@ -1760,17 +1769,17 @@
17601769
resolved "https://registry.yarnpkg.com/@grafana/tsconfig/-/tsconfig-1.2.0-rc1.tgz#10973c978ec95b0ea637511254b5f478bce04de7"
17611770
integrity sha512-+SgQeBQ1pT6D/E3/dEdADqTrlgdIGuexUZ8EU+8KxQFKUeFeU7/3z/ayI2q/wpJ/Kr6WxBBNlrST6aOKia19Ag==
17621771

1763-
"@grafana/ui@9.5.3":
1764-
version "9.5.3"
1765-
resolved "https://registry.yarnpkg.com/@grafana/ui/-/ui-9.5.3.tgz#e99d426a241e2a592eff88ab2a43ebc39ef0e727"
1766-
integrity sha512-peRa4OXuU+3CzSFAU901sgJ9I//fn5FVKbb1R+P/JwpqPQOsSs0MWoFXqE7FPr8V/bgITuSD71SR0CJlK3todQ==
1772+
"@grafana/ui@9.5.15":
1773+
version "9.5.15"
1774+
resolved "https://registry.yarnpkg.com/@grafana/ui/-/ui-9.5.15.tgz#7899141ff8162fe1e791add937aa50c9bd34a512"
1775+
integrity sha512-rp+QuRrvvOUXbOJvfsl1j68nHafz/8fArT0EvnGVf86GKE9SbdhYcyZZ1gwgeSMLgTeLE+7D9rw3znAl3DDH5A==
17671776
dependencies:
17681777
"@emotion/css" "11.10.6"
17691778
"@emotion/react" "11.10.6"
1770-
"@grafana/data" "9.5.3"
1771-
"@grafana/e2e-selectors" "9.5.3"
1779+
"@grafana/data" "9.5.15"
1780+
"@grafana/e2e-selectors" "9.5.15"
17721781
"@grafana/faro-web-sdk" "1.0.2"
1773-
"@grafana/schema" "9.5.3"
1782+
"@grafana/schema" "9.5.15"
17741783
"@leeoniya/ufuzzy" "1.0.6"
17751784
"@monaco-editor/react" "4.4.6"
17761785
"@popperjs/core" "2.11.6"
@@ -3692,6 +3701,11 @@ arch@^2.2.0:
36923701
resolved "https://registry.yarnpkg.com/arch/-/arch-2.2.0.tgz#1bc47818f305764f23ab3306b0bfc086c5a29d11"
36933702
integrity sha512-Of/R0wqp83cgHozfIYLbBMnej79U/SVGOOyuB3VVFv1NRM/PSFMK12x9KVtiYzJqmnU5WR2qp0Z5rHb7sWGnFQ==
36943703

3704+
are-docs-informative@^0.0.2:
3705+
version "0.0.2"
3706+
resolved "https://registry.yarnpkg.com/are-docs-informative/-/are-docs-informative-0.0.2.tgz#387f0e93f5d45280373d387a59d34c96db321963"
3707+
integrity sha512-ixiS0nLNNG5jNQzgZJNoUpBKdo9yTYZMGJ+QgT2jmjR7G7+QHRCc4v6LQ3NgE7EBJq+o0ams3waJwkrlBom8Ig==
3708+
36953709
arg@^4.1.0:
36963710
version "4.1.3"
36973711
resolved "https://registry.yarnpkg.com/arg/-/arg-4.1.3.tgz#269fc7ad5b8e42cb63c896d5666017261c144089"
@@ -5043,11 +5057,6 @@ commander@~2.16.0:
50435057
resolved "https://registry.yarnpkg.com/commander/-/commander-2.16.0.tgz#f16390593996ceb4f3eeb020b31d78528f7f8a50"
50445058
integrity sha512-sVXqklSaotK9at437sFlFpyOcJonxe0yST/AG9DkQKUdIE6IqGIMv4SfAQSKaJbSdVEJYItASCrBiVQHq1HQew==
50455059

5046-
comment-parser@1.1.2:
5047-
version "1.1.2"
5048-
resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.1.2.tgz#e5317d7a2ec22b470dcb54a29b25426c30bf39d8"
5049-
integrity sha512-AOdq0i8ghZudnYv8RUnHrhTgafUGs61Rdz9jemU5x2lnZwAWyOq7vySo626K59e1fVKH1xSRorJwPVRLSWOoAQ==
5050-
50515060
comment-parser@1.3.1:
50525061
version "1.3.1"
50535062
resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.3.1.tgz#3d7ea3adaf9345594aedee6563f422348f165c1b"
@@ -5628,7 +5637,7 @@ dayjs@^1.10.4:
56285637
resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.8.tgz#4282f139c8c19dd6d0c7bd571e30c2d0ba7698ea"
56295638
integrity sha512-LcgxzFoWMEPO7ggRv1Y2N31hUf2R0Vj7fuy/m+Bg1K8rr+KAs1AEy4y9jd5DXe8pbHgX+srkHNS7TH6Q6ZhYeQ==
56305639

5631-
debug@4, debug@4.3.4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4:
5640+
debug@4, debug@4.3.4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.2, debug@^4.3.4:
56325641
version "4.3.4"
56335642
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
56345643
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
@@ -6176,17 +6185,18 @@ eslint-plugin-jsdoc@39.6.2:
61766185
semver "^7.3.8"
61776186
spdx-expression-parse "^3.0.1"
61786187

6179-
eslint-plugin-jsdoc@^31.6.1:
6180-
version "31.6.1"
6181-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-31.6.1.tgz#98040c801500572fff71c984a097d89946f1e450"
6182-
integrity sha512-5hCV3u+1VSEUMyfdTl+dpWsioD7tqQr2ILQw+KbXrF42AVxCLO8gnNLR6zDCDjqGGpt79V1sgY0RRchCWuCigg==
6188+
eslint-plugin-jsdoc@^41.1.2:
6189+
version "41.1.2"
6190+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-41.1.2.tgz#41d758a603aa59ae7bc34da88da2ca526466890e"
6191+
integrity sha512-MePJXdGiPW7AG06CU5GbKzYtKpoHwTq1lKijjq+RwL/cQkZtBZ59Zbv5Ep0RVxSMnq6242249/n+w4XrTZ1Afg==
61836192
dependencies:
6184-
comment-parser "1.1.2"
6185-
debug "^4.3.1"
6186-
jsdoctypeparser "^9.0.0"
6187-
lodash "^4.17.20"
6188-
regextras "^0.7.1"
6189-
semver "^7.3.4"
6193+
"@es-joy/jsdoccomment" "~0.37.0"
6194+
are-docs-informative "^0.0.2"
6195+
comment-parser "1.3.1"
6196+
debug "^4.3.4"
6197+
escape-string-regexp "^4.0.0"
6198+
esquery "^1.5.0"
6199+
semver "^7.3.8"
61906200
spdx-expression-parse "^3.0.1"
61916201

61926202
eslint-plugin-node@^8.0.1:
@@ -6449,7 +6459,7 @@ esprima@^4.0.0, esprima@^4.0.1:
64496459
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
64506460
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
64516461

6452-
esquery@^1.4.0, esquery@^1.4.2:
6462+
esquery@^1.4.0, esquery@^1.4.2, esquery@^1.5.0:
64536463
version "1.5.0"
64546464
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.5.0.tgz#6ce17738de8577694edd7361c57182ac8cb0db0b"
64556465
integrity sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==
@@ -7328,11 +7338,6 @@ grunt-contrib-watch@^1.0.0:
73287338
lodash "^4.17.10"
73297339
tiny-lr "^1.1.1"
73307340

7331-
grunt-execute@~0.2.2:
7332-
version "0.2.2"
7333-
resolved "https://registry.yarnpkg.com/grunt-execute/-/grunt-execute-0.2.2.tgz#4e945fe57959cc0de7799083b6b42aed9616350a"
7334-
integrity sha512-ItW3m0goiHtUoOVl5Q1+WPMPhdLT94m5UwZ+HNGZvI4Oo5axNu5CTMcq2LSfCzdfDVmSDmPh1bJsMl5NKAm4NA==
7335-
73367341
grunt-known-options@~2.0.0:
73377342
version "2.0.0"
73387343
resolved "https://registry.yarnpkg.com/grunt-known-options/-/grunt-known-options-2.0.0.tgz#cac641e897f9a0a680b8c9839803d35f3325103c"
@@ -8587,10 +8592,10 @@ jsdoc-type-pratt-parser@~3.1.0:
85878592
resolved "https://registry.yarnpkg.com/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-3.1.0.tgz#a4a56bdc6e82e5865ffd9febc5b1a227ff28e67e"
85888593
integrity sha512-MgtD0ZiCDk9B+eI73BextfRrVQl0oyzRG8B2BjORts6jbunj4ScKPcyXGTbB6eXL4y9TzxCm6hyeLq/2ASzNdw==
85898594

8590-
jsdoctypeparser@^9.0.0:
8591-
version "9.0.0"
8592-
resolved "https://registry.yarnpkg.com/jsdoctypeparser/-/jsdoctypeparser-9.0.0.tgz#8c97e2fb69315eb274b0f01377eaa5c940bd7b26"
8593-
integrity sha512-jrTA2jJIL6/DAEILBEh2/w9QxCuwmvNXIry39Ay/HVfhE3o2yVV0U44blYkqdHA/OKloJEqvJy0xU+GSdE2SIw==
8595+
jsdoc-type-pratt-parser@~4.0.0:
8596+
version "4.0.0"
8597+
resolved "https://registry.yarnpkg.com/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-4.0.0.tgz#136f0571a99c184d84ec84662c45c29ceff71114"
8598+
integrity sha512-YtOli5Cmzy3q4dP26GraSOeAhqecewG04hoO8DY56CH4KJ9Fvv5qKWUCCo3HZob7esJQHCv6/+bnTy72xZZaVQ==
85948599

85958600
jsdom@^20.0.0:
85968601
version "20.0.3"
@@ -10737,11 +10742,6 @@ regexpu-core@^5.3.1:
1073710742
unicode-match-property-ecmascript "^2.0.0"
1073810743
unicode-match-property-value-ecmascript "^2.1.0"
1073910744

10740-
regextras@^0.7.1:
10741-
version "0.7.1"
10742-
resolved "https://registry.yarnpkg.com/regextras/-/regextras-0.7.1.tgz#be95719d5f43f9ef0b9fa07ad89b7c606995a3b2"
10743-
integrity sha512-9YXf6xtW+qzQ+hcMQXx95MOvfqXFgsKDZodX3qZB0x2n5Z94ioetIITsBtvJbiOyxa/6s9AtyweBLCdPmPko/w==
10744-
1074510745
regjsgen@^0.2.0:
1074610746
version "0.2.0"
1074710747
resolved "https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.2.0.tgz#6c016adeac554f75823fe37ac05b92d5a4edb1f7"

0 commit comments

Comments
 (0)