Skip to content

Bump fhirpath from 3.15.2 to 4.2.1 #1236

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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 7, 2025

Bumps fhirpath from 3.15.2 to 4.2.1.

Release notes

Sourced from fhirpath's releases.

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

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

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

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

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

... (truncated)

Changelog

Sourced from fhirpath's changelog.

[4.2.1] - 2024-05-07

Fixed

[4.2.0] - 2024-04-30

Added

  • Support for the LONGNUMBER literal and the corresponding FHIR integer64 data type. (This does not work in IE11, since IE11 doesn't support BigInt.)

[4.1.1] - 2024-04-18

Fixed

  • Updated the list of supported Terminology Service API functions in README.md.

[4.1.0] - 2024-04-08

Added

  • Implemented the Terminology Service API (%terminologies).

[4.0.0] - 2024-03-26

Changed

  • Updated FHIRPath grammar:
    • updated operator precedence, so that is and as have higher precedence than |, <=, <, >, and >=.
    • date literals produce values of type System.Date instead of System.DateTime.
    • time literals can no longer have a zone offset.

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

... (truncated)

Commits
  • 807281f Merge branch 'bugfix/LF-2666/using-automatic-conversion-when-comparing-types-...
  • 4b62a0b Merge remote-tracking branch 'lhc-git/master' into bugfix/LF-2666/using-autom...
  • 7dc7499 Merge branch 'hotfix/LF-3280/revert-webpack-configs-to-allow-ie11-when-not-us...
  • ca6c09a Reverted webpack configs to allow IE11 when not using long numbers
  • 6f8e33e Merge branch 'feature/LF-3280/long-number' into 'master'
  • c7c00bd Merge remote-tracking branch 'lhc-git/master' into feature/LF-3280/long-number
  • 6c46add npm audit fix
  • d302f8a Added a note about IE11
  • f3165ee Changes as per review
  • 631fac8 Using automatic conversion when comparing types in the ofType function. Also,...
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 7, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/fhirpath-4.2.1 branch from a4076fe to 7021d35 Compare May 22, 2025 03:07
Bumps [fhirpath](https://github.com/HL7/fhirpath.js) from 3.15.2 to 4.2.1.
- [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...4.2.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/fhirpath-4.2.1 branch from 7021d35 to 9a2fdba Compare May 26, 2025 12:14
Copy link
Contributor Author

dependabot bot commented on behalf of github May 26, 2025

Superseded by #1265.

@dependabot dependabot bot closed this May 26, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/fhirpath-4.2.1 branch May 26, 2025 17:30
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.

0 participants