Skip to content

Commit

Permalink
chore(deps): update dependency @pob/root to v8 (#67)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: requires node 18
  • Loading branch information
renovate[bot] committed Jun 27, 2023
1 parent 96fad0d commit ab2160b
Show file tree
Hide file tree
Showing 35 changed files with 390 additions and 391 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Expand Up @@ -12,7 +12,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

- name: Install Dependencies
run: yarn install --immutable --immutable-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [18.x, 20.x]

steps:
- uses: actions/checkout@v3
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
555 changes: 278 additions & 277 deletions .yarn/releases/yarn-3.5.0.cjs → .yarn/releases/yarn-3.6.0.cjs

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions .yarnrc.yml
Expand Up @@ -5,11 +5,11 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-postinstall-dev.cjs
spec: >-
https://raw.githubusercontent.com/sachinraja/yarn-plugin-postinstall-dev/main/bundles/%40yarnpkg/plugin-postinstall-dev.js
yarnPath: .yarn/releases/yarn-3.5.0.cjs
supportedArchitectures:
os:
- linux
- darwin
cpu:
- x64
- arm64
os:
- linux
- darwin
yarnPath: .yarn/releases/yarn-3.6.0.cjs
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -17,7 +17,7 @@
},
"type": "module",
"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
},
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -63,9 +63,9 @@
},
"pob": {},
"devDependencies": {
"@pob/commitlint-config": "5.1.1",
"@pob/commitlint-config": "6.0.0",
"@pob/eslint-config": "50.0.5",
"@pob/root": "7.8.0",
"@pob/root": "8.0.0",
"@types/jest": "29.5.2",
"check-package-dependencies": "6.4.1",
"eslint": "8.43.0",
Expand Down

0 comments on commit ab2160b

Please sign in to comment.