GitHub
10/31/2024, 9:27 AM<https://github.com/voxpupuli/metadata-json-lint/tree/master|master>
by bastelfreak
<https://github.com/voxpupuli/metadata-json-lint/commit/849201188f52cd369a8f66f675e83a0b4cdd69b3|84920118>
- Update voxpupuli-rubocop requirement from ~> 2.8.0 to ~> 3.0.0
<https://github.com/voxpupuli/metadata-json-lint/commit/7b1e77a28ff23d211989a9937578da703ef9362e|7b1e77a2>
- rubocop: autofix
<https://github.com/voxpupuli/metadata-json-lint/commit/cea5e193ce26a3acd1139cc041e60b82e3e2dcd0|cea5e193>
- Merge pull request #147 from voxpupuli/dependabot/bundler/voxpupuli-rubocop-tw-3.0.0
voxpupuli/metadata-json-lintGitHub
11/18/2024, 1:10 PMv0.15.0
From the CHANGELOG.md
v0.15.0
Features
• Added support for Reline (#2298)
• Added support for Ruby 3.3 (#2295)
• Added Pry:Input:SimpleStdio for dumb terminals when Reline is in use (#2304)
• Remove OpenStruct usage (#2307) (#2309)
• Disable coloring of output when NO_COLOR is set. (#2323)
• Addflag to keep single line prompt. (#2327)pry --no-multiline
Bug Fixes
• Fix typos on docs and and comments (#2300) (#2301)
• Fix 'calling clear method' on user code when defined in pry context. (#2291)
• Fix arguments WatchExpression#add_expression (#2278)
Breaking changes
• Remove support for deprecated `Pry.config.prompt = [proc {}, proc {}]`Use Pry::Prompt API instead (#2308)
• Remove deprecatedChangelog Sourced from pry's changelog.. UsePry.config.exception_whitelist
instead. (#2326)Pry.config.unrescued_exceptions
[v0.15.0][v0.15.0] (November 15, 2024)
Features
• Added support for Reline (#2298)
• Added support for Ruby 3.3 (#2295)
• Added Pry:Input:SimpleStdio for dumb terminals when Reline is in use (#2304)
• Remove OpenStruct usage (#2307) (#2309)
• Disable coloring of output when NO_COLOR is set. (#2323)(pry/pry#2323))
• Addflag to keep single line prompt. (#2327)pry --no-multiline
Bug Fixes
• Fix typos on docs and and comments (#2300) (#2301)
• Fix 'calling clear method' on user code when defined in pry context. (#2291)
• Fix arguments WatchExpression#add_expression (#2278)
Breaking changes
• Remove support for deprecated `Pry.config.prompt = [proc {}, proc {}]`Use Pry::Prompt API instead (#2308)
• Remove deprecated. UsePry.config.exception_whitelist
instead. (#2326)Pry.config.unrescued_exceptions
[v0.14.2][v0.14.2] (January 9, 2023)
Features
• Configureas a supported editor on Pry::Editor (#2236)code
• Added support for Ruby 3.2 (#2263)
• Added support for Ruby 3.1 (#2228)
Bug fixes... (truncated) Commits • `52d1489` Merge pull request #2330 from andrehjr/prep-for-v0.15.0 • `cd0eeec` Prep for v0.15.0 • `9ba4b32` Update CHANGELOG.md • `a07eced` Merge pull request #2327 from andrehjr/allow-pry-no-multiline-config • `0b01b5c` Add --no-multiline options to disable multiline with Reline • `c0639ae` Merge pull request #2329 from andrehjr/fallback-to-method-source-for-older-prism • `fe8e985` Fallback to Pry::Code.complete_expression? when prism is not available • `2615de7` Merge pull request #2326 from andrehjr/remove-deprecated-exception-whitelist • `a92f8fa` Update changelog • `4214909` Remove deprecated 'exception_whitelist' config. • 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 rebase
will rebase this PR
• @dependabot recreate
will recreate this PR, overwriting any edits that have been made to it
• @dependabot merge
will merge this PR after your CI passes on it
• @dependabot squash and merge
will squash and merge this PR after your CI passes on it
• @dependabot cancel merge
will cancel a previously requested merge and block automerging
• @dependabot reopen
will reopen this PR if it is closed
• @dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
• @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)
voxpupuli/puppet-syntax
✅ All checks have passed
10/10 successful checksGitHub
12/24/2024, 2:02 PMhttps://github.com/pry/pry/blob/master/v0.15.1 (December 24, 2024)
Bug Fixes
• Restore Pry.config.ls compatibility (#2335)
• Avoid breaking reading inputs if Prism is not available (#2338)
[v0.15.0][v0.15.0] (November 15, 2024)
Features
• Added support for Reline (#2298)
• Added support for Ruby 3.3 (#2295)
• Added Pry:Input:SimpleStdio for dumb terminals when Reline is in use (#2304)
• Remove OpenStruct usage (#2307) (#2309)
• Disable coloring of output when NO_COLOR is set. (#2323)(pry/pry#2323))
• Addflag to keep single line prompt. (#2327)pry --no-multiline
Bug Fixes
• Fix typos on docs and and comments (#2300) (#2301)
• Fix 'calling clear method' on user code when defined in pry context. (#2291)
• Fix arguments WatchExpression#add_expression (#2278)
Breaking changes
• Remove support for deprecated `Pry.config.prompt = [proc {}, proc {}]`Use Pry::Prompt API instead (#2308)
• Remove deprecated. UsePry.config.exception_whitelist
instead. (#2326)Pry.config.unrescued_exceptions
[v0.14.2][v0.14.2] (January 9, 2023)
Features... (truncated) Commits • See full diff 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 rebase
will rebase this PR
• @dependabot recreate
will recreate this PR, overwriting any edits that have been made to it
• @dependabot merge
will merge this PR after your CI passes on it
• @dependabot squash and merge
will squash and merge this PR after your CI passes on it
• @dependabot cancel merge
will cancel a previously requested merge and block automerging
• @dependabot reopen
will reopen this PR if it is closed
• @dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
• @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)
voxpupuli/puppet-syntax
✅ All checks have passed
10/10 successful checksGitHub
12/24/2024, 2:02 PMv0.15.0
From the CHANGELOG.md
v0.15.0
Features
• Added support for Reline (#2298)
• Added support for Ruby 3.3 (#2295)
• Added Pry:Input:SimpleStdio for dumb terminals when Reline is in use (#2304)
• Remove OpenStruct usage (#2307) (#2309)
• Disable coloring of output when NO_COLOR is set. (#2323)
• Addflag to keep single line prompt. (#2327)pry --no-multiline
Bug Fixes
• Fix typos on docs and and comments (#2300) (#2301)
• Fix 'calling clear method' on user code when defined in pry context. (#2291)
• Fix arguments WatchExpression#add_expression (#2278)
Breaking changes
• Remove support for deprecated `Pry.config.prompt = [proc {}, proc {}]`Use Pry::Prompt API instead (#2308)
• Remove deprecatedChangelog Sourced from pry's changelog.. UsePry.config.exception_whitelist
instead. (#2326)Pry.config.unrescued_exceptions
[v0.15.0][v0.15.0] (November 15, 2024)
Features
• Added support for Reline (#2298)
• Added support for Ruby 3.3 (#2295)
• Added Pry:Input:SimpleStdio for dumb terminals when Reline is in use (#2304)
• Remove OpenStruct usage (#2307) (#2309)
• Disable coloring of output when NO_COLOR is set. (#2323)(pry/pry#2323))
• Addflag to keep single line prompt. (#2327)pry --no-multiline
Bug Fixes
• Fix typos on docs and and comments (#2300) (#2301)
• Fix 'calling clear method' on user code when defined in pry context. (#2291)
• Fix arguments WatchExpression#add_expression (#2278)
Breaking changes
• Remove support for deprecated `Pry.config.prompt = [proc {}, proc {}]`Use Pry::Prompt API instead (#2308)
• Remove deprecated. UsePry.config.exception_whitelist
instead. (#2326)Pry.config.unrescued_exceptions
[v0.14.2][v0.14.2] (January 9, 2023)
Features
• Configureas a supported editor on Pry::Editor (#2236)code
• Added support for Ruby 3.2 (#2263)
• Added support for Ruby 3.1 (#2228)
Bug fixes... (truncated) Commits • `52d1489` Merge pull request #2330 from andrehjr/prep-for-v0.15.0 • `cd0eeec` Prep for v0.15.0 • `9ba4b32` Update CHANGELOG.md • `a07eced` Merge pull request #2327 from andrehjr/allow-pry-no-multiline-config • `0b01b5c` Add --no-multiline options to disable multiline with Reline • `c0639ae` Merge pull request #2329 from andrehjr/fallback-to-method-source-for-older-prism • `fe8e985` Fallback to Pry::Code.complete_expression? when prism is not available • `2615de7` Merge pull request #2326 from andrehjr/remove-deprecated-exception-whitelist • `a92f8fa` Update changelog • `4214909` Remove deprecated 'exception_whitelist' config. • 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 rebase
will rebase this PR
• @dependabot recreate
will recreate this PR, overwriting any edits that have been made to it
• @dependabot merge
will merge this PR after your CI passes on it
• @dependabot squash and merge
will squash and merge this PR after your CI passes on it
• @dependabot cancel merge
will cancel a previously requested merge and block automerging
• @dependabot reopen
will reopen this PR if it is closed
• @dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
• @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)
voxpupuli/puppet-syntax
✅ All checks have passed
10/10 successful checksGitHub
12/25/2024, 1:39 PMv0.15.2
This release fixes one additional scenario that could happen if Prism was not available.
Bug Fixes
Avoid breaking reading input if Prism version is undetectable (pry/pry#2340)Changelog Sourced from pry's changelog.
https://github.com/pry/pry/blob/master/v0.15.2 (December 24, 2024)
Bug Fixes
• Avoid breaking reading input if Prism version is undetectable (#2340)
https://github.com/pry/pry/blob/master/v0.15.1 (December 24, 2024)
Bug Fixes
• Restore Pry.config.ls compatibility (#2335)
• Avoid breaking reading inputs if Prism is not available (#2338)
[v0.15.0][v0.15.0] (November 15, 2024)
Features
• Added support for Reline (#2298)
• Added support for Ruby 3.3 (#2295)
• Added Pry:Input:SimpleStdio for dumb terminals when Reline is in use (#2304)
• Remove OpenStruct usage (#2307) (#2309)
• Disable coloring of output when NO_COLOR is set. (#2323)(pry/pry#2323))
• Addflag to keep single line prompt. (#2327)pry --no-multiline
Bug Fixes
• Fix typos on docs and and comments (#2300) (#2301)
• Fix 'calling clear method' on user code when defined in pry context. (#2291)
• Fix arguments WatchExpression#add_expression (#2278)
Breaking changes
• Remove support for deprecated `Pry.config.prompt = [proc {}, proc {}]`Use Pry::Prompt API instead (#2308)
• Remove deprecated... (truncated) Commits • `2c89b65` Merge pull request #2341 from pry/prep-for-0-15-2 • `b4c4c30` Prep for v0.15.2 • `beb098e` Merge pull request #2340 from pry/prism-not-available-version • `ec09d6a` Avoid breaking pry when prism version is not detectable • `da8ca59` Merge pull request #2339 from pry/prep-for-0-15-1 • `4dff418` Prep for v0.15.1 release • `cb333c9` Merge pull request #2338 from andrehjr/prism-not-available • `b347dce` Avoid breaking pry when prism is not available • `798d620` Merge pull request #2333 from pry/dependabot/bundler/psych-lte-5.3.0 • `e7a5768` Merge pull request #2335 from andrehjr/make-ls-config-backwards-compat • 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.Pry.config.exception_whitelist
@dependabot rebase
.
---
Dependabot commands and options
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 merge
will merge this PR after your CI passes on it
• @dependabot squash and merge
will squash and merge this PR after your CI passes on it
• @dependabot cancel merge
will cancel a previously requested merge and block automerging
• @dependabot reopen
will reopen this PR if it is closed
• @dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
• @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)
voxpupuli/puppet-syntax
✅ All checks have passed
10/10 successful checksGitHub
01/24/2025, 11:28 AMopenvox
as a requirement in metadata.json. It's valid with and without `puppet`:
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 7.0.0 < 9.0.0"
},
{
"name": "openvox",
"version_requirement": ">= 7.0.0 < 9.0.0"
}
]
"requirements": [
{
"name": "openvox",
"version_requirement": ">= 7.0.0 < 9.0.0"
}
]
voxpupuli/metadata-json-lintGitHub
01/24/2025, 11:31 AMGitHub
01/24/2025, 11:43 AMGitHub
01/24/2025, 12:23 PMJSON.parse()
has no built-in way to detect this. Even in strict mode it ignores it:
irb(main):002> require 'json'
=> true
irb(main):003> JSON.parser = JSON::Ext::Parser
=> JSON::Ext::Parser
irb(main):004> JSON.parse('{"summary": "A description with an invalid \( escape sequence"}')
=> {"summary"=>"A description with an invalid ( escape sequence"}
irb(main):005> JSON.parse("{\"summary\": \"A description with an invalid \( escape sequence\"}")
=> {"summary"=>"A description with an invalid ( escape sequence"}
irb(main):006>
voxpupuli/metadata-json-lintGitHub
01/24/2025, 1:41 PMGitHub
01/24/2025, 3:11 PMGitHub
01/24/2025, 3:11 PM<https://github.com/voxpupuli/metadata-json-lint/tree/master|master>
by ekohl
<https://github.com/voxpupuli/metadata-json-lint/commit/9d995543515f7c3f7f811ada64b74ef88bdf856f|9d995543>
- Drop code coverage in testing
<https://github.com/voxpupuli/metadata-json-lint/commit/1230eff3dfc9378648f399cebc4f44905fcfc6f0|1230eff3>
- Merge pull request #153 from ekohl/drop-coverage
voxpupuli/metadata-json-lintGitHub
01/24/2025, 3:12 PMGitHub
01/24/2025, 3:17 PM<https://github.com/voxpupuli/metadata-json-lint/tree/master|master>
by bastelfreak
<https://github.com/voxpupuli/metadata-json-lint/commit/580da2cb8e81205c47a880594e558bab2698a69c|580da2cb>
- Add Ruby 3.4 to CI
<https://github.com/voxpupuli/metadata-json-lint/commit/3ff070ba1a933c58404d9fbe75b23c260dcfedbe|3ff070ba>
- Merge pull request #149 from bastelfreak/ruby34
voxpupuli/metadata-json-lintGitHub
01/24/2025, 5:10 PM<https://github.com/voxpupuli/metadata-json-lint/tree/master|master>
by bastelfreak
<https://github.com/voxpupuli/metadata-json-lint/commit/2313973b9b94b86c28e22e9d45d6fefbae4ade58|2313973b>
- Rake: Use RuboCop tasks from voxpupuli-rubocop
<https://github.com/voxpupuli/metadata-json-lint/commit/76a9a59bea1555673382ebae39fb809ad0e55ae7|76a9a59b>
- Merge pull request #150 from bastelfreak/vp
voxpupuli/metadata-json-lintGitHub
01/24/2025, 5:17 PMGitHub
01/24/2025, 5:20 PM<https://github.com/voxpupuli/metadata-json-lint/tree/master|master>
by bastelfreak
<https://github.com/voxpupuli/metadata-json-lint/commit/02529dadff130de3ae26a9c0d9b5198608edbda0|02529dad>
- Add invalid escape sequence test
<https://github.com/voxpupuli/metadata-json-lint/commit/f0b04dedc6096f597baa4a3d584ce105bbb4c888|f0b04ded>
- Fail if metadata.json contains invalid escape sequence
<https://github.com/voxpupuli/metadata-json-lint/commit/d0c1cd548791704292bdc24accb84fda6432ab7f|d0c1cd54>
- Merge pull request #152 from bastelfreak/test_for_invalid_escape
voxpupuli/metadata-json-lintGitHub
01/24/2025, 5:27 PMGitHub
01/24/2025, 5:31 PM<https://github.com/voxpupuli/metadata-json-lint/tree/master|master>
by bastelfreak
<https://github.com/voxpupuli/metadata-json-lint/commit/9e7be024cf7bbb2629015080af9968e9a78c0262|9e7be024>
- CI: Switch to voxpupuli/ruby-version
<https://github.com/voxpupuli/metadata-json-lint/commit/e9d088e376a09b5bf519683aa2be67b42eb68c01|e9d088e3>
- Merge pull request #156 from bastelfreak/foo
voxpupuli/metadata-json-lintGitHub
01/24/2025, 5:57 PM<https://github.com/voxpupuli/metadata-json-lint/tree/master|master>
by bastelfreak
<https://github.com/voxpupuli/metadata-json-lint/commit/6a5293d95aba7d2340671a3127ba266b3477b87b|6a5293d9>
- Fail if metadata.json has no proper newline
<https://github.com/voxpupuli/metadata-json-lint/commit/cd27d48010680c2421b9053da112d5da2a6d78e8|cd27d480>
- Merge pull request #154 from bastelfreak/slashn
voxpupuli/metadata-json-lintGitHub
01/24/2025, 5:59 PMGitHub
01/24/2025, 7:08 PM<https://github.com/voxpupuli/metadata-json-lint/tree/master|master>
by bastelfreak
<https://github.com/voxpupuli/metadata-json-lint/commit/00a616c6cd1a2b8c474be4ff626e452032bdd07a|00a616c6>
- Release 4.2.0
<https://github.com/voxpupuli/metadata-json-lint/commit/e8b781ba0ee5499c1006add685b3dd11ec0a9348|e8b781ba>
- Merge pull request #157 from bastelfreak/rel420
voxpupuli/metadata-json-lintGitHub
02/09/2025, 9:08 PMmetadata-json-lint
binary when creating a pacakge for this in debian archives. I've used the ReStructuredText format just because I know how to transform that into a man page with rst2man
, but it could be converted to another format that would suit maintainers better.
This pull request is meant to start discussions about how to format and include such a man page document.
Are you interested in integrating such a man page? If so, is rst an acceptable format? How should I hook it up to a build system to produce the end result?
voxpupuli/metadata-json-lintGitHub
02/22/2025, 10:10 PM<https://github.com/voxpupuli/metadata-json-lint?email_source=slack/tree/master|master>
by bastelfreak
<https://github.com/voxpupuli/metadata-json-lint/commit/964526fc71ac0793c5a3d82183a77532f407408b|964526fc>
- Add test for openvox requirement
<https://github.com/voxpupuli/metadata-json-lint/commit/03574807f8a7e05cfc22b48a86c25fd2137b5d75|03574807>
- Merge pull request #148 from bastelfreak/openvox
voxpupuli/metadata-json-lintGitHub
02/22/2025, 10:24 PMGitHub
02/23/2025, 12:19 PM<https://github.com/voxpupuli/metadata-json-lint?email_source=slack/tree/master|master>
by bastelfreak
<https://github.com/voxpupuli/metadata-json-lint/commit/3789409a96b48424a61cc6a7610dc358e44f0867|3789409a>
- Update test for new json 2.10.0 release
<https://github.com/voxpupuli/metadata-json-lint/commit/165d535c6060d401adadb430426b87f78c55b703|165d535c>
- Merge pull request #159 from voxpupuli/debug
voxpupuli/metadata-json-lintGitHub
02/23/2025, 12:22 PMGitHub
02/23/2025, 12:31 PM<https://github.com/voxpupuli/metadata-json-lint?email_source=slack/tree/master|master>
by bastelfreak
<https://github.com/voxpupuli/metadata-json-lint/commit/19b7fad0e3fa75ecd1a4e3812302e65b3eb731f1|19b7fad0>
- Release 4.2.1
<https://github.com/voxpupuli/metadata-json-lint/commit/2d86cbed51b8afd1b403829d7edfe4c632aa14ef|2d86cbed>
- Merge pull request #160 from bastelfreak/rel421
voxpupuli/metadata-json-lintGitHub
04/17/2025, 1:52 PM## 3.1.0 (2025-04-16)
Full Changelog
Implemented enhancements:
• Update rubocop gems to latest versions #76 (bastelfreak)
## v3.0.0 (2024-10-25)
Full Changelog
This release updates rubocop-rspec to a new major version. It enables multiple Cops by default. Please read their changelog: https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md#300-2024-06-11
Breaking changes:
• rubocop-rspec: Update 2.31 -> 3.1 #71 (bastelfreak)
Implemented enhancements:
• rubocop-performance: Update 1.21.0->1.22.1 #73 (bastelfreak)
• rubocop-minitest: Update 0.35.0->0.36.0 #72 (bastelfreak)
• rubocop: Update 1.64.1->1.67.0 #70 (bastelfreak)
## v2.8.0 (2024-06-28)
Full Changelog
Merged pull requests:
• Update rubocop-rspec requirement from ~> 2.26 to ~> 2.31.0 #63 (dependabot[bot])
• Update rubocop requirement from ~> 1.63.5 to ~> 1.64.1 #62 (dependabot[bot])
## v2.7.1 (2024-06-28)
Full Changelog
Fixed bugs:
• rubocop.yml: exclude fixtures directory #65 (bastelfreak)
Merged pull requests:
• Document major release policy #64 (bastelfreak)
## v2.7.0 (2024-05-11)
Full Changelog
Merged pull requests:... (truncated) Commits • `2c9e4cd` Merge pull request #77 from bastelfreak/rel310 • `7238492` Release 3.1.0 • `0d88b96` Merge pull request #76 from bastelfreak/updates • `59c3f24` configure rubocop plugins properly • `d6a072d` Update rubocop gems to latest versions • See full diff 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 rebase
will rebase this PR
• @dependabot recreate
will recreate this PR, overwriting any edits that have been made to it
• @dependabot merge
will merge this PR after your CI passes on it
• @dependabot squash and merge
will squash and merge this PR after your CI passes on it
• @dependabot cancel merge
will cancel a previously requested merge and block automerging
• @dependabot reopen
will reopen this PR if it is closed
• @dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
• @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)
voxpupuli/metadata-json-lintGitHub
04/17/2025, 1:56 PM<https://github.com/voxpupuli/metadata-json-lint/tree/master|master>
by bastelfreak
<https://github.com/voxpupuli/metadata-json-lint/commit/e2dda14f6a8340d4832780006df98010b53d5b70|e2dda14f>
- Update voxpupuli-rubocop requirement from ~> 3.0.0 to ~> 3.1.0
<https://github.com/voxpupuli/metadata-json-lint/commit/8d7fb92193a022a5275f7e08c13966cbe1578e87|8d7fb921>
- Merge pull request #161 from voxpupuli/dependabot/bundler/voxpupuli-rubocop-tw-3.1.0
voxpupuli/metadata-json-lint