Skip to content

Commit 19e96f6

Browse files
committed
Merge branch 'main' into dbux-3
2 parents 76e81fc + a21e3d2 commit 19e96f6

File tree

4 files changed

+33
-43
lines changed

4 files changed

+33
-43
lines changed

.github/workflows/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ jobs:
3636

3737
deploy:
3838
uses: ./.github/workflows/02-deploy-gh-pages.yml
39-
if: ${{ github.actor != 'dependabot[bot]' && github.event.pull_request == null || github.event.pull_request.head.repo.owner.login == 'db-ui' }}
39+
if: ${{ github.actor != 'dependabot[bot]' && (github.event.pull_request == null || github.event.pull_request.head.repo.owner.login == 'db-ui') }}
4040
needs: [lint, test, build]

enterprise.patternlab-config.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
"defaultShowPatternInfo": false,
66
"defaultPatternInfoPanelCode": "html",
77
"defaultInitialViewportWidth": true,
8+
"disableDeprecationWarningForOrderPatterns": true,
9+
"disableDeprecationWarningForHiddenPatterns": true,
810
"ishControlsHide": {
911
"s": false,
1012
"m": false,

package-lock.json

Lines changed: 28 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,11 @@
8888
"postcss-cli": "^10.1.0",
8989
"postcss-focus": "^5.0.1",
9090
"postcss-list-style-safari-fix": "^1.0.0",
91-
"prettier": "^2.8.0",
91+
"prettier": "^2.8.1",
9292
"pretty-quick": "^3.1.3",
9393
"rimraf": "^3.0.2",
9494
"sass": "^1.56.1",
95-
"start-server-and-test": "^1.14.0",
95+
"start-server-and-test": "^1.15.1",
9696
"stylelint": "^14.16.0",
9797
"stylelint-config-prettier": "^9.0.4",
9898
"stylelint-config-sass-guidelines": "^9.0.1",

0 commit comments

Comments
 (0)