From 79c7d4d960ffc864512028194e1c583226c48697 Mon Sep 17 00:00:00 2001 From: Milos Djermanovic Date: Thu, 21 Apr 2022 13:51:06 +0200 Subject: [PATCH 1/3] fix: allow project paths to have URL-encoded characters Fixes #15766 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 395dd392751..067e098fad4 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "homepage": "https://eslint.org", "bugs": "https://github.com/eslint/eslint/issues/", "dependencies": { - "@eslint/eslintrc": "^1.2.1", + "@eslint/eslintrc": "github:eslint/eslintrc#rollup-import-meta-url", "@humanwhocodes/config-array": "^0.9.2", "ajv": "^6.10.0", "chalk": "^4.0.0", From a1982228943b0fac0856dfc310c6549b8b59862d Mon Sep 17 00:00:00 2001 From: Milos Djermanovic Date: Fri, 22 Apr 2022 21:50:02 +0200 Subject: [PATCH 2/3] test with eslintrc main branch --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 067e098fad4..519266dba42 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "homepage": "https://eslint.org", "bugs": "https://github.com/eslint/eslint/issues/", "dependencies": { - "@eslint/eslintrc": "github:eslint/eslintrc#rollup-import-meta-url", + "@eslint/eslintrc": "github:eslint/eslintrc", "@humanwhocodes/config-array": "^0.9.2", "ajv": "^6.10.0", "chalk": "^4.0.0", From 0196561c090753d3a700fa1e5bc2c186f1d795ca Mon Sep 17 00:00:00 2001 From: Milos Djermanovic Date: Fri, 22 Apr 2022 22:07:18 +0200 Subject: [PATCH 3/3] use v1.2.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 519266dba42..6c41b9bc760 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "homepage": "https://eslint.org", "bugs": "https://github.com/eslint/eslint/issues/", "dependencies": { - "@eslint/eslintrc": "github:eslint/eslintrc", + "@eslint/eslintrc": "^1.2.2", "@humanwhocodes/config-array": "^0.9.2", "ajv": "^6.10.0", "chalk": "^4.0.0",