Update dependency jbuilder to v2.14.1 #311

Open
bustikiller wants to merge 1 commits from renovate/jbuilder-2.x-lockfile into main
Owner

This PR contains the following updates:

Package Update Change
jbuilder (changelog) minor 2.13.0 -> 2.14.1

Release Notes

rails/jbuilder (jbuilder)

v2.14.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/rails/jbuilder/compare/v2.14.0...v2.14.1

v2.14.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/rails/jbuilder/compare/v2.13.0...v2.14.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [jbuilder](https://github.com/rails/jbuilder) ([changelog](https://github.com/rails/jbuilder/releases/tag/v2.14.1)) | minor | `2.13.0` -> `2.14.1` | --- ### Release Notes <details> <summary>rails/jbuilder (jbuilder)</summary> ### [`v2.14.1`](https://github.com/rails/jbuilder/releases/tag/v2.14.1) [Compare Source](https://github.com/rails/jbuilder/compare/v2.14.0...v2.14.1) #### What's Changed - Ensure that `Jbuilder.encode` properly forwards arguments to `.new` by [@&#8203;flavorjones](https://github.com/flavorjones) in [#&#8203;601](https://github.com/rails/jbuilder/pull/601) #### New Contributors - [@&#8203;flavorjones](https://github.com/flavorjones) made their first contribution in [#&#8203;601](https://github.com/rails/jbuilder/pull/601) **Full Changelog**: <https://github.com/rails/jbuilder/compare/v2.14.0...v2.14.1> ### [`v2.14.0`](https://github.com/rails/jbuilder/releases/tag/v2.14.0) [Compare Source](https://github.com/rails/jbuilder/compare/v2.13.0...v2.14.0) #### What's Changed - Drop support to Ruby < 3.0 and Rails < 7.0 - Test against Rails 8 and fix Rails 7 logger dependency by [@&#8203;excid3](https://github.com/excid3) in [#&#8203;582](https://github.com/rails/jbuilder/pull/582) - Add status: :see\_other to update action by [@&#8203;excid3](https://github.com/excid3) in [#&#8203;583](https://github.com/rails/jbuilder/pull/583) - Force close final statement in templates by [@&#8203;ienders](https://github.com/ienders) in [#&#8203;578](https://github.com/rails/jbuilder/pull/578) - Optimize `_is_collection?` method by [@&#8203;moberegger](https://github.com/moberegger) in [#&#8203;590](https://github.com/rails/jbuilder/pull/590) - Add `#frozen_string_literal: true` to all files by [@&#8203;moberegger](https://github.com/moberegger) in [#&#8203;599](https://github.com/rails/jbuilder/pull/599) - Optimize `_key` to prevent string allocation when formatting `Symbol`s by [@&#8203;moberegger](https://github.com/moberegger) in [#&#8203;593](https://github.com/rails/jbuilder/pull/593) - Optimize key formatter by [@&#8203;moberegger](https://github.com/moberegger) in [#&#8203;597](https://github.com/rails/jbuilder/pull/597) - Optimize internal `extract!` calls to save on memory allocation by [@&#8203;moberegger](https://github.com/moberegger) in [#&#8203;598](https://github.com/rails/jbuilder/pull/598) - Fix regression in API controllers with view\_cache\_dependencies helper by [@&#8203;excid3](https://github.com/excid3) in [#&#8203;575](https://github.com/rails/jbuilder/pull/575) - Optimize `method_missing` via `alias_method` by [@&#8203;moberegger](https://github.com/moberegger) in [#&#8203;600](https://github.com/rails/jbuilder/pull/600) - Cleanup project for Rails 7+ support by [@&#8203;moberegger](https://github.com/moberegger) in [#&#8203;594](https://github.com/rails/jbuilder/pull/594) - Fix warnings and prevent Jbuilder::VERSION constant from being obliterated by [@&#8203;pixeltrix](https://github.com/pixeltrix) in [#&#8203;574](https://github.com/rails/jbuilder/pull/574) - Optimize memory allocation when rendering partials by [@&#8203;moberegger](https://github.com/moberegger) in [#&#8203;591](https://github.com/rails/jbuilder/pull/591) #### New Contributors - [@&#8203;richardvenneman](https://github.com/richardvenneman) made their first contribution in [#&#8203;576](https://github.com/rails/jbuilder/pull/576) - [@&#8203;ienders](https://github.com/ienders) made their first contribution in [#&#8203;578](https://github.com/rails/jbuilder/pull/578) - [@&#8203;moberegger](https://github.com/moberegger) made their first contribution in [#&#8203;590](https://github.com/rails/jbuilder/pull/590) **Full Changelog**: <https://github.com/rails/jbuilder/compare/v2.13.0...v2.14.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS42MC4xIiwidXBkYXRlZEluVmVyIjoiNDEuOTkuMTEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
bustikiller added 1 commit 2025-08-09 02:06:00 +00:00
Update dependency jbuilder to v2.14.0
Some checks failed
Run unit tests / unit_tests (pull_request) Failing after 21s
Run unit tests / build-static-assets (pull_request) Has been skipped
Run unit tests / check-licenses (pull_request) Failing after 7s
Run unit tests / copyright_notice (pull_request) Failing after 7s
Run unit tests / rubocop (pull_request) Successful in 4m35s
555a1b92f6
bustikiller force-pushed renovate/jbuilder-2.x-lockfile from 555a1b92f6 to e0e0d36622 2025-09-04 15:03:45 +00:00 Compare
bustikiller changed title from Update dependency jbuilder to v2.14.0 to Update dependency jbuilder to v2.14.1 2025-09-04 15:03:46 +00:00
Some checks failed
Run unit tests / unit_tests (pull_request) Has been cancelled
Required
Details
Run unit tests / rubocop (pull_request) Has been cancelled
Required
Details
Run unit tests / check-licenses (pull_request) Has been cancelled
Required
Details
Run unit tests / copyright_notice (pull_request) Has been cancelled
Required
Details
Run unit tests / build-static-assets (pull_request) Has been cancelled
Required
Details
Some required checks were not successful.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/jbuilder-2.x-lockfile:renovate/jbuilder-2.x-lockfile
git checkout renovate/jbuilder-2.x-lockfile
Sign in to join this conversation.
No Reviewers
No Label
No Milestone
No project
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bustikiller/wedding-planner#311
No description provided.