Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/__need-fix-to-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ permissions:
contents: read
issues: write

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
main:
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@9a3d71ca9f68bc1061db8ea1442084ac31a0f8bf # 0.23.0
Expand Down
578 changes: 283 additions & 295 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"test:ci": "jest --ci --passWithNoTests --testPathIgnorePatterns=dist"
},
"dependencies": {
"jest": "^30.0.3",
"jest": "^30.0.4",
"prettier": "^3.6.2"
}
}
663 changes: 327 additions & 336 deletions tests/npm/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions tests/npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
},
"dependencies": {
"gatsby": "^5.14.5",
"jest": "^30.0.3",
"nx": "^21.2.1",
"jest": "^30.0.4",
"nx": "^21.2.2",
"prettier": "^3.6.2",
"storybook": "^9.0.13"
"storybook": "^9.0.15"
}
}
6 changes: 3 additions & 3 deletions tests/pnpm-package-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
},
"dependencies": {
"gatsby": "^5.14.5",
"jest": "^30.0.3",
"nx": "^21.2.1",
"jest": "^30.0.4",
"nx": "^21.2.2",
"prettier": "^3.6.2",
"storybook": "^9.0.13"
"storybook": "^9.0.15"
},
"packageManager": "[email protected]"
}
952 changes: 559 additions & 393 deletions tests/pnpm-package-manager/pnpm-lock.yaml

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions tests/pnpm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
},
"dependencies": {
"gatsby": "^5.14.5",
"jest": "^30.0.3",
"nx": "^21.2.1",
"jest": "^30.0.4",
"nx": "^21.2.2",
"prettier": "^3.6.2",
"storybook": "^9.0.13"
"storybook": "^9.0.15"
}
}
953 changes: 556 additions & 397 deletions tests/pnpm/pnpm-lock.yaml

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions tests/yarn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
},
"dependencies": {
"gatsby": "^5.14.5",
"jest": "^30.0.3",
"nx": "^21.2.1",
"jest": "^30.0.4",
"nx": "^21.2.2",
"prettier": "^3.6.2",
"storybook": "^9.0.13"
"storybook": "^9.0.15"
}
}
542 changes: 280 additions & 262 deletions tests/yarn/yarn.lock

Large diffs are not rendered by default.

Loading