Skip to content

Commit

Permalink
Backport of [ui] Namespaced and file-specified deps for consul-ui int…
Browse files Browse the repository at this point in the history
…o release/1.19.x (#21523)

* backport of commit 74792f6

* backport of commit 4b87111

* backport of commit dd731cf

* backport of commit cb53d9f

* backport of commit 8d13103

---------

Co-authored-by: Phil Renaud <phil@riotindustries.com>
  • Loading branch information
hc-github-team-consul-core and philrenaud authored Jul 8, 2024
1 parent e1dc9ed commit 9c44e84
Show file tree
Hide file tree
Showing 5 changed files with 4,162 additions and 3,825 deletions.
3 changes: 3 additions & 0 deletions .changelog/21378.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:security
ui: Pin and namespace sub-module dependencies related to the Consul UI
```
1 change: 1 addition & 0 deletions ui/.yarnrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
registry: https://registry.npmjs.org/
3 changes: 2 additions & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
},
"resolutions": {
"xmlhttprequest-ssl": "^1.6.3",
"ember-basic-dropdown": "3.0.21"
"ember-basic-dropdown": "3.0.21",
"glob": "7.2.3"
},
"engines": {
"node": "18"
Expand Down
10 changes: 5 additions & 5 deletions ui/packages/consul-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@
"broccoli-merge-trees": "^4.2.0",
"chalk": "^4.1.0",
"clipboard": "^2.0.11",
"consul-acls": "*",
"consul-lock-sessions": "*",
"consul-nspaces": "*",
"consul-partitions": "*",
"consul-peerings": "*",
"consul-acls": "file:../consul-acls",
"consul-lock-sessions": "file:../consul-lock-sessions",
"consul-nspaces": "file:../consul-nspaces",
"consul-partitions": "file:../consul-partitions",
"consul-peerings": "file:../consul-peerings",
"css": "^3.0.0",
"css.escape": "^1.5.1",
"d3-array": "^2.8.0",
Expand Down
Loading

0 comments on commit 9c44e84

Please sign in to comment.