Skip to content

Commit

Permalink
Merge branch 'main' of github.com:seek-oss/skuba into upgrade-cdk-tem…
Browse files Browse the repository at this point in the history
…plate
  • Loading branch information
samchungy committed Jun 19, 2024
2 parents 2a2adfe + d88e3c5 commit fe58114
Show file tree
Hide file tree
Showing 21 changed files with 5,718 additions and 786 deletions.
5 changes: 5 additions & 0 deletions .changeset/cuddly-roses-dance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'eslint-config-skuba': minor
---

deps: eslint-plugin-tsdoc 0.3.0
5 changes: 5 additions & 0 deletions .changeset/hip-mice-punch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'skuba': patch
---

template/oss-npm-package: Skip excessive action runs
5 changes: 5 additions & 0 deletions .changeset/wise-houses-cheer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'skuba': minor
---

deps: prettier 3.3
3 changes: 3 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ permissions: {}
jobs:
core:
name: Lint & Test
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork
permissions:
checks: write
runs-on: ubuntu-latest
Expand Down Expand Up @@ -76,6 +77,7 @@ jobs:

package:
name: Lint
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork
runs-on: ubuntu-latest
timeout-minutes: 20
strategy:
Expand Down Expand Up @@ -111,6 +113,7 @@ jobs:

template:
name: Integrate
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork
runs-on: ubuntu-latest
timeout-minutes: 20
strategy:
Expand Down
3 changes: 3 additions & 0 deletions jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ export default Jest.mergePreset({
'<rootDir>/integration/format/',
'<rootDir>/integration/lint/',
],
roots: ['src'],
projects: [
{
displayName: 'unit',
roots: ['src'],
setupFiles: ['<rootDir>/jest.setup.ts'],
testPathIgnorePatterns: [
'<rootDir>/template/',
Expand All @@ -21,6 +23,7 @@ export default Jest.mergePreset({
},
{
displayName: 'integration',
roots: ['src'],
setupFiles: ['<rootDir>/jest.setup.ts'],
testMatch: ['**/*.int.test.ts'],
},
Expand Down
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"format": "pnpm --silent skuba format",
"lint": "pnpm --silent skuba lint && pnpm --silent lint:md",
"lint:md": "remark --frail --quiet .",
"prepack": "pnpm --filter './template/**' exec rm -rf node_modules",
"release": "pnpm --silent build && changeset publish",
"skuba": "pnpm --silent build && pnpm --silent skuba:exec",
"skuba:exec": "node --experimental-vm-modules lib/skuba",
Expand Down Expand Up @@ -102,7 +103,7 @@
"npm-run-path": "^4.0.1",
"npm-which": "^3.0.1",
"picomatch": "^4.0.0",
"prettier": "~3.2.5",
"prettier": "~3.3.0",
"prettier-plugin-packagejson": "^2.4.10",
"read-pkg-up": "^7.0.1",
"semantic-release": "^22.0.12",
Expand Down Expand Up @@ -135,13 +136,13 @@
"@types/picomatch": "2.3.3",
"@types/supertest": "6.0.2",
"@types/validate-npm-package-name": "4.0.2",
"enhanced-resolve": "5.16.1",
"enhanced-resolve": "5.17.0",
"express": "4.19.2",
"fastify": "4.27.0",
"fastify": "4.28.0",
"jest-diff": "29.7.0",
"jsonfile": "6.1.0",
"koa": "2.15.3",
"memfs": "4.9.2",
"memfs": "4.9.3",
"remark-cli": "12.0.1",
"remark-preset-lint-recommended": "7.0.0",
"semver": "7.6.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-skuba/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@typescript-eslint/parser": "^7.2.0",
"eslint-config-seek": "^13.0.0",
"eslint-plugin-jest": "^28.0.0",
"eslint-plugin-tsdoc": "^0.2.14",
"eslint-plugin-tsdoc": "^0.3.0",
"eslint-plugin-yml": "^1.5.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit fe58114

Please sign in to comment.