Skip to content

build(deps): bump rnix from 0.13.0 to 0.14.0#450

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/cargo/rnix-0.14.0
Feb 23, 2026
Merged

build(deps): bump rnix from 0.13.0 to 0.14.0#450
github-actions[bot] merged 1 commit intomainfrom
dependabot/cargo/rnix-0.14.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2026

Bumps rnix from 0.13.0 to 0.14.0.

Release notes

Sourced from rnix's releases.

v0.14.0

Fixed

Breaking Changes

  • __curPos is now a distinct node type. __curPos is a Nix keyword that evaluates to an attribute set containing the file, line, and column where it appears. Lix documents this as a keyword. It was previously represented as NODE_IDENT, but is now parsed as NODE_CUR_POS with a corresponding TOKEN_CUR_POS token kind (from @​3timeslazy).
Changelog

Sourced from rnix's changelog.

[v0.14.0] - 2026-02-16

Fixed

Breaking Changes

  • __curPos is now a distinct node type. __curPos is a Nix keyword that evaluates to an attribute set containing the file, line, and column where it appears. Lix documents this as a keyword. It was previously represented as NODE_IDENT, but is now parsed as NODE_CUR_POS with a corresponding TOKEN_CUR_POS token kind (from @​3timeslazy).
Commits
  • 0472081 chore: release v0.14.0
  • b9c5072 Merge pull request #185 from nix-community/prepare-for-release
  • 334d817 docs: update changelog for absolute path interpolation fix (#182)
  • e5fbbb0 Merge pull request #184 from nix-community/fix/182-abs-path-interpol
  • 0c5e707 fix: parse absolute paths starting with interpolation (fixes #182)
  • 2386c00 Merge pull request #180 from nix-community/dependabot/github_actions/actions/...
  • 4f17ab1 Merge pull request #183 from nix-community/prepare-for-release
  • d7ec3d4 docs: update changelog for __curPos support (PR #181)
  • f2560f9 Merge pull request #181 from 3timeslazy/master
  • d37cc89 Implement peek_ahead in a single pass
  • Additional commits viewable in compare view

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 [rnix](https://github.com/nix-community/rnix-parser) from 0.13.0 to 0.14.0.
- [Release notes](https://github.com/nix-community/rnix-parser/releases)
- [Changelog](https://github.com/nix-community/rnix-parser/blob/master/CHANGELOG.md)
- [Commits](nix-community/rnix-parser@v0.13.0...v0.14.0)

---
updated-dependencies:
- dependency-name: rnix
  dependency-version: 0.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Feb 23, 2026
@github-actions github-actions bot merged commit 7c780f5 into main Feb 23, 2026
5 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/rnix-0.14.0 branch February 23, 2026 03:54
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 rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants