Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: bump fhirpath from 3.15.2 to 3.16.4 #440

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2025

Bumps fhirpath from 3.15.2 to 3.16.4.

Release notes

Sourced from fhirpath's releases.

3.16.4

fhirpath.zip contains a file named fhirpath.min.js, which is ready for use in a web browser, and optional files with support for FHIR choice types named with the FHIR release name, e.g. fhirpath.r4.min.js. These optional files still require fhirpath.min.js to be loaded. See CHANGELOG.md for information about this and past releases.

3.16.3

fhirpath.zip contains a file named fhirpath.min.js, which is ready for use in a web browser, and optional files with support for FHIR choice types named with the FHIR release name, e.g. fhirpath.r4.min.js. These optional files still require fhirpath.min.js to be loaded. See CHANGELOG.md for information about this and past releases.

3.16.2

fhirpath.zip contains a file named fhirpath.min.js, which is ready for use in a web browser, and optional files with support for FHIR choice types named with the FHIR release name, e.g. fhirpath.r4.min.js. These optional files still require fhirpath.min.js to be loaded. See CHANGELOG.md for information about this and past releases.

3.16.1

fhirpath.zip contains a file named fhirpath.min.js, which is ready for use in a web browser, and optional files with support for FHIR choice types named with the FHIR release name, e.g. fhirpath.r4.min.js. These optional files still require fhirpath.min.js to be loaded. See CHANGELOG.md for information about this and past releases.

3.16.0

fhirpath.zip contains a file named fhirpath.min.js, which is ready for use in a web browser, and optional files with support for FHIR choice types named with the FHIR release name, e.g. fhirpath.r4.min.js. These optional files still require fhirpath.min.js to be loaded. See CHANGELOG.md for information about this and past releases.

Changelog

Sourced from fhirpath's changelog.

[3.16.4] - 2025-01-24

Fixed

  • Bug where single-quoted variable names were not supported.

[3.16.3] - 2025-01-21

Fixed

  • Bug with async boolean expressions (when an operator takes an async value as a singleton parameter).

[3.16.2] - 2025-01-16

Fixed

  • Bug with toString when userInvocationTable passed.

[3.16.1] - 2025-01-09

Fixed

  • Read environment variables only when they are used in an expression, avoiding unnecessary getter calls when working with libraries like Jotai.

[3.16.0] - 2024-10-10

Added

  • Support for type factory API (%factory).
Commits
  • edc186d Merge branch 'bugfix/LF-2530/support-quoted-variable-names' into 'master'
  • 8bf1ba2 Changes as per review
  • 238eba6 Support quoted variable names
  • 25ea062 Merge branch 'bugfix/LF-3224/async-boolean-bug' into 'master'
  • 90a2f39 Merge branch 'bugfix/LF-3223/fix-userInvocationTable-for-toString' into 'master'
  • 001e874 Async boolean bug
  • 38d1fde Version info
  • 0b18aa4 Fixed "TypeError: Cannot convert undefined or null to object"
  • 69e6305 Merge remote-tracking branch 'refs/remotes/lhc-git/master' into bugfix/LF-322...
  • bfc60d4 Merge branch 'bugfix/LF-3212/read-variables-from-context-only-when-used-in-an...
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 [fhirpath](https://github.com/HL7/fhirpath.js) from 3.15.2 to 3.16.4.
- [Release notes](https://github.com/HL7/fhirpath.js/releases)
- [Changelog](https://github.com/HL7/fhirpath.js/blob/master/CHANGELOG.md)
- [Commits](HL7/fhirpath.js@3.15.2...3.16.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 3, 2025
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants