codinglab-io / discord-bot

Discord bot for Codinglab's server.
https://discord.com/invite/codinglab-174169014568878080
MIT License
18 stars 14 forks source link

chore(deps): update all dependencies (major) #143

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
eslint (source) 8.57.0 -> 9.3.0 age adoption passing confidence devDependencies major
eslint-plugin-sonarjs 0.25.1 -> 1.0.3 age adoption passing confidence devDependencies major
pnpm/action-setup v3.0.0 -> v4.0.0 age adoption passing confidence action major

Release Notes

eslint/eslint (eslint) ### [`v9.3.0`](https://togithub.com/eslint/eslint/compare/v9.2.0...41a871cf43874e2f27ad08554c7900daf0e94b06) [Compare Source](https://togithub.com/eslint/eslint/compare/v9.2.0...v9.3.0) ### [`v9.2.0`](https://togithub.com/eslint/eslint/compare/v9.1.1...271e7ab1adc45a7b2f66cfea55a54e6048d9749a) [Compare Source](https://togithub.com/eslint/eslint/compare/v9.1.1...v9.2.0) ### [`v9.1.1`](https://togithub.com/eslint/eslint/compare/v9.1.0...b4d2512809a1b28466ad1ce5af9d01c181b9bf9e) [Compare Source](https://togithub.com/eslint/eslint/compare/v9.1.0...v9.1.1) ### [`v9.1.0`](https://togithub.com/eslint/eslint/compare/v9.0.0...b78d831e244171c939279b03be519b5c13836fce) [Compare Source](https://togithub.com/eslint/eslint/compare/v9.0.0...v9.1.0) ### [`v9.0.0`](https://togithub.com/eslint/eslint/compare/v8.57.0...e0cbc50179adac1670f4e0bd9093387a51f4f42a) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.57.0...v9.0.0)
SonarSource/eslint-plugin-sonarjs (eslint-plugin-sonarjs) ### [`v1.0.3`](https://togithub.com/SonarSource/eslint-plugin-sonarjs/releases/tag/1.0.3) [Compare Source](https://togithub.com/SonarSource/eslint-plugin-sonarjs/compare/v1.0.2...1.0.3) #### What's Changed - [ESLINTJS-41](https://sonarsource.atlassian.net/browse/ESLINTJS-41) The package entry points are incorrectly set by [@​zglicz](https://togithub.com/zglicz) in [https://github.com/SonarSource/eslint-plugin-sonarjs/pull/473](https://togithub.com/SonarSource/eslint-plugin-sonarjs/pull/473) ### [`v1.0.2`](https://togithub.com/SonarSource/eslint-plugin-sonarjs/releases/tag/v1.0.2) [Compare Source](https://togithub.com/SonarSource/eslint-plugin-sonarjs/compare/1.0.0...v1.0.2) #### What's Changed - [ESLINTJS-40](https://sonarsource.atlassian.net/browse/ESLINTJS-40) Expose the plugin "meta" as expected by ESLint 9 by [@​zglicz](https://togithub.com/zglicz) in [https://github.com/SonarSource/eslint-plugin-sonarjs/pull/472](https://togithub.com/SonarSource/eslint-plugin-sonarjs/pull/472) ### [`v1.0.0`](https://togithub.com/SonarSource/eslint-plugin-sonarjs/releases/tag/1.0.0) [Compare Source](https://togithub.com/SonarSource/eslint-plugin-sonarjs/compare/0.25.1...1.0.0) Eslint-plugin-sonarjs is compatible with ESLint v9. ##### What's Changed - Migrate to all newest packages, except for eslint v9 by [@​zglicz](https://togithub.com/zglicz) in [https://github.com/SonarSource/eslint-plugin-sonarjs/pull/460](https://togithub.com/SonarSource/eslint-plugin-sonarjs/pull/460) - Move from a compile-all to a compile-entry-point pattern by [@​ericmorand-sonarsource](https://togithub.com/ericmorand-sonarsource) in [https://github.com/SonarSource/eslint-plugin-sonarjs/pull/463](https://togithub.com/SonarSource/eslint-plugin-sonarjs/pull/463) - ESLINTJS-36 Split out tests and analyze into separate steps by [@​zglicz](https://togithub.com/zglicz) in [https://github.com/SonarSource/eslint-plugin-sonarjs/pull/465](https://togithub.com/SonarSource/eslint-plugin-sonarjs/pull/465) - Fix breaking no-one-iteration-loop after ESLint v9 breaking change by [@​zglicz](https://togithub.com/zglicz) in [https://github.com/SonarSource/eslint-plugin-sonarjs/pull/467](https://togithub.com/SonarSource/eslint-plugin-sonarjs/pull/467) - Resolve ESLINTJS-37 by [@​ericmorand-sonarsource](https://togithub.com/ericmorand-sonarsource) in [https://github.com/SonarSource/eslint-plugin-sonarjs/pull/466](https://togithub.com/SonarSource/eslint-plugin-sonarjs/pull/466) - Add ruling tests to handle eslint 8 and 9 by [@​zglicz](https://togithub.com/zglicz) in [https://github.com/SonarSource/eslint-plugin-sonarjs/pull/468](https://togithub.com/SonarSource/eslint-plugin-sonarjs/pull/468) - Make the exported rules a typed record by [@​ericmorand-sonarsource](https://togithub.com/ericmorand-sonarsource) in [https://github.com/SonarSource/eslint-plugin-sonarjs/pull/469](https://togithub.com/SonarSource/eslint-plugin-sonarjs/pull/469) **Full Changelog**: https://github.com/SonarSource/eslint-plugin-sonarjs/compare/0.25.1...1.0.0
pnpm/action-setup (pnpm/action-setup) ### [`v4.0.0`](https://togithub.com/pnpm/action-setup/releases/tag/v4.0.0) [Compare Source](https://togithub.com/pnpm/action-setup/compare/v3.0.0...v4.0.0) An error is thrown if one version of pnpm is specified in the `packageManager` field of `package.json` and a different version is specified in the action's settings [#​122](https://togithub.com/pnpm/action-setup/pull/122)

Configuration

πŸ“… Schedule: Branch creation - "on saturday" in timezone Europe/Paris, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ‘» Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 3 months ago

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

β™» Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: pnpm-lock.yaml
Progress: resolved 1, reused 0, downloaded 0, added 0
Progress: resolved 25, reused 0, downloaded 0, added 0
Progress: resolved 101, reused 0, downloaded 0, added 0
Progress: resolved 140, reused 0, downloaded 0, added 0
Progress: resolved 195, reused 0, downloaded 0, added 0
Progress: resolved 274, reused 0, downloaded 0, added 0
Progress: resolved 350, reused 0, downloaded 0, added 0
Progress: resolved 438, reused 0, downloaded 0, added 0
Progress: resolved 438, reused 0, downloaded 0, added 0, done
undefined
 ERR_PNPM_PEER_DEP_ISSUES  Unmet peer dependencies

.
β”œβ”€β”¬ @typescript-eslint/eslint-plugin 7.8.0
β”‚ β”œβ”€β”€ βœ• unmet peer eslint@^8.56.0: found 9.2.0
β”‚ └─┬ @typescript-eslint/type-utils 7.8.0
β”‚   β”œβ”€β”€ βœ• unmet peer eslint@^8.56.0: found 9.2.0
β”‚   └─┬ @typescript-eslint/utils 7.8.0
β”‚     └── βœ• unmet peer eslint@^8.56.0: found 9.2.0
β”œβ”€β”¬ @typescript-eslint/parser 7.8.0
β”‚ └── βœ• unmet peer eslint@^8.56.0: found 9.2.0
β”œβ”€β”¬ eslint-plugin-import 2.29.1
β”‚ └── βœ• unmet peer eslint@"^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8": found 9.2.0
└─┬ eslint-plugin-unused-imports 3.2.0
  └── βœ• unmet peer eslint@8: found 9.2.0

hint: If you don't want pnpm to fail on peer dependency issues, add "strict-peer-dependencies=false" to an .npmrc file at the root of your project.
renovate[bot] commented 3 months ago

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

β™» Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: pnpm-lock.yaml
Progress: resolved 1, reused 0, downloaded 0, added 0
Progress: resolved 23, reused 0, downloaded 0, added 0
Progress: resolved 36, reused 0, downloaded 0, added 0
Progress: resolved 129, reused 0, downloaded 0, added 0
Progress: resolved 167, reused 0, downloaded 0, added 0
Progress: resolved 294, reused 0, downloaded 0, added 0
Progress: resolved 432, reused 0, downloaded 0, added 0
Progress: resolved 432, reused 0, downloaded 0, added 0, done
undefined
 ERR_PNPM_PEER_DEP_ISSUES  Unmet peer dependencies

.
β”œβ”€β”¬ eslint-plugin-unused-imports 3.2.0
β”‚ └── βœ• unmet peer eslint@8: found 9.3.0
β”œβ”€β”¬ @typescript-eslint/eslint-plugin 7.9.0
β”‚ β”œβ”€β”€ βœ• unmet peer eslint@^8.56.0: found 9.3.0
β”‚ └─┬ @typescript-eslint/type-utils 7.9.0
β”‚   β”œβ”€β”€ βœ• unmet peer eslint@^8.56.0: found 9.3.0
β”‚   └─┬ @typescript-eslint/utils 7.9.0
β”‚     └── βœ• unmet peer eslint@^8.56.0: found 9.3.0
β”œβ”€β”¬ @typescript-eslint/parser 7.9.0
β”‚ └── βœ• unmet peer eslint@^8.56.0: found 9.3.0
└─┬ eslint-plugin-import 2.29.1
  └── βœ• unmet peer eslint@"^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8": found 9.3.0

hint: If you don't want pnpm to fail on peer dependency issues, add "strict-peer-dependencies=false" to an .npmrc file at the root of your project.
renovate[bot] commented 3 months ago

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.