Skip to content

chore(deps): bump @apify/eslint-config to ^2.0.0#3562

Open
B4nan wants to merge 1 commit intomasterfrom
chore/bump-eslint-config-v2
Open

chore(deps): bump @apify/eslint-config to ^2.0.0#3562
B4nan wants to merge 1 commit intomasterfrom
chore/bump-eslint-config-v2

Conversation

@B4nan
Copy link
Copy Markdown
Member

@B4nan B4nan commented Apr 9, 2026

Summary

Bumps @apify/eslint-config from ^1.0.0 to ^2.0.0. v2.0.0 (apify/apify-eslint-config#35):

  • drops the unmaintained eslint-config-airbnb-base dep
  • preserves the meaningful airbnb rules inline (eqeqeq, no-var, prefer-const, no-param-reassign, security rules, etc.)
  • moves stylistic rules to an opt-in @apify/eslint-config/style export

Lint impact

yarn run lint against this branch: 0 errors, 0 warnings.

The bump surfaced 7 dead // eslint-disable directives — comments for rules the new config no longer enables (no-cond-assign, no-unreachable-loop, plus generic disables in test files). Cleaned up:

  • packages/core/src/storages/request_queue_v2.ts — removed no-cond-assign disable
  • packages/memory-storage/test/async-iteration.test.ts — removed 3 × no-unreachable-loop disables
  • test/core/session_pool/session_pool.test.ts — removed 3 trailing //eslint-disable-line comments

Zero real new lint findings.

Note: This branch was tested locally by bypassing npmMinimalAgeGate (YARN_NPM_MINIMAL_AGE_GATE=0) since @apify/eslint-config@2.0.0 was published less than 24 hours ago. Once it crosses the 1-day threshold, CI will pass without intervention.

Test plan

  • yarn install
  • yarn run lint — clean

🤖 Generated with Claude Code

@apify/eslint-config v2.0.0 drops the unmaintained
`eslint-config-airbnb-base` dep, preserves the meaningful airbnb rules
inline, and moves stylistic rules to an opt-in
`@apify/eslint-config/style` export.

The bump surfaces 7 dead `// eslint-disable` directives in this repo
(rules the new config no longer enables — `no-cond-assign`,
`no-unreachable-loop`, plus a few generic disables). Cleaned up.
Zero real new lint findings.
@github-actions github-actions bot added this to the 138th sprint - Tooling team milestone Apr 9, 2026
@github-actions github-actions bot added t-tooling Issues with this label are in the ownership of the tooling team. tested Temporary label used only programatically for some analytics. labels Apr 9, 2026
@B4nan B4nan added the adhoc Ad-hoc unplanned task added during the sprint. label Apr 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

adhoc Ad-hoc unplanned task added during the sprint. t-tooling Issues with this label are in the ownership of the tooling team. tested Temporary label used only programatically for some analytics.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants