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.18.0 #482

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 Mar 24, 2025

Bumps fhirpath from 3.15.2 to 3.18.0.

Release notes

Sourced from fhirpath's releases.

3.18.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.

3.17.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.17.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.17.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.17.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.

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.18.0] - 2024-03-21

Added

  • The signal option to the evaluate() function and the function that is the result of executing the compile() function to allow the user to cancel the evaluation of an asynchronous expression.

Changed

  • The demo application now allows you to select a model, terminology server, environment variables and can evaluate asynchronous expressions.

Fixed

  • The weight()/ordinal() function can now search for item weight in value set and code system.
  • Removed creation of global TypeInfo.model value to allow asynchronous evaluations using different models.

[3.17.3] - 2025-03-13

Fixed

  • an issue where the "not implemented" exception was not raised when it should have been raised.

[3.17.2] - 2025-02-25

Changed

  • Adjusted equality operation to take into account "id" and "extension" properties for primitive types.

[3.17.1] - 2025-02-12

Fixed

  • exception in toString() for node of type date, dateTime, instant or time without value but with extension and/or id.

[3.17.0] - 2025-02-03

Added

  • getValue() function.

[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.

... (truncated)

Commits
  • de826e1 Merge branch 'bugfix/LF-3081/search-for-item-weight-in-value-set-and-code-sys...
  • 5c3c7f4 Updated e2e tests since passing a terminologyURL is not always necessary
  • 619bbae Merge remote-tracking branch 'lhc-git/master' into bugfix/LF-3081/search-for-...
  • 26667fc Allow weight() to be run without passing a terminologyUrl if no queries to th...
  • 6f4208e Merge branch 'bugfix/LF-3271/fix-not-implemented-exception' into 'master'
  • 56a70af Version info
  • e385fc9 Merge remote-tracking branch 'lhc-git/master' into bugfix/LF-3271/fix-not-imp...
  • 5d4fcd7 Changes as per review
  • 8ec1470 Merge branch 'feature/LF-2855/adjust-equality' into 'master'
  • b2ea7b3 npm audit fix
  • 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.18.0.
- [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.18.0)

---
updated-dependencies:
- dependency-name: fhirpath
  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 javascript Pull requests that update javascript code labels Mar 24, 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 javascript Pull requests that update javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants