Skip to content

Commit

Permalink
add resolution for entities package (#66)
Browse files Browse the repository at this point in the history
* add resolution for entitites package

* Create healthy-lemons-flow.md
  • Loading branch information
aalves08 authored Jan 22, 2025
1 parent 3a4c082 commit 0f190a2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 deletions.
7 changes: 7 additions & 0 deletions .changeset/healthy-lemons-flow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"observability": patch
---

Add resolution for `entities` package to satisfy the constraints verified with the update of Rancher Dashboard to VueJS 3.5.

Fixes https://github.com/rancher/dashboard/issues/13175
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"@nuxtjs/eslint-config-typescript": "6.0.1"
},
"resolutions": {
"@types/lodash": "4.14.184"
"@types/lodash": "4.14.184",
"entities": "4.5.0"
},
"scripts": {
"lint": "eslint --ext .ts,.js,.vue",
Expand Down
14 changes: 2 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8142,21 +8142,11 @@ enquirer@^2.3.5, enquirer@^2.3.6, enquirer@^2.4.1:
ansi-colors "^4.1.1"
strip-ansi "^6.0.1"

entities@^2.0.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/entities/-/entities-2.2.0.tgz#098dc90ebb83d8dffa089d55256b351d34c4da55"
integrity sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==

entities@^4.5.0:
[email protected], entities@^2.0.0, entities@^4.5.0, entities@~2.1.0:
version "4.5.0"
resolved "https://registry.yarnpkg.com/entities/-/entities-4.5.0.tgz#5d268ea5e7113ec74c4d033b79ea5a35a488fb48"
resolved "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz#5d268ea5e7113ec74c4d033b79ea5a35a488fb48"
integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==

entities@~2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/entities/-/entities-2.1.0.tgz#992d3129cf7df6870b96c57858c249a120f8b8b5"
integrity sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w==

error-ex@^1.3.1:
version "1.3.2"
resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf"
Expand Down

0 comments on commit 0f190a2

Please sign in to comment.