Skip to content

build(deps): bump the production-dependencies group with 3 updates#365

Merged
zachdaniel merged 1 commit intomainfrom
dependabot/hex/production-dependencies-a9536beba9
Mar 1, 2026
Merged

build(deps): bump the production-dependencies group with 3 updates#365
zachdaniel merged 1 commit intomainfrom
dependabot/hex/production-dependencies-a9536beba9

Conversation

@dependabot
Copy link
Contributor

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

Bumps the production-dependencies group with 3 updates: phx_new, sourceror and spitfire.

Updates phx_new from 1.8.3 to 1.8.4

Changelog

Sourced from phx_new's changelog.

1.8.4 (2026-2-23)

JavaScript Client Bug Fixes

  • Fix bug reconnecting connections when close was gracefully initiated by server
  • Fix LongPoll transport name in sessionStorage and logs

Enhancements

  • Adds guards support in assert_push, assert_broadcast, and assert_reply
  • Enable purging in Phoenix code server for Elixir 1.20
Commits

Updates sourceror from 1.10.1 to 1.11.0

Release notes

Sourced from sourceror's releases.

v1.11.0

1.11.0 (2026-02-20)

Features

Changelog

Sourced from sourceror's changelog.

1.11.0 (2026-02-20)

Features

Commits

Updates spitfire from 0.3.1 to 0.3.7

Changelog

Sourced from spitfire's changelog.

0.3.7 (2026-02-19)

Bug Fixes

  • allow list literals in struct type parsing (#111) (f2eabee)
  • parse assoc-map values outside key context (#102) (6751c15)
  • parse nested struct/map targets in struct literals (#105) (3d1cc61)
  • support dot-call struct targets like %e.(){} (#110) (706f0b0)

0.3.6 (2026-02-16)

Bug Fixes

  • parity with elixir parser based on property tests (#79) (8ca3746)

0.3.5 (2026-02-10)

Bug Fixes

0.3.4 (2026-02-09)

Bug Fixes

  • align ellipsis operator precedence with elixir (#96) (b4f94c9)

0.3.3 (2026-02-08)

Bug Fixes

  • add :eof to the terminator list in parse_stab_expression/1 (#92) (8f976ef)
  • better align parsing with elixir's matched/unmatched/no-parens (#93) (808783e)

0.3.2 (2026-02-01)

Bug Fixes

  • associativity in bracketless kw list (#89) (91b5d5b)
  • extract newlines only from newline carrying tokens (#86) (edba800)
  • improve handling of matched/unmatched expressions (#88) (dd45cb1)
  • keyword list associativity (#85) (a7d2a54)
  • parse ellipsis_op as unary operator (#83) (e86f1f4)
  • rearrange !(left) in right (#91) (fae2579)
Commits
  • c7ce8e0 chore(main): release 0.3.7 (#108)
  • 19f2c88 ci: handle empty stdin
  • 67db3b0 ci: compile before running property tests
  • d8fc43a ci: log json decoding error in property test
  • 79e84c0 ci: correctly use json formatter for property tests
  • 6951421 ci: reformat property test issue reporting
  • 2333730 ci: disable prop test workflow
  • c961cac ci: add scheduled property-test workflow (#107)
  • f2eabee fix: allow list literals in struct type parsing (#111)
  • ec594dd refactor: rename in_map parser flag to parsing_map_key (#109)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the production-dependencies group with 3 updates: [phx_new](https://github.com/phoenixframework/phoenix), [sourceror](https://github.com/doorgan/sourceror) and [spitfire](https://github.com/elixir-tools/spitfire).


Updates `phx_new` from 1.8.3 to 1.8.4
- [Release notes](https://github.com/phoenixframework/phoenix/releases)
- [Changelog](https://github.com/phoenixframework/phoenix/blob/main/CHANGELOG.md)
- [Commits](phoenixframework/phoenix@v1.8.3...v1.8.4)

Updates `sourceror` from 1.10.1 to 1.11.0
- [Release notes](https://github.com/doorgan/sourceror/releases)
- [Changelog](https://github.com/doorgan/sourceror/blob/main/CHANGELOG.md)
- [Commits](doorgan/sourceror@v1.10.1...v1.11.0)

Updates `spitfire` from 0.3.1 to 0.3.7
- [Release notes](https://github.com/elixir-tools/spitfire/releases)
- [Changelog](https://github.com/elixir-tools/spitfire/blob/main/CHANGELOG.md)
- [Commits](elixir-tools/spitfire@v0.3.1...v0.3.7)

---
updated-dependencies:
- dependency-name: phx_new
  dependency-version: 1.8.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: sourceror
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: spitfire
  dependency-version: 0.3.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code labels Mar 1, 2026
@zachdaniel zachdaniel merged commit 5684151 into main Mar 1, 2026
45 checks passed
@dependabot dependabot bot deleted the dependabot/hex/production-dependencies-a9536beba9 branch March 1, 2026 17:15
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 elixir Pull requests that update elixir code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant