Skip to content

ui-dev: bump js-routes from 1.4.14 to 2.3.6 in /server/src/main/webapp/WEB-INF/rails#3918

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/bundler/server/src/main/webapp/WEB-INF/rails/js-routes-2.3.6
Open

ui-dev: bump js-routes from 1.4.14 to 2.3.6 in /server/src/main/webapp/WEB-INF/rails#3918
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/bundler/server/src/main/webapp/WEB-INF/rails/js-routes-2.3.6

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 18, 2026

Bumps js-routes from 1.4.14 to 2.3.6.

Release notes

Sourced from js-routes's releases.

v2.3.6

Changes

  • Fixed serialization of empty Array and empty Hash. Fixes #336.
blog_path({filters: {}, columns: []}) // => /blog
  • Support new Rails 8.1 nil parameter serialization. [Rails #53962](rails/rails#53962) JsRoutes consistently follows current rails version behavior:
root_path(hello: nil)
  # 8.0 => "/?hello="
  # 8.1 => "/?hello"

v2.3.5

Changes

  • Support bigint route parameter
import {nft_path} from "./routes"
nft_path(123456789012345678901234567890n)
// => /nfts/123456789012345678901234567890

  • Fix rake task for non-esm modules. #316

v2.3.4

Changes

  • Fix deprecator usage in rake js:routes:typescript #327
  • Migrate to yarn 4
  • Deprecated prefix option in favor of default_url_options.script_name.
  • Add support for script_name Rails helper option.
Routes.post_path(1, { script_name: "/myapp" })
  // => /myapp/post/1
Routes.configure({
default_url_options: { script_name: "/myapp" }
})
Routes.post_path(1) // => /myapp/post/1
</tr></table>

... (truncated)

Changelog

Sourced from js-routes's changelog.

[2.3.6]

  • Fixed serialization of empty Array and empty Hash. Fixes #336.
blog_path({filters: {}, columns: []}) // => /blog
  • Support new Rails 8.1 nil parameter serialization. [Rails #53962](rails/rails#53962) JsRoutes consistently follows current rails version behavior:
root_path(hello: nil)
  # 8.0 => "/?hello="
  # 8.1 => "/?hello"

[2.3.5]

  • Support bigint route parameter
import {nft_path} from "./routes"
nft_path(123456789012345678901234567890n)
// => /nfts/123456789012345678901234567890

  • Fix rake task for non-esm modules. #316

[2.3.4]

  • Fix deprecator usage in rake js:routes:typescript #327
  • Migrate to yarn 4
  • Deprecated prefix option in favor of default_url_options.script_name.
  • Add support for script_name Rails helper option.
Routes.post_path(1, { script_name: "/myapp" })
  // => /myapp/post/1
Routes.configure({
default_url_options: { script_name: "/myapp" }
})
Routes.post_path(1) // => /myapp/post/1

[2.3.3]

... (truncated)

Commits

Dependabot compatibility score

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 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)

Bumps [js-routes](https://github.com/railsware/js-routes) from 1.4.14 to 2.3.6.
- [Release notes](https://github.com/railsware/js-routes/releases)
- [Changelog](https://github.com/railsware/js-routes/blob/main/CHANGELOG.md)
- [Commits](railsware/js-routes@v1.4.14...v2.3.6)

---
updated-dependencies:
- dependency-name: js-routes
  dependency-version: 2.3.6
  dependency-type: indirect
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Mar 18, 2026
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.

0 participants