Skip to content

Commit

Permalink
Merge branch 'main' into fix-use-request-event
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyYolkin authored Dec 4, 2023
2 parents 0df8184 + 43ba749 commit 6187337
Show file tree
Hide file tree
Showing 5 changed files with 580 additions and 574 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ jobs:
if: |
github.event_name == 'push' &&
!contains(github.event.head_commit.message, '[skip-release]') &&
!contains(github.event.head_commit.message, 'chore') &&
!contains(github.event.head_commit.message, 'docs')
!startsWith(github.event.head_commit.message, 'chore') &&
!startsWith(github.event.head_commit.message, 'docs')
needs:
- lint
- build
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"changelogen": "^0.5.5",
"devalue": "^4.3.2",
"eslint": "^8.54.0",
"eslint": "^8.55.0",
"eslint-plugin-jsdoc": "^46.9.0",
"jiti": "^1.21.0",
"vitest": "^0.34.6"
Expand Down
4 changes: 2 additions & 2 deletions packages/bridge-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"pathe": "^1.1.1",
"pkg-types": "^1.0.3",
"postcss-import-resolver": "^2.0.0",
"scule": "^1.1.0",
"std-env": "^3.5.0",
"scule": "^1.1.1",
"std-env": "^3.6.0",
"ufo": "^1.3.2",
"unbuild": "2.0.0",
"unimport": "^3.6.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@
"pathe": "^1.1.1",
"perfect-debounce": "^1.0.0",
"pkg-types": "^1.0.3",
"postcss": "^8.4.31",
"postcss": "^8.4.32",
"postcss-import": "^15.1.0",
"postcss-import-resolver": "^2.0.0",
"postcss-preset-env": "^9.3.0",
"postcss-url": "^10.1.3",
"scule": "^1.1.0",
"scule": "^1.1.1",
"semver": "^7.5.4",
"std-env": "^3.5.0",
"std-env": "^3.6.0",
"terser": "^5.24.0",
"ufo": "^1.3.2",
"unctx": "^2.3.1",
Expand Down
Loading

0 comments on commit 6187337

Please sign in to comment.