Skip to content

Commit f8289c5

Browse files
authored
Bumps eslint-plugin-arca (#7163)
<!-- IMPORTANT: While Yarn 4.x is still actively developed we're now focusing work on our next major releases (5.x and 6.x). These sister releases use the same pattern as TypeScript-Go: - 5.x will only contain a handful of breaking changes to provide a safe migration path. - 6.x will be the "true" release, notable for being implemented in Rust and including a significantly improved core. While PRs can still be opened against 4.x, we recommend power users to try Yarn 6.x now and help us get it over the finish line. It uses the same testsuite as Berry, so compatibility should be at its best. To check out the working trunk for Yarn 6.x, please refer to this repository: https://github.com/yarnpkg/zpm --> ## What's the problem this PR addresses? <!-- Describe the rationale of your PR. --> <!-- Link all issues that it closes. (Closes/Resolves #xxxx.) --> I fixed a bug in eslint-plugin-arca related to the use of `if ... else if ...` ## How did you fix it? Bumps the version we use ## Checklist <!--- Don't worry if you miss something, chores are automatically tested. --> <!--- This checklist exists to help you remember doing the chores when you submit a PR. --> <!--- Put an `x` in all the boxes that apply. --> - [x] I have read the [Contributing Guide](https://yarnpkg.com/advanced/contributing). <!-- See https://yarnpkg.com/advanced/contributing#preparing-your-pr-to-be-released for more details. --> <!-- Check with `yarn version check` and fix with `yarn version check -i` --> - [x] I have set the packages that need to be released for my changes to be effective. <!-- The "Testing chores" workflow validates that your PR follows our guidelines. --> <!-- If it doesn't pass, click on it to see details as to what your PR might be missing. --> - [x] I will check that all automated PR checks pass before the PR gets reviewed.
1 parent 87ac2d7 commit f8289c5

6 files changed

Lines changed: 28 additions & 11 deletions

File tree

.pnp.cjs

Lines changed: 18 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
Binary file not shown.

.yarn/versions/dd854cd2.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
releases:
2+
"@yarnpkg/eslint-config": patch

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@stylistic/eslint-plugin-jsx": "^3.1.0",
1313
"@typescript-eslint/eslint-plugin": "^8.42.0",
1414
"@typescript-eslint/parser": "^8.42.0",
15-
"eslint-plugin-arca": "^0.16.0",
15+
"eslint-plugin-arca": "^0.17.0",
1616
"eslint-plugin-react": "^7.37.4",
1717
"globals": "^15.15.0",
1818
"tslib": "^2.4.0"

yarn.lock

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6031,7 +6031,7 @@ __metadata:
60316031
"@typescript-eslint/eslint-plugin": "npm:^8.42.0"
60326032
"@typescript-eslint/parser": "npm:^8.42.0"
60336033
eslint: "npm:^9.20.1"
6034-
eslint-plugin-arca: "npm:^0.16.0"
6034+
eslint-plugin-arca: "npm:^0.17.0"
60356035
eslint-plugin-react: "npm:^7.37.4"
60366036
globals: "npm:^15.15.0"
60376037
tslib: "npm:^2.4.0"
@@ -10328,10 +10328,12 @@ __metadata:
1032810328
languageName: node
1032910329
linkType: hard
1033010330

10331-
"eslint-plugin-arca@npm:^0.16.0":
10332-
version: 0.16.0
10333-
resolution: "eslint-plugin-arca@npm:0.16.0"
10334-
checksum: 10/00e200edd06a71867887bfd111c70fd0a65212701d7066b05216b7730955e6e9358f69c3108a688274f36e95e6ff05f015833a3af38b7b1bbf34ba752276ac95
10331+
"eslint-plugin-arca@npm:^0.17.0":
10332+
version: 0.17.0
10333+
resolution: "eslint-plugin-arca@npm:0.17.0"
10334+
peerDependencies:
10335+
eslint: ">=10.0.0"
10336+
checksum: 10/11971c7589f2bf106c5fb15deb6e6b13cb844076d12b6399a0321235dc3fcfff15c4f6eec994822ec0f614d95a952bf14a3f3bd7497491d09a1f7721b0c20d4a
1033510337
languageName: node
1033610338
linkType: hard
1033710339

0 commit comments

Comments
 (0)