Skip to content

Commit

Permalink
chore: update pob root
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and christophehurpeau committed Dec 11, 2023
1 parent 8782c7f commit 4dc53f6
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
if: startsWith(matrix.node-version, '18.')

- name: E2E testing
run: yarn false run test:e2e

- name: Check nothing was forgotten before commit
if: startsWith(matrix.node-version, '18.')
run: yarn run repository-check-dirty
Binary file not shown.
3 changes: 3 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ supportedArchitectures:
os:
- linux
- darwin
libc:
- glibc
- musl
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"build": "yarn run build:definitions",
"build:definitions": "tsc --lib esnext --noEmit --skipLibCheck ./lib/index.d.ts",
"checks": "node scripts/check-package.js",
"clean:build": "true",
"lint": "yarn run lint:prettier && yarn run lint:eslint",
"lint:eslint": "eslint --report-unused-disable-directives --resolve-plugins-relative-to . --quiet *.{js,cjs,mjs} lib scripts",
"lint:prettier": "pob-root-prettier --check .",
Expand All @@ -56,7 +55,7 @@
},
"pob": {},
"devDependencies": {
"@pob/commitlint-config": "6.2.0",
"@pob/commitlint-config": "6.3.0",
"@pob/eslint-config": "51.2.0",
"@pob/root": "8.9.1",
"@types/jest": "29.5.11",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1056,12 +1056,12 @@ __metadata:
languageName: node
linkType: hard

"@pob/commitlint-config@npm:6.2.0":
version: 6.2.0
resolution: "@pob/commitlint-config@npm:6.2.0"
"@pob/commitlint-config@npm:6.3.0":
version: 6.3.0
resolution: "@pob/commitlint-config@npm:6.3.0"
dependencies:
"@commitlint/config-conventional": "npm:^18.0.0"
checksum: 0f7d0cbb97097830262cb507669096ceb11678d622875b398ecf1453be7e5f2e17aaa29f43c56fc0f03081a8197f0444ff08c73246654c54fdbb098465172392
checksum: 9a37daec132946d06a1de4016583531b9cdfb6cb1404a2a8f88f46ab96b8247d82433ce89fd2127e7fbbd0d0e44aa6d42ed37ea8203d19a89add57808fde51eb
languageName: node
linkType: hard

Expand Down Expand Up @@ -2252,7 +2252,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "deep-freeze-es6@workspace:."
dependencies:
"@pob/commitlint-config": "npm:6.2.0"
"@pob/commitlint-config": "npm:6.3.0"
"@pob/eslint-config": "npm:51.2.0"
"@pob/root": "npm:8.9.1"
"@types/jest": "npm:29.5.11"
Expand Down

0 comments on commit 4dc53f6

Please sign in to comment.