chore(dev-deps): bump the dev-major group across 1 directory with 2 updates#416
Open
dependabot[bot] wants to merge 2 commits into
Open
chore(dev-deps): bump the dev-major group across 1 directory with 2 updates#416dependabot[bot] wants to merge 2 commits into
dependabot[bot] wants to merge 2 commits into
Conversation
…pdates Bumps the dev-major group with 2 updates in the / directory: [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) and [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn). Updates `eslint-plugin-n` from 17.24.0 to 18.0.1 - [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases) - [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md) - [Commits](eslint-community/eslint-plugin-n@v17.24.0...v18.0.1) Updates `eslint-plugin-unicorn` from 64.0.0 to 65.0.0 - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](sindresorhus/eslint-plugin-unicorn@v64.0.0...v65.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-n dependency-version: 18.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-major - dependency-name: eslint-plugin-unicorn dependency-version: 65.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-major ... Signed-off-by: dependabot[bot] <support@github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
eslint-plugin-unicorn was bumped from ~v56 to v65 and eslint-plugin-n from v17 to v18. The new unicorn version activates several rules that previously were not enforced. Changes: - unicorn/prefer-split-limit: add explicit limit parameter to all String#split() calls where only a fixed number of parts are needed - unicorn/prefer-includes-over-repeated-comparisons: replace chains of === equality checks with Array#includes() - unicorn/prefer-array-some: replace .find() used only as a boolean check with .some() - unicorn/prefer-string-repeat: replace repeated whitespace strings with String#repeat() - unicorn/no-unnecessary-nested-ternary: flatten nested ternary in long-running.ts - unicorn/no-this-outside-of-class: fix two code sites by substituting captured variables (terminal-diagnostics.ts uses stdinWithRaw, mock-ably-realtime.ts uses the channel closure variable); disable the rule for oclif hook files (framework calls hooks with this=context, no alternative API) and test helpers (Mocha/vitest constructor mocks have no this-free alternative) - unicorn/filename-case: rename src/hooks/command_not_found/ and test/hooks/command_not_found/ to command-not-found/ (kebab-case); update oclif hooks path in package.json and import paths in test files Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the dev-major group with 2 updates in the / directory: eslint-plugin-n and eslint-plugin-unicorn.
Updates
eslint-plugin-nfrom 17.24.0 to 18.0.1Release notes
Sourced from eslint-plugin-n's releases.
... (truncated)
Changelog
Sourced from eslint-plugin-n's changelog.
Commits
4a6b76achore(master): release 18.0.1 (#525)8906195fix: Update TypeScript peer dependency version constraintb23ef66chore(master): release 18.0.0 (#517)2a6f77bchore: fix ts errorsdf9878achore: adoptdeprecated: DeprecatedInfometa rule option3c3344fci: fix ci error (#523)59d827cchore: test on eslint v102c7c0c1chore: test on eslint v102de9f06fix(prefer-promises/fs): add missing fs.promises APIs (cp, glob, lutimes, ope...f3d02b0refactor: remove unnecessary type properties from error objects in rule testsUpdates
eslint-plugin-unicornfrom 64.0.0 to 65.0.0Release notes
Sourced from eslint-plugin-unicorn's releases.
... (truncated)
Commits
cc1880b65.0.0fcacf46Addconsistent-compound-wordsrule (#3061)a99fbf4Docs: Improve usage examples (#2952)49535b0prefer-set-has: Allow compatible extra usages (#3060)150b5f1Addno-incorrect-query-selectorrule (#3059)b0248a6no-array-reduce: Add autofix (#3058)3c5880eAddprefer-includes-over-repeated-comparisonsrule (#3056)c9b5ec8Addprefer-string-match-allrule (#3057)e7a1999Addtry-complexityrule (#3055)fc18bd9prevent-abbreviations: Avoid unsafe parameter autofixes (#3054)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions