Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps(ts): Bump publint from 0.2.12 to 0.3.2 in /ts #178

Merged
merged 2 commits into from
Feb 5, 2025
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
9 changes: 6 additions & 3 deletions .github/workflows/typescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,52 +9,55 @@

jobs:
typescript-ci:
name: Typescript (Node ${{ matrix.node }}, pnpm 9) - ${{ matrix.os }}
name: Typescript (Node ${{ matrix.node }}, pnpm 10) - ${{ matrix.os }}

strategy:
fail-fast: true
matrix:
os:
- ubuntu-22.04
node:
- 20
- 22

runs-on: ${{ matrix.os }}

steps:
- uses: actions/[email protected]
with:
persist-credentials: false

- uses: pnpm/[email protected]
with:
package_json_file: ts/package.json

- uses: actions/[email protected]
with:
node-version: ${{ matrix.node }}
cache: pnpm
cache-dependency-path: ts/pnpm-lock.yaml

- name: Fix an uneven rollout of corepack 0.31.0 with updated keys
run: npm install --global corepack@^0.31.0
working-directory: ./ts

- run: pnpm install --frozen-lockfile
working-directory: ./ts
- run: pnpm test
working-directory: ./ts
- run: pnpm check
working-directory: ./ts

- run: pnpm build:all
working-directory: ./ts

- name: Check the publications status
- name: Check the publint status on publishable packages
run: |
pnpm exec publint run
pnpm recursive --stream exec publint run
working-directory: ./ts

- name: self-test
run: |
pnpm --silent cli:generate --stdout |
pnpm --silent cli:run --diagnostic --strict --stdin
working-directory: ./ts

Check warning

Code scanning / CodeQL

Workflow does not contain permissions Medium

Actions Job or Workflow does not set permissions
17 changes: 9 additions & 8 deletions ts/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "app-identity",
"name": "app-identity-monorepo",
"private": "true",
"type": "module",
"repository": {
"type": "git",
Expand Down Expand Up @@ -28,17 +29,17 @@
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@tsconfig/node20": "^20.1.4",
"@types/node": "^22.10.1",
"@vitest/coverage-v8": "^2.1.6",
"@types/node": "^20.17.17",
"@vitest/coverage-v8": "^3.0.5",
"concurrently": "^9.1.2",
"pkgroll": "^2.6.1",
"publint": "^0.2.12",
"pkgroll": "^2.8.0",
"publint": "^0.3.2",
"tsx": "^4.19.2",
"typedoc": "^0.27.6",
"typedoc-material-theme": "^1.3.0",
"typedoc-plugin-missing-exports": "^3.1.0",
"typescript": "5.7.2",
"vitest": "^2.1.9"
"typescript": "5.7.3",
"vitest": "^3.0.5"
},
"packageManager": "pnpm@9.15.2+sha512.93e57b0126f0df74ce6bff29680394c0ba54ec47246b9cf321f0121d8d9bb03f750a705f24edc3c1180853afd7c2c3b94196d0a3d53d3e069d9e2793ef11f321"
"packageManager": "pnpm@10.2.0+sha512.0d27364e0139c6aadeed65ada153135e0ca96c8da42123bd50047f961339dc7a758fc2e944b428f52be570d1bd3372455c1c65fa2e7aa0bfbf931190f9552001"
}
Loading
Loading