Backport of [ui] Namespaced and file-specified deps for consul-ui into release/1.19.x (#21523)

* backport of commit 74792f6851

* backport of commit 4b87111f2b

* backport of commit dd731cff0a

* backport of commit cb53d9f383

* backport of commit 8d13103fd9

---------

Co-authored-by: Phil Renaud <phil@riotindustries.com>
pull/21521/head^2
hc-github-team-consul-core 2024-07-08 13:44:20 -07:00 committed by GitHub
parent e1dc9ed5a0
commit 9c44e84e32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 4126 additions and 3789 deletions

3
.changelog/21378.txt Normal file
View File

@ -0,0 +1,3 @@
```release-note:security
ui: Pin and namespace sub-module dependencies related to the Consul UI
```

1
ui/.yarnrc Normal file
View File

@ -0,0 +1 @@
registry: https://registry.npmjs.org/

View File

@ -21,7 +21,8 @@
}, },
"resolutions": { "resolutions": {
"xmlhttprequest-ssl": "^1.6.3", "xmlhttprequest-ssl": "^1.6.3",
"ember-basic-dropdown": "3.0.21" "ember-basic-dropdown": "3.0.21",
"glob": "7.2.3"
}, },
"engines": { "engines": {
"node": "18" "node": "18"

View File

@ -90,11 +90,11 @@
"broccoli-merge-trees": "^4.2.0", "broccoli-merge-trees": "^4.2.0",
"chalk": "^4.1.0", "chalk": "^4.1.0",
"clipboard": "^2.0.11", "clipboard": "^2.0.11",
"consul-acls": "*", "consul-acls": "file:../consul-acls",
"consul-lock-sessions": "*", "consul-lock-sessions": "file:../consul-lock-sessions",
"consul-nspaces": "*", "consul-nspaces": "file:../consul-nspaces",
"consul-partitions": "*", "consul-partitions": "file:../consul-partitions",
"consul-peerings": "*", "consul-peerings": "file:../consul-peerings",
"css": "^3.0.0", "css": "^3.0.0",
"css.escape": "^1.5.1", "css.escape": "^1.5.1",
"d3-array": "^2.8.0", "d3-array": "^2.8.0",

File diff suppressed because it is too large Load Diff