Skip to content

Commit

Permalink
Revert "chore(deps): update @open-wc/testing and lit"
Browse files Browse the repository at this point in the history
This reverts commit 11488e2.
  • Loading branch information
daneah committed Mar 16, 2024
1 parent 238d3c6 commit 969239b
Show file tree
Hide file tree
Showing 5 changed files with 85 additions and 17 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"eslint-plugin-wc": "^2.0.4",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"lit": "^3.1.2",
"lit": "^2.8.0",
"lit-analyzer": "^2.0.3",
"markdown-toc": "^1.2.0",
"postcss": "^8.4.35",
Expand Down
4 changes: 2 additions & 2 deletions packages/pharos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
"dependencies": {
"@floating-ui/dom": "^1.6.3",
"@ithaka/focus-trap": "2.0.1",
"@lit-labs/scoped-registry-mixin": "^1.0.3",
"@lit-labs/scoped-registry-mixin": "^1.0.0",
"@open-wc/dedupe-mixin": "^1.4.0",
"lit": "^3.1.2",
"lit": "^2.8.0",
"uuid": "^9.0.1"
},
"peerDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ describe('pharos-toaster', () => {

expect(component).shadowDom.to.equal(`
<div class="toaster__container">
<pharos-toast data-pharos-component="PharosToast" id="my-updateable-toast" open="" status="success">
<pharos-toast data-pharos-component="PharosToast" id="my-updateable-toast" indefinite="" open="" status="success">
<div>
Toast has been updated
</div>
Expand Down
94 changes: 81 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3727,7 +3727,7 @@ __metadata:
"@custom-elements-manifest/analyzer": "npm:^0.9.3"
"@floating-ui/dom": "npm:^1.6.3"
"@ithaka/focus-trap": "npm:2.0.1"
"@lit-labs/scoped-registry-mixin": "npm:^1.0.3"
"@lit-labs/scoped-registry-mixin": "npm:^1.0.0"
"@open-wc/dedupe-mixin": "npm:^1.4.0"
"@open-wc/testing": "npm:^4.0.0"
"@types/mocha": "npm:^10.0.6"
Expand All @@ -3739,7 +3739,7 @@ __metadata:
autoprefixer: "npm:^10.4.18"
chokidar: "npm:^3.6.0"
globby: "npm:^14.0.1"
lit: "npm:^3.1.2"
lit: "npm:^2.8.0"
minify-html-literals: "npm:^1.3.5"
postcss: "npm:^8.4.35"
prettier: "npm:^3.2.5"
Expand Down Expand Up @@ -4091,24 +4091,33 @@ __metadata:
languageName: node
linkType: hard

"@lit-labs/scoped-registry-mixin@npm:^1.0.3":
version: 1.0.3
resolution: "@lit-labs/scoped-registry-mixin@npm:1.0.3"
"@lit-labs/scoped-registry-mixin@npm:^1.0.0":
version: 1.0.1
resolution: "@lit-labs/scoped-registry-mixin@npm:1.0.1"
dependencies:
"@lit/reactive-element": "npm:^1.0.0 || ^2.0.0"
lit: "npm:^2.0.0 || ^3.0.0"
checksum: 10c0/eb03fd10ba400eb80ef7acac84a128a10f595dc38ad8e9d559d5fd141e36b51441a79c262852e91560ea60437815e65e216098537a5baf2f1fe2cb5404377620
"@lit/reactive-element": "npm:^1.0.0"
lit: "npm:^2.0.0"
checksum: 10c0/0097de122b5a9bc538feec8bc3186c6e43452e4dee64103714d21c355997e9821c04cb8b7d1faefcc88a4036411f19d5ff3d4900b90475dcc17e332de87b5a53
languageName: node
linkType: hard

"@lit-labs/ssr-dom-shim@npm:^1.2.0":
"@lit-labs/ssr-dom-shim@npm:^1.0.0, @lit-labs/ssr-dom-shim@npm:^1.1.0, @lit-labs/ssr-dom-shim@npm:^1.2.0":
version: 1.2.0
resolution: "@lit-labs/ssr-dom-shim@npm:1.2.0"
checksum: 10c0/016168cf6901ab343462c13fb168dda6d549f8b42680aa394e6b7cd0af7cce51271e00dbfa5bbbe388912bf89cbb8f941a21cc3ec9bf95d6a84b6241aa9e5a72
languageName: node
linkType: hard

"@lit/reactive-element@npm:^1.0.0 || ^2.0.0, @lit/reactive-element@npm:^2.0.4":
"@lit/reactive-element@npm:^1.0.0, @lit/reactive-element@npm:^1.3.0, @lit/reactive-element@npm:^1.6.0":
version: 1.6.2
resolution: "@lit/reactive-element@npm:1.6.2"
dependencies:
"@lit-labs/ssr-dom-shim": "npm:^1.0.0"
checksum: 10c0/2845fa086553c131f41cf58ad3bc0ed4c9b24b3d92d8151936086d385cc5295a79da4113ae06a9a39b5f3184f43b2b85d801520c4114c13ca8e730289276a6a6
languageName: node
linkType: hard

"@lit/reactive-element@npm:^2.0.4":
version: 2.0.4
resolution: "@lit/reactive-element@npm:2.0.4"
dependencies:
Expand Down Expand Up @@ -13531,7 +13540,35 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-react@npm:^7.30.1, eslint-plugin-react@npm:^7.34.1":
"eslint-plugin-react@npm:^7.30.1":
version: 7.34.0
resolution: "eslint-plugin-react@npm:7.34.0"
dependencies:
array-includes: "npm:^3.1.7"
array.prototype.findlast: "npm:^1.2.4"
array.prototype.flatmap: "npm:^1.3.2"
array.prototype.toreversed: "npm:^1.1.2"
array.prototype.tosorted: "npm:^1.1.3"
doctrine: "npm:^2.1.0"
es-iterator-helpers: "npm:^1.0.17"
estraverse: "npm:^5.3.0"
jsx-ast-utils: "npm:^2.4.1 || ^3.0.0"
minimatch: "npm:^3.1.2"
object.entries: "npm:^1.1.7"
object.fromentries: "npm:^2.0.7"
object.hasown: "npm:^1.1.3"
object.values: "npm:^1.1.7"
prop-types: "npm:^15.8.1"
resolve: "npm:^2.0.0-next.5"
semver: "npm:^6.3.1"
string.prototype.matchall: "npm:^4.0.10"
peerDependencies:
eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8
checksum: 10c0/9bf0b959373ace66e799adbbfb493a7ceae54751e8f90fcce1da1a2a67b277ee23ba845571eaa4d4f05d96dba4e4977bf938b350f18bad26201fa616ee6aa4b8
languageName: node
linkType: hard

"eslint-plugin-react@npm:^7.34.1":
version: 7.34.1
resolution: "eslint-plugin-react@npm:7.34.1"
dependencies:
Expand Down Expand Up @@ -18946,6 +18983,17 @@ __metadata:
languageName: node
linkType: hard

"lit-element@npm:^3.3.0":
version: 3.3.2
resolution: "lit-element@npm:3.3.2"
dependencies:
"@lit-labs/ssr-dom-shim": "npm:^1.1.0"
"@lit/reactive-element": "npm:^1.3.0"
lit-html: "npm:^2.7.0"
checksum: 10c0/cf351d743bcefff8072f717da76dce5dece249f65446fc0f151f93d1bccd4d3fe941020a536215e911509493ded24c0a3896d4441d6294defc119265ec0788b3
languageName: node
linkType: hard

"lit-element@npm:^4.0.4":
version: 4.0.4
resolution: "lit-element@npm:4.0.4"
Expand All @@ -18966,7 +19014,16 @@ __metadata:
languageName: node
linkType: hard

"lit@npm:^2.0.0 || ^3.0.0, lit@npm:^3.0.0, lit@npm:^3.1.2":
"lit-html@npm:^2.7.0, lit-html@npm:^2.8.0":
version: 2.8.0
resolution: "lit-html@npm:2.8.0"
dependencies:
"@types/trusted-types": "npm:^2.0.2"
checksum: 10c0/90057dee050803823ac884c1355b0213ab8c05fbe2ec63943c694b61aade5d36272068f3925f45a312835e504f9c9784738ef797009f0a756a750351eafb52d5
languageName: node
linkType: hard

"lit@npm:^2.0.0 || ^3.0.0, lit@npm:^3.0.0":
version: 3.1.2
resolution: "lit@npm:3.1.2"
dependencies:
Expand All @@ -18977,6 +19034,17 @@ __metadata:
languageName: node
linkType: hard

"lit@npm:^2.0.0, lit@npm:^2.8.0":
version: 2.8.0
resolution: "lit@npm:2.8.0"
dependencies:
"@lit/reactive-element": "npm:^1.6.0"
lit-element: "npm:^3.3.0"
lit-html: "npm:^2.8.0"
checksum: 10c0/bf33c26b1937ee204aed1adbfa4b3d43a284e85aad8ea9763c7865365917426eded4e5888158b4136095ea42054812561fe272862b61775f1198fad3588b071f
languageName: node
linkType: hard

"lmdb@npm:2.5.2":
version: 2.5.2
resolution: "lmdb@npm:2.5.2"
Expand Down Expand Up @@ -22047,7 +22115,7 @@ __metadata:
eslint-plugin-wc: "npm:^2.0.4"
husky: "npm:^9.0.11"
lint-staged: "npm:^15.2.2"
lit: "npm:^3.1.2"
lit: "npm:^2.8.0"
lit-analyzer: "npm:^2.0.3"
markdown-toc: "npm:^1.2.0"
postcss: "npm:^8.4.35"
Expand Down

0 comments on commit 969239b

Please sign in to comment.