Skip to content

Commit

Permalink
chore(deps-dev): bump the css group with 2 updates (#3118)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 30, 2024
1 parent 54f08ad commit bfa02fc
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 24 deletions.
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
"npm-run-all": "~4.1.5",
"pinst": "~3.0.0",
"playwright": "~1.45.2",
"postcss": "~8.4.39",
"postcss": "~8.4.40",
"postcss-cli": "~11.0.0",
"prettier": "~3.3.1",
"rimraf": "~5.0.5",
Expand All @@ -162,7 +162,7 @@
"rollup-plugin-node-externals": "~7.1.2",
"rollup-plugin-sizes": "~1.0.6",
"rollup-plugin-typescript2": "~0.36.0",
"tailwindcss": "~3.4.6",
"tailwindcss": "~3.4.7",
"ts-jest": "~29.2.2",
"typedoc": "~0.25.13",
"typescript": "~5.4.5",
Expand Down
6 changes: 6 additions & 0 deletions test/e2e/bpmn.rendering.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,12 @@ class ImageSnapshotThresholds extends MultiBrowserImageSnapshotThresholds {
windows: 0.66 / 100, // 0.6566433292574891%
},
],
[
'subprocess.03.collapsed.with.elements',
{
macos: 0.11 / 100, // 0.10203186226079852%
},
],
]);
}

Expand Down
16 changes: 8 additions & 8 deletions test/e2e/overlays.rendering.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,27 +65,27 @@ class ImageSnapshotThresholds extends MultiBrowserImageSnapshotThresholds {
[
'overlays.start.flow.task.gateway',
{
macos: 0.71 / 100, // max 0.7027880077090211%
macos: 1 / 100, // max 0.988038212529263%
},
],
[
'overlays.edges.associations.complex.paths',
{
macos: 0.53 / 100, // max 0.5254958628580608%
macos: 0.56 / 100, // max 0.5553038739350202%
},
],
[
'overlays.edges.message.flows.complex.paths',
{
linux: 0.58 / 100, // 0.5794594395932884%
macos: 0.67 / 100, // 0.6654738557991036%
macos: 0.68 / 100, // 0.6769495796905111%
windows: 0.66 / 100, // 0.6524091603189786%
},
],
[
'overlays.edges.sequence.flows.complex.paths',
{
macos: 0.44 / 100, // max 0.43144267510022427%
macos: 0.5 / 100, // max 0.4635845943908756%
},
],
]);
Expand Down Expand Up @@ -243,7 +243,7 @@ describe('Overlay navigation', () => {
[
'overlays.start.flow.task.gateway',
{
macos: 0.58 / 100, // max 0.5781644435027378%
macos: 0.9 / 100, // max 0.8524820644063569%
},
],
]);
Expand Down Expand Up @@ -335,7 +335,7 @@ describe('Overlay style', () => {
{
linux: 0.7 / 100, // 0.6957363425958542%
// TODO very large threshold on Firefox macOS for font overlay styles
macos: 2.01 / 100, // 2.0033547194979073%
macos: 3 / 100, // 2.846090750730257%
},
],
[
Expand All @@ -345,9 +345,9 @@ describe('Overlay style', () => {
},
],
[
'font',
'fill',
{
macos: 3 / 100, // 2.846090750730257%
macos: 0.6 / 100, // 0.5810104788733339%
},
],
]);
Expand Down

0 comments on commit bfa02fc

Please sign in to comment.