Skip to content

Commit

Permalink
[ui] File-specified deps for consul-ui (#21378)
Browse files Browse the repository at this point in the history
* Namespaced and file-specified deps

* Pinning to a specific version of tailwind and setting config for js packages to come from npmjs

* Pin glob instead of reverting tailwind or any other (grand)parent dependency

* ember-cli-build fixed path resolution for now-namespaced submodules

* Dropping the namespace prefix and relying on relative pathing
  • Loading branch information
philrenaud authored Jul 8, 2024
1 parent a251f8a commit dce6241
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 dce6241

Please sign in to comment.