Skip to content

Commit 55a141f

Browse files
dependabot[bot]github-actions[bot]myronmarston
authored
build(deps-dev): bump standard from 1.55.0 to 1.56.0 (#1325)
Bumps [standard](https://github.com/standardrb/standard) from 1.55.0 to 1.56.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/standardrb/standard/blob/main/CHANGELOG.md">standard's changelog</a>.</em></p> <blockquote> <h2>1.56.0</h2> <ul> <li>Updates rubocop to <a href="https://github.com/rubocop/rubocop/releases/tag/v1.88.2">1.88.0</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/standardrb/standard/commit/d695ba04230f15c0928e4c0c5ac36bf120fc81ab"><code>d695ba0</code></a> 🏆⚽️ v1.56.0</li> <li><a href="https://github.com/standardrb/standard/commit/86a92fa412c98a0d1c552d0b3e3d2b5d7e8b5632"><code>86a92fa</code></a> Merge pull request <a href="https://redirect.github.com/standardrb/standard/issues/823">#823</a> from standardrb/upgrade-2026-07-15</li> <li><a href="https://github.com/standardrb/standard/commit/dfcaef8154e919758fcee5d9e4ecd70de97df2b6"><code>dfcaef8</code></a> Fixes Parallel's overzealous update</li> <li><a href="https://github.com/standardrb/standard/commit/5e68710de5330317ae224dadd1a0de1e6daadf9d"><code>5e68710</code></a> Updates rubocop to 1.88</li> <li><a href="https://github.com/standardrb/standard/commit/95f959b765226f73c0ce434cb2a95b5f81b0a1ac"><code>95f959b</code></a> Merge pull request <a href="https://redirect.github.com/standardrb/standard/issues/822">#822</a> from standardrb/dependabot/bundler/ruby-lsp-0.26.10</li> <li><a href="https://github.com/standardrb/standard/commit/42c9d35787093d40da6822f4271bedd4292c13b0"><code>42c9d35</code></a> Bump ruby-lsp from 0.26.9 to 0.26.10</li> <li><a href="https://github.com/standardrb/standard/commit/79cd977b96b527e7d09b576e7c182384feef42fc"><code>79cd977</code></a> Merge pull request <a href="https://redirect.github.com/standardrb/standard/issues/818">#818</a> from standardrb/dependabot/bundler/language_server-pr...</li> <li><a href="https://github.com/standardrb/standard/commit/301120456ec30431bfd22dea8fb4e64f5953e3c3"><code>3011204</code></a> Bump language_server-protocol from 3.17.0.5 to 3.17.0.6</li> <li><a href="https://github.com/standardrb/standard/commit/505e8e691a5b6e458af213a74d4b4d466063dbe1"><code>505e8e6</code></a> Merge pull request <a href="https://redirect.github.com/standardrb/standard/issues/797">#797</a> from standardrb/dependabot/bundler/ruby-lsp-0.26.9</li> <li><a href="https://github.com/standardrb/standard/commit/af5498a881ec712481526bebf1fa3caefeb97f1a"><code>af5498a</code></a> Merge pull request <a href="https://redirect.github.com/standardrb/standard/issues/816">#816</a> from standardrb/dependabot/github_actions/step-securi...</li> <li>Additional commits viewable in <a href="https://github.com/standardrb/standard/compare/v1.55.0...v1.56.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=standard&package-manager=bundler&previous-version=1.55.0&new-version=1.56.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: myronmarston-toast <myron.marston@toasttab.com>
1 parent 5aad21a commit 55a141f

4 files changed

Lines changed: 23 additions & 19 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ group :development do
3636
gem "rubocop-rspec", "~> 3.10.2"
3737
gem "simplecov", "~> 0.22"
3838
gem "simplecov-console", "~> 0.9", ">= 0.9.5"
39-
gem "standard", "~> 1.55.0"
39+
gem "standard", "~> 1.56.0"
4040
gem "steep", "~> 2.0.0", platforms: :ruby
4141
gem "super_diff", "~> 0.19"
4242
gem "vcr", "~> 6.4"

Gemfile.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -421,8 +421,8 @@ GEM
421421
jekyll-watch (2.2.1)
422422
listen (~> 3.0)
423423
jmespath (1.6.2)
424-
json (2.20.0)
425-
json (2.20.0-java)
424+
json (2.21.1)
425+
json (2.21.1-java)
426426
json_schemer (2.5.0)
427427
bigdecimal
428428
hana (~> 1.3)
@@ -432,7 +432,7 @@ GEM
432432
rexml (>= 3.4.4)
433433
kramdown-parser-gfm (1.1.0)
434434
kramdown (~> 2.0)
435-
language_server-protocol (3.17.0.5)
435+
language_server-protocol (3.17.0.6)
436436
lint_roller (1.1.0)
437437
liquid (4.0.4)
438438
listen (3.10.0)
@@ -470,7 +470,7 @@ GEM
470470
multi_json (>= 1.0)
471471
optimist (3.2.1)
472472
parallel (2.1.0)
473-
parser (3.3.11.1)
473+
parser (3.3.12.0)
474474
ast (~> 2.4.1)
475475
racc
476476
pathutil (0.16.2)
@@ -529,7 +529,7 @@ GEM
529529
rspec-retry (0.6.2)
530530
rspec-core (> 3.3)
531531
rspec-support (3.13.7)
532-
rubocop (1.87.0)
532+
rubocop (1.88.2)
533533
json (~> 2.3)
534534
language_server-protocol (~> 3.17.0.2)
535535
lint_roller (~> 1.1.0)
@@ -540,7 +540,7 @@ GEM
540540
rubocop-ast (>= 1.49.0, < 2.0)
541541
ruby-progressbar (~> 1.7)
542542
unicode-display_width (>= 2.4.0, < 4.0)
543-
rubocop-ast (1.49.1)
543+
rubocop-ast (1.50.0)
544544
parser (>= 3.3.7.2)
545545
prism (~> 1.7)
546546
rubocop-factory_bot (2.28.0)
@@ -594,10 +594,10 @@ GEM
594594
simplecov-html (0.13.2)
595595
simplecov_json_formatter (0.1.4)
596596
simpleidn (0.2.3)
597-
standard (1.55.0)
597+
standard (1.56.0)
598598
language_server-protocol (~> 3.17.0.2)
599599
lint_roller (~> 1.0)
600-
rubocop (~> 1.87.0)
600+
rubocop (~> 1.88.0)
601601
standard-custom (~> 1.0.0)
602602
standard-performance (~> 1.8)
603603
standard-custom (1.0.2)
@@ -725,7 +725,7 @@ DEPENDENCIES
725725
rubocop-rspec (~> 3.10.2)
726726
simplecov (~> 0.22)
727727
simplecov-console (~> 0.9, >= 0.9.5)
728-
standard (~> 1.55.0)
728+
standard (~> 1.56.0)
729729
steep (~> 2.0.0)
730730
super_diff (~> 0.19)
731731
vcr (~> 6.4)
@@ -845,12 +845,12 @@ CHECKSUMS
845845
jekyll-sass-converter (3.1.0) sha256=83925d84f1d134410c11d0c6643b0093e82e3a3cf127e90757a85294a3862443
846846
jekyll-watch (2.2.1) sha256=bc44ed43f5e0a552836245a54dbff3ea7421ecc2856707e8a1ee203a8387a7e1
847847
jmespath (1.6.2) sha256=238d774a58723d6c090494c8879b5e9918c19485f7e840f2c1c7532cf84ebcb1
848-
json (2.20.0) sha256=9362bc6e55a952b056abf9167cf053358181c904cb70cd6eee0808ea830fc32b
849-
json (2.20.0-java) sha256=433ba4c76297364523761a935531dcd227aac8ab5dc7acb419ad9166af0e8a7c
848+
json (2.21.1) sha256=13a43df75d95641443f5702dff350f237164a9d811ff0f2c2800d4d980220583
849+
json (2.21.1-java) sha256=55b765269e1282ac68638e5495d688631dede7e6646134fa1d44cdead34533fb
850850
json_schemer (2.5.0) sha256=2f01fb4cce721a4e08dd068fc2030cffd0702a7f333f1ea2be6e8991f00ae396
851851
kramdown (2.5.2) sha256=1ba542204c66b6f9111ff00dcc26075b95b220b07f2905d8261740c82f7f02fa
852852
kramdown-parser-gfm (1.1.0) sha256=fb39745516427d2988543bf01fc4cf0ab1149476382393e0e9c48592f6581729
853-
language_server-protocol (3.17.0.5) sha256=fd1e39a51a28bf3eec959379985a72e296e9f9acfce46f6a79d31ca8760803cc
853+
language_server-protocol (3.17.0.6) sha256=5ef2c0c138f8267e1bc631d3328347d354f96724b0af22f2c79516120443b7f0
854854
lint_roller (1.1.0) sha256=2c0c845b632a7d172cb849cc90c1bce937a28c5c8ccccb50dfd46a485003cc87
855855
liquid (4.0.4) sha256=4fcfebb1a045e47918388dbb7a0925e7c3893e58d2bd6c3b3c73ec17a2d8fdb3
856856
listen (3.10.0) sha256=c6e182db62143aeccc2e1960033bebe7445309c7272061979bb098d03760c9d2
@@ -873,7 +873,7 @@ CHECKSUMS
873873
opensearch-ruby (3.4.0) sha256=0a8621686bed3c59b4c23e08cbaef873685a3fe4568e9d2703155ca92b8ca05d
874874
optimist (3.2.1) sha256=8cf8a0fd69f3aa24ab48885d3a666717c27bc3d9edd6e976e18b9d771e72e34e
875875
parallel (2.1.0) sha256=b35258865c2e31134c5ecb708beaaf6772adf9d5efae28e93e99260877b09356
876-
parser (3.3.11.1) sha256=d17ace7aabe3e72c3cc94043714be27cc6f852f104d81aa284c2281aecc65d54
876+
parser (3.3.12.0) sha256=21a6d7f755d5a24dfbdc6e6b772e4e879a52e7631a88bc5a3a134606052c9828
877877
pathutil (0.16.2) sha256=e43b74365631cab4f6d5e4228f812927efc9cb2c71e62976edcb252ee948d589
878878
patience_diff (1.2.0) sha256=f492094486af02fff4a80070fa6b4d0ebbcf4d42fb38bba29d095eef43f6822c
879879
pdf-reader (2.15.1) sha256=18c6a986a84a3117fa49f4279fc2de51f5d2399b71833df5d2bccd595c7068ce
@@ -903,8 +903,8 @@ CHECKSUMS
903903
rspec-mocks (3.13.8) sha256=086ad3d3d17533f4237643de0b5c42f04b66348c28bf6b9c2d3f4a3b01af1d47
904904
rspec-retry (0.6.2) sha256=6101ba23a38809811ae3484acde4ab481c54d846ac66d5037ccb40131a60d858
905905
rspec-support (3.13.7) sha256=0640e5570872aafefd79867901deeeeb40b0c9875a36b983d85f54fb7381c47c
906-
rubocop (1.87.0) sha256=b9d9ddf55116a513f8ef2c7ae660662d8b49301f118d3f0df61865b33a5c188d
907-
rubocop-ast (1.49.1) sha256=4412f3ee70f6fe4546cc489548e0f6fcf76cafcfa80fa03af67098ffed755035
906+
rubocop (1.88.2) sha256=8def251c90cd955feb4daa3edc0ab56893250c4ce90ef81e6c80c03f9a939bbf
907+
rubocop-ast (1.50.0) sha256=b9ca88300da0803ee222ad20cdb30494c0a784eed06fdc35d254b06d662788db
908908
rubocop-factory_bot (2.28.0) sha256=4b17fc02124444173317e131759d195b0d762844a71a29fe8139c1105d92f0cb
909909
rubocop-performance (1.26.1) sha256=cd19b936ff196df85829d264b522fd4f98b6c89ad271fa52744a8c11b8f71834
910910
rubocop-rake (0.6.0) sha256=56b6f22189af4b33d4f4e490a555c09f1281b02f4d48c3a61f6e8fe5f401d8db
@@ -929,7 +929,7 @@ CHECKSUMS
929929
simplecov-html (0.13.2) sha256=bd0b8e54e7c2d7685927e8d6286466359b6f16b18cb0df47b508e8d73c777246
930930
simplecov_json_formatter (0.1.4) sha256=529418fbe8de1713ac2b2d612aa3daa56d316975d307244399fa4838c601b428
931931
simpleidn (0.2.3) sha256=08ce96f03fa1605286be22651ba0fc9c0b2d6272c9b27a260bc88be05b0d2c29
932-
standard (1.55.0) sha256=8a8f2c3e681a4db3aafde1b301561b0f3d7c5f06c160167cb744a4d7baf0426e
932+
standard (1.56.0) sha256=ae2af4d9669589162ac69ed5ef59dcf9f346d4afc81f7e62b84339310dfcb787
933933
standard-custom (1.0.2) sha256=424adc84179a074f1a2a309bb9cf7cd6bfdb2b6541f20c6bf9436c0ba22a652b
934934
standard-performance (1.9.0) sha256=49483d31be448292951d80e5e67cdcb576c2502103c7b40aec6f1b6e9c88e3f2
935935
steep (2.0.0) sha256=6eb0ecc09637bbb54f0a5f2cf63daea6d3208ccace64b4f1107d976333605c30

elasticgraph-graphql/lib/elastic_graph/graphql/filtering/filter_node_interpreter.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def build_filter_operators(runtime_metadata)
135135
sub_expressions << {bool: {minimum_should_match: 1, should: should_sub_expressions}}
136136
end
137137

138-
if ored_substrings&.empty?
138+
if ored_substrings && ored_substrings.empty?
139139
BooleanQuery::ALWAYS_FALSE_FILTER
140140
elsif sub_expressions.size > 0
141141
BooleanQuery.filter(*sub_expressions)
@@ -153,7 +153,7 @@ def build_filter_operators(runtime_metadata)
153153
}}}
154154
end
155155

156-
if ored_prefixes&.empty?
156+
if ored_prefixes && ored_prefixes.empty?
157157
BooleanQuery::ALWAYS_FALSE_FILTER
158158
elsif sub_expressions.size > 0
159159
BooleanQuery.filter({bool: {minimum_should_match: 1, should: sub_expressions}})

rbs_collection.lock.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,10 @@ gems:
177177
version: '0'
178178
source:
179179
type: stdlib
180+
- name: language_server-protocol
181+
version: 3.17.0.6
182+
source:
183+
type: rubygems
180184
- name: lint_roller
181185
version: '1.1'
182186
source:

0 commit comments

Comments
 (0)