From 573e6bf339b4488f8f6701d0b7de52287c07a927 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Benoist?= Date: Wed, 23 Aug 2023 10:45:11 +0200 Subject: [PATCH 1/2] Allow `eslint-config-prettier` 9.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4bf78f9..6685cfa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@20minutes/eslint-config", - "version": "1.2.4", + "version": "1.2.5", "description": "ESLint shareable config for 20 Minutes", "license": "MIT", "devDependencies": { @@ -8,7 +8,7 @@ "@babel/eslint-parser": "^7.16.3", "eslint": "^8.2.0", "eslint-config-airbnb": ">=19.0.0", - "eslint-config-prettier": "^8.3.0", + "eslint-config-prettier": "^8.3.0 || ^9.0.0", "eslint-plugin-babel": "^5.0", "eslint-plugin-import": "^2.25.3", "eslint-plugin-jsx-a11y": "^6.5.1", From aaeca0c7b3a7bf15021f5b45bba38cd5d08a1604 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Wed, 23 Aug 2023 10:47:16 +0200 Subject: [PATCH 2/2] Update CI --- .github/workflows/ci.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d4dcb01..6ed6eac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - node-version: [16.x] + node-version: [16.x, 18.x] steps: - name: checkout diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0908e2e..29928c9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: '16.x' + node-version: '18.x' registry-url: 'https://registry.npmjs.org' - run: yarn