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

chore(deps): update dependency @pob/root to v9.4.3 #978

Merged
merged 2 commits into from
May 4, 2024
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
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: corepack enable

- name: Install Dependencies
run: yarn install --immutable --immutable-cache
run: yarn install --immutable

- name: Run tsc for tsc cache
run: yarn tsc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: corepack enable

- name: Install Dependencies
run: yarn install --immutable --immutable-cache
run: yarn install --immutable

- name: New version (dry run)
if: github.ref == 'refs/heads/main' && inputs.dry-run
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: corepack enable

- name: Install Dependencies
run: yarn install --immutable --immutable-cache
run: yarn install --immutable

- name: Checks
run: yarn run checks
Expand All @@ -36,7 +36,7 @@ jobs:
run: corepack enable

- name: Install Dependencies
run: yarn install --immutable --immutable-cache
run: yarn install --immutable

- name: Build
run: yarn run build
Expand All @@ -58,7 +58,7 @@ jobs:
run: corepack enable

- name: Install Dependencies
run: yarn install --immutable --immutable-cache
run: yarn install --immutable

- name: Prettier
run: yarn run lint:prettier
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
run: corepack enable

- name: Install Dependencies
run: yarn install --immutable --immutable-cache
run: yarn install --immutable

- name: Test
run: yarn run test
Expand All @@ -98,7 +98,7 @@ jobs:
if: matrix.node-version == 18

- name: Send results to codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
if: matrix.node-version == 18
with:
token: ${{ secrets.CODECOV_TOKEN }}
1 change: 1 addition & 0 deletions .yarn/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/unplugged
/install-state.gz
/cache
Binary file not shown.
Binary file not shown.
14 changes: 2 additions & 12 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@
compressionLevel: 0
compressionLevel: mixed
defaultSemverRangePrefix: ^
enableGlobalCache: false
enableGlobalCache: true
nodeLinker: node-modules
plugins:
- checksum: 351165af3f87af1ec24528ccf2affc93f57694cc7bfc51a1842d8c17e19d4c7275176de471df52f3b462b7fb16615a1961896c3823b68c330317035020e92e40
path: .yarn/plugins/@yarnpkg/plugin-conventional-version.cjs
spec: https://raw.githubusercontent.com/christophehurpeau/yarn-plugin-conventional-version/main/bundles/%40yarnpkg/plugin-conventional-version.cjs
supportedArchitectures:
cpu:
- x64
- arm64
os:
- linux
- darwin
libc:
- glibc
- musl
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@pob/commitlint-config": "6.3.1",
"@pob/eslint-config": "55.2.1",
"@pob/eslint-config-typescript": "55.2.1",
"@pob/root": "9.3.2",
"@pob/root": "9.4.3",
"@types/jest": "29.5.12",
"@types/node": "20.12.8",
"check-package-dependencies": "7.1.1",
Expand Down
2,136 changes: 1,068 additions & 1,068 deletions yarn.lock

Large diffs are not rendered by default.

Loading