entitlements-github-plugin
entitlements-github-plugin copied to clipboard
Bump the dev-ruby-dependencies group across 1 directory with 2 updates
Bumps the dev-ruby-dependencies group with 2 updates in the / directory: rubocop and ruby-lsp.
Updates rubocop from 1.65.0 to 1.65.1
Release notes
Sourced from rubocop's releases.
RuboCop 1.65.1
New features
- #13068: Add config validation to
Naming/PredicateNameto check that allForbiddenPrefixesare being checked. (@maxjacobson)Bug fixes
- #13051: Fix an error for
Lint/FloatComparisonwhen comparing with rational literal. (@koic)- #13065: Fix an error for
Lint/UselessAssignmentwhen same name variables are assigned using chained assignment. (@koic)- #13062: Fix an error for
Style/InvertibleUnlessConditionwhen using empty parenthesis as condition. (@earlopain)- #11438: Explicitly load
fileutilsbefore calculatingbefore_us. (@r7kamura)- #13044: Fix false negatives for
Lint/ImplicitStringConcatenationwhen using adjacent string interpolation literals on the same line. (@koic)- #13083: Fix a false positive for
Style/GlobalStdStreamwhen using namespaced constants likeFoo::STDOUT. (@earlopain)- #13081: Fix a false positive for
Style/ZeroLengthPredicatewhen using safe navigation and non-zero comparison. (@fatkodima)- #13041: Fix false positives for
Lint/UselessAssignmentwhen pattern match variable is assigned and used in a block. (@koic)- #13076: Fix an incorrect autocorrect for
Naming/RescuedExceptionsVariableNamewhen using hash value omission. (@koic)
Changelog
Sourced from rubocop's changelog.
1.65.1 (2024-08-01)
New features
- #13068: Add config validation to
Naming/PredicateNameto check that allForbiddenPrefixesare being checked. ([@maxjacobson][])Bug fixes
- #13051: Fix an error for
Lint/FloatComparisonwhen comparing with rational literal. ([@koic][])- #13065: Fix an error for
Lint/UselessAssignmentwhen same name variables are assigned using chained assignment. ([@koic][])- #13062: Fix an error for
Style/InvertibleUnlessConditionwhen using empty parenthesis as condition. ([@earlopain][])- #11438: Explicitly load
fileutilsbefore calculatingbefore_us. ([@r7kamura][])- #13044: Fix false negatives for
Lint/ImplicitStringConcatenationwhen using adjacent string interpolation literals on the same line. ([@koic][])- #13083: Fix a false positive for
Style/GlobalStdStreamwhen using namespaced constants likeFoo::STDOUT. ([@earlopain][])- #13081: Fix a false positive for
Style/ZeroLengthPredicatewhen using safe navigation and non-zero comparison. ([@fatkodima][])- #13041: Fix false positives for
Lint/UselessAssignmentwhen pattern match variable is assigned and used in a block. ([@koic][])- #13076: Fix an incorrect autocorrect for
Naming/RescuedExceptionsVariableNamewhen using hash value omission. ([@koic][])
Commits
b073d7aCut 1.65.18c4c144Update Changelog19b3d9dMerge pull request #13083 from Earlopain/false-positive-global-std-stream761b917Fix false positive forStyle/GlobalStdStreamfor namespaced constants58eeb7aClarify docs in Naming/PredicateName2443641Add a validate_config for Naming/PredicateName68bd9daMerge pull request #13079 from koic/fix_incorrect_autocorrect_for_naming_resc...748a568Merge pull request #13081 from fatkodima/zero_length_predicate-false-positive70d8e88Fix a false positive forStyle/ZeroLengthPredicatewhen using safe navigati...ea309c2[Fix #13076] Fix an incorrect autocorrect for `Naming/RescuedExceptionsVariab...- Additional commits viewable in compare view
Updates ruby-lsp from 0.17.8 to 0.17.12
Commits
b7f033eAdd switch block refactor (#2372)b6ba7daIndicate multiple signatures for Hover and Completion Resolve (#2415)d92ea6eMerge pull request #2416 from Shopify/emily/eslinte637df0Allow for indexing enhancements through included hooks (#2358)83098fcupgrade@shopify/eslint-plugin46.0.038c1207Add kate to editors list (#2375)7c4abeaLazyVim: Expand home directory for easier configuration (#2413)a13ef69Merge pull request #2409 from Shopify/dependabot/npm_and_yarn/vscode/typescri...7bf7dd0Bump@typescript-eslint/parserfrom 7.17.0 to 7.18.0 in /vscode08cf264Merge pull request #2410 from Shopify/dependabot/npm_and_yarn/vscode/typescri...- Additional commits viewable in compare view
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 mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@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