openc3 5.13.0 → 5.14.0
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of openc3 might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/Gemfile +3 -3
- data/bin/openc3cli +18 -15
- data/data/config/command_modifiers.yaml +53 -1
- data/lib/openc3/accessors/accessor.rb +42 -29
- data/lib/openc3/accessors/binary_accessor.rb +11 -1
- data/lib/openc3/accessors/form_accessor.rb +11 -1
- data/lib/openc3/accessors/http_accessor.rb +38 -0
- data/lib/openc3/accessors/json_accessor.rb +15 -3
- data/lib/openc3/accessors/template_accessor.rb +150 -0
- data/lib/openc3/accessors/xml_accessor.rb +11 -1
- data/lib/openc3/accessors.rb +1 -0
- data/lib/openc3/api/limits_api.rb +3 -3
- data/lib/openc3/api/tlm_api.rb +8 -8
- data/lib/openc3/interfaces/interface.rb +9 -7
- data/lib/openc3/interfaces/protocols/cmd_response_protocol.rb +116 -0
- data/lib/openc3/interfaces/tcpip_client_interface.rb +4 -0
- data/lib/openc3/interfaces/tcpip_server_interface.rb +5 -0
- data/lib/openc3/interfaces.rb +1 -1
- data/lib/openc3/microservices/decom_microservice.rb +1 -0
- data/lib/openc3/microservices/interface_microservice.rb +10 -1
- data/lib/openc3/models/cvt_model.rb +16 -12
- data/lib/openc3/models/gem_model.rb +20 -3
- data/lib/openc3/models/microservice_model.rb +1 -1
- data/lib/openc3/models/plugin_model.rb +5 -1
- data/lib/openc3/models/target_model.rb +69 -8
- data/lib/openc3/packets/packet.rb +92 -4
- data/lib/openc3/packets/packet_config.rb +25 -1
- data/lib/openc3/script/api_shared.rb +11 -0
- data/lib/openc3/script/script.rb +6 -12
- data/lib/openc3/streams/tcpip_socket_stream.rb +19 -0
- data/lib/openc3/system/system.rb +13 -1
- data/lib/openc3/utilities/cli_generator.rb +15 -1
- data/lib/openc3/utilities/local_mode.rb +1 -1
- data/lib/openc3/utilities/store_queued.rb +126 -0
- data/lib/openc3/version.rb +5 -5
- data/templates/plugin/plugin.gemspec +2 -2
- data/templates/target/targets/TARGET/public/README.txt +1 -0
- data/templates/tool_angular/package.json +15 -15
- data/templates/tool_angular/yarn.lock +184 -78
- data/templates/tool_react/package.json +10 -10
- data/templates/tool_react/yarn.lock +236 -374
- data/templates/tool_svelte/package.json +13 -13
- data/templates/tool_svelte/yarn.lock +246 -235
- data/templates/tool_vue/package.json +12 -12
- data/templates/tool_vue/yarn.lock +63 -55
- data/templates/widget/package.json +11 -11
- data/templates/widget/yarn.lock +54 -46
- metadata +144 -154
- data/lib/openc3/io/openc3_snmp.rb +0 -61
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "<%= tool_name %>",
|
3
|
-
"version": "5.
|
3
|
+
"version": "5.14.0",
|
4
4
|
"private": true,
|
5
5
|
"scripts": {
|
6
6
|
"serve": "vue-cli-service serve",
|
@@ -11,15 +11,15 @@
|
|
11
11
|
"test:components": "vue-cli-service test:components"
|
12
12
|
},
|
13
13
|
"dependencies": {
|
14
|
-
"@openc3/tool-common": "5.
|
15
|
-
"@astrouxds/astro-web-components": "7.
|
16
|
-
"axios": "1.6.
|
14
|
+
"@openc3/tool-common": "5.14.0",
|
15
|
+
"@astrouxds/astro-web-components": "7.20.0",
|
16
|
+
"axios": "1.6.5",
|
17
17
|
"date-fns": "2.30.0",
|
18
18
|
"portal-vue": "2.1.7",
|
19
19
|
"single-spa-vue": "2.5.1",
|
20
20
|
"sprintf-js": "1.1.3",
|
21
21
|
"systemjs-webpack-interop": "2.3.7",
|
22
|
-
"vue": "2.7.
|
22
|
+
"vue": "2.7.16",
|
23
23
|
"vue-router": "3.5.3",
|
24
24
|
"vuetify": "2.7.1",
|
25
25
|
"vuex": "3.6.2"
|
@@ -33,21 +33,21 @@
|
|
33
33
|
"@vue/cli-plugin-router": "5.0.8",
|
34
34
|
"@vue/cli-plugin-vuex": "5.0.8",
|
35
35
|
"@vue/cli-service": "5.0.8",
|
36
|
-
"@vue/eslint-config-prettier": "
|
36
|
+
"@vue/eslint-config-prettier": "9.0.0",
|
37
37
|
"@vue/test-utils": "1.3.0",
|
38
38
|
"babel-loader": "9.1.3",
|
39
39
|
"babel-plugin-istanbul": "6.1.1",
|
40
|
-
"eslint": "8.
|
40
|
+
"eslint": "8.56.0",
|
41
41
|
"eslint-config-prettier": "9.1.0",
|
42
|
-
"eslint-plugin-prettier": "5.
|
42
|
+
"eslint-plugin-prettier": "5.1.2",
|
43
43
|
"eslint-plugin-vue": "9.19.2",
|
44
|
-
"html-webpack-plugin": "^5.
|
44
|
+
"html-webpack-plugin": "^5.6.0",
|
45
45
|
"prettier": "3.1.1",
|
46
|
-
"sass": "1.69.
|
47
|
-
"sass-loader": "13.3.
|
46
|
+
"sass": "1.69.7",
|
47
|
+
"sass-loader": "13.3.3",
|
48
48
|
"vue-cli-plugin-single-spa": "3.3.0",
|
49
49
|
"vue-cli-plugin-vuetify": "2.5.8",
|
50
|
-
"vue-template-compiler": "2.7.
|
50
|
+
"vue-template-compiler": "2.7.16",
|
51
51
|
"webpack": "5.89.0"
|
52
52
|
}
|
53
53
|
}
|
@@ -139,10 +139,10 @@
|
|
139
139
|
dependencies:
|
140
140
|
xss "^1.0.8"
|
141
141
|
|
142
|
-
"@astrouxds/astro-web-components@7.
|
143
|
-
version "7.
|
144
|
-
resolved "https://registry.yarnpkg.com/@astrouxds/astro-web-components/-/astro-web-components-7.
|
145
|
-
integrity sha512-
|
142
|
+
"@astrouxds/astro-web-components@7.20.0":
|
143
|
+
version "7.20.0"
|
144
|
+
resolved "https://registry.yarnpkg.com/@astrouxds/astro-web-components/-/astro-web-components-7.20.0.tgz#4867b80193f2fc34c03f15f1c4952e65aa85af2c"
|
145
|
+
integrity sha512-9iDFQRiwWkm2s5sDoMEXy5RbZvdfNx2d8td+ET6ZKxRk+SBxX6UJXHZRv+OMrdiID8chE9rLUr5SNj4xrohuTQ==
|
146
146
|
dependencies:
|
147
147
|
"@floating-ui/dom" "~1.0.6"
|
148
148
|
"@stencil/core" "~3.4.1"
|
@@ -1257,10 +1257,10 @@
|
|
1257
1257
|
minimatch "^3.1.2"
|
1258
1258
|
strip-json-comments "^3.1.1"
|
1259
1259
|
|
1260
|
-
"@eslint/js@8.
|
1261
|
-
version "8.
|
1262
|
-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.
|
1263
|
-
integrity sha512-
|
1260
|
+
"@eslint/js@8.56.0":
|
1261
|
+
version "8.56.0"
|
1262
|
+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.56.0.tgz#ef20350fec605a7f7035a01764731b2de0f3782b"
|
1263
|
+
integrity sha512-gMsVel9D7f2HLkBma9VbtzZRehRogVRfbr++f06nL2vnCGCNlzOD+/MUov/F4p8myyAHspEhVobgjpX64q5m6A==
|
1264
1264
|
|
1265
1265
|
"@floating-ui/core@^1.0.4":
|
1266
1266
|
version "1.5.2"
|
@@ -1484,6 +1484,11 @@
|
|
1484
1484
|
"@nodelib/fs.scandir" "2.1.5"
|
1485
1485
|
fastq "^1.6.0"
|
1486
1486
|
|
1487
|
+
"@pkgr/core@^0.1.0":
|
1488
|
+
version "0.1.0"
|
1489
|
+
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.1.0.tgz#7d8dacb7fdef0e4387caf7396cbd77f179867d06"
|
1490
|
+
integrity sha512-Zwq5OCzuwJC2jwqmpEQt7Ds1DTi6BWSwoGkbb1n9pO3hzb35BoJELx7c0T23iDkBGkh2e7tvOtjF3tr3OaQHDQ==
|
1491
|
+
|
1487
1492
|
"@pkgr/utils@^2.3.1":
|
1488
1493
|
version "2.4.2"
|
1489
1494
|
resolved "https://registry.yarnpkg.com/@pkgr/utils/-/utils-2.4.2.tgz#9e638bbe9a6a6f165580dc943f138fd3309a2cbc"
|
@@ -2224,12 +2229,12 @@
|
|
2224
2229
|
optionalDependencies:
|
2225
2230
|
prettier "^1.18.2 || ^2.0.0"
|
2226
2231
|
|
2227
|
-
"@vue/eslint-config-prettier@
|
2228
|
-
version "
|
2229
|
-
resolved "https://registry.yarnpkg.com/@vue/eslint-config-prettier/-/eslint-config-prettier-
|
2230
|
-
integrity sha512-
|
2232
|
+
"@vue/eslint-config-prettier@9.0.0":
|
2233
|
+
version "9.0.0"
|
2234
|
+
resolved "https://registry.yarnpkg.com/@vue/eslint-config-prettier/-/eslint-config-prettier-9.0.0.tgz#f63394f8f7759d92b6ef3f3e1d30ff6b0c0b97c1"
|
2235
|
+
integrity sha512-z1ZIAAUS9pKzo/ANEfd2sO+v2IUalz7cM/cTLOZ7vRFOPk5/xuRKQteOu1DErFLAh/lYGXMVZ0IfYKlyInuDVg==
|
2231
2236
|
dependencies:
|
2232
|
-
eslint-config-prettier "^
|
2237
|
+
eslint-config-prettier "^9.0.0"
|
2233
2238
|
eslint-plugin-prettier "^5.0.0"
|
2234
2239
|
|
2235
2240
|
"@vue/shared@3.3.4":
|
@@ -2761,12 +2766,12 @@ autoprefixer@^10.2.4:
|
|
2761
2766
|
picocolors "^1.0.0"
|
2762
2767
|
postcss-value-parser "^4.2.0"
|
2763
2768
|
|
2764
|
-
axios@1.6.
|
2765
|
-
version "1.6.
|
2766
|
-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.
|
2767
|
-
integrity sha512-
|
2769
|
+
axios@1.6.5:
|
2770
|
+
version "1.6.5"
|
2771
|
+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.5.tgz#2c090da14aeeab3770ad30c3a1461bc970fb0cd8"
|
2772
|
+
integrity sha512-Ii012v05KEVuUoFWmMW/UQv9aRIc3ZwkWDcM+h5Il8izZCtRVpDUfwpoFf7eOtajT3QiGR4yDUx7lPqHJULgbg==
|
2768
2773
|
dependencies:
|
2769
|
-
follow-redirects "^1.15.
|
2774
|
+
follow-redirects "^1.15.4"
|
2770
2775
|
form-data "^4.0.0"
|
2771
2776
|
proxy-from-env "^1.1.0"
|
2772
2777
|
|
@@ -4174,23 +4179,18 @@ escape-string-regexp@^4.0.0:
|
|
4174
4179
|
resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz"
|
4175
4180
|
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
|
4176
4181
|
|
4177
|
-
eslint-config-prettier@9.1.0:
|
4182
|
+
eslint-config-prettier@9.1.0, eslint-config-prettier@^9.0.0:
|
4178
4183
|
version "9.1.0"
|
4179
4184
|
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz#31af3d94578645966c082fcb71a5846d3c94867f"
|
4180
4185
|
integrity sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==
|
4181
4186
|
|
4182
|
-
eslint-
|
4183
|
-
version "
|
4184
|
-
resolved "https://registry.yarnpkg.com/eslint-
|
4185
|
-
integrity sha512-
|
4186
|
-
|
4187
|
-
eslint-plugin-prettier@5.0.1:
|
4188
|
-
version "5.0.1"
|
4189
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.0.1.tgz#a3b399f04378f79f066379f544e42d6b73f11515"
|
4190
|
-
integrity sha512-m3u5RnR56asrwV/lDC4GHorlW75DsFfmUcjfCYylTUs85dBRnB7VM6xG8eCMJdeDRnppzmxZVf1GEPJvl1JmNg==
|
4187
|
+
eslint-plugin-prettier@5.1.2:
|
4188
|
+
version "5.1.2"
|
4189
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.1.2.tgz#584c94d4bf31329b2d4cbeb10fd600d17d6de742"
|
4190
|
+
integrity sha512-dhlpWc9vOwohcWmClFcA+HjlvUpuyynYs0Rf+L/P6/0iQE6vlHW9l5bkfzN62/Stm9fbq8ku46qzde76T1xlSg==
|
4191
4191
|
dependencies:
|
4192
4192
|
prettier-linter-helpers "^1.0.0"
|
4193
|
-
synckit "^0.8.
|
4193
|
+
synckit "^0.8.6"
|
4194
4194
|
|
4195
4195
|
eslint-plugin-prettier@^5.0.0:
|
4196
4196
|
version "5.0.0"
|
@@ -4263,15 +4263,15 @@ eslint-webpack-plugin@^3.1.0:
|
|
4263
4263
|
normalize-path "^3.0.0"
|
4264
4264
|
schema-utils "^4.0.0"
|
4265
4265
|
|
4266
|
-
eslint@8.
|
4267
|
-
version "8.
|
4268
|
-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.
|
4269
|
-
integrity sha512-
|
4266
|
+
eslint@8.56.0:
|
4267
|
+
version "8.56.0"
|
4268
|
+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.56.0.tgz#4957ce8da409dc0809f99ab07a1b94832ab74b15"
|
4269
|
+
integrity sha512-Go19xM6T9puCOWntie1/P997aXxFsOi37JIHRWI514Hc6ZnaHGKY9xFhrU65RT6CcBEzZoGG1e6Nq+DT04ZtZQ==
|
4270
4270
|
dependencies:
|
4271
4271
|
"@eslint-community/eslint-utils" "^4.2.0"
|
4272
4272
|
"@eslint-community/regexpp" "^4.6.1"
|
4273
4273
|
"@eslint/eslintrc" "^2.1.4"
|
4274
|
-
"@eslint/js" "8.
|
4274
|
+
"@eslint/js" "8.56.0"
|
4275
4275
|
"@humanwhocodes/config-array" "^0.11.13"
|
4276
4276
|
"@humanwhocodes/module-importer" "^1.0.1"
|
4277
4277
|
"@nodelib/fs.walk" "^1.2.8"
|
@@ -4831,10 +4831,10 @@ follow-redirects@^1.0.0:
|
|
4831
4831
|
resolved "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz"
|
4832
4832
|
integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==
|
4833
4833
|
|
4834
|
-
follow-redirects@^1.15.
|
4835
|
-
version "1.15.
|
4836
|
-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.
|
4837
|
-
integrity sha512-
|
4834
|
+
follow-redirects@^1.15.4:
|
4835
|
+
version "1.15.4"
|
4836
|
+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.4.tgz#cdc7d308bf6493126b17ea2191ea0ccf3e535adf"
|
4837
|
+
integrity sha512-Cr4D/5wlrb0z9dgERpUL3LrmPKVDsETIJhaCMeDfuFYcqa5bldGV6wBsAN6X/vxlXQtFBMrXdXxdL8CbDTGniw==
|
4838
4838
|
|
4839
4839
|
for-in@^1.0.2:
|
4840
4840
|
version "1.0.2"
|
@@ -5297,10 +5297,10 @@ html-webpack-plugin@^5.1.0:
|
|
5297
5297
|
pretty-error "^4.0.0"
|
5298
5298
|
tapable "^2.0.0"
|
5299
5299
|
|
5300
|
-
html-webpack-plugin@^5.
|
5301
|
-
version "5.
|
5302
|
-
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.
|
5303
|
-
integrity sha512-
|
5300
|
+
html-webpack-plugin@^5.6.0:
|
5301
|
+
version "5.6.0"
|
5302
|
+
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.6.0.tgz#50a8fa6709245608cb00e811eacecb8e0d7b7ea0"
|
5303
|
+
integrity sha512-iwaY4wzbe48AfKLZ/Cc8k0L+FKG6oSNRaZ8x5A/T/IVDGyXcbHncM9TdDa93wn0FsSm82FhTKW7f3vS61thXAw==
|
5304
5304
|
dependencies:
|
5305
5305
|
"@types/html-minifier-terser" "^6.0.0"
|
5306
5306
|
html-minifier-terser "^6.0.2"
|
@@ -7883,17 +7883,17 @@ safe-regex@^1.1.0:
|
|
7883
7883
|
resolved "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz"
|
7884
7884
|
integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
|
7885
7885
|
|
7886
|
-
sass-loader@13.3.
|
7887
|
-
version "13.3.
|
7888
|
-
resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-13.3.
|
7889
|
-
integrity sha512-
|
7886
|
+
sass-loader@13.3.3:
|
7887
|
+
version "13.3.3"
|
7888
|
+
resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-13.3.3.tgz#60df5e858788cffb1a3215e5b92e9cba61e7e133"
|
7889
|
+
integrity sha512-mt5YN2F1MOZr3d/wBRcZxeFgwgkH44wVc2zohO2YF6JiOMkiXe4BYRZpSu2sO1g71mo/j16txzUhsKZlqjVGzA==
|
7890
7890
|
dependencies:
|
7891
7891
|
neo-async "^2.6.2"
|
7892
7892
|
|
7893
|
-
sass@1.69.
|
7894
|
-
version "1.69.
|
7895
|
-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.69.
|
7896
|
-
integrity sha512-
|
7893
|
+
sass@1.69.7:
|
7894
|
+
version "1.69.7"
|
7895
|
+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.69.7.tgz#6e7e1c8f51e8162faec3e9619babc7da780af3b7"
|
7896
|
+
integrity sha512-rzj2soDeZ8wtE2egyLXgOOHQvaC2iosZrkF6v3EUG+tBwEvhqUCzm0VP3k9gHF9LXbSrRhT5SksoI56Iw8NPnQ==
|
7897
7897
|
dependencies:
|
7898
7898
|
chokidar ">=3.0.0 <4.0.0"
|
7899
7899
|
immutable "^4.0.0"
|
@@ -8538,6 +8538,14 @@ synckit@^0.8.5:
|
|
8538
8538
|
"@pkgr/utils" "^2.3.1"
|
8539
8539
|
tslib "^2.5.0"
|
8540
8540
|
|
8541
|
+
synckit@^0.8.6:
|
8542
|
+
version "0.8.8"
|
8543
|
+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.8.8.tgz#fe7fe446518e3d3d49f5e429f443cf08b6edfcd7"
|
8544
|
+
integrity sha512-HwOKAP7Wc5aRGYdKH+dw0PRRpbO841v2DENBtjnR5HFWoiNByAl7vrx3p0G/rCyYXQsrxqtX48TImFtPcIHSpQ==
|
8545
|
+
dependencies:
|
8546
|
+
"@pkgr/core" "^0.1.0"
|
8547
|
+
tslib "^2.6.2"
|
8548
|
+
|
8541
8549
|
systemjs-webpack-interop@2.3.7, systemjs-webpack-interop@^2.3.7:
|
8542
8550
|
version "2.3.7"
|
8543
8551
|
resolved "https://registry.npmjs.org/systemjs-webpack-interop/-/systemjs-webpack-interop-2.3.7.tgz"
|
@@ -8737,7 +8745,7 @@ tslib@^2.0.1, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.4.0:
|
|
8737
8745
|
resolved "https://registry.npmjs.org/tslib/-/tslib-2.5.3.tgz"
|
8738
8746
|
integrity sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w==
|
8739
8747
|
|
8740
|
-
tslib@^2.5.0, tslib@^2.6.0:
|
8748
|
+
tslib@^2.5.0, tslib@^2.6.0, tslib@^2.6.2:
|
8741
8749
|
version "2.6.2"
|
8742
8750
|
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
|
8743
8751
|
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
|
@@ -9022,10 +9030,10 @@ vue-style-loader@^4.1.0, vue-style-loader@^4.1.3:
|
|
9022
9030
|
hash-sum "^1.0.2"
|
9023
9031
|
loader-utils "^1.0.2"
|
9024
9032
|
|
9025
|
-
vue-template-compiler@2.7.
|
9026
|
-
version "2.7.
|
9027
|
-
resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.7.
|
9028
|
-
integrity sha512-
|
9033
|
+
vue-template-compiler@2.7.16:
|
9034
|
+
version "2.7.16"
|
9035
|
+
resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.7.16.tgz#c81b2d47753264c77ac03b9966a46637482bb03b"
|
9036
|
+
integrity sha512-AYbUWAJHLGGQM7+cNTELw+KsOG9nl2CnSv467WobS5Cv9uk3wFcnr1Etsz2sEIHEZvw1U+o9mRlEO6QbZvUPGQ==
|
9029
9037
|
dependencies:
|
9030
9038
|
de-indent "^1.0.2"
|
9031
9039
|
he "^1.2.0"
|
@@ -1,36 +1,36 @@
|
|
1
1
|
{
|
2
2
|
"name": "widget",
|
3
|
-
"version": "5.
|
3
|
+
"version": "5.14.0",
|
4
4
|
"private": true,
|
5
5
|
"scripts": {
|
6
6
|
"build": "vue-cli-service build --target lib --dest tools/widgets/<%= widget_name %> --formats umd-min <%= widget_path %> --name <%= widget_name %>"
|
7
7
|
},
|
8
8
|
"dependencies": {
|
9
|
-
"@openc3/tool-common": "5.
|
10
|
-
"@astrouxds/astro-web-components": "7.
|
11
|
-
"vue": "2.7.
|
9
|
+
"@openc3/tool-common": "5.14.0",
|
10
|
+
"@astrouxds/astro-web-components": "7.20.0",
|
11
|
+
"vue": "2.7.16",
|
12
12
|
"vuetify": "2.7.1"
|
13
13
|
},
|
14
14
|
"devDependencies": {
|
15
15
|
"@babel/eslint-parser": "7.23.3",
|
16
|
-
"@rushstack/eslint-patch": "1.6.
|
16
|
+
"@rushstack/eslint-patch": "1.6.1",
|
17
17
|
"@vue/babel-preset-app": "5.0.8",
|
18
18
|
"@vue/cli": "5.0.8",
|
19
19
|
"@vue/cli-plugin-babel": "5.0.8",
|
20
20
|
"@vue/cli-plugin-eslint": "5.0.8",
|
21
21
|
"@vue/cli-service": "5.0.8",
|
22
|
-
"@vue/eslint-config-prettier": "
|
22
|
+
"@vue/eslint-config-prettier": "9.0.0",
|
23
23
|
"babel-loader": "9.1.3",
|
24
24
|
"babel-plugin-istanbul": "6.1.1",
|
25
|
-
"eslint": "8.
|
25
|
+
"eslint": "8.56.0",
|
26
26
|
"eslint-config-prettier": "9.1.0",
|
27
|
-
"eslint-plugin-prettier": "5.
|
27
|
+
"eslint-plugin-prettier": "5.1.2",
|
28
28
|
"eslint-plugin-vue": "9.19.2",
|
29
29
|
"prettier": "3.1.1",
|
30
|
-
"sass": "1.69.
|
31
|
-
"sass-loader": "13.3.
|
30
|
+
"sass": "1.69.7",
|
31
|
+
"sass-loader": "13.3.3",
|
32
32
|
"vue-cli-plugin-vuetify": "2.5.8",
|
33
|
-
"vue-template-compiler": "2.7.
|
33
|
+
"vue-template-compiler": "2.7.16",
|
34
34
|
"webpack": "5.89.0"
|
35
35
|
}
|
36
36
|
}
|
data/templates/widget/yarn.lock
CHANGED
@@ -139,10 +139,10 @@
|
|
139
139
|
dependencies:
|
140
140
|
xss "^1.0.8"
|
141
141
|
|
142
|
-
"@astrouxds/astro-web-components@7.
|
143
|
-
version "7.
|
144
|
-
resolved "https://registry.yarnpkg.com/@astrouxds/astro-web-components/-/astro-web-components-7.
|
145
|
-
integrity sha512-
|
142
|
+
"@astrouxds/astro-web-components@7.20.0":
|
143
|
+
version "7.20.0"
|
144
|
+
resolved "https://registry.yarnpkg.com/@astrouxds/astro-web-components/-/astro-web-components-7.20.0.tgz#4867b80193f2fc34c03f15f1c4952e65aa85af2c"
|
145
|
+
integrity sha512-9iDFQRiwWkm2s5sDoMEXy5RbZvdfNx2d8td+ET6ZKxRk+SBxX6UJXHZRv+OMrdiID8chE9rLUr5SNj4xrohuTQ==
|
146
146
|
dependencies:
|
147
147
|
"@floating-ui/dom" "~1.0.6"
|
148
148
|
"@stencil/core" "~3.4.1"
|
@@ -1195,10 +1195,10 @@
|
|
1195
1195
|
minimatch "^3.1.2"
|
1196
1196
|
strip-json-comments "^3.1.1"
|
1197
1197
|
|
1198
|
-
"@eslint/js@8.
|
1199
|
-
version "8.
|
1200
|
-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.
|
1201
|
-
integrity sha512-
|
1198
|
+
"@eslint/js@8.56.0":
|
1199
|
+
version "8.56.0"
|
1200
|
+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.56.0.tgz#ef20350fec605a7f7035a01764731b2de0f3782b"
|
1201
|
+
integrity sha512-gMsVel9D7f2HLkBma9VbtzZRehRogVRfbr++f06nL2vnCGCNlzOD+/MUov/F4p8myyAHspEhVobgjpX64q5m6A==
|
1202
1202
|
|
1203
1203
|
"@floating-ui/core@^1.0.4":
|
1204
1204
|
version "1.5.2"
|
@@ -1425,6 +1425,11 @@
|
|
1425
1425
|
"@nodelib/fs.scandir" "2.1.5"
|
1426
1426
|
fastq "^1.6.0"
|
1427
1427
|
|
1428
|
+
"@pkgr/core@^0.1.0":
|
1429
|
+
version "0.1.0"
|
1430
|
+
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.1.0.tgz#7d8dacb7fdef0e4387caf7396cbd77f179867d06"
|
1431
|
+
integrity sha512-Zwq5OCzuwJC2jwqmpEQt7Ds1DTi6BWSwoGkbb1n9pO3hzb35BoJELx7c0T23iDkBGkh2e7tvOtjF3tr3OaQHDQ==
|
1432
|
+
|
1428
1433
|
"@pkgr/utils@^2.3.1":
|
1429
1434
|
version "2.4.2"
|
1430
1435
|
resolved "https://registry.yarnpkg.com/@pkgr/utils/-/utils-2.4.2.tgz#9e638bbe9a6a6f165580dc943f138fd3309a2cbc"
|
@@ -1495,10 +1500,10 @@
|
|
1495
1500
|
resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570"
|
1496
1501
|
integrity sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==
|
1497
1502
|
|
1498
|
-
"@rushstack/eslint-patch@1.6.
|
1499
|
-
version "1.6.
|
1500
|
-
resolved "https://registry.yarnpkg.com/@rushstack/eslint-patch/-/eslint-patch-1.6.
|
1501
|
-
integrity sha512-
|
1503
|
+
"@rushstack/eslint-patch@1.6.1":
|
1504
|
+
version "1.6.1"
|
1505
|
+
resolved "https://registry.yarnpkg.com/@rushstack/eslint-patch/-/eslint-patch-1.6.1.tgz#9ab8f811930d7af3e3d549183a50884f9eb83f36"
|
1506
|
+
integrity sha512-UY+FGM/2jjMkzQLn8pxcHGMaVLh9aEitG3zY2CiY7XHdLiz3bZOwa6oDxNqEMv7zZkV+cj5DOdz0cQ1BP5Hjgw==
|
1502
1507
|
|
1503
1508
|
"@sideway/address@^4.1.3":
|
1504
1509
|
version "4.1.4"
|
@@ -2161,12 +2166,12 @@
|
|
2161
2166
|
optionalDependencies:
|
2162
2167
|
prettier "^1.18.2 || ^2.0.0"
|
2163
2168
|
|
2164
|
-
"@vue/eslint-config-prettier@
|
2165
|
-
version "
|
2166
|
-
resolved "https://registry.yarnpkg.com/@vue/eslint-config-prettier/-/eslint-config-prettier-
|
2167
|
-
integrity sha512-
|
2169
|
+
"@vue/eslint-config-prettier@9.0.0":
|
2170
|
+
version "9.0.0"
|
2171
|
+
resolved "https://registry.yarnpkg.com/@vue/eslint-config-prettier/-/eslint-config-prettier-9.0.0.tgz#f63394f8f7759d92b6ef3f3e1d30ff6b0c0b97c1"
|
2172
|
+
integrity sha512-z1ZIAAUS9pKzo/ANEfd2sO+v2IUalz7cM/cTLOZ7vRFOPk5/xuRKQteOu1DErFLAh/lYGXMVZ0IfYKlyInuDVg==
|
2168
2173
|
dependencies:
|
2169
|
-
eslint-config-prettier "^
|
2174
|
+
eslint-config-prettier "^9.0.0"
|
2170
2175
|
eslint-plugin-prettier "^5.0.0"
|
2171
2176
|
|
2172
2177
|
"@vue/shared@3.2.47":
|
@@ -4171,23 +4176,18 @@ escape-string-regexp@^4.0.0:
|
|
4171
4176
|
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
|
4172
4177
|
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
|
4173
4178
|
|
4174
|
-
eslint-config-prettier@9.1.0:
|
4179
|
+
eslint-config-prettier@9.1.0, eslint-config-prettier@^9.0.0:
|
4175
4180
|
version "9.1.0"
|
4176
4181
|
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz#31af3d94578645966c082fcb71a5846d3c94867f"
|
4177
4182
|
integrity sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==
|
4178
4183
|
|
4179
|
-
eslint-
|
4180
|
-
version "
|
4181
|
-
resolved "https://registry.yarnpkg.com/eslint-
|
4182
|
-
integrity sha512-
|
4183
|
-
|
4184
|
-
eslint-plugin-prettier@5.0.1:
|
4185
|
-
version "5.0.1"
|
4186
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.0.1.tgz#a3b399f04378f79f066379f544e42d6b73f11515"
|
4187
|
-
integrity sha512-m3u5RnR56asrwV/lDC4GHorlW75DsFfmUcjfCYylTUs85dBRnB7VM6xG8eCMJdeDRnppzmxZVf1GEPJvl1JmNg==
|
4184
|
+
eslint-plugin-prettier@5.1.2:
|
4185
|
+
version "5.1.2"
|
4186
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.1.2.tgz#584c94d4bf31329b2d4cbeb10fd600d17d6de742"
|
4187
|
+
integrity sha512-dhlpWc9vOwohcWmClFcA+HjlvUpuyynYs0Rf+L/P6/0iQE6vlHW9l5bkfzN62/Stm9fbq8ku46qzde76T1xlSg==
|
4188
4188
|
dependencies:
|
4189
4189
|
prettier-linter-helpers "^1.0.0"
|
4190
|
-
synckit "^0.8.
|
4190
|
+
synckit "^0.8.6"
|
4191
4191
|
|
4192
4192
|
eslint-plugin-prettier@^5.0.0:
|
4193
4193
|
version "5.0.0"
|
@@ -4265,15 +4265,15 @@ eslint-webpack-plugin@^3.1.0:
|
|
4265
4265
|
normalize-path "^3.0.0"
|
4266
4266
|
schema-utils "^4.0.0"
|
4267
4267
|
|
4268
|
-
eslint@8.
|
4269
|
-
version "8.
|
4270
|
-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.
|
4271
|
-
integrity sha512-
|
4268
|
+
eslint@8.56.0:
|
4269
|
+
version "8.56.0"
|
4270
|
+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.56.0.tgz#4957ce8da409dc0809f99ab07a1b94832ab74b15"
|
4271
|
+
integrity sha512-Go19xM6T9puCOWntie1/P997aXxFsOi37JIHRWI514Hc6ZnaHGKY9xFhrU65RT6CcBEzZoGG1e6Nq+DT04ZtZQ==
|
4272
4272
|
dependencies:
|
4273
4273
|
"@eslint-community/eslint-utils" "^4.2.0"
|
4274
4274
|
"@eslint-community/regexpp" "^4.6.1"
|
4275
4275
|
"@eslint/eslintrc" "^2.1.4"
|
4276
|
-
"@eslint/js" "8.
|
4276
|
+
"@eslint/js" "8.56.0"
|
4277
4277
|
"@humanwhocodes/config-array" "^0.11.13"
|
4278
4278
|
"@humanwhocodes/module-importer" "^1.0.1"
|
4279
4279
|
"@nodelib/fs.walk" "^1.2.8"
|
@@ -7810,17 +7810,17 @@ safe-regex@^1.1.0:
|
|
7810
7810
|
resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
|
7811
7811
|
integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
|
7812
7812
|
|
7813
|
-
sass-loader@13.3.
|
7814
|
-
version "13.3.
|
7815
|
-
resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-13.3.
|
7816
|
-
integrity sha512-
|
7813
|
+
sass-loader@13.3.3:
|
7814
|
+
version "13.3.3"
|
7815
|
+
resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-13.3.3.tgz#60df5e858788cffb1a3215e5b92e9cba61e7e133"
|
7816
|
+
integrity sha512-mt5YN2F1MOZr3d/wBRcZxeFgwgkH44wVc2zohO2YF6JiOMkiXe4BYRZpSu2sO1g71mo/j16txzUhsKZlqjVGzA==
|
7817
7817
|
dependencies:
|
7818
7818
|
neo-async "^2.6.2"
|
7819
7819
|
|
7820
|
-
sass@1.69.
|
7821
|
-
version "1.69.
|
7822
|
-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.69.
|
7823
|
-
integrity sha512-
|
7820
|
+
sass@1.69.7:
|
7821
|
+
version "1.69.7"
|
7822
|
+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.69.7.tgz#6e7e1c8f51e8162faec3e9619babc7da780af3b7"
|
7823
|
+
integrity sha512-rzj2soDeZ8wtE2egyLXgOOHQvaC2iosZrkF6v3EUG+tBwEvhqUCzm0VP3k9gHF9LXbSrRhT5SksoI56Iw8NPnQ==
|
7824
7824
|
dependencies:
|
7825
7825
|
chokidar ">=3.0.0 <4.0.0"
|
7826
7826
|
immutable "^4.0.0"
|
@@ -8445,6 +8445,14 @@ synckit@^0.8.5:
|
|
8445
8445
|
"@pkgr/utils" "^2.3.1"
|
8446
8446
|
tslib "^2.5.0"
|
8447
8447
|
|
8448
|
+
synckit@^0.8.6:
|
8449
|
+
version "0.8.8"
|
8450
|
+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.8.8.tgz#fe7fe446518e3d3d49f5e429f443cf08b6edfcd7"
|
8451
|
+
integrity sha512-HwOKAP7Wc5aRGYdKH+dw0PRRpbO841v2DENBtjnR5HFWoiNByAl7vrx3p0G/rCyYXQsrxqtX48TImFtPcIHSpQ==
|
8452
|
+
dependencies:
|
8453
|
+
"@pkgr/core" "^0.1.0"
|
8454
|
+
tslib "^2.6.2"
|
8455
|
+
|
8448
8456
|
tapable@^2.0.0, tapable@^2.1.1, tapable@^2.2.0:
|
8449
8457
|
version "2.2.1"
|
8450
8458
|
resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.2.1.tgz#1967a73ef4060a82f12ab96af86d52fdb76eeca0"
|
@@ -8639,7 +8647,7 @@ tslib@^2.0.1, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.4.0:
|
|
8639
8647
|
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.0.tgz#42bfed86f5787aeb41d031866c8f402429e0fddf"
|
8640
8648
|
integrity sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==
|
8641
8649
|
|
8642
|
-
tslib@^2.5.0, tslib@^2.6.0:
|
8650
|
+
tslib@^2.5.0, tslib@^2.6.0, tslib@^2.6.2:
|
8643
8651
|
version "2.6.2"
|
8644
8652
|
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
|
8645
8653
|
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
|
@@ -8910,10 +8918,10 @@ vue-style-loader@^4.1.0, vue-style-loader@^4.1.3:
|
|
8910
8918
|
hash-sum "^1.0.2"
|
8911
8919
|
loader-utils "^1.0.2"
|
8912
8920
|
|
8913
|
-
vue-template-compiler@2.7.
|
8914
|
-
version "2.7.
|
8915
|
-
resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.7.
|
8916
|
-
integrity sha512-
|
8921
|
+
vue-template-compiler@2.7.16:
|
8922
|
+
version "2.7.16"
|
8923
|
+
resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.7.16.tgz#c81b2d47753264c77ac03b9966a46637482bb03b"
|
8924
|
+
integrity sha512-AYbUWAJHLGGQM7+cNTELw+KsOG9nl2CnSv467WobS5Cv9uk3wFcnr1Etsz2sEIHEZvw1U+o9mRlEO6QbZvUPGQ==
|
8917
8925
|
dependencies:
|
8918
8926
|
de-indent "^1.0.2"
|
8919
8927
|
he "^1.2.0"
|