Skip to content

🔨 Upgrade dependency @w5s/eslint-config to v3.35.0 - #2723

Merged
w5s-automator[bot] merged 3 commits into
mainfrom
w5s-automator/w5s-eslint-config-3.x
Sep 7, 2026
Merged

🔨 Upgrade dependency @w5s/eslint-config to v3.35.0#2723
w5s-automator[bot] merged 3 commits into
mainfrom
w5s-automator/w5s-eslint-config-3.x

Conversation

@w5s-automator

@w5s-automator w5s-automator Bot commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@w5s/eslint-config (source) 3.27.03.35.0 age confidence

Release Notes

w5s/project-config (@​w5s/eslint-config)

v3.35.0

Compare Source

✨ Features
  • Add default restricted import paths (f43092d)
  • Add eslint type aware rules (#​4494) (c3fa944)
  • Add ignoreGitModules option (default to true) (1a3385f)
  • Add JSX configuration and support for jsx-a11y plugin (fb83ab9)
  • Add perfectionist configuration to ESLint setup (1b1de73)
  • Add react configuration (f3bfb13)
  • Add restricted globals management (5e7d6f0)
  • Add restricted import paths management (7b495c8)
  • Add unused-imports configuration to ESLint setup (d84a237)
  • Enable stylistic type checked rules (affd568)
  • Handle files as function callback (728cbe9)
  • Handle unused-imports conflicts (9f15d80)
  • Restructure defineConfig options to include plugins and rules (98846a5)
  • Update TypeScript rules and add consistent-type-assertions rule (71b0eb1)
🐛 Bug Fixes
  • Adjust test/expect-expect (2ef7af4)
  • Ajuste ts/no-misused-promises to avoid false positive with void checks (57a12e1)
  • Change stylistic jsdoc default recommended configuration (5a8fb9d)
  • Correct placement of tsCustomRules in ESLint configuration for TypeScript (3b98ce5)
  • Disable 'ts/no-var-requires' rule as it is deprecated (f68f7b3)
  • Disable next as default enabled (6a1dff8)
  • Fix built files (5a8396d)
  • Fix file patterns for tsconfig and package JSON sorting rules (92ca4a5)
  • Fix frontmatter linting (3f7d93f)
  • Fix ignored changelog files (104fada)
  • Fix jsx-one-expression-per-line and allow single-line (e13a76d)
  • Fix missing jsx plugin (6891124)
  • Fix naming for import paths (d463e1a)
  • Fix Project import duplication (f1ed98a)
  • Fix recommended rules included with configuration (9bbfddc)
  • Fix strange restrictedImportsPaths implementation (6c1a235)
  • Fix typing error (accecda)
  • Fix unicorn config to use default files for ESLint rules (d7ca4a1)
  • Fix unicorn duplicate array-at (a7b887a)
  • Fix unused imports plugin inclusion in defineConfig to ensure rules are applied correctly (7396063)
  • Remove unused export of esStylistic function (048fe74)
  • Update jsdoc configuration for TypeScript support and improve turbo.json structure (c6e2e62)
  • Update markdown configuration to enhance code embedding and relax rules (e30ab6d)

Note: Version bump only for package @​w5s/eslint-config

v3.34.0

Compare Source

✨ Features
  • Add default restricted import paths (f43092d)
  • Add eslint type aware rules (#​4494) (c3fa944)
  • Add ignoreGitModules option (default to true) (1a3385f)
  • Add JSX configuration and support for jsx-a11y plugin (fb83ab9)
  • Add perfectionist configuration to ESLint setup (1b1de73)
  • Add react configuration (f3bfb13)
  • Add restricted globals management (5e7d6f0)
  • Add restricted import paths management (7b495c8)
  • Add unused-imports configuration to ESLint setup (d84a237)
  • Handle files as function callback (728cbe9)
  • Handle unused-imports conflicts (9f15d80)
  • Restructure defineConfig options to include plugins and rules (98846a5)
  • Update TypeScript rules and add consistent-type-assertions rule (71b0eb1)
🐛 Bug Fixes
  • Adjust test/expect-expect (2ef7af4)
  • Ajuste ts/no-misused-promises to avoid false positive with void checks (57a12e1)
  • Change stylistic jsdoc default recommended configuration (5a8fb9d)
  • Correct placement of tsCustomRules in ESLint configuration for TypeScript (3b98ce5)
  • Disable 'ts/no-var-requires' rule as it is deprecated (f68f7b3)
  • Disable next as default enabled (6a1dff8)
  • Fix built files (5a8396d)
  • Fix file patterns for tsconfig and package JSON sorting rules (92ca4a5)
  • Fix frontmatter linting (3f7d93f)
  • Fix ignored changelog files (104fada)
  • Fix jsx-one-expression-per-line and allow single-line (e13a76d)
  • Fix missing jsx plugin (6891124)
  • Fix naming for import paths (d463e1a)
  • Fix Project import duplication (f1ed98a)
  • Fix recommended rules included with configuration (9bbfddc)
  • Fix strange restrictedImportsPaths implementation (6c1a235)
  • Fix typing error (accecda)
  • Fix unicorn config to use default files for ESLint rules (d7ca4a1)
  • Fix unicorn duplicate array-at (a7b887a)
  • Fix unused imports plugin inclusion in defineConfig to ensure rules are applied correctly (7396063)
  • Remove unused export of esStylistic function (048fe74)
  • Update jsdoc configuration for TypeScript support and improve turbo.json structure (c6e2e62)
  • Update markdown configuration to enhance code embedding and relax rules (e30ab6d)

Note: Version bump only for package @​w5s/eslint-config

v3.33.0

Compare Source

✨ Features
  • Add default restricted import paths (f43092d)
  • Add eslint type aware rules (#​4494) (c3fa944)
  • Add ignoreGitModules option (default to true) (1a3385f)
  • Add JSX configuration and support for jsx-a11y plugin (fb83ab9)
  • Add perfectionist configuration to ESLint setup (1b1de73)
  • Add react configuration (f3bfb13)
  • Add restricted globals management (5e7d6f0)
  • Add restricted import paths management (7b495c8)
  • Add unused-imports configuration to ESLint setup (d84a237)
  • Handle files as function callback (728cbe9)
  • Handle unused-imports conflicts (9f15d80)
  • Restructure defineConfig options to include plugins and rules (98846a5)
  • Update TypeScript rules and add consistent-type-assertions rule (71b0eb1)
🐛 Bug Fixes
  • Adjust test/expect-expect (2ef7af4)
  • Ajuste ts/no-misused-promises to avoid false positive with void checks (57a12e1)
  • Change stylistic jsdoc default recommended configuration (5a8fb9d)
  • Correct placement of tsCustomRules in ESLint configuration for TypeScript (3b98ce5)
  • Disable 'ts/no-var-requires' rule as it is deprecated (f68f7b3)
  • Disable next as default enabled (6a1dff8)
  • Fix built files (5a8396d)
  • Fix file patterns for tsconfig and package JSON sorting rules (92ca4a5)
  • Fix frontmatter linting (3f7d93f)
  • Fix ignored changelog files (104fada)
  • Fix jsx-one-expression-per-line and allow single-line (e13a76d)
  • Fix missing jsx plugin (6891124)
  • Fix naming for import paths (d463e1a)
  • Fix Project import duplication (f1ed98a)
  • Fix recommended rules included with configuration (9bbfddc)
  • Fix strange restrictedImportsPaths implementation (6c1a235)
  • Fix unicorn config to use default files for ESLint rules (d7ca4a1)
  • Fix unicorn duplicate array-at (a7b887a)
  • Fix unused imports plugin inclusion in defineConfig to ensure rules are applied correctly (7396063)
  • Remove unused export of esStylistic function (048fe74)
  • Update jsdoc configuration for TypeScript support and improve turbo.json structure (c6e2e62)
  • Update markdown configuration to enhance code embedding and relax rules (e30ab6d)

Note: Version bump only for package @​w5s/eslint-config

v3.32.0

Compare Source

✨ Features
  • Add default restricted import paths (f43092d)
  • Add eslint type aware rules (#​4494) (c3fa944)
  • Add ignoreGitModules option (default to true) (1a3385f)
  • Add JSX configuration and support for jsx-a11y plugin (fb83ab9)
  • Add perfectionist configuration to ESLint setup (1b1de73)
  • Add react configuration (f3bfb13)
  • Add restricted globals management (5e7d6f0)
  • Add restricted import paths management (7b495c8)
  • Add unused-imports configuration to ESLint setup (d84a237)
  • Handle files as function callback (728cbe9)
  • Handle unused-imports conflicts (9f15d80)
  • Restructure defineConfig options to include plugins and rules (98846a5)
  • Update TypeScript rules and add consistent-type-assertions rule (71b0eb1)
🐛 Bug Fixes
  • Adjust test/expect-expect (2ef7af4)
  • Ajuste ts/no-misused-promises to avoid false positive with void checks (57a12e1)
  • Change stylistic jsdoc default recommended configuration (5a8fb9d)
  • Correct placement of tsCustomRules in ESLint configuration for TypeScript (3b98ce5)
  • Disable 'ts/no-var-requires' rule as it is deprecated (f68f7b3)
  • Disable next as default enabled (6a1dff8)
  • Fix built files (5a8396d)
  • Fix file patterns for tsconfig and package JSON sorting rules (92ca4a5)
  • Fix frontmatter linting (3f7d93f)
  • Fix ignored changelog files (104fada)
  • Fix naming for import paths (d463e1a)
  • Fix Project import duplication (f1ed98a)
  • Fix recommended rules included with configuration (9bbfddc)
  • Fix strange restrictedImportsPaths implementation (6c1a235)
  • Fix unicorn config to use default files for ESLint rules (d7ca4a1)
  • Fix unicorn duplicate array-at (a7b887a)
  • Fix unused imports plugin inclusion in defineConfig to ensure rules are applied correctly (7396063)
  • Remove unused export of esStylistic function (048fe74)
  • Update jsdoc configuration for TypeScript support and improve turbo.json structure (c6e2e62)
  • Update markdown configuration to enhance code embedding and relax rules (e30ab6d)

Note: Version bump only for package @​w5s/eslint-config

v3.31.0

Compare Source

✨ Features
  • Add eslint type aware rules (#​4494) (c3fa944)
  • Add ignoreGitModules option (default to true) (1a3385f)
  • Add JSX configuration and support for jsx-a11y plugin (fb83ab9)
  • Add perfectionist configuration to ESLint setup (1b1de73)
  • Add react configuration (f3bfb13)
  • Add unused-imports configuration to ESLint setup (d84a237)
  • Handle files as function callback (728cbe9)
  • Handle unused-imports conflicts (9f15d80)
  • Restructure defineConfig options to include plugins and rules (98846a5)
  • Update TypeScript rules and add consistent-type-assertions rule (71b0eb1)
🐛 Bug Fixes
  • Adjust test/expect-expect (2ef7af4)
  • Ajuste ts/no-misused-promises to avoid false positive with void checks (57a12e1)
  • Change stylistic jsdoc default recommended configuration (5a8fb9d)
  • Correct placement of tsCustomRules in ESLint configuration for TypeScript (3b98ce5)
  • Disable 'ts/no-var-requires' rule as it is deprecated (f68f7b3)
  • Disable next as default enabled (6a1dff8)
  • Fix built files (5a8396d)
  • Fix file patterns for tsconfig and package JSON sorting rules (92ca4a5)
  • Fix frontmatter linting (3f7d93f)
  • Fix ignored changelog files (104fada)
  • Fix Project import duplication (f1ed98a)
  • Fix recommended rules included with configuration (9bbfddc)
  • Fix unicorn config to use default files for ESLint rules (d7ca4a1)
  • Fix unicorn duplicate array-at (a7b887a)
  • Fix unused imports plugin inclusion in defineConfig to ensure rules are applied correctly (7396063)
  • Remove unused export of esStylistic function (048fe74)
  • Update jsdoc configuration for TypeScript support and improve turbo.json structure (c6e2e62)
  • Update markdown configuration to enhance code embedding and relax rules (e30ab6d)

Note: Version bump only for package @​w5s/eslint-config

v3.30.0

Compare Source

✨ Features
  • Add eslint type aware rules (#​4494) (c3fa944)
  • Add ignoreGitModules option (default to true) (1a3385f)
  • Add JSX configuration and support for jsx-a11y plugin (fb83ab9)
  • Add perfectionist configuration to ESLint setup (1b1de73)
  • Add react configuration (f3bfb13)
  • Add unused-imports configuration to ESLint setup (d84a237)
  • Handle files as function callback (728cbe9)
  • Handle unused-imports conflicts (9f15d80)
  • Restructure defineConfig options to include plugins and rules (98846a5)
  • Update TypeScript rules and add consistent-type-assertions rule (71b0eb1)
🐛 Bug Fixes
  • Adjust test/expect-expect (2ef7af4)
  • Ajuste ts/no-misused-promises to avoid false positive with void checks (57a12e1)
  • Change stylistic jsdoc default recommended configuration (5a8fb9d)
  • Disable 'ts/no-var-requires' rule as it is deprecated (f68f7b3)
  • Disable next as default enabled (6a1dff8)
  • Fix built files (5a8396d)
  • Fix file patterns for tsconfig and package JSON sorting rules (92ca4a5)
  • Fix frontmatter linting (3f7d93f)
  • Fix ignored changelog files (104fada)
  • Fix Project import duplication (f1ed98a)
  • Fix recommended rules included with configuration (9bbfddc)
  • Fix unicorn config to use default files for ESLint rules (d7ca4a1)
  • Fix unicorn duplicate array-at (a7b887a)
  • Remove unused export of esStylistic function (048fe74)
  • Update jsdoc configuration for TypeScript support and improve turbo.json structure (c6e2e62)
  • Update markdown configuration to enhance code embedding and relax rules (e30ab6d)

Note: Version bump only for package @​w5s/eslint-config

v3.29.0

Compare Source

✨ Features
  • Add eslint type aware rules (#​4494) (c3fa944)
  • Add ignoreGitModules option (default to true) (1a3385f)
  • Add JSX configuration and support for jsx-a11y plugin (fb83ab9)
  • Add perfectionist configuration to ESLint setup (1b1de73)
  • Add react configuration (f3bfb13)
  • Add unused-imports configuration to ESLint setup (d84a237)
  • Handle files as function callback (728cbe9)
  • Handle unused-imports conflicts (9f15d80)
  • Restructure defineConfig options to include plugins and rules (98846a5)
  • Update TypeScript rules and add consistent-type-assertions rule (71b0eb1)
🐛 Bug Fixes
  • Adjust test/expect-expect (2ef7af4)
  • Change stylistic jsdoc default recommended configuration (5a8fb9d)
  • Disable 'ts/no-var-requires' rule as it is deprecated (f68f7b3)
  • Disable next as default enabled (6a1dff8)
  • Fix built files (5a8396d)
  • Fix file patterns for tsconfig and package JSON sorting rules (92ca4a5)
  • Fix frontmatter linting (3f7d93f)
  • Fix ignored changelog files (104fada)
  • Fix Project import duplication (f1ed98a)
  • Fix recommended rules included with configuration (9bbfddc)
  • Fix unicorn config to use default files for ESLint rules (d7ca4a1)
  • Fix unicorn duplicate array-at (a7b887a)
  • Update jsdoc configuration for TypeScript support and improve turbo.json structure (c6e2e62)
  • Update markdown configuration to enhance code embedding and relax rules (e30ab6d)

Note: Version bump only for package @​w5s/eslint-config

v3.28.0

Compare Source

✨ Features
  • Add eslint type aware rules (#​4494) (c3fa944)
  • Add ignoreGitModules option (default to true) (1a3385f)
  • Add JSX configuration and support for jsx-a11y plugin (fb83ab9)
  • Add perfectionist configuration to ESLint setup (1b1de73)
  • Add react configuration (f3bfb13)
  • Add unused-imports configuration to ESLint setup (d84a237)
  • Handle files as function callback (728cbe9)
  • Handle unused-imports conflicts (9f15d80)
  • Restructure defineConfig options to include plugins and rules (98846a5)
  • Update TypeScript rules and add consistent-type-assertions rule (71b0eb1)
🐛 Bug Fixes
  • Adjust test/expect-expect (2ef7af4)
  • Change stylistic jsdoc default recommended configuration (5a8fb9d)
  • Disable 'ts/no-var-requires' rule as it is deprecated (f68f7b3)
  • Disable next as default enabled (6a1dff8)
  • Fix built files (5a8396d)
  • Fix file patterns for tsconfig and package JSON sorting rules (92ca4a5)
  • Fix frontmatter linting (3f7d93f)
  • Fix ignored changelog files (104fada)
  • Fix Project import duplication (f1ed98a)
  • Fix recommended rules included with configuration (9bbfddc)
  • Fix unicorn config to use default files for ESLint rules (d7ca4a1)
  • Fix unicorn duplicate array-at (a7b887a)
  • Update jsdoc configuration for TypeScript support and improve turbo.json structure (c6e2e62)

Note: Version bump only for package @​w5s/eslint-config


Configuration

📅 Schedule: (in timezone Europe/Paris)

  • Branch creation
    • "after 8pm every weekday,before 8am every weekday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate CLI.

@w5s-automator
w5s-automator Bot enabled auto-merge (squash) September 1, 2026 00:34
@w5s-automator
w5s-automator Bot force-pushed the w5s-automator/w5s-eslint-config-3.x branch 3 times, most recently from 19c682d to b295d72 Compare September 2, 2026 05:38
@jpolo
jpolo force-pushed the w5s-automator/w5s-eslint-config-3.x branch from b295d72 to bad65ba Compare September 2, 2026 14:56
@w5s-automator
w5s-automator Bot force-pushed the w5s-automator/w5s-eslint-config-3.x branch 2 times, most recently from a72d0ec to 4a3ccbc Compare September 2, 2026 23:13
@w5s-automator w5s-automator Bot changed the title 🔨 Upgrade dependency @w5s/eslint-config to v3.34.0 🔨 Upgrade dependency @w5s/eslint-config to v3.35.0 Sep 2, 2026
@w5s-automator
w5s-automator Bot force-pushed the w5s-automator/w5s-eslint-config-3.x branch from 4a3ccbc to 130e5cb Compare September 3, 2026 05:39
@jpolo
jpolo force-pushed the w5s-automator/w5s-eslint-config-3.x branch from 130e5cb to ada5ff2 Compare September 3, 2026 07:31
@w5s-automator

w5s-automator Bot commented Sep 3, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@jpolo
jpolo force-pushed the w5s-automator/w5s-eslint-config-3.x branch from ada5ff2 to 4540a89 Compare September 7, 2026 22:26
@w5s-automator
w5s-automator Bot merged commit 3df9145 into main Sep 7, 2026
1 check passed
@w5s-automator
w5s-automator Bot deleted the w5s-automator/w5s-eslint-config-3.x branch September 7, 2026 22:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant