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 v14.2.0 - abandoned #704

Closed
wants to merge 2 commits into from
Closed
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/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 22
node-version: 20

- name: Enable Corepack
run: corepack enable
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

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

steps:
- uses: actions/checkout@v4
Expand All @@ -30,16 +30,16 @@ jobs:

- name: Prettier
run: yarn run lint:prettier
if: startsWith(matrix.node-version, '22.')
if: startsWith(matrix.node-version, '20.')

- name: Typescript
run: yarn run tsc
if: startsWith(matrix.node-version, '22.')
if: startsWith(matrix.node-version, '20.')

- name: Eslint
run: yarn run lint:eslint
if: startsWith(matrix.node-version, '22.')
if: startsWith(matrix.node-version, '20.')

- name: Check nothing was forgotten before commit
if: startsWith(matrix.node-version, '22.')
if: startsWith(matrix.node-version, '20.')
run: yarn run repository-check-dirty
2 changes: 1 addition & 1 deletion @pob/eslint-config-typescript-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"homepage": "https://github.com/christophehurpeau/eslint-config-pob",
"type": "module",
"engines": {
"node": ">=20.9.0"
"node": ">=18.12.0"
},
"sideEffects": false,
"main": "./lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion @pob/eslint-config-typescript-react/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": [
"@pob/root/tsconfigs/base.json",
"@pob/root/tsconfigs/targets/node-20.json"
"@pob/root/tsconfigs/targets/node-18.json"
],
"compilerOptions": {
"allowJs": true,
Expand Down
2 changes: 1 addition & 1 deletion @pob/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"homepage": "https://github.com/christophehurpeau/eslint-config-pob",
"type": "module",
"engines": {
"node": ">=20.9.0"
"node": ">=18.12.0"
},
"sideEffects": false,
"main": "./lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion @pob/eslint-config-typescript/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": [
"@pob/root/tsconfigs/base.json",
"@pob/root/tsconfigs/targets/node-20.json"
"@pob/root/tsconfigs/targets/node-18.json"
],
"compilerOptions": {
"allowJs": true,
Expand Down
2 changes: 1 addition & 1 deletion @pob/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"homepage": "https://github.com/christophehurpeau/eslint-config-pob",
"type": "module",
"engines": {
"node": ">=20.9.0"
"node": ">=18.12.0"
},
"sideEffects": false,
"main": "./lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion @pob/eslint-config/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": [
"@pob/root/tsconfigs/base.json",
"@pob/root/tsconfigs/targets/node-20.json"
"@pob/root/tsconfigs/targets/node-18.json"
],
"compilerOptions": {
"allowJs": true,
Expand Down
2 changes: 1 addition & 1 deletion @pob/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"homepage": "https://github.com/christophehurpeau/eslint-config-pob",
"type": "module",
"engines": {
"node": ">=20.9.0"
"node": ">=18.12.0"
},
"sideEffects": false,
"main": "./lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion @pob/eslint-plugin/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": [
"@pob/root/tsconfigs/base.json",
"@pob/root/tsconfigs/targets/node-20.json"
"@pob/root/tsconfigs/targets/node-18.json"

Check failure on line 4 in @pob/eslint-plugin/tsconfig.json

View workflow job for this annotation

GitHub Actions / build (20.x)

File '@pob/root/tsconfigs/targets/node-18.json' not found.
],
"compilerOptions": {
"allowJs": true,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"type": "module",
"packageManager": "[email protected]",
"engines": {
"node": ">=20.9.0"
"node": ">=18.12.0"
},
"workspaces": [
"@pob/*"
Expand All @@ -36,7 +36,7 @@
"@pob/eslint-config": "workspace:*",
"@pob/eslint-config-typescript": "workspace:*",
"@pob/eslint-config-typescript-react": "workspace:*",
"@pob/root": "14.1.0",
"@pob/root": "14.2.0",
"@typescript-eslint/eslint-plugin": "8.16.0",
"@typescript-eslint/parser": "8.16.0",
"check-package-dependencies": "7.2.0",
Expand Down
80 changes: 40 additions & 40 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,20 @@ __metadata:
languageName: node
linkType: hard

"@commitlint/cli@npm:19.5.0":
version: 19.5.0
resolution: "@commitlint/cli@npm:19.5.0"
"@commitlint/cli@npm:19.6.0":
version: 19.6.0
resolution: "@commitlint/cli@npm:19.6.0"
dependencies:
"@commitlint/format": "npm:^19.5.0"
"@commitlint/lint": "npm:^19.5.0"
"@commitlint/lint": "npm:^19.6.0"
"@commitlint/load": "npm:^19.5.0"
"@commitlint/read": "npm:^19.5.0"
"@commitlint/types": "npm:^19.5.0"
tinyexec: "npm:^0.3.0"
yargs: "npm:^17.0.0"
bin:
commitlint: cli.js
checksum: 10c0/a9fb05f3de2634764a7f36f693f39e90594dfc9174e6293a43c582c6a9181f69b346094790e3268e3482d7bb0d1d29c64e15785fb50278c8628f73750214a398
checksum: 10c0/d2867d964afcd1a8b7c42e659ccf67be7cee1a275010c4d12f47b88dbc8b2120a31c5a8cc4de5e0711fd501bd921867e039be8b94bae17a98c2ecae9f95cfa86
languageName: node
linkType: hard

Expand Down Expand Up @@ -109,25 +109,25 @@ __metadata:
languageName: node
linkType: hard

"@commitlint/is-ignored@npm:^19.5.0":
version: 19.5.0
resolution: "@commitlint/is-ignored@npm:19.5.0"
"@commitlint/is-ignored@npm:^19.6.0":
version: 19.6.0
resolution: "@commitlint/is-ignored@npm:19.6.0"
dependencies:
"@commitlint/types": "npm:^19.5.0"
semver: "npm:^7.6.0"
checksum: 10c0/ac74cd00c45e9054366969d986a952b681283987af09995c369cab29fef693fe2c23d02f15883622759faf1787744828f832096a213992eefb9cfb16785ee02e
checksum: 10c0/64e3522598f131aefab72e78f2b0d5d78228041fbe14fd9785611bd5a4ff7dfae38288ff87b171ab2ff722342983387b6e568ab4d758f3c97866eb924252e6c5
languageName: node
linkType: hard

"@commitlint/lint@npm:^19.5.0":
version: 19.5.0
resolution: "@commitlint/lint@npm:19.5.0"
"@commitlint/lint@npm:^19.6.0":
version: 19.6.0
resolution: "@commitlint/lint@npm:19.6.0"
dependencies:
"@commitlint/is-ignored": "npm:^19.5.0"
"@commitlint/is-ignored": "npm:^19.6.0"
"@commitlint/parse": "npm:^19.5.0"
"@commitlint/rules": "npm:^19.5.0"
"@commitlint/rules": "npm:^19.6.0"
"@commitlint/types": "npm:^19.5.0"
checksum: 10c0/8db4d5ca3173949368ed8626316c54554dc6ca0a8eed5c636d043974e1f628e41ddf52119e2251ad402a82ee30d3db20e8a9734452bda9ac7f724b2a152e0a7f
checksum: 10c0/d7e3c6a43d89b2196362dce5abef6665869844455176103f311cab7a92f6b7be60edec4f03d27b946a65ee2ceb8ff16f5955cba1da6ecdeb9efe9f215b16f47f
languageName: node
linkType: hard

Expand Down Expand Up @@ -194,15 +194,15 @@ __metadata:
languageName: node
linkType: hard

"@commitlint/rules@npm:^19.5.0":
version: 19.5.0
resolution: "@commitlint/rules@npm:19.5.0"
"@commitlint/rules@npm:^19.6.0":
version: 19.6.0
resolution: "@commitlint/rules@npm:19.6.0"
dependencies:
"@commitlint/ensure": "npm:^19.5.0"
"@commitlint/message": "npm:^19.5.0"
"@commitlint/to-lines": "npm:^19.5.0"
"@commitlint/types": "npm:^19.5.0"
checksum: 10c0/8dc5a6e8277b78e9010f3bbc3aa3af6ac044d82501fb4df91f4edf14214a7dccb9bc9a85f7396872e197726edb506c8301e8b10d9c92e35fb44fe6423a5eeb23
checksum: 10c0/1d93b741cfb46e6c5314ddb03282844b65db832aa4767561bb37e9d0595d02330e6a0a557fb66f86d78b2ffd91cd2ed794899df59ee23b27abc44e1e57b42d0e
languageName: node
linkType: hard

Expand Down Expand Up @@ -619,7 +619,7 @@ __metadata:
"@pob/eslint-config": "workspace:*"
"@pob/eslint-config-typescript": "workspace:*"
"@pob/eslint-config-typescript-react": "workspace:*"
"@pob/root": "npm:14.1.0"
"@pob/root": "npm:14.2.0"
"@typescript-eslint/eslint-plugin": "npm:8.16.0"
"@typescript-eslint/parser": "npm:8.16.0"
check-package-dependencies: "npm:7.2.0"
Expand Down Expand Up @@ -733,24 +733,24 @@ __metadata:
languageName: node
linkType: hard

"@pob/root@npm:14.1.0":
version: 14.1.0
resolution: "@pob/root@npm:14.1.0"
"@pob/root@npm:14.2.0":
version: 14.2.0
resolution: "@pob/root@npm:14.2.0"
dependencies:
"@commitlint/cli": "npm:19.5.0"
"@commitlint/cli": "npm:19.6.0"
"@pob/pretty-eslint-config": "npm:8.0.0"
"@pob/pretty-pkg": "npm:10.0.0"
conventional-changelog-conventionalcommits: "npm:^8.0.0"
cosmiconfig: "npm:^9.0.0"
husky: "npm:~9.1.0"
json5: "npm:^2.2.2"
lint-staged: "npm:15.2.10"
pob-dependencies: "npm:15.1.1"
prettier: "npm:3.3.3"
pob-dependencies: "npm:15.2.0"
prettier: "npm:3.4.1"
repository-check-dirty: "npm:9.0.0"
semver: "npm:^7.3.7"
which-pm-runs: "npm:1.1.0"
yarn-version: "npm:4.0.1"
yarn-version: "npm:4.0.2"
bin:
commitlint: ./bin/commitlint.js
pob-root-lint-staged: ./bin/pob-root-lint-staged.js
Expand All @@ -761,7 +761,7 @@ __metadata:
pretty-pkg: ./bin/pretty-pkg.js
repository-check-dirty: ./bin/repository-check-dirty.js
yarn-version: ./bin/yarn-version.js
checksum: 10c0/3eb3c435930002ba06de6be4bf08ea470bc2323091b79d6c006a047f678bd885aeb900c13aeb1cf63c2a1b0e8be72298f9de709cb71e2e7074f8551d94aeb07c
checksum: 10c0/7edc874076aa8c8d883b1db0a7f10a12f4d228ceb7db8da8c1a2a47cc88146f71dcca069203fb01b08c3199098d2226a051a14729c3c3b66fc4f4ef2bbb2f8c4
languageName: node
linkType: hard

Expand Down Expand Up @@ -4202,10 +4202,10 @@ __metadata:
languageName: node
linkType: hard

"pob-dependencies@npm:15.1.1":
version: 15.1.1
resolution: "pob-dependencies@npm:15.1.1"
checksum: 10c0/f7f098e5ca2b150a5713bcb80083839e62989c7d8355fb5a07ac51573b400bb6f307b9ca359f94b6e502dfaf21d99ee2e5f76f2cccc93c3eb925253b3f10e171
"pob-dependencies@npm:15.2.0":
version: 15.2.0
resolution: "pob-dependencies@npm:15.2.0"
checksum: 10c0/0e25744ab04386e8b5d0bb38462b96c598114f648aea1aae9871e1a8a7f76fc7d93b8192d2f98ae79c1002d153ef45455d63cfc180c49b4e8ac5d844bcf3edf2
languageName: node
linkType: hard

Expand All @@ -4223,12 +4223,12 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:3.3.3, prettier@npm:^3.2.5":
version: 3.3.3
resolution: "prettier@npm:3.3.3"
"prettier@npm:3.4.1, prettier@npm:^3.2.5":
version: 3.4.1
resolution: "prettier@npm:3.4.1"
bin:
prettier: bin/prettier.cjs
checksum: 10c0/b85828b08e7505716324e4245549b9205c0cacb25342a030ba8885aba2039a115dbcf75a0b7ca3b37bc9d101ee61fab8113fc69ca3359f2a226f1ecc07ad2e26
checksum: 10c0/2d6cc3101ad9de72b49c59339480b0983e6ff6742143da0c43f476bf3b5ef88ede42ebd9956d7a0a8fa59f7a5990e8ef03c9ad4c37f7e4c9e5db43ee0853156c
languageName: node
linkType: hard

Expand Down Expand Up @@ -5353,9 +5353,9 @@ __metadata:
languageName: node
linkType: hard

"yarn-version@npm:4.0.1":
version: 4.0.1
resolution: "yarn-version@npm:4.0.1"
"yarn-version@npm:4.0.2":
version: 4.0.2
resolution: "yarn-version@npm:4.0.2"
dependencies:
"@conventional-changelog/git-client": "npm:1.0.1"
"@npmcli/map-workspaces": "npm:4.0.1"
Expand All @@ -5373,7 +5373,7 @@ __metadata:
semver: "npm:7.6.3"
bin:
yarn-version: ./dist/index-node.mjs
checksum: 10c0/a301f0c98fdf3cfab106d0957dfe6bbae6a648e24e51ecbf1ebebc83e70b9fc17de6daeb5e92786970f5050166b266cc7df610972e2dd58b9f17d24f43386996
checksum: 10c0/59b7aab475b9c8bf9efd05c86a33f4048ab8dd71bede9272da930cf713709b345a713dd9dd64ee31bd255e90a27fab651b4f2d0e0f543b89c8831873bbc94f48
languageName: node
linkType: hard

Expand Down
Loading