Skip to content

build(deps): bump standard from 1.36.0 to 1.54.0 - #11

Merged
sean-dickinson merged 1 commit into
mainfrom
dependabot/bundler/standard-1.54.0
Jun 2, 2026
Merged

build(deps): bump standard from 1.36.0 to 1.54.0#11
sean-dickinson merged 1 commit into
mainfrom
dependabot/bundler/standard-1.54.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 31, 2026

Copy link
Copy Markdown
Contributor

Bumps standard from 1.36.0 to 1.54.0.

Changelog

Sourced from standard's changelog.

1.54.0

1.53.0

  • Updates rubocop to 1.82.0
  • Starts support for Ruby 4.0

1.52.0

1.51.1

  • Fixes Layout/EmptyLineAfterGuardClause back to false after #750

1.51.0

1.50.0

1.49.0

  • Updates standard performance to 1.8.0

1.48.0

1.47.0

  • Updates standard performance to 1.7.0

1.46.0

1.45.0

1.44.0

1.43.0

... (truncated)

Commits
  • d8f9776 🍩 v1.54.0
  • 11f7712 Merge pull request #789 from standardrb/updates-2026-02-12
  • 1e14e5c Adds the changelog
  • 5a7c15f Updates Rubocop to v1.84
  • abc2bec Merge pull request #784 from standardrb/depbot-cooldown
  • c80e6b7 Merge pull request #783 from standardrb/dependabot/github_actions/step-securi...
  • a98a527 Decrease depbot frequency for GHA
  • 779ac18 Bump step-security/harden-runner from 2.14.0 to 2.14.1
  • 17bd342 🇰🇷🇺🇸v1.53.0
  • f0af18a Merge pull request #779 from standardrb/updates-2026-01-13
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Mar 31, 2026
@dependabot
dependabot Bot force-pushed the dependabot/bundler/standard-1.54.0 branch 2 times, most recently from 18218bf to b2d4b1b Compare March 31, 2026 18:03
@sean-dickinson

Copy link
Copy Markdown
Contributor

@dependabot recreate

Bumps [standard](https://github.com/standardrb/standard) from 1.36.0 to 1.54.0.
- [Release notes](https://github.com/standardrb/standard/releases)
- [Changelog](https://github.com/standardrb/standard/blob/main/CHANGELOG.md)
- [Commits](standardrb/standard@v1.36.0...v1.54.0)

---
updated-dependencies:
- dependency-name: standard
  dependency-version: 1.54.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/bundler/standard-1.54.0 branch from b2d4b1b to ce7729e Compare June 2, 2026 17:38
@sean-dickinson
sean-dickinson merged commit a26b4e7 into main Jun 2, 2026
1 check failed
@sean-dickinson
sean-dickinson deleted the dependabot/bundler/standard-1.54.0 branch June 2, 2026 17:40
sean-dickinson added a commit that referenced this pull request Jun 2, 2026
* feat: support explicit template-file-path / output-file-path

The replacer already substitutes {TOKEN} in any text file, but the file
handling assumed the ".env.<environment> -> .env" convention: it derived
the output by stripping ".<environment>" and always deleted the template.
That can't fill a file whose environment name sits mid-name, e.g. ASP.NET
Core's appsettings.Production.json, without clobbering appsettings.json.

Add two optional, backward-compatible inputs:
  * template-file-path - literal template to read (skips the sibling convention)
  * output-file-path   - literal output to write; defaults to the template
                         (fill in place). When distinct from the template the
                         template is deleted, matching convention-mode behaviour.

environment-name still drives only the <ENV>_<TOKEN>-over-<TOKEN> precedence.
bin/replace reads the new paths from the environment and falls back to the
existing positional / ENV_FILE_PATH behaviour, so current callers and the
`ruby replacer.rb .env staging` CLI are unaffected. Adds tests covering
in-place JSON templating, distinct-output deletion, and env-specific tokens.

* style: drop alignment spacing flagged by standardrb

* feat: updates

* build(deps): bump minitest from 6.0.2 to 6.0.6 (#16)

Bumps [minitest](https://github.com/minitest/minitest) from 6.0.2 to 6.0.6.
- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)
- [Commits](minitest/minitest@v6.0.2...v6.0.6)

---
updated-dependencies:
- dependency-name: minitest
  dependency-version: 6.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump rake from 13.3.1 to 13.4.2 (#14)

Bumps [rake](https://github.com/ruby/rake) from 13.3.1 to 13.4.2.
- [Release notes](https://github.com/ruby/rake/releases)
- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)
- [Commits](ruby/rake@v13.3.1...v13.4.2)

---
updated-dependencies:
- dependency-name: rake
  dependency-version: 13.4.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump standard from 1.36.0 to 1.54.0 (#11)

Bumps [standard](https://github.com/standardrb/standard) from 1.36.0 to 1.54.0.
- [Release notes](https://github.com/standardrb/standard/releases)
- [Changelog](https://github.com/standardrb/standard/blob/main/CHANGELOG.md)
- [Commits](standardrb/standard@v1.36.0...v1.54.0)

---
updated-dependencies:
- dependency-name: standard
  dependency-version: 1.54.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: simplify

* fix: add platform for ci

* feat: support explicit template-file-path / output-file-path

The replacer already substitutes {TOKEN} in any text file, but the file
handling assumed the ".env.<environment> -> .env" convention: it derived
the output by stripping ".<environment>" and always deleted the template.
That can't fill a file whose environment name sits mid-name, e.g. ASP.NET
Core's appsettings.Production.json, without clobbering appsettings.json.

Add two optional, backward-compatible inputs:
  * template-file-path - literal template to read (skips the sibling convention)
  * output-file-path   - literal output to write; defaults to the template
                         (fill in place). When distinct from the template the
                         template is deleted, matching convention-mode behaviour.

environment-name still drives only the <ENV>_<TOKEN>-over-<TOKEN> precedence.
bin/replace reads the new paths from the environment and falls back to the
existing positional / ENV_FILE_PATH behaviour, so current callers and the
`ruby replacer.rb .env staging` CLI are unaffected. Adds tests covering
in-place JSON templating, distinct-output deletion, and env-specific tokens.

* style: drop alignment spacing flagged by standardrb

* feat: updates

* fix: simplify

* fix: add platform for ci

* chore: lint

* fix: correct readme

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* fix: address empty string issue

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant