Skip to content

Commit

Permalink
Merge branch 'main' into rocss/self-managed-tooltip-infinite-loop
Browse files Browse the repository at this point in the history
  • Loading branch information
Rocss committed Apr 25, 2024
2 parents 70d6f97 + df4f2a4 commit 114c1d5
Show file tree
Hide file tree
Showing 4 changed files with 187 additions and 154 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ version: 2.1
executors:
node:
docker:
- image: mcr.microsoft.com/playwright:v1.42.1
- image: mcr.microsoft.com/playwright:v1.43.1
resource_class: large
environment:
NODE_ENV: development
parameters:
current_golden_images_hash:
type: string
default: fa04f9511c2ba8d512fa189d6e511f3c6c51d933
default: 171002bd5c878baa0f931adf4d0d05da1b8ed130
wireit_cache_name:
type: string
default: wireit
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"@netlify/build": "^29.1.0",
"@open-wc/dev-server-hmr": "^0.2.0",
"@open-wc/testing": "^3.2.0",
"@playwright/test": "^1.42.1",
"@playwright/test": "^1.43.1",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
Expand Down Expand Up @@ -138,7 +138,7 @@
"alex": "^11.0.1",
"cem-plugin-module-file-extensions": "^0.0.5",
"chalk": "^5.0.1",
"chromedriver": "^122.0.0",
"chromedriver": "^123.0.0",
"common-tags": "^1.8.2",
"custom-elements-manifest": "^2.0.0",
"debounce": "^2.0.0",
Expand Down
10 changes: 10 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"timezone": "America/Los_Angeles",
"schedule": [
"after 12pm on thursday"
]
}

0 comments on commit 114c1d5

Please sign in to comment.